yc-pro-components 0.0.78 → 0.0.79

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 (167) 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 +30 -30
  6. package/es/components/date-picker/src/index.vue.d.ts +22 -22
  7. package/es/components/dialog/index.d.ts +45 -45
  8. package/es/components/dialog/src/index.vue.d.ts +3 -3
  9. package/es/components/dialog-form/index.d.ts +32 -32
  10. package/es/components/dialog-form/src/index.vue.d.ts +10 -10
  11. package/es/components/display-item/index.d.ts +44 -44
  12. package/es/components/display-item/src/index.vue.d.ts +25 -25
  13. package/es/components/drawer-form/index.d.ts +84 -84
  14. package/es/components/drawer-form/src/index.vue.d.ts +22 -22
  15. package/es/components/form/index.d.ts +73 -73
  16. package/es/components/form/src/form-content.vue.d.ts +25 -25
  17. package/es/components/form/src/index.vue.d.ts +21 -21
  18. package/es/components/form-item/index.d.ts +80 -80
  19. package/es/components/form-item/src/index.vue.d.ts +24 -24
  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 +574 -574
  27. package/es/components/page/src/index.vue.d.ts +190 -190
  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 +6 -6
  33. package/es/components/render/src/index.vue.d.ts +2 -2
  34. package/es/components/search/index.d.ts +250 -250
  35. package/es/components/search/src/index.vue.d.ts +76 -76
  36. package/es/components/sidebar/index.d.ts +31 -31
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +24 -24
  39. package/es/components/steps-form/src/index.vue.d.ts +3 -3
  40. package/es/components/table/src/index.vue2.mjs +20 -3
  41. package/es/components/table/src/table-action-bar.vue.d.ts +1 -1
  42. package/es/components/table/src/table-column.vue.d.ts +40 -40
  43. package/es/components/utils/index.d.ts +2 -2
  44. package/es/components/yc-count-to/index.d.ts +2 -2
  45. package/es/components/yc-count-to/src/normal/index.d.ts +2 -2
  46. package/es/components/yc-dialog/index.d.ts +24 -24
  47. package/es/components/yc-download-dialog/index.d.ts +19 -19
  48. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  49. package/es/components/yc-form-container-header/index.d.ts +12 -12
  50. package/es/components/yc-more-actions/index.d.ts +46 -46
  51. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-plus-page/src/index.vue.d.ts +392 -392
  53. package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  54. package/es/components/yc-segmented/index.d.ts +2 -2
  55. package/es/components/yc-segmented/src/index.d.ts +2 -2
  56. package/es/components/yc-select-v2/src/index.vue.d.ts +4 -4
  57. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  58. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  59. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  60. package/es/hooks/index.d.ts +1 -0
  61. package/es/hooks/index.mjs +1 -0
  62. package/es/hooks/usePlusFormReset.d.ts +286 -286
  63. package/es/hooks/useTableScrollbarTooltip.d.ts +29 -0
  64. package/es/hooks/useTableScrollbarTooltip.mjs +122 -0
  65. package/es/index.css +9 -9
  66. package/es/index.mjs +1 -0
  67. package/es/version.d.ts +1 -1
  68. package/es/version.mjs +1 -1
  69. package/es/yc-components/version.d.ts +1 -1
  70. package/index.css +1 -1
  71. package/index.js +139 -4
  72. package/index.min.js +12 -12
  73. package/index.min.mjs +12 -12
  74. package/index.mjs +139 -4
  75. package/lib/components/check-card/index.d.ts +61 -61
  76. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  77. package/lib/components/check-card-group/index.d.ts +43 -43
  78. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  79. package/lib/components/date-picker/index.d.ts +30 -30
  80. package/lib/components/date-picker/src/index.vue.d.ts +22 -22
  81. package/lib/components/dialog/index.d.ts +45 -45
  82. package/lib/components/dialog/src/index.vue.d.ts +3 -3
  83. package/lib/components/dialog-form/index.d.ts +32 -32
  84. package/lib/components/dialog-form/src/index.vue.d.ts +10 -10
  85. package/lib/components/display-item/index.d.ts +44 -44
  86. package/lib/components/display-item/src/index.vue.d.ts +25 -25
  87. package/lib/components/drawer-form/index.d.ts +84 -84
  88. package/lib/components/drawer-form/src/index.vue.d.ts +22 -22
  89. package/lib/components/form/index.d.ts +73 -73
  90. package/lib/components/form/src/form-content.vue.d.ts +25 -25
  91. package/lib/components/form/src/index.vue.d.ts +21 -21
  92. package/lib/components/form-item/index.d.ts +80 -80
  93. package/lib/components/form-item/src/index.vue.d.ts +24 -24
  94. package/lib/components/header/index.d.ts +19 -19
  95. package/lib/components/header/src/index.vue.d.ts +1 -1
  96. package/lib/components/input-tag/index.d.ts +15 -15
  97. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  98. package/lib/components/layout/index.d.ts +30 -30
  99. package/lib/components/layout/src/index.vue.d.ts +10 -10
  100. package/lib/components/page/index.d.ts +574 -574
  101. package/lib/components/page/src/index.vue.d.ts +190 -190
  102. package/lib/components/pagination/index.d.ts +42 -42
  103. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  104. package/lib/components/radio/index.d.ts +35 -35
  105. package/lib/components/radio/src/index.vue.d.ts +27 -27
  106. package/lib/components/render/index.d.ts +6 -6
  107. package/lib/components/render/src/index.vue.d.ts +2 -2
  108. package/lib/components/search/index.d.ts +250 -250
  109. package/lib/components/search/src/index.vue.d.ts +76 -76
  110. package/lib/components/sidebar/index.d.ts +31 -31
  111. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  112. package/lib/components/steps-form/index.d.ts +24 -24
  113. package/lib/components/steps-form/src/index.vue.d.ts +3 -3
  114. package/lib/components/table/src/index.vue2.js +19 -2
  115. package/lib/components/table/src/table-action-bar.vue.d.ts +1 -1
  116. package/lib/components/table/src/table-column.vue.d.ts +40 -40
  117. package/lib/components/utils/index.d.ts +2 -2
  118. package/lib/components/yc-count-to/index.d.ts +2 -2
  119. package/lib/components/yc-count-to/src/normal/index.d.ts +2 -2
  120. package/lib/components/yc-dialog/index.d.ts +24 -24
  121. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  122. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  123. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  124. package/lib/components/yc-more-actions/index.d.ts +46 -46
  125. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  126. package/lib/components/yc-plus-page/src/index.vue.d.ts +392 -392
  127. package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
  128. package/lib/components/yc-segmented/index.d.ts +2 -2
  129. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  130. package/lib/components/yc-select-v2/src/index.vue.d.ts +4 -4
  131. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  132. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  133. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  134. package/lib/hooks/index.d.ts +1 -0
  135. package/lib/hooks/index.js +2 -0
  136. package/lib/hooks/usePlusFormReset.d.ts +286 -286
  137. package/lib/hooks/useTableScrollbarTooltip.d.ts +29 -0
  138. package/lib/hooks/useTableScrollbarTooltip.js +124 -0
  139. package/lib/index.css +9 -9
  140. package/lib/index.js +1 -0
  141. package/lib/version.d.ts +1 -1
  142. package/lib/version.js +1 -1
  143. package/lib/yc-components/version.d.ts +1 -1
  144. package/locale/en.js +1 -1
  145. package/locale/en.min.js +1 -1
  146. package/locale/en.min.mjs +1 -1
  147. package/locale/en.mjs +1 -1
  148. package/locale/ja.js +1 -1
  149. package/locale/ja.min.js +1 -1
  150. package/locale/ja.min.mjs +1 -1
  151. package/locale/ja.mjs +1 -1
  152. package/locale/ko.js +1 -1
  153. package/locale/ko.min.js +1 -1
  154. package/locale/ko.min.mjs +1 -1
  155. package/locale/ko.mjs +1 -1
  156. package/locale/zh-cn.js +1 -1
  157. package/locale/zh-cn.min.js +1 -1
  158. package/locale/zh-cn.min.mjs +1 -1
  159. package/locale/zh-cn.mjs +1 -1
  160. package/locale/zh-tw.js +1 -1
  161. package/locale/zh-tw.min.js +1 -1
  162. package/locale/zh-tw.min.mjs +1 -1
  163. package/locale/zh-tw.mjs +1 -1
  164. package/package.json +1 -1
  165. package/theme-chalk/index.css +1 -1
  166. package/theme-chalk/plus-table.css +1 -1
  167. package/theme-chalk/src/table.scss +315 -301
@@ -111,7 +111,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
111
111
  columns: PlusColumn[];
112
112
  immediate: boolean;
113
113
  params: RecordType;
114
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
114
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
115
115
  columnsEmptyText: string;
116
116
  postData: <T = RecordType[]>(data: T[]) => T[];
117
117
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -143,12 +143,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
143
143
  }>;
144
144
  readonly columns: PlusColumn[];
145
145
  readonly immediate: boolean;
146
- readonly params: RecordType;
147
146
  readonly request: (params: Partial<PageInfo> & RecordType) => Promise<{
148
147
  data: RecordType[];
149
148
  total: number;
150
149
  }>;
151
- readonly pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
150
+ readonly params: RecordType;
151
+ readonly pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
152
152
  readonly columnsEmptyText: string;
153
153
  readonly isCard: boolean;
154
154
  readonly searchCardProps: Partial< Mutable<CardProps> & {
@@ -198,10 +198,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
198
198
  type: PropType<boolean>;
199
199
  default: boolean;
200
200
  };
201
- params: {
202
- type: PropType<RecordType>;
203
- default: () => {};
204
- };
205
201
  request: {
206
202
  type: PropType<(params: Partial<PageInfo> & RecordType) => Promise<{
207
203
  data: RecordType[];
@@ -209,8 +205,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
209
205
  }>>;
210
206
  required: true;
211
207
  };
208
+ params: {
209
+ type: PropType<RecordType>;
210
+ default: () => {};
211
+ };
212
212
  pagination: {
213
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
213
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
214
214
  default: () => {};
215
215
  };
216
216
  columnsEmptyText: {
@@ -316,10 +316,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
316
316
  type: PropType<boolean>;
317
317
  default: boolean;
318
318
  };
319
- params: {
320
- type: PropType<RecordType>;
321
- default: () => {};
322
- };
323
319
  request: {
324
320
  type: PropType<(params: Partial<PageInfo> & RecordType) => Promise<{
325
321
  data: RecordType[];
@@ -327,8 +323,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
327
323
  }>>;
328
324
  required: true;
329
325
  };
