yc-pro-components 0.0.50 → 0.0.52

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 (159) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +20 -20
  6. package/es/components/date-picker/src/index.vue.d.ts +12 -12
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +41 -41
  12. package/es/components/display-item/src/index.vue.d.ts +22 -22
  13. package/es/components/drawer-form/index.d.ts +65 -65
  14. package/es/components/drawer-form/src/index.vue.d.ts +15 -15
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +48 -48
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +15 -15
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +344 -344
  27. package/es/components/page/src/index.vue.d.ts +118 -118
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/src/table-column.vue.d.ts +37 -37
  41. package/es/components/utils/index.d.ts +2 -2
  42. package/es/components/yc-dialog/index.d.ts +24 -24
  43. package/es/components/yc-download-dialog/index.d.ts +19 -19
  44. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-form-container-header/index.d.ts +12 -12
  46. package/es/components/yc-more-actions/index.d.ts +46 -46
  47. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  48. package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
  49. package/es/components/yc-segmented/index.d.ts +2 -2
  50. package/es/components/yc-segmented/src/index.d.ts +2 -2
  51. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  53. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  54. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  55. package/es/defaults.mjs +4 -1
  56. package/es/directives/dist/index.mjs +14 -0
  57. package/es/hooks/usePlusFormReset.d.ts +238 -238
  58. package/es/index.css +8 -8
  59. package/es/index.d.ts +1 -0
  60. package/es/index.mjs +1 -0
  61. package/es/make-installer.d.ts +7 -2
  62. package/es/make-installer.mjs +7 -2
  63. package/es/version.d.ts +1 -1
  64. package/es/version.mjs +1 -1
  65. package/es/yc-components/index.d.ts +1 -0
  66. package/es/yc-components/make-installer.d.ts +7 -2
  67. package/es/yc-components/version.d.ts +1 -1
  68. package/index.js +28 -9
  69. package/index.min.js +11 -11
  70. package/index.min.mjs +11 -11
  71. package/index.mjs +25 -6
  72. package/lib/components/check-card/index.d.ts +61 -61
  73. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  74. package/lib/components/check-card-group/index.d.ts +43 -43
  75. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  76. package/lib/components/date-picker/index.d.ts +20 -20
  77. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  78. package/lib/components/dialog/index.d.ts +26 -26
  79. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  80. package/lib/components/dialog-form/index.d.ts +31 -31
  81. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  82. package/lib/components/display-item/index.d.ts +41 -41
  83. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  84. package/lib/components/drawer-form/index.d.ts +65 -65
  85. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  86. package/lib/components/form/index.d.ts +45 -45
  87. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  88. package/lib/components/form/src/index.vue.d.ts +17 -17
  89. package/lib/components/form-item/index.d.ts +48 -48
  90. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  91. package/lib/components/header/index.d.ts +19 -19
  92. package/lib/components/header/src/index.vue.d.ts +1 -1
  93. package/lib/components/input-tag/index.d.ts +15 -15
  94. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  95. package/lib/components/layout/index.d.ts +30 -30
  96. package/lib/components/layout/src/index.vue.d.ts +10 -10
  97. package/lib/components/page/index.d.ts +344 -344
  98. package/lib/components/page/src/index.vue.d.ts +118 -118
  99. package/lib/components/pagination/index.d.ts +42 -42
  100. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  101. package/lib/components/radio/index.d.ts +35 -35
  102. package/lib/components/radio/src/index.vue.d.ts +27 -27
  103. package/lib/components/render/index.d.ts +3 -3
  104. package/lib/components/render/src/index.vue.d.ts +1 -1
  105. package/lib/components/search/index.d.ts +154 -154
  106. package/lib/components/search/src/index.vue.d.ts +50 -50
  107. package/lib/components/sidebar/index.d.ts +15 -15
  108. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  109. package/lib/components/steps-form/index.d.ts +23 -23
  110. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  111. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  112. package/lib/components/utils/index.d.ts +2 -2
  113. package/lib/components/yc-dialog/index.d.ts +24 -24
  114. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  115. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  116. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  117. package/lib/components/yc-more-actions/index.d.ts +46 -46
  118. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  119. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  120. package/lib/components/yc-segmented/index.d.ts +2 -2
  121. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  122. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  123. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  124. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  125. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  126. package/lib/defaults.js +4 -1
  127. package/lib/directives/dist/index.js +16 -0
  128. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  129. package/lib/index.css +9 -9
  130. package/lib/index.d.ts +1 -0
  131. package/lib/index.js +2 -0
  132. package/lib/make-installer.d.ts +7 -2
  133. package/lib/make-installer.js +7 -2
  134. package/lib/version.d.ts +1 -1
  135. package/lib/version.js +1 -1
  136. package/lib/yc-components/index.d.ts +1 -0
  137. package/lib/yc-components/make-installer.d.ts +7 -2
  138. package/lib/yc-components/version.d.ts +1 -1
  139. package/locale/en.js +1 -1
  140. package/locale/en.min.js +1 -1
  141. package/locale/en.min.mjs +1 -1
  142. package/locale/en.mjs +1 -1
  143. package/locale/ja.js +1 -1
  144. package/locale/ja.min.js +1 -1
  145. package/locale/ja.min.mjs +1 -1
  146. package/locale/ja.mjs +1 -1
  147. package/locale/ko.js +1 -1
  148. package/locale/ko.min.js +1 -1
  149. package/locale/ko.min.mjs +1 -1
  150. package/locale/ko.mjs +1 -1
  151. package/locale/zh-cn.js +1 -1
  152. package/locale/zh-cn.min.js +1 -1
  153. package/locale/zh-cn.min.mjs +1 -1
  154. package/locale/zh-cn.mjs +1 -1
  155. package/locale/zh-tw.js +1 -1
  156. package/locale/zh-tw.min.js +1 -1
  157. package/locale/zh-tw.min.mjs +1 -1
  158. package/locale/zh-tw.mjs +1 -1
  159. package/package.json +1 -1
@@ -45,7 +45,7 @@ export declare const PlusPage: {
45
45
  required: true;
46
46
  };
47
47
  pagination: {
48
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
48
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
49
49
  default: () => {};
50
50
  };
