|
|
|
@ -104,22 +104,14 @@ interface _CustomComponents {
|
|
|
|
|
ApiTree: ExtractPropTypes<(typeof import('../components/ApiTree.vue'))['default']> |
|
|
|
|
ApiTreeSelect: ExtractPropTypes<(typeof import('../components/ApiTreeSelect.vue'))['default']> |
|
|
|
|
ApiRadioGroup: ExtractPropTypes<(typeof import('../components/ApiRadioGroup.vue'))['default']> |
|
|
|
|
RadioButtonGroup: ExtractPropTypes< |
|
|
|
|
(typeof import('../components/RadioButtonGroup.vue'))['default'] |
|
|
|
|
> |
|
|
|
|
RadioButtonGroup: ExtractPropTypes<(typeof import('../components/RadioButtonGroup.vue'))['default']> |
|
|
|
|
ApiCascader: ExtractPropTypes<(typeof import('../components/ApiCascader.vue'))['default']> |
|
|
|
|
StrengthMeter: ExtractPropTypes< |
|
|
|
|
(typeof import('@/components/StrengthMeter/src/StrengthMeter.vue'))['default'] |
|
|
|
|
> |
|
|
|
|
StrengthMeter: ExtractPropTypes<(typeof import('@/components/StrengthMeter/src/StrengthMeter.vue'))['default']> |
|
|
|
|
Upload: ExtractPropTypes<(typeof import('@/components/Upload/src/BasicUpload.vue'))['default']> |
|
|
|
|
ImageUpload: ExtractPropTypes< |
|
|
|
|
(typeof import('@/components/Upload/src/components/ImageUpload.vue'))['default'] |
|
|
|
|
> |
|
|
|
|
ImageUpload: ExtractPropTypes< (typeof import('../components/ImageUpload.vue'))['default']> |
|
|
|
|
IconPicker: ExtractPropTypes<(typeof import('@/components/Icon/src/IconPicker.vue'))['default']> |
|
|
|
|
ApiTransfer: ExtractPropTypes<(typeof import('../components/ApiTransfer.vue'))['default']> |
|
|
|
|
InputCountDown: ExtractPropTypes< |
|
|
|
|
(typeof import('@/components/CountDown/src/CountdownInput.vue'))['default'] |
|
|
|
|
> |
|
|
|
|
InputCountDown: ExtractPropTypes<(typeof import('@/components/CountDown/src/CountdownInput.vue'))['default']> |
|
|
|
|
FileUpload: ExtractPropTypes<(typeof import('../components/FileUpload.vue'))['default']> |
|
|
|
|
Editor: ExtractPropTypes<(typeof import('@/components/Tinymce/src/Editor.vue'))['default']> |
|
|
|
|
CronTab: ExtractPropTypes<(typeof import('@/components/CronTab/src/CronTabInput.vue'))['default']> |
|
|
|
@ -156,13 +148,11 @@ export interface ComponentProps {
|
|
|
|
|
RangePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/date-picker'))['RangePicker']> |
|
|
|
|
WeekPicker: ExtractPropTypes<(typeof import('ant-design-vue/es/date-picker'))['WeekPicker']> |
|
|
|
|
TimePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/time-picker'))['TimePicker']> |
|
|
|
|
TimeRangePicker: ExtractPropTypes< |
|
|
|
|
(typeof import('ant-design-vue/es/time-picker'))['TimeRangePicker'] |
|
|
|
|
> |
|
|
|
|
TimeRangePicker: ExtractPropTypes<(typeof import('ant-design-vue/es/time-picker'))['TimeRangePicker']> |
|
|
|
|
Switch: ExtractPropTypes<(typeof import('ant-design-vue/es/switch'))['default']> |
|
|
|
|
StrengthMeter: CustomComponents['StrengthMeter'] & ComponentProps['InputPassword'] |
|
|
|
|
Upload: CustomComponents['Upload'] |
|
|
|
|
ImageUpload: CustomComponents['ImageUpload'] |
|
|
|
|
ImageUpload: CustomComponents['ImageUpload'] & ExtractPropTypes<(typeof import('ant-design-vue/es/upload'))['default']> |
|
|
|
|
IconPicker: CustomComponents['IconPicker'] |
|
|
|
|
Render: Record<string, any> |
|
|
|
|
Slider: ExtractPropTypes<(typeof import('ant-design-vue/es/slider'))['default']> |
|
|
|
|