yc-pro-components 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/es/components/check-card/index.d.ts +57 -57
  2. package/es/components/check-card/src/index.vue.d.ts +14 -14
  3. package/es/components/check-card-group/index.d.ts +22 -22
  4. package/es/components/check-card-group/src/index.vue.d.ts +19 -19
  5. package/es/components/date-picker/index.d.ts +1 -1
  6. package/es/components/date-picker/src/index.vue.d.ts +1 -1
  7. package/es/components/descriptions/index.d.ts +39 -39
  8. package/es/components/descriptions/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog/index.d.ts +19 -19
  10. package/es/components/dialog/src/index.vue.d.ts +1 -1
  11. package/es/components/dialog-form/index.d.ts +47 -47
  12. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  13. package/es/components/display-item/index.d.ts +12 -12
  14. package/es/components/display-item/src/index.vue.d.ts +12 -12
  15. package/es/components/drawer-form/index.d.ts +28 -28
  16. package/es/components/drawer-form/src/index.vue.d.ts +6 -6
  17. package/es/components/form/index.d.ts +107 -107
  18. package/es/components/form/src/form-content.vue.d.ts +17 -17
  19. package/es/components/form/src/index.vue.d.ts +16 -16
  20. package/es/components/form-item/index.d.ts +106 -106
  21. package/es/components/form-item/src/index.vue.d.ts +14 -14
  22. package/es/components/header/index.d.ts +19 -19
  23. package/es/components/header/src/index.vue.d.ts +1 -1
  24. package/es/components/input-tag/index.d.ts +11 -11
  25. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  26. package/es/components/page/index.d.ts +900 -900
  27. package/es/components/page/src/index.vue.d.ts +289 -289
  28. package/es/components/pagination/index.d.ts +4 -4
  29. package/es/components/pagination/src/index.vue.d.ts +1 -1
  30. package/es/components/radio/index.d.ts +26 -26
  31. package/es/components/radio/src/index.vue.d.ts +26 -26
  32. package/es/components/render/index.d.ts +17 -17
  33. package/es/components/render/src/index.vue.d.ts +2 -2
  34. package/es/components/search/index.d.ts +328 -328
  35. package/es/components/search/src/index.vue.d.ts +95 -95
  36. package/es/components/steps-form/index.d.ts +23 -23
  37. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  38. package/es/components/table/index.d.ts +74 -74
  39. package/es/components/table/src/index.vue.d.ts +19 -19
  40. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  41. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  42. package/es/components/table/src/table-column.vue.d.ts +12 -12
  43. package/es/components/utils/index.d.ts +15 -15
  44. package/es/components/yc-count-to/index.d.ts +1 -1
  45. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  46. package/es/components/yc-download-dialog/index.d.ts +19 -19
  47. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-drawer/store.d.ts +6 -6
  49. package/es/components/yc-form-container-header/index.d.ts +12 -12
  50. package/es/components/yc-more-actions/index.d.ts +46 -46
  51. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
  53. package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  54. package/es/components/yc-segmented/index.d.ts +1 -1
  55. package/es/components/yc-segmented/src/index.d.ts +1 -1
  56. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  57. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  58. package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
  59. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  60. package/es/hooks/usePlusFormReset.d.ts +193 -193
  61. package/es/index.css +2 -2
  62. package/index.css +19 -14
  63. package/index.js +2 -2
  64. package/index.min.css +2 -2
  65. package/index.min.js +2 -2
  66. package/index.min.mjs +2 -2
  67. package/index.mjs +2 -2
  68. package/lib/components/check-card/index.d.ts +57 -57
  69. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  70. package/lib/components/check-card-group/index.d.ts +22 -22
  71. package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
  72. package/lib/components/date-picker/index.d.ts +1 -1
  73. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  74. package/lib/components/descriptions/index.d.ts +39 -39
  75. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  76. package/lib/components/dialog/index.d.ts +19 -19
  77. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  78. package/lib/components/dialog-form/index.d.ts +47 -47
  79. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  80. package/lib/components/display-item/index.d.ts +12 -12
  81. package/lib/components/display-item/src/index.vue.d.ts +12 -12
  82. package/lib/components/drawer-form/index.d.ts +28 -28
  83. package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
  84. package/lib/components/form/index.d.ts +107 -107
  85. package/lib/components/form/src/form-content.vue.d.ts +17 -17
  86. package/lib/components/form/src/index.vue.d.ts +16 -16
  87. package/lib/components/form-item/index.d.ts +106 -106
  88. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  89. package/lib/components/header/index.d.ts +19 -19
  90. package/lib/components/header/src/index.vue.d.ts +1 -1
  91. package/lib/components/input-tag/index.d.ts +11 -11
  92. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  93. package/lib/components/page/index.d.ts +900 -900
  94. package/lib/components/page/src/index.vue.d.ts +289 -289
  95. package/lib/components/pagination/index.d.ts +4 -4
  96. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  97. package/lib/components/radio/index.d.ts +26 -26
  98. package/lib/components/radio/src/index.vue.d.ts +26 -26
  99. package/lib/components/render/index.d.ts +17 -17
  100. package/lib/components/render/src/index.vue.d.ts +2 -2
  101. package/lib/components/search/index.d.ts +328 -328
  102. package/lib/components/search/src/index.vue.d.ts +95 -95
  103. package/lib/components/steps-form/index.d.ts +23 -23
  104. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  105. package/lib/components/table/index.d.ts +74 -74
  106. package/lib/components/table/src/index.vue.d.ts +19 -19
  107. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  108. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  109. package/lib/components/table/src/table-column.vue.d.ts +12 -12
  110. package/lib/components/utils/index.d.ts +15 -15
  111. package/lib/components/yc-count-to/index.d.ts +1 -1
  112. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  113. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  114. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  115. package/lib/components/yc-drawer/store.d.ts +6 -6
  116. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  117. package/lib/components/yc-more-actions/index.d.ts +46 -46
  118. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  119. package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
  120. package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  121. package/lib/components/yc-segmented/index.d.ts +1 -1
  122. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  123. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  124. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  125. package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
  126. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  127. package/lib/hooks/usePlusFormReset.d.ts +193 -193
  128. package/lib/index.css +2 -2
  129. package/locale/en.js +1 -1
  130. package/locale/en.min.js +1 -1
  131. package/locale/en.min.mjs +1 -1
  132. package/locale/en.mjs +1 -1
  133. package/locale/ja.js +1 -1
  134. package/locale/ja.min.js +1 -1
  135. package/locale/ja.min.mjs +1 -1
  136. package/locale/ja.mjs +1 -1
  137. package/locale/ko.js +1 -1
  138. package/locale/ko.min.js +1 -1
  139. package/locale/ko.min.mjs +1 -1
  140. package/locale/ko.mjs +1 -1
  141. package/locale/zh-cn.js +1 -1
  142. package/locale/zh-cn.min.js +1 -1
  143. package/locale/zh-cn.min.mjs +1 -1
  144. package/locale/zh-cn.mjs +1 -1
  145. package/locale/zh-tw.js +1 -1
  146. package/locale/zh-tw.min.js +1 -1
  147. package/locale/zh-tw.min.mjs +1 -1
  148. package/locale/zh-tw.mjs +1 -1
  149. package/package.json +1 -1
  150. package/theme-chalk/index.css +1 -1
  151. package/theme-chalk/plus-yc-line-tree.css +1 -0
  152. package/theme-chalk/plus-yc-plus-tree.css +1 -1
  153. package/theme-chalk/plus-yc-status-dialog.css +1 -1
  154. package/theme-chalk/src/index.scss +1 -0
  155. package/theme-chalk/src/yc-line-tree.scss +64 -0
  156. package/theme-chalk/src/yc-plus-tree.scss +102 -0
  157. package/theme-chalk/src/yc-status-dialog.scss +7 -4
