yc-pro-components 0.0.64 → 0.0.65

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 (143) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +20 -20
  6. package/es/components/date-picker/src/index.vue.d.ts +12 -12
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +41 -41
  12. package/es/components/display-item/src/index.vue.d.ts +22 -22
  13. package/es/components/drawer-form/index.d.ts +65 -65
  14. package/es/components/drawer-form/src/index.vue.d.ts +15 -15
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +48 -48
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +15 -15
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +344 -344
  27. package/es/components/page/src/index.vue.d.ts +118 -118
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/src/table-column.vue.d.ts +37 -37
  41. package/es/components/utils/index.d.ts +2 -2
  42. package/es/components/yc-dialog/index.d.ts +24 -24
  43. package/es/components/yc-download-dialog/index.d.ts +19 -19
  44. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-form-container-header/index.d.ts +12 -12
  46. package/es/components/yc-more-actions/index.d.ts +46 -46
  47. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  48. package/es/components/yc-plus-page/src/header-filter-cell.vue.mjs +1 -1
  49. package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +30 -68
  50. package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
  51. package/es/components/yc-segmented/index.d.ts +2 -2
  52. package/es/components/yc-segmented/src/index.d.ts +2 -2
  53. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  54. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  55. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  56. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  57. package/es/hooks/usePlusFormReset.d.ts +238 -238
  58. package/es/index.css +8 -8
  59. package/index.css +6 -6
  60. package/index.js +35 -73
  61. package/index.min.css +1 -1
  62. package/index.min.js +11 -11
  63. package/index.min.mjs +11 -11
  64. package/index.mjs +35 -73
  65. package/lib/components/check-card/index.d.ts +61 -61
  66. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  67. package/lib/components/check-card-group/index.d.ts +43 -43
  68. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  69. package/lib/components/date-picker/index.d.ts +20 -20
  70. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  71. package/lib/components/dialog/index.d.ts +26 -26
  72. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  73. package/lib/components/dialog-form/index.d.ts +31 -31
  74. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  75. package/lib/components/display-item/index.d.ts +41 -41
  76. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  77. package/lib/components/drawer-form/index.d.ts +65 -65
  78. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  79. package/lib/components/form/index.d.ts +45 -45
  80. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  81. package/lib/components/form/src/index.vue.d.ts +17 -17
  82. package/lib/components/form-item/index.d.ts +48 -48
  83. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  84. package/lib/components/header/index.d.ts +19 -19
  85. package/lib/components/header/src/index.vue.d.ts +1 -1
  86. package/lib/components/input-tag/index.d.ts +15 -15
  87. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  88. package/lib/components/layout/index.d.ts +30 -30
  89. package/lib/components/layout/src/index.vue.d.ts +10 -10
  90. package/lib/components/page/index.d.ts +344 -344
  91. package/lib/components/page/src/index.vue.d.ts +118 -118
  92. package/lib/components/pagination/index.d.ts +42 -42
  93. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +35 -35
  95. package/lib/components/radio/src/index.vue.d.ts +27 -27
  96. package/lib/components/render/index.d.ts +3 -3
  97. package/lib/components/render/src/index.vue.d.ts +1 -1
  98. package/lib/components/search/index.d.ts +154 -154
  99. package/lib/components/search/src/index.vue.d.ts +50 -50
  100. package/lib/components/sidebar/index.d.ts +15 -15
  101. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  102. package/lib/components/steps-form/index.d.ts +23 -23
  103. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  104. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  105. package/lib/components/utils/index.d.ts +2 -2
  106. package/lib/components/yc-dialog/index.d.ts +24 -24
  107. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  108. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  109. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  110. package/lib/components/yc-more-actions/index.d.ts +46 -46
  111. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  112. package/lib/components/yc-plus-page/src/header-filter-cell.vue.js +1 -1
  113. package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +29 -67
  114. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  115. package/lib/components/yc-segmented/index.d.ts +2 -2
  116. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  117. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  118. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  119. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  120. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  121. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  122. package/lib/index.css +9 -9
  123. package/locale/en.js +1 -1
  124. package/locale/en.min.js +1 -1
  125. package/locale/en.min.mjs +1 -1
  126. package/locale/en.mjs +1 -1
  127. package/locale/ja.js +1 -1
  128. package/locale/ja.min.js +1 -1
  129. package/locale/ja.min.mjs +1 -1
  130. package/locale/ja.mjs +1 -1
  131. package/locale/ko.js +1 -1
  132. package/locale/ko.min.js +1 -1
  133. package/locale/ko.min.mjs +1 -1
  134. package/locale/ko.mjs +1 -1
  135. package/locale/zh-cn.js +1 -1
  136. package/locale/zh-cn.min.js +1 -1
  137. package/locale/zh-cn.min.mjs +1 -1
  138. package/locale/zh-cn.mjs +1 -1
  139. package/locale/zh-tw.js +1 -1
  140. package/locale/zh-tw.min.js +1 -1
  141. package/locale/zh-tw.min.mjs +1 -1
  142. package/locale/zh-tw.mjs +1 -1
  143. package/package.json +1 -1
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
101
101
  columns: PlusColumn[];
102
102
  immediate: boolean;
103
103
  params: RecordType;
104
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
104
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
105
105
  columnsEmptyText: string;
106
106
  postData: <T = RecordType[]>(data: T[]) => T[];
107
107
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -138,7 +138,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
138
138
  data: RecordType[];
139
139
  total: number;
140
140
  }>;
141
- readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
141
+ readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
142
142
  readonly columnsEmptyText: string;
143
143
  readonly isCard: boolean;
144
144
  readonly searchCardProps: Partial< Mutable<CardProps> & {
@@ -200,7 +200,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
200
200
  required: true;
201
201
  };
202
202
  pagination: {
203
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
203
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
204
204
  default: () => {};
205
205
  };
206
206
  columnsEmptyText: {
@@ -318,7 +318,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
318
318
  required: true;
319
319
  };
320
320
  pagination: {
321
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
321
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
322
322
  default: () => {};
323
323
  };
324
324
  columnsEmptyText: {
@@ -391,9 +391,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
391
391
  $: ComponentInternalInstance;
392
392
  $data: {};
393
393
  $props: Partial<{
394
+ modelValue: FieldValues;
394
395
  columns: PlusColumn[];
395
396
  layout: "grid" | "flex";
396
- modelValue: FieldValues;
397
397
  labelPosition: "top" | "right" | "left";
398
398
  inline: boolean;
399
399
  showNumber: number;
@@ -419,9 +419,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
419
419
  searchIcon: Component | null;
420
420
  resetIcon: Component | null;
421
421
  }> & Omit<{
422
+ readonly modelValue: FieldValues;
422
423
  readonly columns: PlusColumn[];
423
424
  readonly layout: "grid" | "flex";
424
- readonly modelValue: FieldValues;
425
425
  readonly inline: boolean;
426
426
  readonly showNumber: number;
427
427
  readonly defaultValues: FieldValues;
@@ -446,12 +446,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
446
446
  readonly labelPosition?: "top" | "right" | "left" | undefined;
447
447
  readonly searchIcon?: Component | null | undefined;
448
448
  readonly resetIcon?: Component | null | undefined;
449
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
449
450
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
450
451
  onReset?: ((values: FieldValues) => any) | undefined;
451
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
452
452
  onSearch?: ((values: FieldValues) => any) | undefined;
453
453
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
454
454
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
455
+ modelValue: {
456
+ type: PropType<FieldValues>;
457
+ default: () => {};
458
+ };
455
459
  columns: {
456
460
  type: PropType<PlusColumn[]>;
457
461
  default: () => never[];
@@ -460,10 +464,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
460
464
  type: PropType<"grid" | "flex">;
461
465
  default: "grid";
462
466
  };
463
- modelValue: {
464
- type: PropType<FieldValues>;
465
- default: () => {};
466
- };
467
467
  labelPosition: {
468
468
  type: PropType<"top" | "right" | "left">;
469
469
  default: undefined;
@@ -551,12 +551,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
551
551
  default: undefined;
552
552
  };
553
553
  }>> & {
554
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
554
555
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
555
556
  onReset?: ((values: FieldValues) => any) | undefined;
556
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
557
557
  onSearch?: ((values: FieldValues) => any) | undefined;
558
558
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
559
- }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
559
+ }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
560
560
  $attrs: {
561
561
  [x: string]: unknown;
562
562
  };
