添加新组件LinearIndicator的SDK配置信息

Signed-off-by: zhang-quanchao <zhangquanchao@huawei.com>
This commit is contained in:
zhang-quanchao 2024-08-26 15:46:06 +08:00
parent c2c32b3da7
commit 71f7c0af3a
4 changed files with 21 additions and 2 deletions

View File

@ -23,8 +23,8 @@ const addTSInterfaceSet = ['ForEach', 'LazyForEach', 'TapGesture', 'LongPressGes
const addTSAttributeSet = ['AlphabetIndexer', 'Animator', 'Badge', 'Blank', 'Button', 'Calendar', 'CalendarPicker',
'Canvas', 'Checkbox', 'CheckboxGroup', 'Circle', 'Column', 'ColumnSplit', 'Counter', 'DataPanel', 'DatePicker',
'Divider', 'Ellipse', 'Flex', 'FormComponent', 'Gauge', 'Grid', 'GridItem', 'GridContainer', 'Image',
'ImageAnimator', 'Line', 'List', 'ListItem', 'ListItemGroup', 'LoadingProgress', 'Marquee', 'Navigation', 'Navigator',
'Panel', 'Path', 'PatternLock', 'Piece', 'PluginComponent', 'Polygon', 'Polyline', 'Progress',
'ImageAnimator', 'Line', 'LinearIndicator', 'List', 'ListItem', 'ListItemGroup', 'LoadingProgress', 'Marquee', 'Navigation',
'Navigator', 'Panel', 'Path', 'PatternLock', 'Piece', 'PluginComponent', 'Polygon', 'Polyline', 'Progress',
'QRCode', 'Radio', 'Rating', 'Rect', 'Refresh', 'Row', 'RowSplit', 'Scroll', 'ScrollBar', 'Search',
'Select', 'Shape', 'Sheet', 'Slider', 'Span', 'Stack', 'Stepper', 'StepperItem', 'Swiper',
'TabContent', 'Tabs', 'Text', 'TextArea', 'TextClock', 'TextInput', 'TextPicker', 'TextTimer',

View File

@ -0,0 +1,7 @@
{
"name": "LinearIndicator",
"atomic": true,
"attrs": [
"indicatorStyle", "indicatorLoop", "onChange"
]
}

View File

@ -195,6 +195,7 @@
"Image",
"ImageAnimator",
"Line",
"LinearIndicator",
"List",
"ListItem",
"ListItemGroup",
@ -457,6 +458,11 @@
"type": "LineAttribute",
"instance": "LineInstance"
},
{
"name": "LinearIndicator",
"type": "LinearIndicatorAttribute",
"instance": "LinearIndicatorInstance"
},
{
"name": "List",
"type": "ListAttribute",

View File

@ -198,6 +198,7 @@
"Image",
"ImageAnimator",
"Line",
"LinearIndicator",
"List",
"ListItem",
"ListItemGroup",
@ -476,6 +477,11 @@
"type": "LineAttribute",
"instance": "LineInstance"
},
{
"name": "LinearIndicator",
"type": "LinearIndicatorAttribute",
"instance": "LinearIndicatorInstance"
},
{
"name": "List",
"type": "ListAttribute",