mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
!3573 checkbox、checkboxgroup、select配置文件补充
Merge pull request !3573 from yyuanche/setting
This commit is contained in:
commit
62cdb4f44b
@ -1,5 +1,8 @@
|
||||
{
|
||||
"name": "Button",
|
||||
"single": true,
|
||||
"attrs": ["type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily"]
|
||||
"attrs": [
|
||||
"type","stateEffect","fontColor","fontSize","fontWeight","fontStyle","fontFamily","controlSize",
|
||||
"role","contentModifier","labelStyle"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Checkbox",
|
||||
"attrs": ["select","selectedColor","onChange","shape"]
|
||||
"attrs": ["select","selectedColor","onChange","shape","unselectedColor","mark","contentModifier"]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "CheckboxGroup",
|
||||
"attrs": ["selectAll","selectedColor","onChange"]
|
||||
"attrs": ["selectAll","selectedColor","onChange","unselectedColor","mark","checkboxShape"]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Radio",
|
||||
"atomic": true,
|
||||
"attrs": ["checked", "onChange", "radioStyle"]
|
||||
"attrs": ["checked", "onChange", "radioStyle","contentModifier"]
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
"name":"Select",
|
||||
"attrs":["selected", "value", "font", "fontColor", "selectedOptionBgColor", "selectedOptionFont",
|
||||
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelect", "menuAlign",
|
||||
"optionWidth","optionHeight","controlSize"
|
||||
"optionWidth", "optionHeight", "controlSize", "menuItemContentModifier", "divider","menuBackgroundColor",
|
||||
"menuBackgroundBlurStyle"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Toggle",
|
||||
"attrs": ["onChange", "selectedColor", "switchPointColor", "switchStyle"]
|
||||
"attrs": ["onChange", "selectedColor", "switchPointColor", "switchStyle","contentModifier"]
|
||||
}
|
Loading…
Reference in New Issue
Block a user