@@ -568,9 +568,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
568
568
  }>;
569
569
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
570
570
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
571
- $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
571
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
572
572
  $el: any;
573
573
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
574
+ modelValue: {
575
+ type: PropType<FieldValues>;
576
+ default: () => {};
577
+ };
574
578
  columns: {
575
579
  type: PropType<PlusColumn[]>;
576
580
  default: () => never[];
@@ -579,10 +583,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
579
583
  type: PropType<"grid" | "flex">;
580
584
  default: "grid";
581
585
  };
582
- modelValue: {
583
- type: PropType<FieldValues>;
584
- default: () => {};
585
- };
586
586
  labelPosition: {
587
587
  type: PropType<"top" | "right" | "left">;
588
588
  default: undefined;
@@ -670,9 +670,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
670
670
  default: undefined;
671
671
  };
672
672
  }>> & {
673
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
673
674
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
674
675
  onReset?: ((values: FieldValues) => any) | undefined;
675
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
676
676
  onSearch?: ((values: FieldValues) => any) | undefined;
677
677
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
678
678
  }, {
@@ -680,12 +680,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
680
680
  $: ComponentInternalInstance;
681
681
  $data: {};
682
682
  $props: Partial<{
683
+ modelValue: FieldValues;
683
684
  collapseDuration: number;
684
685
  collapseTransition: boolean;
685
686
  columns: PlusColumn[];
686
687
  group: false | PlusFormGroupRow[];
687
688
  layout: "grid" | "flex";
688
- modelValue: FieldValues;
689
689
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
690
690
  labelPosition: "top" | "right" | "left";
691
691
  labelWidth: string | number;
@@ -706,7 +706,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
706
706
  submitText: string;
707
707
  resetText: string;
708
708
  submitLoading: boolean;
709
- footerAlign: "right" | "left" | "center";
709
+ footerAlign: "center" | "right" | "left";
710
710
  cardProps: Partial< Mutable<CardProps> & {
711
711
  style?: CSSProperties | undefined;
712
712
  class?: any;
@@ -714,9 +714,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
714
714
  prevent: boolean;
715
715
  clearable: boolean;
716
716
  }> & Omit<{
717
+ readonly modelValue: FieldValues;
717
718
  readonly columns: PlusColumn[];
718
719
  readonly group: false | PlusFormGroupRow[];
719
- readonly modelValue: FieldValues;
720
720
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
721
721
  readonly labelPosition: "top" | "right" | "left";
722
722
  readonly labelWidth: string | number;
@@ -737,7 +737,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
737
737
  readonly submitText: string;
738
738
  readonly resetText: string;
739
739
  readonly submitLoading: boolean;
740
- readonly footerAlign: "right" | "left" | "center";
740
+ readonly footerAlign: "center" | "right" | "left";
741
741
  readonly cardProps: Partial< Mutable<CardProps> & {
742
742
  style?: CSSProperties | undefined;
743
743
  class?: any;
@@ -747,13 +747,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
747
747
  readonly collapseDuration?: number | undefined;
748
748
  readonly collapseTransition?: boolean | undefined;
749
749
  readonly layout?: "grid" | "flex" | undefined;
750
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
750
751
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
751
752
  onReset?: ((values: FieldValues) => any) | undefined;
752
753
  onSubmit?: ((values: FieldValues) => any) | undefined;
753
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
754
754
  onValidate?: ((...args: any[]) => any) | undefined;
755
755
  onSubmitError?: ((errors: unknown) => any) | undefined;
756
756
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
757
+ modelValue: {
758
+ type: PropType<FieldValues>;
759
+ default: () => {};
760
+ };
757
761
  collapseDuration: {
758
762
  type: PropType<number>;
759
763
  default: undefined;
@@ -774,10 +778,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
774
778
  type: PropType<"grid" | "flex">;
775
779
  default: undefined;
776
780
  };
777
- modelValue: {
778
- type: PropType<FieldValues>;
779
- default: () => {};
780
- };
781
781
  rules: {
782
782
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
783
783
  default: () => {};
@@ -841,7 +841,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
841
841
  default: boolean;
842
842
  };
843
843
  footerAlign: {
844
- type: PropType<"right" | "left" | "center">;
844
+ type: PropType<"center" | "right" | "left">;
845
845
  default: string;
846
846
  };
847
847
  cardProps: {
@@ -860,13 +860,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
860
860
  default: boolean;
861
861
  };
862
862
  }>> & {
863
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
863
864
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
864
865
  onReset?: ((values: FieldValues) => any) | undefined;
865
866
  onSubmit?: ((values: FieldValues) => any) | undefined;
866
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
867
867
  onValidate?: ((...args: any[]) => any) | undefined;
868
868
  onSubmitError?: ((errors: unknown) => any) | undefined;
869
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
869
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
870
870
  $attrs: {
871
871
  [x: string]: unknown;
872
872
  };
@@ -878,9 +878,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
878
878
  }>;
879
879
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
880
880
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
881
- $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
881
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
882
882
  $el: any;
883
883
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
884
+ modelValue: {
885
+ type: PropType<FieldValues>;
886
+ default: () => {};
887
+ };
884
888
  collapseDuration: {
885
889
  type: PropType<number>;
886
890
  default: undefined;
@@ -901,10 +905,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
901
905
  type: PropType<"grid" | "flex">;
902
906
  default: undefined;
903
907
  };
904
- modelValue: {
905
- type: PropType<FieldValues>;
906
- default: () => {};
907
- };
908
908
  rules: {
909
909
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
910
910
  default: () => {};
@@ -968,7 +968,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
968
968
  default: boolean;
969
969
  };
970
970
  footerAlign: {
971
- type: PropType<"right" | "left" | "center">;
971
+ type: PropType<"center" | "right" | "left">;
972
972
  default: string;
973
973
  };
974
974
  cardProps: {
@@ -987,10 +987,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
987
987
  default: boolean;
988
988
  };
989
989
  }>> & {
990
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
990
991
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
991
992
  onReset?: ((values: FieldValues) => any) | undefined;
992
993
  onSubmit?: ((values: FieldValues) => any) | undefined;
993
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
994
994
  onValidate?: ((...args: any[]) => any) | undefined;
995
995
  onSubmitError?: ((errors: unknown) => any) | undefined;
996
996
  }, {
@@ -1009,12 +1009,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1009
1009
  submitError: (errors: unknown) => void;
1010
1010
  validate: (...args: any[]) => void;
1011
1011
  }, string, {
1012
+ modelValue: FieldValues;
1012
1013
  collapseDuration: number;
1013
1014
  collapseTransition: boolean;
1014
1015
  columns: PlusColumn[];
1015
1016
  group: false | PlusFormGroupRow[];
1016
1017
  layout: "grid" | "flex";
1017
- modelValue: FieldValues;
1018
1018
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1019
1019
  labelPosition: "top" | "right" | "left";
1020
1020
  labelWidth: string | number;
@@ -1035,7 +1035,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1035
1035
  submitText: string;
1036
1036
  resetText: string;
1037
1037
  submitLoading: boolean;
1038
- footerAlign: "right" | "left" | "center";
1038
+ footerAlign: "center" | "right" | "left";
1039
1039
  cardProps: Partial< Mutable<CardProps> & {
1040
1040
  style?: CSSProperties | undefined;
1041
1041
  class?: any;
@@ -1063,6 +1063,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1063
1063
  $nextTick: typeof nextTick;
1064
1064
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
1065
1065
  } & Omit<Readonly< ExtractPropTypes<{
1066
+ modelValue: {
1067
+ type: PropType<FieldValues>;
1068
+ default: () => {};
1069
+ };
1066
1070
  collapseDuration: {
1067
1071
  type: PropType<number>;
1068
1072
  default: undefined;
@@ -1083,10 +1087,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1083
1087
  type: PropType<"grid" | "flex">;
1084
1088
  default: undefined;
1085
1089
  };
1086
- modelValue: {
1087
- type: PropType<FieldValues>;
1088
- default: () => {};
1089
- };
1090
1090
  rules: {
1091
1091
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1092
1092
  default: () => {};
@@ -1150,7 +1150,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1150
1150
  default: boolean;
1151
1151
  };
1152
1152
  footerAlign: {
1153
- type: PropType<"right" | "left" | "center">;
1153
+ type: PropType<"center" | "right" | "left">;
1154
1154
  default: string;
1155
1155
  };
1156
1156
  cardProps: {
@@ -1169,10 +1169,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1169
1169
  default: boolean;
1170
1170
  };
1171
1171
  }>> & {
1172
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1172
1173
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1173
1174
  onReset?: ((values: FieldValues) => any) | undefined;
1174
1175
  onSubmit?: ((values: FieldValues) => any) | undefined;
1175
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1176
1176
  onValidate?: ((...args: any[]) => any) | undefined;
1177
1177
  onSubmitError?: ((errors: unknown) => any) | undefined;
1178
1178
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1196,14 +1196,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1196
1196
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1197
1197
  columns?: PlusColumn[] | undefined;
1198
1198
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1199
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1199
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1200
1200
  readonly label: string | ComputedRef<string>;
1201
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1201
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1202
1202
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1203
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1203
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1204
1204
  style?: CSSProperties | undefined;
1205
1205
  class?: any;
1206
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1206
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1207
1207
  style?: CSSProperties | undefined;
1208
1208
  class?: any;
1209
1209
  } & RecordType>>;
@@ -1270,12 +1270,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1270
1270
  fieldInstance?: any;
1271
1271
  valueIsReady?: Ref<boolean> | undefined;
1272
1272
  prop: string;
1273
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1273
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1274
1274
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1275
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1275
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1276
1276
  style?: CSSProperties | undefined;
1277
1277
  class?: any;
1278
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1278
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1279
1279
  style?: CSSProperties | undefined;
1280
1280
  class?: any;
1281
1281
  } & RecordType>>;
@@ -1304,14 +1304,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1304
1304
  clearable: boolean;
1305
1305
  index: number;
1306
1306
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1307
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1307
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1308
1308
  readonly label: string | ComputedRef<string>;
1309
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1309
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1310
1310
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1311
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1311
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1312
1312
  style?: CSSProperties | undefined;
1313
1313
  class?: any;
1314
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1314
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1315
1315
  style?: CSSProperties | undefined;
1316
1316
  class?: any;
1317
1317
  } & RecordType>>;
@@ -1378,12 +1378,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1378
1378
  fieldInstance?: any;
1379
1379
  valueIsReady?: Ref<boolean> | undefined;
1380
1380
  prop: string;
1381
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1381
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1382
1382
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1383
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1383
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1384
1384
  style?: CSSProperties | undefined;
1385
1385
  class?: any;
1386
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1386
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1387
1387
  style?: CSSProperties | undefined;
1388
1388
  class?: any;
1389
1389
  } & RecordType>>;
