mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
【工具链】select 与 picker 私有属性补齐
Signed-off-by: yyuanche <yuancheng25@huawei.com>
This commit is contained in:
parent
8ae529bc74
commit
d6c3399e35
@ -2,7 +2,7 @@
|
||||
"name": "Button",
|
||||
"single": true,
|
||||
"attrs": [
|
||||
"type","stateEffect","fontColor","fontSize","fontWeight","fontStyle","fontFamily","controlSize",
|
||||
"role","contentModifier","labelStyle"
|
||||
"type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily", "controlSize",
|
||||
"role", "contentModifier", "labelStyle"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Checkbox",
|
||||
"attrs": ["select","selectedColor","onChange","shape","unselectedColor","mark","contentModifier"]
|
||||
"attrs": ["select", "selectedColor", "onChange", "shape", "unselectedColor", "mark", "contentModifier"]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "CheckboxGroup",
|
||||
"attrs": ["selectAll","selectedColor","onChange","unselectedColor","mark","checkboxShape"]
|
||||
"attrs": ["selectAll", "selectedColor", "onChange", "unselectedColor", "mark", "checkboxShape"]
|
||||
}
|
@ -1,4 +1,12 @@
|
||||
{
|
||||
"name": "DatePicker",
|
||||
"attrs": ["lunar", "onChange", "useMilitaryTime"]
|
||||
"attrs": [
|
||||
"lunar",
|
||||
"onChange",
|
||||
"useMilitaryTime",
|
||||
"disappearTextStyle",
|
||||
"textStyle",
|
||||
"selectedTextStyle",
|
||||
"onDateChange"
|
||||
]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Radio",
|
||||
"atomic": true,
|
||||
"attrs": ["checked", "onChange", "radioStyle","contentModifier"]
|
||||
"attrs": ["checked", "onChange", "radioStyle", "contentModifier"]
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
"name":"Select",
|
||||
"attrs":["selected", "value", "font", "fontColor", "selectedOptionBgColor", "selectedOptionFont",
|
||||
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelect", "menuAlign",
|
||||
"optionWidth", "optionHeight", "controlSize", "menuItemContentModifier", "divider","menuBackgroundColor",
|
||||
"menuBackgroundBlurStyle"
|
||||
"optionWidth", "optionHeight", "controlSize", "menuItemContentModifier", "divider", "menuBackgroundColor",
|
||||
"menuBackgroundBlurStyle", "arrowPosition", "space"
|
||||
]
|
||||
}
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"name": "TextPicker",
|
||||
"attrs": ["defaultPickerItemHeight", "onAccept", "onCancel", "onChange", "selectedIndex", "divider", "gradientHeight"]
|
||||
"attrs": ["defaultPickerItemHeight", "onAccept", "onCancel", "onChange", "selectedIndex", "divider", "gradientHeight",
|
||||
"selectedTextStyle", "textStyle", "disappearTextStyle", "canLoop"
|
||||
]
|
||||
}
|
@ -1,4 +1,13 @@
|
||||
{
|
||||
"name": "TimePicker",
|
||||
"attrs": ["onChange", "useMilitaryTime"]
|
||||
"attrs": [
|
||||
"onChange",
|
||||
"useMilitaryTime",
|
||||
"loop",
|
||||
"disappearTextStyle",
|
||||
"textStyle",
|
||||
"selectedTextStyle",
|
||||
"dateTimeOptions",
|
||||
"enableHapticFeedback"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user