yc-pro-components 0.0.52 → 0.0.56

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 (157) 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 +9 -2
  56. package/es/directives/dist/fn-perm.mjs +12 -0
  57. package/es/hooks/usePlusFormReset.d.ts +238 -238
  58. package/es/index.css +11 -11
  59. package/es/index.d.ts +1 -0
  60. package/es/index.mjs +9 -1
  61. package/es/utils/dist/permission.mjs +3 -0
  62. package/es/version.d.ts +1 -1
  63. package/es/version.mjs +1 -1
  64. package/es/yc-components/index.d.ts +1 -0
  65. package/es/yc-components/version.d.ts +1 -1
  66. package/index.js +13 -18
  67. package/index.min.js +11 -11
  68. package/index.min.mjs +11 -11
  69. package/index.mjs +7 -15
  70. package/lib/components/check-card/index.d.ts +61 -61
  71. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  72. package/lib/components/check-card-group/index.d.ts +43 -43
  73. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  74. package/lib/components/date-picker/index.d.ts +20 -20
  75. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  76. package/lib/components/dialog/index.d.ts +26 -26
  77. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  78. package/lib/components/dialog-form/index.d.ts +31 -31
  79. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  80. package/lib/components/display-item/index.d.ts +41 -41
  81. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  82. package/lib/components/drawer-form/index.d.ts +65 -65
  83. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  84. package/lib/components/form/index.d.ts +45 -45
  85. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  86. package/lib/components/form/src/index.vue.d.ts +17 -17
  87. package/lib/components/form-item/index.d.ts +48 -48
  88. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  89. package/lib/components/header/index.d.ts +19 -19
  90. package/lib/components/header/src/index.vue.d.ts +1 -1
  91. package/lib/components/input-tag/index.d.ts +15 -15
  92. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  93. package/lib/components/layout/index.d.ts +30 -30
  94. package/lib/components/layout/src/index.vue.d.ts +10 -10
  95. package/lib/components/page/index.d.ts +344 -344
  96. package/lib/components/page/src/index.vue.d.ts +118 -118
  97. package/lib/components/pagination/index.d.ts +42 -42
  98. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  99. package/lib/components/radio/index.d.ts +35 -35
  100. package/lib/components/radio/src/index.vue.d.ts +27 -27
  101. package/lib/components/render/index.d.ts +3 -3
  102. package/lib/components/render/src/index.vue.d.ts +1 -1
  103. package/lib/components/search/index.d.ts +154 -154
  104. package/lib/components/search/src/index.vue.d.ts +50 -50
  105. package/lib/components/sidebar/index.d.ts +15 -15
  106. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  107. package/lib/components/steps-form/index.d.ts +23 -23
  108. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  109. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  110. package/lib/components/utils/index.d.ts +2 -2
  111. package/lib/components/yc-dialog/index.d.ts +24 -24
  112. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  113. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  114. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  115. package/lib/components/yc-more-actions/index.d.ts +46 -46
  116. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  117. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  118. package/lib/components/yc-segmented/index.d.ts +2 -2
  119. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  120. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  121. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  122. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  123. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  124. package/lib/defaults.js +9 -2
  125. package/lib/directives/dist/fn-perm.js +14 -0
  126. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  127. package/lib/index.css +10 -10
  128. package/lib/index.d.ts +1 -0
  129. package/lib/index.js +12 -2
  130. package/lib/utils/dist/permission.js +6 -0
  131. package/lib/version.d.ts +1 -1
  132. package/lib/version.js +1 -1
  133. package/lib/yc-components/index.d.ts +1 -0
  134. package/lib/yc-components/version.d.ts +1 -1
  135. package/locale/en.js +1 -1
  136. package/locale/en.min.js +1 -1
  137. package/locale/en.min.mjs +1 -1
  138. package/locale/en.mjs +1 -1
  139. package/locale/ja.js +1 -1
  140. package/locale/ja.min.js +1 -1
  141. package/locale/ja.min.mjs +1 -1
  142. package/locale/ja.mjs +1 -1
  143. package/locale/ko.js +1 -1
  144. package/locale/ko.min.js +1 -1
  145. package/locale/ko.min.mjs +1 -1
  146. package/locale/ko.mjs +1 -1
  147. package/locale/zh-cn.js +1 -1
  148. package/locale/zh-cn.min.js +1 -1
  149. package/locale/zh-cn.min.mjs +1 -1
  150. package/locale/zh-cn.mjs +1 -1
  151. package/locale/zh-tw.js +1 -1
  152. package/locale/zh-tw.min.js +1 -1
  153. package/locale/zh-tw.min.mjs +1 -1
  154. package/locale/zh-tw.mjs +1 -1
  155. package/package.json +1 -1
  156. package/es/directives/dist/index.mjs +0 -14
  157. package/lib/directives/dist/index.js +0 -16