@@ -1435,9 +1435,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1435
1435
  reset: (values: FieldValues) => void;
1436
1436
  collapse: (isShowUnfold: boolean) => void;
1437
1437
  }, string, {
1438
+ modelValue: FieldValues;
1438
1439
  columns: PlusColumn[];
1439
1440
  layout: "grid" | "flex";
1440
- modelValue: FieldValues;
1441
1441
  labelPosition: "top" | "right" | "left";
1442
1442
  inline: boolean;
1443
1443
  showNumber: number;
@@ -1483,6 +1483,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1483
1483
  $nextTick: typeof nextTick;
1484
1484
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
1485
1485
  } & Omit<Readonly< ExtractPropTypes<{
1486
+ modelValue: {
1487
+ type: PropType<FieldValues>;
1488
+ default: () => {};
1489
+ };
1486
1490
  columns: {
1487
1491
  type: PropType<PlusColumn[]>;
1488
1492
  default: () => never[];
@@ -1491,10 +1495,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1491
1495
  type: PropType<"grid" | "flex">;
1492
1496
  default: "grid";
1493
1497
  };
1494
- modelValue: {
1495
- type: PropType<FieldValues>;
1496
- default: () => {};
1497
- };
1498
1498
  labelPosition: {
1499
1499
  type: PropType<"top" | "right" | "left">;
1500
1500
  default: undefined;
@@ -1582,9 +1582,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1582
1582
  default: undefined;
1583
1583
  };
1584
1584
  }>> & {
1585
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1585
1586
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1586
1587
  onReset?: ((values: FieldValues) => any) | undefined;
1587
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1588
1588
  onSearch?: ((values: FieldValues) => any) | undefined;
1589
1589
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1590
1590
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -1592,12 +1592,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1592
1592
  $: ComponentInternalInstance;
1593
1593
  $data: {};
1594
1594
  $props: Partial<{
1595
+ modelValue: FieldValues;
1595
1596
  collapseDuration: number;
1596
1597
  collapseTransition: boolean;
1597
1598
  columns: PlusColumn[];
1598
1599
  group: false | PlusFormGroupRow[];
1599
1600
  layout: "grid" | "flex";
1600
- modelValue: FieldValues;
1601
1601
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1602
1602
  labelPosition: "top" | "right" | "left";
1603
1603
  labelWidth: string | number;
@@ -1618,7 +1618,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1618
1618
  submitText: string;
1619
1619
  resetText: string;
1620
1620
  submitLoading: boolean;
1621
- footerAlign: "right" | "left" | "center";
1621
+ footerAlign: "center" | "right" | "left";
1622
1622
  cardProps: Partial< Mutable<CardProps> & {
1623
1623
  style?: CSSProperties | undefined;
1624
1624
  class?: any;
@@ -1626,9 +1626,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1626
1626
  prevent: boolean;
1627
1627
  clearable: boolean;
1628
1628
  }> & Omit<{
1629
+ readonly modelValue: FieldValues;
1629
1630
  readonly columns: PlusColumn[];
1630
1631
  readonly group: false | PlusFormGroupRow[];
1631
- readonly modelValue: FieldValues;
1632
1632
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1633
1633
  readonly labelPosition: "top" | "right" | "left";
1634
1634
  readonly labelWidth: string | number;
@@ -1649,7 +1649,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1649
1649
  readonly submitText: string;
1650
1650
  readonly resetText: string;
1651
1651
  readonly submitLoading: boolean;
1652
- readonly footerAlign: "right" | "left" | "center";
1652
+ readonly footerAlign: "center" | "right" | "left";
1653
1653
  readonly cardProps: Partial< Mutable<CardProps> & {
1654
1654
  style?: CSSProperties | undefined;
1655
1655
  class?: any;
@@ -1659,13 +1659,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1659
1659
  readonly collapseDuration?: number | undefined;
1660
1660
  readonly collapseTransition?: boolean | undefined;
1661
1661
  readonly layout?: "grid" | "flex" | undefined;
1662
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1662
1663
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1663
1664
  onReset?: ((values: FieldValues) => any) | undefined;
1664
1665
  onSubmit?: ((values: FieldValues) => any) | undefined;
1665
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1666
1666
  onValidate?: ((...args: any[]) => any) | undefined;
1667
1667
  onSubmitError?: ((errors: unknown) => any) | undefined;
1668
1668
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1669
+ modelValue: {
1670
+ type: PropType<FieldValues>;
1671
+ default: () => {};
1672
+ };
1669
1673
  collapseDuration: {
1670
1674
  type: PropType<number>;
1671
1675
  default: undefined;
@@ -1686,10 +1690,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1686
1690
  type: PropType<"grid" | "flex">;
1687
1691
  default: undefined;
1688
1692
  };
1689
- modelValue: {
1690
- type: PropType<FieldValues>;
1691
- default: () => {};
1692
- };
1693
1693
  rules: {
1694
1694
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1695
1695
  default: () => {};
@@ -1753,7 +1753,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1753
1753
  default: boolean;
1754
1754
  };
1755
1755
  footerAlign: {
1756
- type: PropType<"right" | "left" | "center">;
1756
+ type: PropType<"center" | "right" | "left">;
1757
1757
  default: string;
1758
1758
  };
1759
1759
  cardProps: {
@@ -1772,13 +1772,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1772
1772
  default: boolean;
1773
1773
  };
1774
1774
  }>> & {
1775
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1775
1776
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1776
1777
  onReset?: ((values: FieldValues) => any) | undefined;
1777
1778
  onSubmit?: ((values: FieldValues) => any) | undefined;
1778
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1779
1779
  onValidate?: ((...args: any[]) => any) | undefined;
1780
1780
  onSubmitError?: ((errors: unknown) => any) | undefined;
1781
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1781
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1782
1782
  $attrs: {
1783
1783
  [x: string]: unknown;
1784
1784
  };
@@ -1790,9 +1790,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1790
1790
  }>;
1791
1791
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1792
1792
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1793
- $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
1793
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
1794
1794
  $el: any;
1795
1795
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1796
+ modelValue: {
1797
+ type: PropType<FieldValues>;
1798
+ default: () => {};
1799
+ };
1796
1800
  collapseDuration: {
1797
1801
  type: PropType<number>;
1798
1802
  default: undefined;
@@ -1813,10 +1817,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1813
1817
  type: PropType<"grid" | "flex">;
1814
1818
  default: undefined;
1815
1819
  };
1816
- modelValue: {
1817
- type: PropType<FieldValues>;
1818
- default: () => {};
1819
- };
1820
1820
  rules: {
1821
1821
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1822
1822
  default: () => {};
@@ -1880,7 +1880,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1880
1880
  default: boolean;
1881
1881
  };
1882
1882
  footerAlign: {
1883
- type: PropType<"right" | "left" | "center">;
1883
+ type: PropType<"center" | "right" | "left">;
1884
1884
  default: string;
1885
1885
  };
1886
1886
  cardProps: {
@@ -1899,10 +1899,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1899
1899
  default: boolean;
1900
1900
  };
1901
1901
  }>> & {
1902
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1902
1903
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1903
1904
  onReset?: ((values: FieldValues) => any) | undefined;
1904
1905
  onSubmit?: ((values: FieldValues) => any) | undefined;
1905
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1906
1906
  onValidate?: ((...args: any[]) => any) | undefined;
1907
1907
  onSubmitError?: ((errors: unknown) => any) | undefined;
1908
1908
  }, {
@@ -1921,12 +1921,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1921
1921
  submitError: (errors: unknown) => void;
1922
1922
  validate: (...args: any[]) => void;
1923
1923
  }, string, {
1924
+ modelValue: FieldValues;
1924
1925
  collapseDuration: number;
1925
1926
  collapseTransition: boolean;
1926
1927
  columns: PlusColumn[];
1927
1928
  group: false | PlusFormGroupRow[];
1928
1929
  layout: "grid" | "flex";
1929
- modelValue: FieldValues;
1930
1930
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1931
1931
  labelPosition: "top" | "right" | "left";
1932
1932
  labelWidth: string | number;
@@ -1947,7 +1947,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1947
1947
  submitText: string;
1948
1948
  resetText: string;
1949
1949
  submitLoading: boolean;
1950
- footerAlign: "right" | "left" | "center";
1950
+ footerAlign: "center" | "right" | "left";
1951
1951
  cardProps: Partial< Mutable<CardProps> & {
1952
1952
  style?: CSSProperties | undefined;
1953
1953
  class?: any;
@@ -1975,6 +1975,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1975
1975
  $nextTick: typeof nextTick;
1976
1976
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
1977
1977
  } & Omit<Readonly< ExtractPropTypes<{
1978
+ modelValue: {
1979
+ type: PropType<FieldValues>;
1980
+ default: () => {};
1981
+ };
1978
1982
  collapseDuration: {
1979
1983
  type: PropType<number>;
1980
1984
  default: undefined;
@@ -1995,10 +1999,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1995
1999
  type: PropType<"grid" | "flex">;
1996
2000
  default: undefined;
1997
2001
  };
1998
- modelValue: {
1999
- type: PropType<FieldValues>;
2000
- default: () => {};
2001
- };
2002
2002
  rules: {
2003
2003
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2004
2004
  default: () => {};
@@ -2062,7 +2062,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2062
2062
  default: boolean;
2063
2063
  };
2064
2064
  footerAlign: {
2065
- type: PropType<"right" | "left" | "center">;
2065
+ type: PropType<"center" | "right" | "left">;
2066
2066
  default: string;
2067
2067
  };
2068
2068
  cardProps: {
@@ -2081,10 +2081,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2081
2081
  default: boolean;
2082
2082
  };
2083
2083
  }>> & {
2084
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2084
2085
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2085
2086
  onReset?: ((values: FieldValues) => any) | undefined;
2086
2087
  onSubmit?: ((values: FieldValues) => any) | undefined;
2087
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2088
2088
  onValidate?: ((...args: any[]) => any) | undefined;
2089
2089
  onSubmitError?: ((errors: unknown) => any) | undefined;
2090
2090
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -2108,14 +2108,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2108
2108
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2109
2109
  columns?: PlusColumn[] | undefined;
2110
2110
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2111
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2111
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2112
2112
  readonly label: string | ComputedRef<string>;
2113
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2113
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2114
2114
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2115
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2115
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2116
2116
  style?: CSSProperties | undefined;
2117
2117
  class?: any;
2118
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2118
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2119
2119
  style?: CSSProperties | undefined;
2120
2120
  class?: any;
2121
2121
  } & RecordType>>;
@@ -2182,12 +2182,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2182
2182
  fieldInstance?: any;
2183
2183
  valueIsReady?: Ref<boolean> | undefined;
2184
2184
  prop: string;
2185
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2185
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2186
2186
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2187
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2187
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2188
2188
  style?: CSSProperties | undefined;
2189
2189
  class?: any;
2190
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2190
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2191
2191
  style?: CSSProperties | undefined;
2192
2192
  class?: any;
2193
2193
  } & RecordType>>;
@@ -2216,14 +2216,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2216
2216
  clearable: boolean;
2217
2217
  index: number;
2218
2218
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2219
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2219
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2220
2220
  readonly label: string | ComputedRef<string>;
2221
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2221
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2222
2222
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2223
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2223
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2224
2224
  style?: CSSProperties | undefined;
2225
2225
  class?: any;
2226
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2226
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2227
2227
  style?: CSSProperties | undefined;
2228
2228
  class?: any;
2229
2229
  } & RecordType>>;
@@ -2290,12 +2290,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2290
2290
  fieldInstance?: any;
2291
2291
  valueIsReady?: Ref<boolean> | undefined;
2292
2292
  prop: string;
2293
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2293
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2294
2294
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2295
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2295
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2296
2296
  style?: CSSProperties | undefined;
2297
2297
  class?: any;
2298
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2298
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2299
2299
  style?: CSSProperties | undefined;
2300
2300
  class?: any;
2301
2301
  } & RecordType>>;
