yc-pro-components 0.0.70 → 0.0.71

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 (146) 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/index.vue.d.ts +235 -235
  49. package/es/components/yc-segmented/index.d.ts +2 -2
  50. package/es/components/yc-segmented/src/index.d.ts +2 -2
  51. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  53. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  54. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  55. package/es/hooks/usePlusFormReset.d.ts +238 -238
  56. package/es/index.css +8 -8
  57. package/es/version.d.ts +1 -1
  58. package/es/version.mjs +1 -1
  59. package/es/yc-components/version.d.ts +1 -1
  60. package/index.js +2 -2
  61. package/index.min.js +2 -2
  62. package/index.min.mjs +2 -2
  63. package/index.mjs +2 -2
  64. package/lib/components/check-card/index.d.ts +61 -61
  65. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  66. package/lib/components/check-card-group/index.d.ts +43 -43
  67. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  68. package/lib/components/date-picker/index.d.ts +20 -20
  69. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  70. package/lib/components/dialog/index.d.ts +26 -26
  71. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  72. package/lib/components/dialog-form/index.d.ts +31 -31
  73. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  74. package/lib/components/display-item/index.d.ts +41 -41
  75. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  76. package/lib/components/drawer-form/index.d.ts +65 -65
  77. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  78. package/lib/components/form/index.d.ts +45 -45
  79. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  80. package/lib/components/form/src/index.vue.d.ts +17 -17
  81. package/lib/components/form-item/index.d.ts +48 -48
  82. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  83. package/lib/components/header/index.d.ts +19 -19
  84. package/lib/components/header/src/index.vue.d.ts +1 -1
  85. package/lib/components/input-tag/index.d.ts +15 -15
  86. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  87. package/lib/components/layout/index.d.ts +30 -30
  88. package/lib/components/layout/src/index.vue.d.ts +10 -10
  89. package/lib/components/page/index.d.ts +344 -344
  90. package/lib/components/page/src/index.vue.d.ts +118 -118
  91. package/lib/components/pagination/index.d.ts +42 -42
  92. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  93. package/lib/components/radio/index.d.ts +35 -35
  94. package/lib/components/radio/src/index.vue.d.ts +27 -27
  95. package/lib/components/render/index.d.ts +3 -3
  96. package/lib/components/render/src/index.vue.d.ts +1 -1
  97. package/lib/components/search/index.d.ts +154 -154
  98. package/lib/components/search/src/index.vue.d.ts +50 -50
  99. package/lib/components/sidebar/index.d.ts +15 -15
  100. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  101. package/lib/components/steps-form/index.d.ts +23 -23
  102. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  103. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  104. package/lib/components/utils/index.d.ts +2 -2
  105. package/lib/components/yc-dialog/index.d.ts +24 -24
  106. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  107. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  108. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  109. package/lib/components/yc-more-actions/index.d.ts +46 -46
  110. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  111. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  112. package/lib/components/yc-segmented/index.d.ts +2 -2
  113. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  114. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  115. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  116. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  117. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  118. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  119. package/lib/index.css +11 -11
  120. package/lib/version.d.ts +1 -1
  121. package/lib/version.js +1 -1
  122. package/lib/yc-components/version.d.ts +1 -1
  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
  144. package/theme-chalk/index.css +1 -1
  145. package/theme-chalk/plus-table.css +1 -1
  146. package/theme-chalk/src/table.scss +19 -15
@@ -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, "modelValue" | "total" | "pageSizeList">;
104
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">;
141
+ readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">>;
203
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">>;
321
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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;
395
394
  columns: PlusColumn[];
396
395
  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;
423
422
  readonly columns: PlusColumn[];
424
423
  readonly layout: "grid" | "flex";
424
+ readonly modelValue: FieldValues;
425
425
  readonly inline: boolean;
426
426
  readonly showNumber: number;
427
427
  readonly defaultValues: FieldValues;
@@ -446,16 +446,12 @@ 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;
450
449
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
451
450
  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
- };
459
455
  columns: {
460
456
  type: PropType<PlusColumn[]>;
461
457
  default: () => never[];
@@ -464,6 +460,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
464
460
  type: PropType<"grid" | "flex">;
465
461
  default: "grid";
466
462
  };
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;
555
554
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
556
555
  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
