!3573 checkbox、checkboxgroup、select配置文件补充

Merge pull request !3573 from yyuanche/setting
This commit is contained in:
openharmony_ci 2024-07-04 11:02:34 +00:00 committed by Gitee
commit 62cdb4f44b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 10 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
{
"name": "Checkbox",
"attrs": ["select","selectedColor","onChange","shape"]
"attrs": ["select","selectedColor","onChange","shape","unselectedColor","mark","contentModifier"]
}

View File

@ -1,4 +1,4 @@
{
"name": "CheckboxGroup",
"attrs": ["selectAll","selectedColor","onChange"]
"attrs": ["selectAll","selectedColor","onChange","unselectedColor","mark","checkboxShape"]
}

View File

@ -1,5 +1,5 @@
{
"name": "Radio",
"atomic": true,
"attrs": ["checked", "onChange", "radioStyle"]
"attrs": ["checked", "onChange", "radioStyle","contentModifier"]
}

View File

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

View File

@ -1,4 +1,4 @@
{
"name": "Toggle",
"attrs": ["onChange", "selectedColor", "switchPointColor", "switchStyle"]
"attrs": ["onChange", "selectedColor", "switchPointColor", "switchStyle","contentModifier"]
}