326
+ params: {
327
+ type: PropType<RecordType>;
328
+ default: () => {};
329
+ };
330
330
  pagination: {
331
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
331
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
332
332
  default: () => {};
333
333
  };
334
334
  columnsEmptyText: {
@@ -401,10 +401,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
401
401
  $: ComponentInternalInstance;
402
402
  $data: {};
403
403
  $props: Partial<{
404
- labelPosition: "left" | "right" | "top";
405
- modelValue: FieldValues;
406
404
  columns: PlusColumn[];
407
- layout: "flex" | "grid";
405
+ layout: "grid" | "flex";
406
+ modelValue: FieldValues;
407
+ labelPosition: "top" | "right" | "left";
408
408
  inline: boolean;
409
409
  showNumber: number;
410
410
  defaultValues: FieldValues;
@@ -429,9 +429,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
429
429
  searchIcon: Component | null;
430
430
  resetIcon: Component | null;
431
431
  }> & Omit<{
432
- readonly modelValue: FieldValues;
433
432
  readonly columns: PlusColumn[];
434
- readonly layout: "flex" | "grid";
433
+ readonly layout: "grid" | "flex";
434
+ readonly modelValue: FieldValues;
435
435
  readonly inline: boolean;
436
436
  readonly showNumber: number;
437
437
  readonly defaultValues: FieldValues;
@@ -453,31 +453,31 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
453
453
  readonly expandText: string;
454
454
  readonly searchLoading: boolean;
455
455
  readonly needValidate: boolean;
456
- readonly labelPosition?: "left" | "right" | "top" | undefined;
456
+ readonly labelPosition?: "top" | "right" | "left" | undefined;
457
457
  readonly searchIcon?: Component | null | undefined;
458
458
  readonly resetIcon?: Component | null | undefined;
459
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
460
459
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
461
460
  onReset?: ((values: FieldValues) => any) | undefined;
461
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
462
462
  onSearch?: ((values: FieldValues) => any) | undefined;
463
463
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
464
464
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
465
- labelPosition: {
466
- type: PropType<"left" | "right" | "top">;
467
- default: undefined;
468
- };
469
- modelValue: {
470
- type: PropType<FieldValues>;
471
- default: () => {};
472
- };
473
465
  columns: {
474
466
  type: PropType<PlusColumn[]>;
475
467
  default: () => never[];
476
468
  };
477
469
  layout: {
478
- type: PropType<"flex" | "grid">;
470
+ type: PropType<"grid" | "flex">;
479
471
  default: "grid";
480
472
  };
473
+ modelValue: {
474
+ type: PropType<FieldValues>;
475
+ default: () => {};
476
+ };
477
+ labelPosition: {
478
+ type: PropType<"top" | "right" | "left">;
479
+ default: undefined;
480
+ };
481
481
  inline: {
482
482
  type: PropType<boolean>;
483
483
  default: boolean;
@@ -561,12 +561,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
561
561
  default: undefined;
562
562
  };
563
563
  }>> & {
564
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
565
564
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
566
565
  onReset?: ((values: FieldValues) => any) | undefined;
566
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
567
567
  onSearch?: ((values: FieldValues) => any) | undefined;
568
568
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
569
- }, "labelPosition" | "modelValue" | "columns" | "layout" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
569
+ }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
570
570
  $attrs: {
571
571
  [x: string]: unknown;
572
572
  };
@@ -578,25 +578,25 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
578
578
  }>;
579
579
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
580
580
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
581
- $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);
581
+ $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);
582
582
  $el: any;
583
583
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
584
- labelPosition: {
585
- type: PropType<"left" | "right" | "top">;
586
- default: undefined;
587
- };
588
- modelValue: {
589
- type: PropType<FieldValues>;
590
- default: () => {};
591
- };
592
584
  columns: {
593
585
  type: PropType<PlusColumn[]>;
594
586
  default: () => never[];
595
587
  };
596
588
  layout: {
597
- type: PropType<"flex" | "grid">;
589
+ type: PropType<"grid" | "flex">;
598
590
  default: "grid";
599
591
  };
592
+ modelValue: {
593
+ type: PropType<FieldValues>;
594
+ default: () => {};
595
+ };
596
+ labelPosition: {
597
+ type: PropType<"top" | "right" | "left">;
598
+ default: undefined;
599
+ };
600
600
  inline: {
601
601
  type: PropType<boolean>;
602
602
  default: boolean;
@@ -680,9 +680,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
680
680
  default: undefined;
681
681
  };
682
682
  }>> & {
683
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
684
683
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
685
684
  onReset?: ((values: FieldValues) => any) | undefined;
685
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
686
686
  onSearch?: ((values: FieldValues) => any) | undefined;
687
687
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
688
688
  }, {
@@ -690,14 +690,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
690
690
  $: ComponentInternalInstance;
691
691
  $data: {};
692
692
  $props: Partial<{
693
- labelPosition: "left" | "right" | "top";
694
- modelValue: FieldValues;
695
693
  collapseDuration: number;
696
694
  collapseTransition: boolean;
697
695
  columns: PlusColumn[];
698
696
  group: false | PlusFormGroupRow[];
699
- layout: "flex" | "grid";
697
+ layout: "grid" | "flex";
698
+ modelValue: FieldValues;
700
699
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
700
+ labelPosition: "top" | "right" | "left";
701
701
  labelWidth: string | number;
702
702
  labelSuffix: string;
703
703
  defaultValues: FieldValues;
@@ -716,7 +716,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
716
716
  submitText: string;
717
717
  resetText: string;
718
718
  submitLoading: boolean;
719
- footerAlign: "left" | "right" | "center";
719
+ footerAlign: "right" | "left" | "center";
720
720
  cardProps: Partial< Mutable<CardProps> & {
721
721
  style?: CSSProperties | undefined;
722
722
  class?: any;
@@ -724,11 +724,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
724
724
  prevent: boolean;
725
725
  clearable: boolean;
726
726
  }> & Omit<{
727
- readonly labelPosition: "left" | "right" | "top";
728
- readonly modelValue: FieldValues;
729
727
  readonly columns: PlusColumn[];
730
728
  readonly group: false | PlusFormGroupRow[];
729
+ readonly modelValue: FieldValues;
731
730
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
731
+ readonly labelPosition: "top" | "right" | "left";
732
732
  readonly labelWidth: string | number;
733
733
  readonly labelSuffix: string;
734
734
  readonly defaultValues: FieldValues;
@@ -747,7 +747,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
747
747
  readonly submitText: string;
748
748
  readonly resetText: string;
749
749
  readonly submitLoading: boolean;
750
- readonly footerAlign: "left" | "right" | "center";
750
+ readonly footerAlign: "right" | "left" | "center";
751
751
  readonly cardProps: Partial< Mutable<CardProps> & {
752
752
  style?: CSSProperties | undefined;
753
753
  class?: any;
@@ -756,22 +756,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
756
756
  readonly clearable: boolean;
757
757
  readonly collapseDuration?: number | undefined;
758
758
  readonly collapseTransition?: boolean | undefined;
759
- readonly layout?: "flex" | "grid" | undefined;
760
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
759
+ readonly layout?: "grid" | "flex" | undefined;
761
760
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
762
761
  onReset?: ((values: FieldValues) => any) | undefined;
763
762
  onSubmit?: ((values: FieldValues) => any) | undefined;
763
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
764
764
  onValidate?: ((...args: any[]) => any) | undefined;
765
765
  onSubmitError?: ((errors: unknown) => any) | undefined;
766
766
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
767
- labelPosition: {
768
- type: PropType<"left" | "right" | "top">;
769
- default: string;
770
- };
771
- modelValue: {
772
- type: PropType<FieldValues>;
773
- default: () => {};
774
- };
775
767
  collapseDuration: {
776
768
  type: PropType<number>;
777
769
  default: undefined;
@@ -789,13 +781,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
789
781
  default: boolean;
790
782
  };
791
783
  layout: {
792
- type: PropType<"flex" | "grid">;
784
+ type: PropType<"grid" | "flex">;
793
785
  default: undefined;
794
786
  };
787
+ modelValue: {
788
+ type: PropType<FieldValues>;
789
+ default: () => {};
790
+ };
795
791
  rules: {
796
792
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
797
793
  default: () => {};
798
794
  };
795
+ labelPosition: {
796
+ type: PropType<"top" | "right" | "left">;
797
+ default: string;
798
+ };
799
799
  labelWidth: {
800
800
  type: PropType<string | number>;
801
801
  default: string;
@@ -851,7 +851,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
851
851
  default: boolean;
852
852
  };
853
853
  footerAlign: {
854
- type: PropType<"left" | "right" | "center">;
854
+ type: PropType<"right" | "left" | "center">;
855
855
  default: string;
856
856
  };
857
857
  cardProps: {
@@ -870,13 +870,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
870
870
  default: boolean;
871
871
  };
872
872
  }>> & {
873
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
874
873
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
875
874
  onReset?: ((values: FieldValues) => any) | undefined;
876
875
  onSubmit?: ((values: FieldValues) => any) | undefined;
876
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
877
877
  onValidate?: ((...args: any[]) => any) | undefined;
878
878
  onSubmitError?: ((errors: unknown) => any) | undefined;
879
- }, "labelPosition" | "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
879
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
880
880
  $attrs: {
881
881
  [x: string]: unknown;
882
882
  };
@@ -888,17 +888,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
888
888
  }>;
889
889
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
890
890
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
891
- $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);
891
+ $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);
892
892
  $el: any;
893
893
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
894
- labelPosition: {
895
- type: PropType<"left" | "right" | "top">;
896
- default: string;
897
- };
898
- modelValue: {
899
- type: PropType<FieldValues>;
900
- default: () => {};
901
- };
902
894
  collapseDuration: {
903
895
  type: PropType<number>;
904
896
  default: undefined;
@@ -916,13 +908,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
916
908
  default: boolean;
917
909
  };
918
910
  layout: {
919
- type: PropType<"flex" | "grid">;
911
+ type: PropType<"grid" | "flex">;
920
912
  default: undefined;
921
913
  };
914
+ modelValue: {
915
+ type: PropType<FieldValues>;
916
+ default: () => {};
917
+ };
922
918
  rules: {
923
919
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
924
920
  default: () => {};
925
921
  };
922
+ labelPosition: {
923
+ type: PropType<"top" | "right" | "left">;
924
+ default: string;
925
+ };
926
926
  labelWidth: {
927
927
  type: PropType<string | number>;
928
928
  default: string;
@@ -978,7 +978,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
978
978
  default: boolean;
979
979
  };