@@ -2342,14 +2342,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2342
2342
  handleUnfold: (e: MouseEvent) => void;
2343
2343
  }> & {} & ComponentCustomProperties & {} & {
2344
2344
  $slots: Partial<Record<NonNullable<string | number>, (_: {
2345
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2345
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2346
2346
  readonly label: string | ComputedRef<string>;
2347
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2347
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2348
2348
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2349
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2349
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2350
2350
  style?: CSSProperties | undefined;
2351
2351
  class?: any;
2352
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2352
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2353
2353
  style?: CSSProperties | undefined;
2354
2354
  class?: any;
2355
2355
  } & RecordType>>;
@@ -2416,12 +2416,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2416
2416
  fieldInstance?: any;
2417
2417
  valueIsReady?: Ref<boolean> | undefined;
2418
2418
  prop: string;
2419
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2419
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2420
2420
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2421
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2421
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2422
2422
  style?: CSSProperties | undefined;
2423
2423
  class?: any;
2424
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2424
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2425
2425
  style?: CSSProperties | undefined;
2426
2426
  class?: any;
2427
2427
  } & RecordType>>;
@@ -3712,7 +3712,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3712
3712
  columns: PlusColumn[];
3713
3713
  immediate: boolean;
3714
3714
  params: RecordType;
3715
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
3715
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
3716
3716
  columnsEmptyText: string;
3717
3717
  postData: <T = RecordType[]>(data: T[]) => T[];
3718
3718
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -3789,7 +3789,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3789
3789
  required: true;
3790
3790
  };