@@ -45,7 +45,7 @@ export declare const PlusPage: {
45
45
  required: true;
46
46
  };
47
47
  pagination: {
48
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
48
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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;
122
121
  columns: PlusColumn[];
123
122
  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;
150
149
  readonly columns: PlusColumn[];
151
150
  readonly layout: "grid" | "flex";
151
+ readonly modelValue: FieldValues;
152
152
  readonly inline: boolean;
153
153
  readonly showNumber: number;
154
154
  readonly defaultValues: FieldValues;
@@ -173,16 +173,12 @@ 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;
177
176
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
178
177
  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
- };
186
182
  columns: {
187
183
  type: PropType< PlusColumn[]>;
188
184
  default: () => never[];
@@ -191,6 +187,10 @@ export declare const PlusPage: {
191
187
  type: PropType<"grid" | "flex">;
192
188
  default: "flex";
193
189
  };
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;
282
281
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
283
282
  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
- }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
286
+ }, "columns" | "layout" | "modelValue" | "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,13 +295,9 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
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);
299
299
  $el: any;
300
300
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
301
- modelValue: {
302
- type: PropType<FieldValues>;
303
- default: () => {};
304
- };
305
301
  columns: {
306
302
  type: PropType< PlusColumn[]>;
307
303
  default: () => never[];
@@ -310,6 +306,10 @@ export declare const PlusPage: {
310
306
  type: PropType<"grid" | "flex">;
311
307
  default: "flex";
312
308
  };
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;
401
400
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
402
401
  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;
411
410
  collapseDuration: number;
412
411
  collapseTransition: boolean;
413
412
  columns: PlusColumn[];
414
413
  group: false | PlusFormGroupRow[];
415
414
  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: "center" | "right" | "left";
436
+ footerAlign: "right" | "left" | "center";
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;
445
444
  readonly columns: PlusColumn[];
446
445
  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: "center" | "right" | "left";
467
+ readonly footerAlign: "right" | "left" | "center";
468
468
  readonly cardProps: Partial< Mutable<CardProps> & {
469
469
  style?: CSSProperties | undefined;
470
470
  class?: any;
@@ -474,17 +474,13 @@ 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;
478
477
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
479
478
  onReset?: ((values: FieldValues) => any) | undefined;
480
479
  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
- };
488
484
  collapseDuration: {
489
485
  type: PropType<number>;
490
486
  default: undefined;
@@ -505,6 +501,10 @@ export declare const PlusPage: {
505
501
  type: PropType<"grid" | "flex">;
506
502
  default: undefined;
507
503
  };
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<"center" | "right" | "left">;
571
+ type: PropType<"right" | "left" | "center">;
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;
591
590
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
592
591
  onReset?: ((values: FieldValues) => any) | undefined;
593
592
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
597
597
  $attrs: {
598
598
  [x: string]: unknown;
599
599
  };
@@ -605,13 +605,9 @@ 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: "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);
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);
609
609
  $el: any;
610
610
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
611
- modelValue: {
612
- type: PropType<FieldValues>;
613
- default: () => {};
614
- };
615
611
  collapseDuration: {
616
612
  type: PropType<number>;
617
613
  default: undefined;
@@ -632,6 +628,10 @@ export declare const PlusPage: {
632
628
  type: PropType<"grid" | "flex">;
633
629
  default: undefined;
634
630
  };
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<"center" | "right" | "left">;
698
+ type: PropType<"right" | "left" | "center">;
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;
718
717
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
719
718
  onReset?: ((values: FieldValues) => any) | undefined;
720
719
  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;
736
735
  collapseDuration: number;
737
736
  collapseTransition: boolean;
738
737
  columns: PlusColumn[];
739
738
  group: false | PlusFormGroupRow[];
740
739
  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: "center" | "right" | "left";
761
+ footerAlign: "right" | "left" | "center";
762
762
  cardProps: Partial< Mutable<CardProps> & {
763
763
  style?: CSSProperties | undefined;
764
764
  class?: any;
@@ -786,10 +786,6 @@ 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
- };
793
789
  collapseDuration: {
794
790
  type: PropType<number>;
795
791
  default: undefined;
@@ -810,6 +806,10 @@ export declare const PlusPage: {
810
806
  type: PropType<"grid" | "flex">;
811
807
  default: undefined;
812
808
  };
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<"center" | "right" | "left">;
876
+ type: PropType<"right" | "left" | "center">;
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;
896
895
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
897
896
  onReset?: ((values: FieldValues) => any) | undefined;
898
897
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
918
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
920
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
921
921
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
922
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
922
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
923
923
  style?: CSSProperties | undefined;
924
924
  class?: any;
925
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
925
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
992
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
993
993
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
994
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
994
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
995
995
  style?: CSSProperties | undefined;
996
996
  class?: any;
997
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
997
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1026
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1028
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1029
1029
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1030
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1030
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1031
1031
  style?: CSSProperties | undefined;
1032
1032
  class?: any;
1033
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1033
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1100
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1101
1101
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1102
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1102
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1103
1103
  style?: CSSProperties | undefined;
1104
1104
  class?: any;
1105
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1105
+ } & RecordType> | ComputedRef<string> | 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;
1158
1157
  columns: PlusColumn[];
1159
1158
  layout: "grid" | "flex";
1159
+ modelValue: FieldValues;
1160
1160
  labelPosition: "top" | "right" | "left";
1161
1161
  inline: boolean;
1162
1162
  showNumber: number;
@@ -1202,10 +1202,6 @@ 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
- };
1209
1205
  columns: {
1210
1206
  type: PropType< PlusColumn[]>;
1211
1207
  default: () => never[];
@@ -1214,6 +1210,10 @@ export declare const PlusPage: {
1214
1210
  type: PropType<"grid" | "flex">;
1215
1211
  default: "flex";
1216
1212
  };
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;
1305
1304
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1306
1305
  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;
1315
1314
  collapseDuration: number;
1316
1315
  collapseTransition: boolean;
1317
1316
  columns: PlusColumn[];
1318
1317
  group: false | PlusFormGroupRow[];
1319
1318
  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: "center" | "right" | "left";
1340
+ footerAlign: "right" | "left" | "center";
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;
1349
1348
  readonly columns: PlusColumn[];
1350
1349
  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: "center" | "right" | "left";
1371
+ readonly footerAlign: "right" | "left" | "center";
1372
1372
  readonly cardProps: Partial< Mutable<CardProps> & {
1373
1373
  style?: CSSProperties | undefined;
1374
1374
  class?: any;
@@ -1378,17 +1378,13 @@ 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;
1382
1381
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1383
1382
  onReset?: ((values: FieldValues) => any) | undefined;
1384
1383
  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
- };
1392
1388
  collapseDuration: {
1393
1389
  type: PropType<number>;
1394
1390
  default: undefined;
@@ -1409,6 +1405,10 @@ export declare const PlusPage: {
1409
1405
  type: PropType<"grid" | "flex">;
1410
1406
  default: undefined;
1411
1407
  };
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<"center" | "right" | "left">;
1475
+ type: PropType<"right" | "left" | "center">;
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;
1495
1494
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1496
1495
  onReset?: ((values: FieldValues) => any) | undefined;
1497
1496
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
1501
1501
  $attrs: {
1502
1502
  [x: string]: unknown;
1503
1503
  };
@@ -1509,13 +1509,9 @@ 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: "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);
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);
1513
1513
  $el: any;
1514
1514
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1515
- modelValue: {
1516
- type: PropType<FieldValues>;
1517
- default: () => {};
1518
- };
1519
1515
  collapseDuration: {
1520
1516
  type: PropType<number>;
1521
1517
  default: undefined;
@@ -1536,6 +1532,10 @@ export declare const PlusPage: {
1536
1532
  type: PropType<"grid" | "flex">;
1537
1533
  default: undefined;
1538
1534
  };
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<"center" | "right" | "left">;
1602
+ type: PropType<"right" | "left" | "center">;
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;
1622
1621
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1623
1622
  onReset?: ((values: FieldValues) => any) | undefined;
1624
1623
  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;
1640
1639
  collapseDuration: number;
1641
1640
  collapseTransition: boolean;
1642
1641
  columns: PlusColumn[];
1643
1642
  group: false | PlusFormGroupRow[];
1644
1643
  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: "center" | "right" | "left";
1665
+ footerAlign: "right" | "left" | "center";
1666
1666
  cardProps: Partial< Mutable<CardProps> & {
1667
1667
  style?: CSSProperties | undefined;
1668
1668
  class?: any;
@@ -1690,10 +1690,6 @@ 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
- };
1697
1693
  collapseDuration: {
1698
1694
  type: PropType<number>;
1699
1695
  default: undefined;
@@ -1714,6 +1710,10 @@ export declare const PlusPage: {
1714
1710
  type: PropType<"grid" | "flex">;
1715
1711
  default: undefined;
1716
1712
  };
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<"center" | "right" | "left">;
1780
+ type: PropType<"right" | "left" | "center">;
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;
1800
1799
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1801
1800
  onReset?: ((values: FieldValues) => any) | undefined;
1802
1801
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1822
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1824
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1825
1825
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1826
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1826
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1827
1827
  style?: CSSProperties | undefined;
1828
1828
  class?: any;
1829
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1829
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1896
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1897
1897
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1898
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1898
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1899
1899
  style?: CSSProperties | undefined;
1900
1900
  class?: any;
1901
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1901
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
1930
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1932
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1933
1933
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1934
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1934
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1935
1935
  style?: CSSProperties | undefined;
1936
1936
  class?: any;
1937
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1937
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2004
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2005
2005
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2006
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2006
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2007
2007
  style?: CSSProperties | undefined;
2008
2008
  class?: any;
2009
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2009
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
2056
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2058
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2059
2059
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2060
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2060
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2061
2061
  style?: CSSProperties | undefined;
2062
2062
  class?: any;
2063
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2063
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2130
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2131
2131
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2132
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2132
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2133
2133
  style?: CSSProperties | undefined;
2134
2134
  class?: any;
2135
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2135
+ } & RecordType> | ComputedRef<string> | 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, "modelValue" | "total" | "pageSizeList">>;
3446
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">;
3526
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">>;
3590
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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;
3664
3663
  columns: PlusColumn[];
3665
3664
  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;
3692
3691
  readonly columns: PlusColumn[];
3693
3692
  readonly layout: "grid" | "flex";
3693
+ readonly modelValue: FieldValues;
3694
3694
  readonly inline: boolean;
3695
3695
  readonly showNumber: number;
3696
3696
  readonly defaultValues: FieldValues;
@@ -3715,16 +3715,12 @@ 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;
3719
3718
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3720
3719
  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
- };
3728
3724
  columns: {
3729
3725
  type: PropType< PlusColumn[]>;
3730
3726
  default: () => never[];
@@ -3733,6 +3729,10 @@ export declare const PlusPage: {
3733
3729
  type: PropType<"grid" | "flex">;
3734
3730
  default: "flex";
3735
3731
  };
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;
3824
3823
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3825
3824
  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
- }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
3828
+ }, "columns" | "layout" | "modelValue" | "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,13 +3837,9 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
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);
3841
3841
  $el: any;