980
980
  footerAlign: {
981
- type: PropType<"left" | "right" | "center">;
981
+ type: PropType<"right" | "left" | "center">;
982
982
  default: string;
983
983
  };
984
984
  cardProps: {
@@ -997,10 +997,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
997
997
  default: boolean;
998
998
  };
999
999
  }>> & {
1000
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1001
1000
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1002
1001
  onReset?: ((values: FieldValues) => any) | undefined;
1003
1002
  onSubmit?: ((values: FieldValues) => any) | undefined;
1003
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1004
1004
  onValidate?: ((...args: any[]) => any) | undefined;
1005
1005
  onSubmitError?: ((errors: unknown) => any) | undefined;
1006
1006
  }, {
@@ -1015,14 +1015,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1015
1015
  submitError: (errors: unknown) => void;
1016
1016
  validate: (...args: any[]) => void;
1017
1017
  }, string, {
1018
- labelPosition: "left" | "right" | "top";
1019
- modelValue: FieldValues;
1020
1018
  collapseDuration: number;
1021
1019
  collapseTransition: boolean;
1022
1020
  columns: PlusColumn[];
1023
1021
  group: false | PlusFormGroupRow[];
1024
- layout: "flex" | "grid";
1022
+ layout: "grid" | "flex";
1023
+ modelValue: FieldValues;
1025
1024
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1025
+ labelPosition: "top" | "right" | "left";
1026
1026
  labelWidth: string | number;
1027
1027
  labelSuffix: string;
1028
1028
  defaultValues: FieldValues;
@@ -1041,7 +1041,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1041
1041
  submitText: string;
1042
1042
  resetText: string;
1043
1043
  submitLoading: boolean;
1044
- footerAlign: "left" | "right" | "center";
1044
+ footerAlign: "right" | "left" | "center";
1045
1045
  cardProps: Partial< Mutable<CardProps> & {
1046
1046
  style?: CSSProperties | undefined;
1047
1047
  class?: any;
@@ -1069,14 +1069,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1069
1069
  $nextTick: typeof nextTick;
1070
1070
  $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;
1071
1071
  } & Omit<Readonly< ExtractPropTypes<{
1072
- labelPosition: {
1073
- type: PropType<"left" | "right" | "top">;
1074
- default: string;
1075
- };
1076
- modelValue: {
1077
- type: PropType<FieldValues>;
1078
- default: () => {};
1079
- };
1080
1072
  collapseDuration: {
1081
1073
  type: PropType<number>;
1082
1074
  default: undefined;
@@ -1094,13 +1086,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1094
1086
  default: boolean;
1095
1087
  };
1096
1088
  layout: {
1097
- type: PropType<"flex" | "grid">;
1089
+ type: PropType<"grid" | "flex">;
1098
1090
  default: undefined;
1099
1091
  };
1092
+ modelValue: {
1093
+ type: PropType<FieldValues>;
1094
+ default: () => {};
1095
+ };
1100
1096
  rules: {
1101
1097
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1102
1098
  default: () => {};
1103
1099
  };
1100
+ labelPosition: {
1101
+ type: PropType<"top" | "right" | "left">;
1102
+ default: string;
1103
+ };
1104
1104
  labelWidth: {
1105
1105
  type: PropType<string | number>;
1106
1106
  default: string;
@@ -1156,7 +1156,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1156
1156
  default: boolean;
1157
1157
  };
1158
1158
  footerAlign: {
1159
- type: PropType<"left" | "right" | "center">;
1159
+ type: PropType<"right" | "left" | "center">;
1160
1160
  default: string;
1161
1161
  };
1162
1162
  cardProps: {
@@ -1175,10 +1175,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1175
1175
  default: boolean;
1176
1176
  };
1177
1177
  }>> & {
1178
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1179
1178
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1180
1179
  onReset?: ((values: FieldValues) => any) | undefined;
1181
1180
  onSubmit?: ((values: FieldValues) => any) | undefined;
1181
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1182
1182
  onValidate?: ((...args: any[]) => any) | undefined;
1183
1183
  onSubmitError?: ((errors: unknown) => any) | undefined;
1184
1184
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1198,14 +1198,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1198
1198
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1199
1199
  columns?: PlusColumn[] | undefined;
1200
1200
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1201
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1201
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1202
1202
  readonly label: string | ComputedRef<string>;
1203
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1203
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1204
1204
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1205
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1205
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1206
1206
  style?: CSSProperties | undefined;
1207
1207
  class?: any;
1208
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1208
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1209
1209
  style?: CSSProperties | undefined;
1210
1210
  class?: any;
1211
1211
  } & RecordType>>;
@@ -1231,7 +1231,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1231
1231
  };
1232
1232
  rows: number;
1233
1233
  autocomplete: string;
1234
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
1234
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
1235
1235
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1236
1236
  step: string | number;
1237
1237
  format: string | ProgressFn | undefined;
@@ -1276,12 +1276,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1276
1276
  fieldInstance?: any;
1277
1277
  valueIsReady?: Ref<boolean> | undefined;
1278
1278
  prop: string;
1279
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1279
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1280
1280
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1281
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1281
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1282
1282
  style?: CSSProperties | undefined;
1283
1283
  class?: any;
1284
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1284
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1285
1285
  style?: CSSProperties | undefined;
1286
1286
  class?: any;
1287
1287
  } & RecordType>>;
@@ -1310,14 +1310,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1310
1310
  clearable: boolean;
1311
1311
  index: number;
1312
1312
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1313
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1313
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1314
1314
  readonly label: string | ComputedRef<string>;
1315
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1315
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1316
1316
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1317
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1317
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1318
1318
  style?: CSSProperties | undefined;
1319
1319
  class?: any;
1320
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1320
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1321
1321
  style?: CSSProperties | undefined;
1322
1322
  class?: any;
1323
1323
  } & RecordType>>;
@@ -1343,7 +1343,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1343
1343
  };
1344
1344
  rows: number;
1345
1345
  autocomplete: string;
1346
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
1346
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
1347
1347
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1348
1348
  step: string | number;
1349
1349
  format: string | ProgressFn | undefined;
@@ -1388,12 +1388,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1388
1388
  fieldInstance?: any;
1389
1389
  valueIsReady?: Ref<boolean> | undefined;
1390
1390
  prop: string;
1391
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1391
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1392
1392
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1393
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1393
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1394
1394
  style?: CSSProperties | undefined;
1395
1395
  class?: any;
1396
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1396
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1397
1397
  style?: CSSProperties | undefined;
1398
1398
  class?: any;
1399
1399
  } & RecordType>>;
@@ -1445,10 +1445,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1445
1445
  reset: (values: FieldValues) => void;
1446
1446
  collapse: (isShowUnfold: boolean) => void;
1447
1447
  }, string, {
1448
- labelPosition: "left" | "right" | "top";
1449
- modelValue: FieldValues;
1450
1448
  columns: PlusColumn[];
1451
- layout: "flex" | "grid";
1449
+ layout: "grid" | "flex";
1450
+ modelValue: FieldValues;
1451
+ labelPosition: "top" | "right" | "left";
1452
1452
  inline: boolean;
1453
1453
  showNumber: number;
1454
1454
  defaultValues: FieldValues;
@@ -1493,22 +1493,22 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1493
1493
  $nextTick: typeof nextTick;
1494
1494
  $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;
1495
1495
  } & Omit<Readonly< ExtractPropTypes<{
1496
- labelPosition: {
1497
- type: PropType<"left" | "right" | "top">;
1498
- default: undefined;
1499
- };
1500
- modelValue: {
1501
- type: PropType<FieldValues>;
1502
- default: () => {};
1503
- };
1504
1496
  columns: {
1505
1497
  type: PropType<PlusColumn[]>;
1506
1498
  default: () => never[];
1507
1499
  };
1508
1500
  layout: {
1509
- type: PropType<"flex" | "grid">;
1501
+ type: PropType<"grid" | "flex">;
1510
1502
  default: "grid";
1511
1503
  };
1504
+ modelValue: {
1505
+ type: PropType<FieldValues>;
1506
+ default: () => {};
1507
+ };
1508
+ labelPosition: {
1509
+ type: PropType<"top" | "right" | "left">;
1510
+ default: undefined;
1511
+ };
1512
1512
  inline: {
1513
1513
  type: PropType<boolean>;
1514
1514
  default: boolean;
@@ -1592,9 +1592,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1592
1592
  default: undefined;
1593
1593
  };
1594
1594
  }>> & {
1595
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1596
1595
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1597
1596
  onReset?: ((values: FieldValues) => any) | undefined;
1597
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1598
1598
  onSearch?: ((values: FieldValues) => any) | undefined;
1599
1599
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1600
1600
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -1602,14 +1602,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1602
1602
  $: ComponentInternalInstance;
1603
1603
  $data: {};
1604
1604
  $props: Partial<{
1605
- labelPosition: "left" | "right" | "top";
1606
- modelValue: FieldValues;
1607
1605
  collapseDuration: number;
1608
1606
  collapseTransition: boolean;
1609
1607
  columns: PlusColumn[];
1610
1608
  group: false | PlusFormGroupRow[];
1611
- layout: "flex" | "grid";
1609
+ layout: "grid" | "flex";
1610
+ modelValue: FieldValues;
1612
1611
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1612
+ labelPosition: "top" | "right" | "left";
1613
1613
  labelWidth: string | number;
1614
1614
  labelSuffix: string;
1615
1615
  defaultValues: FieldValues;
@@ -1628,7 +1628,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1628
1628
  submitText: string;
1629
1629
  resetText: string;
1630
1630
  submitLoading: boolean;
1631
- footerAlign: "left" | "right" | "center";
1631
+ footerAlign: "right" | "left" | "center";
1632
1632
  cardProps: Partial< Mutable<CardProps> & {
1633
1633
  style?: CSSProperties | undefined;
1634
1634
  class?: any;
@@ -1636,11 +1636,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1636
1636
  prevent: boolean;
1637
1637
  clearable: boolean;
1638
1638
  }> & Omit<{
1639
- readonly labelPosition: "left" | "right" | "top";
1640
- readonly modelValue: FieldValues;
1641
1639
  readonly columns: PlusColumn[];
1642
1640
  readonly group: false | PlusFormGroupRow[];
1641
+ readonly modelValue: FieldValues;
1643
1642
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1643
+ readonly labelPosition: "top" | "right" | "left";
1644
1644
  readonly labelWidth: string | number;
1645
1645
  readonly labelSuffix: string;
1646
1646
  readonly defaultValues: FieldValues;
@@ -1659,7 +1659,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1659
1659
  readonly submitText: string;
1660
1660
  readonly resetText: string;
1661
1661
  readonly submitLoading: boolean;
1662
- readonly footerAlign: "left" | "right" | "center";
1662
+ readonly footerAlign: "right" | "left" | "center";
1663
1663
  readonly cardProps: Partial< Mutable<CardProps> & {
1664
1664
  style?: CSSProperties | undefined;
1665
1665
  class?: any;
@@ -1668,22 +1668,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1668
1668
  readonly clearable: boolean;
1669
1669
  readonly collapseDuration?: number | undefined;
1670
1670
  readonly collapseTransition?: boolean | undefined;
1671
- readonly layout?: "flex" | "grid" | undefined;
1672
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1671
+ readonly layout?: "grid" | "flex" | undefined;
1673
1672
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1674
1673
  onReset?: ((values: FieldValues) => any) | undefined;
1675
1674
  onSubmit?: ((values: FieldValues) => any) | undefined;
1675
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1676
1676
  onValidate?: ((...args: any[]) => any) | undefined;
1677
1677
  onSubmitError?: ((errors: unknown) => any) | undefined;
1678
1678
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1679
- labelPosition: {
1680
- type: PropType<"left" | "right" | "top">;
1681
- default: string;
1682
- };
1683
- modelValue: {
1684
- type: PropType<FieldValues>;
1685
- default: () => {};
1686
- };
1687
1679
  collapseDuration: {
1688
1680
  type: PropType<number>;
1689
1681
  default: undefined;
@@ -1701,13 +1693,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1701
1693
  default: boolean;
1702
1694
  };
1703
1695
  layout: {
1704
- type: PropType<"flex" | "grid">;
1696
+ type: PropType<"grid" | "flex">;
1705
1697
  default: undefined;
1706
1698
  };
1699
+ modelValue: {
1700
+ type: PropType<FieldValues>;
1701
+ default: () => {};
1702
+ };
1707
1703
  rules: {
1708
1704
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1709
1705
  default: () => {};
1710
1706
  };
1707
+ labelPosition: {
1708
+ type: PropType<"top" | "right" | "left">;
1709
+ default: string;
1710
+ };
1711
1711
  labelWidth: {
1712
1712
  type: PropType<string | number>;
1713
1713
  default: string;
@@ -1763,7 +1763,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1763
1763
  default: boolean;
1764
1764
  };
1765
1765
  footerAlign: {
1766
- type: PropType<"left" | "right" | "center">;
1766
+ type: PropType<"right" | "left" | "center">;
1767
1767
  default: string;
1768
1768
  };
1769
1769
  cardProps: {
@@ -1782,13 +1782,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1782
1782
  default: boolean;
1783
1783
  };
1784
1784
  }>> & {
1785
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1786
1785
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1787
1786
  onReset?: ((values: FieldValues) => any) | undefined;
1788
1787
  onSubmit?: ((values: FieldValues) => any) | undefined;
1788
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1789
1789
  onValidate?: ((...args: any[]) => any) | undefined;
1790
1790
  onSubmitError?: ((errors: unknown) => any) | undefined;
1791
- }, "labelPosition" | "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1791
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1792
1792
  $attrs: {
1793
1793
  [x: string]: unknown;
1794
1794
  };
@@ -1800,17 +1800,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1800
1800
  }>;
1801
1801
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1802
1802
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1803
- $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);
1803
+ $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);
1804
1804
  $el: any;