@@ -1,6 +1,6 @@
1
1
  import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
2
2
  import { LooseRequired } from '@vue/shared';
3
- import { FormItemRule, RowProps, ColProps, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
3
+ import { FormItemRule, ColProps, RowProps, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
4
4
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
5
5
  import { PlusFormGroupRow } from './src/type';
6
6
  import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
@@ -11,14 +11,6 @@ export type PlusFormInstance = InstanceType<typeof Form>;
11
11
  export * from './src/type';
12
12
  export declare const PlusForm: {
13
13
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
14
- collapseDuration: {
15
- type: PropType<number>;
16
- default: undefined;
17
- };
18
- collapseTransition: {
19
- type: PropType<boolean>;
20
- default: undefined;
21
- };
22
14
  columns: {
23
15
  type: PropType< PlusColumn[]>;
24
16
  default: () => never[];
@@ -51,24 +43,36 @@ export declare const PlusForm: {
51
43
  type: PropType<boolean>;
52
44
  default: boolean;
53
45
  };
54
- defaultValues: {
55
- type: PropType<FieldValues>;
56
- default: () => {};
46
+ clearable: {
47
+ type: PropType<boolean>;
48
+ default: boolean;
57
49
  };
58
- rowProps: {
59
- type: PropType<Partial< Mutable<RowProps> & {
50
+ colProps: {
51
+ type: PropType<Partial< Mutable<ColProps> & {
60
52
  style?: CSSProperties | undefined;
61
53
  class?: any;
62
54
  } & RecordType>>;
63
55
  default: () => {};
64
56
  };
65
- colProps: {
66
- type: PropType<Partial< Mutable<ColProps> & {
57
+ collapseDuration: {
58
+ type: PropType<number>;
59
+ default: undefined;
60
+ };
61
+ collapseTransition: {
62
+ type: PropType<boolean>;
63
+ default: undefined;
64
+ };
65
+ rowProps: {
66
+ type: PropType<Partial< Mutable<RowProps> & {
67
67
  style?: CSSProperties | undefined;
68
68
  class?: any;
69
69
  } & RecordType>>;
70
70
  default: () => {};
71
71
  };
72
+ defaultValues: {
73
+ type: PropType<FieldValues>;
74
+ default: () => {};
75
+ };
72
76
  hasErrorTip: {
73
77
  type: PropType<boolean>;
74
78
  default: boolean;
@@ -108,15 +112,11 @@ export declare const PlusForm: {
108
112
  type: PropType<boolean>;
109
113
  default: boolean;
110
114
  };
111
- clearable: {
112
- type: PropType<boolean>;
113
- default: boolean;
114
- };
115
115
  }>> & {
116
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
116
117
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
117
118
  onReset?: ((values: FieldValues) => any) | undefined;
118
119
  onSubmit?: ((values: FieldValues) => any) | undefined;
119
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
120
120
  onValidate?: ((...args: any[]) => any) | undefined;
121
121
  onSubmitError?: ((errors: unknown) => any) | undefined;
122
122
  }, {
@@ -412,14 +412,6 @@ export declare const PlusForm: {
412
412
  submitError: (errors: unknown) => void;
413
413
  validate: (...args: any[]) => void;
414
414
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
415
- collapseDuration: {
416
- type: PropType<number>;
417
- default: undefined;
418
- };
419
- collapseTransition: {
420
- type: PropType<boolean>;
421
- default: undefined;
422
- };
423
415
  columns: {
424
416
  type: PropType< PlusColumn[]>;
425
417
  default: () => never[];
@@ -452,24 +444,36 @@ export declare const PlusForm: {
452
444
  type: PropType<boolean>;
453
445
  default: boolean;
454
446
  };
455
- defaultValues: {
456
- type: PropType<FieldValues>;
457
- default: () => {};
447
+ clearable: {
448
+ type: PropType<boolean>;
449
+ default: boolean;
458
450
  };
459
- rowProps: {
460
- type: PropType<Partial< Mutable<RowProps> & {
451
+ colProps: {
452
+ type: PropType<Partial< Mutable<ColProps> & {
461
453
  style?: CSSProperties | undefined;
462
454
  class?: any;
463
455
  } & RecordType>>;
464
456
  default: () => {};
465
457
  };
466
- colProps: {
467
- type: PropType<Partial< Mutable<ColProps> & {
458
+ collapseDuration: {
459
+ type: PropType<number>;
460
+ default: undefined;
461
+ };
462
+ collapseTransition: {
463
+ type: PropType<boolean>;
464
+ default: undefined;
465
+ };
466
+ rowProps: {
467
+ type: PropType<Partial< Mutable<RowProps> & {
468
468
  style?: CSSProperties | undefined;
469
469
  class?: any;
470
470
  } & RecordType>>;
471
471
  default: () => {};
472
472
  };
473
+ defaultValues: {
474
+ type: PropType<FieldValues>;
475
+ default: () => {};
476
+ };
473
477
  hasErrorTip: {
474
478
  type: PropType<boolean>;
475
479
  default: boolean;
@@ -509,20 +513,14 @@ export declare const PlusForm: {
509
513
  type: PropType<boolean>;
510
514
  default: boolean;
511
515
  };
512
- clearable: {
513
- type: PropType<boolean>;
514
- default: boolean;
515
- };
516
516
  }>> & {
517
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
517
518
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
518
519
  onReset?: ((values: FieldValues) => any) | undefined;
519
520
  onSubmit?: ((values: FieldValues) => any) | undefined;
520
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
521
521
  onValidate?: ((...args: any[]) => any) | undefined;
522
522
  onSubmitError?: ((errors: unknown) => any) | undefined;
523
523
  }, {
524
- collapseDuration: number;
525
- collapseTransition: boolean;
526
524
  columns: PlusColumn[];
527
525
  group: false | PlusFormGroupRow[];
528
526
  modelValue: FieldValues;
@@ -531,15 +529,18 @@ export declare const PlusForm: {
531
529
  labelWidth: string | number;
532
530
  labelSuffix: string;
533
531
  hasLabel: boolean;
534
- defaultValues: FieldValues;
535
- rowProps: Partial< Mutable<RowProps> & {
532
+ clearable: boolean;
533
+ colProps: Partial< Mutable<ColProps> & {
536
534
  style?: CSSProperties | undefined;
537
535
  class?: any;
538
536
  } & RecordType>;
539
- colProps: Partial< Mutable<ColProps> & {
537
+ collapseDuration: number;
538
+ collapseTransition: boolean;
539
+ rowProps: Partial< Mutable<RowProps> & {
540
540
  style?: CSSProperties | undefined;
541
541
  class?: any;
542
542
  } & RecordType>;
543
+ defaultValues: FieldValues;
543
544
  hasErrorTip: boolean;
544
545
  hasFooter: boolean;
545
546
  hasReset: boolean;
@@ -552,7 +553,6 @@ export declare const PlusForm: {
552
553
  class?: any;
553
554
  } & RecordType>;
554
555
  prevent: boolean;
555
- clearable: boolean;
556
556
  }, true, {}, {}, {
557
557
  P: {};
558
558
  B: {};
@@ -561,14 +561,6 @@ export declare const PlusForm: {
561
561
  M: {};
562
562
  Defaults: {};
563
563
  }, Readonly< ExtractPropTypes<{
564
- collapseDuration: {
565
- type: PropType<number>;
566
- default: undefined;
567
- };
568
- collapseTransition: {
569
- type: PropType<boolean>;
570
- default: undefined;
571
- };
572
564
  columns: {
573
565
  type: PropType< PlusColumn[]>;
574
566
  default: () => never[];
@@ -601,24 +593,36 @@ export declare const PlusForm: {
601
593
  type: PropType<boolean>;
602
594
  default: boolean;
603
595
  };
604
- defaultValues: {
605
- type: PropType<FieldValues>;
606
- default: () => {};
596
+ clearable: {
597
+ type: PropType<boolean>;
598
+ default: boolean;
607
599
  };
608
- rowProps: {
609
- type: PropType<Partial< Mutable<RowProps> & {
600
+ colProps: {
601
+ type: PropType<Partial< Mutable<ColProps> & {
610
602
  style?: CSSProperties | undefined;
611
603
  class?: any;
612
604
  } & RecordType>>;
613
605
  default: () => {};
614
606
  };
615
- colProps: {
616
- type: PropType<Partial< Mutable<ColProps> & {
607
+ collapseDuration: {
608
+ type: PropType<number>;
609
+ default: undefined;
610
+ };
611
+ collapseTransition: {
612
+ type: PropType<boolean>;
613
+ default: undefined;
614
+ };
615
+ rowProps: {
616
+ type: PropType<Partial< Mutable<RowProps> & {
617
617
  style?: CSSProperties | undefined;
618
618
  class?: any;
619
619
  } & RecordType>>;
620
620
  default: () => {};
621
621
  };
622
+ defaultValues: {
623
+ type: PropType<FieldValues>;
624
+ default: () => {};
625
+ };
622
626
  hasErrorTip: {
623
627
  type: PropType<boolean>;
624
628
  default: boolean;
@@ -658,15 +662,11 @@ export declare const PlusForm: {
658
662
  type: PropType<boolean>;
659
663
  default: boolean;
660
664
  };
661
- clearable: {
662
- type: PropType<boolean>;
663
- default: boolean;
664
- };
665
665
  }>> & {
666
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
666
667
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
667
668
  onReset?: ((values: FieldValues) => any) | undefined;
668
669
  onSubmit?: ((values: FieldValues) => any) | undefined;
669
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
670
670
  onValidate?: ((...args: any[]) => any) | undefined;
671
671
  onSubmitError?: ((errors: unknown) => any) | undefined;
672
672
  }, {
@@ -955,8 +955,6 @@ export declare const PlusForm: {
955
955
  handleSubmit: () => Promise<boolean>;
956
956
  handleReset: () => void;
957
957
  }, {}, {}, {}, {
958
- collapseDuration: number;
959
- collapseTransition: boolean;
960
958
  columns: PlusColumn[];
961
959
  group: false | PlusFormGroupRow[];
962
960
  modelValue: FieldValues;
@@ -965,15 +963,18 @@ export declare const PlusForm: {
965
963
  labelWidth: string | number;
966
964
  labelSuffix: string;
967
965
  hasLabel: boolean;
968
- defaultValues: FieldValues;
969
- rowProps: Partial< Mutable<RowProps> & {
966
+ clearable: boolean;
967
+ colProps: Partial< Mutable<ColProps> & {
970
968
  style?: CSSProperties | undefined;
971
969
  class?: any;
972
970
  } & RecordType>;
973
- colProps: Partial< Mutable<ColProps> & {
971
+ collapseDuration: number;
972
+ collapseTransition: boolean;
973
+ rowProps: Partial< Mutable<RowProps> & {
974
974
  style?: CSSProperties | undefined;
975
975
  class?: any;
976
976
  } & RecordType>;
977
+ defaultValues: FieldValues;
977
978
  hasErrorTip: boolean;
978
979
  hasFooter: boolean;
979
980
  hasReset: boolean;
@@ -986,20 +987,11 @@ export declare const PlusForm: {
986
987
  class?: any;
987
988
  } & RecordType>;
988
989
  prevent: boolean;
989
- clearable: boolean;
990
990
  }>;
991
991
  __isFragment?: undefined;
992
992
  __isTeleport?: undefined;
993
993
  __isSuspense?: undefined;
994
994
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
995
- collapseDuration: {
996
- type: PropType<number>;
997
- default: undefined;
998
- };
999
- collapseTransition: {
1000
- type: PropType<boolean>;
1001
- default: undefined;
1002
- };
1003
995
  columns: {
1004
996
  type: PropType< PlusColumn[]>;
1005
997
  default: () => never[];
@@ -1032,24 +1024,36 @@ export declare const PlusForm: {
1032
1024
  type: PropType<boolean>;
1033
1025
  default: boolean;
1034
1026
  };
1035
- defaultValues: {
1036
- type: PropType<FieldValues>;
1037
- default: () => {};
1027
+ clearable: {
1028
+ type: PropType<boolean>;
1029
+ default: boolean;
1038
1030
  };
1039
- rowProps: {
1040
- type: PropType<Partial< Mutable<RowProps> & {
1031
+ colProps: {
1032
+ type: PropType<Partial< Mutable<ColProps> & {
1041
1033
  style?: CSSProperties | undefined;
1042
1034
  class?: any;
1043
1035
  } & RecordType>>;
1044
1036
  default: () => {};
1045
1037
  };
1046
- colProps: {
1047
- type: PropType<Partial< Mutable<ColProps> & {
1038
+ collapseDuration: {
1039
+ type: PropType<number>;
1040
+ default: undefined;
1041
+ };
1042
+ collapseTransition: {
1043
+ type: PropType<boolean>;
1044
+ default: undefined;
1045
+ };
1046
+ rowProps: {
1047
+ type: PropType<Partial< Mutable<RowProps> & {
1048
1048
  style?: CSSProperties | undefined;
1049
1049
  class?: any;
1050
1050
  } & RecordType>>;
1051
1051
  default: () => {};
1052
1052
  };
1053
+ defaultValues: {
1054
+ type: PropType<FieldValues>;
1055
+ default: () => {};
1056
+ };
1053
1057
  hasErrorTip: {
1054
1058
  type: PropType<boolean>;
1055
1059
  default: boolean;
@@ -1089,15 +1093,11 @@ export declare const PlusForm: {
1089
1093
  type: PropType<boolean>;
1090
1094
  default: boolean;
1091
1095
  };
1092
- clearable: {
1093
- type: PropType<boolean>;
1094
- default: boolean;
1095
- };
1096
1096
  }>> & {
1097
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1097
1098
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1098
1099
  onReset?: ((values: FieldValues) => any) | undefined;
1099
1100
  onSubmit?: ((values: FieldValues) => any) | undefined;
1100
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1101
1101
  onValidate?: ((...args: any[]) => any) | undefined;
1102
1102
  onSubmitError?: ((errors: unknown) => any) | undefined;
1103
1103
  }, {
@@ -1393,8 +1393,6 @@ export declare const PlusForm: {
1393
1393
  submitError: (errors: unknown) => void;
1394
1394
  validate: (...args: any[]) => void;
1395
1395
  }, string, {
1396
- collapseDuration: number;
1397
- collapseTransition: boolean;
1398
1396
  columns: PlusColumn[];
1399
1397
  group: false | PlusFormGroupRow[];
1400
1398
  modelValue: FieldValues;
@@ -1403,15 +1401,18 @@ export declare const PlusForm: {
1403
1401
  labelWidth: string | number;
1404
1402
  labelSuffix: string;
1405
1403
  hasLabel: boolean;
1406
- defaultValues: FieldValues;
1407
- rowProps: Partial< Mutable<RowProps> & {
1404
+ clearable: boolean;
1405
+ colProps: Partial< Mutable<ColProps> & {
1408
1406
  style?: CSSProperties | undefined;
1409
1407
  class?: any;
1410
1408
  } & RecordType>;
1411
- colProps: Partial< Mutable<ColProps> & {
1409
+ collapseDuration: number;
1410
+ collapseTransition: boolean;
1411
+ rowProps: Partial< Mutable<RowProps> & {
1412
1412
  style?: CSSProperties | undefined;
1413
1413
  class?: any;
1414
1414
  } & RecordType>;
1415
+ defaultValues: FieldValues;
1415
1416
  hasErrorTip: boolean;
1416
1417
  hasFooter: boolean;
1417
1418
  hasReset: boolean;
@@ -1424,7 +1425,6 @@ export declare const PlusForm: {
1424
1425
  class?: any;
1425
1426
  } & RecordType>;
1426
1427
  prevent: boolean;
1427
- clearable: boolean;
1428
1428
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1429
1429
  $slots: Partial<Record<string, (_: {
1430
1430
  index: number;
@@ -1438,9 +1438,9 @@ export declare const PlusForm: {
1438
1438
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1439
1439
  columns?: PlusColumn[] | undefined;
1440
1440
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1441
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1441
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1442
1442
  readonly label: string | ComputedRef<string>;
1443
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1443
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1444
1444
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1445
1445
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1446
1446
  style?: CSSProperties | undefined;
@@ -1467,7 +1467,7 @@ export declare const PlusForm: {
1467
1467
  };
1468
1468
  rows: number;
1469
1469
  autocomplete: string;
1470
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1470
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1471
1471
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1472
1472
  step: string | number;
1473
1473
  format: string | ProgressFn | undefined;
@@ -1506,7 +1506,7 @@ export declare const PlusForm: {
1506
1506
  fieldInstance?: any;
1507
1507
  valueIsReady?: Ref<boolean> | undefined;
1508
1508
  prop: string;
1509
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1509
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1510
1510
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1511
1511
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1512
1512
  style?: CSSProperties | undefined;
@@ -1534,9 +1534,9 @@ export declare const PlusForm: {
1534
1534
  clearable: boolean;
1535
1535
  index: number;
1536
1536
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1537
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1537
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1538
1538
  readonly label: string | ComputedRef<string>;
1539
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1539
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1540
1540
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1541
1541
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1542
1542
  style?: CSSProperties | undefined;
@@ -1563,7 +1563,7 @@ export declare const PlusForm: {
1563
1563
  };
1564
1564
  rows: number;
1565
1565
  autocomplete: string;
1566
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1566
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1567
1567
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1568
1568
  step: string | number;
1569
1569
  format: string | ProgressFn | undefined;
@@ -1602,7 +1602,7 @@ export declare const PlusForm: {
1602
1602
  fieldInstance?: any;
1603
1603
  valueIsReady?: Ref<boolean> | undefined;
1604
1604
  prop: string;
1605
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1605
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1606
1606
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1607
1607
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1608
1608
  style?: CSSProperties | undefined;
@@ -3,7 +3,7 @@ import { LooseRequired } from '@vue/shared';
3
3
  import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
4
4
  import { EpPropMergeType } from 'element-plus/es/utils';
5
5
  import { PlusFormProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/yc-components';
6
- import { RowProps, ColProps, ElTooltipProps, TableColumnCtx, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
6
+ import { ColProps, RowProps, ElTooltipProps, TableColumnCtx, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
7
7
  import { PlusColumn, FieldValues, FieldValueType, PlusRowProps, PlusColProps, Mutable, RecordType, TableValueType, FormItemValueType, OptionsType, OptionsRow, RenderTypes, PropsItemType, OmitTypes, CascaderProps } from 'yc-pro-components/es/types';
8
8
  import { Ref, ComputedRef, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, CSSProperties, PropType } from 'vue';
9
9
 
@@ -54,23 +54,23 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
54
54
  collapseTransition: undefined;
55
55
  clearable: boolean;
56
56
  }>>> & {
57
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
58
57
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
58
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
59
59
  }, {
60
- collapseDuration: number;
61
- collapseTransition: boolean;
62
60
  columns: PlusColumn[];
63
61
  modelValue: FieldValues;
64
62
  hasLabel: boolean;
65
- rowProps: Partial< Mutable<RowProps> & {
63
+ clearable: boolean;
64
+ colProps: Partial< Mutable<ColProps> & {
66
65
  style?: CSSProperties | undefined;
67
66
  class?: any;
68
67
  } & RecordType>;
69
- colProps: Partial< Mutable<ColProps> & {
68
+ collapseDuration: number;
69
+ collapseTransition: boolean;
70
+ rowProps: Partial< Mutable<RowProps> & {
70
71
  style?: CSSProperties | undefined;
71
72
  class?: any;
72
73
  } & RecordType>;
73
- clearable: boolean;
74
74
  }, {}>, Partial<Record<string, (_: {
75
75
  [x: string]: any;
76
76
  label?: string | ComputedRef<string> | undefined;
@@ -159,7 +159,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
159
159
  };
160
160
  rows: number;
161
161
  autocomplete: string;
162
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
162
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
163
163
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
164
164
  step: string | number;
165
165
  format: string | ProgressFn | undefined;
@@ -191,9 +191,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
191
191
  label?: string | undefined;
192
192
  }) => RenderTypes) | undefined;
193
193
  }) => any>> & Partial<Record<string, (_: {
194
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
194
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
195
195
  readonly label: string | ComputedRef<string>;
196
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
196
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
197
197
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
198
198
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
199
199
  style?: CSSProperties | undefined;
@@ -220,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
220
220
  };
221
221
  rows: number;
222
222
  autocomplete: string;
223
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
223
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
224
224
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
225
225
  step: string | number;
226
226
  format: string | ProgressFn | undefined;
@@ -259,7 +259,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
259
259
  fieldInstance?: any;
260
260
  valueIsReady?: Ref<boolean> | undefined;
261
261
  prop: string;
262
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
262
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
263
263
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
264
264
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
265
265
  style?: CSSProperties | undefined;
@@ -287,9 +287,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
287
287
  clearable: boolean;
288
288
  index: number;
289
289
  }) => any>> & Partial<Record<string, (_: {
290
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
290
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
291
291
  readonly label: string | ComputedRef<string>;
292
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
292
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
293
293
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
294
294
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
295
295
  style?: CSSProperties | undefined;
@@ -316,7 +316,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
316
316
  };
317
317
  rows: number;
318
318
  autocomplete: string;
319
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
319
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
320
320
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
321
321
  step: string | number;
322
322
  format: string | ProgressFn | undefined;
@@ -355,7 +355,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
355
355
  fieldInstance?: any;
356
356
  valueIsReady?: Ref<boolean> | undefined;
357
357
  prop: string;
358
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
358
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
359
359
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
360
360
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
361
361
  style?: CSSProperties | undefined;
@@ -470,7 +470,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
470
470
  };
471
471
  rows: number;
472
472
  autocomplete: string;
473
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
473
+ type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
474
474
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
475
475
  step: string | number;
476
476
  format: string | ProgressFn | undefined;