@wlydfe/pro-ui 0.2.7 → 0.2.9

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 (150) hide show
  1. package/README.md +119 -119
  2. package/es/components/check-card/index.d.ts +4 -4
  3. package/es/components/check-card/src/index.vue.d.ts +1 -1
  4. package/es/components/check-card-group/index.d.ts +4 -4
  5. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  6. package/es/components/date-picker/index.d.ts +11 -11
  7. package/es/components/date-picker/src/index.vue.d.ts +11 -11
  8. package/es/components/descriptions/index.d.ts +19 -19
  9. package/es/components/descriptions/src/index.vue.d.ts +1 -1
  10. package/es/components/dialog/index.d.ts +30 -30
  11. package/es/components/dialog/src/index.vue.d.ts +2 -2
  12. package/es/components/dialog-form/index.d.ts +6 -6
  13. package/es/components/dialog-form/src/index.vue.d.ts +3 -3
  14. package/es/components/display-item/index.d.ts +25 -25
  15. package/es/components/display-item/src/index.vue.d.ts +7 -7
  16. package/es/components/display-item/src/index.vue2.mjs +3 -0
  17. package/es/components/drawer-form/index.d.ts +36 -36
  18. package/es/components/drawer-form/src/index.vue.d.ts +5 -5
  19. package/es/components/form/index.d.ts +88 -88
  20. package/es/components/form/src/form-content.vue.d.ts +9 -9
  21. package/es/components/form/src/index.vue.d.ts +11 -11
  22. package/es/components/form/src/index.vue2.mjs +5 -5
  23. package/es/components/form-item/index.d.ts +84 -84
  24. package/es/components/form-item/src/index.vue.d.ts +16 -12
  25. package/es/components/input-tag/index.d.ts +6 -6
  26. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  27. package/es/components/page/index.d.ts +1039 -994
  28. package/es/components/page/src/index.vue.d.ts +361 -374
  29. package/es/components/page/src/index.vue2.mjs +10 -3
  30. package/es/components/pagination/index.d.ts +27 -27
  31. package/es/components/pagination/src/index.vue.d.ts +3 -3
  32. package/es/components/popover/index.d.ts +49 -49
  33. package/es/components/popover/src/index.vue.d.ts +3 -3
  34. package/es/components/radio/index.d.ts +10 -10
  35. package/es/components/radio/src/index.vue.d.ts +2 -2
  36. package/es/components/render/index.d.ts +14 -14
  37. package/es/components/render/src/index.vue.d.ts +1 -1
  38. package/es/components/search/index.d.ts +266 -266
  39. package/es/components/search/src/index.vue.d.ts +77 -77
  40. package/es/components/search/src/index.vue2.mjs +1 -1
  41. package/es/components/sidebar/index.d.ts +16 -16
  42. package/es/components/steps-form/index.d.ts +23 -23
  43. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  44. package/es/components/table/index.d.ts +183 -164
  45. package/es/components/table/src/index.vue.d.ts +16 -13
  46. package/es/components/table/src/index.vue2.mjs +4 -2
  47. package/es/components/table/src/table-action-bar.vue.d.ts +6 -2
  48. package/es/components/table/src/table-action-bar.vue2.mjs +3 -1
  49. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  50. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  51. package/es/components/table/src/table-column-index.vue2.mjs +1 -1
  52. package/es/components/table/src/table-column.vue.d.ts +25 -43
  53. package/es/components/table/src/table-column.vue2.mjs +8 -1
  54. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  55. package/es/components/table/src/type.d.ts +2 -0
  56. package/es/index.css +8 -8
  57. package/global.d.ts +29 -29
  58. package/index.js +35 -14
  59. package/index.min.js +2 -2
  60. package/index.min.mjs +2 -2
  61. package/index.mjs +35 -14
  62. package/lib/components/check-card/index.d.ts +4 -4
  63. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  64. package/lib/components/check-card-group/index.d.ts +4 -4
  65. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  66. package/lib/components/date-picker/index.d.ts +11 -11
  67. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  68. package/lib/components/descriptions/index.d.ts +19 -19
  69. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  70. package/lib/components/dialog/index.d.ts +30 -30
  71. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  72. package/lib/components/dialog-form/index.d.ts +6 -6
  73. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  74. package/lib/components/display-item/index.d.ts +25 -25
  75. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  76. package/lib/components/display-item/src/index.vue2.js +3 -0
  77. package/lib/components/drawer-form/index.d.ts +36 -36
  78. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  79. package/lib/components/form/index.d.ts +88 -88
  80. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  81. package/lib/components/form/src/index.vue.d.ts +11 -11
  82. package/lib/components/form/src/index.vue2.js +5 -5
  83. package/lib/components/form-item/index.d.ts +84 -84
  84. package/lib/components/form-item/src/index.vue.d.ts +16 -12
  85. package/lib/components/input-tag/index.d.ts +6 -6
  86. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  87. package/lib/components/page/index.d.ts +1039 -994
  88. package/lib/components/page/src/index.vue.d.ts +361 -374
  89. package/lib/components/page/src/index.vue2.js +9 -2
  90. package/lib/components/pagination/index.d.ts +27 -27
  91. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  92. package/lib/components/popover/index.d.ts +49 -49
  93. package/lib/components/popover/src/index.vue.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +10 -10
  95. package/lib/components/radio/src/index.vue.d.ts +2 -2
  96. package/lib/components/render/index.d.ts +14 -14
  97. package/lib/components/render/src/index.vue.d.ts +1 -1
  98. package/lib/components/search/index.d.ts +266 -266
  99. package/lib/components/search/src/index.vue.d.ts +77 -77
  100. package/lib/components/search/src/index.vue2.js +1 -1
  101. package/lib/components/sidebar/index.d.ts +16 -16
  102. package/lib/components/steps-form/index.d.ts +23 -23
  103. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  104. package/lib/components/table/index.d.ts +183 -164
  105. package/lib/components/table/src/index.vue.d.ts +16 -13
  106. package/lib/components/table/src/index.vue2.js +4 -2
  107. package/lib/components/table/src/table-action-bar.vue.d.ts +6 -2
  108. package/lib/components/table/src/table-action-bar.vue2.js +3 -1
  109. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  110. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  111. package/lib/components/table/src/table-column-index.vue2.js +1 -1
  112. package/lib/components/table/src/table-column.vue.d.ts +25 -43
  113. package/lib/components/table/src/table-column.vue2.js +8 -1
  114. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  115. package/lib/components/table/src/type.d.ts +2 -0
  116. package/lib/index.css +13 -13
  117. package/locale/en.js +1 -1
  118. package/locale/en.min.js +1 -1
  119. package/locale/en.min.mjs +1 -1
  120. package/locale/en.mjs +1 -1
  121. package/locale/ja.js +1 -1
  122. package/locale/ja.min.js +1 -1
  123. package/locale/ja.min.mjs +1 -1
  124. package/locale/ja.mjs +1 -1
  125. package/locale/ko.js +1 -1
  126. package/locale/ko.min.js +1 -1
  127. package/locale/ko.min.mjs +1 -1
  128. package/locale/ko.mjs +1 -1
  129. package/locale/zh-cn.js +1 -1
  130. package/locale/zh-cn.min.js +1 -1
  131. package/locale/zh-cn.min.mjs +1 -1
  132. package/locale/zh-cn.mjs +1 -1
  133. package/locale/zh-tw.js +1 -1
  134. package/locale/zh-tw.min.js +1 -1
  135. package/locale/zh-tw.min.mjs +1 -1
  136. package/locale/zh-tw.mjs +1 -1
  137. package/package.json +1 -1
  138. package/theme-chalk/src/breadcrumb.scss +9 -9
  139. package/theme-chalk/src/date-picker.scss +96 -96
  140. package/theme-chalk/src/descriptions.scss +41 -41
  141. package/theme-chalk/src/display-item.scss +82 -82
  142. package/theme-chalk/src/drawer-form.scss +16 -16
  143. package/theme-chalk/src/form.scss +34 -34
  144. package/theme-chalk/src/input-tag.scss +91 -91
  145. package/theme-chalk/src/layout.scss +36 -36
  146. package/theme-chalk/src/mixins/function.scss +73 -73
  147. package/theme-chalk/src/search.scss +49 -49
  148. package/theme-chalk/src/sidebar.scss +93 -93
  149. package/theme-chalk/src/table.scss +170 -170
  150. package/theme-chalk/src/var/index.scss +6 -6
@@ -4,7 +4,7 @@ import { Options } from 'sortablejs';
4
4
  import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
5
5
  import { LooseRequired } from '@vue/shared';
