mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-26 18:21:00 +00:00
【表单选择类】组件私有属性工具类补充
Signed-off-by: yyuanche <yuancheng25@huawei.com> Change-Id: I919d6d7e4c0d76cb675f4e0732273538da431066
This commit is contained in:
parent
0b0bb75b4e
commit
f0bea95fea
@ -3,6 +3,6 @@
|
||||
"single": true,
|
||||
"attrs": [
|
||||
"type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily", "controlSize",
|
||||
"role", "contentModifier", "labelStyle"
|
||||
"role", "contentModifier", "labelStyle", "buttonStyle"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user