3791
3791
  pagination: {
3792
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
3792
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
3793
3793
  default: () => {};
3794
3794
  };
3795
3795
  columnsEmptyText: {
@@ -3862,9 +3862,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3862
3862
  $: ComponentInternalInstance;
3863
3863
  $data: {};
3864
3864
  $props: Partial<{
3865
+ modelValue: FieldValues;
3865
3866
  columns: PlusColumn[];
3866
3867
  layout: "grid" | "flex";
3867
- modelValue: FieldValues;
3868
3868
  labelPosition: "top" | "right" | "left";
3869
3869
  inline: boolean;
3870
3870
  showNumber: number;
@@ -3890,9 +3890,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3890
3890
  searchIcon: Component | null;
3891
3891
  resetIcon: Component | null;
3892
3892
  }> & Omit<{
3893
+ readonly modelValue: FieldValues;
3893
3894
  readonly columns: PlusColumn[];
3894
3895
  readonly layout: "grid" | "flex";
3895
- readonly modelValue: FieldValues;
3896
3896
  readonly inline: boolean;
3897
3897
  readonly showNumber: number;
3898
3898
  readonly defaultValues: FieldValues;
@@ -3917,12 +3917,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3917
3917
  readonly labelPosition?: "top" | "right" | "left" | undefined;
3918
3918
  readonly searchIcon?: Component | null | undefined;
3919
3919
  readonly resetIcon?: Component | null | undefined;
3920
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3920
3921
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3921
3922
  onReset?: ((values: FieldValues) => any) | undefined;
3922
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3923
3923
  onSearch?: ((values: FieldValues) => any) | undefined;
3924
3924
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
3925
3925
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3926
+ modelValue: {
3927
+ type: PropType<FieldValues>;
3928
+ default: () => {};
3929
+ };
3926
3930
  columns: {
3927
3931
  type: PropType<PlusColumn[]>;
3928
3932
  default: () => never[];
@@ -3931,10 +3935,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3931
3935
  type: PropType<"grid" | "flex">;
3932
3936
  default: "grid";
3933
3937
  };
3934
- modelValue: {
3935
- type: PropType<FieldValues>;
3936
- default: () => {};
3937
- };
3938
3938
  labelPosition: {
3939
3939
  type: PropType<"top" | "right" | "left">;
3940
3940
  default: undefined;
@@ -4022,12 +4022,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4022
4022
  default: undefined;
4023
4023
  };
4024
4024
  }>> & {
4025
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4025
4026
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4026
4027
  onReset?: ((values: FieldValues) => any) | undefined;
4027
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4028
4028
  onSearch?: ((values: FieldValues) => any) | undefined;
4029
4029
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4030
- }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
4030
+ }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
4031
4031
  $attrs: {
4032
4032
  [x: string]: unknown;
4033
4033
  };
@@ -4039,9 +4039,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4039
4039
  }>;
4040
4040
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4041
4041
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4042
- $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
4042
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
4043
4043
  $el: any;
4044
4044
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4045
+ modelValue: {
4046
+ type: PropType<FieldValues>;
4047
+ default: () => {};
4048
+ };
4045
4049
  columns: {
4046
4050
  type: PropType<PlusColumn[]>;
4047
4051
  default: () => never[];
@@ -4050,10 +4054,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4050
4054
  type: PropType<"grid" | "flex">;
4051
4055
  default: "grid";
4052
4056
  };
4053
- modelValue: {
4054
- type: PropType<FieldValues>;
4055
- default: () => {};
4056
- };
4057
4057
  labelPosition: {
4058
4058
  type: PropType<"top" | "right" | "left">;
4059
4059
  default: undefined;
@@ -4141,9 +4141,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4141
4141
  default: undefined;
4142
4142
  };