- }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
559
+ }, "columns" | "layout" | "modelValue" | "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,13 +568,9 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
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);
572
572
  $el: any;
573
573
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
574
- modelValue: {
575
- type: PropType<FieldValues>;
576
- default: () => {};
577
- };
578
574
  columns: {
579
575
  type: PropType<PlusColumn[]>;
580
576
  default: () => never[];
@@ -583,6 +579,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
583
579
  type: PropType<"grid" | "flex">;
584
580
  default: "grid";
585
581
  };
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;
674
673
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
675
674
  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;
684
683
  collapseDuration: number;
685
684
  collapseTransition: boolean;
686
685
  columns: PlusColumn[];
687
686
  group: false | PlusFormGroupRow[];
688
687
  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: "center" | "right" | "left";
709
+ footerAlign: "right" | "left" | "center";
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;
718
717
  readonly columns: PlusColumn[];
719
718
  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: "center" | "right" | "left";
740
+ readonly footerAlign: "right" | "left" | "center";
741
741
  readonly cardProps: Partial< Mutable<CardProps> & {
742
742
  style?: CSSProperties | undefined;
743
743
  class?: any;
@@ -747,17 +747,13 @@ 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;
751
750
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
752
751
  onReset?: ((values: FieldValues) => any) | undefined;
753
752
  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
- };
761
757
  collapseDuration: {
762
758
  type: PropType<number>;
763
759
  default: undefined;
@@ -778,6 +774,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
778
774
  type: PropType<"grid" | "flex">;
779
775
  default: undefined;
780
776
  };
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<"center" | "right" | "left">;
844
+ type: PropType<"right" | "left" | "center">;
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;
864
863
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
865
864
  onReset?: ((values: FieldValues) => any) | undefined;
866
865
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
870
870
  $attrs: {
871
871
  [x: string]: unknown;
872
872
  };
@@ -878,13 +878,9 @@ 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: "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);
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);
882
882
  $el: any;
883
883
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
884
- modelValue: {
885
- type: PropType<FieldValues>;
886
- default: () => {};
887
- };
888
884
  collapseDuration: {
889
885
  type: PropType<number>;
890
886
  default: undefined;
@@ -905,6 +901,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
905
901
  type: PropType<"grid" | "flex">;
906
902
  default: undefined;
907
903
  };
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<"center" | "right" | "left">;
971
+ type: PropType<"right" | "left" | "center">;
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;
991
990
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
992
991
  onReset?: ((values: FieldValues) => any) | undefined;
993
992
  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;
1013
1012
  collapseDuration: number;
1014
1013
  collapseTransition: boolean;
1015
1014
  columns: PlusColumn[];
1016
1015
  group: false | PlusFormGroupRow[];
1017
1016
  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: "center" | "right" | "left";
1038
+ footerAlign: "right" | "left" | "center";
1039
1039
  cardProps: Partial< Mutable<CardProps> & {
1040
1040
  style?: CSSProperties | undefined;
1041
1041
  class?: any;
@@ -1063,10 +1063,6 @@ 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
- };
1070
1066
  collapseDuration: {
1071
1067
  type: PropType<number>;
1072
1068
  default: undefined;
@@ -1087,6 +1083,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1087
1083
  type: PropType<"grid" | "flex">;
1088
1084
  default: undefined;
1089
1085
  };
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<"center" | "right" | "left">;
1153
+ type: PropType<"right" | "left" | "center">;
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;
1173
1172
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1174
1173
  onReset?: ((values: FieldValues) => any) | undefined;
1175
1174
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1199
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1201
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1202
1202
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1203
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1203
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1204
1204
  style?: CSSProperties | undefined;
1205
1205
  class?: any;
1206
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1206
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1273
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1274
1274
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1275
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1275
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1276
1276
  style?: CSSProperties | undefined;
1277
1277
  class?: any;
1278
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1278
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1307
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1309
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1310
1310
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1311
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1311
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1312
1312
  style?: CSSProperties | undefined;