1805
1805
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1806
- labelPosition: {
1807
- type: PropType<"left" | "right" | "top">;
1808
- default: string;
1809
- };
1810
- modelValue: {
1811
- type: PropType<FieldValues>;
1812
- default: () => {};
1813
- };
1814
1806
  collapseDuration: {
1815
1807
  type: PropType<number>;
1816
1808
  default: undefined;
@@ -1828,13 +1820,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1828
1820
  default: boolean;
1829
1821
  };
1830
1822
  layout: {
1831
- type: PropType<"flex" | "grid">;
1823
+ type: PropType<"grid" | "flex">;
1832
1824
  default: undefined;
1833
1825
  };
1826
+ modelValue: {
1827
+ type: PropType<FieldValues>;
1828
+ default: () => {};
1829
+ };
1834
1830
  rules: {
1835
1831
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1836
1832
  default: () => {};
1837
1833
  };
1834
+ labelPosition: {
1835
+ type: PropType<"top" | "right" | "left">;
1836
+ default: string;
1837
+ };
1838
1838
  labelWidth: {
1839
1839
  type: PropType<string | number>;
1840
1840
  default: string;
@@ -1890,7 +1890,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1890
1890
  default: boolean;
1891
1891
  };
1892
1892
  footerAlign: {
1893
- type: PropType<"left" | "right" | "center">;
1893
+ type: PropType<"right" | "left" | "center">;
1894
1894
  default: string;
1895
1895
  };
1896
1896
  cardProps: {
@@ -1909,10 +1909,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1909
1909
  default: boolean;
1910
1910
  };
1911
1911
  }>> & {
1912
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1913
1912
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1914
1913
  onReset?: ((values: FieldValues) => any) | undefined;
1915
1914
  onSubmit?: ((values: FieldValues) => any) | undefined;
1915
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1916
1916
  onValidate?: ((...args: any[]) => any) | undefined;
1917
1917
  onSubmitError?: ((errors: unknown) => any) | undefined;
1918
1918
  }, {
@@ -1927,14 +1927,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1927
1927
  submitError: (errors: unknown) => void;
1928
1928
  validate: (...args: any[]) => void;
1929
1929
  }, string, {
1930
- labelPosition: "left" | "right" | "top";
1931
- modelValue: FieldValues;
1932
1930
  collapseDuration: number;
1933
1931
  collapseTransition: boolean;
1934
1932
  columns: PlusColumn[];
1935
1933
  group: false | PlusFormGroupRow[];
1936
- layout: "flex" | "grid";
1934
+ layout: "grid" | "flex";
1935
+ modelValue: FieldValues;
1937
1936
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1937
+ labelPosition: "top" | "right" | "left";
1938
1938
  labelWidth: string | number;
1939
1939
  labelSuffix: string;
1940
1940
  defaultValues: FieldValues;
@@ -1953,7 +1953,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1953
1953
  submitText: string;
1954
1954
  resetText: string;
1955
1955
  submitLoading: boolean;
1956
- footerAlign: "left" | "right" | "center";
1956
+ footerAlign: "right" | "left" | "center";
1957
1957
  cardProps: Partial< Mutable<CardProps> & {
1958
1958
  style?: CSSProperties | undefined;
1959
1959
  class?: any;
@@ -1981,14 +1981,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1981
1981
  $nextTick: typeof nextTick;
1982
1982
  $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;
1983
1983
  } & Omit<Readonly< ExtractPropTypes<{
1984
- labelPosition: {
1985
- type: PropType<"left" | "right" | "top">;
1986
- default: string;
1987
- };
1988
- modelValue: {
1989
- type: PropType<FieldValues>;
1990
- default: () => {};
1991
- };
1992
1984
  collapseDuration: {
1993
1985
  type: PropType<number>;
1994
1986
  default: undefined;
@@ -2006,13 +1998,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2006
1998
  default: boolean;
2007
1999
  };
2008
2000
  layout: {
2009
- type: PropType<"flex" | "grid">;
2001
+ type: PropType<"grid" | "flex">;
2010
2002
  default: undefined;
2011
2003
  };
2004
+ modelValue: {
2005
+ type: PropType<FieldValues>;
2006
+ default: () => {};
2007
+ };
2012
2008
  rules: {
2013
2009
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2014
2010
  default: () => {};
2015
2011
  };
2012
+ labelPosition: {
2013
+ type: PropType<"top" | "right" | "left">;
2014
+ default: string;
2015
+ };
2016
2016
  labelWidth: {
2017
2017
  type: PropType<string | number>;
2018
2018
  default: string;
@@ -2068,7 +2068,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2068
2068
  default: boolean;
2069
2069
  };
2070
2070
  footerAlign: {
2071
- type: PropType<"left" | "right" | "center">;
2071
+ type: PropType<"right" | "left" | "center">;
2072
2072
  default: string;
2073
2073
  };
2074
2074
  cardProps: {
@@ -2087,10 +2087,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2087
2087
  default: boolean;
2088
2088
  };
2089
2089
  }>> & {
2090
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2091
2090
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2092
2091
  onReset?: ((values: FieldValues) => any) | undefined;
2093
2092
  onSubmit?: ((values: FieldValues) => any) | undefined;
2093
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2094
2094
  onValidate?: ((...args: any[]) => any) | undefined;
2095
2095
  onSubmitError?: ((errors: unknown) => any) | undefined;
2096
2096
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -2110,14 +2110,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2110
2110
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2111
2111
  columns?: PlusColumn[] | undefined;
2112
2112
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2113
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2113
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2114
2114
  readonly label: string | ComputedRef<string>;
2115
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2115
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2116
2116
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2117
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2117
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2118
2118
  style?: CSSProperties | undefined;
2119
2119
  class?: any;
2120
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2120
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2121
2121
  style?: CSSProperties | undefined;
2122
2122
  class?: any;
2123
2123
  } & RecordType>>;
@@ -2143,7 +2143,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2143
2143
  };
2144
2144
  rows: number;
2145
2145
  autocomplete: string;
2146
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2146
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2147
2147
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2148
2148
  step: string | number;
2149
2149
  format: string | ProgressFn | undefined;
@@ -2188,12 +2188,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2188
2188
  fieldInstance?: any;
2189
2189
  valueIsReady?: Ref<boolean> | undefined;
2190
2190
  prop: string;
2191
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2191
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2192
2192
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2193
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2193
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2194
2194
  style?: CSSProperties | undefined;
2195
2195
  class?: any;
2196
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2196
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2197
2197
  style?: CSSProperties | undefined;
2198
2198
  class?: any;
2199
2199
  } & RecordType>>;
@@ -2222,14 +2222,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2222
2222
  clearable: boolean;
2223
2223
  index: number;
2224
2224
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2225
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2225
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2226
2226
  readonly label: string | ComputedRef<string>;
2227
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2227
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2228
2228
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2229
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2229
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2230
2230
  style?: CSSProperties | undefined;
2231
2231
  class?: any;
2232
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2232
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2233
2233
  style?: CSSProperties | undefined;
2234
2234
  class?: any;
2235
2235
  } & RecordType>>;
@@ -2255,7 +2255,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2255
2255
  };
2256
2256
  rows: number;
2257
2257
  autocomplete: string;
2258
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2258
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2259
2259
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2260
2260
  step: string | number;
2261
2261
  format: string | ProgressFn | undefined;
@@ -2300,12 +2300,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2300
2300
  fieldInstance?: any;