4143
4143
  }>> & {
4144
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4144
4145
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4145
4146
  onReset?: ((values: FieldValues) => any) | undefined;
4146
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4147
4147
  onSearch?: ((values: FieldValues) => any) | undefined;
4148
4148
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4149
4149
  }, {
@@ -4151,12 +4151,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4151
4151
  $: ComponentInternalInstance;
4152
4152
  $data: {};
4153
4153
  $props: Partial<{
4154
+ modelValue: FieldValues;
4154
4155
  collapseDuration: number;
4155
4156
  collapseTransition: boolean;
4156
4157
  columns: PlusColumn[];
4157
4158
  group: false | PlusFormGroupRow[];
4158
4159
  layout: "grid" | "flex";
4159
- modelValue: FieldValues;
4160
4160
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4161
4161
  labelPosition: "top" | "right" | "left";
4162
4162
  labelWidth: string | number;
@@ -4177,7 +4177,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4177
4177
  submitText: string;
4178
4178
  resetText: string;
4179
4179
  submitLoading: boolean;
4180
- footerAlign: "right" | "left" | "center";
4180
+ footerAlign: "center" | "right" | "left";
4181
4181
  cardProps: Partial< Mutable<CardProps> & {
4182
4182
  style?: CSSProperties | undefined;
4183
4183
  class?: any;
@@ -4185,9 +4185,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4185
4185
  prevent: boolean;
4186
4186
  clearable: boolean;
4187
4187
  }> & Omit<{
4188
+ readonly modelValue: FieldValues;
4188
4189
  readonly columns: PlusColumn[];
4189
4190
  readonly group: false | PlusFormGroupRow[];
4190
- readonly modelValue: FieldValues;
4191
4191
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4192
4192
  readonly labelPosition: "top" | "right" | "left";
4193
4193
  readonly labelWidth: string | number;
@@ -4208,7 +4208,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4208
4208
  readonly submitText: string;
4209
4209
  readonly resetText: string;
4210
4210
  readonly submitLoading: boolean;
4211
- readonly footerAlign: "right" | "left" | "center";
4211
+ readonly footerAlign: "center" | "right" | "left";
4212
4212
  readonly cardProps: Partial< Mutable<CardProps> & {
4213
4213
  style?: CSSProperties | undefined;
4214
4214
  class?: any;
@@ -4218,13 +4218,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4218
4218
  readonly collapseDuration?: number | undefined;
4219
4219
  readonly collapseTransition?: boolean | undefined;
4220
4220
  readonly layout?: "grid" | "flex" | undefined;
4221
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4221
4222
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4222
4223
  onReset?: ((values: FieldValues) => any) | undefined;
4223
4224
  onSubmit?: ((values: FieldValues) => any) | undefined;
4224
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4225
4225
  onValidate?: ((...args: any[]) => any) | undefined;
4226
4226
  onSubmitError?: ((errors: unknown) => any) | undefined;
4227
4227
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4228
+ modelValue: {
4229
+ type: PropType<FieldValues>;
4230
+ default: () => {};
4231
+ };
4228
4232
  collapseDuration: {
4229
4233
  type: PropType<number>;
4230
4234
  default: undefined;
@@ -4245,10 +4249,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4245
4249
  type: PropType<"grid" | "flex">;
4246
4250
  default: undefined;
4247
4251
  };
4248
- modelValue: {
4249
- type: PropType<FieldValues>;
4250
- default: () => {};
4251
- };
4252
4252
  rules: {
4253
4253
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4254
4254
  default: () => {};
@@ -4312,7 +4312,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4312
4312
  default: boolean;
4313
4313
  };
4314
4314
  footerAlign: {
4315
- type: PropType<"right" | "left" | "center">;
4315
+ type: PropType<"center" | "right" | "left">;
4316
4316
  default: string;
4317
4317
  };
4318
4318
  cardProps: {
@@ -4331,13 +4331,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4331
4331
  default: boolean;
4332
4332
  };
4333
4333
  }>> & {
4334
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4334
4335
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4335
4336
  onReset?: ((values: FieldValues) => any) | undefined;
4336
4337
  onSubmit?: ((values: FieldValues) => any) | undefined;
4337
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4338
4338
  onValidate?: ((...args: any[]) => any) | undefined;
4339
4339
  onSubmitError?: ((errors: unknown) => any) | undefined;
4340
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4340
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4341
4341
  $attrs: {
4342
4342
  [x: string]: unknown;
4343
4343
  };
@@ -4349,9 +4349,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4349
4349
  }>;
4350
4350
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4351
4351
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4352
- $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
4352
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
4353
4353
  $el: any;
4354
4354
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4355
+ modelValue: {
4356
+ type: PropType<FieldValues>;
4357
+ default: () => {};
4358
+ };
4355
4359
  collapseDuration: {
4356
4360
  type: PropType<number>;
4357
4361
  default: undefined;
@@ -4372,10 +4376,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4372
4376
  type: PropType<"grid" | "flex">;
4373
4377
  default: undefined;
4374
4378
  };
4375
- modelValue: {
4376
- type: PropType<FieldValues>;
4377
- default: () => {};
4378
- };
4379
4379
  rules: {
4380
4380
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4381
4381
  default: () => {};
@@ -4439,7 +4439,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4439
4439
  default: boolean;
4440
4440
  };
4441
4441
  footerAlign: {
4442
- type: PropType<"right" | "left" | "center">;
4442
+ type: PropType<"center" | "right" | "left">;
4443
4443
  default: string;
4444
4444
  };
4445
4445
  cardProps: {
@@ -4458,10 +4458,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4458
4458
  default: boolean;
4459
4459
  };
4460
4460
  }>> & {
4461
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4461
4462
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4462
4463
  onReset?: ((values: FieldValues) => any) | undefined;
4463
4464
  onSubmit?: ((values: FieldValues) => any) | undefined;
4464
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4465
4465
  onValidate?: ((...args: any[]) => any) | undefined;
4466
4466
  onSubmitError?: ((errors: unknown) => any) | undefined;
4467
4467
  }, {
@@ -4480,12 +4480,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4480
4480
  submitError: (errors: unknown) => void;
4481
4481
  validate: (...args: any[]) => void;
4482
4482
  }, string, {
4483
+ modelValue: FieldValues;
4483
4484
  collapseDuration: number;
4484
4485
  collapseTransition: boolean;
4485
4486
  columns: PlusColumn[];
4486
4487
  group: false | PlusFormGroupRow[];
4487
4488
  layout: "grid" | "flex";
4488
- modelValue: FieldValues;
4489
4489
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4490
4490
  labelPosition: "top" | "right" | "left";
4491
4491
  labelWidth: string | number;
@@ -4506,7 +4506,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4506
4506
  submitText: string;
4507
4507
  resetText: string;
4508
4508
  submitLoading: boolean;
4509
- footerAlign: "right" | "left" | "center";
4509
+ footerAlign: "center" | "right" | "left";
4510
4510
  cardProps: Partial< Mutable<CardProps> & {
4511
4511
  style?: CSSProperties | undefined;
4512
4512
  class?: any;
@@ -4534,6 +4534,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4534
4534
  $nextTick: typeof nextTick;
4535
4535
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
4536
4536
  } & Omit<Readonly< ExtractPropTypes<{
4537
+ modelValue: {
4538
+ type: PropType<FieldValues>;
4539
+ default: () => {};
4540
+ };
4537
4541
  collapseDuration: {
4538
4542
  type: PropType<number>;
4539
4543
  default: undefined;
@@ -4554,10 +4558,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4554
4558
  type: PropType<"grid" | "flex">;
4555
4559
  default: undefined;
4556
4560
  };
4557
- modelValue: {
4558
- type: PropType<FieldValues>;
4559
- default: () => {};
4560
- };
4561
4561
  rules: {
4562
4562
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4563
4563
  default: () => {};
@@ -4621,7 +4621,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4621
4621
  default: boolean;
4622
4622
  };
4623
4623
  footerAlign: {
4624
- type: PropType<"right" | "left" | "center">;
4624
+ type: PropType<"center" | "right" | "left">;
4625
4625
  default: string;
4626
4626
  };
4627
4627
  cardProps: {
@@ -4640,10 +4640,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4640
4640
  default: boolean;
4641
4641
  };
4642
4642
  }>> & {
4643
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4643
4644
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4644
4645
  onReset?: ((values: FieldValues) => any) | undefined;
4645
4646
  onSubmit?: ((values: FieldValues) => any) | undefined;
4646
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4647
4647
  onValidate?: ((...args: any[]) => any) | undefined;
4648
4648
  onSubmitError?: ((errors: unknown) => any) | undefined;
4649
4649
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -4667,14 +4667,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4667
4667
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
4668
4668
  columns?: PlusColumn[] | undefined;
4669
4669
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4670
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4670
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4671
4671
  readonly label: string | ComputedRef<string>;
4672
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4672
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4673
4673
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4674
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4674
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4675
4675
  style?: CSSProperties | undefined;
4676
4676
  class?: any;
4677
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4677
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4678
4678
  style?: CSSProperties | undefined;
4679
4679
  class?: any;
4680
4680
  } & RecordType>>;
@@ -4741,12 +4741,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4741
4741
  fieldInstance?: any;
4742
4742
  valueIsReady?: Ref<boolean> | undefined;
4743
4743
  prop: string;
4744
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4744
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4745
4745
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4746
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4746
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4747
4747
  style?: CSSProperties | undefined;
4748
4748
  class?: any;
4749
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4749
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4750
4750
  style?: CSSProperties | undefined;
4751
4751
  class?: any;
4752
4752
  } & RecordType>>;
@@ -4775,14 +4775,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4775
4775
  clearable: boolean;
4776
4776
  index: number;
4777
4777
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4778
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4778
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4779
4779
  readonly label: string | ComputedRef<string>;
4780
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4780
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4781
4781
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4782
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4782
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4783
4783
  style?: CSSProperties | undefined;
4784
4784
  class?: any;
4785
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4785
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4786
4786
  style?: CSSProperties | undefined;
4787
4787
  class?: any;
4788
4788
  } & RecordType>>;
@@ -4849,12 +4849,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4849
4849
  fieldInstance?: any;
4850
4850
  valueIsReady?: Ref<boolean> | undefined;
4851
4851
  prop: string;
4852
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4852
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4853
4853
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4854
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4854
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4855
4855
  style?: CSSProperties | undefined;
4856
4856
  class?: any;
4857
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4857
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4858
4858
  style?: CSSProperties | undefined;
4859
4859
  class?: any;
4860
4860
  } & RecordType>>;