1313
1313
  class?: any;
1314
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1314
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1381
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1382
1382
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1383
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1383
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1384
1384
  style?: CSSProperties | undefined;
1385
1385
  class?: any;
1386
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1386
+ } & RecordType> | ComputedRef<string> | 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;
1439
1438
  columns: PlusColumn[];
1440
1439
  layout: "grid" | "flex";
1440
+ modelValue: FieldValues;
1441
1441
  labelPosition: "top" | "right" | "left";
1442
1442
  inline: boolean;
1443
1443
  showNumber: number;
@@ -1483,10 +1483,6 @@ 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
- };
1490
1486
  columns: {
1491
1487
  type: PropType<PlusColumn[]>;
1492
1488
  default: () => never[];
@@ -1495,6 +1491,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1495
1491
  type: PropType<"grid" | "flex">;
1496
1492
  default: "grid";
1497
1493
  };
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;
1586
1585
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1587
1586
  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;
1596
1595
  collapseDuration: number;
1597
1596
  collapseTransition: boolean;
1598
1597
  columns: PlusColumn[];
1599
1598
  group: false | PlusFormGroupRow[];
1600
1599
  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: "center" | "right" | "left";
1621
+ footerAlign: "right" | "left" | "center";
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;
1630
1629
  readonly columns: PlusColumn[];
1631
1630
  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: "center" | "right" | "left";
1652
+ readonly footerAlign: "right" | "left" | "center";
1653
1653
  readonly cardProps: Partial< Mutable<CardProps> & {
1654
1654
  style?: CSSProperties | undefined;
1655
1655
  class?: any;
@@ -1659,17 +1659,13 @@ 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;
1663
1662
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1664
1663
  onReset?: ((values: FieldValues) => any) | undefined;
1665
1664
  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
- };
1673
1669
  collapseDuration: {
1674
1670
  type: PropType<number>;
1675
1671
  default: undefined;
@@ -1690,6 +1686,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1690
1686
  type: PropType<"grid" | "flex">;
1691
1687
  default: undefined;
1692
1688
  };
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<"center" | "right" | "left">;
1756
+ type: PropType<"right" | "left" | "center">;
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;
1776
1775
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1777
1776
  onReset?: ((values: FieldValues) => any) | undefined;
1778
1777
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
1782
1782
  $attrs: {
1783
1783
  [x: string]: unknown;
1784
1784
  };
@@ -1790,13 +1790,9 @@ 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: "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);
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);
1794
1794
  $el: any;
1795
1795
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1796
- modelValue: {
1797
- type: PropType<FieldValues>;
1798
- default: () => {};
1799
- };
1800
1796
  collapseDuration: {
1801
1797
  type: PropType<number>;
1802
1798
  default: undefined;
@@ -1817,6 +1813,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1817
1813
  type: PropType<"grid" | "flex">;
1818
1814
  default: undefined;
1819
1815
  };
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<"center" | "right" | "left">;
1883
+ type: PropType<"right" | "left" | "center">;
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;
1903
1902
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1904
1903
  onReset?: ((values: FieldValues) => any) | undefined;
1905
1904
  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;
1925
1924
  collapseDuration: number;
1926
1925
  collapseTransition: boolean;
1927
1926
  columns: PlusColumn[];
1928
1927
  group: false | PlusFormGroupRow[];
1929
1928
  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: "center" | "right" | "left";
1950
+ footerAlign: "right" | "left" | "center";
1951
1951
  cardProps: Partial< Mutable<CardProps> & {
1952
1952
  style?: CSSProperties | undefined;
1953
1953
  class?: any;
@@ -1975,10 +1975,6 @@ 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
- };
1982
1978
  collapseDuration: {
1983
1979
  type: PropType<number>;
1984
1980
  default: undefined;
@@ -1999,6 +1995,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1999
1995
  type: PropType<"grid" | "flex">;
2000
1996
  default: undefined;
2001
1997
  };
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<"center" | "right" | "left">;
2065
+ type: PropType<"right" | "left" | "center">;
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;
2085
2084
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2086
2085
  onReset?: ((values: FieldValues) => any) | undefined;
