Searched refs:chipGroupPadding (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 402 params.chipGroupPadding, 445 this.u4.set(b1.chipGroupPadding); 525 get chipGroupPadding() { 528 set chipGroupPadding(newValue) { 706 if (!this.chipGroupPadding || !this.chipGroupPadding.top) { 707 return b1.chipGroupPadding.top; 711 this.chipGroupPadding.top, 713 b1.chipGroupPadding.top 717 if (!this.chipGroupPadding || !this.chipGroupPadding.bottom) { 722 this.chipGroupPadding.bottom, [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/source/ |
H A D | chipgroup.ets | 30 chipGroupPadding: ChipGroupPaddingOptions 47 chipGroupPadding: { top: 14, bottom: 14 } 339 @Prop chipGroupPadding: ChipGroupPaddingOptions = defaultTheme.chipGroupPadding; 525 if (!this.chipGroupPadding || !this.chipGroupPadding.top) { 526 return defaultTheme.chipGroupPadding.top 530 this.chipGroupPadding.top, 532 defaultTheme.chipGroupPadding.top 537 if (!this.chipGroupPadding || !this.chipGroupPadding.bottom) { 538 return defaultTheme.chipGroupPadding.bottom 542 this.chipGroupPadding.bottom, [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-ChipGroup.md | 28 chipGroupPadding?: ChipGroupPaddingOptions, 47 …chipGroupPadding | [ChipGroupPaddingOptions](#chipgrouppaddingoptions) | 否 | @Prop | chipGroup的… 282 chipGroupPadding: { top: 10, bottom: 10 }, 373 chipGroupPadding: { top: 10, bottom: 10 }, 466 chipGroupPadding: { top: 10, bottom: 10 },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-ChipGroup.md | 28 chipGroupPadding?: ChipGroupPaddingOptions, 47 | chipGroupPadding | [ChipGroupPaddingOptions](#chipgrouppaddingoptions) | No | Top and bottom pa… 283 chipGroupPadding: { top: 10, bottom: 10 }, 372 chipGroupPadding: { top: 10, bottom: 10 }, 465 chipGroupPadding: { top: 10, bottom: 10 },
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.28/ |
H A D | changelogs-arkui.md | 620 chipGroupPadding: { top: 10, bottom: 10 },
|