【表单选择类】组件私有属性工具类补充

Signed-off-by: yyuanche <yuancheng25@huawei.com>

Change-Id: I919d6d7e4c0d76cb675f4e0732273538da431066
This commit is contained in:
y30043833 2024-11-15 03:18:32 +00:00
parent 0b0bb75b4e
commit f0bea95fea
2 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,6 @@
"single": true,
"attrs": [
"type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily", "controlSize",
"role", "contentModifier", "labelStyle"
"role", "contentModifier", "labelStyle", "buttonStyle"
]
}

View File

@ -1,5 +1,8 @@
{
"name": "Menu",
"children": ["Option", "MenuItem", "MenuItemGroup"],
"attrs": ["show", "showPosition", "fontColor", "fontSize", "fontWeight", "fontFamily"]
"attrs": [
"show", "showPosition", "fontColor", "fontSize", "fontWeight", "fontFamily",
"font", "radius", "menuItemDivider", "menuItemGroupDivider", "subMenuExpandingMode"
]
}