3842
3842
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3843
- modelValue: {
3844
- type: PropType<FieldValues>;
3845
- default: () => {};
3846
- };
3847
3843
  columns: {
3848
3844
  type: PropType< PlusColumn[]>;
3849
3845
  default: () => never[];
@@ -3852,6 +3848,10 @@ export declare const PlusPage: {
3852
3848
  type: PropType<"grid" | "flex">;
3853
3849
  default: "flex";
3854
3850
  };
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;
3943
3942
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3944
3943
  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;
3953
3952
  collapseDuration: number;
3954
3953
  collapseTransition: boolean;
3955
3954
  columns: PlusColumn[];
3956
3955
  group: false | PlusFormGroupRow[];
3957
3956
  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: "center" | "right" | "left";
3978
+ footerAlign: "right" | "left" | "center";
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;
3987
3986
  readonly columns: PlusColumn[];
3988
3987
  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: "center" | "right" | "left";
4009
+ readonly footerAlign: "right" | "left" | "center";
4010
4010
  readonly cardProps: Partial< Mutable<CardProps> & {
4011
4011
  style?: CSSProperties | undefined;
4012
4012
  class?: any;
@@ -4016,17 +4016,13 @@ 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;
4020
4019
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4021
4020
  onReset?: ((values: FieldValues) => any) | undefined;
4022
4021
  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
- };
4030
4026
  collapseDuration: {
4031
4027
  type: PropType<number>;
4032
4028
  default: undefined;
@@ -4047,6 +4043,10 @@ export declare const PlusPage: {
4047
4043
  type: PropType<"grid" | "flex">;
4048
4044
  default: undefined;
4049
4045
  };
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<"center" | "right" | "left">;
4113
+ type: PropType<"right" | "left" | "center">;
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;
4133
4132
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4134
4133
  onReset?: ((values: FieldValues) => any) | undefined;
4135
4134
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
4139
4139
  $attrs: {
4140
4140
  [x: string]: unknown;
4141
4141
  };
@@ -4147,13 +4147,9 @@ 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: "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);
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);
4151
4151
  $el: any;
4152
4152
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
4153
- modelValue: {
4154
- type: PropType<FieldValues>;
4155
- default: () => {};
4156
- };
4157
4153
  collapseDuration: {
4158
4154
  type: PropType<number>;
4159
4155
  default: undefined;
@@ -4174,6 +4170,10 @@ export declare const PlusPage: {
4174
4170
  type: PropType<"grid" | "flex">;
4175
4171
  default: undefined;
4176
4172
  };
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<"center" | "right" | "left">;
4240
+ type: PropType<"right" | "left" | "center">;
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;
4260
4259
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4261
4260
  onReset?: ((values: FieldValues) => any) | undefined;
4262
4261
  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;
4278
4277
  collapseDuration: number;
4279
4278
  collapseTransition: boolean;
4280
4279
  columns: PlusColumn[];
4281
4280
  group: false | PlusFormGroupRow[];
4282
4281
  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: "center" | "right" | "left";
4303
+ footerAlign: "right" | "left" | "center";
4304
4304
  cardProps: Partial< Mutable<CardProps> & {
4305
4305
  style?: CSSProperties | undefined;
4306
4306
  class?: any;
@@ -4328,10 +4328,6 @@ 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
- };
4335
4331
  collapseDuration: {
4336
4332
  type: PropType<number>;
4337
4333
  default: undefined;
@@ -4352,6 +4348,10 @@ export declare const PlusPage: {
4352
4348
  type: PropType<"grid" | "flex">;
4353
4349
  default: undefined;
4354
4350
  };
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<"center" | "right" | "left">;
4418
+ type: PropType<"right" | "left" | "center">;
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;
4438
4437
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4439
4438
  onReset?: ((values: FieldValues) => any) | undefined;
4440
4439
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4460
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4462
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4463
4463
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4464
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4464
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4465
4465
  style?: CSSProperties | undefined;
4466
4466
  class?: any;
4467
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4467
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4534
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4535
4535
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4536
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4536
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4537
4537
  style?: CSSProperties | undefined;
4538
4538
  class?: any;
4539
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4539
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
4568
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4570
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4571
4571
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4572
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4572
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4573
4573
  style?: CSSProperties | undefined;
4574
4574
  class?: any;
4575
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4575
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4642
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4643
4643
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4644
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4644
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4645
4645
  style?: CSSProperties | undefined;
4646
4646
  class?: any;
4647
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4647
+ } & RecordType> | ComputedRef<string> | 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;
4700
4699
  columns: PlusColumn[];
4701
4700
  layout: "grid" | "flex";
4701
+ modelValue: FieldValues;
4702
4702
  labelPosition: "top" | "right" | "left";
4703
4703
  inline: boolean;
4704
4704
  showNumber: number;
@@ -4744,10 +4744,6 @@ 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
- };
4751
4747
  columns: {
4752
4748
  type: PropType< PlusColumn[]>;
4753
4749
  default: () => never[];
@@ -4756,6 +4752,10 @@ export declare const PlusPage: {
4756
4752
  type: PropType<"grid" | "flex">;
4757
4753
  default: "flex";
4758
4754
  };
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;
4847
4846
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4848
4847
  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;
4857
4856
  collapseDuration: number;
4858
4857
  collapseTransition: boolean;
4859
4858
  columns: PlusColumn[];
4860
4859
  group: false | PlusFormGroupRow[];
4861
4860
  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: "center" | "right" | "left";
4882
+ footerAlign: "right" | "left" | "center";
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;
4891
4890
  readonly columns: PlusColumn[];
4892
4891
  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: "center" | "right" | "left";
4913
+ readonly footerAlign: "right" | "left" | "center";
4914
4914
  readonly cardProps: Partial< Mutable<CardProps> & {
4915
4915
  style?: CSSProperties | undefined;
4916
4916
  class?: any;
@@ -4920,17 +4920,13 @@ 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;
4924
4923
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4925
4924
  onReset?: ((values: FieldValues) => any) | undefined;
4926
4925
  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
- };
4934
4930
  collapseDuration: {
4935
4931
  type: PropType<number>;
4936
4932
  default: undefined;
@@ -4951,6 +4947,10 @@ export declare const PlusPage: {
4951
4947
  type: PropType<"grid" | "flex">;
4952
4948
  default: undefined;
4953
4949
  };
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<"center" | "right" | "left">;
5017
+ type: PropType<"right" | "left" | "center">;
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;
5037
5036
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5038
5037
  onReset?: ((values: FieldValues) => any) | undefined;
5039
5038
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
5043
5043
  $attrs: {
5044
5044
  [x: string]: unknown;
5045
5045
  };
@@ -5051,13 +5051,9 @@ 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: "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);
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);
5055
5055
  $el: any;
5056
5056
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5057
- modelValue: {
5058
- type: PropType<FieldValues>;
5059
- default: () => {};
5060
- };
5061
5057
  collapseDuration: {
5062
5058
  type: PropType<number>;
5063
5059
  default: undefined;
@@ -5078,6 +5074,10 @@ export declare const PlusPage: {
5078
5074
  type: PropType<"grid" | "flex">;
5079
5075
  default: undefined;
5080
5076
  };
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<"center" | "right" | "left">;
5144
+ type: PropType<"right" | "left" | "center">;
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;
5164
5163
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5165
5164
  onReset?: ((values: FieldValues) => any) | undefined;
5166
5165
  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;
5182
5181
  collapseDuration: number;
5183
5182
  collapseTransition: boolean;
5184
5183
  columns: PlusColumn[];
5185
5184
  group: false | PlusFormGroupRow[];
5186
5185
  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: "center" | "right" | "left";
5207
+ footerAlign: "right" | "left" | "center";
5208
5208
  cardProps: Partial< Mutable<CardProps> & {
5209
5209
  style?: CSSProperties | undefined;
5210
5210
  class?: any;
@@ -5232,10 +5232,6 @@ 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
- };
5239
5235
  collapseDuration: {
5240
5236
  type: PropType<number>;
5241
5237
  default: undefined;
@@ -5256,6 +5252,10 @@ export declare const PlusPage: {
5256
5252
  type: PropType<"grid" | "flex">;
5257
5253
  default: undefined;
5258
5254
  };
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<"center" | "right" | "left">;
5322
+ type: PropType<"right" | "left" | "center">;
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;
5342
5341
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5343
5342
  onReset?: ((values: FieldValues) => any) | undefined;
5344
5343
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5364
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5366
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5367
5367
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5368
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5368
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5369
5369
  style?: CSSProperties | undefined;
5370
5370
  class?: any;
5371
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5371
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5438
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5439
5439
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5440
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5440
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5441
5441
  style?: CSSProperties | undefined;
5442
5442
  class?: any;
5443
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5443
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5472
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5474
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5475
5475
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5476
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5476
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5477
5477
  style?: CSSProperties | undefined;
5478
5478
  class?: any;
5479
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5479
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5546
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5547
5547
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5548
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5548
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5549
5549
  style?: CSSProperties | undefined;
5550
5550
  class?: any;
5551
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5551
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
5598
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5600
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5601
5601
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5602
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5602
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
5603
5603
  style?: CSSProperties | undefined;
5604
5604
  class?: any;
5605
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5605
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5672
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
5673
5673
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
5674
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
5674
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
5675
5675
  style?: CSSProperties | undefined;
5676
5676
  class?: any;
5677
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
5677
+ } & RecordType> | ComputedRef<string> | 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, "modelValue" | "total" | "pageSizeList">;
6958
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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, "modelValue" | "total" | "pageSizeList">>;
7019
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "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;
7093
7092
  columns: PlusColumn[];
7094
7093
  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;
7121
7120
  readonly columns: PlusColumn[];
7122
7121
  readonly layout: "grid" | "flex";
7122
+ readonly modelValue: FieldValues;
7123
7123
  readonly inline: boolean;
7124
7124
  readonly showNumber: number;
7125
7125
  readonly defaultValues: FieldValues;
@@ -7144,16 +7144,12 @@ 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;
7148
7147
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7149
7148
  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
- };
7157
7153
  columns: {
7158
7154
  type: PropType< PlusColumn[]>;
7159
7155
  default: () => never[];
@@ -7162,6 +7158,10 @@ export declare const PlusPage: {
7162
7158
  type: PropType<"grid" | "flex">;
7163
7159
  default: "flex";
7164
7160
  };
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;
7253
7252
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7254
7253
  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
- }, "modelValue" | "columns" | "layout" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate" | "searchIcon" | "resetIcon">;
7257
+ }, "columns" | "layout" | "modelValue" | "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,13 +7266,9 @@ 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: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
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);
7270
7270
  $el: any;
