!70 Stepper_StepperItem task

Merge pull request !70 from 王文聪/work_1022
This commit is contained in:
openharmony_ci
2021-10-22 06:20:22 +00:00
committed by Gitee
+11
View File
@@ -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']
},