@@ -4906,9 +4906,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4906
4906
  reset: (values: FieldValues) => void;
4907
4907
  collapse: (isShowUnfold: boolean) => void;
4908
4908
  }, string, {
4909
+ modelValue: FieldValues;
4909
4910
  columns: PlusColumn[];
4910
4911
  layout: "grid" | "flex";
4911
- modelValue: FieldValues;
4912
4912
  labelPosition: "top" | "right" | "left";
4913
4913
  inline: boolean;
4914
4914
  showNumber: number;
@@ -4954,6 +4954,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4954
4954
  $nextTick: typeof nextTick;
4955
4955
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
4956
4956
  } & Omit<Readonly< ExtractPropTypes<{
4957
+ modelValue: {
4958
+ type: PropType<FieldValues>;
4959
+ default: () => {};
4960
+ };
4957
4961
  columns: {
4958
4962
  type: PropType<PlusColumn[]>;
4959
4963
  default: () => never[];
@@ -4962,10 +4966,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4962
4966
  type: PropType<"grid" | "flex">;
4963
4967
  default: "grid";
4964
4968
  };
4965
- modelValue: {
4966
- type: PropType<FieldValues>;
4967
- default: () => {};
4968
- };
4969
4969
  labelPosition: {
4970
4970
  type: PropType<"top" | "right" | "left">;
4971
4971
  default: undefined;
@@ -5053,9 +5053,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5053
5053
  default: undefined;
5054
5054
  };
5055
5055
  }>> & {
5056
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5056
5057
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5057
5058
  onReset?: ((values: FieldValues) => any) | undefined;
5058
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5059
5059
  onSearch?: ((values: FieldValues) => any) | undefined;
5060
5060
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5061
5061
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -5063,12 +5063,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5063
5063
  $: ComponentInternalInstance;
5064
5064
  $data: {};
5065
5065
  $props: Partial<{
5066
+ modelValue: FieldValues;
5066
5067
  collapseDuration: number;
5067
5068
  collapseTransition: boolean;
5068
5069
  columns: PlusColumn[];
5069
5070
  group: false | PlusFormGroupRow[];
5070
5071
  layout: "grid" | "flex";
5071
- modelValue: FieldValues;
5072
5072
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5073
5073
  labelPosition: "top" | "right" | "left";
5074
5074
  labelWidth: string | number;
@@ -5089,7 +5089,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5089
5089
  submitText: string;
5090
5090
  resetText: string;
5091
5091
  submitLoading: boolean;
5092
- footerAlign: "right" | "left" | "center";
5092
+ footerAlign: "center" | "right" | "left";
5093
5093
  cardProps: Partial< Mutable<CardProps> & {
5094
5094
  style?: CSSProperties | undefined;
5095
5095
  class?: any;
@@ -5097,9 +5097,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5097
5097
  prevent: boolean;
5098
5098
  clearable: boolean;
5099
5099
  }> & Omit<{
5100
+ readonly modelValue: FieldValues;
5100
5101
  readonly columns: PlusColumn[];
5101
5102
  readonly group: false | PlusFormGroupRow[];
5102
- readonly modelValue: FieldValues;
5103
5103
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5104
5104
  readonly labelPosition: "top" | "right" | "left";
5105
5105
  readonly labelWidth: string | number;
@@ -5120,7 +5120,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5120
5120
  readonly submitText: string;
5121
5121
  readonly resetText: string;
5122
5122
  readonly submitLoading: boolean;
5123
- readonly footerAlign: "right" | "left" | "center";
5123
+ readonly footerAlign: "center" | "right" | "left";
5124
5124
  readonly cardProps: Partial< Mutable<CardProps> & {
5125
5125
  style?: CSSProperties | undefined;
5126
5126
  class?: any;
@@ -5130,13 +5130,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5130
5130
  readonly collapseDuration?: number | undefined;
5131
5131
  readonly collapseTransition?: boolean | undefined;
5132
5132
  readonly layout?: "grid" | "flex" | undefined;
5133
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5133
5134
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5134
5135
  onReset?: ((values: FieldValues) => any) | undefined;
5135
5136
  onSubmit?: ((values: FieldValues) => any) | undefined;
5136
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5137
5137
  onValidate?: ((...args: any[]) => any) | undefined;
5138
5138
  onSubmitError?: ((errors: unknown) => any) | undefined;
5139
5139
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5140
+ modelValue: {
5141
+ type: PropType<FieldValues>;
5142
+ default: () => {};
5143
+ };
5140
5144
  collapseDuration: {
5141
5145
  type: PropType<number>;
5142
5146
  default: undefined;
@@ -5157,10 +5161,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5157
5161
  type: PropType<"grid" | "flex">;
5158
5162
  default: undefined;
5159
5163
  };
5160
- modelValue: {
5161
- type: PropType<FieldValues>;
5162
- default: () => {};
5163
- };
5164
5164
  rules: {
5165
5165
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5166
5166
  default: () => {};
@@ -5224,7 +5224,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5224
5224
  default: boolean;
5225
5225
  };
5226
5226
  footerAlign: {
5227
- type: PropType<"right" | "left" | "center">;
5227
+ type: PropType<"center" | "right" | "left">;
5228
5228
  default: string;
5229
5229
  };
5230
5230
  cardProps: {
@@ -5243,13 +5243,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5243
5243
  default: boolean;
5244
5244
  };
5245
5245
  }>> & {
5246
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5246
5247
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5247
5248
  onReset?: ((values: FieldValues) => any) | undefined;
5248
5249
  onSubmit?: ((values: FieldValues) => any) | undefined;
5249
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5250
5250
  onValidate?: ((...args: any[]) => any) | undefined;
5251
5251
  onSubmitError?: ((errors: unknown) => any) | undefined;
5252
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5252
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5253
5253
  $attrs: {
5254
5254
  [x: string]: unknown;
5255
5255
  };
@@ -5261,9 +5261,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5261
5261
  }>;
5262
5262
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5263
5263
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5264
- $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
5264
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
5265
5265
  $el: any;
5266
5266
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5267
+ modelValue: {
5268
+ type: PropType<FieldValues>;
5269
+ default: () => {};
5270
+ };
5267
5271
  collapseDuration: {
5268
5272
  type: PropType<number>;
5269
5273
  default: undefined;
@@ -5284,10 +5288,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5284
5288
  type: PropType<"grid" | "flex">;
5285
5289
  default: undefined;
5286
5290
  };
5287
- modelValue: {
5288
- type: PropType<FieldValues>;
5289
- default: () => {};
5290
- };
5291
5291
  rules: {
5292
5292
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5293
5293
  default: () => {};
@@ -5351,7 +5351,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5351
5351
  default: boolean;
5352
5352
  };
5353
5353
  footerAlign: {
5354
- type: PropType<"right" | "left" | "center">;
5354
+ type: PropType<"center" | "right" | "left">;
5355
5355
  default: string;
5356
5356
  };
5357
5357
  cardProps: {
@@ -5370,10 +5370,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5370
5370
  default: boolean;
5371
5371
  };
5372
5372
  }>> & {
5373
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5373
5374
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5374
5375
  onReset?: ((values: FieldValues) => any) | undefined;
5375
5376
  onSubmit?: ((values: FieldValues) => any) | undefined;
5376
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5377
5377
  onValidate?: ((...args: any[]) => any) | undefined;
5378
5378
  onSubmitError?: ((errors: unknown) => any) | undefined;
5379
5379
  }, {
@@ -5392,12 +5392,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5392
5392
  submitError: (errors: unknown) => void;
5393
5393
  validate: (...args: any[]) => void;
5394
5394
  }, string, {
5395
+ modelValue: FieldValues;
5395
5396
  collapseDuration: number;
5396
5397
  collapseTransition: boolean;
5397
5398
  columns: PlusColumn[];
5398
5399
  group: false | PlusFormGroupRow[];
5399
5400
  layout: "grid" | "flex";
5400
- modelValue: FieldValues;
5401
5401
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5402
5402
  labelPosition: "top" | "right" | "left";
5403
5403
  labelWidth: string | number;
@@ -5418,7 +5418,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5418
5418
  submitText: string;
5419
5419
  resetText: string;
5420
5420
  submitLoading: boolean;
5421
- footerAlign: "right" | "left" | "center";
5421
+ footerAlign: "center" | "right" | "left";
5422
5422
  cardProps: Partial< Mutable<CardProps> & {
5423
5423
  style?: CSSProperties | undefined;
5424
5424
  class?: any;
@@ -5446,6 +5446,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5446
5446
  $nextTick: typeof nextTick;
5447
5447
  $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
5448
5448
  } & Omit<Readonly< ExtractPropTypes<{
5449
+ modelValue: {
5450
+ type: PropType<FieldValues>;
5451
+ default: () => {};
5452
+ };
5449
5453
  collapseDuration: {
5450
5454
  type: PropType<number>;
5451
5455
  default: undefined;
@@ -5466,10 +5470,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5466
5470
  type: PropType<"grid" | "flex">;
5467
5471
  default: undefined;
5468
5472
  };
5469
- modelValue: {
5470
- type: PropType<FieldValues>;
5471
- default: () => {};
5472
- };
5473
5473
  rules: {
5474
5474
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5475
5475
  default: () => {};
@@ -5533,7 +5533,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5533
5533
  default: boolean;
5534
5534
  };
5535
5535
  footerAlign: {
5536
- type: PropType<"right" | "left" | "center">;
5536
+ type: PropType<"center" | "right" | "left">;
5537
5537
  default: string;
5538
5538
  };
5539
5539
  cardProps: {
@@ -5552,10 +5552,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5552
5552
  default: boolean;
5553
5553
  };
5554
5554
  }>> & {
5555
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5555
5556
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5556
5557
  onReset?: ((values: FieldValues) => any) | undefined;
5557
5558
  onSubmit?: ((values: FieldValues) => any) | undefined;
5558
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5559
5559
  onValidate?: ((...args: any[]) => any) | undefined;
5560
5560
  onSubmitError?: ((errors: unknown) => any) | undefined;
5561
5561
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -5579,14 +5579,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5579
5579
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
5580
5580
  columns?: PlusColumn[] | undefined;
5581
5581
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5582
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5582
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5583
5583
  readonly label: string | ComputedRef<string>;
5584
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5584
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5585
5585
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5586
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5586
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5587
5587
  style?: CSSProperties | undefined;
5588
5588
  class?: any;
5589
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5589
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5590
5590
  style?: CSSProperties | undefined;
5591
5591
  class?: any;
5592
5592
  } & RecordType>>;
@@ -5653,12 +5653,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5653
5653
  fieldInstance?: any;
5654
5654
  valueIsReady?: Ref<boolean> | undefined;
5655
5655
  prop: string;
5656
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5656
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5657
5657
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5658
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5658
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5659
5659
  style?: CSSProperties | undefined;
5660
5660
  class?: any;
5661
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5661
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5662
5662
  style?: CSSProperties | undefined;
5663
5663
  class?: any;
5664
5664
  } & RecordType>>;
@@ -5687,14 +5687,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5687
5687
  clearable: boolean;
5688
5688
  index: number;
5689
5689
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5690
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5690
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5691
5691
  readonly label: string | ComputedRef<string>;
5692
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5692
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5693
5693
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5694
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5694
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5695
5695
  style?: CSSProperties | undefined;
5696
5696
  class?: any;
5697
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5697
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5698
5698
  style?: CSSProperties | undefined;
5699
5699
  class?: any;
5700
5700
  } & RecordType>>;
@@ -5761,12 +5761,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5761
5761
  fieldInstance?: any;
5762
5762
  valueIsReady?: Ref<boolean> | undefined;
5763
5763
  prop: string;
5764
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5764
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5765
5765
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5766
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5766
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5767
5767
  style?: CSSProperties | undefined;
5768
5768
  class?: any;
5769
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5769
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5770
5770
  style?: CSSProperties | undefined;
5771
5771
  class?: any;
5772
5772
  } & RecordType>>;