2087
2086
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2111
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2113
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2114
2114
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2115
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2115
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2116
2116
  style?: CSSProperties | undefined;
2117
2117
  class?: any;
2118
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2118
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2185
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2186
2186
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2187
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2187
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2188
2188
  style?: CSSProperties | undefined;
2189
2189
  class?: any;
2190
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2190
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2219
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2221
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2222
2222
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2223
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2223
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2224
2224
  style?: CSSProperties | undefined;
2225
2225
  class?: any;
2226
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2226
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2293
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2294
2294
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2295
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2295
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2296
2296
  style?: CSSProperties | undefined;
2297
2297
  class?: any;
2298
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2298
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2345
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2347
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2348
2348
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2349
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2349
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2350
2350
  style?: CSSProperties | undefined;
2351
2351
  class?: any;
2352
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2352
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2419
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2420
2420
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2421
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2421
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2422
2422
  style?: CSSProperties | undefined;
2423
2423
  class?: any;
2424
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2424
+ } & RecordType> | ComputedRef<string> | 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, "modelValue" | "total" | "pageSizeList">;
3715
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">>;
3792
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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;
3866
3865
  columns: PlusColumn[];
3867
3866
  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;
3894
3893
  readonly columns: PlusColumn[];
3895
3894
  readonly layout: "grid" | "flex";
3895
+ readonly modelValue: FieldValues;
3896
3896
  readonly inline: boolean;
3897
3897
  readonly showNumber: number;
3898
3898
  readonly defaultValues: FieldValues;
@@ -3917,16 +3917,12 @@ 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;
3921
3920
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3922
3921
  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
- };
3930
3926
  columns: {
3931
3927
  type: PropType<PlusColumn[]>;
3932
3928
  default: () => never[];
@@ -3935,6 +3931,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3935
3931
  type: PropType<"grid" | "flex">;
3936
3932
  default: "grid";
3937
3933
  };
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;
4026
4025
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4027
4026
  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
- }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
4030
+ }, "columns" | "layout" | "modelValue" | "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,13 +4039,9 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
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);
4043
4043
  $el: any;
4044
4044
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4045
- modelValue: {
4046
- type: PropType<FieldValues>;
4047
- default: () => {};
4048
- };
4049
4045
  columns: {
4050
4046
  type: PropType<PlusColumn[]>;
4051
4047
  default: () => never[];
@@ -4054,6 +4050,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4054
4050
  type: PropType<"grid" | "flex">;
4055
4051
  default: "grid";
4056
4052
  };
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;
4145
4144
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4146
4145
  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;
4155
4154
  collapseDuration: number;
4156
4155
  collapseTransition: boolean;
4157
4156
  columns: PlusColumn[];
4158
4157
  group: false | PlusFormGroupRow[];
4159
4158
  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: "center" | "right" | "left";
4180
+ footerAlign: "right" | "left" | "center";
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;
4189
4188
  readonly columns: PlusColumn[];
4190
4189
  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: "center" | "right" | "left";
4211
+ readonly footerAlign: "right" | "left" | "center";
4212
4212
  readonly cardProps: Partial< Mutable<CardProps> & {
4213
4213
  style?: CSSProperties | undefined;
4214
4214
  class?: any;
@@ -4218,17 +4218,13 @@ 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;
4222
4221
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4223
4222
  onReset?: ((values: FieldValues) => any) | undefined;
4224
4223
  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
- };
4232
4228
  collapseDuration: {
4233
4229
  type: PropType<number>;
4234
4230
  default: undefined;
@@ -4249,6 +4245,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4249
4245
  type: PropType<"grid" | "flex">;
4250
4246
  default: undefined;
4251
4247
  };
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<"center" | "right" | "left">;
4315
+ type: PropType<"right" | "left" | "center">;
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;
4335
4334
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4336
4335
  onReset?: ((values: FieldValues) => any) | undefined;
4337
4336
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
4341
4341
  $attrs: {
4342
4342
  [x: string]: unknown;
4343
4343
  };
@@ -4349,13 +4349,9 @@ 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: "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);
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);
4353
4353
  $el: any;