7271
7271
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7272
- modelValue: {
7273
- type: PropType<FieldValues>;
7274
- default: () => {};
7275
- };
7276
7272
  columns: {
7277
7273
  type: PropType< PlusColumn[]>;
7278
7274
  default: () => never[];
@@ -7281,6 +7277,10 @@ export declare const PlusPage: {
7281
7277
  type: PropType<"grid" | "flex">;
7282
7278
  default: "flex";
7283
7279
  };
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;
7372
7371
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7373
7372
  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;
7382
7381
  collapseDuration: number;
7383
7382
  collapseTransition: boolean;
7384
7383
  columns: PlusColumn[];
7385
7384
  group: false | PlusFormGroupRow[];
7386
7385
  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: "center" | "right" | "left";
7407
+ footerAlign: "right" | "left" | "center";
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;
7416
7415
  readonly columns: PlusColumn[];
7417
7416
  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: "center" | "right" | "left";
7438
+ readonly footerAlign: "right" | "left" | "center";
7439
7439
  readonly cardProps: Partial< Mutable<CardProps> & {
7440
7440
  style?: CSSProperties | undefined;
7441
7441
  class?: any;
@@ -7445,17 +7445,13 @@ 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;
7449
7448
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7450
7449
  onReset?: ((values: FieldValues) => any) | undefined;
7451
7450
  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
- };
7459
7455
  collapseDuration: {
7460
7456
  type: PropType<number>;
7461
7457
  default: undefined;
@@ -7476,6 +7472,10 @@ export declare const PlusPage: {
7476
7472
  type: PropType<"grid" | "flex">;
7477
7473
  default: undefined;
7478
7474
  };
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<"center" | "right" | "left">;
7542
+ type: PropType<"right" | "left" | "center">;
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;
7562
7561
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7563
7562
  onReset?: ((values: FieldValues) => any) | undefined;
7564
7563
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
7568
7568
  $attrs: {
7569
7569
  [x: string]: unknown;
7570
7570
  };
@@ -7576,13 +7576,9 @@ 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: "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);
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);
7580
7580
  $el: any;
7581
7581
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7582
- modelValue: {
7583
- type: PropType<FieldValues>;
7584
- default: () => {};
7585
- };
7586
7582
  collapseDuration: {
7587
7583
  type: PropType<number>;
7588
7584
  default: undefined;
@@ -7603,6 +7599,10 @@ export declare const PlusPage: {
7603
7599
  type: PropType<"grid" | "flex">;
7604
7600
  default: undefined;
7605
7601
  };
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<"center" | "right" | "left">;
7669
+ type: PropType<"right" | "left" | "center">;
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;
7689
7688
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7690
7689
  onReset?: ((values: FieldValues) => any) | undefined;
7691
7690
  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;
7707
7706
  collapseDuration: number;
7708
7707
  collapseTransition: boolean;
7709
7708
  columns: PlusColumn[];
7710
7709
  group: false | PlusFormGroupRow[];
7711
7710
  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: "center" | "right" | "left";
7732
+ footerAlign: "right" | "left" | "center";
7733
7733
  cardProps: Partial< Mutable<CardProps> & {
7734
7734
  style?: CSSProperties | undefined;
7735
7735
  class?: any;
@@ -7757,10 +7757,6 @@ 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
- };
7764
7760
  collapseDuration: {
7765
7761
  type: PropType<number>;
7766
7762
  default: undefined;
@@ -7781,6 +7777,10 @@ export declare const PlusPage: {
7781
7777
  type: PropType<"grid" | "flex">;
7782
7778
  default: undefined;
7783
7779
  };
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<"center" | "right" | "left">;
7847
+ type: PropType<"right" | "left" | "center">;
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;
7867
7866
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7868
7867
  onReset?: ((values: FieldValues) => any) | undefined;
7869
7868
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7889
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7891
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7892
7892
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7893
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7893
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
7894
7894
  style?: CSSProperties | undefined;
7895
7895
  class?: any;
7896
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7896
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7963
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7964
7964
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
7965
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
7965
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
7966
7966
  style?: CSSProperties | undefined;
7967
7967
  class?: any;
7968
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
7968
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
7997
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
7999
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8000
8000
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8001
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8001
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8002
8002
  style?: CSSProperties | undefined;
8003
8003
  class?: any;
8004
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8004
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8071
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8072
8072
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8073
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8073
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8074
8074
  style?: CSSProperties | undefined;
8075
8075
  class?: any;
8076
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8076
+ } & RecordType> | ComputedRef<string> | 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;
8129
8128
  columns: PlusColumn[];
8130
8129
  layout: "grid" | "flex";
8130
+ modelValue: FieldValues;
8131
8131
  labelPosition: "top" | "right" | "left";
8132
8132
  inline: boolean;
8133
8133
  showNumber: number;
@@ -8173,10 +8173,6 @@ 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
- };
8180
8176
  columns: {
8181
8177
  type: PropType< PlusColumn[]>;
8182
8178
  default: () => never[];
@@ -8185,6 +8181,10 @@ export declare const PlusPage: {
8185
8181
  type: PropType<"grid" | "flex">;
8186
8182
  default: "flex";
8187
8183
  };
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;
8276
8275
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8277
8276
  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;
8286
8285
  collapseDuration: number;
8287
8286
  collapseTransition: boolean;
8288
8287
  columns: PlusColumn[];
8289
8288
  group: false | PlusFormGroupRow[];
8290
8289
  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: "center" | "right" | "left";
8311
+ footerAlign: "right" | "left" | "center";
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;
8320
8319
  readonly columns: PlusColumn[];
8321
8320
  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: "center" | "right" | "left";
8342
+ readonly footerAlign: "right" | "left" | "center";
8343
8343
  readonly cardProps: Partial< Mutable<CardProps> & {
8344
8344
  style?: CSSProperties | undefined;
8345
8345
  class?: any;
@@ -8349,17 +8349,13 @@ 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;
8353
8352
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8354
8353
  onReset?: ((values: FieldValues) => any) | undefined;
8355
8354
  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
- };
8363
8359
  collapseDuration: {
8364
8360
  type: PropType<number>;
8365
8361
  default: undefined;
@@ -8380,6 +8376,10 @@ export declare const PlusPage: {
8380
8376
  type: PropType<"grid" | "flex">;
8381
8377
  default: undefined;
8382
8378
  };
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<"center" | "right" | "left">;
8446
+ type: PropType<"right" | "left" | "center">;
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;
8466
8465
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8467
8466
  onReset?: ((values: FieldValues) => any) | undefined;
8468
8467
  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
- }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "layout" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "hasLabel" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
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">;
8472
8472
  $attrs: {
8473
8473
  [x: string]: unknown;
8474
8474
  };
@@ -8480,13 +8480,9 @@ 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: "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);
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);
8484
8484
  $el: any;
8485
8485
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
8486
- modelValue: {
8487
- type: PropType<FieldValues>;
8488
- default: () => {};
8489
- };
8490
8486
  collapseDuration: {
8491
8487
  type: PropType<number>;
8492
8488
  default: undefined;
@@ -8507,6 +8503,10 @@ export declare const PlusPage: {
8507
8503
  type: PropType<"grid" | "flex">;
8508
8504
  default: undefined;
8509
8505
  };
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<"center" | "right" | "left">;
8573
+ type: PropType<"right" | "left" | "center">;
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;
8593
8592
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8594
8593
  onReset?: ((values: FieldValues) => any) | undefined;
8595
8594
  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;
8611
8610
  collapseDuration: number;
8612
8611
  collapseTransition: boolean;
8613
8612
  columns: PlusColumn[];
8614
8613
  group: false | PlusFormGroupRow[];
8615
8614
  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: "center" | "right" | "left";
8636
+ footerAlign: "right" | "left" | "center";
8637
8637
  cardProps: Partial< Mutable<CardProps> & {
8638
8638
  style?: CSSProperties | undefined;
8639
8639
  class?: any;
@@ -8661,10 +8661,6 @@ 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
- };
8668
8664
  collapseDuration: {
8669
8665
  type: PropType<number>;
8670
8666
  default: undefined;
@@ -8685,6 +8681,10 @@ export declare const PlusPage: {
8685
8681
  type: PropType<"grid" | "flex">;
8686
8682
  default: undefined;
8687
8683
  };
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<"center" | "right" | "left">;
8751
+ type: PropType<"right" | "left" | "center">;
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;
8771
8770
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
8772
8771
  onReset?: ((values: FieldValues) => any) | undefined;
8773
8772
  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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8793
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8795
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8796
8796
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8797
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8797
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8798
8798
  style?: CSSProperties | undefined;
8799
8799
  class?: any;
8800
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8800
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8867
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8868
8868
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8869
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8869
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8870
8870
  style?: CSSProperties | undefined;
8871
8871
  class?: any;
8872
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8872
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
8901
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8903
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8904
8904
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8905
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8905
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
8906
8906
  style?: CSSProperties | undefined;
8907
8907
  class?: any;
8908
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8908
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8975
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
8976
8976
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
8977
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
8977
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
8978
8978
  style?: CSSProperties | undefined;
8979
8979
  class?: any;
8980
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
8980
+ } & RecordType> | ComputedRef<string> | 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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
9027
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9029
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9030
9030
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9031
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9031
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
9032
9032
  style?: CSSProperties | undefined;
9033
9033
  class?: any;
9034
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9034
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9101
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
9102
9102
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
9103
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
9103
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
9104
9104
  style?: CSSProperties | undefined;
9105
9105
  class?: any;
9106
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
9106
+ } & RecordType> | ComputedRef<string> | 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, "modelValue" | "total" | "pageSizeList">;
10393
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "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" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
10416
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10418
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10419
10419
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10420
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10420
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
10421
10421
  style?: CSSProperties | undefined;
10422
10422
  class?: any;
10423
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10423
+ } & RecordType> | ComputedRef<string> | 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] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10490
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
10491
10491
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
10492
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
10492
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
10493
10493
  style?: CSSProperties | undefined;
10494
10494
  class?: any;
10495
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10495
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
10496
10496
  style?: CSSProperties | undefined;
10497
10497
  class?: any;
10498
10498
  } & RecordType>>;