2301
2301
  valueIsReady?: Ref<boolean> | undefined;
2302
2302
  prop: string;
2303
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2303
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2304
2304
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2305
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2305
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2306
2306
  style?: CSSProperties | undefined;
2307
2307
  class?: any;
2308
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2308
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2309
2309
  style?: CSSProperties | undefined;
2310
2310
  class?: any;
2311
2311
  } & RecordType>>;
@@ -2352,14 +2352,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2352
2352
  handleUnfold: (e: MouseEvent) => void;
2353
2353
  }> & {} & ComponentCustomProperties & {} & {
2354
2354
  $slots: Partial<Record<NonNullable<string | number>, (_: {
2355
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2355
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2356
2356
  readonly label: string | ComputedRef<string>;
2357
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2357
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2358
2358
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2359
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2359
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2360
2360
  style?: CSSProperties | undefined;
2361
2361
  class?: any;
2362
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2362
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2363
2363
  style?: CSSProperties | undefined;
2364
2364
  class?: any;
2365
2365
  } & RecordType>>;
@@ -2385,7 +2385,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2385
2385
  };
2386
2386
  rows: number;
2387
2387
  autocomplete: string;
2388
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2388
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
2389
2389
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2390
2390
  step: string | number;
2391
2391
  format: string | ProgressFn | undefined;
@@ -2430,12 +2430,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2430
2430
  fieldInstance?: any;
2431
2431
  valueIsReady?: Ref<boolean> | undefined;
2432
2432
  prop: string;
2433
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2433
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2434
2434
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2435
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2435
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2436
2436
  style?: CSSProperties | undefined;
2437
2437
  class?: any;
2438
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2438
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2439
2439
  style?: CSSProperties | undefined;
2440
2440
  class?: any;
2441
2441
  } & RecordType>>;
@@ -2747,7 +2747,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
2747
2747
  }>;
2748
2748
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2749
2749
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2750
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
2750
+ $emit: ((event: "refresh") => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
2751
2751
  $el: any;
2752
2752
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2753
2753
  data: {
@@ -3371,11 +3371,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3371
3371
  }>;
3372
3372
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3373
3373
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3374
- $emit: ((event: "select", selection: RecordType[], row: RecordType) => void) & ((event: "select-all", selection: RecordType[]) => void) & ((event: "selection-change", selection: RecordType[]) => void) & ((event: "row-click", rowData: RecordType, rowIndex: number) => void) & ((event: "sort-change", data: {
3374
+ $emit: ((event: "select", selection: RecordType[], row: RecordType) => void) & ((event: "refresh") => void) & ((event: "select-all", selection: RecordType[]) => void) & ((event: "selection-change", selection: RecordType[]) => void) & ((event: "row-click", rowData: RecordType, rowIndex: number) => void) & ((event: "sort-change", data: {
3375
3375
  column: VirtualTableColumn;
3376
3376
  prop: string;
3377
3377
  order: string | null;
3378
- }) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "refresh") => void);
3378
+ }) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void);
3379
3379
  $el: any;
3380
3380
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3381
3381
  fixed: {
@@ -3728,7 +3728,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3728
3728
  columns: PlusColumn[];
3729
3729
  immediate: boolean;
3730
3730
  params: RecordType;
3731
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
3731
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
3732
3732
  columnsEmptyText: string;
3733
3733
  postData: <T = RecordType[]>(data: T[]) => T[];
3734
3734
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -3793,10 +3793,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3793
3793
  type: PropType<boolean>;
3794
3794
  default: boolean;
3795
3795
  };
3796
- params: {
3797
- type: PropType<RecordType>;
3798
- default: () => {};
3799
- };
3800
3796
  request: {
3801
3797
  type: PropType<(params: Partial<PageInfo> & RecordType) => Promise<{
3802
3798
  data: RecordType[];
@@ -3804,8 +3800,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3804
3800
  }>>;
3805
3801
  required: true;
3806
3802
  };
3803
+ params: {
3804
+ type: PropType<RecordType>;
3805
+ default: () => {};
3806
+ };
3807
3807
  pagination: {
3808
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
3808
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
3809
3809
  default: () => {};
3810
3810
  };
3811
3811
  columnsEmptyText: {
@@ -3878,10 +3878,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3878
3878
  $: ComponentInternalInstance;
3879
3879
  $data: {};
3880
3880
  $props: Partial<{
3881
- labelPosition: "left" | "right" | "top";
3882
- modelValue: FieldValues;
3883
3881
  columns: PlusColumn[];
3884
- layout: "flex" | "grid";
3882
+ layout: "grid" | "flex";
3883
+ modelValue: FieldValues;
3884
+ labelPosition: "top" | "right" | "left";
3885
3885
  inline: boolean;
3886
3886
  showNumber: number;
3887
3887
  defaultValues: FieldValues;
@@ -3906,9 +3906,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3906
3906
  searchIcon: Component | null;
3907
3907
  resetIcon: Component | null;
3908
3908
  }> & Omit<{
3909
- readonly modelValue: FieldValues;
3910
3909
  readonly columns: PlusColumn[];
3911
- readonly layout: "flex" | "grid";
3910
+ readonly layout: "grid" | "flex";
3911
+ readonly modelValue: FieldValues;
3912
3912
  readonly inline: boolean;
3913
3913
  readonly showNumber: number;
3914
3914
  readonly defaultValues: FieldValues;
@@ -3930,31 +3930,31 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
3930
3930
  readonly expandText: string;
3931
3931
  readonly searchLoading: boolean;
3932
3932
  readonly needValidate: boolean;
3933
- readonly labelPosition?: "left" | "right" | "top" | undefined;
3933
+ readonly labelPosition?: "top" | "right" | "left" | undefined;
3934
3934
  readonly searchIcon?: Component | null | undefined;
3935
3935
  readonly resetIcon?: Component | null | undefined;
3936
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3937
3936
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3938
3937
  onReset?: ((values: FieldValues) => any) | undefined;
3938
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3939
3939
  onSearch?: ((values: FieldValues) => any) | undefined;
3940
3940
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
3941
3941
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3942
- labelPosition: {
3943
- type: PropType<"left" | "right" | "top">;
3944
- default: undefined;
3945
- };
3946
- modelValue: {
3947
- type: PropType<FieldValues>;
3948
- default: () => {};
3949
- };
3950
3942
  columns: {
3951
3943
  type: PropType<PlusColumn[]>;
3952
3944
  default: () => never[];
3953
3945
  };
3954
3946
  layout: {
3955
- type: PropType<"flex" | "grid">;
3947
+ type: PropType<"grid" | "flex">;
3956
3948
  default: "grid";
3957
3949
  };
3950
+ modelValue: {
3951
+ type: PropType<FieldValues>;
3952
+ default: () => {};
3953
+ };
3954
+ labelPosition: {
3955
+ type: PropType<"top" | "right" | "left">;
3956
+ default: undefined;
3957
+ };
3958
3958
  inline: {
3959
3959
  type: PropType<boolean>;
3960
3960
  default: boolean;
@@ -4038,12 +4038,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4038
4038
  default: undefined;
4039
4039
  };
4040
4040
  }>> & {
4041
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4042
4041
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4043
4042
  onReset?: ((values: FieldValues) => any) | undefined;
4043
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4044
4044
  onSearch?: ((values: FieldValues) => any) | undefined;
4045
4045
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4046
- }, "labelPosition" | "modelValue" | "columns" | "layout" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
4046
+ }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
4047
4047
  $attrs: {
4048
4048
  [x: string]: unknown;
4049
4049
  };
@@ -4055,25 +4055,25 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4055
4055
  }>;
4056
4056
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4057
4057
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4058
- $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);
4058
+ $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);
4059
4059
  $el: any;
4060
4060
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4061
- labelPosition: {
4062
- type: PropType<"left" | "right" | "top">;
4063
- default: undefined;
4064
- };
4065
- modelValue: {
4066
- type: PropType<FieldValues>;
4067
- default: () => {};
4068
- };
4069
4061
  columns: {
4070
4062
  type: PropType<PlusColumn[]>;
4071
4063
  default: () => never[];
4072
4064
  };
4073
4065
  layout: {
4074
- type: PropType<"flex" | "grid">;
4066
+ type: PropType<"grid" | "flex">;
4075
4067
  default: "grid";
4076
4068
  };
4069
+ modelValue: {
4070
+ type: PropType<FieldValues>;
4071
+ default: () => {};
4072
+ };
4073
+ labelPosition: {
4074
+ type: PropType<"top" | "right" | "left">;
4075
+ default: undefined;
4076
+ };
4077
4077
  inline: {
4078
4078
  type: PropType<boolean>;
4079
4079
  default: boolean;
@@ -4157,9 +4157,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4157
4157
  default: undefined;
4158
4158
  };
