【基础能力】Gauge组件UX一致性

Signed-off-by: tengfan <tengfan3@huawei.com>
This commit is contained in:
tengfan 2023-08-22 15:25:58 +08:00
parent 2a18f4f3cd
commit 241f13313d
2 changed files with 3 additions and 3 deletions

View File

@ -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"
]
}

View File

@ -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) => {