mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-27 10:41:03 +00:00
【基础能力】Gauge组件UX一致性
Signed-off-by: tengfan <tengfan3@huawei.com>
This commit is contained in:
parent
2a18f4f3cd
commit
241f13313d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Gauge",
|
||||
"atomic": true,
|
||||
"single": true,
|
||||
"attrs": [
|
||||
"value", "startAngle", "endAngle", "colors", "strokeWidth", "labelConfig"
|
||||
"value", "startAngle", "endAngle", "colors", "strokeWidth", "labelConfig", "description", "trackShadow", "indicator"
|
||||
]
|
||||
}
|
@ -115,7 +115,7 @@ export const NEEDPOP_COMPONENT: Set<string> = new Set(['Blank', 'Search']);
|
||||
|
||||
export const CUSTOM_BUILDER_PROPERTIES: Set<string> = new Set(['background', 'bindPopup', 'bindMenu', 'bindContextMenu', 'title',
|
||||
'menus', 'toolBar', 'tabBar', 'onDragStart', 'onItemDragStart', 'swipeAction', 'bindContentCover', 'bindSheet',
|
||||
'navDestination', 'overlay', 'toolbarConfiguration', 'customKeyboard', 'bindSelectionMenu']);
|
||||
'navDestination', 'overlay', 'toolbarConfiguration', 'customKeyboard', 'bindSelectionMenu', 'description']);
|
||||
|
||||
(function initComponent() {
|
||||
Object.keys(COMPONENT_MAP).forEach((componentName) => {
|
||||
|
Loading…
Reference in New Issue
Block a user