4354
4354
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4355
- modelValue: {
4356
- type: PropType<FieldValues>;
4357
- default: () => {};
4358
- };
4359
4355
  collapseDuration: {
4360
4356
  type: PropType<number>;
4361
4357
  default: undefined;
@@ -4376,6 +4372,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4376
4372
  type: PropType<"grid" | "flex">;
4377
4373
  default: undefined;
4378
4374
  };
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<"center" | "right" | "left">;
4442
+ type: PropType<"right" | "left" | "center">;
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;
4462
4461
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4463
4462
  onReset?: ((values: FieldValues) => any) | undefined;
4464
4463
  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;
4484
4483
  collapseDuration: number;
4485
4484
  collapseTransition: boolean;
4486
4485
  columns: PlusColumn[];
4487
4486
  group: false | PlusFormGroupRow[];
4488
4487
  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: "center" | "right" | "left";
4509
+ footerAlign: "right" | "left" | "center";
4510
4510
  cardProps: Partial< Mutable<CardProps> & {
4511
4511
  style?: CSSProperties | undefined;
4512
4512
  class?: any;
@@ -4534,10 +4534,6 @@ 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
- };
4541
4537
  collapseDuration: {
4542
4538
  type: PropType<number>;
4543
4539
  default: undefined;
@@ -4558,6 +4554,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4558
4554
  type: PropType<"grid" | "flex">;
4559
4555
  default: undefined;
4560
4556
  };
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<"center" | "right" | "left">;
4624
+ type: PropType<"right" | "left" | "center">;
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;
4644
4643
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4645
4644
  onReset?: ((values: FieldValues) => any) | undefined;
4646
4645
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4670
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4672
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4673
4673
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4674
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4674
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4675
4675
  style?: CSSProperties | undefined;
4676
4676
  class?: any;
4677
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4677
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4744
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4745
4745
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4746
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4746
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4747
4747
  style?: CSSProperties | undefined;
4748
4748
  class?: any;
4749
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4749
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4778
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4780
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4781
4781
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4782
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4782
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4783
4783
  style?: CSSProperties | undefined;
4784
4784
  class?: any;
4785
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4785
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4852
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4853
4853
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4854
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4854
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4855
4855
  style?: CSSProperties | undefined;
4856
4856
  class?: any;
4857
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4857
+ } & RecordType> | ComputedRef<string> | 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;
4910
4909
  columns: PlusColumn[];
4911
4910
  layout: "grid" | "flex";
4911
+ modelValue: FieldValues;
4912
4912
  labelPosition: "top" | "right" | "left";
4913
4913
  inline: boolean;
4914
4914
  showNumber: number;
@@ -4954,10 +4954,6 @@ 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
- };
4961
4957
  columns: {
4962
4958
  type: PropType<PlusColumn[]>;
4963
4959
  default: () => never[];
@@ -4966,6 +4962,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4966
4962
  type: PropType<"grid" | "flex">;
4967
4963
  default: "grid";
4968
4964
  };
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;
5057
5056
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5058
5057
  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;
5067
5066
  collapseDuration: number;
5068
5067
  collapseTransition: boolean;
5069
5068
  columns: PlusColumn[];
5070
5069
  group: false | PlusFormGroupRow[];
5071
5070
  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: "center" | "right" | "left";
5092
+ footerAlign: "right" | "left" | "center";
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;
5101
5100
  readonly columns: PlusColumn[];
5102
5101
  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: "center" | "right" | "left";
5123
+ readonly footerAlign: "right" | "left" | "center";
5124
5124
  readonly cardProps: Partial< Mutable<CardProps> & {
5125
5125
  style?: CSSProperties | undefined;
5126
5126
  class?: any;
@@ -5130,17 +5130,13 @@ 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;
5134
5133
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5135
5134
  onReset?: ((values: FieldValues) => any) | undefined;
5136
5135
  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
- };
5144
5140
  collapseDuration: {
5145
5141
  type: PropType<number>;
5146
5142
  default: undefined;
@@ -5161,6 +5157,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5161
5157
  type: PropType<"grid" | "flex">;
5162
5158
  default: undefined;
5163
5159
  };
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<"center" | "right" | "left">;
5227
+ type: PropType<"right" | "left" | "center">;
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;
5247
5246
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5248
5247
  onReset?: ((values: FieldValues) => any) | undefined;