@@ -5813,14 +5813,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5813
5813
  handleUnfold: (e: MouseEvent) => void;
5814
5814
  }> & {} & ComponentCustomProperties & {} & {
5815
5815
  $slots: Partial<Record<NonNullable<string | number>, (_: {
5816
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5816
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5817
5817
  readonly label: string | ComputedRef<string>;
5818
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5818
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5819
5819
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5820
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5820
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5821
5821
  style?: CSSProperties | undefined;
5822
5822
  class?: any;
5823
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5823
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5824
5824
  style?: CSSProperties | undefined;
5825
5825
  class?: any;
5826
5826
  } & RecordType>>;
@@ -5887,12 +5887,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5887
5887
  fieldInstance?: any;
5888
5888
  valueIsReady?: Ref<boolean> | undefined;
5889
5889
  prop: string;
5890
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5890
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5891
5891
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5892
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5892
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5893
5893
  style?: CSSProperties | undefined;
5894
5894
  class?: any;
5895
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5895
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5896
5896
  style?: CSSProperties | undefined;
5897
5897
  class?: any;
5898
5898
  } & RecordType>>;
@@ -7167,14 +7167,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7167
7167
  setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
7168
7168
  }> & {} & ComponentCustomProperties & {} & {
7169
7169
  $slots: Partial<Record<never, (_: {
7170
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7170
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7171
7171
  readonly label: string | ComputedRef<string>;
7172
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7172
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7173
7173
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7174
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7174
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7175
7175
  style?: CSSProperties | undefined;
7176
7176
  class?: any;
7177
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7177
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7178
7178
  style?: CSSProperties | undefined;
7179
7179
  class?: any;
7180
7180
  } & RecordType>>;
@@ -7241,12 +7241,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7241
7241
  fieldInstance?: any;
7242
7242
  valueIsReady?: Ref<boolean> | undefined;
7243
7243
  prop: string;
7244
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7244
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7245
7245
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7246
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
7246
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7247
7247
  style?: CSSProperties | undefined;
7248
7248
  class?: any;
7249
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7249
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7250
7250
  style?: CSSProperties | undefined;
7251
7251
  class?: any;
7252
7252
  } & RecordType>>;
@@ -8025,11 +8025,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8025
8025
  "onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
8026
8026
  "onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
8027
8027
  }, {
8028
+ showSearch: boolean;
8029
+ columnSettingsText: string;
8028
8030
  search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
8029
8031
  headerFilter: boolean | HeaderFilterConfig;
8030
8032
  pagination: false | Record<string, unknown>;
8031
- showSearch: boolean;
8032
- columnSettingsText: string;
8033
8033
  isCard: boolean;
8034
8034
  hideHeaderFilter: boolean;
8035
8035
  hideColumnSettingsIcon: boolean;