6
6
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
7
- import { CardProps, ColProps, RowProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
7
+ import { CardProps, RowProps, ColProps, FormItemRule, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps, TableColumnCtx, SummaryMethod, ColumnCls, ColumnStyle, CellCls, CellStyle, Sort, TreeNode, Translator, Table } from 'element-plus';
8
8
  import { PlusSearchProps, PlusTableProps, PlusPaginationProps, PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, ActionBarProps, ColumnSetting, ButtonsCallBackParams, FormChangeCallBackParams, FilterTableHeaderEventType, TableFormRefRow } from 'packages/plus-pro-components';
9
9
  import { PlusColumn, RecordType, PageInfo, Mutable, FieldValues, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from '@wlydfe/pro-ui';
10
10
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component, CSSProperties, ShallowRef } from 'vue';
@@ -31,6 +31,10 @@ export declare const PlusPage: {
31
31
  type: PropType<Partial< PlusTableProps>>;
32
32
  default: () => {};
33
33
  };
34
+ pagination: {
35
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
36
+ default: () => {};
37
+ };
34
38
  params: {
35
39
  type: PropType<RecordType>;
36
40
  default: () => {};
@@ -42,10 +46,6 @@ export declare const PlusPage: {
42
46
  }>>;
43
47
  required: true;
44
48
  };
45
- pagination: {
46
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
47
- default: () => {};
48
- };
49
49
  postData: {
50
50
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
51
51
  default: undefined;
@@ -111,9 +111,9 @@ export declare const PlusPage: {
111
111
  labelPosition: "top" | "right" | "left";
112
112
  inline: boolean;
113
113
  showNumber: number;
114
- colProps: Partial< Mutable<ColProps>>;
115
- rowProps: Partial< Mutable<RowProps>>;
116
114
  defaultValues: FieldValues;
115
+ rowProps: Partial< Mutable<RowProps>>;
116
+ colProps: Partial< Mutable<ColProps>>;
117
117
  hasFooter: boolean;
118
118
  hasReset: boolean;
119
119
  resetText: string;
@@ -129,9 +129,9 @@ export declare const PlusPage: {
129
129
  readonly modelValue: FieldValues;
130
130
  readonly inline: boolean;
131
131
  readonly showNumber: number;
132
- readonly colProps: Partial< Mutable<ColProps>>;
133
- readonly rowProps: Partial< Mutable<RowProps>>;
134
132
  readonly defaultValues: FieldValues;
133
+ readonly rowProps: Partial< Mutable<RowProps>>;
134
+ readonly colProps: Partial< Mutable<ColProps>>;
135
135
  readonly hasFooter: boolean;
136
136
  readonly hasReset: boolean;
137
137
  readonly resetText: string;
@@ -143,8 +143,8 @@ export declare const PlusPage: {
143
143
  readonly searchLoading: boolean;
144
144
  readonly needValidate: boolean;
145
145
  readonly labelPosition?: "top" | "right" | "left" | undefined;
146
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
147
146
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
147
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
148
148
  onReset?: ((values: FieldValues) => any) | undefined;
149
149
  onSearch?: ((values: FieldValues) => any) | undefined;
150
150
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -169,6 +169,16 @@ export declare const PlusPage: {
169
169
  type: PropType<number>;
170
170
  default: number;
171
171
  };
172
+ defaultValues: {
173
+ type: PropType<FieldValues>;
174
+ default: () => {};
175
+ };
176
+ rowProps: {
177
+ type: PropType<Partial< Mutable<RowProps>>>;
178
+ default: () => {
179
+ gutter: number;
180
+ };
181
+ };
172
182
  colProps: {
173
183
  type: PropType<Partial< Mutable<ColProps>>>;
174
184
  default: () => {
@@ -179,16 +189,6 @@ export declare const PlusPage: {
179
189
  xl: number;
180
190
  };
181
191
  };
182
- rowProps: {
183
- type: PropType<Partial< Mutable<RowProps>>>;
184
- default: () => {
185
- gutter: number;
186
- };
187
- };
188
- defaultValues: {
189
- type: PropType<FieldValues>;
190
- default: () => {};
191
- };
192
192
  hasFooter: {
193
193
  type: PropType<boolean>;
194
194
  default: boolean;
@@ -230,12 +230,12 @@ export declare const PlusPage: {
230
230
  default: boolean;
231
231
  };
232
232
  }>> & {
233
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
234
233
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
234
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
235
235
  onReset?: ((values: FieldValues) => any) | undefined;
236
236
  onSearch?: ((values: FieldValues) => any) | undefined;
237
237
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
238
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
238
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
239
239
  $attrs: {
240
240
  [x: string]: unknown;
241
241
  };
@@ -247,7 +247,7 @@ export declare const PlusPage: {
247
247
  }>;
248
248
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
249
249
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
250
- $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);
250
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
251
251
  $el: any;
252
252
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
253
253
  columns: {
@@ -270,6 +270,16 @@ export declare const PlusPage: {
270
270
  type: PropType<number>;
271
271
  default: number;
272
272
  };
273
+ defaultValues: {
274
+ type: PropType<FieldValues>;
275
+ default: () => {};
276
+ };
277
+ rowProps: {
278
+ type: PropType<Partial< Mutable<RowProps>>>;
279
+ default: () => {
280
+ gutter: number;
281
+ };
282
+ };
273
283
  colProps: {
274
284
  type: PropType<Partial< Mutable<ColProps>>>;
275
285
  default: () => {
@@ -280,16 +290,6 @@ export declare const PlusPage: {
280
290
  xl: number;
281
291
  };
282
292
  };
283
- rowProps: {
284
- type: PropType<Partial< Mutable<RowProps>>>;
285
- default: () => {
286
- gutter: number;
287
- };
288
- };
289
- defaultValues: {
290
- type: PropType<FieldValues>;
291
- default: () => {};
292
- };
293
293
  hasFooter: {
294
294
  type: PropType<boolean>;
295
295
  default: boolean;
@@ -331,8 +331,8 @@ export declare const PlusPage: {
331
331
  default: boolean;
332
332
  };
333
333
  }>> & {
334
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
335
334
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
335
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
336
336
  onReset?: ((values: FieldValues) => any) | undefined;
337
337
  onSearch?: ((values: FieldValues) => any) | undefined;
338
338
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -349,12 +349,9 @@ export declare const PlusPage: {
349
349
  labelWidth: string | number;
350
350
  labelSuffix: string;
351
351
  hasLabel: boolean;
352
- clearable: boolean;
353
- colProps: Partial< Mutable<ColProps>>;
354
- collapseDuration: number;
355
- collapseTransition: boolean;
356
- rowProps: Partial< Mutable<RowProps>>;
357
352
  defaultValues: FieldValues;
353
+ rowProps: Partial< Mutable<RowProps>>;
354
+ colProps: Partial< Mutable<ColProps>>;
358
355
  hasErrorTip: boolean;
359
356
  hasFooter: boolean;
360
357
  hasReset: boolean;
@@ -364,6 +361,9 @@ export declare const PlusPage: {
364
361
  footerAlign: "right" | "left" | "center";
365
362
  cardProps: Partial< Mutable<CardProps>>;
366
363
  prevent: boolean;
364
+ collapseDuration: number;
365
+ collapseTransition: boolean;
366
+ clearable: boolean;
367
367
  }> & Omit<{
368
368
  readonly columns: PlusColumn[];
369
369
  readonly group: false | PlusFormGroupRow[];
@@ -373,10 +373,9 @@ export declare const PlusPage: {
373
373
  readonly labelWidth: string | number;
374
374
  readonly labelSuffix: string;
375
375
  readonly hasLabel: boolean;
376
- readonly clearable: boolean;
377
- readonly colProps: Partial< Mutable<ColProps>>;
378
- readonly rowProps: Partial< Mutable<RowProps>>;
379
376
  readonly defaultValues: FieldValues;
377
+ readonly rowProps: Partial< Mutable<RowProps>>;
378
+ readonly colProps: Partial< Mutable<ColProps>>;
380
379
  readonly hasErrorTip: boolean;
381
380
  readonly hasFooter: boolean;
382
381
  readonly hasReset: boolean;
@@ -386,10 +385,11 @@ export declare const PlusPage: {
386
385
  readonly footerAlign: "right" | "left" | "center";
387
386
  readonly cardProps: Partial< Mutable<CardProps>>;
388
387
  readonly prevent: boolean;
388
+ readonly clearable: boolean;
389
389
  readonly collapseDuration?: number | undefined;
390
390
  readonly collapseTransition?: boolean | undefined;
391
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
392
391
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
392
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
393
393
  onReset?: ((values: FieldValues) => any) | undefined;
394
394
  onSubmit?: ((values: FieldValues) => any) | undefined;
395
395
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -427,28 +427,16 @@ export declare const PlusPage: {
427
427
  type: PropType<boolean>;
428
428
  default: boolean;
429
429
  };
430
- clearable: {
431
- type: PropType<boolean>;
432
- default: boolean;
433
- };
434
- colProps: {
435
- type: PropType<Partial< Mutable<ColProps>>>;
430
+ defaultValues: {
431
+ type: PropType<FieldValues>;
436
432
  default: () => {};
437
433
  };
438
- collapseDuration: {
439
- type: PropType<number>;
440
- default: undefined;
441
- };
442
- collapseTransition: {
443
- type: PropType<boolean>;
444
- default: undefined;
445
- };
446
434
  rowProps: {
447
435
  type: PropType<Partial< Mutable<RowProps>>>;
448
436
  default: () => {};
449
437
  };
450
- defaultValues: {
451
- type: PropType<FieldValues>;
438
+ colProps: {
439
+ type: PropType<Partial< Mutable<ColProps>>>;
452
440
  default: () => {};
453
441
  };
454
442
  hasErrorTip: {
@@ -487,14 +475,26 @@ export declare const PlusPage: {
487
475
  type: PropType<boolean>;
488
476
  default: boolean;
489
477
  };
478
+ collapseDuration: {
479
+ type: PropType<number>;
480
+ default: undefined;
481
+ };
482
+ collapseTransition: {
483
+ type: PropType<boolean>;
484
+ default: undefined;
485
+ };
486
+ clearable: {
487
+ type: PropType<boolean>;
488
+ default: boolean;
489
+ };
490
490
  }>> & {
491
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
492
491
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
492
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
493
493
  onReset?: ((values: FieldValues) => any) | undefined;
494
494
  onSubmit?: ((values: FieldValues) => any) | undefined;
495
495
  onValidate?: ((...args: any[]) => any) | undefined;
496
496
  onSubmitError?: ((errors: unknown) => any) | undefined;
497
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
497
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
498
498
  $attrs: {
499
499
  [x: string]: unknown;
500
500
  };
@@ -506,7 +506,7 @@ export declare const PlusPage: {
506
506
  }>;
507
507
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
508
508
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
509
- $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);
509
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
510
510
  $el: any;
511
511
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
512
512
  columns: {
@@ -541,28 +541,16 @@ export declare const PlusPage: {
541
541
  type: PropType<boolean>;
542
542
  default: boolean;
543
543
  };
544
- clearable: {
545
- type: PropType<boolean>;
546
- default: boolean;
547
- };
548
- colProps: {
549
- type: PropType<Partial< Mutable<ColProps>>>;
544
+ defaultValues: {
545
+ type: PropType<FieldValues>;
550
546
  default: () => {};
551
547
  };
552
- collapseDuration: {
553
- type: PropType<number>;
554
- default: undefined;
555
- };
556
- collapseTransition: {
557
- type: PropType<boolean>;
558
- default: undefined;
559
- };
560
548
  rowProps: {
561
549
  type: PropType<Partial< Mutable<RowProps>>>;
562
550
  default: () => {};
563
551
  };
564
- defaultValues: {
565
- type: PropType<FieldValues>;
552
+ colProps: {
553
+ type: PropType<Partial< Mutable<ColProps>>>;
566
554
  default: () => {};
567
555
  };
568
556
  hasErrorTip: {
@@ -601,9 +589,21 @@ export declare const PlusPage: {
601
589
  type: PropType<boolean>;
602
590
  default: boolean;
603
591
  };
592
+ collapseDuration: {
593
+ type: PropType<number>;
594
+ default: undefined;
595
+ };
596
+ collapseTransition: {
597
+ type: PropType<boolean>;
598
+ default: undefined;
599
+ };
600
+ clearable: {
601
+ type: PropType<boolean>;
602
+ default: boolean;
603
+ };
604
604
  }>> & {
605
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
606
605
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
606
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
607
607
  onReset?: ((values: FieldValues) => any) | undefined;
608
608
  onSubmit?: ((values: FieldValues) => any) | undefined;
609
609
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -909,12 +909,9 @@ export declare const PlusPage: {
909
909
  labelWidth: string | number;
910
910
  labelSuffix: string;
911
911
  hasLabel: boolean;
912
- clearable: boolean;
913
- colProps: Partial< Mutable<ColProps>>;
914
- collapseDuration: number;
915
- collapseTransition: boolean;
916
- rowProps: Partial< Mutable<RowProps>>;
917
912
  defaultValues: FieldValues;
913
+ rowProps: Partial< Mutable<RowProps>>;
914
+ colProps: Partial< Mutable<ColProps>>;
918
915
  hasErrorTip: boolean;
919
916
  hasFooter: boolean;
920
917
  hasReset: boolean;
@@ -924,6 +921,9 @@ export declare const PlusPage: {
924
921
  footerAlign: "right" | "left" | "center";
925
922
  cardProps: Partial< Mutable<CardProps>>;
926
923
  prevent: boolean;
924
+ collapseDuration: number;
925
+ collapseTransition: boolean;
926
+ clearable: boolean;
927
927
  }, {}, string, {}> & {
928
928
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
929
929
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -977,28 +977,16 @@ export declare const PlusPage: {
977
977
  type: PropType<boolean>;
978
978
  default: boolean;
979
979
  };
980
- clearable: {
981
- type: PropType<boolean>;
982
- default: boolean;
983
- };
984
- colProps: {
985
- type: PropType<Partial< Mutable<ColProps>>>;
980
+ defaultValues: {
981
+ type: PropType<FieldValues>;
986
982
  default: () => {};
987
983
  };
988
- collapseDuration: {
989
- type: PropType<number>;
990
- default: undefined;
991
- };
992
- collapseTransition: {
993
- type: PropType<boolean>;
994
- default: undefined;
995
- };
996
984
  rowProps: {
997
985
  type: PropType<Partial< Mutable<RowProps>>>;
998
986
  default: () => {};
999
987
  };
1000
- defaultValues: {
1001
- type: PropType<FieldValues>;
988
+ colProps: {
989
+ type: PropType<Partial< Mutable<ColProps>>>;
1002
990
  default: () => {};
1003
991
  };
1004
992
  hasErrorTip: {
@@ -1037,9 +1025,21 @@ export declare const PlusPage: {
1037
1025
  type: PropType<boolean>;
1038
1026
  default: boolean;
1039
1027
  };
1028
+ collapseDuration: {
1029
+ type: PropType<number>;
1030
+ default: undefined;
1031
+ };
1032
+ collapseTransition: {
1033
+ type: PropType<boolean>;
1034
+ default: undefined;
1035
+ };
1036
+ clearable: {
1037
+ type: PropType<boolean>;
1038
+ default: boolean;
1039
+ };
1040
1040
  }>> & {
1041
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1042
1041
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1042
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1043
1043
  onReset?: ((values: FieldValues) => any) | undefined;
1044
1044
  onSubmit?: ((values: FieldValues) => any) | undefined;
1045
1045
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1339,7 +1339,7 @@ export declare const PlusPage: {
1339
1339
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1340
1340
  columns?: PlusColumn[] | undefined;
1341
1341
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1342
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1342
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1343
1343
  readonly label: string | ComputedRef<string>;
1344
1344
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1345
1345
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1353,7 +1353,7 @@ export declare const PlusPage: {
1353
1353
  style: CSSProperties;
1354
1354
  rows: number;
1355
1355
  autocomplete: string;
1356
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
1356
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1357
1357
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1358
1358
  step: string | number;
1359
1359
  format: string | ProgressFn | undefined;
@@ -1414,7 +1414,7 @@ export declare const PlusPage: {
1414
1414
  clearable: boolean;
1415
1415
  index: number;
1416
1416
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1417
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1417
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1418
1418
  readonly label: string | ComputedRef<string>;
1419
1419
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1420
1420
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1428,7 +1428,7 @@ export declare const PlusPage: {
1428
1428
  style: CSSProperties;
1429
1429
  rows: number;
1430
1430
  autocomplete: string;
1431
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
1431
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1432
1432
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1433
1433
  step: string | number;
1434
1434
  format: string | ProgressFn | undefined;
@@ -1517,9 +1517,9 @@ export declare const PlusPage: {
1517
1517
  labelPosition: "top" | "right" | "left";
1518
1518
  inline: boolean;
1519
1519
  showNumber: number;
1520
- colProps: Partial< Mutable<ColProps>>;
1521
- rowProps: Partial< Mutable<RowProps>>;
1522
1520
  defaultValues: FieldValues;
1521
+ rowProps: Partial< Mutable<RowProps>>;
1522
+ colProps: Partial< Mutable<ColProps>>;
1523
1523
  hasFooter: boolean;
1524
1524
  hasReset: boolean;
1525
1525
  resetText: string;
@@ -1571,6 +1571,16 @@ export declare const PlusPage: {
1571
1571
  type: PropType<number>;
1572
1572
  default: number;
1573
1573
  };
1574
+ defaultValues: {
1575
+ type: PropType<FieldValues>;
1576
+ default: () => {};
1577
+ };
1578
+ rowProps: {
1579
+ type: PropType<Partial< Mutable<RowProps>>>;
1580
+ default: () => {
1581
+ gutter: number;
1582
+ };
1583
+ };
1574
1584
  colProps: {
1575
1585
  type: PropType<Partial< Mutable<ColProps>>>;
1576
1586
  default: () => {
@@ -1581,16 +1591,6 @@ export declare const PlusPage: {
1581
1591
  xl: number;
1582
1592
  };
1583
1593
  };
1584
- rowProps: {
1585
- type: PropType<Partial< Mutable<RowProps>>>;
1586
- default: () => {
1587
- gutter: number;
1588
- };
1589
- };
1590
- defaultValues: {
1591
- type: PropType<FieldValues>;
1592
- default: () => {};
1593
- };
1594
1594
  hasFooter: {
1595
1595
  type: PropType<boolean>;
1596
1596
  default: boolean;
@@ -1632,8 +1632,8 @@ export declare const PlusPage: {
1632
1632
  default: boolean;
1633
1633
  };
1634
1634
  }>> & {
1635
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1636
1635
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1636
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1637
1637
  onReset?: ((values: FieldValues) => any) | undefined;
1638
1638
  onSearch?: ((values: FieldValues) => any) | undefined;
1639
1639
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1650,12 +1650,9 @@ export declare const PlusPage: {
1650
1650
  labelWidth: string | number;
1651
1651
  labelSuffix: string;
1652
1652
  hasLabel: boolean;
1653
- clearable: boolean;
1654
- colProps: Partial< Mutable<ColProps>>;
1655
- collapseDuration: number;
1656
- collapseTransition: boolean;
1657
- rowProps: Partial< Mutable<RowProps>>;
1658
1653
  defaultValues: FieldValues;
1654
+ rowProps: Partial< Mutable<RowProps>>;
1655
+ colProps: Partial< Mutable<ColProps>>;
1659
1656
  hasErrorTip: boolean;
1660
1657
  hasFooter: boolean;
1661
1658
  hasReset: boolean;
@@ -1665,6 +1662,9 @@ export declare const PlusPage: {
1665
1662
  footerAlign: "right" | "left" | "center";
1666
1663
  cardProps: Partial< Mutable<CardProps>>;
1667
1664
  prevent: boolean;
1665
+ collapseDuration: number;
1666
+ collapseTransition: boolean;
1667
+ clearable: boolean;
1668
1668
  }> & Omit<{
1669
1669
  readonly columns: PlusColumn[];
1670
1670
  readonly group: false | PlusFormGroupRow[];
@@ -1674,10 +1674,9 @@ export declare const PlusPage: {
1674
1674
  readonly labelWidth: string | number;
1675
1675
  readonly labelSuffix: string;
1676
1676
  readonly hasLabel: boolean;
1677
- readonly clearable: boolean;
1678
- readonly colProps: Partial< Mutable<ColProps>>;
1679
- readonly rowProps: Partial< Mutable<RowProps>>;
1680
1677
  readonly defaultValues: FieldValues;
1678
+ readonly rowProps: Partial< Mutable<RowProps>>;
1679
+ readonly colProps: Partial< Mutable<ColProps>>;
1681
1680
  readonly hasErrorTip: boolean;
1682
1681
  readonly hasFooter: boolean;
1683
1682
  readonly hasReset: boolean;
@@ -1687,10 +1686,11 @@ export declare const PlusPage: {
1687
1686
  readonly footerAlign: "right" | "left" | "center";
1688
1687
  readonly cardProps: Partial< Mutable<CardProps>>;
1689
1688
  readonly prevent: boolean;
1689
+ readonly clearable: boolean;
1690
1690
  readonly collapseDuration?: number | undefined;
1691
1691
  readonly collapseTransition?: boolean | undefined;
1692
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1693
1692
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1693
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1694
1694
  onReset?: ((values: FieldValues) => any) | undefined;
1695
1695
  onSubmit?: ((values: FieldValues) => any) | undefined;
1696
1696
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1728,28 +1728,16 @@ export declare const PlusPage: {
1728
1728
  type: PropType<boolean>;
1729
1729
  default: boolean;
1730
1730
  };
1731
- clearable: {
1732
- type: PropType<boolean>;
1733
- default: boolean;
1734
- };
1735
- colProps: {
1736
- type: PropType<Partial< Mutable<ColProps>>>;
1731
+ defaultValues: {
1732
+ type: PropType<FieldValues>;
1737
1733
  default: () => {};
1738
1734
  };
1739
- collapseDuration: {
1740
- type: PropType<number>;
1741
- default: undefined;
1742
- };
1743
- collapseTransition: {
1744
- type: PropType<boolean>;
1745
- default: undefined;
1746
- };
1747
1735
  rowProps: {
1748
1736
  type: PropType<Partial< Mutable<RowProps>>>;
1749
1737
  default: () => {};
1750
1738
  };
1751
- defaultValues: {
1752
- type: PropType<FieldValues>;
1739
+ colProps: {
1740
+ type: PropType<Partial< Mutable<ColProps>>>;
1753
1741
  default: () => {};
1754
1742
  };
1755
1743
  hasErrorTip: {
@@ -1788,14 +1776,26 @@ export declare const PlusPage: {
1788
1776
  type: PropType<boolean>;
1789
1777
  default: boolean;
1790
1778
  };
1791
- }>> & {
1792
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1779
+ collapseDuration: {
1780
+ type: PropType<number>;
1781
+ default: undefined;
1782
+ };
1783
+ collapseTransition: {
1784
+ type: PropType<boolean>;
1785
+ default: undefined;
1786
+ };
1787
+ clearable: {
1788
+ type: PropType<boolean>;
1789
+ default: boolean;
1790
+ };
1791
+ }>> & {
1793
1792
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1793
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1794
1794
  onReset?: ((values: FieldValues) => any) | undefined;
1795
1795
  onSubmit?: ((values: FieldValues) => any) | undefined;
1796
1796
  onValidate?: ((...args: any[]) => any) | undefined;
1797
1797
  onSubmitError?: ((errors: unknown) => any) | undefined;
1798
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
1798
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
1799
1799
  $attrs: {
1800
1800
  [x: string]: unknown;
1801
1801
  };
@@ -1807,7 +1807,7 @@ export declare const PlusPage: {
1807
1807
  }>;
1808
1808
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1809
1809
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1810
- $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);
1810
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
1811
1811
  $el: any;
1812
1812
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1813
1813
  columns: {
@@ -1842,28 +1842,16 @@ export declare const PlusPage: {
1842
1842
  type: PropType<boolean>;
1843
1843
  default: boolean;
1844
1844
  };
1845
- clearable: {
1846
- type: PropType<boolean>;
1847
- default: boolean;
1848
- };
1849
- colProps: {
1850
- type: PropType<Partial< Mutable<ColProps>>>;
1845
+ defaultValues: {
1846
+ type: PropType<FieldValues>;
1851
1847
  default: () => {};
1852
1848
  };
1853
- collapseDuration: {
1854
- type: PropType<number>;
1855
- default: undefined;
1856
- };
1857
- collapseTransition: {
1858
- type: PropType<boolean>;
1859
- default: undefined;
1860
- };
1861
1849
  rowProps: {
1862
1850
  type: PropType<Partial< Mutable<RowProps>>>;
1863
1851
  default: () => {};
1864
1852
  };
1865
- defaultValues: {
1866
- type: PropType<FieldValues>;
1853
+ colProps: {
1854
+ type: PropType<Partial< Mutable<ColProps>>>;
1867
1855
  default: () => {};
1868
1856
  };
1869
1857
  hasErrorTip: {
@@ -1902,9 +1890,21 @@ export declare const PlusPage: {
1902
1890
  type: PropType<boolean>;
1903
1891
  default: boolean;
1904
1892
  };
1893
+ collapseDuration: {
1894
+ type: PropType<number>;
1895
+ default: undefined;
1896
+ };
1897
+ collapseTransition: {
1898
+ type: PropType<boolean>;
1899
+ default: undefined;
1900
+ };
1901
+ clearable: {
1902
+ type: PropType<boolean>;
1903
+ default: boolean;
1904
+ };
1905
1905
  }>> & {
1906
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1907
1906
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1907
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1908
1908
  onReset?: ((values: FieldValues) => any) | undefined;
1909
1909
  onSubmit?: ((values: FieldValues) => any) | undefined;
1910
1910
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2210,12 +2210,9 @@ export declare const PlusPage: {
2210
2210
  labelWidth: string | number;
2211
2211
  labelSuffix: string;
2212
2212
  hasLabel: boolean;
2213
- clearable: boolean;
2214
- colProps: Partial< Mutable<ColProps>>;
2215
- collapseDuration: number;
2216
- collapseTransition: boolean;
2217
- rowProps: Partial< Mutable<RowProps>>;
2218
2213
  defaultValues: FieldValues;
2214
+ rowProps: Partial< Mutable<RowProps>>;
2215
+ colProps: Partial< Mutable<ColProps>>;
2219
2216
  hasErrorTip: boolean;
2220
2217
  hasFooter: boolean;
2221
2218
  hasReset: boolean;
@@ -2225,6 +2222,9 @@ export declare const PlusPage: {
2225
2222
  footerAlign: "right" | "left" | "center";
2226
2223
  cardProps: Partial< Mutable<CardProps>>;
2227
2224
  prevent: boolean;
2225
+ collapseDuration: number;
2226
+ collapseTransition: boolean;
2227
+ clearable: boolean;
2228
2228
  }, {}, string, {}> & {
2229
2229
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2230
2230
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2278,28 +2278,16 @@ export declare const PlusPage: {
2278
2278
  type: PropType<boolean>;
2279
2279
  default: boolean;
2280
2280
  };
2281
- clearable: {
2282
- type: PropType<boolean>;
2283
- default: boolean;
2284
- };
2285
- colProps: {
2286
- type: PropType<Partial< Mutable<ColProps>>>;
2281
+ defaultValues: {
2282
+ type: PropType<FieldValues>;
2287
2283
  default: () => {};
2288
2284
  };
2289
- collapseDuration: {
2290
- type: PropType<number>;
2291
- default: undefined;
2292
- };
2293
- collapseTransition: {
2294
- type: PropType<boolean>;
2295
- default: undefined;
2296
- };
2297
2285
  rowProps: {
2298
2286
  type: PropType<Partial< Mutable<RowProps>>>;
2299
2287
  default: () => {};
2300
2288
  };
2301
- defaultValues: {
2302
- type: PropType<FieldValues>;
2289
+ colProps: {
2290
+ type: PropType<Partial< Mutable<ColProps>>>;
2303
2291
  default: () => {};
2304
2292
  };
2305
2293
  hasErrorTip: {
@@ -2338,9 +2326,21 @@ export declare const PlusPage: {
2338
2326
  type: PropType<boolean>;
2339
2327
  default: boolean;
2340
2328
  };
2329
+ collapseDuration: {
2330
+ type: PropType<number>;
2331
+ default: undefined;
2332
+ };
2333
+ collapseTransition: {
2334
+ type: PropType<boolean>;
2335
+ default: undefined;
2336
+ };
2337
+ clearable: {
2338
+ type: PropType<boolean>;
2339
+ default: boolean;
2340
+ };
2341
2341
  }>> & {
2342
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2343
2342
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2343
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2344
2344
  onReset?: ((values: FieldValues) => any) | undefined;
2345
2345
  onSubmit?: ((values: FieldValues) => any) | undefined;
2346
2346
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2640,7 +2640,7 @@ export declare const PlusPage: {
2640
2640
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2641
2641
  columns?: PlusColumn[] | undefined;
2642
2642
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2643
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2643
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2644
2644
  readonly label: string | ComputedRef<string>;
2645
2645
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2646
2646
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2654,7 +2654,7 @@ export declare const PlusPage: {
2654
2654
  style: CSSProperties;
2655
2655
  rows: number;
2656
2656
  autocomplete: string;
2657
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
2657
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2658
2658
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2659
2659
  step: string | number;
2660
2660
  format: string | ProgressFn | undefined;
@@ -2715,7 +2715,7 @@ export declare const PlusPage: {
2715
2715
  clearable: boolean;
2716
2716
  index: number;
2717
2717
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2718
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2718
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2719
2719
  readonly label: string | ComputedRef<string>;
2720
2720
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2721
2721
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2729,7 +2729,7 @@ export declare const PlusPage: {
2729
2729
  style: CSSProperties;
2730
2730
  rows: number;
2731
2731
  autocomplete: string;
2732
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
2732
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2733
2733
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2734
2734
  step: string | number;
2735
2735
  format: string | ProgressFn | undefined;
@@ -2808,7 +2808,7 @@ export declare const PlusPage: {
2808
2808
  handleUnfold: (e: MouseEvent) => void;
2809
2809
  }> & {} & ComponentCustomProperties & {} & {
2810
2810
  $slots: Partial<Record<NonNullable<string | number>, (_: {
2811
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2811
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2812
2812
  readonly label: string | ComputedRef<string>;
2813
2813
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2814
2814
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2822,7 +2822,7 @@ export declare const PlusPage: {
2822
2822
  style: CSSProperties;
2823
2823
  rows: number;
2824
2824
  autocomplete: string;
2825
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
2825
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2826
2826
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2827
2827
  step: string | number;
2828
2828
  format: string | ProgressFn | undefined;
@@ -2896,6 +2896,7 @@ export declare const PlusPage: {
2896
2896
  $: ComponentInternalInstance;
2897
2897
  $data: {};
2898
2898
  $props: Partial<{
2899
+ showOverflowTooltip: boolean;
2899
2900
  columns: PlusColumn[];
2900
2901
  data: RecordType[];
2901
2902
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -2905,11 +2906,11 @@ export declare const PlusPage: {
2905
2906
  columnIndex: number;
2906
2907
  }) => CSSProperties>;
2907
2908
  rowKey: string | ((row: any[]) => string);
2909
+ tableData: RecordType[];
2910
+ defaultSize: "" | "default" | "small" | "large";
2911
+ pagination: false | Partial< PlusPaginationProps>;
2908
2912
  actionBar: false | Partial< ActionBarProps>;
2909
- editable: boolean | "click" | "dblclick";
2910
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
2911
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2912
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2913
+ hasIndexColumn: boolean;
2913
2914
  titleBar: boolean | Partial<Partial<{
2914
2915
  title?: string | undefined;
2915
2916
  refresh?: boolean | undefined;
@@ -2920,25 +2921,26 @@ export declare const PlusPage: {
2920
2921
  color?: string | undefined;
2921
2922
  } | undefined;
2922
2923
  }>>;
2923
- defaultSize: "" | "default" | "small" | "large";
2924
- tableData: RecordType[];
2925
- pagination: false | Partial< PlusPaginationProps>;
2926
- hasIndexColumn: boolean;
2927
2924
  isSelection: boolean | "radio";
2928
2925
  isRadio: boolean;
2929
2926
  hasExpand: boolean;
2930
2927
  loadingStatus: boolean;
2931
2928
  dragSortable: false | Partial< Options>;
2929
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2930
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
2932
2931
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
2933
2932
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
2934
2933
  radioProps: Partial< PlusRadioProps>;
2935
2934
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
2936
2935
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
2936
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2937
+ editable: boolean | "click" | "dblclick";
2937
2938
  adaptive: boolean | {
2938
2939
  offsetBottom?: number | undefined;
2939
2940
  timeout?: number | undefined;
2940
2941
  };
2941
2942
  }> & Omit<{
2943
+ readonly showOverflowTooltip: boolean;
2942
2944
  readonly columns: PlusColumn[];
2943
2945
  readonly data: RecordType[];
2944
2946
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -2948,11 +2950,11 @@ export declare const PlusPage: {
2948
2950
  columnIndex: number;
2949
2951
  }) => CSSProperties>;
2950
2952
  readonly rowKey: string | ((row: any[]) => string);
2953
+ readonly tableData: RecordType[];
2954
+ readonly defaultSize: "" | "default" | "small" | "large";
2955
+ readonly pagination: false | Partial< PlusPaginationProps>;
2951
2956
  readonly actionBar: false | Partial< ActionBarProps>;
2952
- readonly editable: boolean | "click" | "dblclick";
2953
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
2954
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2955
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2957
+ readonly hasIndexColumn: boolean;
2956
2958
  readonly titleBar: boolean | Partial<Partial<{
2957
2959
  title?: string | undefined;
2958
2960
  refresh?: boolean | undefined;
@@ -2963,18 +2965,18 @@ export declare const PlusPage: {
2963
2965
  color?: string | undefined;
2964
2966
  } | undefined;
2965
2967
  }>>;
2966
- readonly defaultSize: "" | "default" | "small" | "large";
2967
- readonly tableData: RecordType[];
2968
- readonly pagination: false | Partial< PlusPaginationProps>;
2969
- readonly hasIndexColumn: boolean;
2970
2968
  readonly isSelection: boolean | "radio";
2971
2969
  readonly isRadio: boolean;
2972
2970
  readonly hasExpand: boolean;
2973
2971
  readonly loadingStatus: boolean;
2974
2972
  readonly dragSortable: false | Partial< Options>;
2973
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2974
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
2975
2975
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
2976
2976
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
2977
2977
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
2978
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2979
+ readonly editable: boolean | "click" | "dblclick";
2978
2980
  readonly adaptive: boolean | {
2979
2981
  offsetBottom?: number | undefined;
2980
2982
  timeout?: number | undefined;
@@ -2983,18 +2985,22 @@ export declare const PlusPage: {
2983
2985
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
2984
2986
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
2985
2987
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
2988
+ onRefresh?: (() => any) | undefined;
2989
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
2986
2990
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
2987
2991
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
2992
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
2988
2993
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
2994
+ onEdited?: (() => any) | undefined;
2989
2995
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
2990
2996
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
2991
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
2992
- onRefresh?: (() => any) | undefined;
2993
2997
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
2994
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
2995
- onEdited?: (() => any) | undefined;
2996
2998
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
2997
2999
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3000
+ showOverflowTooltip: {
3001
+ type: PropType<boolean>;
3002
+ default: boolean;
3003
+ };
2998
3004
  columns: {
2999
3005
  type: PropType< PlusColumn[]>;
3000
3006
  default: () => never[];
@@ -3021,26 +3027,26 @@ export declare const PlusPage: {
3021
3027
  type: PropType<string | ((row: any[]) => string)>;
3022
3028
  default: string;
3023
3029
  };
3030
+ tableData: {
3031
+ type: PropType< RecordType[]>;
3032
+ default: () => never[];
3033
+ };
3034
+ defaultSize: {
3035
+ type: PropType<"" | "default" | "small" | "large">;
3036
+ default: string;
3037
+ };
3038
+ pagination: {
3039
+ type: PropType<false | Partial< PlusPaginationProps>>;
3040
+ default: boolean;
3041
+ };
3024
3042
  actionBar: {
3025
3043
  type: PropType<false | Partial< ActionBarProps>>;
3026
3044
  default: boolean;
3027
3045
  };
3028
- editable: {
3029
- type: PropType<boolean | "click" | "dblclick">;
3046
+ hasIndexColumn: {
3047
+ type: PropType<boolean>;
3030
3048
  default: boolean;
3031
3049
  };
3032
- indexTableColumnProps: {
3033
- type: PropType<Partial< TableColumnCtx<any>>>;
3034
- default: () => {};
3035
- };
3036
- indexContentStyle: {
3037
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3038
- default: () => {};
3039
- };
3040
- dragSortableTableColumnProps: {
3041
- type: PropType<Partial< TableColumnCtx<any>>>;
3042
- default: () => {};
3043
- };
3044
3050
  titleBar: {
3045
3051
  type: PropType<boolean | Partial<Partial<{
3046
3052
  title?: string | undefined;
@@ -3054,22 +3060,6 @@ export declare const PlusPage: {
3054
3060
  }>>>;
3055
3061
  default: boolean;
3056
3062
  };
3057
- defaultSize: {
3058
- type: PropType<"" | "default" | "small" | "large">;
3059
- default: string;
3060
- };
3061
- tableData: {
3062
- type: PropType< RecordType[]>;
3063
- default: () => never[];
3064
- };
3065
- pagination: {
3066
- type: PropType<false | Partial< PlusPaginationProps>>;
3067
- default: boolean;
3068
- };
3069
- hasIndexColumn: {
3070
- type: PropType<boolean>;
3071
- default: boolean;
3072
- };
3073
3063
  isSelection: {
3074
3064
  type: PropType<boolean | "radio">;
3075
3065
  default: boolean;
@@ -3090,6 +3080,14 @@ export declare const PlusPage: {
3090
3080
  type: PropType<false | Partial< Options>>;
3091
3081
  default: boolean;
3092
3082
  };
3083
+ dragSortableTableColumnProps: {
3084
+ type: PropType<Partial< TableColumnCtx<any>>>;
3085
+ default: () => {};
3086
+ };
3087
+ indexTableColumnProps: {
3088
+ type: PropType<Partial< TableColumnCtx<any>>>;
3089
+ default: () => {};
3090
+ };
3093
3091
  selectionTableColumnProps: {
3094
3092
  type: PropType<Partial< TableColumnCtx<any>>>;
3095
3093
  default: () => {
@@ -3114,6 +3112,14 @@ export declare const PlusPage: {
3114
3112
  type: PropType<Partial< TableColumnCtx<any>>>;
3115
3113
  default: () => {};
3116
3114
  };
3115
+ indexContentStyle: {
3116
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3117
+ default: () => {};
3118
+ };
3119
+ editable: {
3120
+ type: PropType<boolean | "click" | "dblclick">;
3121
+ default: boolean;
3122
+ };
3117
3123
  adaptive: {
3118
3124
  type: PropType<boolean | {
3119
3125
  offsetBottom?: number | undefined;
@@ -3125,18 +3131,18 @@ export declare const PlusPage: {
3125
3131
  type: PropType<number>;
3126
3132
  };
3127
3133
  }>> & {
3134
+ onRefresh?: (() => any) | undefined;
3135
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3128
3136
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3129
3137
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3138
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3130
3139
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3140
+ onEdited?: (() => any) | undefined;
3131
3141
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3132
3142
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3133
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3134
- onRefresh?: (() => any) | undefined;
3135
3143
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3136
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3137
- onEdited?: (() => any) | undefined;
3138
3144
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3139
- }, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
3145
+ }, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
3140
3146
  $attrs: {
3141
3147
  [x: string]: unknown;
3142
3148
  };
@@ -3151,6 +3157,10 @@ export declare const PlusPage: {
3151
3157
  $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
3152
3158
  $el: any;
3153
3159
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3160
+ showOverflowTooltip: {
3161
+ type: PropType<boolean>;
3162
+ default: boolean;
3163
+ };
3154
3164
  columns: {
3155
3165
  type: PropType< PlusColumn[]>;
3156
3166
  default: () => never[];
@@ -3177,26 +3187,26 @@ export declare const PlusPage: {
3177
3187
  type: PropType<string | ((row: any[]) => string)>;
3178
3188
  default: string;
3179
3189
  };
3190
+ tableData: {
3191
+ type: PropType< RecordType[]>;
3192
+ default: () => never[];
3193
+ };
3194
+ defaultSize: {
3195
+ type: PropType<"" | "default" | "small" | "large">;
3196
+ default: string;
3197
+ };
3198
+ pagination: {
3199
+ type: PropType<false | Partial< PlusPaginationProps>>;
3200
+ default: boolean;
3201
+ };
3180
3202
  actionBar: {
3181
3203
  type: PropType<false | Partial< ActionBarProps>>;
3182
3204
  default: boolean;
3183
3205
  };
3184
- editable: {
3185
- type: PropType<boolean | "click" | "dblclick">;
3206
+ hasIndexColumn: {
3207
+ type: PropType<boolean>;
3186
3208
  default: boolean;
3187
3209
  };
3188
- indexTableColumnProps: {
3189
- type: PropType<Partial< TableColumnCtx<any>>>;
3190
- default: () => {};
3191
- };
3192
- indexContentStyle: {
3193
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3194
- default: () => {};
3195
- };
3196
- dragSortableTableColumnProps: {
3197
- type: PropType<Partial< TableColumnCtx<any>>>;
3198
- default: () => {};
3199
- };
3200
3210
  titleBar: {
3201
3211
  type: PropType<boolean | Partial<Partial<{
3202
3212
  title?: string | undefined;
@@ -3210,22 +3220,6 @@ export declare const PlusPage: {
3210
3220
  }>>>;
3211
3221
  default: boolean;
3212
3222
  };
3213
- defaultSize: {
3214
- type: PropType<"" | "default" | "small" | "large">;
3215
- default: string;
3216
- };
3217
- tableData: {
3218
- type: PropType< RecordType[]>;
3219
- default: () => never[];
3220
- };
3221
- pagination: {
3222
- type: PropType<false | Partial< PlusPaginationProps>>;
3223
- default: boolean;
3224
- };
3225
- hasIndexColumn: {
3226
- type: PropType<boolean>;
3227
- default: boolean;
3228
- };
3229
3223
  isSelection: {
3230
3224
  type: PropType<boolean | "radio">;
3231
3225
  default: boolean;
@@ -3246,11 +3240,19 @@ export declare const PlusPage: {
3246
3240
  type: PropType<false | Partial< Options>>;
3247
3241
  default: boolean;
3248
3242
  };
3249
- selectionTableColumnProps: {
3243
+ dragSortableTableColumnProps: {
3250
3244
  type: PropType<Partial< TableColumnCtx<any>>>;
3251
- default: () => {
3252
- width: number;
3253
- };
3245
+ default: () => {};
3246
+ };
3247
+ indexTableColumnProps: {
3248
+ type: PropType<Partial< TableColumnCtx<any>>>;
3249
+ default: () => {};
3250
+ };
3251
+ selectionTableColumnProps: {
3252
+ type: PropType<Partial< TableColumnCtx<any>>>;
3253
+ default: () => {
3254
+ width: number;
3255
+ };
3254
3256
  };
3255
3257
  radioTableColumnProps: {
3256
3258
  type: PropType<Partial< TableColumnCtx<any>>>;
@@ -3270,6 +3272,14 @@ export declare const PlusPage: {
3270
3272
  type: PropType<Partial< TableColumnCtx<any>>>;
3271
3273
  default: () => {};
3272
3274
  };
3275
+ indexContentStyle: {
3276
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3277
+ default: () => {};
3278
+ };
3279
+ editable: {
3280
+ type: PropType<boolean | "click" | "dblclick">;
3281
+ default: boolean;
3282
+ };
3273
3283
  adaptive: {
3274
3284
  type: PropType<boolean | {
3275
3285
  offsetBottom?: number | undefined;
@@ -3281,16 +3291,16 @@ export declare const PlusPage: {
3281
3291
  type: PropType<number>;
3282
3292
  };
3283
3293
  }>> & {
3294
+ onRefresh?: (() => any) | undefined;
3295
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3284
3296
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3285
3297
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3298
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3286
3299
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3300
+ onEdited?: (() => any) | undefined;
3287
3301
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3288
3302
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3289
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3290
- onRefresh?: (() => any) | undefined;
3291
3303
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3292
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3293
- onEdited?: (() => any) | undefined;
3294
3304
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3295
3305
  }, {
3296
3306
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -3490,7 +3500,7 @@ export declare const PlusPage: {
3490
3500
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
3491
3501
  setScrollLeft: (left?: number | undefined) => void;
3492
3502
  setScrollTop: (top?: number | undefined) => void;
3493
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3503
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3494
3504
  data: {
3495
3505
  type: PropType<any[]>;
3496
3506
  default: () => never[];
@@ -3856,6 +3866,7 @@ export declare const PlusPage: {
3856
3866
  filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
3857
3867
  radioChange: (row: RecordType, index: number, value: boolean) => void;
3858
3868
  }, string, {
3869
+ showOverflowTooltip: boolean;
3859
3870
  columns: PlusColumn[];
3860
3871
  data: RecordType[];
3861
3872
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -3865,11 +3876,11 @@ export declare const PlusPage: {
3865
3876
  columnIndex: number;
3866
3877
  }) => CSSProperties>;
3867
3878
  rowKey: string | ((row: any[]) => string);
3879
+ tableData: RecordType[];
3880
+ defaultSize: "" | "default" | "small" | "large";
3881
+ pagination: false | Partial< PlusPaginationProps>;
3868
3882
  actionBar: false | Partial< ActionBarProps>;
3869
- editable: boolean | "click" | "dblclick";
3870
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
3871
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3872
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3883
+ hasIndexColumn: boolean;
3873
3884
  titleBar: boolean | Partial<Partial<{
3874
3885
  title?: string | undefined;
3875
3886
  refresh?: boolean | undefined;
@@ -3880,20 +3891,20 @@ export declare const PlusPage: {
3880
3891
  color?: string | undefined;
3881
3892
  } | undefined;
3882
3893
  }>>;
3883
- defaultSize: "" | "default" | "small" | "large";
3884
- tableData: RecordType[];
3885
- pagination: false | Partial< PlusPaginationProps>;
3886
- hasIndexColumn: boolean;
3887
3894
  isSelection: boolean | "radio";
3888
3895
  isRadio: boolean;
3889
3896
  hasExpand: boolean;
3890
3897
  loadingStatus: boolean;
3891
3898
  dragSortable: false | Partial< Options>;
3899
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3900
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
3892
3901
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
3893
3902
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
3894
3903
  radioProps: Partial< PlusRadioProps>;
3895
3904
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
3896
3905
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
3906
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3907
+ editable: boolean | "click" | "dblclick";
3897
3908
  adaptive: boolean | {
3898
3909
  offsetBottom?: number | undefined;
3899
3910
  timeout?: number | undefined;
@@ -3919,6 +3930,10 @@ export declare const PlusPage: {
3919
3930
  $nextTick: nextTick;
3920
3931
  $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;
3921
3932
  } & Omit<Readonly< ExtractPropTypes<{
3933
+ showOverflowTooltip: {
3934
+ type: PropType<boolean>;
3935
+ default: boolean;
3936
+ };
3922
3937
  columns: {
3923
3938
  type: PropType< PlusColumn[]>;
3924
3939
  default: () => never[];
@@ -3945,26 +3960,26 @@ export declare const PlusPage: {
3945
3960
  type: PropType<string | ((row: any[]) => string)>;
3946
3961
  default: string;
3947
3962
  };
3963
+ tableData: {
3964
+ type: PropType< RecordType[]>;
3965
+ default: () => never[];
3966
+ };
3967
+ defaultSize: {
3968
+ type: PropType<"" | "default" | "small" | "large">;
3969
+ default: string;
3970
+ };
3971
+ pagination: {
3972
+ type: PropType<false | Partial< PlusPaginationProps>>;
3973
+ default: boolean;
3974
+ };
3948
3975
  actionBar: {
3949
3976
  type: PropType<false | Partial< ActionBarProps>>;
3950
3977
  default: boolean;
3951
3978
  };
3952
- editable: {
3953
- type: PropType<boolean | "click" | "dblclick">;
3979
+ hasIndexColumn: {
3980
+ type: PropType<boolean>;
3954
3981
  default: boolean;
3955
3982
  };
3956
- indexTableColumnProps: {
3957
- type: PropType<Partial< TableColumnCtx<any>>>;
3958
- default: () => {};
3959
- };
3960
- indexContentStyle: {
3961
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3962
- default: () => {};
3963
- };
3964
- dragSortableTableColumnProps: {
3965
- type: PropType<Partial< TableColumnCtx<any>>>;
3966
- default: () => {};
3967
- };
3968
3983
  titleBar: {
3969
3984
  type: PropType<boolean | Partial<Partial<{
3970
3985
  title?: string | undefined;
@@ -3978,22 +3993,6 @@ export declare const PlusPage: {
3978
3993
  }>>>;
3979
3994
  default: boolean;
3980
3995
  };
3981
- defaultSize: {
3982
- type: PropType<"" | "default" | "small" | "large">;
3983
- default: string;
3984
- };
3985
- tableData: {
3986
- type: PropType< RecordType[]>;
3987
- default: () => never[];
3988
- };
3989
- pagination: {
3990
- type: PropType<false | Partial< PlusPaginationProps>>;
3991
- default: boolean;
3992
- };
3993
- hasIndexColumn: {
3994
- type: PropType<boolean>;
3995
- default: boolean;
3996
- };
3997
3996
  isSelection: {
3998
3997
  type: PropType<boolean | "radio">;
3999
3998
  default: boolean;
@@ -4014,6 +4013,14 @@ export declare const PlusPage: {
4014
4013
  type: PropType<false | Partial< Options>>;
4015
4014
  default: boolean;
4016
4015
  };
4016
+ dragSortableTableColumnProps: {
4017
+ type: PropType<Partial< TableColumnCtx<any>>>;
4018
+ default: () => {};
4019
+ };
4020
+ indexTableColumnProps: {
4021
+ type: PropType<Partial< TableColumnCtx<any>>>;
4022
+ default: () => {};
4023
+ };
4017
4024
  selectionTableColumnProps: {
4018
4025
  type: PropType<Partial< TableColumnCtx<any>>>;
4019
4026
  default: () => {
@@ -4038,6 +4045,14 @@ export declare const PlusPage: {
4038
4045
  type: PropType<Partial< TableColumnCtx<any>>>;
4039
4046
  default: () => {};
4040
4047
  };
4048
+ indexContentStyle: {
4049
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
4050
+ default: () => {};
4051
+ };
4052
+ editable: {
4053
+ type: PropType<boolean | "click" | "dblclick">;
4054
+ default: boolean;
4055
+ };
4041
4056
  adaptive: {
4042
4057
  type: PropType<boolean | {
4043
4058
  offsetBottom?: number | undefined;
@@ -4049,18 +4064,18 @@ export declare const PlusPage: {
4049
4064
  type: PropType<number>;
4050
4065
  };
4051
4066
  }>> & {
4067
+ onRefresh?: (() => any) | undefined;
4068
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4052
4069
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
4053
4070
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
4071
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
4054
4072
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
4073
+ onEdited?: (() => any) | undefined;
4055
4074
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
4056
4075
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
4057
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
4058
- onRefresh?: (() => any) | undefined;
4059
4076
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
4060
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4061
- onEdited?: (() => any) | undefined;
4062
4077
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
4063
- }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
4078
+ }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
4064
4079
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
4065
4080
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4066
4081
  data: {
@@ -4258,7 +4273,7 @@ export declare const PlusPage: {
4258
4273
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
4259
4274
  setScrollLeft: (left?: number | undefined) => void;
4260
4275
  setScrollTop: (top?: number | undefined) => void;
4261
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4276
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
4262
4277
  data: {
4263
4278
  type: PropType<any[]>;
4264
4279
  default: () => never[];
@@ -4668,6 +4683,10 @@ export declare const PlusPage: {
4668
4683
  type: PropType<Partial< PlusTableProps>>;
4669
4684
  default: () => {};
4670
4685
  };
4686
+ pagination: {
4687
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4688
+ default: () => {};
4689
+ };
4671
4690
  params: {
4672
4691
  type: PropType<RecordType>;
4673
4692
  default: () => {};
@@ -4679,10 +4698,6 @@ export declare const PlusPage: {
4679
4698
  }>>;
4680
4699
  required: true;
4681
4700
  };
4682
- pagination: {
4683
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4684
- default: () => {};
4685
- };
4686
4701
  postData: {
4687
4702
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4688
4703
  default: undefined;
@@ -4743,8 +4758,8 @@ export declare const PlusPage: {
4743
4758
  search: false | Partial< PlusSearchProps>;
4744
4759
  immediate: boolean;
4745
4760
  table: Partial< PlusTableProps>;
4761
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
4746
4762
  params: RecordType;
4747
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
4748
4763
  postData: <T = RecordType[]>(data: T[]) => T[];
4749
4764
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
4750
4765
  isCard: boolean;
@@ -4783,6 +4798,10 @@ export declare const PlusPage: {
4783
4798
  type: PropType<Partial< PlusTableProps>>;
4784
4799
  default: () => {};
4785
4800
  };
4801
+ pagination: {
4802
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4803
+ default: () => {};
4804
+ };
4786
4805
  params: {
4787
4806
  type: PropType<RecordType>;
4788
4807
  default: () => {};
@@ -4794,10 +4813,6 @@ export declare const PlusPage: {
4794
4813
  }>>;
4795
4814
  required: true;
4796
4815
  };
4797
- pagination: {
4798
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4799
- default: () => {};
4800
- };
4801
4816
  postData: {
4802
4817
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4803
4818
  default: undefined;
@@ -4863,9 +4878,9 @@ export declare const PlusPage: {
4863
4878
  labelPosition: "top" | "right" | "left";
4864
4879
  inline: boolean;
4865
4880
  showNumber: number;
4866
- colProps: Partial< Mutable<ColProps>>;
4867
- rowProps: Partial< Mutable<RowProps>>;
4868
4881
  defaultValues: FieldValues;
4882
+ rowProps: Partial< Mutable<RowProps>>;
4883
+ colProps: Partial< Mutable<ColProps>>;
4869
4884
  hasFooter: boolean;
4870
4885
  hasReset: boolean;
4871
4886
  resetText: string;
@@ -4881,9 +4896,9 @@ export declare const PlusPage: {
4881
4896
  readonly modelValue: FieldValues;
4882
4897
  readonly inline: boolean;
4883
4898
  readonly showNumber: number;
4884
- readonly colProps: Partial< Mutable<ColProps>>;
4885
- readonly rowProps: Partial< Mutable<RowProps>>;
4886
4899
  readonly defaultValues: FieldValues;
4900
+ readonly rowProps: Partial< Mutable<RowProps>>;
4901
+ readonly colProps: Partial< Mutable<ColProps>>;
4887
4902
  readonly hasFooter: boolean;
4888
4903
  readonly hasReset: boolean;
4889
4904
  readonly resetText: string;
@@ -4895,8 +4910,8 @@ export declare const PlusPage: {
4895
4910
  readonly searchLoading: boolean;
4896
4911
  readonly needValidate: boolean;
4897
4912
  readonly labelPosition?: "top" | "right" | "left" | undefined;
4898
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4899
4913
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4914
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4900
4915
  onReset?: ((values: FieldValues) => any) | undefined;
4901
4916
  onSearch?: ((values: FieldValues) => any) | undefined;
4902
4917
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -4921,6 +4936,16 @@ export declare const PlusPage: {
4921
4936
  type: PropType<number>;
4922
4937
  default: number;
4923
4938
  };
4939
+ defaultValues: {
4940
+ type: PropType<FieldValues>;
4941
+ default: () => {};
4942
+ };
4943
+ rowProps: {
4944
+ type: PropType<Partial< Mutable<RowProps>>>;
4945
+ default: () => {
4946
+ gutter: number;
4947
+ };
4948
+ };
4924
4949
  colProps: {
4925
4950
  type: PropType<Partial< Mutable<ColProps>>>;
4926
4951
  default: () => {
@@ -4931,16 +4956,6 @@ export declare const PlusPage: {
4931
4956
  xl: number;
4932
4957
  };
4933
4958
  };
4934
- rowProps: {
4935
- type: PropType<Partial< Mutable<RowProps>>>;
4936
- default: () => {
4937
- gutter: number;
4938
- };
4939
- };
4940
- defaultValues: {
4941
- type: PropType<FieldValues>;
4942
- default: () => {};
4943
- };
4944
4959
  hasFooter: {
4945
4960
  type: PropType<boolean>;
4946
4961
  default: boolean;
@@ -4982,12 +4997,12 @@ export declare const PlusPage: {
4982
4997
  default: boolean;
4983
4998
  };
4984
4999
  }>> & {
4985
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4986
5000
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5001
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4987
5002
  onReset?: ((values: FieldValues) => any) | undefined;
4988
5003
  onSearch?: ((values: FieldValues) => any) | undefined;
4989
5004
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
4990
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
5005
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
4991
5006
  $attrs: {
4992
5007
  [x: string]: unknown;
4993
5008
  };
@@ -4999,7 +5014,7 @@ export declare const PlusPage: {
4999
5014
  }>;
5000
5015
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5001
5016
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5002
- $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);
5017
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
5003
5018
  $el: any;
5004
5019
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5005
5020
  columns: {
@@ -5022,6 +5037,16 @@ export declare const PlusPage: {
5022
5037
  type: PropType<number>;
5023
5038
  default: number;
5024
5039
  };
5040
+ defaultValues: {
5041
+ type: PropType<FieldValues>;
5042
+ default: () => {};
5043
+ };
5044
+ rowProps: {
5045
+ type: PropType<Partial< Mutable<RowProps>>>;
5046
+ default: () => {
5047
+ gutter: number;
5048
+ };
5049
+ };
5025
5050
  colProps: {
5026
5051
  type: PropType<Partial< Mutable<ColProps>>>;
5027
5052
  default: () => {
@@ -5032,16 +5057,6 @@ export declare const PlusPage: {
5032
5057
  xl: number;
5033
5058
  };
5034
5059
  };
5035
- rowProps: {
5036
- type: PropType<Partial< Mutable<RowProps>>>;
5037
- default: () => {
5038
- gutter: number;
5039
- };
5040
- };
5041
- defaultValues: {
5042
- type: PropType<FieldValues>;
5043
- default: () => {};
5044
- };
5045
5060
  hasFooter: {
5046
5061
  type: PropType<boolean>;
5047
5062
  default: boolean;
@@ -5083,8 +5098,8 @@ export declare const PlusPage: {
5083
5098
  default: boolean;
5084
5099
  };
5085
5100
  }>> & {
5086
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5087
5101
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5102
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5088
5103
  onReset?: ((values: FieldValues) => any) | undefined;
5089
5104
  onSearch?: ((values: FieldValues) => any) | undefined;
5090
5105
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -5101,12 +5116,9 @@ export declare const PlusPage: {
5101
5116
  labelWidth: string | number;
5102
5117
  labelSuffix: string;
5103
5118
  hasLabel: boolean;
5104
- clearable: boolean;
5105
- colProps: Partial< Mutable<ColProps>>;
5106
- collapseDuration: number;
5107
- collapseTransition: boolean;
5108
- rowProps: Partial< Mutable<RowProps>>;
5109
5119
  defaultValues: FieldValues;
5120
+ rowProps: Partial< Mutable<RowProps>>;
5121
+ colProps: Partial< Mutable<ColProps>>;
5110
5122
  hasErrorTip: boolean;
5111
5123
  hasFooter: boolean;
5112
5124
  hasReset: boolean;
@@ -5116,6 +5128,9 @@ export declare const PlusPage: {
5116
5128
  footerAlign: "right" | "left" | "center";
5117
5129
  cardProps: Partial< Mutable<CardProps>>;
5118
5130
  prevent: boolean;
5131
+ collapseDuration: number;
5132
+ collapseTransition: boolean;
5133
+ clearable: boolean;
5119
5134
  }> & Omit<{
5120
5135
  readonly columns: PlusColumn[];
5121
5136
  readonly group: false | PlusFormGroupRow[];
@@ -5125,10 +5140,9 @@ export declare const PlusPage: {
5125
5140
  readonly labelWidth: string | number;
5126
5141
  readonly labelSuffix: string;
5127
5142
  readonly hasLabel: boolean;
5128
- readonly clearable: boolean;
5129
- readonly colProps: Partial< Mutable<ColProps>>;
5130
- readonly rowProps: Partial< Mutable<RowProps>>;
5131
5143
  readonly defaultValues: FieldValues;
5144
+ readonly rowProps: Partial< Mutable<RowProps>>;
5145
+ readonly colProps: Partial< Mutable<ColProps>>;
5132
5146
  readonly hasErrorTip: boolean;
5133
5147
  readonly hasFooter: boolean;
5134
5148
  readonly hasReset: boolean;
@@ -5138,10 +5152,11 @@ export declare const PlusPage: {
5138
5152
  readonly footerAlign: "right" | "left" | "center";
5139
5153
  readonly cardProps: Partial< Mutable<CardProps>>;
5140
5154
  readonly prevent: boolean;
5155
+ readonly clearable: boolean;
5141
5156
  readonly collapseDuration?: number | undefined;
5142
5157
  readonly collapseTransition?: boolean | undefined;
5143
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5144
5158
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5159
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5145
5160
  onReset?: ((values: FieldValues) => any) | undefined;
5146
5161
  onSubmit?: ((values: FieldValues) => any) | undefined;
5147
5162
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -5179,28 +5194,16 @@ export declare const PlusPage: {
5179
5194
  type: PropType<boolean>;
5180
5195
  default: boolean;
5181
5196
  };
5182
- clearable: {
5183
- type: PropType<boolean>;
5184
- default: boolean;
5185
- };
5186
- colProps: {
5187
- type: PropType<Partial< Mutable<ColProps>>>;
5197
+ defaultValues: {
5198
+ type: PropType<FieldValues>;
5188
5199
  default: () => {};
5189
5200
  };
5190
- collapseDuration: {
5191
- type: PropType<number>;
5192
- default: undefined;
5193
- };
5194
- collapseTransition: {
5195
- type: PropType<boolean>;
5196
- default: undefined;
5197
- };
5198
5201
  rowProps: {
5199
5202
  type: PropType<Partial< Mutable<RowProps>>>;
5200
5203
  default: () => {};
5201
5204
  };
5202
- defaultValues: {
5203
- type: PropType<FieldValues>;
5205
+ colProps: {
5206
+ type: PropType<Partial< Mutable<ColProps>>>;
5204
5207
  default: () => {};
5205
5208
  };
5206
5209
  hasErrorTip: {
@@ -5239,14 +5242,26 @@ export declare const PlusPage: {
5239
5242
  type: PropType<boolean>;
5240
5243
  default: boolean;
5241
5244
  };
5245
+ collapseDuration: {
5246
+ type: PropType<number>;
5247
+ default: undefined;
5248
+ };
5249
+ collapseTransition: {
5250
+ type: PropType<boolean>;
5251
+ default: undefined;
5252
+ };
5253
+ clearable: {
5254
+ type: PropType<boolean>;
5255
+ default: boolean;
5256
+ };
5242
5257
  }>> & {
5243
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5244
5258
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5259
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5245
5260
  onReset?: ((values: FieldValues) => any) | undefined;
5246
5261
  onSubmit?: ((values: FieldValues) => any) | undefined;
5247
5262
  onValidate?: ((...args: any[]) => any) | undefined;
5248
5263
  onSubmitError?: ((errors: unknown) => any) | undefined;
5249
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
5264
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
5250
5265
  $attrs: {
5251
5266
  [x: string]: unknown;
5252
5267
  };
@@ -5258,7 +5273,7 @@ export declare const PlusPage: {
5258
5273
  }>;
5259
5274
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5260
5275
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5261
- $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);
5276
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
5262
5277
  $el: any;
5263
5278
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5264
5279
  columns: {
@@ -5293,28 +5308,16 @@ export declare const PlusPage: {
5293
5308
  type: PropType<boolean>;
5294
5309
  default: boolean;
5295
5310
  };
5296
- clearable: {
5297
- type: PropType<boolean>;
5298
- default: boolean;
5299
- };
5300
- colProps: {
5301
- type: PropType<Partial< Mutable<ColProps>>>;
5311
+ defaultValues: {
5312
+ type: PropType<FieldValues>;
5302
5313
  default: () => {};
5303
5314
  };
5304
- collapseDuration: {
5305
- type: PropType<number>;
5306
- default: undefined;
5307
- };
5308
- collapseTransition: {
5309
- type: PropType<boolean>;
5310
- default: undefined;
5311
- };
5312
5315
  rowProps: {
5313
5316
  type: PropType<Partial< Mutable<RowProps>>>;
5314
5317
  default: () => {};
5315
5318
  };
5316
- defaultValues: {
5317
- type: PropType<FieldValues>;
5319
+ colProps: {
5320
+ type: PropType<Partial< Mutable<ColProps>>>;
5318
5321
  default: () => {};
5319
5322
  };
5320
5323
  hasErrorTip: {
@@ -5353,11 +5356,23 @@ export declare const PlusPage: {
5353
5356
  type: PropType<boolean>;
5354
5357
  default: boolean;
5355
5358
  };
5356
- }>> & {
5357
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5358
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5359
- onReset?: ((values: FieldValues) => any) | undefined;
5360
- onSubmit?: ((values: FieldValues) => any) | undefined;
5359
+ collapseDuration: {
5360
+ type: PropType<number>;
5361
+ default: undefined;
5362
+ };
5363
+ collapseTransition: {
5364
+ type: PropType<boolean>;
5365
+ default: undefined;
5366
+ };
5367
+ clearable: {
5368
+ type: PropType<boolean>;
5369
+ default: boolean;
5370
+ };
5371
+ }>> & {
5372
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5373
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5374
+ onReset?: ((values: FieldValues) => any) | undefined;
5375
+ onSubmit?: ((values: FieldValues) => any) | undefined;
5361
5376
  onValidate?: ((...args: any[]) => any) | undefined;
5362
5377
  onSubmitError?: ((errors: unknown) => any) | undefined;
5363
5378
  }, {
@@ -5661,12 +5676,9 @@ export declare const PlusPage: {
5661
5676
  labelWidth: string | number;
5662
5677
  labelSuffix: string;
5663
5678
  hasLabel: boolean;
5664
- clearable: boolean;
5665
- colProps: Partial< Mutable<ColProps>>;
5666
- collapseDuration: number;
5667
- collapseTransition: boolean;
5668
- rowProps: Partial< Mutable<RowProps>>;
5669
5679
  defaultValues: FieldValues;
5680
+ rowProps: Partial< Mutable<RowProps>>;
5681
+ colProps: Partial< Mutable<ColProps>>;
5670
5682
  hasErrorTip: boolean;
5671
5683
  hasFooter: boolean;
5672
5684
  hasReset: boolean;
@@ -5676,6 +5688,9 @@ export declare const PlusPage: {
5676
5688
  footerAlign: "right" | "left" | "center";
5677
5689
  cardProps: Partial< Mutable<CardProps>>;
5678
5690
  prevent: boolean;
5691
+ collapseDuration: number;
5692
+ collapseTransition: boolean;
5693
+ clearable: boolean;
5679
5694
  }, {}, string, {}> & {
5680
5695
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5681
5696
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -5729,28 +5744,16 @@ export declare const PlusPage: {
5729
5744
  type: PropType<boolean>;
5730
5745
  default: boolean;
5731
5746
  };
5732
- clearable: {
5733
- type: PropType<boolean>;
5734
- default: boolean;
5735
- };
5736
- colProps: {
5737
- type: PropType<Partial< Mutable<ColProps>>>;
5747
+ defaultValues: {
5748
+ type: PropType<FieldValues>;
5738
5749
  default: () => {};
5739
5750
  };
5740
- collapseDuration: {
5741
- type: PropType<number>;
5742
- default: undefined;
5743
- };
5744
- collapseTransition: {
5745
- type: PropType<boolean>;
5746
- default: undefined;
5747
- };
5748
5751
  rowProps: {
5749
5752
  type: PropType<Partial< Mutable<RowProps>>>;
5750
5753
  default: () => {};
5751
5754
  };
5752
- defaultValues: {
5753
- type: PropType<FieldValues>;
5755
+ colProps: {
5756
+ type: PropType<Partial< Mutable<ColProps>>>;
5754
5757
  default: () => {};
5755
5758
  };
5756
5759
  hasErrorTip: {
@@ -5789,9 +5792,21 @@ export declare const PlusPage: {
5789
5792
  type: PropType<boolean>;
5790
5793
  default: boolean;
5791
5794
  };
5795
+ collapseDuration: {
5796
+ type: PropType<number>;
5797
+ default: undefined;
5798
+ };
5799
+ collapseTransition: {
5800
+ type: PropType<boolean>;
5801
+ default: undefined;
5802
+ };
5803
+ clearable: {
5804
+ type: PropType<boolean>;
5805
+ default: boolean;
5806
+ };
5792
5807
  }>> & {
5793
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5794
5808
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5809
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5795
5810
  onReset?: ((values: FieldValues) => any) | undefined;
5796
5811
  onSubmit?: ((values: FieldValues) => any) | undefined;
5797
5812
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6091,7 +6106,7 @@ export declare const PlusPage: {
6091
6106
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
6092
6107
  columns?: PlusColumn[] | undefined;
6093
6108
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6094
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
6109
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6095
6110
  readonly label: string | ComputedRef<string>;
6096
6111
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6097
6112
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6105,7 +6120,7 @@ export declare const PlusPage: {
6105
6120
  style: CSSProperties;
6106
6121
  rows: number;
6107
6122
  autocomplete: string;
6108
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
6123
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
6109
6124
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6110
6125
  step: string | number;
6111
6126
  format: string | ProgressFn | undefined;
@@ -6166,7 +6181,7 @@ export declare const PlusPage: {
6166
6181
  clearable: boolean;
6167
6182
  index: number;
6168
6183
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6169
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
6184
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6170
6185
  readonly label: string | ComputedRef<string>;
6171
6186
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6172
6187
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6180,7 +6195,7 @@ export declare const PlusPage: {
6180
6195
  style: CSSProperties;
6181
6196
  rows: number;
6182
6197
  autocomplete: string;
6183
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
6198
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
6184
6199
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6185
6200
  step: string | number;
6186
6201
  format: string | ProgressFn | undefined;
@@ -6269,9 +6284,9 @@ export declare const PlusPage: {
6269
6284
  labelPosition: "top" | "right" | "left";
6270
6285
  inline: boolean;
6271
6286
  showNumber: number;
6272
- colProps: Partial< Mutable<ColProps>>;
6273
- rowProps: Partial< Mutable<RowProps>>;
6274
6287
  defaultValues: FieldValues;
6288
+ rowProps: Partial< Mutable<RowProps>>;
6289
+ colProps: Partial< Mutable<ColProps>>;
6275
6290
  hasFooter: boolean;
6276
6291
  hasReset: boolean;
6277
6292
  resetText: string;
@@ -6323,6 +6338,16 @@ export declare const PlusPage: {
6323
6338
  type: PropType<number>;
6324
6339
  default: number;
6325
6340
  };
6341
+ defaultValues: {
6342
+ type: PropType<FieldValues>;
6343
+ default: () => {};
6344
+ };
6345
+ rowProps: {
6346
+ type: PropType<Partial< Mutable<RowProps>>>;
6347
+ default: () => {
6348
+ gutter: number;
6349
+ };
6350
+ };
6326
6351
  colProps: {
6327
6352
  type: PropType<Partial< Mutable<ColProps>>>;
6328
6353
  default: () => {
@@ -6333,16 +6358,6 @@ export declare const PlusPage: {
6333
6358
  xl: number;
6334
6359
  };
6335
6360
  };
6336
- rowProps: {
6337
- type: PropType<Partial< Mutable<RowProps>>>;
6338
- default: () => {
6339
- gutter: number;
6340
- };
6341
- };
6342
- defaultValues: {
6343
- type: PropType<FieldValues>;
6344
- default: () => {};
6345
- };
6346
6361
  hasFooter: {
6347
6362
  type: PropType<boolean>;
6348
6363
  default: boolean;
@@ -6384,8 +6399,8 @@ export declare const PlusPage: {
6384
6399
  default: boolean;
6385
6400
  };
6386
6401
  }>> & {
6387
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6388
6402
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6403
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6389
6404
  onReset?: ((values: FieldValues) => any) | undefined;
6390
6405
  onSearch?: ((values: FieldValues) => any) | undefined;
6391
6406
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -6402,12 +6417,9 @@ export declare const PlusPage: {
6402
6417
  labelWidth: string | number;
6403
6418
  labelSuffix: string;
6404
6419
  hasLabel: boolean;
6405
- clearable: boolean;
6406
- colProps: Partial< Mutable<ColProps>>;
6407
- collapseDuration: number;
6408
- collapseTransition: boolean;
6409
- rowProps: Partial< Mutable<RowProps>>;
6410
6420
  defaultValues: FieldValues;
6421
+ rowProps: Partial< Mutable<RowProps>>;
6422
+ colProps: Partial< Mutable<ColProps>>;
6411
6423
  hasErrorTip: boolean;
6412
6424
  hasFooter: boolean;
6413
6425
  hasReset: boolean;
@@ -6417,6 +6429,9 @@ export declare const PlusPage: {
6417
6429
  footerAlign: "right" | "left" | "center";
6418
6430
  cardProps: Partial< Mutable<CardProps>>;
6419
6431
  prevent: boolean;
6432
+ collapseDuration: number;
6433
+ collapseTransition: boolean;
6434
+ clearable: boolean;
6420
6435
  }> & Omit<{
6421
6436
  readonly columns: PlusColumn[];
6422
6437
  readonly group: false | PlusFormGroupRow[];
@@ -6426,10 +6441,9 @@ export declare const PlusPage: {
6426
6441
  readonly labelWidth: string | number;
6427
6442
  readonly labelSuffix: string;
6428
6443
  readonly hasLabel: boolean;
6429
- readonly clearable: boolean;
6430
- readonly colProps: Partial< Mutable<ColProps>>;
6431
- readonly rowProps: Partial< Mutable<RowProps>>;
6432
6444
  readonly defaultValues: FieldValues;
6445
+ readonly rowProps: Partial< Mutable<RowProps>>;
6446
+ readonly colProps: Partial< Mutable<ColProps>>;
6433
6447
  readonly hasErrorTip: boolean;
6434
6448
  readonly hasFooter: boolean;
6435
6449
  readonly hasReset: boolean;
@@ -6439,10 +6453,11 @@ export declare const PlusPage: {
6439
6453
  readonly footerAlign: "right" | "left" | "center";
6440
6454
  readonly cardProps: Partial< Mutable<CardProps>>;
6441
6455
  readonly prevent: boolean;
6456
+ readonly clearable: boolean;
6442
6457
  readonly collapseDuration?: number | undefined;
6443
6458
  readonly collapseTransition?: boolean | undefined;
6444
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6445
6459
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6460
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6446
6461
  onReset?: ((values: FieldValues) => any) | undefined;
6447
6462
  onSubmit?: ((values: FieldValues) => any) | undefined;
6448
6463
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6480,28 +6495,16 @@ export declare const PlusPage: {
6480
6495
  type: PropType<boolean>;
6481
6496
  default: boolean;
6482
6497
  };
6483
- clearable: {
6484
- type: PropType<boolean>;
6485
- default: boolean;
6486
- };
6487
- colProps: {
6488
- type: PropType<Partial< Mutable<ColProps>>>;
6498
+ defaultValues: {
6499
+ type: PropType<FieldValues>;
6489
6500
  default: () => {};
6490
6501
  };
6491
- collapseDuration: {
6492
- type: PropType<number>;
6493
- default: undefined;
6494
- };
6495
- collapseTransition: {
6496
- type: PropType<boolean>;
6497
- default: undefined;
6498
- };
6499
6502
  rowProps: {
6500
6503
  type: PropType<Partial< Mutable<RowProps>>>;
6501
6504
  default: () => {};
6502
6505
  };
6503
- defaultValues: {
6504
- type: PropType<FieldValues>;
6506
+ colProps: {
6507
+ type: PropType<Partial< Mutable<ColProps>>>;
6505
6508
  default: () => {};
6506
6509
  };
6507
6510
  hasErrorTip: {
@@ -6540,14 +6543,26 @@ export declare const PlusPage: {
6540
6543
  type: PropType<boolean>;
6541
6544
  default: boolean;
6542
6545
  };
6546
+ collapseDuration: {
6547
+ type: PropType<number>;
6548
+ default: undefined;
6549
+ };
6550
+ collapseTransition: {
6551
+ type: PropType<boolean>;
6552
+ default: undefined;
6553
+ };
6554
+ clearable: {
6555
+ type: PropType<boolean>;
6556
+ default: boolean;
6557
+ };
6543
6558
  }>> & {
6544
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6545
6559
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6560
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6546
6561
  onReset?: ((values: FieldValues) => any) | undefined;
6547
6562
  onSubmit?: ((values: FieldValues) => any) | undefined;
6548
6563
  onValidate?: ((...args: any[]) => any) | undefined;
6549
6564
  onSubmitError?: ((errors: unknown) => any) | undefined;
6550
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
6565
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
6551
6566
  $attrs: {
6552
6567
  [x: string]: unknown;
6553
6568
  };
@@ -6559,7 +6574,7 @@ export declare const PlusPage: {
6559
6574
  }>;
6560
6575
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6561
6576
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6562
- $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);
6577
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
6563
6578
  $el: any;
6564
6579
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6565
6580
  columns: {
@@ -6594,28 +6609,16 @@ export declare const PlusPage: {
6594
6609
  type: PropType<boolean>;
6595
6610
  default: boolean;
6596
6611
  };
6597
- clearable: {
6598
- type: PropType<boolean>;
6599
- default: boolean;
6600
- };
6601
- colProps: {
6602
- type: PropType<Partial< Mutable<ColProps>>>;
6612
+ defaultValues: {
6613
+ type: PropType<FieldValues>;
6603
6614
  default: () => {};
6604
6615
  };
6605
- collapseDuration: {
6606
- type: PropType<number>;
6607
- default: undefined;
6608
- };
6609
- collapseTransition: {
6610
- type: PropType<boolean>;
6611
- default: undefined;
6612
- };
6613
6616
  rowProps: {
6614
6617
  type: PropType<Partial< Mutable<RowProps>>>;
6615
6618
  default: () => {};
6616
6619
  };
6617
- defaultValues: {
6618
- type: PropType<FieldValues>;
6620
+ colProps: {
6621
+ type: PropType<Partial< Mutable<ColProps>>>;
6619
6622
  default: () => {};
6620
6623
  };
6621
6624
  hasErrorTip: {
@@ -6654,9 +6657,21 @@ export declare const PlusPage: {
6654
6657
  type: PropType<boolean>;
6655
6658
  default: boolean;
6656
6659
  };
6660
+ collapseDuration: {
6661
+ type: PropType<number>;
6662
+ default: undefined;
6663
+ };
6664
+ collapseTransition: {
6665
+ type: PropType<boolean>;
6666
+ default: undefined;
6667
+ };
6668
+ clearable: {
6669
+ type: PropType<boolean>;
6670
+ default: boolean;
6671
+ };
6657
6672
  }>> & {
6658
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6659
6673
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6674
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6660
6675
  onReset?: ((values: FieldValues) => any) | undefined;
6661
6676
  onSubmit?: ((values: FieldValues) => any) | undefined;
6662
6677
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6962,12 +6977,9 @@ export declare const PlusPage: {
6962
6977
  labelWidth: string | number;
6963
6978
  labelSuffix: string;
6964
6979
  hasLabel: boolean;
6965
- clearable: boolean;
6966
- colProps: Partial< Mutable<ColProps>>;
6967
- collapseDuration: number;
6968
- collapseTransition: boolean;
6969
- rowProps: Partial< Mutable<RowProps>>;
6970
6980
  defaultValues: FieldValues;
6981
+ rowProps: Partial< Mutable<RowProps>>;
6982
+ colProps: Partial< Mutable<ColProps>>;
6971
6983
  hasErrorTip: boolean;
6972
6984
  hasFooter: boolean;
6973
6985
  hasReset: boolean;
@@ -6977,6 +6989,9 @@ export declare const PlusPage: {
6977
6989
  footerAlign: "right" | "left" | "center";
6978
6990
  cardProps: Partial< Mutable<CardProps>>;
6979
6991
  prevent: boolean;
6992
+ collapseDuration: number;
6993
+ collapseTransition: boolean;
6994
+ clearable: boolean;
6980
6995
  }, {}, string, {}> & {
6981
6996
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6982
6997
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7030,28 +7045,16 @@ export declare const PlusPage: {
7030
7045
  type: PropType<boolean>;
7031
7046
  default: boolean;
7032
7047
  };
7033
- clearable: {
7034
- type: PropType<boolean>;
7035
- default: boolean;
7036
- };
7037
- colProps: {
7038
- type: PropType<Partial< Mutable<ColProps>>>;
7048
+ defaultValues: {
7049
+ type: PropType<FieldValues>;
7039
7050
  default: () => {};
7040
7051
  };
7041
- collapseDuration: {
7042
- type: PropType<number>;
7043
- default: undefined;
7044
- };
7045
- collapseTransition: {
7046
- type: PropType<boolean>;
7047
- default: undefined;
7048
- };
7049
7052
  rowProps: {
7050
7053
  type: PropType<Partial< Mutable<RowProps>>>;
7051
7054
  default: () => {};
7052
7055
  };
7053
- defaultValues: {
7054
- type: PropType<FieldValues>;
7056
+ colProps: {
7057
+ type: PropType<Partial< Mutable<ColProps>>>;
7055
7058
  default: () => {};
7056
7059
  };
7057
7060
  hasErrorTip: {
@@ -7090,9 +7093,21 @@ export declare const PlusPage: {
7090
7093
  type: PropType<boolean>;
7091
7094
  default: boolean;
7092
7095
  };
7096
+ collapseDuration: {
7097
+ type: PropType<number>;
7098
+ default: undefined;
7099
+ };
7100
+ collapseTransition: {
7101
+ type: PropType<boolean>;
7102
+ default: undefined;
7103
+ };
7104
+ clearable: {
7105
+ type: PropType<boolean>;
7106
+ default: boolean;
7107
+ };
7093
7108
  }>> & {
7094
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7095
7109
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7110
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7096
7111
  onReset?: ((values: FieldValues) => any) | undefined;
7097
7112
  onSubmit?: ((values: FieldValues) => any) | undefined;
7098
7113
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -7392,7 +7407,7 @@ export declare const PlusPage: {
7392
7407
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
7393
7408
  columns?: PlusColumn[] | undefined;
7394
7409
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7395
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7410
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7396
7411
  readonly label: string | ComputedRef<string>;
7397
7412
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7398
7413
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7406,7 +7421,7 @@ export declare const PlusPage: {
7406
7421
  style: CSSProperties;
7407
7422
  rows: number;
7408
7423
  autocomplete: string;
7409
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
7424
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7410
7425
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7411
7426
  step: string | number;
7412
7427
  format: string | ProgressFn | undefined;
@@ -7467,7 +7482,7 @@ export declare const PlusPage: {
7467
7482
  clearable: boolean;
7468
7483
  index: number;
7469
7484
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7470
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7485
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7471
7486
  readonly label: string | ComputedRef<string>;
7472
7487
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7473
7488
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7481,7 +7496,7 @@ export declare const PlusPage: {
7481
7496
  style: CSSProperties;
7482
7497
  rows: number;
7483
7498
  autocomplete: string;
7484
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
7499
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7485
7500
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7486
7501
  step: string | number;
7487
7502
  format: string | ProgressFn | undefined;
@@ -7560,7 +7575,7 @@ export declare const PlusPage: {
7560
7575
  handleUnfold: (e: MouseEvent) => void;
7561
7576
  }> & {} & ComponentCustomProperties & {} & {
7562
7577
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7563
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7578
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7564
7579
  readonly label: string | ComputedRef<string>;
7565
7580
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7566
7581
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7574,7 +7589,7 @@ export declare const PlusPage: {
7574
7589
  style: CSSProperties;
7575
7590
  rows: number;
7576
7591
  autocomplete: string;
7577
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
7592
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
7578
7593
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7579
7594
  step: string | number;
7580
7595
  format: string | ProgressFn | undefined;
@@ -7648,6 +7663,7 @@ export declare const PlusPage: {
7648
7663
  $: ComponentInternalInstance;
7649
7664
  $data: {};
7650
7665
  $props: Partial<{
7666
+ showOverflowTooltip: boolean;
7651
7667
  columns: PlusColumn[];
7652
7668
  data: RecordType[];
7653
7669
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -7657,11 +7673,11 @@ export declare const PlusPage: {
7657
7673
  columnIndex: number;
7658
7674
  }) => CSSProperties>;
7659
7675
  rowKey: string | ((row: any[]) => string);
7676
+ tableData: RecordType[];
7677
+ defaultSize: "" | "default" | "small" | "large";
7678
+ pagination: false | Partial< PlusPaginationProps>;
7660
7679
  actionBar: false | Partial< ActionBarProps>;
7661
- editable: boolean | "click" | "dblclick";
7662
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
7663
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7664
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7680
+ hasIndexColumn: boolean;
7665
7681
  titleBar: boolean | Partial<Partial<{
7666
7682
  title?: string | undefined;
7667
7683
  refresh?: boolean | undefined;
@@ -7672,25 +7688,26 @@ export declare const PlusPage: {
7672
7688
  color?: string | undefined;
7673
7689
  } | undefined;
7674
7690
  }>>;
7675
- defaultSize: "" | "default" | "small" | "large";
7676
- tableData: RecordType[];
7677
- pagination: false | Partial< PlusPaginationProps>;
7678
- hasIndexColumn: boolean;
7679
7691
  isSelection: boolean | "radio";
7680
7692
  isRadio: boolean;
7681
7693
  hasExpand: boolean;
7682
7694
  loadingStatus: boolean;
7683
7695
  dragSortable: false | Partial< Options>;
7696
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7697
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
7684
7698
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7685
7699
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
7686
7700
  radioProps: Partial< PlusRadioProps>;
7687
7701
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
7688
7702
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
7703
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7704
+ editable: boolean | "click" | "dblclick";
7689
7705
  adaptive: boolean | {
7690
7706
  offsetBottom?: number | undefined;
7691
7707
  timeout?: number | undefined;
7692
7708
  };
7693
7709
  }> & Omit<{
7710
+ readonly showOverflowTooltip: boolean;
7694
7711
  readonly columns: PlusColumn[];
7695
7712
  readonly data: RecordType[];
7696
7713
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -7700,11 +7717,11 @@ export declare const PlusPage: {
7700
7717
  columnIndex: number;
7701
7718
  }) => CSSProperties>;
7702
7719
  readonly rowKey: string | ((row: any[]) => string);
7720
+ readonly tableData: RecordType[];
7721
+ readonly defaultSize: "" | "default" | "small" | "large";
7722
+ readonly pagination: false | Partial< PlusPaginationProps>;
7703
7723
  readonly actionBar: false | Partial< ActionBarProps>;
7704
- readonly editable: boolean | "click" | "dblclick";
7705
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
7706
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7707
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7724
+ readonly hasIndexColumn: boolean;
7708
7725
  readonly titleBar: boolean | Partial<Partial<{
7709
7726
  title?: string | undefined;
7710
7727
  refresh?: boolean | undefined;
@@ -7715,18 +7732,18 @@ export declare const PlusPage: {
7715
7732
  color?: string | undefined;
7716
7733
  } | undefined;
7717
7734
  }>>;
7718
- readonly defaultSize: "" | "default" | "small" | "large";
7719
- readonly tableData: RecordType[];
7720
- readonly pagination: false | Partial< PlusPaginationProps>;
7721
- readonly hasIndexColumn: boolean;
7722
7735
  readonly isSelection: boolean | "radio";
7723
7736
  readonly isRadio: boolean;
7724
7737
  readonly hasExpand: boolean;
7725
7738
  readonly loadingStatus: boolean;
7726
7739
  readonly dragSortable: false | Partial< Options>;
7740
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7741
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
7727
7742
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7728
7743
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
7729
7744
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
7745
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7746
+ readonly editable: boolean | "click" | "dblclick";
7730
7747
  readonly adaptive: boolean | {
7731
7748
  offsetBottom?: number | undefined;
7732
7749
  timeout?: number | undefined;
@@ -7735,18 +7752,22 @@ export declare const PlusPage: {
7735
7752
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
7736
7753
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
7737
7754
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
7755
+ onRefresh?: (() => any) | undefined;
7756
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7738
7757
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7739
7758
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7759
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7740
7760
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7761
+ onEdited?: (() => any) | undefined;
7741
7762
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7742
7763
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7743
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7744
- onRefresh?: (() => any) | undefined;
7745
7764
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7746
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7747
- onEdited?: (() => any) | undefined;
7748
7765
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7749
7766
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7767
+ showOverflowTooltip: {
7768
+ type: PropType<boolean>;
7769
+ default: boolean;
7770
+ };
7750
7771
  columns: {
7751
7772
  type: PropType< PlusColumn[]>;
7752
7773
  default: () => never[];
@@ -7773,26 +7794,26 @@ export declare const PlusPage: {
7773
7794
  type: PropType<string | ((row: any[]) => string)>;
7774
7795
  default: string;
7775
7796
  };
7797
+ tableData: {
7798
+ type: PropType< RecordType[]>;
7799
+ default: () => never[];
7800
+ };
7801
+ defaultSize: {
7802
+ type: PropType<"" | "default" | "small" | "large">;
7803
+ default: string;
7804
+ };
7805
+ pagination: {
7806
+ type: PropType<false | Partial< PlusPaginationProps>>;
7807
+ default: boolean;
7808
+ };
7776
7809
  actionBar: {
7777
7810
  type: PropType<false | Partial< ActionBarProps>>;
7778
7811
  default: boolean;
7779
7812
  };
7780
- editable: {
7781
- type: PropType<boolean | "click" | "dblclick">;
7813
+ hasIndexColumn: {
7814
+ type: PropType<boolean>;
7782
7815
  default: boolean;
7783
7816
  };
7784
- indexTableColumnProps: {
7785
- type: PropType<Partial< TableColumnCtx<any>>>;
7786
- default: () => {};
7787
- };
7788
- indexContentStyle: {
7789
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7790
- default: () => {};
7791
- };
7792
- dragSortableTableColumnProps: {
7793
- type: PropType<Partial< TableColumnCtx<any>>>;
7794
- default: () => {};
7795
- };
7796
7817
  titleBar: {
7797
7818
  type: PropType<boolean | Partial<Partial<{
7798
7819
  title?: string | undefined;
@@ -7806,22 +7827,6 @@ export declare const PlusPage: {
7806
7827
  }>>>;
7807
7828
  default: boolean;
7808
7829
  };
7809
- defaultSize: {
7810
- type: PropType<"" | "default" | "small" | "large">;
7811
- default: string;
7812
- };
7813
- tableData: {
7814
- type: PropType< RecordType[]>;
7815
- default: () => never[];
7816
- };
7817
- pagination: {
7818
- type: PropType<false | Partial< PlusPaginationProps>>;
7819
- default: boolean;
7820
- };
7821
- hasIndexColumn: {
7822
- type: PropType<boolean>;
7823
- default: boolean;
7824
- };
7825
7830
  isSelection: {
7826
7831
  type: PropType<boolean | "radio">;
7827
7832
  default: boolean;
@@ -7842,6 +7847,14 @@ export declare const PlusPage: {
7842
7847
  type: PropType<false | Partial< Options>>;
7843
7848
  default: boolean;
7844
7849
  };
7850
+ dragSortableTableColumnProps: {
7851
+ type: PropType<Partial< TableColumnCtx<any>>>;
7852
+ default: () => {};
7853
+ };
7854
+ indexTableColumnProps: {
7855
+ type: PropType<Partial< TableColumnCtx<any>>>;
7856
+ default: () => {};
7857
+ };
7845
7858
  selectionTableColumnProps: {
7846
7859
  type: PropType<Partial< TableColumnCtx<any>>>;
7847
7860
  default: () => {
@@ -7866,6 +7879,14 @@ export declare const PlusPage: {
7866
7879
  type: PropType<Partial< TableColumnCtx<any>>>;
7867
7880
  default: () => {};
7868
7881
  };
7882
+ indexContentStyle: {
7883
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7884
+ default: () => {};
7885
+ };
7886
+ editable: {
7887
+ type: PropType<boolean | "click" | "dblclick">;
7888
+ default: boolean;
7889
+ };
7869
7890
  adaptive: {
7870
7891
  type: PropType<boolean | {
7871
7892
  offsetBottom?: number | undefined;
@@ -7877,18 +7898,18 @@ export declare const PlusPage: {
7877
7898
  type: PropType<number>;
7878
7899
  };
7879
7900
  }>> & {
7901
+ onRefresh?: (() => any) | undefined;
7902
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7880
7903
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7881
7904
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7905
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7882
7906
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7907
+ onEdited?: (() => any) | undefined;
7883
7908
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7884
7909
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7885
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7886
- onRefresh?: (() => any) | undefined;
7887
7910
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7888
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7889
- onEdited?: (() => any) | undefined;
7890
7911
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7891
- }, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
7912
+ }, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
7892
7913
  $attrs: {
7893
7914
  [x: string]: unknown;
7894
7915
  };
@@ -7903,6 +7924,10 @@ export declare const PlusPage: {
7903
7924
  $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
7904
7925
  $el: any;
7905
7926
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
7927
+ showOverflowTooltip: {
7928
+ type: PropType<boolean>;
7929
+ default: boolean;
7930
+ };
7906
7931
  columns: {
7907
7932
  type: PropType< PlusColumn[]>;
7908
7933
  default: () => never[];
@@ -7929,26 +7954,26 @@ export declare const PlusPage: {
7929
7954
  type: PropType<string | ((row: any[]) => string)>;
7930
7955
  default: string;
7931
7956
  };
7957
+ tableData: {
7958
+ type: PropType< RecordType[]>;
7959
+ default: () => never[];
7960
+ };
7961
+ defaultSize: {
7962
+ type: PropType<"" | "default" | "small" | "large">;
7963
+ default: string;
7964
+ };
7965
+ pagination: {
7966
+ type: PropType<false | Partial< PlusPaginationProps>>;
7967
+ default: boolean;
7968
+ };
7932
7969
  actionBar: {
7933
7970
  type: PropType<false | Partial< ActionBarProps>>;
7934
7971
  default: boolean;
7935
7972
  };
7936
- editable: {
7937
- type: PropType<boolean | "click" | "dblclick">;
7973
+ hasIndexColumn: {
7974
+ type: PropType<boolean>;
7938
7975
  default: boolean;
7939
7976
  };
7940
- indexTableColumnProps: {
7941
- type: PropType<Partial< TableColumnCtx<any>>>;
7942
- default: () => {};
7943
- };
7944
- indexContentStyle: {
7945
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7946
- default: () => {};
7947
- };
7948
- dragSortableTableColumnProps: {
7949
- type: PropType<Partial< TableColumnCtx<any>>>;
7950
- default: () => {};
7951
- };
7952
7977
  titleBar: {
7953
7978
  type: PropType<boolean | Partial<Partial<{
7954
7979
  title?: string | undefined;
@@ -7962,22 +7987,6 @@ export declare const PlusPage: {
7962
7987
  }>>>;
7963
7988
  default: boolean;
7964
7989
  };
7965
- defaultSize: {
7966
- type: PropType<"" | "default" | "small" | "large">;
7967
- default: string;
7968
- };
7969
- tableData: {
7970
- type: PropType< RecordType[]>;
7971
- default: () => never[];
7972
- };
7973
- pagination: {
7974
- type: PropType<false | Partial< PlusPaginationProps>>;
7975
- default: boolean;
7976
- };
7977
- hasIndexColumn: {
7978
- type: PropType<boolean>;
7979
- default: boolean;
7980
- };
7981
7990
  isSelection: {
7982
7991
  type: PropType<boolean | "radio">;
7983
7992
  default: boolean;
@@ -7998,6 +8007,14 @@ export declare const PlusPage: {
7998
8007
  type: PropType<false | Partial< Options>>;
7999
8008
  default: boolean;
8000
8009
  };
8010
+ dragSortableTableColumnProps: {
8011
+ type: PropType<Partial< TableColumnCtx<any>>>;
8012
+ default: () => {};
8013
+ };
8014
+ indexTableColumnProps: {
8015
+ type: PropType<Partial< TableColumnCtx<any>>>;
8016
+ default: () => {};
8017
+ };
8001
8018
  selectionTableColumnProps: {
8002
8019
  type: PropType<Partial< TableColumnCtx<any>>>;
8003
8020
  default: () => {
@@ -8022,6 +8039,14 @@ export declare const PlusPage: {
8022
8039
  type: PropType<Partial< TableColumnCtx<any>>>;
8023
8040
  default: () => {};
8024
8041
  };
8042
+ indexContentStyle: {
8043
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8044
+ default: () => {};
8045
+ };
8046
+ editable: {
8047
+ type: PropType<boolean | "click" | "dblclick">;
8048
+ default: boolean;
8049
+ };
8025
8050
  adaptive: {
8026
8051
  type: PropType<boolean | {
8027
8052
  offsetBottom?: number | undefined;
@@ -8033,16 +8058,16 @@ export declare const PlusPage: {
8033
8058
  type: PropType<number>;
8034
8059
  };
8035
8060
  }>> & {
8061
+ onRefresh?: (() => any) | undefined;
8062
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8036
8063
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8037
8064
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8065
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8038
8066
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8067
+ onEdited?: (() => any) | undefined;
8039
8068
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8040
8069
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8041
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8042
- onRefresh?: (() => any) | undefined;
8043
8070
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8044
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8045
- onEdited?: (() => any) | undefined;
8046
8071
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8047
8072
  }, {
8048
8073
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -8242,7 +8267,7 @@ export declare const PlusPage: {
8242
8267
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
8243
8268
  setScrollLeft: (left?: number | undefined) => void;
8244
8269
  setScrollTop: (top?: number | undefined) => void;
8245
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
8270
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
8246
8271
  data: {
8247
8272
  type: PropType<any[]>;
8248
8273
  default: () => never[];
@@ -8608,6 +8633,7 @@ export declare const PlusPage: {
8608
8633
  filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
8609
8634
  radioChange: (row: RecordType, index: number, value: boolean) => void;
8610
8635
  }, string, {
8636
+ showOverflowTooltip: boolean;
8611
8637
  columns: PlusColumn[];
8612
8638
  data: RecordType[];
8613
8639
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -8617,11 +8643,11 @@ export declare const PlusPage: {
8617
8643
  columnIndex: number;
8618
8644
  }) => CSSProperties>;
8619
8645
  rowKey: string | ((row: any[]) => string);
8646
+ tableData: RecordType[];
8647
+ defaultSize: "" | "default" | "small" | "large";
8648
+ pagination: false | Partial< PlusPaginationProps>;
8620
8649
  actionBar: false | Partial< ActionBarProps>;
8621
- editable: boolean | "click" | "dblclick";
8622
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
8623
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
8624
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
8650
+ hasIndexColumn: boolean;
8625
8651
  titleBar: boolean | Partial<Partial<{
8626
8652
  title?: string | undefined;
8627
8653
  refresh?: boolean | undefined;
@@ -8632,20 +8658,20 @@ export declare const PlusPage: {
8632
8658
  color?: string | undefined;
8633
8659
  } | undefined;
8634
8660
  }>>;
8635
- defaultSize: "" | "default" | "small" | "large";
8636
- tableData: RecordType[];
8637
- pagination: false | Partial< PlusPaginationProps>;
8638
- hasIndexColumn: boolean;
8639
8661
  isSelection: boolean | "radio";
8640
8662
  isRadio: boolean;
8641
8663
  hasExpand: boolean;
8642
8664
  loadingStatus: boolean;
8643
8665
  dragSortable: false | Partial< Options>;
8666
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
8667
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
8644
8668
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
8645
8669
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
8646
8670
  radioProps: Partial< PlusRadioProps>;
8647
8671
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
8648
8672
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
8673
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
8674
+ editable: boolean | "click" | "dblclick";
8649
8675
  adaptive: boolean | {
8650
8676
  offsetBottom?: number | undefined;
8651
8677
  timeout?: number | undefined;
@@ -8671,6 +8697,10 @@ export declare const PlusPage: {
8671
8697
  $nextTick: nextTick;
8672
8698
  $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;
8673
8699
  } & Omit<Readonly< ExtractPropTypes<{
8700
+ showOverflowTooltip: {
8701
+ type: PropType<boolean>;
8702
+ default: boolean;
8703
+ };
8674
8704
  columns: {
8675
8705
  type: PropType< PlusColumn[]>;
8676
8706
  default: () => never[];
@@ -8697,26 +8727,26 @@ export declare const PlusPage: {
8697
8727
  type: PropType<string | ((row: any[]) => string)>;
8698
8728
  default: string;
8699
8729
  };
8730
+ tableData: {
8731
+ type: PropType< RecordType[]>;
8732
+ default: () => never[];
8733
+ };
8734
+ defaultSize: {
8735
+ type: PropType<"" | "default" | "small" | "large">;
8736
+ default: string;
8737
+ };
8738
+ pagination: {
8739
+ type: PropType<false | Partial< PlusPaginationProps>>;
8740
+ default: boolean;
8741
+ };
8700
8742
  actionBar: {
8701
8743
  type: PropType<false | Partial< ActionBarProps>>;
8702
8744
  default: boolean;
8703
8745
  };
8704
- editable: {
8705
- type: PropType<boolean | "click" | "dblclick">;
8746
+ hasIndexColumn: {
8747
+ type: PropType<boolean>;
8706
8748
  default: boolean;
8707
8749
  };
8708
- indexTableColumnProps: {
8709
- type: PropType<Partial< TableColumnCtx<any>>>;
8710
- default: () => {};
8711
- };
8712
- indexContentStyle: {
8713
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8714
- default: () => {};
8715
- };
8716
- dragSortableTableColumnProps: {
8717
- type: PropType<Partial< TableColumnCtx<any>>>;
8718
- default: () => {};
8719
- };
8720
8750
  titleBar: {
8721
8751
  type: PropType<boolean | Partial<Partial<{
8722
8752
  title?: string | undefined;
@@ -8730,22 +8760,6 @@ export declare const PlusPage: {
8730
8760
  }>>>;
8731
8761
  default: boolean;
8732
8762
  };
8733
- defaultSize: {
8734
- type: PropType<"" | "default" | "small" | "large">;
8735
- default: string;
8736
- };
8737
- tableData: {
8738
- type: PropType< RecordType[]>;
8739
- default: () => never[];
8740
- };
8741
- pagination: {
8742
- type: PropType<false | Partial< PlusPaginationProps>>;
8743
- default: boolean;
8744
- };
8745
- hasIndexColumn: {
8746
- type: PropType<boolean>;
8747
- default: boolean;
8748
- };
8749
8763
  isSelection: {
8750
8764
  type: PropType<boolean | "radio">;
8751
8765
  default: boolean;
@@ -8766,6 +8780,14 @@ export declare const PlusPage: {
8766
8780
  type: PropType<false | Partial< Options>>;
8767
8781
  default: boolean;
8768
8782
  };
8783
+ dragSortableTableColumnProps: {
8784
+ type: PropType<Partial< TableColumnCtx<any>>>;
8785
+ default: () => {};
8786
+ };
8787
+ indexTableColumnProps: {
8788
+ type: PropType<Partial< TableColumnCtx<any>>>;
8789
+ default: () => {};
8790
+ };
8769
8791
  selectionTableColumnProps: {
8770
8792
  type: PropType<Partial< TableColumnCtx<any>>>;
8771
8793
  default: () => {
@@ -8790,6 +8812,14 @@ export declare const PlusPage: {
8790
8812
  type: PropType<Partial< TableColumnCtx<any>>>;
8791
8813
  default: () => {};
8792
8814
  };
8815
+ indexContentStyle: {
8816
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8817
+ default: () => {};
8818
+ };
8819
+ editable: {
8820
+ type: PropType<boolean | "click" | "dblclick">;
8821
+ default: boolean;
8822
+ };
8793
8823
  adaptive: {
8794
8824
  type: PropType<boolean | {
8795
8825
  offsetBottom?: number | undefined;
@@ -8801,18 +8831,18 @@ export declare const PlusPage: {
8801
8831
  type: PropType<number>;
8802
8832
  };
8803
8833
  }>> & {
8834
+ onRefresh?: (() => any) | undefined;
8835
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8804
8836
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8805
8837
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8838
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8806
8839
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8840
+ onEdited?: (() => any) | undefined;
8807
8841
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8808
8842
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8809
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8810
- onRefresh?: (() => any) | undefined;
8811
8843
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8812
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8813
- onEdited?: (() => any) | undefined;
8814
8844
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8815
- }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
8845
+ }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
8816
8846
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
8817
8847
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8818
8848
  data: {
@@ -9010,7 +9040,7 @@ export declare const PlusPage: {
9010
9040
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
9011
9041
  setScrollLeft: (left?: number | undefined) => void;
9012
9042
  setScrollTop: (top?: number | undefined) => void;
9013
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
9043
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
9014
9044
  data: {
9015
9045
  type: PropType<any[]>;
9016
9046
  default: () => never[];
@@ -9401,8 +9431,8 @@ export declare const PlusPage: {
9401
9431
  search: false | Partial< PlusSearchProps>;
9402
9432
  immediate: boolean;
9403
9433
  table: Partial< PlusTableProps>;
9434
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
9404
9435
  params: RecordType;
9405
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
9406
9436
  postData: <T = RecordType[]>(data: T[]) => T[];
9407
9437
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
9408
9438
  isCard: boolean;
@@ -9438,6 +9468,10 @@ export declare const PlusPage: {
9438
9468
  type: PropType<Partial< PlusTableProps>>;
9439
9469
  default: () => {};
9440
9470
  };
9471
+ pagination: {
9472
+ type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
9473
+ default: () => {};
9474
+ };
9441
9475
  params: {
9442
9476
  type: PropType<RecordType>;
9443
9477
  default: () => {};
@@ -9449,10 +9483,6 @@ export declare const PlusPage: {
9449
9483
  }>>;
9450
9484
  required: true;
9451
9485
  };
9452
- pagination: {
9453
- type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
9454
- default: () => {};
9455
- };
9456
9486
  postData: {
9457
9487
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
9458
9488
  default: undefined;
@@ -9518,9 +9548,9 @@ export declare const PlusPage: {
9518
9548
  labelPosition: "top" | "right" | "left";
9519
9549
  inline: boolean;
9520
9550
  showNumber: number;
9521
- colProps: Partial< Mutable<ColProps>>;
9522
- rowProps: Partial< Mutable<RowProps>>;
9523
9551
  defaultValues: FieldValues;
9552
+ rowProps: Partial< Mutable<RowProps>>;
9553
+ colProps: Partial< Mutable<ColProps>>;
9524
9554
  hasFooter: boolean;
9525
9555
  hasReset: boolean;
9526
9556
  resetText: string;
@@ -9536,9 +9566,9 @@ export declare const PlusPage: {
9536
9566
  readonly modelValue: FieldValues;
9537
9567
  readonly inline: boolean;
9538
9568
  readonly showNumber: number;
9539
- readonly colProps: Partial< Mutable<ColProps>>;
9540
- readonly rowProps: Partial< Mutable<RowProps>>;
9541
9569
  readonly defaultValues: FieldValues;
9570
+ readonly rowProps: Partial< Mutable<RowProps>>;
9571
+ readonly colProps: Partial< Mutable<ColProps>>;
9542
9572
  readonly hasFooter: boolean;
9543
9573
  readonly hasReset: boolean;
9544
9574
  readonly resetText: string;
@@ -9550,8 +9580,8 @@ export declare const PlusPage: {
9550
9580
  readonly searchLoading: boolean;
9551
9581
  readonly needValidate: boolean;
9552
9582
  readonly labelPosition?: "top" | "right" | "left" | undefined;
9553
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9554
9583
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9584
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9555
9585
  onReset?: ((values: FieldValues) => any) | undefined;
9556
9586
  onSearch?: ((values: FieldValues) => any) | undefined;
9557
9587
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9576,6 +9606,16 @@ export declare const PlusPage: {
9576
9606
  type: PropType<number>;
9577
9607
  default: number;
9578
9608
  };
9609
+ defaultValues: {
9610
+ type: PropType<FieldValues>;
9611
+ default: () => {};
9612
+ };
9613
+ rowProps: {
9614
+ type: PropType<Partial< Mutable<RowProps>>>;
9615
+ default: () => {
9616
+ gutter: number;
9617
+ };
9618
+ };
9579
9619
  colProps: {
9580
9620
  type: PropType<Partial< Mutable<ColProps>>>;
9581
9621
  default: () => {
@@ -9586,16 +9626,6 @@ export declare const PlusPage: {
9586
9626
  xl: number;
9587
9627
  };
9588
9628
  };
9589
- rowProps: {
9590
- type: PropType<Partial< Mutable<RowProps>>>;
9591
- default: () => {
9592
- gutter: number;
9593
- };
9594
- };
9595
- defaultValues: {
9596
- type: PropType<FieldValues>;
9597
- default: () => {};
9598
- };
9599
9629
  hasFooter: {
9600
9630
  type: PropType<boolean>;
9601
9631
  default: boolean;
@@ -9637,12 +9667,12 @@ export declare const PlusPage: {
9637
9667
  default: boolean;
9638
9668
  };
9639
9669
  }>> & {
9640
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9641
9670
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9671
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9642
9672
  onReset?: ((values: FieldValues) => any) | undefined;
9643
9673
  onSearch?: ((values: FieldValues) => any) | undefined;
9644
9674
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
9645
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
9675
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "needValidate">;
9646
9676
  $attrs: {
9647
9677
  [x: string]: unknown;
9648
9678
  };
@@ -9654,7 +9684,7 @@ export declare const PlusPage: {
9654
9684
  }>;
9655
9685
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9656
9686
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9657
- $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);
9687
+ $emit: ((event: "search", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "collapse", isShowUnfold: boolean) => void);
9658
9688
  $el: any;
9659
9689
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
9660
9690
  columns: {
@@ -9677,6 +9707,16 @@ export declare const PlusPage: {
9677
9707
  type: PropType<number>;
9678
9708
  default: number;
9679
9709
  };
9710
+ defaultValues: {
9711
+ type: PropType<FieldValues>;
9712
+ default: () => {};
9713
+ };
9714
+ rowProps: {
9715
+ type: PropType<Partial< Mutable<RowProps>>>;
9716
+ default: () => {
9717
+ gutter: number;
9718
+ };
9719
+ };
9680
9720
  colProps: {
9681
9721
  type: PropType<Partial< Mutable<ColProps>>>;
9682
9722
  default: () => {
@@ -9687,16 +9727,6 @@ export declare const PlusPage: {
9687
9727
  xl: number;
9688
9728
  };
9689
9729
  };
9690
- rowProps: {
9691
- type: PropType<Partial< Mutable<RowProps>>>;
9692
- default: () => {
9693
- gutter: number;
9694
- };
9695
- };
9696
- defaultValues: {
9697
- type: PropType<FieldValues>;
9698
- default: () => {};
9699
- };
9700
9730
  hasFooter: {
9701
9731
  type: PropType<boolean>;
9702
9732
  default: boolean;
@@ -9738,8 +9768,8 @@ export declare const PlusPage: {
9738
9768
  default: boolean;
9739
9769
  };
9740
9770
  }>> & {
9741
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9742
9771
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9772
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9743
9773
  onReset?: ((values: FieldValues) => any) | undefined;
9744
9774
  onSearch?: ((values: FieldValues) => any) | undefined;
9745
9775
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9756,12 +9786,9 @@ export declare const PlusPage: {
9756
9786
  labelWidth: string | number;
9757
9787
  labelSuffix: string;
9758
9788
  hasLabel: boolean;
9759
- clearable: boolean;
9760
- colProps: Partial< Mutable<ColProps>>;
9761
- collapseDuration: number;
9762
- collapseTransition: boolean;
9763
- rowProps: Partial< Mutable<RowProps>>;
9764
9789
  defaultValues: FieldValues;
9790
+ rowProps: Partial< Mutable<RowProps>>;
9791
+ colProps: Partial< Mutable<ColProps>>;
9765
9792
  hasErrorTip: boolean;
9766
9793
  hasFooter: boolean;
9767
9794
  hasReset: boolean;
@@ -9771,6 +9798,9 @@ export declare const PlusPage: {
9771
9798
  footerAlign: "right" | "left" | "center";
9772
9799
  cardProps: Partial< Mutable<CardProps>>;
9773
9800
  prevent: boolean;
9801
+ collapseDuration: number;
9802
+ collapseTransition: boolean;
9803
+ clearable: boolean;
9774
9804
  }> & Omit<{
9775
9805
  readonly columns: PlusColumn[];
9776
9806
  readonly group: false | PlusFormGroupRow[];
@@ -9780,10 +9810,9 @@ export declare const PlusPage: {
9780
9810
  readonly labelWidth: string | number;
9781
9811
  readonly labelSuffix: string;
9782
9812
  readonly hasLabel: boolean;
9783
- readonly clearable: boolean;
9784
- readonly colProps: Partial< Mutable<ColProps>>;
9785
- readonly rowProps: Partial< Mutable<RowProps>>;
9786
9813
  readonly defaultValues: FieldValues;
9814
+ readonly rowProps: Partial< Mutable<RowProps>>;
9815
+ readonly colProps: Partial< Mutable<ColProps>>;
9787
9816
  readonly hasErrorTip: boolean;
9788
9817
  readonly hasFooter: boolean;
9789
9818
  readonly hasReset: boolean;
@@ -9793,10 +9822,11 @@ export declare const PlusPage: {
9793
9822
  readonly footerAlign: "right" | "left" | "center";
9794
9823
  readonly cardProps: Partial< Mutable<CardProps>>;
9795
9824
  readonly prevent: boolean;
9825
+ readonly clearable: boolean;
9796
9826
  readonly collapseDuration?: number | undefined;
9797
9827
  readonly collapseTransition?: boolean | undefined;
9798
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9799
9828
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9829
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9800
9830
  onReset?: ((values: FieldValues) => any) | undefined;
9801
9831
  onSubmit?: ((values: FieldValues) => any) | undefined;
9802
9832
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -9834,28 +9864,16 @@ export declare const PlusPage: {
9834
9864
  type: PropType<boolean>;
9835
9865
  default: boolean;
9836
9866
  };
9837
- clearable: {
9838
- type: PropType<boolean>;
9839
- default: boolean;
9840
- };
9841
- colProps: {
9842
- type: PropType<Partial< Mutable<ColProps>>>;
9867
+ defaultValues: {
9868
+ type: PropType<FieldValues>;
9843
9869
  default: () => {};
9844
9870
  };
9845
- collapseDuration: {
9846
- type: PropType<number>;
9847
- default: undefined;
9848
- };
9849
- collapseTransition: {
9850
- type: PropType<boolean>;
9851
- default: undefined;
9852
- };
9853
9871
  rowProps: {
9854
9872
  type: PropType<Partial< Mutable<RowProps>>>;
9855
9873
  default: () => {};
9856
9874
  };
9857
- defaultValues: {
9858
- type: PropType<FieldValues>;
9875
+ colProps: {
9876
+ type: PropType<Partial< Mutable<ColProps>>>;
9859
9877
  default: () => {};
9860
9878
  };
9861
9879
  hasErrorTip: {
@@ -9894,14 +9912,26 @@ export declare const PlusPage: {
9894
9912
  type: PropType<boolean>;
9895
9913
  default: boolean;
9896
9914
  };
9915
+ collapseDuration: {
9916
+ type: PropType<number>;
9917
+ default: undefined;
9918
+ };
9919
+ collapseTransition: {
9920
+ type: PropType<boolean>;
9921
+ default: undefined;
9922
+ };
9923
+ clearable: {
9924
+ type: PropType<boolean>;
9925
+ default: boolean;
9926
+ };
9897
9927
  }>> & {
9898
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9899
9928
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9929
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9900
9930
  onReset?: ((values: FieldValues) => any) | undefined;
9901
9931
  onSubmit?: ((values: FieldValues) => any) | undefined;
9902
9932
  onValidate?: ((...args: any[]) => any) | undefined;
9903
9933
  onSubmitError?: ((errors: unknown) => any) | undefined;
9904
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
9934
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
9905
9935
  $attrs: {
9906
9936
  [x: string]: unknown;
9907
9937
  };
@@ -9913,7 +9943,7 @@ export declare const PlusPage: {
9913
9943
  }>;
9914
9944
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9915
9945
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9916
- $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);
9946
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
9917
9947
  $el: any;
9918
9948
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
9919
9949
  columns: {
@@ -9948,28 +9978,16 @@ export declare const PlusPage: {
9948
9978
  type: PropType<boolean>;
9949
9979
  default: boolean;
9950
9980
  };
9951
- clearable: {
9952
- type: PropType<boolean>;
9953
- default: boolean;
9954
- };
9955
- colProps: {
9956
- type: PropType<Partial< Mutable<ColProps>>>;
9981
+ defaultValues: {
9982
+ type: PropType<FieldValues>;
9957
9983
  default: () => {};
9958
9984
  };
9959
- collapseDuration: {
9960
- type: PropType<number>;
9961
- default: undefined;
9962
- };
9963
- collapseTransition: {
9964
- type: PropType<boolean>;
9965
- default: undefined;
9966
- };
9967
9985
  rowProps: {
9968
9986
  type: PropType<Partial< Mutable<RowProps>>>;
9969
9987
  default: () => {};
9970
9988
  };
9971
- defaultValues: {
9972
- type: PropType<FieldValues>;
9989
+ colProps: {
9990
+ type: PropType<Partial< Mutable<ColProps>>>;
9973
9991
  default: () => {};
9974
9992
  };
9975
9993
  hasErrorTip: {
@@ -10008,9 +10026,21 @@ export declare const PlusPage: {
10008
10026
  type: PropType<boolean>;
10009
10027
  default: boolean;
10010
10028
  };
10029
+ collapseDuration: {
10030
+ type: PropType<number>;
10031
+ default: undefined;
10032
+ };
10033
+ collapseTransition: {
10034
+ type: PropType<boolean>;
10035
+ default: undefined;
10036
+ };
10037
+ clearable: {
10038
+ type: PropType<boolean>;
10039
+ default: boolean;
10040
+ };
10011
10041
  }>> & {
10012
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10013
10042
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10043
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10014
10044
  onReset?: ((values: FieldValues) => any) | undefined;
10015
10045
  onSubmit?: ((values: FieldValues) => any) | undefined;
10016
10046
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10316,12 +10346,9 @@ export declare const PlusPage: {
10316
10346
  labelWidth: string | number;
10317
10347
  labelSuffix: string;
10318
10348
  hasLabel: boolean;
10319
- clearable: boolean;
10320
- colProps: Partial< Mutable<ColProps>>;
10321
- collapseDuration: number;
10322
- collapseTransition: boolean;
10323
- rowProps: Partial< Mutable<RowProps>>;
10324
10349
  defaultValues: FieldValues;
10350
+ rowProps: Partial< Mutable<RowProps>>;
10351
+ colProps: Partial< Mutable<ColProps>>;
10325
10352
  hasErrorTip: boolean;
10326
10353
  hasFooter: boolean;
10327
10354
  hasReset: boolean;
@@ -10331,6 +10358,9 @@ export declare const PlusPage: {
10331
10358
  footerAlign: "right" | "left" | "center";
10332
10359
  cardProps: Partial< Mutable<CardProps>>;
10333
10360
  prevent: boolean;
10361
+ collapseDuration: number;
10362
+ collapseTransition: boolean;
10363
+ clearable: boolean;
10334
10364
  }, {}, string, {}> & {
10335
10365
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
10336
10366
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -10384,28 +10414,16 @@ export declare const PlusPage: {
10384
10414
  type: PropType<boolean>;
10385
10415
  default: boolean;
10386
10416
  };
10387
- clearable: {
10388
- type: PropType<boolean>;
10389
- default: boolean;
10390
- };
10391
- colProps: {
10392
- type: PropType<Partial< Mutable<ColProps>>>;
10417
+ defaultValues: {
10418
+ type: PropType<FieldValues>;
10393
10419
  default: () => {};
10394
10420
  };
10395
- collapseDuration: {
10396
- type: PropType<number>;
10397
- default: undefined;
10398
- };
10399
- collapseTransition: {
10400
- type: PropType<boolean>;
10401
- default: undefined;
10402
- };
10403
10421
  rowProps: {
10404
10422
  type: PropType<Partial< Mutable<RowProps>>>;
10405
10423
  default: () => {};
10406
10424
  };
10407
- defaultValues: {
10408
- type: PropType<FieldValues>;
10425
+ colProps: {
10426
+ type: PropType<Partial< Mutable<ColProps>>>;
10409
10427
  default: () => {};
10410
10428
  };
10411
10429
  hasErrorTip: {
@@ -10444,9 +10462,21 @@ export declare const PlusPage: {
10444
10462
  type: PropType<boolean>;
10445
10463
  default: boolean;
10446
10464
  };
10465
+ collapseDuration: {
10466
+ type: PropType<number>;
10467
+ default: undefined;
10468
+ };
10469
+ collapseTransition: {
10470
+ type: PropType<boolean>;
10471
+ default: undefined;
10472
+ };
10473
+ clearable: {
10474
+ type: PropType<boolean>;
10475
+ default: boolean;
10476
+ };
10447
10477
  }>> & {
10448
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10449
10478
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10479
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10450
10480
  onReset?: ((values: FieldValues) => any) | undefined;
10451
10481
  onSubmit?: ((values: FieldValues) => any) | undefined;
10452
10482
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10746,7 +10776,7 @@ export declare const PlusPage: {
10746
10776
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
10747
10777
  columns?: PlusColumn[] | undefined;
10748
10778
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10749
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
10779
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10750
10780
  readonly label: string | ComputedRef<string>;
10751
10781
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10752
10782
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10760,7 +10790,7 @@ export declare const PlusPage: {
10760
10790
  style: CSSProperties;
10761
10791
  rows: number;
10762
10792
  autocomplete: string;
10763
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
10793
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
10764
10794
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10765
10795
  step: string | number;
10766
10796
  format: string | ProgressFn | undefined;
@@ -10821,7 +10851,7 @@ export declare const PlusPage: {
10821
10851
  clearable: boolean;
10822
10852
  index: number;
10823
10853
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10824
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
10854
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10825
10855
  readonly label: string | ComputedRef<string>;
10826
10856
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10827
10857
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10835,7 +10865,7 @@ export declare const PlusPage: {
10835
10865
  style: CSSProperties;
10836
10866
  rows: number;
10837
10867
  autocomplete: string;
10838
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
10868
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
10839
10869
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10840
10870
  step: string | number;
10841
10871
  format: string | ProgressFn | undefined;
@@ -10924,9 +10954,9 @@ export declare const PlusPage: {
10924
10954
  labelPosition: "top" | "right" | "left";
10925
10955
  inline: boolean;
10926
10956
  showNumber: number;
10927
- colProps: Partial< Mutable<ColProps>>;
10928
- rowProps: Partial< Mutable<RowProps>>;
10929
10957
  defaultValues: FieldValues;
10958
+ rowProps: Partial< Mutable<RowProps>>;
10959
+ colProps: Partial< Mutable<ColProps>>;
10930
10960
  hasFooter: boolean;
10931
10961
  hasReset: boolean;
10932
10962
  resetText: string;
@@ -10978,6 +11008,16 @@ export declare const PlusPage: {
10978
11008
  type: PropType<number>;
10979
11009
  default: number;
10980
11010
  };
11011
+ defaultValues: {
11012
+ type: PropType<FieldValues>;
11013
+ default: () => {};
11014
+ };
11015
+ rowProps: {
11016
+ type: PropType<Partial< Mutable<RowProps>>>;
11017
+ default: () => {
11018
+ gutter: number;
11019
+ };
11020
+ };
10981
11021
  colProps: {
10982
11022
  type: PropType<Partial< Mutable<ColProps>>>;
10983
11023
  default: () => {
@@ -10988,16 +11028,6 @@ export declare const PlusPage: {
10988
11028
  xl: number;
10989
11029
  };
10990
11030
  };
10991
- rowProps: {
10992
- type: PropType<Partial< Mutable<RowProps>>>;
10993
- default: () => {
10994
- gutter: number;
10995
- };
10996
- };
10997
- defaultValues: {
10998
- type: PropType<FieldValues>;
10999
- default: () => {};
11000
- };
11001
11031
  hasFooter: {
11002
11032
  type: PropType<boolean>;
11003
11033
  default: boolean;
@@ -11039,8 +11069,8 @@ export declare const PlusPage: {
11039
11069
  default: boolean;
11040
11070
  };
11041
11071
  }>> & {
11042
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11043
11072
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11073
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11044
11074
  onReset?: ((values: FieldValues) => any) | undefined;
11045
11075
  onSearch?: ((values: FieldValues) => any) | undefined;
11046
11076
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -11057,12 +11087,9 @@ export declare const PlusPage: {
11057
11087
  labelWidth: string | number;
11058
11088
  labelSuffix: string;
11059
11089
  hasLabel: boolean;
11060
- clearable: boolean;
11061
- colProps: Partial< Mutable<ColProps>>;
11062
- collapseDuration: number;
11063
- collapseTransition: boolean;
11064
- rowProps: Partial< Mutable<RowProps>>;
11065
11090
  defaultValues: FieldValues;
11091
+ rowProps: Partial< Mutable<RowProps>>;
11092
+ colProps: Partial< Mutable<ColProps>>;
11066
11093
  hasErrorTip: boolean;
11067
11094
  hasFooter: boolean;
11068
11095
  hasReset: boolean;
@@ -11072,6 +11099,9 @@ export declare const PlusPage: {
11072
11099
  footerAlign: "right" | "left" | "center";
11073
11100
  cardProps: Partial< Mutable<CardProps>>;
11074
11101
  prevent: boolean;
11102
+ collapseDuration: number;
11103
+ collapseTransition: boolean;
11104
+ clearable: boolean;
11075
11105
  }> & Omit<{
11076
11106
  readonly columns: PlusColumn[];
11077
11107
  readonly group: false | PlusFormGroupRow[];
@@ -11081,10 +11111,9 @@ export declare const PlusPage: {
11081
11111
  readonly labelWidth: string | number;
11082
11112
  readonly labelSuffix: string;
11083
11113
  readonly hasLabel: boolean;
11084
- readonly clearable: boolean;
11085
- readonly colProps: Partial< Mutable<ColProps>>;
11086
- readonly rowProps: Partial< Mutable<RowProps>>;
11087
11114
  readonly defaultValues: FieldValues;
11115
+ readonly rowProps: Partial< Mutable<RowProps>>;
11116
+ readonly colProps: Partial< Mutable<ColProps>>;
11088
11117
  readonly hasErrorTip: boolean;
11089
11118
  readonly hasFooter: boolean;
11090
11119
  readonly hasReset: boolean;
@@ -11094,10 +11123,11 @@ export declare const PlusPage: {
11094
11123
  readonly footerAlign: "right" | "left" | "center";
11095
11124
  readonly cardProps: Partial< Mutable<CardProps>>;
11096
11125
  readonly prevent: boolean;
11126
+ readonly clearable: boolean;
11097
11127
  readonly collapseDuration?: number | undefined;
11098
11128
  readonly collapseTransition?: boolean | undefined;
11099
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11100
11129
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11130
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11101
11131
  onReset?: ((values: FieldValues) => any) | undefined;
11102
11132
  onSubmit?: ((values: FieldValues) => any) | undefined;
11103
11133
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11135,28 +11165,16 @@ export declare const PlusPage: {
11135
11165
  type: PropType<boolean>;
11136
11166
  default: boolean;
11137
11167
  };
11138
- clearable: {
11139
- type: PropType<boolean>;
11140
- default: boolean;
11141
- };
11142
- colProps: {
11143
- type: PropType<Partial< Mutable<ColProps>>>;
11168
+ defaultValues: {
11169
+ type: PropType<FieldValues>;
11144
11170
  default: () => {};
11145
11171
  };
11146
- collapseDuration: {
11147
- type: PropType<number>;
11148
- default: undefined;
11149
- };
11150
- collapseTransition: {
11151
- type: PropType<boolean>;
11152
- default: undefined;
11153
- };
11154
11172
  rowProps: {
11155
11173
  type: PropType<Partial< Mutable<RowProps>>>;
11156
11174
  default: () => {};
11157
11175
  };
11158
- defaultValues: {
11159
- type: PropType<FieldValues>;
11176
+ colProps: {
11177
+ type: PropType<Partial< Mutable<ColProps>>>;
11160
11178
  default: () => {};
11161
11179
  };
11162
11180
  hasErrorTip: {
@@ -11195,14 +11213,26 @@ export declare const PlusPage: {
11195
11213
  type: PropType<boolean>;
11196
11214
  default: boolean;
11197
11215
  };
11216
+ collapseDuration: {
11217
+ type: PropType<number>;
11218
+ default: undefined;
11219
+ };
11220
+ collapseTransition: {
11221
+ type: PropType<boolean>;
11222
+ default: undefined;
11223
+ };
11224
+ clearable: {
11225
+ type: PropType<boolean>;
11226
+ default: boolean;
11227
+ };
11198
11228
  }>> & {
11199
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11200
11229
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11230
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11201
11231
  onReset?: ((values: FieldValues) => any) | undefined;
11202
11232
  onSubmit?: ((values: FieldValues) => any) | undefined;
11203
11233
  onValidate?: ((...args: any[]) => any) | undefined;
11204
11234
  onSubmitError?: ((errors: unknown) => any) | undefined;
11205
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
11235
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
11206
11236
  $attrs: {
11207
11237
  [x: string]: unknown;
11208
11238
  };
@@ -11214,7 +11244,7 @@ export declare const PlusPage: {
11214
11244
  }>;
11215
11245
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11216
11246
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11217
- $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);
11247
+ $emit: ((event: "reset", values: FieldValues) => void) & ((event: "submit", values: FieldValues) => void) & ((event: "change", values: FieldValues, column: PlusColumn) => void) & ((event: "update:modelValue", values: FieldValues) => void) & ((event: "validate", ...args: any[]) => void) & ((event: "submitError", errors: unknown) => void);
11218
11248
  $el: any;
11219
11249
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
11220
11250
  columns: {
@@ -11249,30 +11279,18 @@ export declare const PlusPage: {
11249
11279
  type: PropType<boolean>;
11250
11280
  default: boolean;
11251
11281
  };
11252
- clearable: {
11253
- type: PropType<boolean>;
11254
- default: boolean;
11282
+ defaultValues: {
11283
+ type: PropType<FieldValues>;
11284
+ default: () => {};
11285
+ };
11286
+ rowProps: {
11287
+ type: PropType<Partial< Mutable<RowProps>>>;
11288
+ default: () => {};
11255
11289
  };
11256
11290
  colProps: {
11257
11291
  type: PropType<Partial< Mutable<ColProps>>>;
11258
11292
  default: () => {};
11259
11293
  };
11260
- collapseDuration: {
11261
- type: PropType<number>;
11262
- default: undefined;
11263
- };
11264
- collapseTransition: {
11265
- type: PropType<boolean>;
11266
- default: undefined;
11267
- };
11268
- rowProps: {
11269
- type: PropType<Partial< Mutable<RowProps>>>;
11270
- default: () => {};
11271
- };
11272
- defaultValues: {
11273
- type: PropType<FieldValues>;
11274
- default: () => {};
11275
- };
11276
11294
  hasErrorTip: {
11277
11295
  type: PropType<boolean>;
11278
11296
  default: boolean;
@@ -11309,9 +11327,21 @@ export declare const PlusPage: {
11309
11327
  type: PropType<boolean>;
11310
11328
  default: boolean;
11311
11329
  };
11330
+ collapseDuration: {
11331
+ type: PropType<number>;
11332
+ default: undefined;
11333
+ };
11334
+ collapseTransition: {
11335
+ type: PropType<boolean>;
11336
+ default: undefined;
11337
+ };
11338
+ clearable: {
11339
+ type: PropType<boolean>;
11340
+ default: boolean;
11341
+ };
11312
11342
  }>> & {
11313
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11314
11343
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11344
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11315
11345
  onReset?: ((values: FieldValues) => any) | undefined;
11316
11346
  onSubmit?: ((values: FieldValues) => any) | undefined;
11317
11347
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11617,12 +11647,9 @@ export declare const PlusPage: {
11617
11647
  labelWidth: string | number;
11618
11648
  labelSuffix: string;
11619
11649
  hasLabel: boolean;
11620
- clearable: boolean;
11621
- colProps: Partial< Mutable<ColProps>>;
11622
- collapseDuration: number;
11623
- collapseTransition: boolean;
11624
- rowProps: Partial< Mutable<RowProps>>;
11625
11650
  defaultValues: FieldValues;
11651
+ rowProps: Partial< Mutable<RowProps>>;
11652
+ colProps: Partial< Mutable<ColProps>>;
11626
11653
  hasErrorTip: boolean;
11627
11654
  hasFooter: boolean;
11628
11655
  hasReset: boolean;
@@ -11632,6 +11659,9 @@ export declare const PlusPage: {
11632
11659
  footerAlign: "right" | "left" | "center";
11633
11660
  cardProps: Partial< Mutable<CardProps>>;
11634
11661
  prevent: boolean;
11662
+ collapseDuration: number;
11663
+ collapseTransition: boolean;
11664
+ clearable: boolean;
11635
11665
  }, {}, string, {}> & {
11636
11666
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
11637
11667
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -11685,28 +11715,16 @@ export declare const PlusPage: {
11685
11715
  type: PropType<boolean>;
11686
11716
  default: boolean;
11687
11717
  };
11688
- clearable: {
11689
- type: PropType<boolean>;
11690
- default: boolean;
11691
- };
11692
- colProps: {
11693
- type: PropType<Partial< Mutable<ColProps>>>;
11718
+ defaultValues: {
11719
+ type: PropType<FieldValues>;
11694
11720
  default: () => {};
11695
11721
  };
11696
- collapseDuration: {
11697
- type: PropType<number>;
11698
- default: undefined;
11699
- };
11700
- collapseTransition: {
11701
- type: PropType<boolean>;
11702
- default: undefined;
11703
- };
11704
11722
  rowProps: {
11705
11723
  type: PropType<Partial< Mutable<RowProps>>>;
11706
11724
  default: () => {};
11707
11725
  };
11708
- defaultValues: {
11709
- type: PropType<FieldValues>;
11726
+ colProps: {
11727
+ type: PropType<Partial< Mutable<ColProps>>>;
11710
11728
  default: () => {};
11711
11729
  };
11712
11730
  hasErrorTip: {
@@ -11745,9 +11763,21 @@ export declare const PlusPage: {
11745
11763
  type: PropType<boolean>;
11746
11764
  default: boolean;
11747
11765
  };
11766
+ collapseDuration: {
11767
+ type: PropType<number>;
11768
+ default: undefined;
11769
+ };
11770
+ collapseTransition: {
11771
+ type: PropType<boolean>;
11772
+ default: undefined;
11773
+ };
11774
+ clearable: {
11775
+ type: PropType<boolean>;
11776
+ default: boolean;
11777
+ };
11748
11778
  }>> & {
11749
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11750
11779
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11780
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11751
11781
  onReset?: ((values: FieldValues) => any) | undefined;
11752
11782
  onSubmit?: ((values: FieldValues) => any) | undefined;
11753
11783
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -12047,7 +12077,7 @@ export declare const PlusPage: {
12047
12077
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
12048
12078
  columns?: PlusColumn[] | undefined;
12049
12079
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12050
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12080
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12051
12081
  readonly label: string | ComputedRef<string>;
12052
12082
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12053
12083
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12061,7 +12091,7 @@ export declare const PlusPage: {
12061
12091
  style: CSSProperties;
12062
12092
  rows: number;
12063
12093
  autocomplete: string;
12064
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
12094
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
12065
12095
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12066
12096
  step: string | number;
12067
12097
  format: string | ProgressFn | undefined;
@@ -12122,7 +12152,7 @@ export declare const PlusPage: {
12122
12152
  clearable: boolean;
12123
12153
  index: number;
12124
12154
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12125
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12155
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12126
12156
  readonly label: string | ComputedRef<string>;
12127
12157
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12128
12158
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12136,7 +12166,7 @@ export declare const PlusPage: {
12136
12166
  style: CSSProperties;
12137
12167
  rows: number;
12138
12168
  autocomplete: string;
12139
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
12169
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
12140
12170
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12141
12171
  step: string | number;
12142
12172
  format: string | ProgressFn | undefined;
@@ -12215,7 +12245,7 @@ export declare const PlusPage: {
12215
12245
  handleUnfold: (e: MouseEvent) => void;
12216
12246
  }> & {} & ComponentCustomProperties & {} & {
12217
12247
  $slots: Partial<Record<NonNullable<string | number>, (_: {
12218
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12248
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12219
12249
  readonly label: string | ComputedRef<string>;
12220
12250
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12221
12251
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12229,7 +12259,7 @@ export declare const PlusPage: {
12229
12259
  style: CSSProperties;
12230
12260
  rows: number;
12231
12261
  autocomplete: string;
12232
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
12262
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
12233
12263
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12234
12264
  step: string | number;
12235
12265
  format: string | ProgressFn | undefined;
@@ -12303,6 +12333,7 @@ export declare const PlusPage: {
12303
12333
  $: ComponentInternalInstance;
12304
12334
  $data: {};
12305
12335
  $props: Partial<{
12336
+ showOverflowTooltip: boolean;
12306
12337
  columns: PlusColumn[];
12307
12338
  data: RecordType[];
12308
12339
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -12312,11 +12343,11 @@ export declare const PlusPage: {
12312
12343
  columnIndex: number;
12313
12344
  }) => CSSProperties>;
12314
12345
  rowKey: string | ((row: any[]) => string);
12346
+ tableData: RecordType[];
12347
+ defaultSize: "" | "default" | "small" | "large";
12348
+ pagination: false | Partial< PlusPaginationProps>;
12315
12349
  actionBar: false | Partial< ActionBarProps>;
12316
- editable: boolean | "click" | "dblclick";
12317
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
12318
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12319
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12350
+ hasIndexColumn: boolean;
12320
12351
  titleBar: boolean | Partial<Partial<{
12321
12352
  title?: string | undefined;
12322
12353
  refresh?: boolean | undefined;
@@ -12327,25 +12358,26 @@ export declare const PlusPage: {
12327
12358
  color?: string | undefined;
12328
12359
  } | undefined;
12329
12360
  }>>;
12330
- defaultSize: "" | "default" | "small" | "large";
12331
- tableData: RecordType[];
12332
- pagination: false | Partial< PlusPaginationProps>;
12333
- hasIndexColumn: boolean;
12334
12361
  isSelection: boolean | "radio";
12335
12362
  isRadio: boolean;
12336
12363
  hasExpand: boolean;
12337
12364
  loadingStatus: boolean;
12338
12365
  dragSortable: false | Partial< Options>;
12366
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12367
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
12339
12368
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12340
12369
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
12341
12370
  radioProps: Partial< PlusRadioProps>;
12342
12371
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
12343
12372
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
12373
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12374
+ editable: boolean | "click" | "dblclick";
12344
12375
  adaptive: boolean | {
12345
12376
  offsetBottom?: number | undefined;
12346
12377
  timeout?: number | undefined;
12347
12378
  };
12348
12379
  }> & Omit<{
12380
+ readonly showOverflowTooltip: boolean;
12349
12381
  readonly columns: PlusColumn[];
12350
12382
  readonly data: RecordType[];
12351
12383
  readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -12355,11 +12387,11 @@ export declare const PlusPage: {
12355
12387
  columnIndex: number;
12356
12388
  }) => CSSProperties>;
12357
12389
  readonly rowKey: string | ((row: any[]) => string);
12390
+ readonly tableData: RecordType[];
12391
+ readonly defaultSize: "" | "default" | "small" | "large";
12392
+ readonly pagination: false | Partial< PlusPaginationProps>;
12358
12393
  readonly actionBar: false | Partial< ActionBarProps>;
12359
- readonly editable: boolean | "click" | "dblclick";
12360
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
12361
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12362
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12394
+ readonly hasIndexColumn: boolean;
12363
12395
  readonly titleBar: boolean | Partial<Partial<{
12364
12396
  title?: string | undefined;
12365
12397
  refresh?: boolean | undefined;
@@ -12370,18 +12402,18 @@ export declare const PlusPage: {
12370
12402
  color?: string | undefined;
12371
12403
  } | undefined;
12372
12404
  }>>;
12373
- readonly defaultSize: "" | "default" | "small" | "large";
12374
- readonly tableData: RecordType[];
12375
- readonly pagination: false | Partial< PlusPaginationProps>;
12376
- readonly hasIndexColumn: boolean;
12377
12405
  readonly isSelection: boolean | "radio";
12378
12406
  readonly isRadio: boolean;
12379
12407
  readonly hasExpand: boolean;
12380
12408
  readonly loadingStatus: boolean;
12381
12409
  readonly dragSortable: false | Partial< Options>;
12410
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12411
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
12382
12412
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12383
12413
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
12384
12414
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
12415
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12416
+ readonly editable: boolean | "click" | "dblclick";
12385
12417
  readonly adaptive: boolean | {
12386
12418
  offsetBottom?: number | undefined;
12387
12419
  timeout?: number | undefined;
@@ -12390,18 +12422,22 @@ export declare const PlusPage: {
12390
12422
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
12391
12423
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
12392
12424
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
12425
+ onRefresh?: (() => any) | undefined;
12426
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12393
12427
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12394
12428
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12429
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12395
12430
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12431
+ onEdited?: (() => any) | undefined;
12396
12432
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12397
12433
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12398
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12399
- onRefresh?: (() => any) | undefined;
12400
12434
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12401
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12402
- onEdited?: (() => any) | undefined;
12403
12435
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12404
12436
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
12437
+ showOverflowTooltip: {
12438
+ type: PropType<boolean>;
12439
+ default: boolean;
12440
+ };
12405
12441
  columns: {
12406
12442
  type: PropType< PlusColumn[]>;
12407
12443
  default: () => never[];
@@ -12428,26 +12464,26 @@ export declare const PlusPage: {
12428
12464
  type: PropType<string | ((row: any[]) => string)>;
12429
12465
  default: string;
12430
12466
  };
12467
+ tableData: {
12468
+ type: PropType< RecordType[]>;
12469
+ default: () => never[];
12470
+ };
12471
+ defaultSize: {
12472
+ type: PropType<"" | "default" | "small" | "large">;
12473
+ default: string;
12474
+ };
12475
+ pagination: {
12476
+ type: PropType<false | Partial< PlusPaginationProps>>;
12477
+ default: boolean;
12478
+ };
12431
12479
  actionBar: {
12432
12480
  type: PropType<false | Partial< ActionBarProps>>;
12433
12481
  default: boolean;
12434
12482
  };
12435
- editable: {
12436
- type: PropType<boolean | "click" | "dblclick">;
12483
+ hasIndexColumn: {
12484
+ type: PropType<boolean>;
12437
12485
  default: boolean;
12438
12486
  };
12439
- indexTableColumnProps: {
12440
- type: PropType<Partial< TableColumnCtx<any>>>;
12441
- default: () => {};
12442
- };
12443
- indexContentStyle: {
12444
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12445
- default: () => {};
12446
- };
12447
- dragSortableTableColumnProps: {
12448
- type: PropType<Partial< TableColumnCtx<any>>>;
12449
- default: () => {};
12450
- };
12451
12487
  titleBar: {
12452
12488
  type: PropType<boolean | Partial<Partial<{
12453
12489
  title?: string | undefined;
@@ -12461,22 +12497,6 @@ export declare const PlusPage: {
12461
12497
  }>>>;
12462
12498
  default: boolean;
12463
12499
  };
12464
- defaultSize: {
12465
- type: PropType<"" | "default" | "small" | "large">;
12466
- default: string;
12467
- };
12468
- tableData: {
12469
- type: PropType< RecordType[]>;
12470
- default: () => never[];
12471
- };
12472
- pagination: {
12473
- type: PropType<false | Partial< PlusPaginationProps>>;
12474
- default: boolean;
12475
- };
12476
- hasIndexColumn: {
12477
- type: PropType<boolean>;
12478
- default: boolean;
12479
- };
12480
12500
  isSelection: {
12481
12501
  type: PropType<boolean | "radio">;
12482
12502
  default: boolean;
@@ -12497,6 +12517,14 @@ export declare const PlusPage: {
12497
12517
  type: PropType<false | Partial< Options>>;
12498
12518
  default: boolean;
12499
12519
  };
12520
+ dragSortableTableColumnProps: {
12521
+ type: PropType<Partial< TableColumnCtx<any>>>;
12522
+ default: () => {};
12523
+ };
12524
+ indexTableColumnProps: {
12525
+ type: PropType<Partial< TableColumnCtx<any>>>;
12526
+ default: () => {};
12527
+ };
12500
12528
  selectionTableColumnProps: {
12501
12529
  type: PropType<Partial< TableColumnCtx<any>>>;
12502
12530
  default: () => {
@@ -12521,6 +12549,14 @@ export declare const PlusPage: {
12521
12549
  type: PropType<Partial< TableColumnCtx<any>>>;
12522
12550
  default: () => {};
12523
12551
  };
12552
+ indexContentStyle: {
12553
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12554
+ default: () => {};
12555
+ };
12556
+ editable: {
12557
+ type: PropType<boolean | "click" | "dblclick">;
12558
+ default: boolean;
12559
+ };
12524
12560
  adaptive: {
12525
12561
  type: PropType<boolean | {
12526
12562
  offsetBottom?: number | undefined;
@@ -12532,18 +12568,18 @@ export declare const PlusPage: {
12532
12568
  type: PropType<number>;
12533
12569
  };
12534
12570
  }>> & {
12571
+ onRefresh?: (() => any) | undefined;
12572
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12535
12573
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12536
12574
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12575
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12537
12576
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12577
+ onEdited?: (() => any) | undefined;
12538
12578
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12539
12579
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12540
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12541
- onRefresh?: (() => any) | undefined;
12542
12580
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12543
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12544
- onEdited?: (() => any) | undefined;
12545
12581
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12546
- }, "columns" | "data" | "headerCellStyle" | "rowKey" | "actionBar" | "editable" | "indexTableColumnProps" | "indexContentStyle" | "dragSortableTableColumnProps" | "titleBar" | "defaultSize" | "tableData" | "pagination" | "hasIndexColumn" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "adaptive">;
12582
+ }, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
12547
12583
  $attrs: {
12548
12584
  [x: string]: unknown;
12549
12585
  };
@@ -12558,6 +12594,10 @@ export declare const PlusPage: {
12558
12594
  $emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
12559
12595
  $el: any;
12560
12596
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
12597
+ showOverflowTooltip: {
12598
+ type: PropType<boolean>;
12599
+ default: boolean;
12600
+ };
12561
12601
  columns: {
12562
12602
  type: PropType< PlusColumn[]>;
12563
12603
  default: () => never[];
@@ -12584,26 +12624,26 @@ export declare const PlusPage: {
12584
12624
  type: PropType<string | ((row: any[]) => string)>;
12585
12625
  default: string;
12586
12626
  };
12627
+ tableData: {
12628
+ type: PropType< RecordType[]>;
12629
+ default: () => never[];
12630
+ };
12631
+ defaultSize: {
12632
+ type: PropType<"" | "default" | "small" | "large">;
12633
+ default: string;
12634
+ };
12635
+ pagination: {
12636
+ type: PropType<false | Partial< PlusPaginationProps>>;
12637
+ default: boolean;
12638
+ };
12587
12639
  actionBar: {
12588
12640
  type: PropType<false | Partial< ActionBarProps>>;
12589
12641
  default: boolean;
12590
12642
  };
12591
- editable: {
12592
- type: PropType<boolean | "click" | "dblclick">;
12643
+ hasIndexColumn: {
12644
+ type: PropType<boolean>;
12593
12645
  default: boolean;
12594
12646
  };
12595
- indexTableColumnProps: {
12596
- type: PropType<Partial< TableColumnCtx<any>>>;
12597
- default: () => {};
12598
- };
12599
- indexContentStyle: {
12600
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12601
- default: () => {};
12602
- };
12603
- dragSortableTableColumnProps: {
12604
- type: PropType<Partial< TableColumnCtx<any>>>;
12605
- default: () => {};
12606
- };
12607
12647
  titleBar: {
12608
12648
  type: PropType<boolean | Partial<Partial<{
12609
12649
  title?: string | undefined;
@@ -12617,22 +12657,6 @@ export declare const PlusPage: {
12617
12657
  }>>>;
12618
12658
  default: boolean;
12619
12659
  };
12620
- defaultSize: {
12621
- type: PropType<"" | "default" | "small" | "large">;
12622
- default: string;
12623
- };
12624
- tableData: {
12625
- type: PropType< RecordType[]>;
12626
- default: () => never[];
12627
- };
12628
- pagination: {
12629
- type: PropType<false | Partial< PlusPaginationProps>>;
12630
- default: boolean;
12631
- };
12632
- hasIndexColumn: {
12633
- type: PropType<boolean>;
12634
- default: boolean;
12635
- };
12636
12660
  isSelection: {
12637
12661
  type: PropType<boolean | "radio">;
12638
12662
  default: boolean;
@@ -12653,6 +12677,14 @@ export declare const PlusPage: {
12653
12677
  type: PropType<false | Partial< Options>>;
12654
12678
  default: boolean;
12655
12679
  };
12680
+ dragSortableTableColumnProps: {
12681
+ type: PropType<Partial< TableColumnCtx<any>>>;
12682
+ default: () => {};
12683
+ };
12684
+ indexTableColumnProps: {
12685
+ type: PropType<Partial< TableColumnCtx<any>>>;
12686
+ default: () => {};
12687
+ };
12656
12688
  selectionTableColumnProps: {
12657
12689
  type: PropType<Partial< TableColumnCtx<any>>>;
12658
12690
  default: () => {
@@ -12677,6 +12709,14 @@ export declare const PlusPage: {
12677
12709
  type: PropType<Partial< TableColumnCtx<any>>>;
12678
12710
  default: () => {};
12679
12711
  };
12712
+ indexContentStyle: {
12713
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12714
+ default: () => {};
12715
+ };
12716
+ editable: {
12717
+ type: PropType<boolean | "click" | "dblclick">;
12718
+ default: boolean;
12719
+ };
12680
12720
  adaptive: {
12681
12721
  type: PropType<boolean | {
12682
12722
  offsetBottom?: number | undefined;
@@ -12688,16 +12728,16 @@ export declare const PlusPage: {
12688
12728
  type: PropType<number>;
12689
12729
  };
12690
12730
  }>> & {
12731
+ onRefresh?: (() => any) | undefined;
12732
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12691
12733
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12692
12734
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12735
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12693
12736
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12737
+ onEdited?: (() => any) | undefined;
12694
12738
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12695
12739
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12696
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12697
- onRefresh?: (() => any) | undefined;
12698
12740
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12699
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12700
- onEdited?: (() => any) | undefined;
12701
12741
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12702
12742
  }, {
12703
12743
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -12897,7 +12937,7 @@ export declare const PlusPage: {
12897
12937
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
12898
12938
  setScrollLeft: (left?: number | undefined) => void;
12899
12939
  setScrollTop: (top?: number | undefined) => void;
12900
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
12940
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
12901
12941
  data: {
12902
12942
  type: PropType<any[]>;
12903
12943
  default: () => never[];
@@ -13263,6 +13303,7 @@ export declare const PlusPage: {
13263
13303
  filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
13264
13304
  radioChange: (row: RecordType, index: number, value: boolean) => void;
13265
13305
  }, string, {
13306
+ showOverflowTooltip: boolean;
13266
13307
  columns: PlusColumn[];
13267
13308
  data: RecordType[];
13268
13309
  headerCellStyle: Partial< CSSProperties> | Partial<(data: {
@@ -13272,11 +13313,11 @@ export declare const PlusPage: {
13272
13313
  columnIndex: number;
13273
13314
  }) => CSSProperties>;
13274
13315
  rowKey: string | ((row: any[]) => string);
13316
+ tableData: RecordType[];
13317
+ defaultSize: "" | "default" | "small" | "large";
13318
+ pagination: false | Partial< PlusPaginationProps>;
13275
13319
  actionBar: false | Partial< ActionBarProps>;
13276
- editable: boolean | "click" | "dblclick";
13277
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
13278
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
13279
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
13320
+ hasIndexColumn: boolean;
13280
13321
  titleBar: boolean | Partial<Partial<{
13281
13322
  title?: string | undefined;
13282
13323
  refresh?: boolean | undefined;
@@ -13287,20 +13328,20 @@ export declare const PlusPage: {
13287
13328
  color?: string | undefined;
13288
13329
  } | undefined;
13289
13330
  }>>;
13290
- defaultSize: "" | "default" | "small" | "large";
13291
- tableData: RecordType[];
13292
- pagination: false | Partial< PlusPaginationProps>;
13293
- hasIndexColumn: boolean;
13294
13331
  isSelection: boolean | "radio";
13295
13332
  isRadio: boolean;
13296
13333
  hasExpand: boolean;
13297
13334
  loadingStatus: boolean;
13298
13335
  dragSortable: false | Partial< Options>;
13336
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
13337
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
13299
13338
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
13300
13339
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
13301
13340
  radioProps: Partial< PlusRadioProps>;
13302
13341
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
13303
13342
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
13343
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
13344
+ editable: boolean | "click" | "dblclick";
13304
13345
  adaptive: boolean | {
13305
13346
  offsetBottom?: number | undefined;
13306
13347
  timeout?: number | undefined;
@@ -13326,6 +13367,10 @@ export declare const PlusPage: {
13326
13367
  $nextTick: nextTick;
13327
13368
  $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;
13328
13369
  } & Omit<Readonly< ExtractPropTypes<{
13370
+ showOverflowTooltip: {
13371
+ type: PropType<boolean>;
13372
+ default: boolean;
13373
+ };
13329
13374
  columns: {
13330
13375
  type: PropType< PlusColumn[]>;
13331
13376
  default: () => never[];
@@ -13352,26 +13397,26 @@ export declare const PlusPage: {
13352
13397
  type: PropType<string | ((row: any[]) => string)>;
13353
13398
  default: string;
13354
13399
  };
13400
+ tableData: {
13401
+ type: PropType< RecordType[]>;
13402
+ default: () => never[];
13403
+ };
13404
+ defaultSize: {
13405
+ type: PropType<"" | "default" | "small" | "large">;
13406
+ default: string;
13407
+ };
13408
+ pagination: {
13409
+ type: PropType<false | Partial< PlusPaginationProps>>;
13410
+ default: boolean;
13411
+ };
13355
13412
  actionBar: {
13356
13413
  type: PropType<false | Partial< ActionBarProps>>;
13357
13414
  default: boolean;
13358
13415
  };
13359
- editable: {
13360
- type: PropType<boolean | "click" | "dblclick">;
13416
+ hasIndexColumn: {
13417
+ type: PropType<boolean>;
13361
13418
  default: boolean;
13362
13419
  };
13363
- indexTableColumnProps: {
13364
- type: PropType<Partial< TableColumnCtx<any>>>;
13365
- default: () => {};
13366
- };
13367
- indexContentStyle: {
13368
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
13369
- default: () => {};
13370
- };
13371
- dragSortableTableColumnProps: {
13372
- type: PropType<Partial< TableColumnCtx<any>>>;
13373
- default: () => {};
13374
- };
13375
13420
  titleBar: {
13376
13421
  type: PropType<boolean | Partial<Partial<{
13377
13422
  title?: string | undefined;
@@ -13385,22 +13430,6 @@ export declare const PlusPage: {
13385
13430
  }>>>;
13386
13431
  default: boolean;
13387
13432
  };
13388
- defaultSize: {
13389
- type: PropType<"" | "default" | "small" | "large">;
13390
- default: string;
13391
- };
13392
- tableData: {
13393
- type: PropType< RecordType[]>;
13394
- default: () => never[];
13395
- };
13396
- pagination: {
13397
- type: PropType<false | Partial< PlusPaginationProps>>;
13398
- default: boolean;
13399
- };
13400
- hasIndexColumn: {
13401
- type: PropType<boolean>;
13402
- default: boolean;
13403
- };
13404
13433
  isSelection: {
13405
13434
  type: PropType<boolean | "radio">;
13406
13435
  default: boolean;
@@ -13421,6 +13450,14 @@ export declare const PlusPage: {
13421
13450
  type: PropType<false | Partial< Options>>;
13422
13451
  default: boolean;
13423
13452
  };
13453
+ dragSortableTableColumnProps: {
13454
+ type: PropType<Partial< TableColumnCtx<any>>>;
13455
+ default: () => {};
13456
+ };
13457
+ indexTableColumnProps: {
13458
+ type: PropType<Partial< TableColumnCtx<any>>>;
13459
+ default: () => {};
13460
+ };
13424
13461
  selectionTableColumnProps: {
13425
13462
  type: PropType<Partial< TableColumnCtx<any>>>;
13426
13463
  default: () => {
@@ -13445,6 +13482,14 @@ export declare const PlusPage: {
13445
13482
  type: PropType<Partial< TableColumnCtx<any>>>;
13446
13483
  default: () => {};
13447
13484
  };
13485
+ indexContentStyle: {
13486
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
13487
+ default: () => {};
13488
+ };
13489
+ editable: {
13490
+ type: PropType<boolean | "click" | "dblclick">;
13491
+ default: boolean;
13492
+ };
13448
13493
  adaptive: {
13449
13494
  type: PropType<boolean | {
13450
13495
  offsetBottom?: number | undefined;
@@ -13456,18 +13501,18 @@ export declare const PlusPage: {
13456
13501
  type: PropType<number>;
13457
13502
  };
13458
13503
  }>> & {
13504
+ onRefresh?: (() => any) | undefined;
13505
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13459
13506
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
13460
13507
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
13508
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
13461
13509
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
13510
+ onEdited?: (() => any) | undefined;
13462
13511
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
13463
13512
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
13464
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
13465
- onRefresh?: (() => any) | undefined;
13466
13513
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
13467
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13468
- onEdited?: (() => any) | undefined;
13469
13514
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
13470
- }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
13515
+ }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
13471
13516
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
13472
13517
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13473
13518
  data: {
@@ -13665,7 +13710,7 @@ export declare const PlusPage: {
13665
13710
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
13666
13711
  setScrollLeft: (left?: number | undefined) => void;
13667
13712
  setScrollTop: (top?: number | undefined) => void;
13668
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "current-change" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
13713
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "cell-click" | "cell-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
13669
13714
  data: {
13670
13715
  type: PropType<any[]>;
13671
13716
  default: () => never[];
@@ -14062,8 +14107,8 @@ export declare const PlusPage: {
14062
14107
  search: false | Partial< PlusSearchProps>;
14063
14108
  immediate: boolean;
14064
14109
  table: Partial< PlusTableProps>;
14110
+ pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
14065
14111
  params: RecordType;
14066
- pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
14067
14112
  postData: <T = RecordType[]>(data: T[]) => T[];
14068
14113
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
14069
14114
  isCard: boolean;
@@ -14079,7 +14124,7 @@ export declare const PlusPage: {
14079
14124
  searchSlot: boolean;
14080
14125
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
14081
14126
  $slots: Partial<Record<never, (_: {
14082
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
14127
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
14083
14128
  readonly label: string | ComputedRef<string>;
14084
14129
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
14085
14130
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -14093,7 +14138,7 @@ export declare const PlusPage: {
14093
14138
  style: CSSProperties;
14094
14139
  rows: number;
14095
14140
  autocomplete: string;
14096
- type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "range" | "dashboard" | "datetime-local" | "email" | "file" | "hidden" | "password" | "tel" | "url";
14141
+ type: "" | "number" | "default" | "search" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "time" | "image" | "line" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "range" | "dashboard" | "hidden" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
14097
14142
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
14098
14143
  step: string | number;
14099
14144
  format: string | ProgressFn | undefined;