yc-pro-components 0.0.25 → 0.0.26

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 (174) 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 +32 -32
  14. package/es/components/display-item/src/index.vue.d.ts +13 -13
  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 +128 -128
  21. package/es/components/form-item/src/form-item.mjs +2 -1
  22. package/es/components/form-item/src/index.vue.d.ts +16 -16
  23. package/es/components/header/index.d.ts +19 -19
  24. package/es/components/header/src/index.vue.d.ts +1 -1
  25. package/es/components/input-tag/index.d.ts +11 -11
  26. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  27. package/es/components/page/index.d.ts +900 -900
  28. package/es/components/page/src/index.vue.d.ts +289 -289
  29. package/es/components/pagination/index.d.ts +4 -4
  30. package/es/components/pagination/src/index.vue.d.ts +1 -1
  31. package/es/components/radio/index.d.ts +26 -26
  32. package/es/components/radio/src/index.vue.d.ts +26 -26
  33. package/es/components/render/index.d.ts +17 -17
  34. package/es/components/render/src/index.vue.d.ts +2 -2
  35. package/es/components/search/index.d.ts +328 -328
  36. package/es/components/search/src/index.vue.d.ts +95 -95
  37. package/es/components/steps-form/index.d.ts +23 -23
  38. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  39. package/es/components/table/index.d.ts +74 -74
  40. package/es/components/table/src/index.vue.d.ts +19 -19
  41. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  42. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  43. package/es/components/table/src/table-column.vue.d.ts +28 -28
  44. package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
  45. package/es/components/utils/index.d.ts +15 -15
  46. package/es/components/yc-count-to/index.d.ts +1 -1
  47. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  48. package/es/components/yc-dialog/src/index.vue2.mjs +1 -1
  49. package/es/components/yc-download-dialog/index.d.ts +19 -19
  50. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  51. package/es/components/yc-drawer/src/index.vue.mjs +1 -1
  52. package/es/components/yc-drawer/src/index.vue2.mjs +1 -1
  53. package/es/components/yc-drawer/store.d.ts +6 -6
  54. package/es/components/yc-form-container-header/index.d.ts +12 -12
  55. package/es/components/yc-more-actions/index.d.ts +46 -46
  56. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  57. package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
  58. package/es/components/yc-plus-tree/src/index.vue.d.ts +6 -1
  59. package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
  60. package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
  61. package/es/components/yc-segmented/index.d.ts +1 -1
  62. package/es/components/yc-segmented/src/index.d.ts +1 -1
  63. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  64. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  65. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  66. package/es/hooks/usePlusFormReset.d.ts +193 -193
  67. package/es/index.css +2 -2
  68. package/index.css +48 -48
  69. package/index.js +21 -11
  70. package/index.min.css +2 -2
  71. package/index.min.js +7 -7
  72. package/index.min.mjs +7 -7
  73. package/index.mjs +21 -11
  74. package/lib/components/check-card/index.d.ts +57 -57
  75. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  76. package/lib/components/check-card-group/index.d.ts +22 -22
  77. package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
  78. package/lib/components/date-picker/index.d.ts +1 -1
  79. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  80. package/lib/components/descriptions/index.d.ts +39 -39
  81. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  82. package/lib/components/dialog/index.d.ts +19 -19
  83. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  84. package/lib/components/dialog-form/index.d.ts +47 -47
  85. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  86. package/lib/components/display-item/index.d.ts +32 -32
  87. package/lib/components/display-item/src/index.vue.d.ts +13 -13
  88. package/lib/components/drawer-form/index.d.ts +28 -28
  89. package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
  90. package/lib/components/form/index.d.ts +107 -107
  91. package/lib/components/form/src/form-content.vue.d.ts +17 -17
  92. package/lib/components/form/src/index.vue.d.ts +16 -16
  93. package/lib/components/form-item/index.d.ts +128 -128
  94. package/lib/components/form-item/src/form-item.js +2 -1
  95. package/lib/components/form-item/src/index.vue.d.ts +16 -16
  96. package/lib/components/header/index.d.ts +19 -19
  97. package/lib/components/header/src/index.vue.d.ts +1 -1
  98. package/lib/components/input-tag/index.d.ts +11 -11
  99. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  100. package/lib/components/page/index.d.ts +900 -900
  101. package/lib/components/page/src/index.vue.d.ts +289 -289
  102. package/lib/components/pagination/index.d.ts +4 -4
  103. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  104. package/lib/components/radio/index.d.ts +26 -26
  105. package/lib/components/radio/src/index.vue.d.ts +26 -26
  106. package/lib/components/render/index.d.ts +17 -17
  107. package/lib/components/render/src/index.vue.d.ts +2 -2
  108. package/lib/components/search/index.d.ts +328 -328
  109. package/lib/components/search/src/index.vue.d.ts +95 -95
  110. package/lib/components/steps-form/index.d.ts +23 -23
  111. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  112. package/lib/components/table/index.d.ts +74 -74
  113. package/lib/components/table/src/index.vue.d.ts +19 -19
  114. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  115. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  116. package/lib/components/table/src/table-column.vue.d.ts +28 -28
  117. package/lib/components/table/src/table-title-bar.vue2.js +1 -0
  118. package/lib/components/utils/index.d.ts +15 -15
  119. package/lib/components/yc-count-to/index.d.ts +1 -1
  120. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  121. package/lib/components/yc-dialog/src/index.vue2.js +1 -1
  122. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  123. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  124. package/lib/components/yc-drawer/src/index.vue.js +1 -1
  125. package/lib/components/yc-drawer/src/index.vue2.js +1 -1
  126. package/lib/components/yc-drawer/store.d.ts +6 -6
  127. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  128. package/lib/components/yc-more-actions/index.d.ts +46 -46
  129. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  130. package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
  131. package/lib/components/yc-plus-tree/src/index.vue.d.ts +6 -1
  132. package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
  133. package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
  134. package/lib/components/yc-segmented/index.d.ts +1 -1
  135. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  136. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  137. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  138. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  139. package/lib/hooks/usePlusFormReset.d.ts +193 -193
  140. package/lib/index.css +2 -2
  141. package/locale/en.js +1 -1
  142. package/locale/en.min.js +1 -1
  143. package/locale/en.min.mjs +1 -1
  144. package/locale/en.mjs +1 -1
  145. package/locale/ja.js +1 -1
  146. package/locale/ja.min.js +1 -1
  147. package/locale/ja.min.mjs +1 -1
  148. package/locale/ja.mjs +1 -1
  149. package/locale/ko.js +1 -1
  150. package/locale/ko.min.js +1 -1
  151. package/locale/ko.min.mjs +1 -1
  152. package/locale/ko.mjs +1 -1
  153. package/locale/zh-cn.js +1 -1
  154. package/locale/zh-cn.min.js +1 -1
  155. package/locale/zh-cn.min.mjs +1 -1
  156. package/locale/zh-cn.mjs +1 -1
  157. package/locale/zh-tw.js +1 -1
  158. package/locale/zh-tw.min.js +1 -1
  159. package/locale/zh-tw.min.mjs +1 -1
  160. package/locale/zh-tw.mjs +1 -1
  161. package/package.json +1 -1
  162. package/theme-chalk/index.css +1 -1
  163. package/theme-chalk/plus-dialog.css +1 -1
  164. package/theme-chalk/plus-display-item.css +1 -1
  165. package/theme-chalk/plus-table.css +1 -1
  166. package/theme-chalk/plus-yc-dialog.css +1 -1
  167. package/theme-chalk/plus-yc-drawer.css +1 -1
  168. package/theme-chalk/plus-yc-plus-tree.css +1 -1
  169. package/theme-chalk/src/dialog.scss +45 -0
  170. package/theme-chalk/src/display-item.scss +1 -0
  171. package/theme-chalk/src/table.scss +10 -0
  172. package/theme-chalk/src/yc-dialog.scss +50 -0
  173. package/theme-chalk/src/yc-drawer.scss +1 -1
  174. package/theme-chalk/src/yc-plus-tree.scss +1 -0
