mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
@@ -152,6 +152,17 @@ export const COMPONENT_MAP: any = {
|
||||
'loop', 'duration', 'vertical', 'itemSpace', 'displayMode', 'onChange'
|
||||
]
|
||||
},
|
||||
Stepper: {
|
||||
children: ['StepperItem'],
|
||||
attrs: [
|
||||
'onFinish', 'onSkip', 'onChange', 'onNext', 'onPrevious'
|
||||
]
|
||||
},
|
||||
StepperItem: {
|
||||
parents: ['Stepper'],
|
||||
single: true,
|
||||
attrs: ['prevLabel', 'nextLabel', 'status']
|
||||
},
|
||||
Rating: {
|
||||
attrs: ['stars', 'stepSize', 'starStyle', 'onChange']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user