4159
4159
  }>> & {
4160
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4161
4160
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4162
4161
  onReset?: ((values: FieldValues) => any) | undefined;
4162
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4163
4163
  onSearch?: ((values: FieldValues) => any) | undefined;
4164
4164
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4165
4165
  }, {
@@ -4167,14 +4167,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4167
4167
  $: ComponentInternalInstance;
4168
4168
  $data: {};
4169
4169
  $props: Partial<{
4170
- labelPosition: "left" | "right" | "top";
4171
- modelValue: FieldValues;
4172
4170
  collapseDuration: number;
4173
4171
  collapseTransition: boolean;
4174
4172
  columns: PlusColumn[];
4175
4173
  group: false | PlusFormGroupRow[];
4176
- layout: "flex" | "grid";
4174
+ layout: "grid" | "flex";
4175
+ modelValue: FieldValues;
4177
4176
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4177
+ labelPosition: "top" | "right" | "left";
4178
4178
  labelWidth: string | number;
4179
4179
  labelSuffix: string;
4180
4180
  defaultValues: FieldValues;
@@ -4193,7 +4193,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4193
4193
  submitText: string;
4194
4194
  resetText: string;
4195
4195
  submitLoading: boolean;
4196
- footerAlign: "left" | "right" | "center";
4196
+ footerAlign: "right" | "left" | "center";
4197
4197
  cardProps: Partial< Mutable<CardProps> & {
4198
4198
  style?: CSSProperties | undefined;
4199
4199
  class?: any;
@@ -4201,11 +4201,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4201
4201
  prevent: boolean;
4202
4202
  clearable: boolean;
4203
4203
  }> & Omit<{
4204
- readonly labelPosition: "left" | "right" | "top";
4205
- readonly modelValue: FieldValues;
4206
4204
  readonly columns: PlusColumn[];
4207
4205
  readonly group: false | PlusFormGroupRow[];
4206
+ readonly modelValue: FieldValues;
4208
4207
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4208
+ readonly labelPosition: "top" | "right" | "left";
4209
4209
  readonly labelWidth: string | number;
4210
4210
  readonly labelSuffix: string;
4211
4211
  readonly defaultValues: FieldValues;
@@ -4224,7 +4224,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4224
4224
  readonly submitText: string;
4225
4225
  readonly resetText: string;
4226
4226
  readonly submitLoading: boolean;
4227
- readonly footerAlign: "left" | "right" | "center";
4227
+ readonly footerAlign: "right" | "left" | "center";
4228
4228
  readonly cardProps: Partial< Mutable<CardProps> & {
4229
4229
  style?: CSSProperties | undefined;
4230
4230
  class?: any;
@@ -4233,22 +4233,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4233
4233
  readonly clearable: boolean;
4234
4234
  readonly collapseDuration?: number | undefined;
4235
4235
  readonly collapseTransition?: boolean | undefined;
4236
- readonly layout?: "flex" | "grid" | undefined;
4237
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4236
+ readonly layout?: "grid" | "flex" | undefined;
4238
4237
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4239
4238
  onReset?: ((values: FieldValues) => any) | undefined;
4240
4239
  onSubmit?: ((values: FieldValues) => any) | undefined;
4240
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4241
4241
  onValidate?: ((...args: any[]) => any) | undefined;
4242
4242
  onSubmitError?: ((errors: unknown) => any) | undefined;
4243
4243
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4244
- labelPosition: {
4245
- type: PropType<"left" | "right" | "top">;
4246
- default: string;
4247
- };
4248
- modelValue: {
4249
- type: PropType<FieldValues>;
4250
- default: () => {};
4251
- };
4252
4244
  collapseDuration: {
4253
4245
  type: PropType<number>;
4254
4246
  default: undefined;
@@ -4266,13 +4258,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4266
4258
  default: boolean;
4267
4259
  };
4268
4260
  layout: {
4269
- type: PropType<"flex" | "grid">;
4261
+ type: PropType<"grid" | "flex">;
4270
4262
  default: undefined;
4271
4263
  };
4264
+ modelValue: {
4265
+ type: PropType<FieldValues>;
4266
+ default: () => {};
4267
+ };
4272
4268
  rules: {
4273
4269
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4274
4270
  default: () => {};
4275
4271
  };
4272
+ labelPosition: {
4273
+ type: PropType<"top" | "right" | "left">;
4274
+ default: string;
4275
+ };
4276
4276
  labelWidth: {
4277
4277
  type: PropType<string | number>;
4278
4278
  default: string;
@@ -4328,7 +4328,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4328
4328
  default: boolean;
4329
4329
  };
4330
4330
  footerAlign: {
4331
- type: PropType<"left" | "right" | "center">;
4331
+ type: PropType<"right" | "left" | "center">;
4332
4332
  default: string;
4333
4333
  };
4334
4334
  cardProps: {
@@ -4347,13 +4347,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4347
4347
  default: boolean;
4348
4348
  };
4349
4349
  }>> & {
4350
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4351
4350
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4352
4351
  onReset?: ((values: FieldValues) => any) | undefined;
4353
4352
  onSubmit?: ((values: FieldValues) => any) | undefined;
4353
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4354
4354
  onValidate?: ((...args: any[]) => any) | undefined;
4355
4355
  onSubmitError?: ((errors: unknown) => any) | undefined;
4356
- }, "labelPosition" | "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4356
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4357
4357
  $attrs: {
4358
4358
  [x: string]: unknown;
4359
4359
  };
@@ -4365,17 +4365,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4365
4365
  }>;
4366
4366
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4367
4367
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4368
- $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);
4368
+ $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);
4369
4369
  $el: any;
4370
4370
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4371
- labelPosition: {
4372
- type: PropType<"left" | "right" | "top">;
4373
- default: string;
4374
- };
4375
- modelValue: {
4376
- type: PropType<FieldValues>;
4377
- default: () => {};
4378
- };
4379
4371
  collapseDuration: {
4380
4372
  type: PropType<number>;
4381
4373
  default: undefined;
@@ -4393,13 +4385,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4393
4385
  default: boolean;
4394
4386
  };
4395
4387
  layout: {
4396
- type: PropType<"flex" | "grid">;
4388
+ type: PropType<"grid" | "flex">;
4397
4389
  default: undefined;
4398
4390
  };
4391
+ modelValue: {
4392
+ type: PropType<FieldValues>;
4393
+ default: () => {};
4394
+ };
4399
4395
  rules: {
4400
4396
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4401
4397
  default: () => {};
4402
4398
  };
4399
+ labelPosition: {
4400
+ type: PropType<"top" | "right" | "left">;
4401
+ default: string;
4402
+ };
4403
4403
  labelWidth: {
4404
4404
  type: PropType<string | number>;
4405
4405
  default: string;
@@ -4455,7 +4455,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4455
4455
  default: boolean;
4456
4456
  };
4457
4457
  footerAlign: {
4458
- type: PropType<"left" | "right" | "center">;
4458
+ type: PropType<"right" | "left" | "center">;
4459
4459
  default: string;
4460
4460
  };
4461
4461
  cardProps: {
@@ -4474,10 +4474,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4474
4474
  default: boolean;
4475
4475
  };
4476
4476
  }>> & {
4477
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4478
4477
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4479
4478
  onReset?: ((values: FieldValues) => any) | undefined;
4480
4479
  onSubmit?: ((values: FieldValues) => any) | undefined;
4480
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4481
4481
  onValidate?: ((...args: any[]) => any) | undefined;
4482
4482
  onSubmitError?: ((errors: unknown) => any) | undefined;
4483
4483
  }, {
@@ -4492,14 +4492,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4492
4492
  submitError: (errors: unknown) => void;
4493
4493
  validate: (...args: any[]) => void;
4494
4494
  }, string, {
4495
- labelPosition: "left" | "right" | "top";
4496
- modelValue: FieldValues;
4497
4495
  collapseDuration: number;
4498
4496
  collapseTransition: boolean;
4499
4497
  columns: PlusColumn[];
4500
4498
  group: false | PlusFormGroupRow[];
4501
- layout: "flex" | "grid";
4499
+ layout: "grid" | "flex";
4500
+ modelValue: FieldValues;
4502
4501
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4502
+ labelPosition: "top" | "right" | "left";
4503
4503
  labelWidth: string | number;
4504
4504
  labelSuffix: string;
4505
4505
  defaultValues: FieldValues;
@@ -4518,7 +4518,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4518
4518
  submitText: string;
4519
4519
  resetText: string;
4520
4520
  submitLoading: boolean;
4521
- footerAlign: "left" | "right" | "center";
4521
+ footerAlign: "right" | "left" | "center";
4522
4522
  cardProps: Partial< Mutable<CardProps> & {
4523
4523
  style?: CSSProperties | undefined;
4524
4524
  class?: any;
@@ -4546,14 +4546,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4546
4546
  $nextTick: typeof nextTick;
4547
4547
  $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;
4548
4548
  } & Omit<Readonly< ExtractPropTypes<{
4549
- labelPosition: {
4550
- type: PropType<"left" | "right" | "top">;
4551
- default: string;
4552
- };
4553
- modelValue: {
4554
- type: PropType<FieldValues>;
4555
- default: () => {};
4556
- };
4557
4549
  collapseDuration: {
4558
4550
  type: PropType<number>;
4559
4551
  default: undefined;
@@ -4571,13 +4563,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4571
4563
  default: boolean;
4572
4564
  };
4573
4565
  layout: {
4574
- type: PropType<"flex" | "grid">;
4566
+ type: PropType<"grid" | "flex">;
4575
4567
  default: undefined;
4576
4568
  };
4569
+ modelValue: {
4570
+ type: PropType<FieldValues>;
4571
+ default: () => {};
4572
+ };
4577
4573
  rules: {
4578
4574
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4579
4575
  default: () => {};
4580
4576
  };
4577
+ labelPosition: {
4578
+ type: PropType<"top" | "right" | "left">;
4579
+ default: string;
4580
+ };
4581
4581
  labelWidth: {
4582
4582
  type: PropType<string | number>;
4583
4583
  default: string;
@@ -4633,7 +4633,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4633
4633
  default: boolean;
4634
4634
  };
4635
4635
  footerAlign: {
4636
- type: PropType<"left" | "right" | "center">;
4636
+ type: PropType<"right" | "left" | "center">;
4637
4637
  default: string;
4638
4638
  };
4639
4639
  cardProps: {
@@ -4652,10 +4652,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4652
4652
  default: boolean;
4653
4653
  };
4654
4654
  }>> & {
4655
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4656
4655
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4657
4656
  onReset?: ((values: FieldValues) => any) | undefined;
4658
4657
  onSubmit?: ((values: FieldValues) => any) | undefined;
4658
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4659
4659
  onValidate?: ((...args: any[]) => any) | undefined;
4660
4660
  onSubmitError?: ((errors: unknown) => any) | undefined;
4661
4661
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -4675,14 +4675,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4675
4675
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
4676
4676
  columns?: PlusColumn[] | undefined;
4677
4677
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4678
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4678
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4679
4679
  readonly label: string | ComputedRef<string>;
4680
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4680
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4681
4681
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4682
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4682
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4683
4683
  style?: CSSProperties | undefined;
4684
4684
  class?: any;
4685
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4685
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4686
4686
  style?: CSSProperties | undefined;
4687
4687
  class?: any;
4688
4688
  } & RecordType>>;
@@ -4708,7 +4708,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4708
4708
  };
4709
4709
  rows: number;
4710
4710
  autocomplete: string;
4711
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
4711
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
4712
4712
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4713
4713
  step: string | number;
4714
4714
  format: string | ProgressFn | undefined;
@@ -4753,12 +4753,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4753
4753
  fieldInstance?: any;
4754
4754
  valueIsReady?: Ref<boolean> | undefined;
4755
4755
  prop: string;
4756
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4756
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4757
4757
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4758
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4758
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4759
4759
  style?: CSSProperties | undefined;
4760
4760
  class?: any;
4761
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4761
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4762
4762
  style?: CSSProperties | undefined;
4763
4763
  class?: any;
4764
4764
  } & RecordType>>;
@@ -4787,14 +4787,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4787
4787
  clearable: boolean;
4788
4788
  index: number;
4789
4789
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4790
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4790
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4791
4791
  readonly label: string | ComputedRef<string>;
4792
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4792
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4793
4793
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4794
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4794
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4795
4795
  style?: CSSProperties | undefined;
4796
4796
  class?: any;