@@ -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[];
@@ -55,24 +47,36 @@ export declare const PlusForm: {
55
47
  type: PropType<boolean>;
56
48
  default: boolean;
57
49
  };
58
- defaultValues: {
59
- type: PropType<FieldValues>;
60
- default: () => {};
50
+ clearable: {
51
+ type: PropType<boolean>;
52
+ default: boolean;
61
53
  };
62
- rowProps: {
63
- type: PropType<Partial< Mutable<RowProps> & {
54
+ colProps: {
55
+ type: PropType<Partial< Mutable<ColProps> & {
64
56
  style?: CSSProperties | undefined;
65
57
  class?: any;
66
58
  } & RecordType>>;
67
59
  default: () => {};
68
60
  };
69
- colProps: {
70
- type: PropType<Partial< Mutable<ColProps> & {
61
+ collapseDuration: {
62
+ type: PropType<number>;
63
+ default: undefined;
64
+ };
65
+ collapseTransition: {
66
+ type: PropType<boolean>;
67
+ default: undefined;
68
+ };
69
+ rowProps: {
70
+ type: PropType<Partial< Mutable<RowProps> & {
71
71
  style?: CSSProperties | undefined;
72
72
  class?: any;
73
73
  } & RecordType>>;
74
74
  default: () => {};
75
75
  };
76
+ defaultValues: {
77
+ type: PropType<FieldValues>;
78
+ default: () => {};
79
+ };
76
80
  hasErrorTip: {
77
81
  type: PropType<boolean>;
78
82
  default: boolean;
@@ -112,15 +116,11 @@ export declare const PlusForm: {
112
116
  type: PropType<boolean>;
113
117
  default: boolean;
114
118
  };
115
- clearable: {
116
- type: PropType<boolean>;
117
- default: boolean;
118
- };
119
119
  }>> & {
120
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
120
121
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
121
122
  onReset?: ((values: FieldValues) => any) | undefined;
122
123
  onSubmit?: ((values: FieldValues) => any) | undefined;
123
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
124
124
  onValidate?: ((...args: any[]) => any) | undefined;
125
125
  onSubmitError?: ((errors: unknown) => any) | undefined;
126
126
  }, {
@@ -416,14 +416,6 @@ export declare const PlusForm: {
416
416
  submitError: (errors: unknown) => void;
417
417
  validate: (...args: any[]) => void;
418
418
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
419
- collapseDuration: {
420
- type: PropType<number>;
421
- default: undefined;
422
- };
423
- collapseTransition: {
424
- type: PropType<boolean>;
425
- default: undefined;
426
- };
427
419
  columns: {
428
420
  type: PropType< PlusColumn[]>;
429
421
  default: () => never[];
@@ -460,24 +452,36 @@ export declare const PlusForm: {
460
452
  type: PropType<boolean>;
461
453
  default: boolean;
462
454
  };
463
- defaultValues: {
464
- type: PropType<FieldValues>;
465
- default: () => {};
455
+ clearable: {
456
+ type: PropType<boolean>;
457
+ default: boolean;
466
458
  };
467
- rowProps: {
468
- type: PropType<Partial< Mutable<RowProps> & {
459
+ colProps: {
460
+ type: PropType<Partial< Mutable<ColProps> & {
469
461
  style?: CSSProperties | undefined;
470
462
  class?: any;
471
463
  } & RecordType>>;
472
464
  default: () => {};
473
465
  };
474
- colProps: {
475
- type: PropType<Partial< Mutable<ColProps> & {
466
+ collapseDuration: {
467
+ type: PropType<number>;
468
+ default: undefined;
469
+ };
470
+ collapseTransition: {
471
+ type: PropType<boolean>;
472
+ default: undefined;
473
+ };
474
+ rowProps: {
475
+ type: PropType<Partial< Mutable<RowProps> & {
476
476
  style?: CSSProperties | undefined;
477
477
  class?: any;
478
478
  } & RecordType>>;
479
479
  default: () => {};
480
480
  };
481
+ defaultValues: {
482
+ type: PropType<FieldValues>;
483
+ default: () => {};
484
+ };
481
485
  hasErrorTip: {
482
486
  type: PropType<boolean>;
483
487
  default: boolean;
@@ -517,20 +521,14 @@ export declare const PlusForm: {
517
521
  type: PropType<boolean>;
518
522
  default: boolean;
519
523
  };
520
- clearable: {
521
- type: PropType<boolean>;
522
- default: boolean;
523
- };
524
524
  }>> & {
525
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
525
526
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
526
527
  onReset?: ((values: FieldValues) => any) | undefined;
527
528
  onSubmit?: ((values: FieldValues) => any) | undefined;
528
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
529
529
  onValidate?: ((...args: any[]) => any) | undefined;
530
530
  onSubmitError?: ((errors: unknown) => any) | undefined;
531
531
  }, {
532
- collapseDuration: number;
533
- collapseTransition: boolean;
534
532
  columns: PlusColumn[];
535
533
  group: false | PlusFormGroupRow[];
536
534
  layout: "grid" | "flex";
@@ -540,15 +538,18 @@ export declare const PlusForm: {
540
538
  labelWidth: string | number;
541
539
  labelSuffix: string;
542
540
  hasLabel: boolean;
543
- defaultValues: FieldValues;
544
- rowProps: Partial< Mutable<RowProps> & {
541
+ clearable: boolean;
542
+ colProps: Partial< Mutable<ColProps> & {
545
543
  style?: CSSProperties | undefined;
546
544
  class?: any;
547
545
  } & RecordType>;
548
- colProps: Partial< Mutable<ColProps> & {
546
+ collapseDuration: number;
547
+ collapseTransition: boolean;
548
+ rowProps: Partial< Mutable<RowProps> & {
549
549
  style?: CSSProperties | undefined;
550
550
  class?: any;
551
551
  } & RecordType>;
552
+ defaultValues: FieldValues;
552
553
  hasErrorTip: boolean;
553
554
  hasFooter: boolean;
554
555
  hasReset: boolean;
@@ -561,7 +562,6 @@ export declare const PlusForm: {
561
562
  class?: any;
562
563
  } & RecordType>;
563
564
  prevent: boolean;
564
- clearable: boolean;
565
565
  }, true, {}, {}, {
566
566
  P: {};
567
567
  B: {};
@@ -570,14 +570,6 @@ export declare const PlusForm: {
570
570
  M: {};
571
571
  Defaults: {};
572
572
  }, Readonly< ExtractPropTypes<{
573
- collapseDuration: {
574
- type: PropType<number>;
575
- default: undefined;
576
- };
577
- collapseTransition: {
578
- type: PropType<boolean>;
579
- default: undefined;
580
- };
581
573
  columns: {
582
574
  type: PropType< PlusColumn[]>;
583
575
  default: () => never[];
@@ -614,24 +606,36 @@ export declare const PlusForm: {
614
606
  type: PropType<boolean>;
615
607
  default: boolean;
616
608
  };
617
- defaultValues: {
618
- type: PropType<FieldValues>;
619
- default: () => {};
609
+ clearable: {
610
+ type: PropType<boolean>;
611
+ default: boolean;
620
612
  };
621
- rowProps: {
622
- type: PropType<Partial< Mutable<RowProps> & {
613
+ colProps: {
614
+ type: PropType<Partial< Mutable<ColProps> & {
623
615
  style?: CSSProperties | undefined;
624
616
  class?: any;
625
617
  } & RecordType>>;
626
618
  default: () => {};
627
619
  };
628
- colProps: {
629
- type: PropType<Partial< Mutable<ColProps> & {
620
+ collapseDuration: {
621
+ type: PropType<number>;
622
+ default: undefined;
623
+ };
624
+ collapseTransition: {
625
+ type: PropType<boolean>;
626
+ default: undefined;
627
+ };
628
+ rowProps: {
629
+ type: PropType<Partial< Mutable<RowProps> & {
630
630
  style?: CSSProperties | undefined;
631
631
  class?: any;
632
632
  } & RecordType>>;
633
633
  default: () => {};
634
634
  };
635
+ defaultValues: {
636
+ type: PropType<FieldValues>;
637
+ default: () => {};
638
+ };
635
639
  hasErrorTip: {
636
640
  type: PropType<boolean>;
637
641
  default: boolean;
@@ -671,15 +675,11 @@ export declare const PlusForm: {
671
675
  type: PropType<boolean>;
672
676
  default: boolean;
673
677
  };
674
- clearable: {
675
- type: PropType<boolean>;
676
- default: boolean;
677
- };
678
678
  }>> & {
679
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
679
680
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
680
681
  onReset?: ((values: FieldValues) => any) | undefined;
681
682
  onSubmit?: ((values: FieldValues) => any) | undefined;
682
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
683
683
  onValidate?: ((...args: any[]) => any) | undefined;
684
684
  onSubmitError?: ((errors: unknown) => any) | undefined;
685
685
  }, {
@@ -968,8 +968,6 @@ export declare const PlusForm: {
968
968
  handleSubmit: () => void;
969
969
  handleReset: () => void;
970
970
  }, {}, {}, {}, {
971
- collapseDuration: number;
972
- collapseTransition: boolean;
973
971
  columns: PlusColumn[];
974
972
  group: false | PlusFormGroupRow[];
975
973
  layout: "grid" | "flex";
@@ -979,15 +977,18 @@ export declare const PlusForm: {
979
977
  labelWidth: string | number;
980
978
  labelSuffix: string;
981
979
  hasLabel: boolean;
982
- defaultValues: FieldValues;
983
- rowProps: Partial< Mutable<RowProps> & {
980
+ clearable: boolean;
981
+ colProps: Partial< Mutable<ColProps> & {
984
982
  style?: CSSProperties | undefined;
985
983
  class?: any;
986
984
  } & RecordType>;
987
- colProps: Partial< Mutable<ColProps> & {
985
+ collapseDuration: number;
986
+ collapseTransition: boolean;
987
+ rowProps: Partial< Mutable<RowProps> & {
988
988
  style?: CSSProperties | undefined;
989
989
  class?: any;
990
990
  } & RecordType>;
991
+ defaultValues: FieldValues;
991
992
  hasErrorTip: boolean;
992
993
  hasFooter: boolean;
993
994
  hasReset: boolean;
@@ -1000,20 +1001,11 @@ export declare const PlusForm: {
1000
1001
  class?: any;
1001
1002
  } & RecordType>;
1002
1003
  prevent: boolean;
1003
- clearable: boolean;
1004
1004
  }>;
1005
1005
  __isFragment?: undefined;
1006
1006
  __isTeleport?: undefined;
1007
1007
  __isSuspense?: undefined;
1008
1008
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1009
- collapseDuration: {
1010
- type: PropType<number>;
1011
- default: undefined;
1012
- };
1013
- collapseTransition: {
1014
- type: PropType<boolean>;
1015
- default: undefined;
1016
- };
1017
1009
  columns: {
1018
1010
  type: PropType< PlusColumn[]>;
1019
1011
  default: () => never[];
@@ -1050,24 +1042,36 @@ export declare const PlusForm: {
1050
1042
  type: PropType<boolean>;
1051
1043
  default: boolean;
1052
1044
  };
1053
- defaultValues: {
1054
- type: PropType<FieldValues>;
1055
- default: () => {};
1045
+ clearable: {
1046
+ type: PropType<boolean>;
1047
+ default: boolean;
1056
1048
  };
1057
- rowProps: {
1058
- type: PropType<Partial< Mutable<RowProps> & {
1049
+ colProps: {
1050
+ type: PropType<Partial< Mutable<ColProps> & {
1059
1051
  style?: CSSProperties | undefined;
1060
1052
  class?: any;
1061
1053
  } & RecordType>>;
1062
1054
  default: () => {};
1063
1055
  };
1064
- colProps: {
1065
- type: PropType<Partial< Mutable<ColProps> & {
1056
+ collapseDuration: {
1057
+ type: PropType<number>;
1058
+ default: undefined;
1059
+ };
1060
+ collapseTransition: {
1061
+ type: PropType<boolean>;
1062
+ default: undefined;
1063
+ };
1064
+ rowProps: {
1065
+ type: PropType<Partial< Mutable<RowProps> & {
1066
1066
  style?: CSSProperties | undefined;
1067
1067
  class?: any;
1068
1068
  } & RecordType>>;
1069
1069
  default: () => {};
1070
1070
  };
1071
+ defaultValues: {
1072
+ type: PropType<FieldValues>;
1073
+ default: () => {};
1074
+ };
1071
1075
  hasErrorTip: {
1072
1076
  type: PropType<boolean>;
1073
1077
  default: boolean;
@@ -1107,15 +1111,11 @@ export declare const PlusForm: {
1107
1111
  type: PropType<boolean>;
1108
1112
  default: boolean;
1109
1113
  };
1110
- clearable: {
1111
- type: PropType<boolean>;
1112
- default: boolean;
1113
- };
1114
1114
  }>> & {
1115
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1115
1116
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1116
1117
  onReset?: ((values: FieldValues) => any) | undefined;
1117
1118
  onSubmit?: ((values: FieldValues) => any) | undefined;
1118
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1119
1119
  onValidate?: ((...args: any[]) => any) | undefined;
1120
1120
  onSubmitError?: ((errors: unknown) => any) | undefined;
1121
1121
  }, {
@@ -1411,8 +1411,6 @@ export declare const PlusForm: {
1411
1411
  submitError: (errors: unknown) => void;
1412
1412
  validate: (...args: any[]) => void;
1413
1413
  }, string, {
1414
- collapseDuration: number;
1415
- collapseTransition: boolean;
1416
1414
  columns: PlusColumn[];
1417
1415
  group: false | PlusFormGroupRow[];
1418
1416
  layout: "grid" | "flex";
@@ -1422,15 +1420,18 @@ export declare const PlusForm: {
1422
1420
  labelWidth: string | number;
1423
1421
  labelSuffix: string;
1424
1422
  hasLabel: boolean;
1425
- defaultValues: FieldValues;
1426
- rowProps: Partial< Mutable<RowProps> & {
1423
+ clearable: boolean;
1424
+ colProps: Partial< Mutable<ColProps> & {
1427
1425
  style?: CSSProperties | undefined;
1428
1426
  class?: any;
1429
1427
  } & RecordType>;
1430
- colProps: Partial< Mutable<ColProps> & {
1428
+ collapseDuration: number;
1429
+ collapseTransition: boolean;
1430
+ rowProps: Partial< Mutable<RowProps> & {
1431
1431
  style?: CSSProperties | undefined;
1432
1432
  class?: any;
1433
1433
  } & RecordType>;
1434
+ defaultValues: FieldValues;
1434
1435
  hasErrorTip: boolean;
1435
1436
  hasFooter: boolean;
1436
1437
  hasReset: boolean;
@@ -1443,7 +1444,6 @@ export declare const PlusForm: {
1443
1444
  class?: any;
1444
1445
  } & RecordType>;
1445
1446
  prevent: boolean;
1446
- clearable: boolean;
1447
1447
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1448
1448
  $slots: Partial<Record<string, (_: {
1449
1449
  index: number;
@@ -1457,9 +1457,9 @@ export declare const PlusForm: {
1457
1457
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1458
1458
  columns?: PlusColumn[] | undefined;
1459
1459
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1460
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1460
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
1461
1461
  readonly label: string | ComputedRef<string>;
1462
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1462
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1463
1463
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1464
1464
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1465
1465
  style?: CSSProperties | undefined;
@@ -1486,7 +1486,7 @@ export declare const PlusForm: {
1486
1486
  };
1487
1487
  rows: number;
1488
1488
  autocomplete: string;
1489
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1489
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1490
1490
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1491
1491
  step: string | number;
1492
1492
  format: string | ProgressFn | undefined;
@@ -1531,7 +1531,7 @@ export declare const PlusForm: {
1531
1531
  fieldInstance?: any;
1532
1532
  valueIsReady?: Ref<boolean> | undefined;
1533
1533
  prop: string;
1534
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1534
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1535
1535
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1536
1536
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1537
1537
  style?: CSSProperties | undefined;
@@ -1565,9 +1565,9 @@ export declare const PlusForm: {
1565
1565
  clearable: boolean;
1566
1566
  index: number;
1567
1567
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1568
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1568
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
1569
1569
  readonly label: string | ComputedRef<string>;
1570
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1570
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1571
1571
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1572
1572
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1573
1573
  style?: CSSProperties | undefined;
@@ -1594,7 +1594,7 @@ export declare const PlusForm: {
1594
1594
  };
1595
1595
  rows: number;
1596
1596
  autocomplete: string;
1597
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1597
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1598
1598
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1599
1599
  step: string | number;
1600
1600
  format: string | ProgressFn | undefined;
@@ -1639,7 +1639,7 @@ export declare const PlusForm: {
1639
1639
  fieldInstance?: any;
1640
1640
  valueIsReady?: Ref<boolean> | undefined;
1641
1641
  prop: string;
1642
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1642
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1643
1643
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1644
1644
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1645
1645
  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
 
@@ -57,24 +57,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
57
57
  collapseTransition: undefined;
58
58
  clearable: boolean;
59
59
  }>>> & {
60
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
61
60
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
61
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
62
62
  }, {
63
- collapseDuration: number;
64
- collapseTransition: boolean;
65
63
  columns: PlusColumn[];
66
64
  layout: "grid" | "flex";
67
65
  modelValue: FieldValues;
68
66
  hasLabel: boolean;
69
- rowProps: Partial< Mutable<RowProps> & {
67
+ clearable: boolean;
68
+ colProps: Partial< Mutable<ColProps> & {
70
69
  style?: CSSProperties | undefined;
71
70
  class?: any;
72
71
  } & RecordType>;
73
- colProps: Partial< Mutable<ColProps> & {
72
+ collapseDuration: number;
73
+ collapseTransition: boolean;
74
+ rowProps: Partial< Mutable<RowProps> & {
74
75
  style?: CSSProperties | undefined;
75
76
  class?: any;
76
77
  } & RecordType>;
77
- clearable: boolean;
78
78
  }, {}>, Partial<Record<string, (_: {
79
79
  [x: string]: any;
80
80
  label?: string | ComputedRef<string> | undefined;
@@ -170,7 +170,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
170
170
  };
171
171
  rows: number;
172
172
  autocomplete: string;
173
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
173
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
174
174
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
175
175
  step: string | number;
176
176
  format: string | ProgressFn | undefined;
@@ -202,9 +202,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
202
202
  label?: string | undefined;
203
203
  }) => RenderTypes) | undefined;
204
204
  }) => any>> & Partial<Record<string, (_: {
205
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
205
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
206
206
  readonly label: string | ComputedRef<string>;
207
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
207
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
208
208
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
209
209
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
210
210
  style?: CSSProperties | undefined;
@@ -231,7 +231,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
231
231
  };
232
232
  rows: number;
233
233
  autocomplete: string;
234
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
234
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
235
235
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
236
236
  step: string | number;
237
237
  format: string | ProgressFn | undefined;
@@ -276,7 +276,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
276
276
  fieldInstance?: any;
277
277
  valueIsReady?: Ref<boolean> | undefined;
278
278
  prop: string;
279
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
279
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
280
280
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
281
281
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
282
282
  style?: CSSProperties | undefined;
@@ -310,9 +310,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
310
310
  clearable: boolean;
311
311
  index: number;
312
312
  }) => any>> & Partial<Record<string, (_: {
313
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
313
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "autoDict" | "renderLabel" | "renderErrorMessage">> & {
314
314
  readonly label: string | ComputedRef<string>;
315
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
315
+ readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
316
316
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
317
317
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
318
318
  style?: CSSProperties | undefined;
@@ -339,7 +339,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
339
339
  };
340
340
  rows: number;
341
341
  autocomplete: string;
342
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
342
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
343
343
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
344
344
  step: string | number;
345
345
  format: string | ProgressFn | undefined;
@@ -384,7 +384,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
384
384
  fieldInstance?: any;
385
385
  valueIsReady?: Ref<boolean> | undefined;
386
386
  prop: string;
387
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
387
+ modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
388
388
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
389
389
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
390
390
  style?: CSSProperties | undefined;
@@ -512,7 +512,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
512
512
  };
513
513
  rows: number;
514
514
  autocomplete: string;
515
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
515
+ type: "" | "number" | "default" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
516
516
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
517
517
  step: string | number;
518
518
  format: string | ProgressFn | undefined;