mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-26 18:21:00 +00:00
添加新组件LinearIndicator的SDK配置信息
Signed-off-by: zhang-quanchao <zhangquanchao@huawei.com>
This commit is contained in:
parent
c2c32b3da7
commit
71f7c0af3a
@ -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',
|
||||
|
7
compiler/components/linearindicator.json
Normal file
7
compiler/components/linearindicator.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "LinearIndicator",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"indicatorStyle", "indicatorLoop", "onChange"
|
||||
]
|
||||
}
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user