4797
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4797
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4798
4798
  style?: CSSProperties | undefined;
4799
4799
  class?: any;
4800
4800
  } & RecordType>>;
@@ -4820,7 +4820,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4820
4820
  };
4821
4821
  rows: number;
4822
4822
  autocomplete: string;
4823
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
4823
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
4824
4824
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4825
4825
  step: string | number;
4826
4826
  format: string | ProgressFn | undefined;
@@ -4865,12 +4865,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4865
4865
  fieldInstance?: any;
4866
4866
  valueIsReady?: Ref<boolean> | undefined;
4867
4867
  prop: string;
4868
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4868
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4869
4869
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4870
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4870
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4871
4871
  style?: CSSProperties | undefined;
4872
4872
  class?: any;
4873
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4873
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4874
4874
  style?: CSSProperties | undefined;
4875
4875
  class?: any;
4876
4876
  } & RecordType>>;
@@ -4922,10 +4922,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4922
4922
  reset: (values: FieldValues) => void;
4923
4923
  collapse: (isShowUnfold: boolean) => void;
4924
4924
  }, string, {
4925
- labelPosition: "left" | "right" | "top";
4926
- modelValue: FieldValues;
4927
4925
  columns: PlusColumn[];
4928
- layout: "flex" | "grid";
4926
+ layout: "grid" | "flex";
4927
+ modelValue: FieldValues;
4928
+ labelPosition: "top" | "right" | "left";
4929
4929
  inline: boolean;
4930
4930
  showNumber: number;
4931
4931
  defaultValues: FieldValues;
@@ -4970,22 +4970,22 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
4970
4970
  $nextTick: typeof nextTick;
4971
4971
  $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;
4972
4972
  } & Omit<Readonly< ExtractPropTypes<{
4973
- labelPosition: {
4974
- type: PropType<"left" | "right" | "top">;
4975
- default: undefined;
4976
- };
4977
- modelValue: {
4978
- type: PropType<FieldValues>;
4979
- default: () => {};
4980
- };
4981
4973
  columns: {
4982
4974
  type: PropType<PlusColumn[]>;
4983
4975
  default: () => never[];
4984
4976
  };
4985
4977
  layout: {
4986
- type: PropType<"flex" | "grid">;
4978
+ type: PropType<"grid" | "flex">;
4987
4979
  default: "grid";
4988
4980
  };
4981
+ modelValue: {
4982
+ type: PropType<FieldValues>;
4983
+ default: () => {};
4984
+ };
4985
+ labelPosition: {
4986
+ type: PropType<"top" | "right" | "left">;
4987
+ default: undefined;
4988
+ };
4989
4989
  inline: {
4990
4990
  type: PropType<boolean>;
4991
4991
  default: boolean;
@@ -5069,9 +5069,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5069
5069
  default: undefined;
5070
5070
  };
5071
5071
  }>> & {
5072
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5073
5072
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5074
5073
  onReset?: ((values: FieldValues) => any) | undefined;
5074
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5075
5075
  onSearch?: ((values: FieldValues) => any) | undefined;
5076
5076
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5077
5077
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -5079,14 +5079,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5079
5079
  $: ComponentInternalInstance;
5080
5080
  $data: {};
5081
5081
  $props: Partial<{
5082
- labelPosition: "left" | "right" | "top";
5083
- modelValue: FieldValues;
5084
5082
  collapseDuration: number;
5085
5083
  collapseTransition: boolean;
5086
5084
  columns: PlusColumn[];
5087
5085
  group: false | PlusFormGroupRow[];
5088
- layout: "flex" | "grid";
5086
+ layout: "grid" | "flex";
5087
+ modelValue: FieldValues;
5089
5088
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5089
+ labelPosition: "top" | "right" | "left";
5090
5090
  labelWidth: string | number;
5091
5091
  labelSuffix: string;
5092
5092
  defaultValues: FieldValues;
@@ -5105,7 +5105,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5105
5105
  submitText: string;
5106
5106
  resetText: string;
5107
5107
  submitLoading: boolean;
5108
- footerAlign: "left" | "right" | "center";
5108
+ footerAlign: "right" | "left" | "center";
5109
5109
  cardProps: Partial< Mutable<CardProps> & {
5110
5110
  style?: CSSProperties | undefined;
5111
5111
  class?: any;
@@ -5113,11 +5113,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5113
5113
  prevent: boolean;
5114
5114
  clearable: boolean;
5115
5115
  }> & Omit<{
5116
- readonly labelPosition: "left" | "right" | "top";
5117
- readonly modelValue: FieldValues;
5118
5116
  readonly columns: PlusColumn[];
5119
5117
  readonly group: false | PlusFormGroupRow[];
5118
+ readonly modelValue: FieldValues;
5120
5119
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5120
+ readonly labelPosition: "top" | "right" | "left";
5121
5121
  readonly labelWidth: string | number;
5122
5122
  readonly labelSuffix: string;
5123
5123
  readonly defaultValues: FieldValues;
@@ -5136,7 +5136,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5136
5136
  readonly submitText: string;
5137
5137
  readonly resetText: string;
5138
5138
  readonly submitLoading: boolean;
5139
- readonly footerAlign: "left" | "right" | "center";
5139
+ readonly footerAlign: "right" | "left" | "center";
5140
5140
  readonly cardProps: Partial< Mutable<CardProps> & {
5141
5141
  style?: CSSProperties | undefined;
5142
5142
  class?: any;
@@ -5145,22 +5145,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5145
5145
  readonly clearable: boolean;
5146
5146
  readonly collapseDuration?: number | undefined;
5147
5147
  readonly collapseTransition?: boolean | undefined;
5148
- readonly layout?: "flex" | "grid" | undefined;
5149
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5148
+ readonly layout?: "grid" | "flex" | undefined;
5150
5149
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5151
5150
  onReset?: ((values: FieldValues) => any) | undefined;
5152
5151
  onSubmit?: ((values: FieldValues) => any) | undefined;
5152
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5153
5153
  onValidate?: ((...args: any[]) => any) | undefined;
5154
5154
  onSubmitError?: ((errors: unknown) => any) | undefined;
5155
5155
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
5156
- labelPosition: {
5157
- type: PropType<"left" | "right" | "top">;
5158
- default: string;
5159
- };
5160
- modelValue: {
5161
- type: PropType<FieldValues>;
5162
- default: () => {};
5163
- };
5164
5156
  collapseDuration: {
5165
5157
  type: PropType<number>;
5166
5158
  default: undefined;
@@ -5178,13 +5170,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5178
5170
  default: boolean;
5179
5171
  };
5180
5172
  layout: {
5181
- type: PropType<"flex" | "grid">;
5173
+ type: PropType<"grid" | "flex">;
5182
5174
  default: undefined;
5183
5175
  };
5176
+ modelValue: {
5177
+ type: PropType<FieldValues>;
5178
+ default: () => {};
5179
+ };
5184
5180
  rules: {
5185
5181
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5186
5182
  default: () => {};
5187
5183
  };
5184
+ labelPosition: {
5185
+ type: PropType<"top" | "right" | "left">;
5186
+ default: string;
5187
+ };
5188
5188
  labelWidth: {
5189
5189
  type: PropType<string | number>;
5190
5190
  default: string;
@@ -5240,7 +5240,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5240
5240
  default: boolean;
5241
5241
  };
5242
5242
  footerAlign: {
5243
- type: PropType<"left" | "right" | "center">;
5243
+ type: PropType<"right" | "left" | "center">;
5244
5244
  default: string;
5245
5245
  };
5246
5246
  cardProps: {
@@ -5259,13 +5259,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5259
5259
  default: boolean;
5260
5260
  };
5261
5261
  }>> & {
5262
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5263
5262
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5264
5263
  onReset?: ((values: FieldValues) => any) | undefined;
5265
5264
  onSubmit?: ((values: FieldValues) => any) | undefined;
5265
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5266
5266
  onValidate?: ((...args: any[]) => any) | undefined;
5267
5267
  onSubmitError?: ((errors: unknown) => any) | undefined;
5268
- }, "labelPosition" | "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5268
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5269
5269
  $attrs: {
5270
5270
  [x: string]: unknown;
5271
5271
  };
@@ -5277,17 +5277,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5277
5277
  }>;
5278
5278
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5279
5279
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5280
- $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);
5280
+ $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);
5281
5281
  $el: any;
5282
5282
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5283
- labelPosition: {
5284
- type: PropType<"left" | "right" | "top">;
5285
- default: string;
5286
- };
5287
- modelValue: {
5288
- type: PropType<FieldValues>;
5289
- default: () => {};
5290
- };
5291
5283
  collapseDuration: {
5292
5284
  type: PropType<number>;
5293
5285
  default: undefined;
@@ -5305,13 +5297,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5305
5297
  default: boolean;
5306
5298
  };
5307
5299
  layout: {
5308
- type: PropType<"flex" | "grid">;
5300
+ type: PropType<"grid" | "flex">;
5309
5301
  default: undefined;
5310
5302
  };
5303
+ modelValue: {
5304
+ type: PropType<FieldValues>;
5305
+ default: () => {};
5306
+ };
5311
5307
  rules: {
5312
5308
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5313
5309
  default: () => {};
5314
5310
  };
5311
+ labelPosition: {
5312
+ type: PropType<"top" | "right" | "left">;
5313
+ default: string;
5314
+ };
5315
5315
  labelWidth: {
5316
5316
  type: PropType<string | number>;
5317
5317
  default: string;
@@ -5367,7 +5367,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5367
5367
  default: boolean;
5368
5368
  };
5369
5369
  footerAlign: {
5370
- type: PropType<"left" | "right" | "center">;
5370
+ type: PropType<"right" | "left" | "center">;
5371
5371
  default: string;
5372
5372
  };
5373
5373
  cardProps: {
@@ -5386,10 +5386,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5386
5386
  default: boolean;
5387
5387
  };
