yc-pro-components 0.0.65 → 0.0.66

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