add new attributes about refresh and alphabetIndexer component

Signed-off-by: Zhang-Dong-hui <zhangdonghui5@huawei.com>
Change-Id: I55ca1cc8546745f6e1d529ce4a20940e41fe8865
This commit is contained in:
Zhang-Dong-hui 2024-11-04 13:48:15 +00:00
parent 2522c6c80d
commit 4d69f5f863
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,6 @@
"selectedFont", "popupFont", "itemSize", "font", "color", "alignStyle", "onRequestPopupData", "onPopupSelect",
"selected", "popupPosition", "onSelect", "popupItemFont", "popupItemBackgroundColor", "popupSelectedColor",
"popupUnselectedColor", "autoCollapse", "popupItemBorderRadius", "itemBorderRadius", "popupBackgroundBlurStyle",
"popupTitleBackground"
"popupTitleBackground", "enableHapticFeedback"
]
}

View File

@ -2,6 +2,7 @@
"name": "Refresh",
"single": true,
"attrs": [
"refreshing", "offset", "friction", "onStateChange", "onRefreshing"
"onStateChange", "onRefreshing", "refreshOffset",
"pullToRefresh", "pullDownRatio", "onOffsetChange"
]
}