5249
5248
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
5253
5253
  $attrs: {
5254
5254
  [x: string]: unknown;
5255
5255
  };
@@ -5261,13 +5261,9 @@ 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: "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);
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);
5265
5265
  $el: any;
5266
5266
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5267
- modelValue: {
5268
- type: PropType<FieldValues>;
5269
- default: () => {};
5270
- };
5271
5267
  collapseDuration: {
5272
5268
  type: PropType<number>;
5273
5269
  default: undefined;
@@ -5288,6 +5284,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5288
5284
  type: PropType<"grid" | "flex">;
5289
5285
  default: undefined;
5290
5286
  };
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<"center" | "right" | "left">;
5354
+ type: PropType<"right" | "left" | "center">;
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;
5374
5373
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5375
5374
  onReset?: ((values: FieldValues) => any) | undefined;
5376
5375
  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;
5396
5395
  collapseDuration: number;
5397
5396
  collapseTransition: boolean;
5398
5397
  columns: PlusColumn[];
5399
5398
  group: false | PlusFormGroupRow[];
5400
5399
  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: "center" | "right" | "left";
5421
+ footerAlign: "right" | "left" | "center";
5422
5422
  cardProps: Partial< Mutable<CardProps> & {
5423
5423
  style?: CSSProperties | undefined;
5424
5424
  class?: any;
@@ -5446,10 +5446,6 @@ 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
- };
5453
5449
  collapseDuration: {
5454
5450
  type: PropType<number>;
5455
5451
  default: undefined;
@@ -5470,6 +5466,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5470
5466
  type: PropType<"grid" | "flex">;
5471
5467
  default: undefined;
5472
5468
  };
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<"center" | "right" | "left">;
5536
+ type: PropType<"right" | "left" | "center">;
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;
5556
5555
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5557
5556
  onReset?: ((values: FieldValues) => any) | undefined;
5558
5557
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5582
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5584
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5585
5585
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5586
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5586
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5587
5587
  style?: CSSProperties | undefined;
5588
5588
  class?: any;
5589
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5589
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5656
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5657
5657
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5658
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5658
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5659
5659
  style?: CSSProperties | undefined;
5660
5660
  class?: any;
5661
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5661
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5690
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5692
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5693
5693
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5694
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5694
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5695
5695
  style?: CSSProperties | undefined;
5696
5696
  class?: any;
5697
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5697
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5764
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5765
5765
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5766
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5766
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5767
5767
  style?: CSSProperties | undefined;
5768
5768
  class?: any;
5769
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5769
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5816
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5818
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5819
5819
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5820
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5820
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5821
5821
  style?: CSSProperties | undefined;
5822
5822
  class?: any;
5823
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5823
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5890
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5891
5891
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5892
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5892
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5893
5893
  style?: CSSProperties | undefined;
5894
5894
  class?: any;
5895
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5895
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7170
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7172
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7173
7173
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7174
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7174
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7175
7175
  style?: CSSProperties | undefined;
7176
7176
  class?: any;
7177
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7177
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7244
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7245
7245
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7246
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7246
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
7247
7247
  style?: CSSProperties | undefined;
7248
7248
  class?: any;
7249
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7249
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7250
7250
  style?: CSSProperties | undefined;
7251
7251
  class?: any;
7252
7252
  } & RecordType>>;
@@ -8029,11 +8029,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8029
8029
  "onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
8030
8030
  "onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
8031
8031
  }, {
8032
- showSearch: boolean;
8033
- columnSettingsText: string;
8034
8032
  search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
8035
8033
  headerFilter: boolean | HeaderFilterConfig;
8036
8034
  pagination: false | Record<string, unknown>;
8035
+ showSearch: boolean;
8036
+ columnSettingsText: string;
8037
8037
  isCard: boolean;
8038
8038
  hideHeaderFilter: boolean;
8039
8039
  hideColumnSettingsIcon: boolean;