props define match with api

Signed-off-by: kukixi <kouxinxin@huawei.com>
This commit is contained in:
kukixi
2022-03-25 17:35:39 +08:00
parent 6b800ad08f
commit eecfbb92a7
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "AlphabetIndexer",
"attrs": [
"onSelected", "selectedColor", "popupColor", "selectedBackgroundColor", "popupBackground", "usingPopup",
"selectedFont", "popupFont", "itemSize", "font", "color", "alignStyle", "onRequestPopupData", "onPopupSelected",
"selectedIndex", "popupPosition"
"selectedFont", "popupFont", "itemSize", "font", "color", "alignStyle", "onRequestPopupData", "onPopupSelect",
"selected", "popupPosition", "onSelect"
]
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "Navigation",
"attrs": ["title", "subTitle", "hideTitleBar", "hideBackButton", "titleMode", "menus", "menuCount",
"toolBar", "hideToolBar", "onTitleModeChanged"]
"toolBar", "hideToolBar", "onTitleModeChange"]
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name":"Select",
"attrs":["selected", "value", "font", "fontColor", "selectedOptionBgColor", "selectedOptionFont",
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelected"
"selectedOptionFontColor", "optionBgColor", "optionFont", "optionFontColor", "onSelect"
]
}
+1 -1
View File
@@ -4,6 +4,6 @@
"attrs": [
"type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength",
"onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize",
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter"
"fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange",
]
}