51
51
  columnsEmptyText: {
@@ -118,9 +118,9 @@ export declare const PlusPage: {
118
118
  $: ComponentInternalInstance;
119
119
  $data: {};
120
120
  $props: Partial<{
121
+ modelValue: FieldValues;
121
122
  columns: PlusColumn[];
122
123
  layout: "grid" | "flex";
123
- modelValue: FieldValues;
124
124
  labelPosition: "top" | "right" | "left";
125
125
  inline: boolean;
126
126
  showNumber: number;
@@ -146,9 +146,9 @@ export declare const PlusPage: {
146
146
  searchIcon: Component | null;
147
147
  resetIcon: Component | null;
148
148
  }> & Omit<{
149
+ readonly modelValue: FieldValues;
149
150
  readonly columns: PlusColumn[];
150
151
  readonly layout: "grid" | "flex";
151
- readonly modelValue: FieldValues;
152
152
  readonly inline: boolean;
153
153
  readonly showNumber: number;
154
154
  readonly defaultValues: FieldValues;
@@ -173,12 +173,16 @@ export declare const PlusPage: {
173
173
  readonly labelPosition?: "top" | "right" | "left" | undefined;
174
174
  readonly searchIcon?: Component | null | undefined;
175
175
  readonly resetIcon?: Component | null | undefined;
176
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
176
177
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
177
178
  onReset?: ((values: FieldValues) => any) | undefined;
178
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
179
179
  onSearch?: ((values: FieldValues) => any) | undefined;
180
180
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
181
181
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
182
+ modelValue: {
183
+ type: PropType<FieldValues>;
184
+ default: () => {};
185
+ };
182
186
  columns: {
183
187
  type: PropType< PlusColumn[]>;
184
188
  default: () => never[];
@@ -187,10 +191,6 @@ export declare const PlusPage: {
187
191
  type: PropType<"grid" | "flex">;
188
192
  default: "flex";
189
193
  };
190
- modelValue: {
191
- type: PropType<FieldValues>;
192
- default: () => {};
193
- };
194
194
  labelPosition: {
195
195
  type: PropType<"top" | "right" | "left">;
196
196
  default: undefined;
@@ -278,12 +278,12 @@ export declare const PlusPage: {
278
278
  default: undefined;
279
279
  };
280
280
  }>> & {
281
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
281
282
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
282
283
  onReset?: ((values: FieldValues) => any) | undefined;
283
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
284
284
  onSearch?: ((values: FieldValues) => any) | undefined;
285
285
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
286
- }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
286
+ }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
287
287
  $attrs: {
288
288
  [x: string]: unknown;
289
289
  };
@@ -295,9 +295,13 @@ export declare const PlusPage: {
295
295
  }>;
296
296
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
297
297
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
298
- $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);
298
+ $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);
299
299
  $el: any;
300
300
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
301
+ modelValue: {
302
+ type: PropType<FieldValues>;
303
+ default: () => {};
304
+ };
301
305
  columns: {
302
306
  type: PropType< PlusColumn[]>;
303
307
  default: () => never[];
@@ -306,10 +310,6 @@ export declare const PlusPage: {
306
310
  type: PropType<"grid" | "flex">;
307
311
  default: "flex";
308
312
  };
309
- modelValue: {
310
- type: PropType<FieldValues>;
311
- default: () => {};
312
- };
313
313
  labelPosition: {
314
314
  type: PropType<"top" | "right" | "left">;
315
315
  default: undefined;
@@ -397,9 +397,9 @@ export declare const PlusPage: {
397
397
  default: undefined;
398
398
  };
399
399
  }>> & {
400
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
400
401
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
401
402
  onReset?: ((values: FieldValues) => any) | undefined;
402
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
403
403
  onSearch?: ((values: FieldValues) => any) | undefined;
404
404
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
405
405
  }, {
@@ -407,12 +407,12 @@ export declare const PlusPage: {
407
407
  $: ComponentInternalInstance;
408
408
  $data: {};
409
409
  $props: Partial<{
410
+ modelValue: FieldValues;
410
411
  collapseDuration: number;
411
412
  collapseTransition: boolean;
412
413
  columns: PlusColumn[];
413
414
  group: false | PlusFormGroupRow[];
414
415
  layout: "grid" | "flex";
415
- modelValue: FieldValues;
416
416
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
417
417
  labelPosition: "top" | "right" | "left";
418
418
  labelWidth: string | number;
@@ -433,7 +433,7 @@ export declare const PlusPage: {
433
433
  submitText: string;
434
434
  resetText: string;
435
435
  submitLoading: boolean;
436
- footerAlign: "right" | "left" | "center";
436
+ footerAlign: "center" | "right" | "left";
437
437
  cardProps: Partial< Mutable<CardProps> & {
438
438
  style?: CSSProperties | undefined;
439
439
  class?: any;
@@ -441,9 +441,9 @@ export declare const PlusPage: {
441
441
  prevent: boolean;
442
442
  clearable: boolean;
443
443
  }> & Omit<{
444
+ readonly modelValue: FieldValues;
444
445
  readonly columns: PlusColumn[];
445
446
  readonly group: false | PlusFormGroupRow[];
446
- readonly modelValue: FieldValues;
447
447
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
448
448
  readonly labelPosition: "top" | "right" | "left";
449
449
  readonly labelWidth: string | number;
@@ -464,7 +464,7 @@ export declare const PlusPage: {
464
464
  readonly submitText: string;
465
465
  readonly resetText: string;
466
466
  readonly submitLoading: boolean;
467
- readonly footerAlign: "right" | "left" | "center";
467
+ readonly footerAlign: "center" | "right" | "left";
468
468
  readonly cardProps: Partial< Mutable<CardProps> & {
469
469
  style?: CSSProperties | undefined;
470
470
  class?: any;
@@ -474,13 +474,17 @@ export declare const PlusPage: {
474
474
  readonly collapseDuration?: number | undefined;
475
475
  readonly collapseTransition?: boolean | undefined;
476
476
  readonly layout?: "grid" | "flex" | undefined;
477
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
477
478
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
478
479
  onReset?: ((values: FieldValues) => any) | undefined;
479
480
  onSubmit?: ((values: FieldValues) => any) | undefined;
480
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
481
481
  onValidate?: ((...args: any[]) => any) | undefined;
482
482
  onSubmitError?: ((errors: unknown) => any) | undefined;
483
483
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
484
+ modelValue: {
485
+ type: PropType<FieldValues>;
486
+ default: () => {};
487
+ };
484
488
  collapseDuration: {
485
489
  type: PropType<number>;
486
490
  default: undefined;
@@ -501,10 +505,6 @@ export declare const PlusPage: {
501
505
  type: PropType<"grid" | "flex">;
502
506
  default: undefined;
503
507
  };
504
- modelValue: {
505
- type: PropType<FieldValues>;
506
- default: () => {};
507
- };
508
508
  rules: {
509
509
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
510
510
  default: () => {};
@@ -568,7 +568,7 @@ export declare const PlusPage: {
568
568
  default: boolean;
569
569
  };
570
570
  footerAlign: {
571
- type: PropType<"right" | "left" | "center">;
571
+ type: PropType<"center" | "right" | "left">;
572
572
  default: string;
573
573
  };
574
574
  cardProps: {
@@ -587,13 +587,13 @@ export declare const PlusPage: {
587
587
  default: boolean;
588
588
  };
589
589
  }>> & {
590
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
590
591
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
591
592
  onReset?: ((values: FieldValues) => any) | undefined;
592
593
  onSubmit?: ((values: FieldValues) => any) | undefined;
593
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
594
594
  onValidate?: ((...args: any[]) => any) | undefined;
595
595
  onSubmitError?: ((errors: unknown) => any) | undefined;
596
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
596
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
597
597
  $attrs: {
598
598
  [x: string]: unknown;
599
599
  };
@@ -605,9 +605,13 @@ export declare const PlusPage: {
605
605
  }>;
606
606
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
607
607
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
608
- $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);
608
+ $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);
609
609
  $el: any;
610
610
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
611
+ modelValue: {
612
+ type: PropType<FieldValues>;
613
+ default: () => {};
614
+ };
611
615
  collapseDuration: {
612
616
  type: PropType<number>;
613
617
  default: undefined;
@@ -628,10 +632,6 @@ export declare const PlusPage: {
628
632
  type: PropType<"grid" | "flex">;
629
633
  default: undefined;
630
634
  };
631
- modelValue: {
632
- type: PropType<FieldValues>;
633
- default: () => {};
634
- };
635
635
  rules: {
636
636
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
637
637
  default: () => {};
@@ -695,7 +695,7 @@ export declare const PlusPage: {
695
695
  default: boolean;
696
696
  };
697
697
  footerAlign: {
698
- type: PropType<"right" | "left" | "center">;
698
+ type: PropType<"center" | "right" | "left">;
699
699
  default: string;
700
700
  };
701
701
  cardProps: {
@@ -714,10 +714,10 @@ export declare const PlusPage: {
714
714
  default: boolean;
715
715
  };
716
716
  }>> & {
717
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
717
718
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
718
719
  onReset?: ((values: FieldValues) => any) | undefined;
719
720
  onSubmit?: ((values: FieldValues) => any) | undefined;
720
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
721
721
  onValidate?: ((...args: any[]) => any) | undefined;
722
722
  onSubmitError?: ((errors: unknown) => any) | undefined;
723
723
  }, {
@@ -732,12 +732,12 @@ export declare const PlusPage: {
732
732
  submitError: (errors: unknown) => void;
733
733
  validate: (...args: any[]) => void;
734
734
  }, string, {
735
+ modelValue: FieldValues;
735
736
  collapseDuration: number;
736
737
  collapseTransition: boolean;
737
738
  columns: PlusColumn[];
738
739
  group: false | PlusFormGroupRow[];
739
740
  layout: "grid" | "flex";
740
- modelValue: FieldValues;
741
741
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
742
742
  labelPosition: "top" | "right" | "left";
743
743
  labelWidth: string | number;
@@ -758,7 +758,7 @@ export declare const PlusPage: {
758
758
  submitText: string;
759
759
  resetText: string;
760
760
  submitLoading: boolean;
761
- footerAlign: "right" | "left" | "center";
761
+ footerAlign: "center" | "right" | "left";
762
762
  cardProps: Partial< Mutable<CardProps> & {
763
763
  style?: CSSProperties | undefined;
764
764
  class?: any;
@@ -786,6 +786,10 @@ export declare const PlusPage: {
786
786
  $nextTick: nextTick;
787
787
  $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;
788
788
  } & Omit<Readonly< ExtractPropTypes<{
789
+ modelValue: {
790
+ type: PropType<FieldValues>;
791
+ default: () => {};
792
+ };
789
793
  collapseDuration: {
790
794
  type: PropType<number>;
791
795
  default: undefined;
@@ -806,10 +810,6 @@ export declare const PlusPage: {
806
810
  type: PropType<"grid" | "flex">;
807
811
  default: undefined;
808
812
  };
809
- modelValue: {
810
- type: PropType<FieldValues>;
811
- default: () => {};
812
- };
813
813
  rules: {
814
814
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
815
815
  default: () => {};
@@ -873,7 +873,7 @@ export declare const PlusPage: {
873
873
  default: boolean;
874
874
  };
875
875
  footerAlign: {
876
- type: PropType<"right" | "left" | "center">;
876
+ type: PropType<"center" | "right" | "left">;
877
877
  default: string;
878
878
  };
879
879
  cardProps: {
@@ -892,10 +892,10 @@ export declare const PlusPage: {
892
892
  default: boolean;
893
893
  };
894
894
  }>> & {
895
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
895
896
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
896
897
  onReset?: ((values: FieldValues) => any) | undefined;
897
898
  onSubmit?: ((values: FieldValues) => any) | undefined;
898
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
899
899
  onValidate?: ((...args: any[]) => any) | undefined;
900
900
  onSubmitError?: ((errors: unknown) => any) | undefined;
901
901
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -915,14 +915,14 @@ export declare const PlusPage: {
915
915
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
916
916
  columns?: PlusColumn[] | undefined;
917
917
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
918
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
918
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
919
919
  readonly label: string | ComputedRef<string>;
920
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
920
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
921
921
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
922
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
922
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
923
923
  style?: CSSProperties | undefined;
924
924
  class?: any;
925
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
925
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
926
926
  style?: CSSProperties | undefined;
927
927
  class?: any;
928
928
  } & RecordType>>;
@@ -989,12 +989,12 @@ export declare const PlusPage: {
989
989
  fieldInstance?: any;
990
990
  valueIsReady?: Ref<boolean> | undefined;
991
991
  prop: string;
992
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
992
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
993
993
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
994
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
994
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
995
995
  style?: CSSProperties | undefined;
996
996
  class?: any;
997
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
997
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
998
998
  style?: CSSProperties | undefined;
999
999
  class?: any;
1000
1000
  } & RecordType>>;
@@ -1023,14 +1023,14 @@ export declare const PlusPage: {
1023
1023
  clearable: boolean;
1024
1024
  index: number;
1025
1025
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1026
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1026
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1027
1027
  readonly label: string | ComputedRef<string>;
1028
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1028
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1029
1029
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1030
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1030
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1031
1031
  style?: CSSProperties | undefined;
1032
1032
  class?: any;
1033
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1033
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1034
1034
  style?: CSSProperties | undefined;
1035
1035
  class?: any;
1036
1036
  } & RecordType>>;
@@ -1097,12 +1097,12 @@ export declare const PlusPage: {
1097
1097
  fieldInstance?: any;
1098
1098
  valueIsReady?: Ref<boolean> | undefined;
1099
1099
  prop: string;
1100
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1100
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1101
1101
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1102
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1102
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1103
1103
  style?: CSSProperties | undefined;
1104
1104
  class?: any;
1105
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1105
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1106
1106
  style?: CSSProperties | undefined;
1107
1107
  class?: any;
1108
1108
  } & RecordType>>;
@@ -1154,9 +1154,9 @@ export declare const PlusPage: {
1154
1154
  reset: (values: FieldValues) => void;
1155
1155
  collapse: (isShowUnfold: boolean) => void;
1156
1156
  }, string, {
1157
+ modelValue: FieldValues;
1157
1158
  columns: PlusColumn[];
1158
1159
  layout: "grid" | "flex";
1159
- modelValue: FieldValues;
1160
1160
  labelPosition: "top" | "right" | "left";
1161
1161
  inline: boolean;
1162
1162
  showNumber: number;
@@ -1202,6 +1202,10 @@ export declare const PlusPage: {
1202
1202
  $nextTick: nextTick;
1203
1203
  $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;
1204
1204
  } & Omit<Readonly< ExtractPropTypes<{
1205
+ modelValue: {
1206
+ type: PropType<FieldValues>;
1207
+ default: () => {};
1208
+ };
1205
1209
  columns: {
1206
1210
  type: PropType< PlusColumn[]>;
1207
1211
  default: () => never[];
@@ -1210,10 +1214,6 @@ export declare const PlusPage: {
1210
1214
  type: PropType<"grid" | "flex">;
1211
1215
  default: "flex";
1212
1216
  };
1213
- modelValue: {
1214
- type: PropType<FieldValues>;
1215
- default: () => {};
1216
- };
1217
1217
  labelPosition: {
1218
1218
  type: PropType<"top" | "right" | "left">;
1219
1219
  default: undefined;
@@ -1301,9 +1301,9 @@ export declare const PlusPage: {
1301
1301
  default: undefined;
1302
1302
  };
1303
1303
  }>> & {
1304
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1304
1305
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1305
1306
  onReset?: ((values: FieldValues) => any) | undefined;
1306
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1307
1307
  onSearch?: ((values: FieldValues) => any) | undefined;
1308
1308
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1309
1309
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -1311,12 +1311,12 @@ export declare const PlusPage: {
1311
1311
  $: ComponentInternalInstance;
1312
1312
  $data: {};
1313
1313
  $props: Partial<{
1314
+ modelValue: FieldValues;
1314
1315
  collapseDuration: number;
1315
1316
  collapseTransition: boolean;
1316
1317
  columns: PlusColumn[];
1317
1318
  group: false | PlusFormGroupRow[];
1318
1319
  layout: "grid" | "flex";
1319
- modelValue: FieldValues;
1320
1320
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1321
1321
  labelPosition: "top" | "right" | "left";
1322
1322
  labelWidth: string | number;
@@ -1337,7 +1337,7 @@ export declare const PlusPage: {
1337
1337
  submitText: string;
1338
1338
  resetText: string;
1339
1339
  submitLoading: boolean;
1340
- footerAlign: "right" | "left" | "center";
1340
+ footerAlign: "center" | "right" | "left";
1341
1341
  cardProps: Partial< Mutable<CardProps> & {
1342
1342
  style?: CSSProperties | undefined;
1343
1343
  class?: any;
@@ -1345,9 +1345,9 @@ export declare const PlusPage: {
1345
1345
  prevent: boolean;
1346
1346
  clearable: boolean;
1347
1347
  }> & Omit<{
1348
+ readonly modelValue: FieldValues;
1348
1349
  readonly columns: PlusColumn[];
1349
1350
  readonly group: false | PlusFormGroupRow[];
1350
- readonly modelValue: FieldValues;
1351
1351
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1352
1352
  readonly labelPosition: "top" | "right" | "left";
1353
1353
  readonly labelWidth: string | number;
@@ -1368,7 +1368,7 @@ export declare const PlusPage: {
1368
1368
  readonly submitText: string;
1369
1369
  readonly resetText: string;
1370
1370
  readonly submitLoading: boolean;
1371
- readonly footerAlign: "right" | "left" | "center";
1371
+ readonly footerAlign: "center" | "right" | "left";
1372
1372
  readonly cardProps: Partial< Mutable<CardProps> & {
1373
1373
  style?: CSSProperties | undefined;
1374
1374
  class?: any;
@@ -1378,13 +1378,17 @@ export declare const PlusPage: {
1378
1378
  readonly collapseDuration?: number | undefined;
1379
1379
  readonly collapseTransition?: boolean | undefined;
1380
1380
  readonly layout?: "grid" | "flex" | undefined;
1381
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1381
1382
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1382
1383
  onReset?: ((values: FieldValues) => any) | undefined;
1383
1384
  onSubmit?: ((values: FieldValues) => any) | undefined;
1384
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1385
1385
  onValidate?: ((...args: any[]) => any) | undefined;
1386
1386
  onSubmitError?: ((errors: unknown) => any) | undefined;
1387
1387
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1388
+ modelValue: {
1389
+ type: PropType<FieldValues>;
1390
+ default: () => {};
1391
+ };
1388
1392
  collapseDuration: {
1389
1393
  type: PropType<number>;
1390
1394
  default: undefined;
@@ -1405,10 +1409,6 @@ export declare const PlusPage: {
1405
1409
  type: PropType<"grid" | "flex">;
1406
1410
  default: undefined;
1407
1411
  };
1408
- modelValue: {
1409
- type: PropType<FieldValues>;
1410
- default: () => {};
1411
- };
1412
1412
  rules: {
1413
1413
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1414
1414
  default: () => {};
@@ -1472,7 +1472,7 @@ export declare const PlusPage: {
1472
1472
  default: boolean;
1473
1473
  };
1474
1474
  footerAlign: {
1475
- type: PropType<"right" | "left" | "center">;
1475
+ type: PropType<"center" | "right" | "left">;
1476
1476
  default: string;
1477
1477
  };
1478
1478
  cardProps: {
@@ -1491,13 +1491,13 @@ export declare const PlusPage: {
1491
1491
  default: boolean;
1492
1492
  };
1493
1493
  }>> & {
1494
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1494
1495
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1495
1496
  onReset?: ((values: FieldValues) => any) | undefined;
1496
1497
  onSubmit?: ((values: FieldValues) => any) | undefined;
1497
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1498
1498
  onValidate?: ((...args: any[]) => any) | undefined;
1499
1499
  onSubmitError?: ((errors: unknown) => any) | undefined;
1500
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1500
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1501
1501
  $attrs: {
1502
1502
  [x: string]: unknown;
1503
1503
  };
@@ -1509,9 +1509,13 @@ export declare const PlusPage: {
1509
1509
  }>;
1510
1510
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1511
1511
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1512
- $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);
1512
+ $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);
1513
1513
  $el: any;
1514
1514
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1515
+ modelValue: {
1516
+ type: PropType<FieldValues>;
1517
+ default: () => {};
1518
+ };
1515
1519
  collapseDuration: {
1516
1520
  type: PropType<number>;
1517
1521
  default: undefined;
@@ -1532,10 +1536,6 @@ export declare const PlusPage: {
1532
1536
  type: PropType<"grid" | "flex">;
1533
1537
  default: undefined;
1534
1538
  };
1535
- modelValue: {
1536
- type: PropType<FieldValues>;
1537
- default: () => {};
1538
- };
1539
1539
  rules: {
1540
1540
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1541
1541
  default: () => {};
@@ -1599,7 +1599,7 @@ export declare const PlusPage: {
1599
1599
  default: boolean;
1600
1600
  };
1601
1601
  footerAlign: {
1602
- type: PropType<"right" | "left" | "center">;
1602
+ type: PropType<"center" | "right" | "left">;
1603
1603
  default: string;
1604
1604
  };
1605
1605
  cardProps: {
@@ -1618,10 +1618,10 @@ export declare const PlusPage: {
1618
1618
  default: boolean;
1619
1619
  };
1620
1620
  }>> & {
1621
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1621
1622
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1622
1623
  onReset?: ((values: FieldValues) => any) | undefined;
1623
1624
  onSubmit?: ((values: FieldValues) => any) | undefined;
1624
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1625
1625
  onValidate?: ((...args: any[]) => any) | undefined;
1626
1626
  onSubmitError?: ((errors: unknown) => any) | undefined;
1627
1627
  }, {
@@ -1636,12 +1636,12 @@ export declare const PlusPage: {
1636
1636
  submitError: (errors: unknown) => void;
1637
1637
  validate: (...args: any[]) => void;
1638
1638
  }, string, {
1639
+ modelValue: FieldValues;
1639
1640
  collapseDuration: number;
1640
1641
  collapseTransition: boolean;
1641
1642
  columns: PlusColumn[];
1642
1643
  group: false | PlusFormGroupRow[];
1643
1644
  layout: "grid" | "flex";
1644
- modelValue: FieldValues;
1645
1645
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1646
1646
  labelPosition: "top" | "right" | "left";
1647
1647
  labelWidth: string | number;
@@ -1662,7 +1662,7 @@ export declare const PlusPage: {
1662
1662
  submitText: string;
1663
1663
  resetText: string;
1664
1664
  submitLoading: boolean;
1665
- footerAlign: "right" | "left" | "center";
1665
+ footerAlign: "center" | "right" | "left";
1666
1666
  cardProps: Partial< Mutable<CardProps> & {
1667
1667
  style?: CSSProperties | undefined;
1668
1668
  class?: any;
@@ -1690,6 +1690,10 @@ export declare const PlusPage: {
1690
1690
  $nextTick: nextTick;
1691
1691
  $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;
1692
1692
  } & Omit<Readonly< ExtractPropTypes<{
1693
+ modelValue: {
1694
+ type: PropType<FieldValues>;
1695
+ default: () => {};
1696
+ };
1693
1697
  collapseDuration: {
1694
1698
  type: PropType<number>;
1695
1699
  default: undefined;
@@ -1710,10 +1714,6 @@ export declare const PlusPage: {
1710
1714
  type: PropType<"grid" | "flex">;
1711
1715
  default: undefined;
1712
1716
  };
1713
- modelValue: {
1714
- type: PropType<FieldValues>;
1715
- default: () => {};
1716
- };
1717
1717
  rules: {
1718
1718
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1719
1719
  default: () => {};
@@ -1777,7 +1777,7 @@ export declare const PlusPage: {
1777
1777
  default: boolean;
1778
1778
  };
1779
1779
  footerAlign: {
1780
- type: PropType<"right" | "left" | "center">;
1780
+ type: PropType<"center" | "right" | "left">;
1781
1781
  default: string;
1782
1782
  };
1783
1783
  cardProps: {
@@ -1796,10 +1796,10 @@ export declare const PlusPage: {
1796
1796
  default: boolean;
1797
1797
  };
1798
1798
  }>> & {
1799
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1799
1800
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1800
1801
  onReset?: ((values: FieldValues) => any) | undefined;
1801
1802
  onSubmit?: ((values: FieldValues) => any) | undefined;
1802
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1803
1803
  onValidate?: ((...args: any[]) => any) | undefined;
1804
1804
  onSubmitError?: ((errors: unknown) => any) | undefined;
1805
1805
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1819,14 +1819,14 @@ export declare const PlusPage: {
1819
1819
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1820
1820
  columns?: PlusColumn[] | undefined;
1821
1821
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1822
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1822
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1823
1823
  readonly label: string | ComputedRef<string>;
1824
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1824
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1825
1825
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1826
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1826
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1827
1827
  style?: CSSProperties | undefined;
1828
1828
  class?: any;
1829
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1829
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1830
1830
  style?: CSSProperties | undefined;
1831
1831
  class?: any;
1832
1832
  } & RecordType>>;
@@ -1893,12 +1893,12 @@ export declare const PlusPage: {
1893
1893
  fieldInstance?: any;
1894
1894
  valueIsReady?: Ref<boolean> | undefined;
1895
1895
  prop: string;
1896
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1896
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1897
1897
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1898
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1898
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1899
1899
  style?: CSSProperties | undefined;
1900
1900
  class?: any;
1901
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1901
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1902
1902
  style?: CSSProperties | undefined;
1903
1903
  class?: any;
1904
1904
  } & RecordType>>;
@@ -1927,14 +1927,14 @@ export declare const PlusPage: {
1927
1927
  clearable: boolean;
1928
1928
  index: number;
1929
1929
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1930
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1930
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1931
1931
  readonly label: string | ComputedRef<string>;
1932
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1932
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1933
1933
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1934
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1934
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1935
1935
  style?: CSSProperties | undefined;
1936
1936
  class?: any;
1937
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1937
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1938
1938
  style?: CSSProperties | undefined;
1939
1939
  class?: any;
1940
1940
  } & RecordType>>;
@@ -2001,12 +2001,12 @@ export declare const PlusPage: {
2001
2001
  fieldInstance?: any;
2002
2002
  valueIsReady?: Ref<boolean> | undefined;
2003
2003
  prop: string;
2004
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2004
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2005
2005
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2006
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2006
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2007
2007
  style?: CSSProperties | undefined;
2008
2008
  class?: any;
2009
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2009
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2010
2010
  style?: CSSProperties | undefined;
2011
2011
  class?: any;
2012
2012
  } & RecordType>>;
@@ -2053,14 +2053,14 @@ export declare const PlusPage: {
2053
2053
  handleUnfold: (e: MouseEvent) => void;
2054
2054
  }> & {} & ComponentCustomProperties & {} & {
2055
2055
  $slots: Partial<Record<NonNullable<string | number>, (_: {
2056
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2056
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2057
2057
  readonly label: string | ComputedRef<string>;
2058
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2058
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2059
2059
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2060
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2060
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2061
2061
  style?: CSSProperties | undefined;
2062
2062
  class?: any;
2063
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2063
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2064
2064
  style?: CSSProperties | undefined;
2065
2065
  class?: any;
2066
2066
  } & RecordType>>;
@@ -2127,12 +2127,12 @@ export declare const PlusPage: {
2127
2127
  fieldInstance?: any;
2128
2128
  valueIsReady?: Ref<boolean> | undefined;
2129
2129
  prop: string;
2130
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2130
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2131
2131
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2132
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2132
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2133
2133
  style?: CSSProperties | undefined;
2134
2134
  class?: any;
2135
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2135
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2136
2136
  style?: CSSProperties | undefined;
2137
2137
  class?: any;
2138
2138
  } & RecordType>>;
@@ -3443,7 +3443,7 @@ export declare const PlusPage: {
3443
3443
  required: true;
3444
3444
  };
3445
3445
  pagination: {
3446
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
3446
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
3447
3447
  default: () => {};
3448
3448
  };
3449
3449
  columnsEmptyText: {
@@ -3523,7 +3523,7 @@ export declare const PlusPage: {
3523
3523
  columns: PlusColumn[];
3524
3524
  immediate: boolean;
3525
3525
  params: RecordType;
3526
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
3526
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
3527
3527
  columnsEmptyText: string;
3528
3528
  postData: <T = RecordType[]>(data: T[]) => T[];
3529
3529
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -3587,7 +3587,7 @@ export declare const PlusPage: {
3587
3587
  required: true;
3588
3588
  };
3589
3589
  pagination: {
3590
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
3590
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
3591
3591
  default: () => {};
3592
3592
  };
3593
3593
  columnsEmptyText: {
@@ -3660,9 +3660,9 @@ export declare const PlusPage: {
3660
3660
  $: ComponentInternalInstance;
3661
3661
  $data: {};
3662
3662
  $props: Partial<{
3663
+ modelValue: FieldValues;
3663
3664
  columns: PlusColumn[];
3664
3665
  layout: "grid" | "flex";
3665
- modelValue: FieldValues;
3666
3666
  labelPosition: "top" | "right" | "left";
3667
3667
  inline: boolean;
3668
3668
  showNumber: number;
@@ -3688,9 +3688,9 @@ export declare const PlusPage: {
3688
3688
  searchIcon: Component | null;
3689
3689
  resetIcon: Component | null;
3690
3690
  }> & Omit<{
3691
+ readonly modelValue: FieldValues;
3691
3692
  readonly columns: PlusColumn[];
3692
3693
  readonly layout: "grid" | "flex";
3693
- readonly modelValue: FieldValues;
3694
3694
  readonly inline: boolean;
3695
3695
  readonly showNumber: number;
3696
3696
  readonly defaultValues: FieldValues;
@@ -3715,12 +3715,16 @@ export declare const PlusPage: {
3715
3715
  readonly labelPosition?: "top" | "right" | "left" | undefined;
3716
3716
  readonly searchIcon?: Component | null | undefined;
3717
3717
  readonly resetIcon?: Component | null | undefined;
3718
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3718
3719
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3719
3720
  onReset?: ((values: FieldValues) => any) | undefined;
3720
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3721
3721
  onSearch?: ((values: FieldValues) => any) | undefined;
3722
3722
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
3723
3723
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3724
+ modelValue: {
3725
+ type: PropType<FieldValues>;
3726
+ default: () => {};
3727
+ };
3724
3728
  columns: {
3725
3729
  type: PropType< PlusColumn[]>;
3726
3730
  default: () => never[];
@@ -3729,10 +3733,6 @@ export declare const PlusPage: {
3729
3733
  type: PropType<"grid" | "flex">;
3730
3734
  default: "flex";
3731
3735
  };
3732
- modelValue: {
3733
- type: PropType<FieldValues>;
3734
- default: () => {};
3735
- };
3736
3736
  labelPosition: {
3737
3737
  type: PropType<"top" | "right" | "left">;
3738
3738
  default: undefined;
@@ -3820,12 +3820,12 @@ export declare const PlusPage: {
3820
3820
  default: undefined;
3821
3821
  };
3822
3822
  }>> & {
3823
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3823
3824
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3824
3825
  onReset?: ((values: FieldValues) => any) | undefined;
3825
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3826
3826
  onSearch?: ((values: FieldValues) => any) | undefined;
3827
3827
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
3828
- }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
3828
+ }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
3829
3829
  $attrs: {
3830
3830
  [x: string]: unknown;
3831
3831
  };
@@ -3837,9 +3837,13 @@ export declare const PlusPage: {
3837
3837
  }>;
3838
3838
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3839
3839
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3840
- $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);
3840
+ $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);
3841
3841
  $el: any;
3842
3842
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3843
+ modelValue: {
3844
+ type: PropType<FieldValues>;
3845
+ default: () => {};
3846
+ };
3843
3847
  columns: {
3844
3848
  type: PropType< PlusColumn[]>;
3845
3849
  default: () => never[];
@@ -3848,10 +3852,6 @@ export declare const PlusPage: {
3848
3852
  type: PropType<"grid" | "flex">;
3849
3853
  default: "flex";
3850
3854
  };
3851
- modelValue: {
3852
- type: PropType<FieldValues>;
3853
- default: () => {};
3854
- };
3855
3855
  labelPosition: {
3856
3856
  type: PropType<"top" | "right" | "left">;
3857
3857
  default: undefined;
@@ -3939,9 +3939,9 @@ export declare const PlusPage: {
3939
3939
  default: undefined;
3940
3940
  };
3941
3941
  }>> & {
3942
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3942
3943
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3943
3944
  onReset?: ((values: FieldValues) => any) | undefined;
3944
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3945
3945
  onSearch?: ((values: FieldValues) => any) | undefined;
3946
3946
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
3947
3947
  }, {
@@ -3949,12 +3949,12 @@ export declare const PlusPage: {
3949
3949
  $: ComponentInternalInstance;
3950
3950
  $data: {};
3951
3951
  $props: Partial<{
3952
+ modelValue: FieldValues;
3952
3953
  collapseDuration: number;
3953
3954
  collapseTransition: boolean;
3954
3955
  columns: PlusColumn[];
3955
3956
  group: false | PlusFormGroupRow[];
3956
3957
  layout: "grid" | "flex";
3957
- modelValue: FieldValues;
3958
3958
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
3959
3959
  labelPosition: "top" | "right" | "left";
3960
3960
  labelWidth: string | number;
@@ -3975,7 +3975,7 @@ export declare const PlusPage: {
3975
3975
  submitText: string;
3976
3976
  resetText: string;
3977
3977
  submitLoading: boolean;
3978
- footerAlign: "right" | "left" | "center";
3978
+ footerAlign: "center" | "right" | "left";
3979
3979
  cardProps: Partial< Mutable<CardProps> & {
3980
3980
  style?: CSSProperties | undefined;
3981
3981
  class?: any;
@@ -3983,9 +3983,9 @@ export declare const PlusPage: {
3983
3983
  prevent: boolean;
3984
3984
  clearable: boolean;
3985
3985
  }> & Omit<{
3986
+ readonly modelValue: FieldValues;
3986
3987
  readonly columns: PlusColumn[];
3987
3988
  readonly group: false | PlusFormGroupRow[];
3988
- readonly modelValue: FieldValues;
3989
3989
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
3990
3990
  readonly labelPosition: "top" | "right" | "left";
3991
3991
  readonly labelWidth: string | number;
@@ -4006,7 +4006,7 @@ export declare const PlusPage: {
4006
4006
  readonly submitText: string;
4007
4007
  readonly resetText: string;
4008
4008
  readonly submitLoading: boolean;
4009
- readonly footerAlign: "right" | "left" | "center";
4009
+ readonly footerAlign: "center" | "right" | "left";
4010
4010
  readonly cardProps: Partial< Mutable<CardProps> & {
4011
4011
  style?: CSSProperties | undefined;
4012
4012
  class?: any;
@@ -4016,13 +4016,17 @@ export declare const PlusPage: {
4016
4016
  readonly collapseDuration?: number | undefined;
4017
4017
  readonly collapseTransition?: boolean | undefined;
4018
4018
  readonly layout?: "grid" | "flex" | undefined;
4019
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4019
4020
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4020
4021
  onReset?: ((values: FieldValues) => any) | undefined;
4021
4022
  onSubmit?: ((values: FieldValues) => any) | undefined;
4022
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4023
4023
  onValidate?: ((...args: any[]) => any) | undefined;
4024
4024
  onSubmitError?: ((errors: unknown) => any) | undefined;
4025
4025
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4026
+ modelValue: {
4027
+ type: PropType<FieldValues>;
4028
+ default: () => {};
4029
+ };
4026
4030
  collapseDuration: {
4027
4031
  type: PropType<number>;
4028
4032
  default: undefined;
@@ -4043,10 +4047,6 @@ export declare const PlusPage: {
4043
4047
  type: PropType<"grid" | "flex">;
4044
4048
  default: undefined;
4045
4049
  };
4046
- modelValue: {
4047
- type: PropType<FieldValues>;
4048
- default: () => {};
4049
- };
4050
4050
  rules: {
4051
4051
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4052
4052
  default: () => {};
@@ -4110,7 +4110,7 @@ export declare const PlusPage: {
4110
4110
  default: boolean;
4111
4111
  };
4112
4112
  footerAlign: {
4113
- type: PropType<"right" | "left" | "center">;
4113
+ type: PropType<"center" | "right" | "left">;
4114
4114
  default: string;
4115
4115
  };
4116
4116
  cardProps: {
@@ -4129,13 +4129,13 @@ export declare const PlusPage: {
4129
4129
  default: boolean;
4130
4130
  };
4131
4131
  }>> & {
4132
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4132
4133
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4133
4134
  onReset?: ((values: FieldValues) => any) | undefined;
4134
4135
  onSubmit?: ((values: FieldValues) => any) | undefined;
4135
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4136
4136
  onValidate?: ((...args: any[]) => any) | undefined;
4137
4137
  onSubmitError?: ((errors: unknown) => any) | undefined;
4138
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4138
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
4139
4139
  $attrs: {
4140
4140
  [x: string]: unknown;
4141
4141
  };
@@ -4147,9 +4147,13 @@ export declare const PlusPage: {
4147
4147
  }>;
4148
4148
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4149
4149
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
4150
- $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);
4150
+ $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);
4151
4151
  $el: any;
4152
4152
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4153
+ modelValue: {
4154
+ type: PropType<FieldValues>;
4155
+ default: () => {};
4156
+ };
4153
4157
  collapseDuration: {
4154
4158
  type: PropType<number>;
4155
4159
  default: undefined;
@@ -4170,10 +4174,6 @@ export declare const PlusPage: {
4170
4174
  type: PropType<"grid" | "flex">;
4171
4175
  default: undefined;
4172
4176
  };
4173
- modelValue: {
4174
- type: PropType<FieldValues>;
4175
- default: () => {};
4176
- };
4177
4177
  rules: {
4178
4178
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4179
4179
  default: () => {};
@@ -4237,7 +4237,7 @@ export declare const PlusPage: {
4237
4237
  default: boolean;
4238
4238
  };
4239
4239
  footerAlign: {
4240
- type: PropType<"right" | "left" | "center">;
4240
+ type: PropType<"center" | "right" | "left">;
4241
4241
  default: string;
4242
4242
  };
4243
4243
  cardProps: {
@@ -4256,10 +4256,10 @@ export declare const PlusPage: {
4256
4256
  default: boolean;
4257
4257
  };
4258
4258
  }>> & {
4259
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4259
4260
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4260
4261
  onReset?: ((values: FieldValues) => any) | undefined;
4261
4262
  onSubmit?: ((values: FieldValues) => any) | undefined;
4262
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4263
4263
  onValidate?: ((...args: any[]) => any) | undefined;
4264
4264
  onSubmitError?: ((errors: unknown) => any) | undefined;
4265
4265
  }, {
@@ -4274,12 +4274,12 @@ export declare const PlusPage: {
4274
4274
  submitError: (errors: unknown) => void;
4275
4275
  validate: (...args: any[]) => void;
4276
4276
  }, string, {
4277
+ modelValue: FieldValues;
4277
4278
  collapseDuration: number;
4278
4279
  collapseTransition: boolean;
4279
4280
  columns: PlusColumn[];
4280
4281
  group: false | PlusFormGroupRow[];
4281
4282
  layout: "grid" | "flex";
4282
- modelValue: FieldValues;
4283
4283
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4284
4284
  labelPosition: "top" | "right" | "left";
4285
4285
  labelWidth: string | number;
@@ -4300,7 +4300,7 @@ export declare const PlusPage: {
4300
4300
  submitText: string;
4301
4301
  resetText: string;
4302
4302
  submitLoading: boolean;
4303
- footerAlign: "right" | "left" | "center";
4303
+ footerAlign: "center" | "right" | "left";
4304
4304
  cardProps: Partial< Mutable<CardProps> & {
4305
4305
  style?: CSSProperties | undefined;
4306
4306
  class?: any;
@@ -4328,6 +4328,10 @@ export declare const PlusPage: {
4328
4328
  $nextTick: nextTick;
4329
4329
  $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;
4330
4330
  } & Omit<Readonly< ExtractPropTypes<{
4331
+ modelValue: {
4332
+ type: PropType<FieldValues>;
4333
+ default: () => {};
4334
+ };
4331
4335
  collapseDuration: {
4332
4336
  type: PropType<number>;
4333
4337
  default: undefined;
@@ -4348,10 +4352,6 @@ export declare const PlusPage: {
4348
4352
  type: PropType<"grid" | "flex">;
4349
4353
  default: undefined;
4350
4354
  };
4351
- modelValue: {
4352
- type: PropType<FieldValues>;
4353
- default: () => {};
4354
- };
4355
4355
  rules: {
4356
4356
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4357
4357
  default: () => {};
@@ -4415,7 +4415,7 @@ export declare const PlusPage: {
4415
4415
  default: boolean;
4416
4416
  };
4417
4417
  footerAlign: {
4418
- type: PropType<"right" | "left" | "center">;
4418
+ type: PropType<"center" | "right" | "left">;
4419
4419
  default: string;
4420
4420
  };
4421
4421
  cardProps: {
@@ -4434,10 +4434,10 @@ export declare const PlusPage: {
4434
4434
  default: boolean;
4435
4435
  };
4436
4436
  }>> & {
4437
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4437
4438
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4438
4439
  onReset?: ((values: FieldValues) => any) | undefined;
4439
4440
  onSubmit?: ((values: FieldValues) => any) | undefined;
4440
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4441
4441
  onValidate?: ((...args: any[]) => any) | undefined;
4442
4442
  onSubmitError?: ((errors: unknown) => any) | undefined;
4443
4443
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -4457,14 +4457,14 @@ export declare const PlusPage: {
4457
4457
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
4458
4458
  columns?: PlusColumn[] | undefined;
4459
4459
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4460
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4460
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4461
4461
  readonly label: string | ComputedRef<string>;
4462
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4462
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4463
4463
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4464
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4464
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4465
4465
  style?: CSSProperties | undefined;
4466
4466
  class?: any;
4467
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4467
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4468
4468
  style?: CSSProperties | undefined;
4469
4469
  class?: any;
4470
4470
  } & RecordType>>;
@@ -4531,12 +4531,12 @@ export declare const PlusPage: {
4531
4531
  fieldInstance?: any;
4532
4532
  valueIsReady?: Ref<boolean> | undefined;
4533
4533
  prop: string;
4534
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4534
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4535
4535
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4536
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4536
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4537
4537
  style?: CSSProperties | undefined;
4538
4538
  class?: any;
4539
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4539
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4540
4540
  style?: CSSProperties | undefined;
4541
4541
  class?: any;
4542
4542
  } & RecordType>>;
@@ -4565,14 +4565,14 @@ export declare const PlusPage: {
4565
4565
  clearable: boolean;
4566
4566
  index: number;
4567
4567
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4568
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4568
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4569
4569
  readonly label: string | ComputedRef<string>;
4570
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4570
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4571
4571
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4572
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4572
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4573
4573
  style?: CSSProperties | undefined;
4574
4574
  class?: any;
4575
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4575
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4576
4576
  style?: CSSProperties | undefined;
4577
4577
  class?: any;
4578
4578
  } & RecordType>>;
@@ -4639,12 +4639,12 @@ export declare const PlusPage: {
4639
4639
  fieldInstance?: any;
4640
4640
  valueIsReady?: Ref<boolean> | undefined;
4641
4641
  prop: string;
4642
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4642
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4643
4643
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4644
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4644
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4645
4645
  style?: CSSProperties | undefined;
4646
4646
  class?: any;
4647
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4647
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4648
4648
  style?: CSSProperties | undefined;
4649
4649
  class?: any;
4650
4650
  } & RecordType>>;
@@ -4696,9 +4696,9 @@ export declare const PlusPage: {
4696
4696
  reset: (values: FieldValues) => void;
4697
4697
  collapse: (isShowUnfold: boolean) => void;
4698
4698
  }, string, {
4699
+ modelValue: FieldValues;
4699
4700
  columns: PlusColumn[];
4700
4701
  layout: "grid" | "flex";
4701
- modelValue: FieldValues;
4702
4702
  labelPosition: "top" | "right" | "left";
4703
4703
  inline: boolean;
4704
4704
  showNumber: number;
@@ -4744,6 +4744,10 @@ export declare const PlusPage: {
4744
4744
  $nextTick: nextTick;
4745
4745
  $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;
4746
4746
  } & Omit<Readonly< ExtractPropTypes<{
4747
+ modelValue: {
4748
+ type: PropType<FieldValues>;
4749
+ default: () => {};
4750
+ };
4747
4751
  columns: {
4748
4752
  type: PropType< PlusColumn[]>;
4749
4753
  default: () => never[];
@@ -4752,10 +4756,6 @@ export declare const PlusPage: {
4752
4756
  type: PropType<"grid" | "flex">;
4753
4757
  default: "flex";
4754
4758
  };
4755
- modelValue: {
4756
- type: PropType<FieldValues>;
4757
- default: () => {};
4758
- };
4759
4759
  labelPosition: {
4760
4760
  type: PropType<"top" | "right" | "left">;
4761
4761
  default: undefined;
@@ -4843,9 +4843,9 @@ export declare const PlusPage: {
4843
4843
  default: undefined;
4844
4844
  };
4845
4845
  }>> & {
4846
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4846
4847
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4847
4848
  onReset?: ((values: FieldValues) => any) | undefined;
4848
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4849
4849
  onSearch?: ((values: FieldValues) => any) | undefined;
4850
4850
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4851
4851
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -4853,12 +4853,12 @@ export declare const PlusPage: {
4853
4853
  $: ComponentInternalInstance;
4854
4854
  $data: {};
4855
4855
  $props: Partial<{
4856
+ modelValue: FieldValues;
4856
4857
  collapseDuration: number;
4857
4858
  collapseTransition: boolean;
4858
4859
  columns: PlusColumn[];
4859
4860
  group: false | PlusFormGroupRow[];
4860
4861
  layout: "grid" | "flex";
4861
- modelValue: FieldValues;
4862
4862
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4863
4863
  labelPosition: "top" | "right" | "left";
4864
4864
  labelWidth: string | number;
@@ -4879,7 +4879,7 @@ export declare const PlusPage: {
4879
4879
  submitText: string;
4880
4880
  resetText: string;
4881
4881
  submitLoading: boolean;
4882
- footerAlign: "right" | "left" | "center";
4882
+ footerAlign: "center" | "right" | "left";
4883
4883
  cardProps: Partial< Mutable<CardProps> & {
4884
4884
  style?: CSSProperties | undefined;
4885
4885
  class?: any;
@@ -4887,9 +4887,9 @@ export declare const PlusPage: {
4887
4887
  prevent: boolean;
4888
4888
  clearable: boolean;
4889
4889
  }> & Omit<{
4890
+ readonly modelValue: FieldValues;
4890
4891
  readonly columns: PlusColumn[];
4891
4892
  readonly group: false | PlusFormGroupRow[];
4892
- readonly modelValue: FieldValues;
4893
4893
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
4894
4894
  readonly labelPosition: "top" | "right" | "left";
4895
4895
  readonly labelWidth: string | number;
@@ -4910,7 +4910,7 @@ export declare const PlusPage: {
4910
4910
  readonly submitText: string;
4911
4911
  readonly resetText: string;
4912
4912
  readonly submitLoading: boolean;
4913
- readonly footerAlign: "right" | "left" | "center";
4913
+ readonly footerAlign: "center" | "right" | "left";
4914
4914
  readonly cardProps: Partial< Mutable<CardProps> & {
4915
4915
  style?: CSSProperties | undefined;
4916
4916
  class?: any;
@@ -4920,13 +4920,17 @@ export declare const PlusPage: {
4920
4920
  readonly collapseDuration?: number | undefined;
4921
4921
  readonly collapseTransition?: boolean | undefined;
4922
4922
  readonly layout?: "grid" | "flex" | undefined;
4923
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4923
4924
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4924
4925
  onReset?: ((values: FieldValues) => any) | undefined;
4925
4926
  onSubmit?: ((values: FieldValues) => any) | undefined;
4926
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4927
4927
  onValidate?: ((...args: any[]) => any) | undefined;
4928
4928
  onSubmitError?: ((errors: unknown) => any) | undefined;
4929
4929
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4930
+ modelValue: {
4931
+ type: PropType<FieldValues>;
4932
+ default: () => {};
4933
+ };
4930
4934
  collapseDuration: {
4931
4935
  type: PropType<number>;
4932
4936
  default: undefined;
@@ -4947,10 +4951,6 @@ export declare const PlusPage: {
4947
4951
  type: PropType<"grid" | "flex">;
4948
4952
  default: undefined;
4949
4953
  };
4950
- modelValue: {
4951
- type: PropType<FieldValues>;
4952
- default: () => {};
4953
- };
4954
4954
  rules: {
4955
4955
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
4956
4956
  default: () => {};
@@ -5014,7 +5014,7 @@ export declare const PlusPage: {
5014
5014
  default: boolean;
5015
5015
  };
5016
5016
  footerAlign: {
5017
- type: PropType<"right" | "left" | "center">;
5017
+ type: PropType<"center" | "right" | "left">;
5018
5018
  default: string;
5019
5019
  };
5020
5020
  cardProps: {
@@ -5033,13 +5033,13 @@ export declare const PlusPage: {
5033
5033
  default: boolean;
5034
5034
  };
5035
5035
  }>> & {
5036
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5036
5037
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5037
5038
  onReset?: ((values: FieldValues) => any) | undefined;
5038
5039
  onSubmit?: ((values: FieldValues) => any) | undefined;
5039
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5040
5040
  onValidate?: ((...args: any[]) => any) | undefined;
5041
5041
  onSubmitError?: ((errors: unknown) => any) | undefined;
5042
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5042
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
5043
5043
  $attrs: {
5044
5044
  [x: string]: unknown;
5045
5045
  };
@@ -5051,9 +5051,13 @@ export declare const PlusPage: {
5051
5051
  }>;
5052
5052
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5053
5053
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5054
- $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);
5054
+ $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);
5055
5055
  $el: any;
5056
5056
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5057
+ modelValue: {
5058
+ type: PropType<FieldValues>;
5059
+ default: () => {};
5060
+ };
5057
5061
  collapseDuration: {
5058
5062
  type: PropType<number>;
5059
5063
  default: undefined;
@@ -5074,10 +5078,6 @@ export declare const PlusPage: {
5074
5078
  type: PropType<"grid" | "flex">;
5075
5079
  default: undefined;
5076
5080
  };
5077
- modelValue: {
5078
- type: PropType<FieldValues>;
5079
- default: () => {};
5080
- };
5081
5081
  rules: {
5082
5082
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5083
5083
  default: () => {};
@@ -5141,7 +5141,7 @@ export declare const PlusPage: {
5141
5141
  default: boolean;
5142
5142
  };
5143
5143
  footerAlign: {
5144
- type: PropType<"right" | "left" | "center">;
5144
+ type: PropType<"center" | "right" | "left">;
5145
5145
  default: string;
5146
5146
  };
5147
5147
  cardProps: {
@@ -5160,10 +5160,10 @@ export declare const PlusPage: {
5160
5160
  default: boolean;
5161
5161
  };
5162
5162
  }>> & {
5163
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5163
5164
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5164
5165
  onReset?: ((values: FieldValues) => any) | undefined;
5165
5166
  onSubmit?: ((values: FieldValues) => any) | undefined;
5166
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5167
5167
  onValidate?: ((...args: any[]) => any) | undefined;
5168
5168
  onSubmitError?: ((errors: unknown) => any) | undefined;
5169
5169
  }, {
@@ -5178,12 +5178,12 @@ export declare const PlusPage: {
5178
5178
  submitError: (errors: unknown) => void;
5179
5179
  validate: (...args: any[]) => void;
5180
5180
  }, string, {
5181
+ modelValue: FieldValues;
5181
5182
  collapseDuration: number;
5182
5183
  collapseTransition: boolean;
5183
5184
  columns: PlusColumn[];
5184
5185
  group: false | PlusFormGroupRow[];
5185
5186
  layout: "grid" | "flex";
5186
- modelValue: FieldValues;
5187
5187
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
5188
5188
  labelPosition: "top" | "right" | "left";
5189
5189
  labelWidth: string | number;
@@ -5204,7 +5204,7 @@ export declare const PlusPage: {
5204
5204
  submitText: string;
5205
5205
  resetText: string;
5206
5206
  submitLoading: boolean;
5207
- footerAlign: "right" | "left" | "center";
5207
+ footerAlign: "center" | "right" | "left";
5208
5208
  cardProps: Partial< Mutable<CardProps> & {
5209
5209
  style?: CSSProperties | undefined;
5210
5210
  class?: any;
@@ -5232,6 +5232,10 @@ export declare const PlusPage: {
5232
5232
  $nextTick: nextTick;
5233
5233
  $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;
5234
5234
  } & Omit<Readonly< ExtractPropTypes<{
5235
+ modelValue: {
5236
+ type: PropType<FieldValues>;
5237
+ default: () => {};
5238
+ };
5235
5239
  collapseDuration: {
5236
5240
  type: PropType<number>;
5237
5241
  default: undefined;
@@ -5252,10 +5256,6 @@ export declare const PlusPage: {
5252
5256
  type: PropType<"grid" | "flex">;
5253
5257
  default: undefined;
5254
5258
  };
5255
- modelValue: {
5256
- type: PropType<FieldValues>;
5257
- default: () => {};
5258
- };
5259
5259
  rules: {
5260
5260
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
5261
5261
  default: () => {};
@@ -5319,7 +5319,7 @@ export declare const PlusPage: {
5319
5319
  default: boolean;
5320
5320
  };
5321
5321
  footerAlign: {
5322
- type: PropType<"right" | "left" | "center">;
5322
+ type: PropType<"center" | "right" | "left">;
5323
5323
  default: string;
5324
5324
  };
5325
5325
  cardProps: {
@@ -5338,10 +5338,10 @@ export declare const PlusPage: {
5338
5338
  default: boolean;
5339
5339
  };
5340
5340
  }>> & {
5341
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5341
5342
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5342
5343
  onReset?: ((values: FieldValues) => any) | undefined;
5343
5344
  onSubmit?: ((values: FieldValues) => any) | undefined;
5344
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5345
5345
  onValidate?: ((...args: any[]) => any) | undefined;
5346
5346
  onSubmitError?: ((errors: unknown) => any) | undefined;
5347
5347
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -5361,14 +5361,14 @@ export declare const PlusPage: {
5361
5361
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
5362
5362
  columns?: PlusColumn[] | undefined;
5363
5363
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5364
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5364
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5365
5365
  readonly label: string | ComputedRef<string>;
5366
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5366
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5367
5367
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5368
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5368
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5369
5369
  style?: CSSProperties | undefined;
5370
5370
  class?: any;
5371
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5371
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5372
5372
  style?: CSSProperties | undefined;
5373
5373
  class?: any;
5374
5374
  } & RecordType>>;
@@ -5435,12 +5435,12 @@ export declare const PlusPage: {
5435
5435
  fieldInstance?: any;
5436
5436
  valueIsReady?: Ref<boolean> | undefined;
5437
5437
  prop: string;
5438
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5438
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5439
5439
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5440
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5440
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5441
5441
  style?: CSSProperties | undefined;
5442
5442
  class?: any;
5443
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5443
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5444
5444
  style?: CSSProperties | undefined;
5445
5445
  class?: any;
5446
5446
  } & RecordType>>;
@@ -5469,14 +5469,14 @@ export declare const PlusPage: {
5469
5469
  clearable: boolean;
5470
5470
  index: number;
5471
5471
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
5472
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5472
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5473
5473
  readonly label: string | ComputedRef<string>;
5474
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5474
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5475
5475
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5476
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5476
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5477
5477
  style?: CSSProperties | undefined;
5478
5478
  class?: any;
5479
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5479
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5480
5480
  style?: CSSProperties | undefined;
5481
5481
  class?: any;
5482
5482
  } & RecordType>>;
@@ -5543,12 +5543,12 @@ export declare const PlusPage: {
5543
5543
  fieldInstance?: any;
5544
5544
  valueIsReady?: Ref<boolean> | undefined;
5545
5545
  prop: string;
5546
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5546
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5547
5547
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5548
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5548
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5549
5549
  style?: CSSProperties | undefined;
5550
5550
  class?: any;
5551
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5551
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5552
5552
  style?: CSSProperties | undefined;
5553
5553
  class?: any;
5554
5554
  } & RecordType>>;
@@ -5595,14 +5595,14 @@ export declare const PlusPage: {
5595
5595
  handleUnfold: (e: MouseEvent) => void;
5596
5596
  }> & {} & ComponentCustomProperties & {} & {
5597
5597
  $slots: Partial<Record<NonNullable<string | number>, (_: {
5598
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5598
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5599
5599
  readonly label: string | ComputedRef<string>;
5600
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5600
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5601
5601
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5602
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5602
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5603
5603
  style?: CSSProperties | undefined;
5604
5604
  class?: any;
5605
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5605
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5606
5606
  style?: CSSProperties | undefined;
5607
5607
  class?: any;
5608
5608
  } & RecordType>>;
@@ -5669,12 +5669,12 @@ export declare const PlusPage: {
5669
5669
  fieldInstance?: any;
5670
5670
  valueIsReady?: Ref<boolean> | undefined;
5671
5671
  prop: string;
5672
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5672
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5673
5673
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5674
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
5674
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5675
5675
  style?: CSSProperties | undefined;
5676
5676
  class?: any;
5677
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5677
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5678
5678
  style?: CSSProperties | undefined;
5679
5679
  class?: any;
5680
5680
  } & RecordType>>;
@@ -6955,7 +6955,7 @@ export declare const PlusPage: {
6955
6955
  columns: PlusColumn[];
6956
6956
  immediate: boolean;
6957
6957
  params: RecordType;
6958
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
6958
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
6959
6959
  columnsEmptyText: string;
6960
6960
  postData: <T = RecordType[]>(data: T[]) => T[];
6961
6961
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -7016,7 +7016,7 @@ export declare const PlusPage: {
7016
7016
  required: true;
7017
7017
  };
7018
7018
  pagination: {
7019
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
7019
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
7020
7020
  default: () => {};
7021
7021
  };
7022
7022
  columnsEmptyText: {
@@ -7089,9 +7089,9 @@ export declare const PlusPage: {
7089
7089
  $: ComponentInternalInstance;
7090
7090
  $data: {};
7091
7091
  $props: Partial<{
7092
+ modelValue: FieldValues;
7092
7093
  columns: PlusColumn[];
7093
7094
  layout: "grid" | "flex";
7094
- modelValue: FieldValues;
7095
7095
  labelPosition: "top" | "right" | "left";
7096
7096
  inline: boolean;
7097
7097
  showNumber: number;
@@ -7117,9 +7117,9 @@ export declare const PlusPage: {
7117
7117
  searchIcon: Component | null;
7118
7118
  resetIcon: Component | null;
7119
7119
  }> & Omit<{
7120
+ readonly modelValue: FieldValues;
7120
7121
  readonly columns: PlusColumn[];
7121
7122
  readonly layout: "grid" | "flex";
7122
- readonly modelValue: FieldValues;
7123
7123
  readonly inline: boolean;
7124
7124
  readonly showNumber: number;
7125
7125
  readonly defaultValues: FieldValues;
@@ -7144,12 +7144,16 @@ export declare const PlusPage: {
7144
7144
  readonly labelPosition?: "top" | "right" | "left" | undefined;
7145
7145
  readonly searchIcon?: Component | null | undefined;
7146
7146
  readonly resetIcon?: Component | null | undefined;
7147
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7147
7148
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7148
7149
  onReset?: ((values: FieldValues) => any) | undefined;
7149
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7150
7150
  onSearch?: ((values: FieldValues) => any) | undefined;
7151
7151
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
7152
7152
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7153
+ modelValue: {
7154
+ type: PropType<FieldValues>;
7155
+ default: () => {};
7156
+ };
7153
7157
  columns: {
7154
7158
  type: PropType< PlusColumn[]>;
7155
7159
  default: () => never[];
@@ -7158,10 +7162,6 @@ export declare const PlusPage: {
7158
7162
  type: PropType<"grid" | "flex">;
7159
7163
  default: "flex";
7160
7164
  };
7161
- modelValue: {
7162
- type: PropType<FieldValues>;
7163
- default: () => {};
7164
- };
7165
7165
  labelPosition: {
7166
7166
  type: PropType<"top" | "right" | "left">;
7167
7167
  default: undefined;
@@ -7249,12 +7249,12 @@ export declare const PlusPage: {
7249
7249
  default: undefined;
7250
7250
  };
7251
7251
  }>> & {
7252
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7252
7253
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7253
7254
  onReset?: ((values: FieldValues) => any) | undefined;
7254
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7255
7255
  onSearch?: ((values: FieldValues) => any) | undefined;
7256
7256
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
7257
- }, "columns" | "layout" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
7257
+ }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
7258
7258
  $attrs: {
7259
7259
  [x: string]: unknown;
7260
7260
  };
@@ -7266,9 +7266,13 @@ export declare const PlusPage: {
7266
7266
  }>;
7267
7267
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7268
7268
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7269
- $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);
7269
+ $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);
7270
7270
  $el: any;
7271
7271
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7272
+ modelValue: {
7273
+ type: PropType<FieldValues>;
7274
+ default: () => {};
7275
+ };
7272
7276
  columns: {
7273
7277
  type: PropType< PlusColumn[]>;
7274
7278
  default: () => never[];
@@ -7277,10 +7281,6 @@ export declare const PlusPage: {
7277
7281
  type: PropType<"grid" | "flex">;
7278
7282
  default: "flex";
7279
7283
  };
7280
- modelValue: {
7281
- type: PropType<FieldValues>;
7282
- default: () => {};
7283
- };
7284
7284
  labelPosition: {
7285
7285
  type: PropType<"top" | "right" | "left">;
7286
7286
  default: undefined;
@@ -7368,9 +7368,9 @@ export declare const PlusPage: {
7368
7368
  default: undefined;
7369
7369
  };
7370
7370
  }>> & {
7371
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7371
7372
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7372
7373
  onReset?: ((values: FieldValues) => any) | undefined;
7373
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7374
7374
  onSearch?: ((values: FieldValues) => any) | undefined;
7375
7375
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
7376
7376
  }, {
@@ -7378,12 +7378,12 @@ export declare const PlusPage: {
7378
7378
  $: ComponentInternalInstance;
7379
7379
  $data: {};
7380
7380
  $props: Partial<{
7381
+ modelValue: FieldValues;
7381
7382
  collapseDuration: number;
7382
7383
  collapseTransition: boolean;
7383
7384
  columns: PlusColumn[];
7384
7385
  group: false | PlusFormGroupRow[];
7385
7386
  layout: "grid" | "flex";
7386
- modelValue: FieldValues;
7387
7387
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7388
7388
  labelPosition: "top" | "right" | "left";
7389
7389
  labelWidth: string | number;
@@ -7404,7 +7404,7 @@ export declare const PlusPage: {
7404
7404
  submitText: string;
7405
7405
  resetText: string;
7406
7406
  submitLoading: boolean;
7407
- footerAlign: "right" | "left" | "center";
7407
+ footerAlign: "center" | "right" | "left";
7408
7408
  cardProps: Partial< Mutable<CardProps> & {
7409
7409
  style?: CSSProperties | undefined;
7410
7410
  class?: any;
@@ -7412,9 +7412,9 @@ export declare const PlusPage: {
7412
7412
  prevent: boolean;
7413
7413
  clearable: boolean;
7414
7414
  }> & Omit<{
7415
+ readonly modelValue: FieldValues;
7415
7416
  readonly columns: PlusColumn[];
7416
7417
  readonly group: false | PlusFormGroupRow[];
7417
- readonly modelValue: FieldValues;
7418
7418
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7419
7419
  readonly labelPosition: "top" | "right" | "left";
7420
7420
  readonly labelWidth: string | number;
@@ -7435,7 +7435,7 @@ export declare const PlusPage: {
7435
7435
  readonly submitText: string;
7436
7436
  readonly resetText: string;
7437
7437
  readonly submitLoading: boolean;
7438
- readonly footerAlign: "right" | "left" | "center";
7438
+ readonly footerAlign: "center" | "right" | "left";
7439
7439
  readonly cardProps: Partial< Mutable<CardProps> & {
7440
7440
  style?: CSSProperties | undefined;
7441
7441
  class?: any;
@@ -7445,13 +7445,17 @@ export declare const PlusPage: {
7445
7445
  readonly collapseDuration?: number | undefined;
7446
7446
  readonly collapseTransition?: boolean | undefined;
7447
7447
  readonly layout?: "grid" | "flex" | undefined;
7448
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7448
7449
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7449
7450
  onReset?: ((values: FieldValues) => any) | undefined;
7450
7451
  onSubmit?: ((values: FieldValues) => any) | undefined;
7451
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7452
7452
  onValidate?: ((...args: any[]) => any) | undefined;
7453
7453
  onSubmitError?: ((errors: unknown) => any) | undefined;
7454
7454
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7455
+ modelValue: {
7456
+ type: PropType<FieldValues>;
7457
+ default: () => {};
7458
+ };
7455
7459
  collapseDuration: {
7456
7460
  type: PropType<number>;
7457
7461
  default: undefined;
@@ -7472,10 +7476,6 @@ export declare const PlusPage: {
7472
7476
  type: PropType<"grid" | "flex">;
7473
7477
  default: undefined;
7474
7478
  };
7475
- modelValue: {
7476
- type: PropType<FieldValues>;
7477
- default: () => {};
7478
- };
7479
7479
  rules: {
7480
7480
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7481
7481
  default: () => {};
@@ -7539,7 +7539,7 @@ export declare const PlusPage: {
7539
7539
  default: boolean;
7540
7540
  };
7541
7541
  footerAlign: {
7542
- type: PropType<"right" | "left" | "center">;
7542
+ type: PropType<"center" | "right" | "left">;
7543
7543
  default: string;
7544
7544
  };
7545
7545
  cardProps: {
@@ -7558,13 +7558,13 @@ export declare const PlusPage: {
7558
7558
  default: boolean;
7559
7559
  };
7560
7560
  }>> & {
7561
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7561
7562
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7562
7563
  onReset?: ((values: FieldValues) => any) | undefined;
7563
7564
  onSubmit?: ((values: FieldValues) => any) | undefined;
7564
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7565
7565
  onValidate?: ((...args: any[]) => any) | undefined;
7566
7566
  onSubmitError?: ((errors: unknown) => any) | undefined;
7567
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7567
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
7568
7568
  $attrs: {
7569
7569
  [x: string]: unknown;
7570
7570
  };
@@ -7576,9 +7576,13 @@ export declare const PlusPage: {
7576
7576
  }>;
7577
7577
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7578
7578
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
7579
- $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);
7579
+ $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);
7580
7580
  $el: any;
7581
7581
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7582
+ modelValue: {
7583
+ type: PropType<FieldValues>;
7584
+ default: () => {};
7585
+ };
7582
7586
  collapseDuration: {
7583
7587
  type: PropType<number>;
7584
7588
  default: undefined;
@@ -7599,10 +7603,6 @@ export declare const PlusPage: {
7599
7603
  type: PropType<"grid" | "flex">;
7600
7604
  default: undefined;
7601
7605
  };
7602
- modelValue: {
7603
- type: PropType<FieldValues>;
7604
- default: () => {};
7605
- };
7606
7606
  rules: {
7607
7607
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7608
7608
  default: () => {};
@@ -7666,7 +7666,7 @@ export declare const PlusPage: {
7666
7666
  default: boolean;
7667
7667
  };
7668
7668
  footerAlign: {
7669
- type: PropType<"right" | "left" | "center">;
7669
+ type: PropType<"center" | "right" | "left">;
7670
7670
  default: string;
7671
7671
  };
7672
7672
  cardProps: {
@@ -7685,10 +7685,10 @@ export declare const PlusPage: {
7685
7685
  default: boolean;
7686
7686
  };
7687
7687
  }>> & {
7688
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7688
7689
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7689
7690
  onReset?: ((values: FieldValues) => any) | undefined;
7690
7691
  onSubmit?: ((values: FieldValues) => any) | undefined;
7691
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7692
7692
  onValidate?: ((...args: any[]) => any) | undefined;
7693
7693
  onSubmitError?: ((errors: unknown) => any) | undefined;
7694
7694
  }, {
@@ -7703,12 +7703,12 @@ export declare const PlusPage: {
7703
7703
  submitError: (errors: unknown) => void;
7704
7704
  validate: (...args: any[]) => void;
7705
7705
  }, string, {
7706
+ modelValue: FieldValues;
7706
7707
  collapseDuration: number;
7707
7708
  collapseTransition: boolean;
7708
7709
  columns: PlusColumn[];
7709
7710
  group: false | PlusFormGroupRow[];
7710
7711
  layout: "grid" | "flex";
7711
- modelValue: FieldValues;
7712
7712
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
7713
7713
  labelPosition: "top" | "right" | "left";
7714
7714
  labelWidth: string | number;
@@ -7729,7 +7729,7 @@ export declare const PlusPage: {
7729
7729
  submitText: string;
7730
7730
  resetText: string;
7731
7731
  submitLoading: boolean;
7732
- footerAlign: "right" | "left" | "center";
7732
+ footerAlign: "center" | "right" | "left";
7733
7733
  cardProps: Partial< Mutable<CardProps> & {
7734
7734
  style?: CSSProperties | undefined;
7735
7735
  class?: any;
@@ -7757,6 +7757,10 @@ export declare const PlusPage: {
7757
7757
  $nextTick: nextTick;
7758
7758
  $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;
7759
7759
  } & Omit<Readonly< ExtractPropTypes<{
7760
+ modelValue: {
7761
+ type: PropType<FieldValues>;
7762
+ default: () => {};
7763
+ };
7760
7764
  collapseDuration: {
7761
7765
  type: PropType<number>;
7762
7766
  default: undefined;
@@ -7777,10 +7781,6 @@ export declare const PlusPage: {
7777
7781
  type: PropType<"grid" | "flex">;
7778
7782
  default: undefined;
7779
7783
  };
7780
- modelValue: {
7781
- type: PropType<FieldValues>;
7782
- default: () => {};
7783
- };
7784
7784
  rules: {
7785
7785
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
7786
7786
  default: () => {};
@@ -7844,7 +7844,7 @@ export declare const PlusPage: {
7844
7844
  default: boolean;
7845
7845
  };
7846
7846
  footerAlign: {
7847
- type: PropType<"right" | "left" | "center">;
7847
+ type: PropType<"center" | "right" | "left">;
7848
7848
  default: string;
7849
7849
  };
7850
7850
  cardProps: {
@@ -7863,10 +7863,10 @@ export declare const PlusPage: {
7863
7863
  default: boolean;
7864
7864
  };
7865
7865
  }>> & {
7866
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7866
7867
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7867
7868
  onReset?: ((values: FieldValues) => any) | undefined;
7868
7869
  onSubmit?: ((values: FieldValues) => any) | undefined;
7869
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7870
7870
  onValidate?: ((...args: any[]) => any) | undefined;
7871
7871
  onSubmitError?: ((errors: unknown) => any) | undefined;
7872
7872
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -7886,14 +7886,14 @@ export declare const PlusPage: {
7886
7886
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
7887
7887
  columns?: PlusColumn[] | undefined;
7888
7888
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7889
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7889
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7890
7890
  readonly label: string | ComputedRef<string>;
7891
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7891
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7892
7892
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7893
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7893
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7894
7894
  style?: CSSProperties | undefined;
7895
7895
  class?: any;
7896
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7896
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7897
7897
  style?: CSSProperties | undefined;
7898
7898
  class?: any;
7899
7899
  } & RecordType>>;
@@ -7960,12 +7960,12 @@ export declare const PlusPage: {
7960
7960
  fieldInstance?: any;
7961
7961
  valueIsReady?: Ref<boolean> | undefined;
7962
7962
  prop: string;
7963
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7963
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7964
7964
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7965
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
7965
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7966
7966
  style?: CSSProperties | undefined;
7967
7967
  class?: any;
7968
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7968
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7969
7969
  style?: CSSProperties | undefined;
7970
7970
  class?: any;
7971
7971
  } & RecordType>>;
@@ -7994,14 +7994,14 @@ export declare const PlusPage: {
7994
7994
  clearable: boolean;
7995
7995
  index: number;
7996
7996
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7997
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7997
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7998
7998
  readonly label: string | ComputedRef<string>;
7999
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7999
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8000
8000
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8001
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8001
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8002
8002
  style?: CSSProperties | undefined;
8003
8003
  class?: any;
8004
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8004
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8005
8005
  style?: CSSProperties | undefined;
8006
8006
  class?: any;
8007
8007
  } & RecordType>>;
@@ -8068,12 +8068,12 @@ export declare const PlusPage: {
8068
8068
  fieldInstance?: any;
8069
8069
  valueIsReady?: Ref<boolean> | undefined;
8070
8070
  prop: string;
8071
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8071
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8072
8072
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8073
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
8073
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8074
8074
  style?: CSSProperties | undefined;
8075
8075
  class?: any;
8076
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8076
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8077
8077
  style?: CSSProperties | undefined;
8078
8078
  class?: any;
8079
8079
  } & RecordType>>;
@@ -8125,9 +8125,9 @@ export declare const PlusPage: {
8125
8125
  reset: (values: FieldValues) => void;
8126
8126
  collapse: (isShowUnfold: boolean) => void;
8127
8127
  }, string, {
8128
+ modelValue: FieldValues;
8128
8129
  columns: PlusColumn[];
8129
8130
  layout: "grid" | "flex";
8130
- modelValue: FieldValues;
8131
8131
  labelPosition: "top" | "right" | "left";
8132
8132
  inline: boolean;
8133
8133
  showNumber: number;
@@ -8173,6 +8173,10 @@ export declare const PlusPage: {
8173
8173
  $nextTick: nextTick;
8174
8174
  $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;
8175
8175
  } & Omit<Readonly< ExtractPropTypes<{
8176
+ modelValue: {
8177
+ type: PropType<FieldValues>;
8178
+ default: () => {};
8179
+ };
8176
8180
  columns: {
8177
8181
  type: PropType< PlusColumn[]>;
8178
8182
  default: () => never[];
@@ -8181,10 +8185,6 @@ export declare const PlusPage: {
8181
8185
  type: PropType<"grid" | "flex">;
8182
8186
  default: "flex";
8183
8187
  };
8184
- modelValue: {
8185
- type: PropType<FieldValues>;
8186
- default: () => {};
8187
- };
8188
8188
  labelPosition: {
8189
8189
  type: PropType<"top" | "right" | "left">;
8190
8190
  default: undefined;
@@ -8272,9 +8272,9 @@ export declare const PlusPage: {
8272
8272
  default: undefined;
8273
8273
  };
8274
8274
  }>> & {
8275
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8275
8276
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8276
8277
  onReset?: ((values: FieldValues) => any) | undefined;
8277
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8278
8278
  onSearch?: ((values: FieldValues) => any) | undefined;
8279
8279
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
8280
8280
  }, "handleReset" | "plusFormInstance" | "handleSearch" | "handleUnfold"> & ShallowUnwrapRef<{
@@ -8282,12 +8282,12 @@ export declare const PlusPage: {
8282
8282
  $: ComponentInternalInstance;
8283
8283
  $data: {};
8284
8284
  $props: Partial<{
8285
+ modelValue: FieldValues;
8285
8286
  collapseDuration: number;
8286
8287
  collapseTransition: boolean;
8287
8288
  columns: PlusColumn[];
8288
8289
  group: false | PlusFormGroupRow[];
8289
8290
  layout: "grid" | "flex";
8290
- modelValue: FieldValues;
8291
8291
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
8292
8292
  labelPosition: "top" | "right" | "left";
8293
8293
  labelWidth: string | number;
@@ -8308,7 +8308,7 @@ export declare const PlusPage: {
8308
8308
  submitText: string;
8309
8309
  resetText: string;
8310
8310
  submitLoading: boolean;
8311
- footerAlign: "right" | "left" | "center";
8311
+ footerAlign: "center" | "right" | "left";
8312
8312
  cardProps: Partial< Mutable<CardProps> & {
8313
8313
  style?: CSSProperties | undefined;
8314
8314
  class?: any;
@@ -8316,9 +8316,9 @@ export declare const PlusPage: {
8316
8316
  prevent: boolean;
8317
8317
  clearable: boolean;
8318
8318
  }> & Omit<{
8319
+ readonly modelValue: FieldValues;
8319
8320
  readonly columns: PlusColumn[];
8320
8321
  readonly group: false | PlusFormGroupRow[];
8321
- readonly modelValue: FieldValues;
8322
8322
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
8323
8323
  readonly labelPosition: "top" | "right" | "left";
8324
8324
  readonly labelWidth: string | number;
@@ -8339,7 +8339,7 @@ export declare const PlusPage: {
8339
8339
  readonly submitText: string;
8340
8340
  readonly resetText: string;
8341
8341
  readonly submitLoading: boolean;
8342
- readonly footerAlign: "right" | "left" | "center";
8342
+ readonly footerAlign: "center" | "right" | "left";
8343
8343
  readonly cardProps: Partial< Mutable<CardProps> & {
8344
8344
  style?: CSSProperties | undefined;
8345
8345
  class?: any;
@@ -8349,13 +8349,17 @@ export declare const PlusPage: {
8349
8349
  readonly collapseDuration?: number | undefined;
8350
8350
  readonly collapseTransition?: boolean | undefined;
8351
8351
  readonly layout?: "grid" | "flex" | undefined;
8352
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8352
8353
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8353
8354
  onReset?: ((values: FieldValues) => any) | undefined;
8354
8355
  onSubmit?: ((values: FieldValues) => any) | undefined;
8355
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8356
8356
  onValidate?: ((...args: any[]) => any) | undefined;
8357
8357
  onSubmitError?: ((errors: unknown) => any) | undefined;
8358
8358
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
8359
+ modelValue: {
8360
+ type: PropType<FieldValues>;
8361
+ default: () => {};
8362
+ };
8359
8363
  collapseDuration: {
8360
8364
  type: PropType<number>;
8361
8365
  default: undefined;
@@ -8376,10 +8380,6 @@ export declare const PlusPage: {
8376
8380
  type: PropType<"grid" | "flex">;
8377
8381
  default: undefined;
8378
8382
  };
8379
- modelValue: {
8380
- type: PropType<FieldValues>;
8381
- default: () => {};
8382
- };
8383
8383
  rules: {
8384
8384
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
8385
8385
  default: () => {};
@@ -8443,7 +8443,7 @@ export declare const PlusPage: {
8443
8443
  default: boolean;
8444
8444
  };
8445
8445
  footerAlign: {
8446
- type: PropType<"right" | "left" | "center">;
8446
+ type: PropType<"center" | "right" | "left">;
8447
8447
  default: string;
8448
8448
  };
8449
8449
  cardProps: {
@@ -8462,13 +8462,13 @@ export declare const PlusPage: {
8462
8462
  default: boolean;
8463
8463
  };
8464
8464
  }>> & {
8465
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8465
8466
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8466
8467
  onReset?: ((values: FieldValues) => any) | undefined;
8467
8468
  onSubmit?: ((values: FieldValues) => any) | undefined;
8468
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8469
8469
  onValidate?: ((...args: any[]) => any) | undefined;
8470
8470
  onSubmitError?: ((errors: unknown) => any) | undefined;
8471
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
8471
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
8472
8472
  $attrs: {
8473
8473
  [x: string]: unknown;
8474
8474
  };
@@ -8480,9 +8480,13 @@ export declare const PlusPage: {
8480
8480
  }>;
8481
8481
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8482
8482
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
8483
- $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);
8483
+ $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);
8484
8484
  $el: any;
8485
8485
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
8486
+ modelValue: {
8487
+ type: PropType<FieldValues>;
8488
+ default: () => {};
8489
+ };
8486
8490
  collapseDuration: {
8487
8491
  type: PropType<number>;
8488
8492
  default: undefined;
@@ -8503,10 +8507,6 @@ export declare const PlusPage: {
8503
8507
  type: PropType<"grid" | "flex">;
8504
8508
  default: undefined;
8505
8509
  };
8506
- modelValue: {
8507
- type: PropType<FieldValues>;
8508
- default: () => {};
8509
- };
8510
8510
  rules: {
8511
8511
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
8512
8512
  default: () => {};
@@ -8570,7 +8570,7 @@ export declare const PlusPage: {
8570
8570
  default: boolean;
8571
8571
  };
8572
8572
  footerAlign: {
8573
- type: PropType<"right" | "left" | "center">;
8573
+ type: PropType<"center" | "right" | "left">;
8574
8574
  default: string;
8575
8575
  };
8576
8576
  cardProps: {
@@ -8589,10 +8589,10 @@ export declare const PlusPage: {
8589
8589
  default: boolean;
8590
8590
  };
8591
8591
  }>> & {
8592
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8592
8593
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8593
8594
  onReset?: ((values: FieldValues) => any) | undefined;
8594
8595
  onSubmit?: ((values: FieldValues) => any) | undefined;
8595
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8596
8596
  onValidate?: ((...args: any[]) => any) | undefined;
8597
8597
  onSubmitError?: ((errors: unknown) => any) | undefined;
8598
8598
  }, {
@@ -8607,12 +8607,12 @@ export declare const PlusPage: {
8607
8607
  submitError: (errors: unknown) => void;
8608
8608
  validate: (...args: any[]) => void;
8609
8609
  }, string, {
8610
+ modelValue: FieldValues;
8610
8611
  collapseDuration: number;
8611
8612
  collapseTransition: boolean;
8612
8613
  columns: PlusColumn[];
8613
8614
  group: false | PlusFormGroupRow[];
8614
8615
  layout: "grid" | "flex";
8615
- modelValue: FieldValues;
8616
8616
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
8617
8617
  labelPosition: "top" | "right" | "left";
8618
8618
  labelWidth: string | number;
@@ -8633,7 +8633,7 @@ export declare const PlusPage: {
8633
8633
  submitText: string;
8634
8634
  resetText: string;
8635
8635
  submitLoading: boolean;
8636
- footerAlign: "right" | "left" | "center";
8636
+ footerAlign: "center" | "right" | "left";
8637
8637
  cardProps: Partial< Mutable<CardProps> & {
8638
8638
  style?: CSSProperties | undefined;
8639
8639
  class?: any;
@@ -8661,6 +8661,10 @@ export declare const PlusPage: {
8661
8661
  $nextTick: nextTick;
8662
8662
  $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;
8663
8663
  } & Omit<Readonly< ExtractPropTypes<{
8664
+ modelValue: {
8665
+ type: PropType<FieldValues>;
8666
+ default: () => {};
8667
+ };
8664
8668
  collapseDuration: {
8665
8669
  type: PropType<number>;
8666
8670
  default: undefined;
@@ -8681,10 +8685,6 @@ export declare const PlusPage: {
8681
8685
  type: PropType<"grid" | "flex">;
8682
8686
  default: undefined;
8683
8687
  };
8684
- modelValue: {
8685
- type: PropType<FieldValues>;
8686
- default: () => {};
8687
- };
8688
8688
  rules: {
8689
8689
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
8690
8690
  default: () => {};
@@ -8748,7 +8748,7 @@ export declare const PlusPage: {
8748
8748
  default: boolean;
8749
8749
  };
8750
8750
  footerAlign: {
8751
- type: PropType<"right" | "left" | "center">;
8751
+ type: PropType<"center" | "right" | "left">;
8752
8752
  default: string;
8753
8753
  };
8754
8754
  cardProps: {
@@ -8767,10 +8767,10 @@ export declare const PlusPage: {
8767
8767
  default: boolean;
8768
8768
  };
8769
8769
  }>> & {
8770
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8770
8771
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8771
8772
  onReset?: ((values: FieldValues) => any) | undefined;
8772
8773
  onSubmit?: ((values: FieldValues) => any) | undefined;
8773
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
8774
8774
  onValidate?: ((...args: any[]) => any) | undefined;
8775
8775
  onSubmitError?: ((errors: unknown) => any) | undefined;
8776
8776
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -8790,14 +8790,14 @@ export declare const PlusPage: {
8790
8790
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
8791
8791
  columns?: PlusColumn[] | undefined;
8792
8792
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8793
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8793
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8794
8794
  readonly label: string | ComputedRef<string>;
8795
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8795
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8796
8796
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8797
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8797
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8798
8798
  style?: CSSProperties | undefined;
8799
8799
  class?: any;
8800
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8800
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8801
8801
  style?: CSSProperties | undefined;
8802
8802
  class?: any;
8803
8803
  } & RecordType>>;
@@ -8864,12 +8864,12 @@ export declare const PlusPage: {
8864
8864
  fieldInstance?: any;
8865
8865
  valueIsReady?: Ref<boolean> | undefined;
8866
8866
  prop: string;
8867
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8867
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8868
8868
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8869
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
8869
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8870
8870
  style?: CSSProperties | undefined;
8871
8871
  class?: any;
8872
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8872
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8873
8873
  style?: CSSProperties | undefined;
8874
8874
  class?: any;
8875
8875
  } & RecordType>>;
@@ -8898,14 +8898,14 @@ export declare const PlusPage: {
8898
8898
  clearable: boolean;
8899
8899
  index: number;
8900
8900
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
8901
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8901
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8902
8902
  readonly label: string | ComputedRef<string>;
8903
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8903
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8904
8904
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8905
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8905
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8906
8906
  style?: CSSProperties | undefined;
8907
8907
  class?: any;
8908
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8908
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8909
8909
  style?: CSSProperties | undefined;
8910
8910
  class?: any;
8911
8911
  } & RecordType>>;
@@ -8972,12 +8972,12 @@ export declare const PlusPage: {
8972
8972
  fieldInstance?: any;
8973
8973
  valueIsReady?: Ref<boolean> | undefined;
8974
8974
  prop: string;
8975
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8975
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8976
8976
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8977
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
8977
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8978
8978
  style?: CSSProperties | undefined;
8979
8979
  class?: any;
8980
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8980
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8981
8981
  style?: CSSProperties | undefined;
8982
8982
  class?: any;
8983
8983
  } & RecordType>>;
@@ -9024,14 +9024,14 @@ export declare const PlusPage: {
9024
9024
  handleUnfold: (e: MouseEvent) => void;
9025
9025
  }> & {} & ComponentCustomProperties & {} & {
9026
9026
  $slots: Partial<Record<NonNullable<string | number>, (_: {
9027
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
9027
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
9028
9028
  readonly label: string | ComputedRef<string>;
9029
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9029
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9030
9030
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9031
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
9031
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9032
9032
  style?: CSSProperties | undefined;
9033
9033
  class?: any;
9034
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9034
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9035
9035
  style?: CSSProperties | undefined;
9036
9036
  class?: any;
9037
9037
  } & RecordType>>;
@@ -9098,12 +9098,12 @@ export declare const PlusPage: {
9098
9098
  fieldInstance?: any;
9099
9099
  valueIsReady?: Ref<boolean> | undefined;
9100
9100
  prop: string;
9101
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9101
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9102
9102
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9103
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
9103
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9104
9104
  style?: CSSProperties | undefined;
9105
9105
  class?: any;
9106
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9106
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9107
9107
  style?: CSSProperties | undefined;
9108
9108
  class?: any;
9109
9109
  } & RecordType>>;
@@ -10390,7 +10390,7 @@ export declare const PlusPage: {
10390
10390
  columns: PlusColumn[];
10391
10391
  immediate: boolean;
10392
10392
  params: RecordType;
10393
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
10393
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
10394
10394
  columnsEmptyText: string;
10395
10395
  postData: <T = RecordType[]>(data: T[]) => T[];
10396
10396
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
@@ -10413,14 +10413,14 @@ export declare const PlusPage: {
10413
10413
  searchSlot: boolean;
10414
10414
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
10415
10415
  $slots: Partial<Record<never, (_: {
10416
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
10416
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
10417
10417
  readonly label: string | ComputedRef<string>;
10418
- readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10418
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10419
10419
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10420
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
10420
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10421
10421
  style?: CSSProperties | undefined;
10422
10422
  class?: any;
10423
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10423
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10424
10424
  style?: CSSProperties | undefined;
10425
10425
  class?: any;
10426
10426
  } & RecordType>>;
@@ -10487,12 +10487,12 @@ export declare const PlusPage: {
10487
10487
  fieldInstance?: any;
10488
10488
  valueIsReady?: Ref<boolean> | undefined;
10489
10489
  prop: string;
10490
- modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10490
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10491
10491
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10492
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
10492
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10493
10493
  style?: CSSProperties | undefined;
10494
10494
  class?: any;
10495
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10495
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10496
10496
  style?: CSSProperties | undefined;
10497
10497
  class?: any;
10498
10498
  } & RecordType>>;