5388
5388
  }>> & {
5389
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5390
5389
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5391
5390
  onReset?: ((values: FieldValues) => any) | undefined;
5392
5391
  onSubmit?: ((values: FieldValues) => any) | undefined;
5392
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5393
5393
  onValidate?: ((...args: any[]) => any) | undefined;
5394
5394
  onSubmitError?: ((errors: unknown) => any) | undefined;
5395
5395
  }, {
@@ -5404,14 +5404,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5404
5404
  submitError: (errors: unknown) => void;
5405
5405
  validate: (...args: any[]) => void;
5406
5406
  }, string, {
5407
- labelPosition: "left" | "right" | "top";
5408
- modelValue: FieldValues;
5409
5407
  collapseDuration: number;
5410
5408
  collapseTransition: boolean;
5411
5409
  columns: PlusColumn[];
5412
5410
  group: false | PlusFormGroupRow[];
5413
- layout: "flex" | "grid";
5411
+ layout: "grid" | "flex";
5412
+ modelValue: FieldValues;
5414
5413
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5414
+ labelPosition: "top" | "right" | "left";
5415
5415
  labelWidth: string | number;
5416
5416
  labelSuffix: string;
5417
5417
  defaultValues: FieldValues;
@@ -5430,7 +5430,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5430
5430
  submitText: string;
5431
5431
  resetText: string;
5432
5432
  submitLoading: boolean;
5433
- footerAlign: "left" | "right" | "center";
5433
+ footerAlign: "right" | "left" | "center";
5434
5434
  cardProps: Partial< Mutable<CardProps> & {
5435
5435
  style?: CSSProperties | undefined;
5436
5436
  class?: any;
@@ -5458,14 +5458,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5458
5458
  $nextTick: typeof nextTick;
5459
5459
  $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;
5460
5460
  } & Omit<Readonly< ExtractPropTypes<{
5461
- labelPosition: {
5462
- type: PropType<"left" | "right" | "top">;
5463
- default: string;
5464
- };
5465
- modelValue: {
5466
- type: PropType<FieldValues>;
5467
- default: () => {};
5468
- };
5469
5461
  collapseDuration: {
5470
5462
  type: PropType<number>;
5471
5463
  default: undefined;
@@ -5483,13 +5475,21 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5483
5475
  default: boolean;
5484
5476
  };
5485
5477
  layout: {
5486
- type: PropType<"flex" | "grid">;
5478
+ type: PropType<"grid" | "flex">;
5487
5479
  default: undefined;
5488
5480
  };
5481
+ modelValue: {
5482
+ type: PropType<FieldValues>;
5483
+ default: () => {};
5484
+ };
5489
5485
  rules: {
5490
5486
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5491
5487
  default: () => {};
5492
5488
  };
5489
+ labelPosition: {
5490
+ type: PropType<"top" | "right" | "left">;
5491
+ default: string;
5492
+ };
5493
5493
  labelWidth: {
5494
5494
  type: PropType<string | number>;
5495
5495
  default: string;
@@ -5545,7 +5545,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5545
5545
  default: boolean;
5546
5546
  };
5547
5547
  footerAlign: {
5548
- type: PropType<"left" | "right" | "center">;
5548
+ type: PropType<"right" | "left" | "center">;
5549
5549
  default: string;
5550
5550
  };
5551
5551
  cardProps: {
@@ -5564,10 +5564,10 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5564
5564
  default: boolean;
5565
5565
  };
5566
5566
  }>> & {
5567
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5568
5567
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5569
5568
  onReset?: ((values: FieldValues) => any) | undefined;
5570
5569
  onSubmit?: ((values: FieldValues) => any) | undefined;
5570
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5571
5571
  onValidate?: ((...args: any[]) => any) | undefined;
5572
5572
  onSubmitError?: ((errors: unknown) => any) | undefined;
5573
5573
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -5587,14 +5587,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5587
5587
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
5588
5588
  columns?: PlusColumn[] | undefined;
5589
5589
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5590
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5590
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5591
5591
  readonly label: string | ComputedRef<string>;
5592
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5592
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5593
5593
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5594
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5594
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5595
5595
  style?: CSSProperties | undefined;
5596
5596
  class?: any;
5597
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5597
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5598
5598
  style?: CSSProperties | undefined;
5599
5599
  class?: any;
5600
5600
  } & RecordType>>;
@@ -5620,7 +5620,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5620
5620
  };
5621
5621
  rows: number;
5622
5622
  autocomplete: string;
5623
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5623
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5624
5624
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
5625
5625
  step: string | number;
5626
5626
  format: string | ProgressFn | undefined;
@@ -5665,12 +5665,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5665
5665
  fieldInstance?: any;
5666
5666
  valueIsReady?: Ref<boolean> | undefined;
5667
5667
  prop: string;
5668
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5668
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5669
5669
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5670
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5670
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5671
5671
  style?: CSSProperties | undefined;
5672
5672
  class?: any;
5673
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5673
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5674
5674
  style?: CSSProperties | undefined;
5675
5675
  class?: any;
5676
5676
  } & RecordType>>;
@@ -5699,14 +5699,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5699
5699
  clearable: boolean;
5700
5700
  index: number;
5701
5701
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5702
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5702
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5703
5703
  readonly label: string | ComputedRef<string>;
5704
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5704
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5705
5705
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5706
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5706
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5707
5707
  style?: CSSProperties | undefined;
5708
5708
  class?: any;
5709
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5709
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5710
5710
  style?: CSSProperties | undefined;
5711
5711
  class?: any;
5712
5712
  } & RecordType>>;
@@ -5732,7 +5732,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5732
5732
  };
5733
5733
  rows: number;
5734
5734
  autocomplete: string;
5735
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5735
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5736
5736
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
5737
5737
  step: string | number;
5738
5738
  format: string | ProgressFn | undefined;
@@ -5777,12 +5777,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5777
5777
  fieldInstance?: any;
5778
5778
  valueIsReady?: Ref<boolean> | undefined;
5779
5779
  prop: string;
5780
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5780
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5781
5781
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5782
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5782
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5783
5783
  style?: CSSProperties | undefined;
5784
5784
  class?: any;
5785
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5785
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5786
5786
  style?: CSSProperties | undefined;
5787
5787
  class?: any;
5788
5788
  } & RecordType>>;
@@ -5829,14 +5829,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5829
5829
  handleUnfold: (e: MouseEvent) => void;
5830
5830
  }> & {} & ComponentCustomProperties & {} & {
5831
5831
  $slots: Partial<Record<NonNullable<string | number>, (_: {
5832
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5832
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5833
5833
  readonly label: string | ComputedRef<string>;
5834
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5834
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5835
5835
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5836
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5836
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5837
5837
  style?: CSSProperties | undefined;
5838
5838
  class?: any;
5839
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5839
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5840
5840
  style?: CSSProperties | undefined;
5841
5841
  class?: any;
5842
5842
  } & RecordType>>;
@@ -5862,7 +5862,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5862
5862
  };
5863
5863
  rows: number;
5864
5864
  autocomplete: string;
5865
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5865
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
5866
5866
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
5867
5867
  step: string | number;
5868
5868
  format: string | ProgressFn | undefined;
@@ -5907,12 +5907,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
5907
5907
  fieldInstance?: any;
5908
5908
  valueIsReady?: Ref<boolean> | undefined;
5909
5909
  prop: string;
5910
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5910
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5911
5911
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5912
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5912
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5913
5913
  style?: CSSProperties | undefined;
5914
5914
  class?: any;
5915
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5915
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5916
5916
  style?: CSSProperties | undefined;
5917
5917
  class?: any;
5918
5918
  } & RecordType>>;
@@ -6224,7 +6224,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6224
6224
  }>;
6225
6225
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6226
6226
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6227
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
6227
+ $emit: ((event: "refresh") => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
6228
6228
  $el: any;
6229
6229
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6230
6230
  data: {
@@ -6848,11 +6848,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
6848
6848
  }>;
6849
6849
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6850
6850
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6851
- $emit: ((event: "select", selection: RecordType[], row: RecordType) => void) & ((event: "select-all", selection: RecordType[]) => void) & ((event: "selection-change", selection: RecordType[]) => void) & ((event: "row-click", rowData: RecordType, rowIndex: number) => void) & ((event: "sort-change", data: {
6851
+ $emit: ((event: "select", selection: RecordType[], row: RecordType) => void) & ((event: "refresh") => void) & ((event: "select-all", selection: RecordType[]) => void) & ((event: "selection-change", selection: RecordType[]) => void) & ((event: "row-click", rowData: RecordType, rowIndex: number) => void) & ((event: "sort-change", data: {
6852
6852
  column: VirtualTableColumn;
6853
6853
  prop: string;
6854
6854
  order: string | null;
6855
- }) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "refresh") => void);
6855
+ }) => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void);
6856
6856
  $el: any;
6857
6857
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6858
6858
  fixed: {
@@ -7189,14 +7189,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7189
7189
  setTableData: (data?: RecordType[] | undefined, _total?: number | undefined) => void;
7190
7190
  }> & {} & ComponentCustomProperties & {} & {
7191
7191
  $slots: Partial<Record<never, (_: {
7192
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7192
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7193
7193
  readonly label: string | ComputedRef<string>;
7194
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7194
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7195
7195
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7196
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7196
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7197
7197
  style?: CSSProperties | undefined;
7198
7198
  class?: any;
7199
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7199
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7200
7200
  style?: CSSProperties | undefined;
7201
7201
  class?: any;
7202
7202
  } & RecordType>>;
@@ -7222,7 +7222,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7222
7222
  };
7223
7223
  rows: number;
7224
7224
  autocomplete: string;
7225
- type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
7225
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "email" | "tel" | "password" | "range" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
7226
7226
  loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7227
7227
  step: string | number;
7228
7228
  format: string | ProgressFn | undefined;
@@ -7267,12 +7267,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7267
7267
  fieldInstance?: any;
7268
7268
  valueIsReady?: Ref<boolean> | undefined;
7269
7269
  prop: string;
7270
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7270
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7271
7271
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7272
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7272
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
7273
7273
  style?: CSSProperties | undefined;
7274
7274
  class?: any;
7275
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7275
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7276
7276
  style?: CSSProperties | undefined;
7277
7277
  class?: any;
7278
7278
  } & RecordType>>;
@@ -7602,7 +7602,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
7602
7602
  }>;
7603
7603
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7604
7604
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7605
- $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
7605
+ $emit: ((event: "refresh") => void) & ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
7606
7606
  $el: any;
7607
7607
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7608
7608
  data: {
@@ -8075,11 +8075,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
8075
8075
  "onHeader-filter-confirm"?: ((payload: HeaderFilterPayload) => any) | undefined;
8076
8076
  "onHeader-filter-reset"?: ((payload: HeaderFilterResetPayload) => any) | undefined;
8077
8077
  }, {
8078
- showSearch: boolean;
8079
- columnSettingsText: string;
8080
8078
  search: false | Partial<PlusSearchSelfProps & Record<string, unknown>>;
8081
8079
  headerFilter: boolean | HeaderFilterConfig;
8082
8080
  pagination: false | Record<string, unknown>;
8081
+ showSearch: boolean;
8082
+ columnSettingsText: string;
8083
8083
  isCard: boolean;
8084
8084
  hideHeaderFilter: boolean;
8085
8085
  hideColumnSettingsIcon: boolean;