@wlydfe/pro-ui 0.2.23 → 0.2.27

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 (121) hide show
  1. package/es/components/check-card/index.d.ts +4 -4
  2. package/es/components/check-card/src/index.vue.d.ts +1 -1
  3. package/es/components/check-card-group/index.d.ts +4 -4
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/date-picker/index.d.ts +11 -11
  6. package/es/components/date-picker/src/index.vue.d.ts +11 -11
  7. package/es/components/descriptions/index.d.ts +19 -19
  8. package/es/components/descriptions/src/index.vue.d.ts +1 -1
  9. package/es/components/dialog/index.d.ts +30 -30
  10. package/es/components/dialog/src/index.vue.d.ts +2 -2
  11. package/es/components/dialog-form/index.d.ts +6 -6
  12. package/es/components/dialog-form/src/index.vue.d.ts +3 -3
  13. package/es/components/display-item/index.d.ts +25 -25
  14. package/es/components/display-item/src/index.vue.d.ts +7 -7
  15. package/es/components/drawer-form/index.d.ts +36 -36
  16. package/es/components/drawer-form/src/index.vue.d.ts +5 -5
  17. package/es/components/form/index.d.ts +88 -88
  18. package/es/components/form/src/form-content.vue.d.ts +9 -9
  19. package/es/components/form/src/index.vue.d.ts +11 -11
  20. package/es/components/form-item/index.d.ts +84 -84
  21. package/es/components/form-item/src/index.vue.d.ts +10 -10
  22. package/es/components/input-tag/index.d.ts +6 -6
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/page/index.d.ts +1015 -985
  25. package/es/components/page/src/index.vue.d.ts +334 -324
  26. package/es/components/page/src/index.vue2.mjs +3 -2
  27. package/es/components/pagination/index.d.ts +27 -27
  28. package/es/components/pagination/src/index.vue.d.ts +3 -3
  29. package/es/components/popover/index.d.ts +49 -49
  30. package/es/components/popover/src/index.vue.d.ts +3 -3
  31. package/es/components/radio/index.d.ts +10 -10
  32. package/es/components/radio/src/index.vue.d.ts +2 -2
  33. package/es/components/render/index.d.ts +14 -14
  34. package/es/components/render/src/index.vue.d.ts +1 -1
  35. package/es/components/search/index.d.ts +266 -266
  36. package/es/components/search/src/index.vue.d.ts +77 -77
  37. package/es/components/sidebar/index.d.ts +16 -16
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +176 -164
  41. package/es/components/table/src/index.vue.d.ts +13 -13
  42. package/es/components/table/src/index.vue2.mjs +25 -2
  43. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  44. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  45. package/es/components/table/src/table-column.vue.d.ts +22 -22
  46. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  47. package/es/components/table/src/type.d.ts +5 -0
  48. package/es/index.css +13 -13
  49. package/index.js +29 -5
  50. package/index.min.js +2 -2
  51. package/index.min.mjs +2 -2
  52. package/index.mjs +29 -5
  53. package/lib/components/check-card/index.d.ts +4 -4
  54. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  55. package/lib/components/check-card-group/index.d.ts +4 -4
  56. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  57. package/lib/components/date-picker/index.d.ts +11 -11
  58. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  59. package/lib/components/descriptions/index.d.ts +19 -19
  60. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  61. package/lib/components/dialog/index.d.ts +30 -30
  62. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  63. package/lib/components/dialog-form/index.d.ts +6 -6
  64. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  65. package/lib/components/display-item/index.d.ts +25 -25
  66. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  67. package/lib/components/drawer-form/index.d.ts +36 -36
  68. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  69. package/lib/components/form/index.d.ts +88 -88
  70. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  71. package/lib/components/form/src/index.vue.d.ts +11 -11
  72. package/lib/components/form-item/index.d.ts +84 -84
  73. package/lib/components/form-item/src/index.vue.d.ts +10 -10
  74. package/lib/components/input-tag/index.d.ts +6 -6
  75. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  76. package/lib/components/page/index.d.ts +1015 -985
  77. package/lib/components/page/src/index.vue.d.ts +334 -324
  78. package/lib/components/page/src/index.vue2.js +3 -2
  79. package/lib/components/pagination/index.d.ts +27 -27
  80. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  81. package/lib/components/popover/index.d.ts +49 -49
  82. package/lib/components/popover/src/index.vue.d.ts +3 -3
  83. package/lib/components/radio/index.d.ts +10 -10
  84. package/lib/components/radio/src/index.vue.d.ts +2 -2
  85. package/lib/components/render/index.d.ts +14 -14
  86. package/lib/components/render/src/index.vue.d.ts +1 -1
  87. package/lib/components/search/index.d.ts +266 -266
  88. package/lib/components/search/src/index.vue.d.ts +77 -77
  89. package/lib/components/sidebar/index.d.ts +16 -16
  90. package/lib/components/steps-form/index.d.ts +23 -23
  91. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  92. package/lib/components/table/index.d.ts +176 -164
  93. package/lib/components/table/src/index.vue.d.ts +13 -13
  94. package/lib/components/table/src/index.vue2.js +25 -2
  95. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  96. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  97. package/lib/components/table/src/table-column.vue.d.ts +22 -22
  98. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  99. package/lib/components/table/src/type.d.ts +5 -0
  100. package/lib/{display-item.css → index.css} +14 -14
  101. package/locale/en.js +1 -1
  102. package/locale/en.min.js +1 -1
  103. package/locale/en.min.mjs +1 -1
  104. package/locale/en.mjs +1 -1
  105. package/locale/ja.js +1 -1
  106. package/locale/ja.min.js +1 -1
  107. package/locale/ja.min.mjs +1 -1
  108. package/locale/ja.mjs +1 -1
  109. package/locale/ko.js +1 -1
  110. package/locale/ko.min.js +1 -1
  111. package/locale/ko.min.mjs +1 -1
  112. package/locale/ko.mjs +1 -1
  113. package/locale/zh-cn.js +1 -1
  114. package/locale/zh-cn.min.js +1 -1
  115. package/locale/zh-cn.min.mjs +1 -1
  116. package/locale/zh-cn.mjs +1 -1
  117. package/locale/zh-tw.js +1 -1
  118. package/locale/zh-tw.min.js +1 -1
  119. package/locale/zh-tw.min.mjs +1 -1
  120. package/locale/zh-tw.mjs +1 -1
  121. package/package.json +1 -1
@@ -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, 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';
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';
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,10 +31,6 @@ 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
- };
38
34
  params: {
39
35
  type: PropType<RecordType>;
40
36
  default: () => {};
@@ -46,6 +42,10 @@ export declare const PlusPage: {
46
42
  }>>;
47
43
  required: true;
48
44
  };
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
- defaultValues: FieldValues;
115
- rowProps: Partial< Mutable<RowProps>>;
116
114
  colProps: Partial< Mutable<ColProps>>;
115
+ rowProps: Partial< Mutable<RowProps>>;
116
+ defaultValues: FieldValues;
117
117
  hasFooter: boolean;
118
118
  hasReset: boolean;
119
119
  resetText: string;
@@ -131,9 +131,9 @@ export declare const PlusPage: {
131
131
  readonly modelValue: FieldValues;
132
132
  readonly inline: boolean;
133
133
  readonly showNumber: number;
134
- readonly defaultValues: FieldValues;
135
- readonly rowProps: Partial< Mutable<RowProps>>;
136
134
  readonly colProps: Partial< Mutable<ColProps>>;
135
+ readonly rowProps: Partial< Mutable<RowProps>>;
136
+ readonly defaultValues: FieldValues;
137
137
  readonly hasFooter: boolean;
138
138
  readonly hasReset: boolean;
139
139
  readonly resetText: string;
@@ -147,8 +147,8 @@ export declare const PlusPage: {
147
147
  readonly buttonOrder: ("search" | "reset" | "fold")[];
148
148
  readonly needValidate: boolean;
149
149
  readonly labelPosition?: "top" | "right" | "left" | undefined;
150
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
151
150
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
151
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
152
152
  onReset?: ((values: FieldValues) => any) | undefined;
153
153
  onSearch?: ((values: FieldValues) => any) | undefined;
154
154
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -173,16 +173,6 @@ export declare const PlusPage: {
173
173
  type: PropType<number>;
174
174
  default: number;
175
175
  };
176
- defaultValues: {
177
- type: PropType<FieldValues>;
178
- default: () => {};
179
- };
180
- rowProps: {
181
- type: PropType<Partial< Mutable<RowProps>>>;
182
- default: () => {
183
- gutter: number;
184
- };
185
- };
186
176
  colProps: {
187
177
  type: PropType<Partial< Mutable<ColProps>>>;
188
178
  default: () => {
@@ -193,6 +183,16 @@ export declare const PlusPage: {
193
183
  xl: number;
194
184
  };
195
185
  };
186
+ rowProps: {
187
+ type: PropType<Partial< Mutable<RowProps>>>;
188
+ default: () => {
189
+ gutter: number;
190
+ };
191
+ };
192
+ defaultValues: {
193
+ type: PropType<FieldValues>;
194
+ default: () => {};
195
+ };
196
196
  hasFooter: {
197
197
  type: PropType<boolean>;
198
198
  default: boolean;
@@ -242,12 +242,12 @@ export declare const PlusPage: {
242
242
  default: boolean;
243
243
  };
244
244
  }>> & {
245
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
246
245
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
246
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
247
247
  onReset?: ((values: FieldValues) => any) | undefined;
248
248
  onSearch?: ((values: FieldValues) => any) | undefined;
249
249
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
250
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
250
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
251
251
  $attrs: {
252
252
  [x: string]: unknown;
253
253
  };
@@ -259,7 +259,7 @@ export declare const PlusPage: {
259
259
  }>;
260
260
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
261
261
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
262
- $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);
262
+ $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);
263
263
  $el: any;
264
264
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
265
265
  columns: {
@@ -282,16 +282,6 @@ export declare const PlusPage: {
282
282
  type: PropType<number>;
283
283
  default: number;
284
284
  };
285
- defaultValues: {
286
- type: PropType<FieldValues>;
287
- default: () => {};
288
- };
289
- rowProps: {
290
- type: PropType<Partial< Mutable<RowProps>>>;
291
- default: () => {
292
- gutter: number;
293
- };
294
- };
295
285
  colProps: {
296
286
  type: PropType<Partial< Mutable<ColProps>>>;
297
287
  default: () => {
@@ -302,6 +292,16 @@ export declare const PlusPage: {
302
292
  xl: number;
303
293
  };
304
294
  };
295
+ rowProps: {
296
+ type: PropType<Partial< Mutable<RowProps>>>;
297
+ default: () => {
298
+ gutter: number;
299
+ };
300
+ };
301
+ defaultValues: {
302
+ type: PropType<FieldValues>;
303
+ default: () => {};
304
+ };
305
305
  hasFooter: {
306
306
  type: PropType<boolean>;
307
307
  default: boolean;
@@ -351,8 +351,8 @@ export declare const PlusPage: {
351
351
  default: boolean;
352
352
  };
353
353
  }>> & {
354
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
355
354
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
355
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
356
356
  onReset?: ((values: FieldValues) => any) | undefined;
357
357
  onSearch?: ((values: FieldValues) => any) | undefined;
358
358
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -369,9 +369,12 @@ export declare const PlusPage: {
369
369
  labelWidth: string | number;
370
370
  labelSuffix: string;
371
371
  hasLabel: boolean;
372
- defaultValues: FieldValues;
373
- rowProps: Partial< Mutable<RowProps>>;
372
+ clearable: boolean;
374
373
  colProps: Partial< Mutable<ColProps>>;
374
+ collapseDuration: number;
375
+ collapseTransition: boolean;
376
+ rowProps: Partial< Mutable<RowProps>>;
377
+ defaultValues: FieldValues;
375
378
  hasErrorTip: boolean;
376
379
  hasFooter: boolean;
377
380
  hasReset: boolean;
@@ -381,9 +384,6 @@ export declare const PlusPage: {
381
384
  footerAlign: "right" | "left" | "center";
382
385
  cardProps: Partial< Mutable<CardProps>>;
383
386
  prevent: boolean;
384
- collapseDuration: number;
385
- collapseTransition: boolean;
386
- clearable: boolean;
387
387
  }> & Omit<{
388
388
  readonly columns: PlusColumn[];
389
389
  readonly group: false | PlusFormGroupRow[];
@@ -393,9 +393,10 @@ export declare const PlusPage: {
393
393
  readonly labelWidth: string | number;
394
394
  readonly labelSuffix: string;
395
395
  readonly hasLabel: boolean;
396
- readonly defaultValues: FieldValues;
397
- readonly rowProps: Partial< Mutable<RowProps>>;
396
+ readonly clearable: boolean;
398
397
  readonly colProps: Partial< Mutable<ColProps>>;
398
+ readonly rowProps: Partial< Mutable<RowProps>>;
399
+ readonly defaultValues: FieldValues;
399
400
  readonly hasErrorTip: boolean;
400
401
  readonly hasFooter: boolean;
401
402
  readonly hasReset: boolean;
@@ -405,11 +406,10 @@ export declare const PlusPage: {
405
406
  readonly footerAlign: "right" | "left" | "center";
406
407
  readonly cardProps: Partial< Mutable<CardProps>>;
407
408
  readonly prevent: boolean;
408
- readonly clearable: boolean;
409
409
  readonly collapseDuration?: number | undefined;
410
410
  readonly collapseTransition?: boolean | undefined;
411
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
412
411
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
412
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
413
413
  onReset?: ((values: FieldValues) => any) | undefined;
414
414
  onSubmit?: ((values: FieldValues) => any) | undefined;
415
415
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -447,16 +447,28 @@ export declare const PlusPage: {
447
447
  type: PropType<boolean>;
448
448
  default: boolean;
449
449
  };
450
- defaultValues: {
451
- type: PropType<FieldValues>;
450
+ clearable: {
451
+ type: PropType<boolean>;
452
+ default: boolean;
453
+ };
454
+ colProps: {
455
+ type: PropType<Partial< Mutable<ColProps>>>;
452
456
  default: () => {};
453
457
  };
458
+ collapseDuration: {
459
+ type: PropType<number>;
460
+ default: undefined;
461
+ };
462
+ collapseTransition: {
463
+ type: PropType<boolean>;
464
+ default: undefined;
465
+ };
454
466
  rowProps: {
455
467
  type: PropType<Partial< Mutable<RowProps>>>;
456
468
  default: () => {};
457
469
  };
458
- colProps: {
459
- type: PropType<Partial< Mutable<ColProps>>>;
470
+ defaultValues: {
471
+ type: PropType<FieldValues>;
460
472
  default: () => {};
461
473
  };
462
474
  hasErrorTip: {
@@ -495,26 +507,14 @@ export declare const PlusPage: {
495
507
  type: PropType<boolean>;
496
508
  default: boolean;
497
509
  };
498
- collapseDuration: {
499
- type: PropType<number>;
500
- default: undefined;
501
- };
502
- collapseTransition: {
503
- type: PropType<boolean>;
504
- default: undefined;
505
- };
506
- clearable: {
507
- type: PropType<boolean>;
508
- default: boolean;
509
- };
510
510
  }>> & {
511
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
512
511
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
512
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
513
513
  onReset?: ((values: FieldValues) => any) | undefined;
514
514
  onSubmit?: ((values: FieldValues) => any) | undefined;
515
515
  onValidate?: ((...args: any[]) => any) | undefined;
516
516
  onSubmitError?: ((errors: unknown) => any) | undefined;
517
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
517
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
518
518
  $attrs: {
519
519
  [x: string]: unknown;
520
520
  };
@@ -526,7 +526,7 @@ export declare const PlusPage: {
526
526
  }>;
527
527
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
528
528
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
529
- $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);
529
+ $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);
530
530
  $el: any;
531
531
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
532
532
  columns: {
@@ -561,16 +561,28 @@ export declare const PlusPage: {
561
561
  type: PropType<boolean>;
562
562
  default: boolean;
563
563
  };
564
- defaultValues: {
565
- type: PropType<FieldValues>;
564
+ clearable: {
565
+ type: PropType<boolean>;
566
+ default: boolean;
567
+ };
568
+ colProps: {
569
+ type: PropType<Partial< Mutable<ColProps>>>;
566
570
  default: () => {};
567
571
  };
572
+ collapseDuration: {
573
+ type: PropType<number>;
574
+ default: undefined;
575
+ };
576
+ collapseTransition: {
577
+ type: PropType<boolean>;
578
+ default: undefined;
579
+ };
568
580
  rowProps: {
569
581
  type: PropType<Partial< Mutable<RowProps>>>;
570
582
  default: () => {};
571
583
  };
572
- colProps: {
573
- type: PropType<Partial< Mutable<ColProps>>>;
584
+ defaultValues: {
585
+ type: PropType<FieldValues>;
574
586
  default: () => {};
575
587
  };
576
588
  hasErrorTip: {
@@ -609,21 +621,9 @@ export declare const PlusPage: {
609
621
  type: PropType<boolean>;
610
622
  default: boolean;
611
623
  };
612
- collapseDuration: {
613
- type: PropType<number>;
614
- default: undefined;
615
- };
616
- collapseTransition: {
617
- type: PropType<boolean>;
618
- default: undefined;
619
- };
620
- clearable: {
621
- type: PropType<boolean>;
622
- default: boolean;
623
- };
624
624
  }>> & {
625
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
626
625
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
626
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
627
627
  onReset?: ((values: FieldValues) => any) | undefined;
628
628
  onSubmit?: ((values: FieldValues) => any) | undefined;
629
629
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -929,9 +929,12 @@ export declare const PlusPage: {
929
929
  labelWidth: string | number;
930
930
  labelSuffix: string;
931
931
  hasLabel: boolean;
932
- defaultValues: FieldValues;
933
- rowProps: Partial< Mutable<RowProps>>;
932
+ clearable: boolean;
934
933
  colProps: Partial< Mutable<ColProps>>;
934
+ collapseDuration: number;
935
+ collapseTransition: boolean;
936
+ rowProps: Partial< Mutable<RowProps>>;
937
+ defaultValues: FieldValues;
935
938
  hasErrorTip: boolean;
936
939
  hasFooter: boolean;
937
940
  hasReset: boolean;
@@ -941,9 +944,6 @@ export declare const PlusPage: {
941
944
  footerAlign: "right" | "left" | "center";
942
945
  cardProps: Partial< Mutable<CardProps>>;
943
946
  prevent: boolean;
944
- collapseDuration: number;
945
- collapseTransition: boolean;
946
- clearable: boolean;
947
947
  }, {}, string, {}> & {
948
948
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
949
949
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -997,16 +997,28 @@ export declare const PlusPage: {
997
997
  type: PropType<boolean>;
998
998
  default: boolean;
999
999
  };
1000
- defaultValues: {
1001
- type: PropType<FieldValues>;
1000
+ clearable: {
1001
+ type: PropType<boolean>;
1002
+ default: boolean;
1003
+ };
1004
+ colProps: {
1005
+ type: PropType<Partial< Mutable<ColProps>>>;
1002
1006
  default: () => {};
1003
1007
  };
1008
+ collapseDuration: {
1009
+ type: PropType<number>;
1010
+ default: undefined;
1011
+ };
1012
+ collapseTransition: {
1013
+ type: PropType<boolean>;
1014
+ default: undefined;
1015
+ };
1004
1016
  rowProps: {
1005
1017
  type: PropType<Partial< Mutable<RowProps>>>;
1006
1018
  default: () => {};
1007
1019
  };
1008
- colProps: {
1009
- type: PropType<Partial< Mutable<ColProps>>>;
1020
+ defaultValues: {
1021
+ type: PropType<FieldValues>;
1010
1022
  default: () => {};
1011
1023
  };
1012
1024
  hasErrorTip: {
@@ -1045,21 +1057,9 @@ export declare const PlusPage: {
1045
1057
  type: PropType<boolean>;
1046
1058
  default: boolean;
1047
1059
  };
1048
- collapseDuration: {
1049
- type: PropType<number>;
1050
- default: undefined;
1051
- };
1052
- collapseTransition: {
1053
- type: PropType<boolean>;
1054
- default: undefined;
1055
- };
1056
- clearable: {
1057
- type: PropType<boolean>;
1058
- default: boolean;
1059
- };
1060
1060
  }>> & {
1061
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1062
1061
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1062
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1063
1063
  onReset?: ((values: FieldValues) => any) | undefined;
1064
1064
  onSubmit?: ((values: FieldValues) => any) | undefined;
1065
1065
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1359,7 +1359,7 @@ export declare const PlusPage: {
1359
1359
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1360
1360
  columns?: PlusColumn[] | undefined;
1361
1361
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1362
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1362
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1363
1363
  readonly label: string | ComputedRef<string>;
1364
1364
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1365
1365
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1373,7 +1373,7 @@ export declare const PlusPage: {
1373
1373
  style: CSSProperties;
1374
1374
  rows: number;
1375
1375
  autocomplete: string;
1376
- 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";
1376
+ 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";
1377
1377
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1378
1378
  step: string | number;
1379
1379
  format: string | ProgressFn | undefined;
@@ -1434,7 +1434,7 @@ export declare const PlusPage: {
1434
1434
  clearable: boolean;
1435
1435
  index: number;
1436
1436
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1437
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1437
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1438
1438
  readonly label: string | ComputedRef<string>;
1439
1439
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1440
1440
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1448,7 +1448,7 @@ export declare const PlusPage: {
1448
1448
  style: CSSProperties;
1449
1449
  rows: number;
1450
1450
  autocomplete: string;
1451
- 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";
1451
+ 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";
1452
1452
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1453
1453
  step: string | number;
1454
1454
  format: string | ProgressFn | undefined;
@@ -1537,9 +1537,9 @@ export declare const PlusPage: {
1537
1537
  labelPosition: "top" | "right" | "left";
1538
1538
  inline: boolean;
1539
1539
  showNumber: number;
1540
- defaultValues: FieldValues;
1541
- rowProps: Partial< Mutable<RowProps>>;
1542
1540
  colProps: Partial< Mutable<ColProps>>;
1541
+ rowProps: Partial< Mutable<RowProps>>;
1542
+ defaultValues: FieldValues;
1543
1543
  hasFooter: boolean;
1544
1544
  hasReset: boolean;
1545
1545
  resetText: string;
@@ -1593,16 +1593,6 @@ export declare const PlusPage: {
1593
1593
  type: PropType<number>;
1594
1594
  default: number;
1595
1595
  };
1596
- defaultValues: {
1597
- type: PropType<FieldValues>;
1598
- default: () => {};
1599
- };
1600
- rowProps: {
1601
- type: PropType<Partial< Mutable<RowProps>>>;
1602
- default: () => {
1603
- gutter: number;
1604
- };
1605
- };
1606
1596
  colProps: {
1607
1597
  type: PropType<Partial< Mutable<ColProps>>>;
1608
1598
  default: () => {
@@ -1613,6 +1603,16 @@ export declare const PlusPage: {
1613
1603
  xl: number;
1614
1604
  };
1615
1605
  };
1606
+ rowProps: {
1607
+ type: PropType<Partial< Mutable<RowProps>>>;
1608
+ default: () => {
1609
+ gutter: number;
1610
+ };
1611
+ };
1612
+ defaultValues: {
1613
+ type: PropType<FieldValues>;
1614
+ default: () => {};
1615
+ };
1616
1616
  hasFooter: {
1617
1617
  type: PropType<boolean>;
1618
1618
  default: boolean;
@@ -1662,8 +1662,8 @@ export declare const PlusPage: {
1662
1662
  default: boolean;
1663
1663
  };
1664
1664
  }>> & {
1665
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1666
1665
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1666
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1667
1667
  onReset?: ((values: FieldValues) => any) | undefined;
1668
1668
  onSearch?: ((values: FieldValues) => any) | undefined;
1669
1669
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1680,9 +1680,12 @@ export declare const PlusPage: {
1680
1680
  labelWidth: string | number;
1681
1681
  labelSuffix: string;
1682
1682
  hasLabel: boolean;
1683
- defaultValues: FieldValues;
1684
- rowProps: Partial< Mutable<RowProps>>;
1683
+ clearable: boolean;
1685
1684
  colProps: Partial< Mutable<ColProps>>;
1685
+ collapseDuration: number;
1686
+ collapseTransition: boolean;
1687
+ rowProps: Partial< Mutable<RowProps>>;
1688
+ defaultValues: FieldValues;
1686
1689
  hasErrorTip: boolean;
1687
1690
  hasFooter: boolean;
1688
1691
  hasReset: boolean;
@@ -1692,9 +1695,6 @@ export declare const PlusPage: {
1692
1695
  footerAlign: "right" | "left" | "center";
1693
1696
  cardProps: Partial< Mutable<CardProps>>;
1694
1697
  prevent: boolean;
1695
- collapseDuration: number;
1696
- collapseTransition: boolean;
1697
- clearable: boolean;
1698
1698
  }> & Omit<{
1699
1699
  readonly columns: PlusColumn[];
1700
1700
  readonly group: false | PlusFormGroupRow[];
@@ -1704,9 +1704,10 @@ export declare const PlusPage: {
1704
1704
  readonly labelWidth: string | number;
1705
1705
  readonly labelSuffix: string;
1706
1706
  readonly hasLabel: boolean;
1707
- readonly defaultValues: FieldValues;
1708
- readonly rowProps: Partial< Mutable<RowProps>>;
1707
+ readonly clearable: boolean;
1709
1708
  readonly colProps: Partial< Mutable<ColProps>>;
1709
+ readonly rowProps: Partial< Mutable<RowProps>>;
1710
+ readonly defaultValues: FieldValues;
1710
1711
  readonly hasErrorTip: boolean;
1711
1712
  readonly hasFooter: boolean;
1712
1713
  readonly hasReset: boolean;
@@ -1716,11 +1717,10 @@ export declare const PlusPage: {
1716
1717
  readonly footerAlign: "right" | "left" | "center";
1717
1718
  readonly cardProps: Partial< Mutable<CardProps>>;
1718
1719
  readonly prevent: boolean;
1719
- readonly clearable: boolean;
1720
1720
  readonly collapseDuration?: number | undefined;
1721
1721
  readonly collapseTransition?: boolean | undefined;
1722
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1723
1722
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1723
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1724
1724
  onReset?: ((values: FieldValues) => any) | undefined;
1725
1725
  onSubmit?: ((values: FieldValues) => any) | undefined;
1726
1726
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1758,16 +1758,28 @@ export declare const PlusPage: {
1758
1758
  type: PropType<boolean>;
1759
1759
  default: boolean;
1760
1760
  };
1761
- defaultValues: {
1762
- type: PropType<FieldValues>;
1761
+ clearable: {
1762
+ type: PropType<boolean>;
1763
+ default: boolean;
1764
+ };
1765
+ colProps: {
1766
+ type: PropType<Partial< Mutable<ColProps>>>;
1763
1767
  default: () => {};
1764
1768
  };
1769
+ collapseDuration: {
1770
+ type: PropType<number>;
1771
+ default: undefined;
1772
+ };
1773
+ collapseTransition: {
1774
+ type: PropType<boolean>;
1775
+ default: undefined;
1776
+ };
1765
1777
  rowProps: {
1766
1778
  type: PropType<Partial< Mutable<RowProps>>>;
1767
1779
  default: () => {};
1768
1780
  };
1769
- colProps: {
1770
- type: PropType<Partial< Mutable<ColProps>>>;
1781
+ defaultValues: {
1782
+ type: PropType<FieldValues>;
1771
1783
  default: () => {};
1772
1784
  };
1773
1785
  hasErrorTip: {
@@ -1806,26 +1818,14 @@ export declare const PlusPage: {
1806
1818
  type: PropType<boolean>;
1807
1819
  default: boolean;
1808
1820
  };
1809
- collapseDuration: {
1810
- type: PropType<number>;
1811
- default: undefined;
1812
- };
1813
- collapseTransition: {
1814
- type: PropType<boolean>;
1815
- default: undefined;
1816
- };
1817
- clearable: {
1818
- type: PropType<boolean>;
1819
- default: boolean;
1820
- };
1821
1821
  }>> & {
1822
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1823
1822
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1823
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1824
1824
  onReset?: ((values: FieldValues) => any) | undefined;
1825
1825
  onSubmit?: ((values: FieldValues) => any) | undefined;
1826
1826
  onValidate?: ((...args: any[]) => any) | undefined;
1827
1827
  onSubmitError?: ((errors: unknown) => any) | undefined;
1828
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
1828
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
1829
1829
  $attrs: {
1830
1830
  [x: string]: unknown;
1831
1831
  };
@@ -1837,7 +1837,7 @@ export declare const PlusPage: {
1837
1837
  }>;
1838
1838
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1839
1839
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1840
- $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);
1840
+ $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);
1841
1841
  $el: any;
1842
1842
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1843
1843
  columns: {
@@ -1872,16 +1872,28 @@ export declare const PlusPage: {
1872
1872
  type: PropType<boolean>;
1873
1873
  default: boolean;
1874
1874
  };
1875
- defaultValues: {
1876
- type: PropType<FieldValues>;
1875
+ clearable: {
1876
+ type: PropType<boolean>;
1877
+ default: boolean;
1878
+ };
1879
+ colProps: {
1880
+ type: PropType<Partial< Mutable<ColProps>>>;
1877
1881
  default: () => {};
1878
1882
  };
1883
+ collapseDuration: {
1884
+ type: PropType<number>;
1885
+ default: undefined;
1886
+ };
1887
+ collapseTransition: {
1888
+ type: PropType<boolean>;
1889
+ default: undefined;
1890
+ };
1879
1891
  rowProps: {
1880
1892
  type: PropType<Partial< Mutable<RowProps>>>;
1881
1893
  default: () => {};
1882
1894
  };
1883
- colProps: {
1884
- type: PropType<Partial< Mutable<ColProps>>>;
1895
+ defaultValues: {
1896
+ type: PropType<FieldValues>;
1885
1897
  default: () => {};
1886
1898
  };
1887
1899
  hasErrorTip: {
@@ -1920,21 +1932,9 @@ export declare const PlusPage: {
1920
1932
  type: PropType<boolean>;
1921
1933
  default: boolean;
1922
1934
  };
1923
- collapseDuration: {
1924
- type: PropType<number>;
1925
- default: undefined;
1926
- };
1927
- collapseTransition: {
1928
- type: PropType<boolean>;
1929
- default: undefined;
1930
- };
1931
- clearable: {
1932
- type: PropType<boolean>;
1933
- default: boolean;
1934
- };
1935
1935
  }>> & {
1936
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1937
1936
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1937
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1938
1938
  onReset?: ((values: FieldValues) => any) | undefined;
1939
1939
  onSubmit?: ((values: FieldValues) => any) | undefined;
1940
1940
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2240,9 +2240,12 @@ export declare const PlusPage: {
2240
2240
  labelWidth: string | number;
2241
2241
  labelSuffix: string;
2242
2242
  hasLabel: boolean;
2243
- defaultValues: FieldValues;
2244
- rowProps: Partial< Mutable<RowProps>>;
2243
+ clearable: boolean;
2245
2244
  colProps: Partial< Mutable<ColProps>>;
2245
+ collapseDuration: number;
2246
+ collapseTransition: boolean;
2247
+ rowProps: Partial< Mutable<RowProps>>;
2248
+ defaultValues: FieldValues;
2246
2249
  hasErrorTip: boolean;
2247
2250
  hasFooter: boolean;
2248
2251
  hasReset: boolean;
@@ -2252,9 +2255,6 @@ export declare const PlusPage: {
2252
2255
  footerAlign: "right" | "left" | "center";
2253
2256
  cardProps: Partial< Mutable<CardProps>>;
2254
2257
  prevent: boolean;
2255
- collapseDuration: number;
2256
- collapseTransition: boolean;
2257
- clearable: boolean;
2258
2258
  }, {}, string, {}> & {
2259
2259
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2260
2260
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2308,16 +2308,28 @@ export declare const PlusPage: {
2308
2308
  type: PropType<boolean>;
2309
2309
  default: boolean;
2310
2310
  };
2311
- defaultValues: {
2312
- type: PropType<FieldValues>;
2311
+ clearable: {
2312
+ type: PropType<boolean>;
2313
+ default: boolean;
2314
+ };
2315
+ colProps: {
2316
+ type: PropType<Partial< Mutable<ColProps>>>;
2313
2317
  default: () => {};
2314
2318
  };
2319
+ collapseDuration: {
2320
+ type: PropType<number>;
2321
+ default: undefined;
2322
+ };
2323
+ collapseTransition: {
2324
+ type: PropType<boolean>;
2325
+ default: undefined;
2326
+ };
2315
2327
  rowProps: {
2316
2328
  type: PropType<Partial< Mutable<RowProps>>>;
2317
2329
  default: () => {};
2318
2330
  };
2319
- colProps: {
2320
- type: PropType<Partial< Mutable<ColProps>>>;
2331
+ defaultValues: {
2332
+ type: PropType<FieldValues>;
2321
2333
  default: () => {};
2322
2334
  };
2323
2335
  hasErrorTip: {
@@ -2356,21 +2368,9 @@ export declare const PlusPage: {
2356
2368
  type: PropType<boolean>;
2357
2369
  default: boolean;
2358
2370
  };
2359
- collapseDuration: {
2360
- type: PropType<number>;
2361
- default: undefined;
2362
- };
2363
- collapseTransition: {
2364
- type: PropType<boolean>;
2365
- default: undefined;
2366
- };
2367
- clearable: {
2368
- type: PropType<boolean>;
2369
- default: boolean;
2370
- };
2371
2371
  }>> & {
2372
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2373
2372
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2373
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2374
2374
  onReset?: ((values: FieldValues) => any) | undefined;
2375
2375
  onSubmit?: ((values: FieldValues) => any) | undefined;
2376
2376
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2670,7 +2670,7 @@ export declare const PlusPage: {
2670
2670
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2671
2671
  columns?: PlusColumn[] | undefined;
2672
2672
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2673
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2673
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2674
2674
  readonly label: string | ComputedRef<string>;
2675
2675
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2676
2676
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2684,7 +2684,7 @@ export declare const PlusPage: {
2684
2684
  style: CSSProperties;
2685
2685
  rows: number;
2686
2686
  autocomplete: string;
2687
- 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";
2687
+ 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";
2688
2688
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2689
2689
  step: string | number;
2690
2690
  format: string | ProgressFn | undefined;
@@ -2745,7 +2745,7 @@ export declare const PlusPage: {
2745
2745
  clearable: boolean;
2746
2746
  index: number;
2747
2747
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2748
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2748
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2749
2749
  readonly label: string | ComputedRef<string>;
2750
2750
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2751
2751
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2759,7 +2759,7 @@ export declare const PlusPage: {
2759
2759
  style: CSSProperties;
2760
2760
  rows: number;
2761
2761
  autocomplete: string;
2762
- 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";
2762
+ 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";
2763
2763
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2764
2764
  step: string | number;
2765
2765
  format: string | ProgressFn | undefined;
@@ -2838,7 +2838,7 @@ export declare const PlusPage: {
2838
2838
  handleUnfold: (e: MouseEvent) => void;
2839
2839
  }> & {} & ComponentCustomProperties & {} & {
2840
2840
  $slots: Partial<Record<NonNullable<string | number>, (_: {
2841
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2841
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2842
2842
  readonly label: string | ComputedRef<string>;
2843
2843
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2844
2844
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2852,7 +2852,7 @@ export declare const PlusPage: {
2852
2852
  style: CSSProperties;
2853
2853
  rows: number;
2854
2854
  autocomplete: string;
2855
- 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";
2855
+ 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";
2856
2856
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2857
2857
  step: string | number;
2858
2858
  format: string | ProgressFn | undefined;
@@ -2936,11 +2936,11 @@ export declare const PlusPage: {
2936
2936
  columnIndex: number;
2937
2937
  }) => CSSProperties>;
2938
2938
  rowKey: string | ((row: any[]) => string);
2939
- tableData: RecordType[];
2940
- defaultSize: "" | "default" | "small" | "large";
2941
- pagination: false | Partial< PlusPaginationProps>;
2942
2939
  actionBar: false | Partial< ActionBarProps>;
2943
- hasIndexColumn: boolean;
2940
+ editable: boolean | "click" | "dblclick";
2941
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
2942
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2943
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2944
2944
  titleBar: boolean | Partial<Partial<{
2945
2945
  title?: string | undefined;
2946
2946
  refresh?: boolean | undefined;
@@ -2951,20 +2951,20 @@ export declare const PlusPage: {
2951
2951
  color?: string | undefined;
2952
2952
  } | undefined;
2953
2953
  }>>;
2954
+ defaultSize: "" | "default" | "small" | "large";
2955
+ tableData: RecordType[];
2956
+ pagination: false | Partial< PlusPaginationProps>;
2957
+ hasIndexColumn: boolean;
2954
2958
  isSelection: boolean | "radio";
2955
2959
  isRadio: boolean;
2956
2960
  hasExpand: boolean;
2957
2961
  loadingStatus: boolean;
2958
2962
  dragSortable: false | Partial< Options>;
2959
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2960
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
2961
2963
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
2962
2964
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
2963
2965
  radioProps: Partial< PlusRadioProps>;
2964
2966
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
2965
2967
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
2966
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2967
- editable: boolean | "click" | "dblclick";
2968
2968
  adaptive: boolean | {
2969
2969
  offsetBottom?: number | undefined;
2970
2970
  timeout?: number | undefined;
@@ -2980,11 +2980,11 @@ export declare const PlusPage: {
2980
2980
  columnIndex: number;
2981
2981
  }) => CSSProperties>;
2982
2982
  readonly rowKey: string | ((row: any[]) => string);
2983
- readonly tableData: RecordType[];
2984
- readonly defaultSize: "" | "default" | "small" | "large";
2985
- readonly pagination: false | Partial< PlusPaginationProps>;
2986
2983
  readonly actionBar: false | Partial< ActionBarProps>;
2987
- readonly hasIndexColumn: boolean;
2984
+ readonly editable: boolean | "click" | "dblclick";
2985
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
2986
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
2987
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
2988
2988
  readonly titleBar: boolean | Partial<Partial<{
2989
2989
  title?: string | undefined;
2990
2990
  refresh?: boolean | undefined;
@@ -2995,18 +2995,18 @@ export declare const PlusPage: {
2995
2995
  color?: string | undefined;
2996
2996
  } | undefined;
2997
2997
  }>>;
2998
+ readonly defaultSize: "" | "default" | "small" | "large";
2999
+ readonly tableData: RecordType[];
3000
+ readonly pagination: false | Partial< PlusPaginationProps>;
3001
+ readonly hasIndexColumn: boolean;
2998
3002
  readonly isSelection: boolean | "radio";
2999
3003
  readonly isRadio: boolean;
3000
3004
  readonly hasExpand: boolean;
3001
3005
  readonly loadingStatus: boolean;
3002
3006
  readonly dragSortable: false | Partial< Options>;
3003
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3004
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
3005
3007
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
3006
3008
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
3007
3009
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
3008
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3009
- readonly editable: boolean | "click" | "dblclick";
3010
3010
  readonly adaptive: boolean | {
3011
3011
  offsetBottom?: number | undefined;
3012
3012
  timeout?: number | undefined;
@@ -3015,16 +3015,17 @@ export declare const PlusPage: {
3015
3015
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
3016
3016
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
3017
3017
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
3018
- onRefresh?: (() => any) | undefined;
3019
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3018
+ readonly filterTableLocalKey?: string | undefined;
3020
3019
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3021
3020
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3022
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3023
3021
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3024
- onEdited?: (() => any) | undefined;
3025
3022
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3026
3023
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3024
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3025
+ onRefresh?: (() => any) | undefined;
3027
3026
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3027
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3028
+ onEdited?: (() => any) | undefined;
3028
3029
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3029
3030
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3030
3031
  showOverflowTooltip: {
@@ -3057,26 +3058,26 @@ export declare const PlusPage: {
3057
3058
  type: PropType<string | ((row: any[]) => string)>;
3058
3059
  default: string;
3059
3060
  };
3060
- tableData: {
3061
- type: PropType< RecordType[]>;
3062
- default: () => never[];
3063
- };
3064
- defaultSize: {
3065
- type: PropType<"" | "default" | "small" | "large">;
3066
- default: string;
3067
- };
3068
- pagination: {
3069
- type: PropType<false | Partial< PlusPaginationProps>>;
3070
- default: boolean;
3071
- };
3072
3061
  actionBar: {
3073
3062
  type: PropType<false | Partial< ActionBarProps>>;
3074
3063
  default: boolean;
3075
3064
  };
3076
- hasIndexColumn: {
3077
- type: PropType<boolean>;
3065
+ editable: {
3066
+ type: PropType<boolean | "click" | "dblclick">;
3078
3067
  default: boolean;
3079
3068
  };
3069
+ indexTableColumnProps: {
3070
+ type: PropType<Partial< TableColumnCtx<any>>>;
3071
+ default: () => {};
3072
+ };
3073
+ indexContentStyle: {
3074
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3075
+ default: () => {};
3076
+ };
3077
+ dragSortableTableColumnProps: {
3078
+ type: PropType<Partial< TableColumnCtx<any>>>;
3079
+ default: () => {};
3080
+ };
3080
3081
  titleBar: {
3081
3082
  type: PropType<boolean | Partial<Partial<{
3082
3083
  title?: string | undefined;
@@ -3090,6 +3091,22 @@ export declare const PlusPage: {
3090
3091
  }>>>;
3091
3092
  default: boolean;
3092
3093
  };
3094
+ defaultSize: {
3095
+ type: PropType<"" | "default" | "small" | "large">;
3096
+ default: string;
3097
+ };
3098
+ tableData: {
3099
+ type: PropType< RecordType[]>;
3100
+ default: () => never[];
3101
+ };
3102
+ pagination: {
3103
+ type: PropType<false | Partial< PlusPaginationProps>>;
3104
+ default: boolean;
3105
+ };
3106
+ hasIndexColumn: {
3107
+ type: PropType<boolean>;
3108
+ default: boolean;
3109
+ };
3093
3110
  isSelection: {
3094
3111
  type: PropType<boolean | "radio">;
3095
3112
  default: boolean;
@@ -3110,14 +3127,6 @@ export declare const PlusPage: {
3110
3127
  type: PropType<false | Partial< Options>>;
3111
3128
  default: boolean;
3112
3129
  };
3113
- dragSortableTableColumnProps: {
3114
- type: PropType<Partial< TableColumnCtx<any>>>;
3115
- default: () => {};
3116
- };
3117
- indexTableColumnProps: {
3118
- type: PropType<Partial< TableColumnCtx<any>>>;
3119
- default: () => {};
3120
- };
3121
3130
  selectionTableColumnProps: {
3122
3131
  type: PropType<Partial< TableColumnCtx<any>>>;
3123
3132
  default: () => {
@@ -3142,14 +3151,6 @@ export declare const PlusPage: {
3142
3151
  type: PropType<Partial< TableColumnCtx<any>>>;
3143
3152
  default: () => {};
3144
3153
  };
3145
- indexContentStyle: {
3146
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3147
- default: () => {};
3148
- };
3149
- editable: {
3150
- type: PropType<boolean | "click" | "dblclick">;
3151
- default: boolean;
3152
- };
3153
3154
  adaptive: {
3154
3155
  type: PropType<boolean | {
3155
3156
  offsetBottom?: number | undefined;
@@ -3160,19 +3161,22 @@ export declare const PlusPage: {
3160
3161
  filterTableHeaderOverflowLabelLength: {
3161
3162
  type: PropType<number>;
3162
3163
  };
3164
+ filterTableLocalKey: {
3165
+ type: PropType<string>;
3166
+ };
3163
3167
  }>> & {
3164
- onRefresh?: (() => any) | undefined;
3165
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3166
3168
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3167
3169
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3168
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3169
3170
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3170
- onEdited?: (() => any) | undefined;
3171
3171
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3172
3172
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3173
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3174
+ onRefresh?: (() => any) | undefined;
3173
3175
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3176
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3177
+ onEdited?: (() => any) | undefined;
3174
3178
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3175
- }, "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">;
3179
+ }, "showOverflowTooltip" | "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">;
3176
3180
  $attrs: {
3177
3181
  [x: string]: unknown;
3178
3182
  };
@@ -3217,26 +3221,26 @@ export declare const PlusPage: {
3217
3221
  type: PropType<string | ((row: any[]) => string)>;
3218
3222
  default: string;
3219
3223
  };
3220
- tableData: {
3221
- type: PropType< RecordType[]>;
3222
- default: () => never[];
3223
- };
3224
- defaultSize: {
3225
- type: PropType<"" | "default" | "small" | "large">;
3226
- default: string;
3227
- };
3228
- pagination: {
3229
- type: PropType<false | Partial< PlusPaginationProps>>;
3230
- default: boolean;
3231
- };
3232
3224
  actionBar: {
3233
3225
  type: PropType<false | Partial< ActionBarProps>>;
3234
3226
  default: boolean;
3235
3227
  };
3236
- hasIndexColumn: {
3237
- type: PropType<boolean>;
3228
+ editable: {
3229
+ type: PropType<boolean | "click" | "dblclick">;
3238
3230
  default: boolean;
3239
3231
  };
3232
+ indexTableColumnProps: {
3233
+ type: PropType<Partial< TableColumnCtx<any>>>;
3234
+ default: () => {};
3235
+ };
3236
+ indexContentStyle: {
3237
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3238
+ default: () => {};
3239
+ };
3240
+ dragSortableTableColumnProps: {
3241
+ type: PropType<Partial< TableColumnCtx<any>>>;
3242
+ default: () => {};
3243
+ };
3240
3244
  titleBar: {
3241
3245
  type: PropType<boolean | Partial<Partial<{
3242
3246
  title?: string | undefined;
@@ -3250,6 +3254,22 @@ export declare const PlusPage: {
3250
3254
  }>>>;
3251
3255
  default: boolean;
3252
3256
  };
3257
+ defaultSize: {
3258
+ type: PropType<"" | "default" | "small" | "large">;
3259
+ default: string;
3260
+ };
3261
+ tableData: {
3262
+ type: PropType< RecordType[]>;
3263
+ default: () => never[];
3264
+ };
3265
+ pagination: {
3266
+ type: PropType<false | Partial< PlusPaginationProps>>;
3267
+ default: boolean;
3268
+ };
3269
+ hasIndexColumn: {
3270
+ type: PropType<boolean>;
3271
+ default: boolean;
3272
+ };
3253
3273
  isSelection: {
3254
3274
  type: PropType<boolean | "radio">;
3255
3275
  default: boolean;
@@ -3270,14 +3290,6 @@ export declare const PlusPage: {
3270
3290
  type: PropType<false | Partial< Options>>;
3271
3291
  default: boolean;
3272
3292
  };
3273
- dragSortableTableColumnProps: {
3274
- type: PropType<Partial< TableColumnCtx<any>>>;
3275
- default: () => {};
3276
- };
3277
- indexTableColumnProps: {
3278
- type: PropType<Partial< TableColumnCtx<any>>>;
3279
- default: () => {};
3280
- };
3281
3293
  selectionTableColumnProps: {
3282
3294
  type: PropType<Partial< TableColumnCtx<any>>>;
3283
3295
  default: () => {
@@ -3302,14 +3314,6 @@ export declare const PlusPage: {
3302
3314
  type: PropType<Partial< TableColumnCtx<any>>>;
3303
3315
  default: () => {};
3304
3316
  };
3305
- indexContentStyle: {
3306
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3307
- default: () => {};
3308
- };
3309
- editable: {
3310
- type: PropType<boolean | "click" | "dblclick">;
3311
- default: boolean;
3312
- };
3313
3317
  adaptive: {
3314
3318
  type: PropType<boolean | {
3315
3319
  offsetBottom?: number | undefined;
@@ -3320,17 +3324,20 @@ export declare const PlusPage: {
3320
3324
  filterTableHeaderOverflowLabelLength: {
3321
3325
  type: PropType<number>;
3322
3326
  };
3327
+ filterTableLocalKey: {
3328
+ type: PropType<string>;
3329
+ };
3323
3330
  }>> & {
3324
- onRefresh?: (() => any) | undefined;
3325
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3326
3331
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3327
3332
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3328
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3329
3333
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3330
- onEdited?: (() => any) | undefined;
3331
3334
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3332
3335
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3336
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3337
+ onRefresh?: (() => any) | undefined;
3333
3338
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3339
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3340
+ onEdited?: (() => any) | undefined;
3334
3341
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3335
3342
  }, {
3336
3343
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -3530,7 +3537,7 @@ export declare const PlusPage: {
3530
3537
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
3531
3538
  setScrollLeft: (left?: number | undefined) => void;
3532
3539
  setScrollTop: (top?: number | undefined) => void;
3533
- }, 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<{
3540
+ }, 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<{
3534
3541
  data: {
3535
3542
  type: PropType<any[]>;
3536
3543
  default: () => never[];
@@ -3906,11 +3913,11 @@ export declare const PlusPage: {
3906
3913
  columnIndex: number;
3907
3914
  }) => CSSProperties>;
3908
3915
  rowKey: string | ((row: any[]) => string);
3909
- tableData: RecordType[];
3910
- defaultSize: "" | "default" | "small" | "large";
3911
- pagination: false | Partial< PlusPaginationProps>;
3912
3916
  actionBar: false | Partial< ActionBarProps>;
3913
- hasIndexColumn: boolean;
3917
+ editable: boolean | "click" | "dblclick";
3918
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
3919
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3920
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3914
3921
  titleBar: boolean | Partial<Partial<{
3915
3922
  title?: string | undefined;
3916
3923
  refresh?: boolean | undefined;
@@ -3921,20 +3928,20 @@ export declare const PlusPage: {
3921
3928
  color?: string | undefined;
3922
3929
  } | undefined;
3923
3930
  }>>;
3931
+ defaultSize: "" | "default" | "small" | "large";
3932
+ tableData: RecordType[];
3933
+ pagination: false | Partial< PlusPaginationProps>;
3934
+ hasIndexColumn: boolean;
3924
3935
  isSelection: boolean | "radio";
3925
3936
  isRadio: boolean;
3926
3937
  hasExpand: boolean;
3927
3938
  loadingStatus: boolean;
3928
3939
  dragSortable: false | Partial< Options>;
3929
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3930
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
3931
3940
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
3932
3941
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
3933
3942
  radioProps: Partial< PlusRadioProps>;
3934
3943
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
3935
3944
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
3936
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3937
- editable: boolean | "click" | "dblclick";
3938
3945
  adaptive: boolean | {
3939
3946
  offsetBottom?: number | undefined;
3940
3947
  timeout?: number | undefined;
@@ -3990,26 +3997,26 @@ export declare const PlusPage: {
3990
3997
  type: PropType<string | ((row: any[]) => string)>;
3991
3998
  default: string;
3992
3999
  };
3993
- tableData: {
3994
- type: PropType< RecordType[]>;
3995
- default: () => never[];
3996
- };
3997
- defaultSize: {
3998
- type: PropType<"" | "default" | "small" | "large">;
3999
- default: string;
4000
- };
4001
- pagination: {
4002
- type: PropType<false | Partial< PlusPaginationProps>>;
4003
- default: boolean;
4004
- };
4005
4000
  actionBar: {
4006
4001
  type: PropType<false | Partial< ActionBarProps>>;
4007
4002
  default: boolean;
4008
4003
  };
4009
- hasIndexColumn: {
4010
- type: PropType<boolean>;
4004
+ editable: {
4005
+ type: PropType<boolean | "click" | "dblclick">;
4011
4006
  default: boolean;
4012
4007
  };
4008
+ indexTableColumnProps: {
4009
+ type: PropType<Partial< TableColumnCtx<any>>>;
4010
+ default: () => {};
4011
+ };
4012
+ indexContentStyle: {
4013
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
4014
+ default: () => {};
4015
+ };
4016
+ dragSortableTableColumnProps: {
4017
+ type: PropType<Partial< TableColumnCtx<any>>>;
4018
+ default: () => {};
4019
+ };
4013
4020
  titleBar: {
4014
4021
  type: PropType<boolean | Partial<Partial<{
4015
4022
  title?: string | undefined;
@@ -4023,6 +4030,22 @@ export declare const PlusPage: {
4023
4030
  }>>>;
4024
4031
  default: boolean;
4025
4032
  };
4033
+ defaultSize: {
4034
+ type: PropType<"" | "default" | "small" | "large">;
4035
+ default: string;
4036
+ };
4037
+ tableData: {
4038
+ type: PropType< RecordType[]>;
4039
+ default: () => never[];
4040
+ };
4041
+ pagination: {
4042
+ type: PropType<false | Partial< PlusPaginationProps>>;
4043
+ default: boolean;
4044
+ };
4045
+ hasIndexColumn: {
4046
+ type: PropType<boolean>;
4047
+ default: boolean;
4048
+ };
4026
4049
  isSelection: {
4027
4050
  type: PropType<boolean | "radio">;
4028
4051
  default: boolean;
@@ -4043,14 +4066,6 @@ export declare const PlusPage: {
4043
4066
  type: PropType<false | Partial< Options>>;
4044
4067
  default: boolean;
4045
4068
  };
4046
- dragSortableTableColumnProps: {
4047
- type: PropType<Partial< TableColumnCtx<any>>>;
4048
- default: () => {};
4049
- };
4050
- indexTableColumnProps: {
4051
- type: PropType<Partial< TableColumnCtx<any>>>;
4052
- default: () => {};
4053
- };
4054
4069
  selectionTableColumnProps: {
4055
4070
  type: PropType<Partial< TableColumnCtx<any>>>;
4056
4071
  default: () => {
@@ -4075,14 +4090,6 @@ export declare const PlusPage: {
4075
4090
  type: PropType<Partial< TableColumnCtx<any>>>;
4076
4091
  default: () => {};
4077
4092
  };
4078
- indexContentStyle: {
4079
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
4080
- default: () => {};
4081
- };
4082
- editable: {
4083
- type: PropType<boolean | "click" | "dblclick">;
4084
- default: boolean;
4085
- };
4086
4093
  adaptive: {
4087
4094
  type: PropType<boolean | {
4088
4095
  offsetBottom?: number | undefined;
@@ -4093,19 +4100,22 @@ export declare const PlusPage: {
4093
4100
  filterTableHeaderOverflowLabelLength: {
4094
4101
  type: PropType<number>;
4095
4102
  };
4103
+ filterTableLocalKey: {
4104
+ type: PropType<string>;
4105
+ };
4096
4106
  }>> & {
4097
- onRefresh?: (() => any) | undefined;
4098
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4099
4107
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
4100
4108
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
4101
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
4102
4109
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
4103
- onEdited?: (() => any) | undefined;
4104
4110
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
4105
4111
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
4112
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
4113
+ onRefresh?: (() => any) | undefined;
4106
4114
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
4115
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4116
+ onEdited?: (() => any) | undefined;
4107
4117
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
4108
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
4118
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
4109
4119
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
4110
4120
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4111
4121
  data: {
@@ -4303,7 +4313,7 @@ export declare const PlusPage: {
4303
4313
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
4304
4314
  setScrollLeft: (left?: number | undefined) => void;
4305
4315
  setScrollTop: (top?: number | undefined) => void;
4306
- }, 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<{
4316
+ }, 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<{
4307
4317
  data: {
4308
4318
  type: PropType<any[]>;
4309
4319
  default: () => never[];
@@ -4713,10 +4723,6 @@ export declare const PlusPage: {
4713
4723
  type: PropType<Partial< PlusTableProps>>;
4714
4724
  default: () => {};
4715
4725
  };
4716
- pagination: {
4717
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4718
- default: () => {};
4719
- };
4720
4726
  params: {
4721
4727
  type: PropType<RecordType>;
4722
4728
  default: () => {};
@@ -4728,6 +4734,10 @@ export declare const PlusPage: {
4728
4734
  }>>;
4729
4735
  required: true;
4730
4736
  };
4737
+ pagination: {
4738
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4739
+ default: () => {};
4740
+ };
4731
4741
  postData: {
4732
4742
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4733
4743
  default: undefined;
@@ -4788,8 +4798,8 @@ export declare const PlusPage: {
4788
4798
  search: false | Partial< PlusSearchProps>;
4789
4799
  immediate: boolean;
4790
4800
  table: Partial< PlusTableProps>;
4791
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
4792
4801
  params: RecordType;
4802
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
4793
4803
  postData: <T = RecordType[]>(data: T[]) => T[];
4794
4804
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
4795
4805
  isCard: boolean;
@@ -4828,10 +4838,6 @@ export declare const PlusPage: {
4828
4838
  type: PropType<Partial< PlusTableProps>>;
4829
4839
  default: () => {};
4830
4840
  };
4831
- pagination: {
4832
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4833
- default: () => {};
4834
- };
4835
4841
  params: {
4836
4842
  type: PropType<RecordType>;
4837
4843
  default: () => {};
@@ -4843,6 +4849,10 @@ export declare const PlusPage: {
4843
4849
  }>>;
4844
4850
  required: true;
4845
4851
  };
4852
+ pagination: {
4853
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4854
+ default: () => {};
4855
+ };
4846
4856
  postData: {
4847
4857
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4848
4858
  default: undefined;
@@ -4908,9 +4918,9 @@ export declare const PlusPage: {
4908
4918
  labelPosition: "top" | "right" | "left";
4909
4919
  inline: boolean;
4910
4920
  showNumber: number;
4911
- defaultValues: FieldValues;
4912
- rowProps: Partial< Mutable<RowProps>>;
4913
4921
  colProps: Partial< Mutable<ColProps>>;
4922
+ rowProps: Partial< Mutable<RowProps>>;
4923
+ defaultValues: FieldValues;
4914
4924
  hasFooter: boolean;
4915
4925
  hasReset: boolean;
4916
4926
  resetText: string;
@@ -4928,9 +4938,9 @@ export declare const PlusPage: {
4928
4938
  readonly modelValue: FieldValues;
4929
4939
  readonly inline: boolean;
4930
4940
  readonly showNumber: number;
4931
- readonly defaultValues: FieldValues;
4932
- readonly rowProps: Partial< Mutable<RowProps>>;
4933
4941
  readonly colProps: Partial< Mutable<ColProps>>;
4942
+ readonly rowProps: Partial< Mutable<RowProps>>;
4943
+ readonly defaultValues: FieldValues;
4934
4944
  readonly hasFooter: boolean;
4935
4945
  readonly hasReset: boolean;
4936
4946
  readonly resetText: string;
@@ -4944,8 +4954,8 @@ export declare const PlusPage: {
4944
4954
  readonly buttonOrder: ("search" | "reset" | "fold")[];
4945
4955
  readonly needValidate: boolean;
4946
4956
  readonly labelPosition?: "top" | "right" | "left" | undefined;
4947
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4948
4957
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4958
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4949
4959
  onReset?: ((values: FieldValues) => any) | undefined;
4950
4960
  onSearch?: ((values: FieldValues) => any) | undefined;
4951
4961
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -4970,16 +4980,6 @@ export declare const PlusPage: {
4970
4980
  type: PropType<number>;
4971
4981
  default: number;
4972
4982
  };
4973
- defaultValues: {
4974
- type: PropType<FieldValues>;
4975
- default: () => {};
4976
- };
4977
- rowProps: {
4978
- type: PropType<Partial< Mutable<RowProps>>>;
4979
- default: () => {
4980
- gutter: number;
4981
- };
4982
- };
4983
4983
  colProps: {
4984
4984
  type: PropType<Partial< Mutable<ColProps>>>;
4985
4985
  default: () => {
@@ -4990,6 +4990,16 @@ export declare const PlusPage: {
4990
4990
  xl: number;
4991
4991
  };
4992
4992
  };
4993
+ rowProps: {
4994
+ type: PropType<Partial< Mutable<RowProps>>>;
4995
+ default: () => {
4996
+ gutter: number;
4997
+ };
4998
+ };
4999
+ defaultValues: {
5000
+ type: PropType<FieldValues>;
5001
+ default: () => {};
5002
+ };
4993
5003
  hasFooter: {
4994
5004
  type: PropType<boolean>;
4995
5005
  default: boolean;
@@ -5039,12 +5049,12 @@ export declare const PlusPage: {
5039
5049
  default: boolean;
5040
5050
  };
5041
5051
  }>> & {
5042
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5043
5052
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5053
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5044
5054
  onReset?: ((values: FieldValues) => any) | undefined;
5045
5055
  onSearch?: ((values: FieldValues) => any) | undefined;
5046
5056
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5047
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
5057
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
5048
5058
  $attrs: {
5049
5059
  [x: string]: unknown;
5050
5060
  };
@@ -5056,7 +5066,7 @@ export declare const PlusPage: {
5056
5066
  }>;
5057
5067
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5058
5068
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5059
- $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);
5069
+ $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);
5060
5070
  $el: any;
5061
5071
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5062
5072
  columns: {
@@ -5079,16 +5089,6 @@ export declare const PlusPage: {
5079
5089
  type: PropType<number>;
5080
5090
  default: number;
5081
5091
  };
5082
- defaultValues: {
5083
- type: PropType<FieldValues>;
5084
- default: () => {};
5085
- };
5086
- rowProps: {
5087
- type: PropType<Partial< Mutable<RowProps>>>;
5088
- default: () => {
5089
- gutter: number;
5090
- };
5091
- };
5092
5092
  colProps: {
5093
5093
  type: PropType<Partial< Mutable<ColProps>>>;
5094
5094
  default: () => {
@@ -5099,6 +5099,16 @@ export declare const PlusPage: {
5099
5099
  xl: number;
5100
5100
  };
5101
5101
  };
5102
+ rowProps: {
5103
+ type: PropType<Partial< Mutable<RowProps>>>;
5104
+ default: () => {
5105
+ gutter: number;
5106
+ };
5107
+ };
5108
+ defaultValues: {
5109
+ type: PropType<FieldValues>;
5110
+ default: () => {};
5111
+ };
5102
5112
  hasFooter: {
5103
5113
  type: PropType<boolean>;
5104
5114
  default: boolean;
@@ -5148,8 +5158,8 @@ export declare const PlusPage: {
5148
5158
  default: boolean;
5149
5159
  };
5150
5160
  }>> & {
5151
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5152
5161
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5162
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5153
5163
  onReset?: ((values: FieldValues) => any) | undefined;
5154
5164
  onSearch?: ((values: FieldValues) => any) | undefined;
5155
5165
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -5166,9 +5176,12 @@ export declare const PlusPage: {
5166
5176
  labelWidth: string | number;
5167
5177
  labelSuffix: string;
5168
5178
  hasLabel: boolean;
5169
- defaultValues: FieldValues;
5170
- rowProps: Partial< Mutable<RowProps>>;
5179
+ clearable: boolean;
5171
5180
  colProps: Partial< Mutable<ColProps>>;
5181
+ collapseDuration: number;
5182
+ collapseTransition: boolean;
5183
+ rowProps: Partial< Mutable<RowProps>>;
5184
+ defaultValues: FieldValues;
5172
5185
  hasErrorTip: boolean;
5173
5186
  hasFooter: boolean;
5174
5187
  hasReset: boolean;
@@ -5178,9 +5191,6 @@ export declare const PlusPage: {
5178
5191
  footerAlign: "right" | "left" | "center";
5179
5192
  cardProps: Partial< Mutable<CardProps>>;
5180
5193
  prevent: boolean;
5181
- collapseDuration: number;
5182
- collapseTransition: boolean;
5183
- clearable: boolean;
5184
5194
  }> & Omit<{
5185
5195
  readonly columns: PlusColumn[];
5186
5196
  readonly group: false | PlusFormGroupRow[];
@@ -5190,9 +5200,10 @@ export declare const PlusPage: {
5190
5200
  readonly labelWidth: string | number;
5191
5201
  readonly labelSuffix: string;
5192
5202
  readonly hasLabel: boolean;
5193
- readonly defaultValues: FieldValues;
5194
- readonly rowProps: Partial< Mutable<RowProps>>;
5203
+ readonly clearable: boolean;
5195
5204
  readonly colProps: Partial< Mutable<ColProps>>;
5205
+ readonly rowProps: Partial< Mutable<RowProps>>;
5206
+ readonly defaultValues: FieldValues;
5196
5207
  readonly hasErrorTip: boolean;
5197
5208
  readonly hasFooter: boolean;
5198
5209
  readonly hasReset: boolean;
@@ -5202,11 +5213,10 @@ export declare const PlusPage: {
5202
5213
  readonly footerAlign: "right" | "left" | "center";
5203
5214
  readonly cardProps: Partial< Mutable<CardProps>>;
5204
5215
  readonly prevent: boolean;
5205
- readonly clearable: boolean;
5206
5216
  readonly collapseDuration?: number | undefined;
5207
5217
  readonly collapseTransition?: boolean | undefined;
5208
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5209
5218
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5219
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5210
5220
  onReset?: ((values: FieldValues) => any) | undefined;
5211
5221
  onSubmit?: ((values: FieldValues) => any) | undefined;
5212
5222
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -5244,16 +5254,28 @@ export declare const PlusPage: {
5244
5254
  type: PropType<boolean>;
5245
5255
  default: boolean;
5246
5256
  };
5247
- defaultValues: {
5248
- type: PropType<FieldValues>;
5257
+ clearable: {
5258
+ type: PropType<boolean>;
5259
+ default: boolean;
5260
+ };
5261
+ colProps: {
5262
+ type: PropType<Partial< Mutable<ColProps>>>;
5249
5263
  default: () => {};
5250
5264
  };
5265
+ collapseDuration: {
5266
+ type: PropType<number>;
5267
+ default: undefined;
5268
+ };
5269
+ collapseTransition: {
5270
+ type: PropType<boolean>;
5271
+ default: undefined;
5272
+ };
5251
5273
  rowProps: {
5252
5274
  type: PropType<Partial< Mutable<RowProps>>>;
5253
5275
  default: () => {};
5254
5276
  };
5255
- colProps: {
5256
- type: PropType<Partial< Mutable<ColProps>>>;
5277
+ defaultValues: {
5278
+ type: PropType<FieldValues>;
5257
5279
  default: () => {};
5258
5280
  };
5259
5281
  hasErrorTip: {
@@ -5292,26 +5314,14 @@ export declare const PlusPage: {
5292
5314
  type: PropType<boolean>;
5293
5315
  default: boolean;
5294
5316
  };
5295
- collapseDuration: {
5296
- type: PropType<number>;
5297
- default: undefined;
5298
- };
5299
- collapseTransition: {
5300
- type: PropType<boolean>;
5301
- default: undefined;
5302
- };
5303
- clearable: {
5304
- type: PropType<boolean>;
5305
- default: boolean;
5306
- };
5307
5317
  }>> & {
5308
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5309
5318
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5319
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5310
5320
  onReset?: ((values: FieldValues) => any) | undefined;
5311
5321
  onSubmit?: ((values: FieldValues) => any) | undefined;
5312
5322
  onValidate?: ((...args: any[]) => any) | undefined;
5313
5323
  onSubmitError?: ((errors: unknown) => any) | undefined;
5314
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
5324
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
5315
5325
  $attrs: {
5316
5326
  [x: string]: unknown;
5317
5327
  };
@@ -5323,7 +5333,7 @@ export declare const PlusPage: {
5323
5333
  }>;
5324
5334
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5325
5335
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5326
- $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);
5336
+ $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);
5327
5337
  $el: any;
5328
5338
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5329
5339
  columns: {
@@ -5358,16 +5368,28 @@ export declare const PlusPage: {
5358
5368
  type: PropType<boolean>;
5359
5369
  default: boolean;
5360
5370
  };
5361
- defaultValues: {
5362
- type: PropType<FieldValues>;
5371
+ clearable: {
5372
+ type: PropType<boolean>;
5373
+ default: boolean;
5374
+ };
5375
+ colProps: {
5376
+ type: PropType<Partial< Mutable<ColProps>>>;
5363
5377
  default: () => {};
5364
5378
  };
5379
+ collapseDuration: {
5380
+ type: PropType<number>;
5381
+ default: undefined;
5382
+ };
5383
+ collapseTransition: {
5384
+ type: PropType<boolean>;
5385
+ default: undefined;
5386
+ };
5365
5387
  rowProps: {
5366
5388
  type: PropType<Partial< Mutable<RowProps>>>;
5367
5389
  default: () => {};
5368
5390
  };
5369
- colProps: {
5370
- type: PropType<Partial< Mutable<ColProps>>>;
5391
+ defaultValues: {
5392
+ type: PropType<FieldValues>;
5371
5393
  default: () => {};
5372
5394
  };
5373
5395
  hasErrorTip: {
@@ -5406,21 +5428,9 @@ export declare const PlusPage: {
5406
5428
  type: PropType<boolean>;
5407
5429
  default: boolean;
5408
5430
  };
5409
- collapseDuration: {
5410
- type: PropType<number>;
5411
- default: undefined;
5412
- };
5413
- collapseTransition: {
5414
- type: PropType<boolean>;
5415
- default: undefined;
5416
- };
5417
- clearable: {
5418
- type: PropType<boolean>;
5419
- default: boolean;
5420
- };
5421
5431
  }>> & {
5422
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5423
5432
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5433
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5424
5434
  onReset?: ((values: FieldValues) => any) | undefined;
5425
5435
  onSubmit?: ((values: FieldValues) => any) | undefined;
5426
5436
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -5726,10 +5736,13 @@ export declare const PlusPage: {
5726
5736
  labelWidth: string | number;
5727
5737
  labelSuffix: string;
5728
5738
  hasLabel: boolean;
5729
- defaultValues: FieldValues;
5730
- rowProps: Partial< Mutable<RowProps>>;
5739
+ clearable: boolean;
5731
5740
  colProps: Partial< Mutable<ColProps>>;
5732
- hasErrorTip: boolean;
5741
+ collapseDuration: number;
5742
+ collapseTransition: boolean;
5743
+ rowProps: Partial< Mutable<RowProps>>;
5744
+ defaultValues: FieldValues;
5745
+ hasErrorTip: boolean;
5733
5746
  hasFooter: boolean;
5734
5747
  hasReset: boolean;
5735
5748
  submitText: string;
@@ -5738,9 +5751,6 @@ export declare const PlusPage: {
5738
5751
  footerAlign: "right" | "left" | "center";
5739
5752
  cardProps: Partial< Mutable<CardProps>>;
5740
5753
  prevent: boolean;
5741
- collapseDuration: number;
5742
- collapseTransition: boolean;
5743
- clearable: boolean;
5744
5754
  }, {}, string, {}> & {
5745
5755
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5746
5756
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -5794,16 +5804,28 @@ export declare const PlusPage: {
5794
5804
  type: PropType<boolean>;
5795
5805
  default: boolean;
5796
5806
  };
5797
- defaultValues: {
5798
- type: PropType<FieldValues>;
5807
+ clearable: {
5808
+ type: PropType<boolean>;
5809
+ default: boolean;
5810
+ };
5811
+ colProps: {
5812
+ type: PropType<Partial< Mutable<ColProps>>>;
5799
5813
  default: () => {};
5800
5814
  };
5815
+ collapseDuration: {
5816
+ type: PropType<number>;
5817
+ default: undefined;
5818
+ };
5819
+ collapseTransition: {
5820
+ type: PropType<boolean>;
5821
+ default: undefined;
5822
+ };
5801
5823
  rowProps: {
5802
5824
  type: PropType<Partial< Mutable<RowProps>>>;
5803
5825
  default: () => {};
5804
5826
  };
5805
- colProps: {
5806
- type: PropType<Partial< Mutable<ColProps>>>;
5827
+ defaultValues: {
5828
+ type: PropType<FieldValues>;
5807
5829
  default: () => {};
5808
5830
  };
5809
5831
  hasErrorTip: {
@@ -5842,21 +5864,9 @@ export declare const PlusPage: {
5842
5864
  type: PropType<boolean>;
5843
5865
  default: boolean;
5844
5866
  };
5845
- collapseDuration: {
5846
- type: PropType<number>;
5847
- default: undefined;
5848
- };
5849
- collapseTransition: {
5850
- type: PropType<boolean>;
5851
- default: undefined;
5852
- };
5853
- clearable: {
5854
- type: PropType<boolean>;
5855
- default: boolean;
5856
- };
5857
5867
  }>> & {
5858
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5859
5868
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5869
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5860
5870
  onReset?: ((values: FieldValues) => any) | undefined;
5861
5871
  onSubmit?: ((values: FieldValues) => any) | undefined;
5862
5872
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6156,7 +6166,7 @@ export declare const PlusPage: {
6156
6166
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
6157
6167
  columns?: PlusColumn[] | undefined;
6158
6168
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6159
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6169
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
6160
6170
  readonly label: string | ComputedRef<string>;
6161
6171
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6162
6172
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6170,7 +6180,7 @@ export declare const PlusPage: {
6170
6180
  style: CSSProperties;
6171
6181
  rows: number;
6172
6182
  autocomplete: string;
6173
- 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";
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";
6174
6184
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6175
6185
  step: string | number;
6176
6186
  format: string | ProgressFn | undefined;
@@ -6231,7 +6241,7 @@ export declare const PlusPage: {
6231
6241
  clearable: boolean;
6232
6242
  index: number;
6233
6243
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6234
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
6244
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
6235
6245
  readonly label: string | ComputedRef<string>;
6236
6246
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6237
6247
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6245,7 +6255,7 @@ export declare const PlusPage: {
6245
6255
  style: CSSProperties;
6246
6256
  rows: number;
6247
6257
  autocomplete: string;
6248
- 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";
6258
+ 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";
6249
6259
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6250
6260
  step: string | number;
6251
6261
  format: string | ProgressFn | undefined;
@@ -6334,9 +6344,9 @@ export declare const PlusPage: {
6334
6344
  labelPosition: "top" | "right" | "left";
6335
6345
  inline: boolean;
6336
6346
  showNumber: number;
6337
- defaultValues: FieldValues;
6338
- rowProps: Partial< Mutable<RowProps>>;
6339
6347
  colProps: Partial< Mutable<ColProps>>;
6348
+ rowProps: Partial< Mutable<RowProps>>;
6349
+ defaultValues: FieldValues;
6340
6350
  hasFooter: boolean;
6341
6351
  hasReset: boolean;
6342
6352
  resetText: string;
@@ -6390,16 +6400,6 @@ export declare const PlusPage: {
6390
6400
  type: PropType<number>;
6391
6401
  default: number;
6392
6402
  };
6393
- defaultValues: {
6394
- type: PropType<FieldValues>;
6395
- default: () => {};
6396
- };
6397
- rowProps: {
6398
- type: PropType<Partial< Mutable<RowProps>>>;
6399
- default: () => {
6400
- gutter: number;
6401
- };
6402
- };
6403
6403
  colProps: {
6404
6404
  type: PropType<Partial< Mutable<ColProps>>>;
6405
6405
  default: () => {
@@ -6410,6 +6410,16 @@ export declare const PlusPage: {
6410
6410
  xl: number;
6411
6411
  };
6412
6412
  };
6413
+ rowProps: {
6414
+ type: PropType<Partial< Mutable<RowProps>>>;
6415
+ default: () => {
6416
+ gutter: number;
6417
+ };
6418
+ };
6419
+ defaultValues: {
6420
+ type: PropType<FieldValues>;
6421
+ default: () => {};
6422
+ };
6413
6423
  hasFooter: {
6414
6424
  type: PropType<boolean>;
6415
6425
  default: boolean;
@@ -6459,8 +6469,8 @@ export declare const PlusPage: {
6459
6469
  default: boolean;
6460
6470
  };
6461
6471
  }>> & {
6462
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6463
6472
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6473
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6464
6474
  onReset?: ((values: FieldValues) => any) | undefined;
6465
6475
  onSearch?: ((values: FieldValues) => any) | undefined;
6466
6476
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -6477,9 +6487,12 @@ export declare const PlusPage: {
6477
6487
  labelWidth: string | number;
6478
6488
  labelSuffix: string;
6479
6489
  hasLabel: boolean;
6480
- defaultValues: FieldValues;
6481
- rowProps: Partial< Mutable<RowProps>>;
6490
+ clearable: boolean;
6482
6491
  colProps: Partial< Mutable<ColProps>>;
6492
+ collapseDuration: number;
6493
+ collapseTransition: boolean;
6494
+ rowProps: Partial< Mutable<RowProps>>;
6495
+ defaultValues: FieldValues;
6483
6496
  hasErrorTip: boolean;
6484
6497
  hasFooter: boolean;
6485
6498
  hasReset: boolean;
@@ -6489,9 +6502,6 @@ export declare const PlusPage: {
6489
6502
  footerAlign: "right" | "left" | "center";
6490
6503
  cardProps: Partial< Mutable<CardProps>>;
6491
6504
  prevent: boolean;
6492
- collapseDuration: number;
6493
- collapseTransition: boolean;
6494
- clearable: boolean;
6495
6505
  }> & Omit<{
6496
6506
  readonly columns: PlusColumn[];
6497
6507
  readonly group: false | PlusFormGroupRow[];
@@ -6501,9 +6511,10 @@ export declare const PlusPage: {
6501
6511
  readonly labelWidth: string | number;
6502
6512
  readonly labelSuffix: string;
6503
6513
  readonly hasLabel: boolean;
6504
- readonly defaultValues: FieldValues;
6505
- readonly rowProps: Partial< Mutable<RowProps>>;
6514
+ readonly clearable: boolean;
6506
6515
  readonly colProps: Partial< Mutable<ColProps>>;
6516
+ readonly rowProps: Partial< Mutable<RowProps>>;
6517
+ readonly defaultValues: FieldValues;
6507
6518
  readonly hasErrorTip: boolean;
6508
6519
  readonly hasFooter: boolean;
6509
6520
  readonly hasReset: boolean;
@@ -6513,11 +6524,10 @@ export declare const PlusPage: {
6513
6524
  readonly footerAlign: "right" | "left" | "center";
6514
6525
  readonly cardProps: Partial< Mutable<CardProps>>;
6515
6526
  readonly prevent: boolean;
6516
- readonly clearable: boolean;
6517
6527
  readonly collapseDuration?: number | undefined;
6518
6528
  readonly collapseTransition?: boolean | undefined;
6519
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6520
6529
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6530
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6521
6531
  onReset?: ((values: FieldValues) => any) | undefined;
6522
6532
  onSubmit?: ((values: FieldValues) => any) | undefined;
6523
6533
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6555,16 +6565,28 @@ export declare const PlusPage: {
6555
6565
  type: PropType<boolean>;
6556
6566
  default: boolean;
6557
6567
  };
6558
- defaultValues: {
6559
- type: PropType<FieldValues>;
6568
+ clearable: {
6569
+ type: PropType<boolean>;
6570
+ default: boolean;
6571
+ };
6572
+ colProps: {
6573
+ type: PropType<Partial< Mutable<ColProps>>>;
6560
6574
  default: () => {};
6561
6575
  };
6576
+ collapseDuration: {
6577
+ type: PropType<number>;
6578
+ default: undefined;
6579
+ };
6580
+ collapseTransition: {
6581
+ type: PropType<boolean>;
6582
+ default: undefined;
6583
+ };
6562
6584
  rowProps: {
6563
6585
  type: PropType<Partial< Mutable<RowProps>>>;
6564
6586
  default: () => {};
6565
6587
  };
6566
- colProps: {
6567
- type: PropType<Partial< Mutable<ColProps>>>;
6588
+ defaultValues: {
6589
+ type: PropType<FieldValues>;
6568
6590
  default: () => {};
6569
6591
  };
6570
6592
  hasErrorTip: {
@@ -6603,26 +6625,14 @@ export declare const PlusPage: {
6603
6625
  type: PropType<boolean>;
6604
6626
  default: boolean;
6605
6627
  };
6606
- collapseDuration: {
6607
- type: PropType<number>;
6608
- default: undefined;
6609
- };
6610
- collapseTransition: {
6611
- type: PropType<boolean>;
6612
- default: undefined;
6613
- };
6614
- clearable: {
6615
- type: PropType<boolean>;
6616
- default: boolean;
6617
- };
6618
6628
  }>> & {
6619
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6620
6629
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6630
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6621
6631
  onReset?: ((values: FieldValues) => any) | undefined;
6622
6632
  onSubmit?: ((values: FieldValues) => any) | undefined;
6623
6633
  onValidate?: ((...args: any[]) => any) | undefined;
6624
6634
  onSubmitError?: ((errors: unknown) => any) | undefined;
6625
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
6635
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
6626
6636
  $attrs: {
6627
6637
  [x: string]: unknown;
6628
6638
  };
@@ -6634,7 +6644,7 @@ export declare const PlusPage: {
6634
6644
  }>;
6635
6645
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6636
6646
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6637
- $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);
6647
+ $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);
6638
6648
  $el: any;
6639
6649
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6640
6650
  columns: {
@@ -6669,16 +6679,28 @@ export declare const PlusPage: {
6669
6679
  type: PropType<boolean>;
6670
6680
  default: boolean;
6671
6681
  };
6672
- defaultValues: {
6673
- type: PropType<FieldValues>;
6682
+ clearable: {
6683
+ type: PropType<boolean>;
6684
+ default: boolean;
6685
+ };
6686
+ colProps: {
6687
+ type: PropType<Partial< Mutable<ColProps>>>;
6674
6688
  default: () => {};
6675
6689
  };
6690
+ collapseDuration: {
6691
+ type: PropType<number>;
6692
+ default: undefined;
6693
+ };
6694
+ collapseTransition: {
6695
+ type: PropType<boolean>;
6696
+ default: undefined;
6697
+ };
6676
6698
  rowProps: {
6677
6699
  type: PropType<Partial< Mutable<RowProps>>>;
6678
6700
  default: () => {};
6679
6701
  };
6680
- colProps: {
6681
- type: PropType<Partial< Mutable<ColProps>>>;
6702
+ defaultValues: {
6703
+ type: PropType<FieldValues>;
6682
6704
  default: () => {};
6683
6705
  };
6684
6706
  hasErrorTip: {
@@ -6717,21 +6739,9 @@ export declare const PlusPage: {
6717
6739
  type: PropType<boolean>;
6718
6740
  default: boolean;
6719
6741
  };
6720
- collapseDuration: {
6721
- type: PropType<number>;
6722
- default: undefined;
6723
- };
6724
- collapseTransition: {
6725
- type: PropType<boolean>;
6726
- default: undefined;
6727
- };
6728
- clearable: {
6729
- type: PropType<boolean>;
6730
- default: boolean;
6731
- };
6732
6742
  }>> & {
6733
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6734
6743
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6744
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6735
6745
  onReset?: ((values: FieldValues) => any) | undefined;
6736
6746
  onSubmit?: ((values: FieldValues) => any) | undefined;
6737
6747
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -7037,9 +7047,12 @@ export declare const PlusPage: {
7037
7047
  labelWidth: string | number;
7038
7048
  labelSuffix: string;
7039
7049
  hasLabel: boolean;
7040
- defaultValues: FieldValues;
7041
- rowProps: Partial< Mutable<RowProps>>;
7050
+ clearable: boolean;
7042
7051
  colProps: Partial< Mutable<ColProps>>;
7052
+ collapseDuration: number;
7053
+ collapseTransition: boolean;
7054
+ rowProps: Partial< Mutable<RowProps>>;
7055
+ defaultValues: FieldValues;
7043
7056
  hasErrorTip: boolean;
7044
7057
  hasFooter: boolean;
7045
7058
  hasReset: boolean;
@@ -7049,9 +7062,6 @@ export declare const PlusPage: {
7049
7062
  footerAlign: "right" | "left" | "center";
7050
7063
  cardProps: Partial< Mutable<CardProps>>;
7051
7064
  prevent: boolean;
7052
- collapseDuration: number;
7053
- collapseTransition: boolean;
7054
- clearable: boolean;
7055
7065
  }, {}, string, {}> & {
7056
7066
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7057
7067
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7105,16 +7115,28 @@ export declare const PlusPage: {
7105
7115
  type: PropType<boolean>;
7106
7116
  default: boolean;
7107
7117
  };
7108
- defaultValues: {
7109
- type: PropType<FieldValues>;
7118
+ clearable: {
7119
+ type: PropType<boolean>;
7120
+ default: boolean;
7121
+ };
7122
+ colProps: {
7123
+ type: PropType<Partial< Mutable<ColProps>>>;
7110
7124
  default: () => {};
7111
7125
  };
7126
+ collapseDuration: {
7127
+ type: PropType<number>;
7128
+ default: undefined;
7129
+ };
7130
+ collapseTransition: {
7131
+ type: PropType<boolean>;
7132
+ default: undefined;
7133
+ };
7112
7134
  rowProps: {
7113
7135
  type: PropType<Partial< Mutable<RowProps>>>;
7114
7136
  default: () => {};
7115
7137
  };
7116
- colProps: {
7117
- type: PropType<Partial< Mutable<ColProps>>>;
7138
+ defaultValues: {
7139
+ type: PropType<FieldValues>;
7118
7140
  default: () => {};
7119
7141
  };
7120
7142
  hasErrorTip: {
@@ -7153,21 +7175,9 @@ export declare const PlusPage: {
7153
7175
  type: PropType<boolean>;
7154
7176
  default: boolean;
7155
7177
  };
7156
- collapseDuration: {
7157
- type: PropType<number>;
7158
- default: undefined;
7159
- };
7160
- collapseTransition: {
7161
- type: PropType<boolean>;
7162
- default: undefined;
7163
- };
7164
- clearable: {
7165
- type: PropType<boolean>;
7166
- default: boolean;
7167
- };
7168
7178
  }>> & {
7169
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7170
7179
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7180
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7171
7181
  onReset?: ((values: FieldValues) => any) | undefined;
7172
7182
  onSubmit?: ((values: FieldValues) => any) | undefined;
7173
7183
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -7467,7 +7477,7 @@ export declare const PlusPage: {
7467
7477
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
7468
7478
  columns?: PlusColumn[] | undefined;
7469
7479
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7470
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7480
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7471
7481
  readonly label: string | ComputedRef<string>;
7472
7482
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7473
7483
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7481,7 +7491,7 @@ export declare const PlusPage: {
7481
7491
  style: CSSProperties;
7482
7492
  rows: number;
7483
7493
  autocomplete: string;
7484
- 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";
7494
+ 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";
7485
7495
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7486
7496
  step: string | number;
7487
7497
  format: string | ProgressFn | undefined;
@@ -7542,7 +7552,7 @@ export declare const PlusPage: {
7542
7552
  clearable: boolean;
7543
7553
  index: number;
7544
7554
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7545
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7555
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7546
7556
  readonly label: string | ComputedRef<string>;
7547
7557
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7548
7558
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7556,7 +7566,7 @@ export declare const PlusPage: {
7556
7566
  style: CSSProperties;
7557
7567
  rows: number;
7558
7568
  autocomplete: string;
7559
- 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";
7569
+ 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";
7560
7570
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7561
7571
  step: string | number;
7562
7572
  format: string | ProgressFn | undefined;
@@ -7635,7 +7645,7 @@ export declare const PlusPage: {
7635
7645
  handleUnfold: (e: MouseEvent) => void;
7636
7646
  }> & {} & ComponentCustomProperties & {} & {
7637
7647
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7638
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
7648
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
7639
7649
  readonly label: string | ComputedRef<string>;
7640
7650
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7641
7651
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7649,7 +7659,7 @@ export declare const PlusPage: {
7649
7659
  style: CSSProperties;
7650
7660
  rows: number;
7651
7661
  autocomplete: string;
7652
- 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";
7662
+ 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";
7653
7663
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7654
7664
  step: string | number;
7655
7665
  format: string | ProgressFn | undefined;
@@ -7733,11 +7743,11 @@ export declare const PlusPage: {
7733
7743
  columnIndex: number;
7734
7744
  }) => CSSProperties>;
7735
7745
  rowKey: string | ((row: any[]) => string);
7736
- tableData: RecordType[];
7737
- defaultSize: "" | "default" | "small" | "large";
7738
- pagination: false | Partial< PlusPaginationProps>;
7739
7746
  actionBar: false | Partial< ActionBarProps>;
7740
- hasIndexColumn: boolean;
7747
+ editable: boolean | "click" | "dblclick";
7748
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
7749
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7750
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7741
7751
  titleBar: boolean | Partial<Partial<{
7742
7752
  title?: string | undefined;
7743
7753
  refresh?: boolean | undefined;
@@ -7748,20 +7758,20 @@ export declare const PlusPage: {
7748
7758
  color?: string | undefined;
7749
7759
  } | undefined;
7750
7760
  }>>;
7761
+ defaultSize: "" | "default" | "small" | "large";
7762
+ tableData: RecordType[];
7763
+ pagination: false | Partial< PlusPaginationProps>;
7764
+ hasIndexColumn: boolean;
7751
7765
  isSelection: boolean | "radio";
7752
7766
  isRadio: boolean;
7753
7767
  hasExpand: boolean;
7754
7768
  loadingStatus: boolean;
7755
7769
  dragSortable: false | Partial< Options>;
7756
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7757
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
7758
7770
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7759
7771
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
7760
7772
  radioProps: Partial< PlusRadioProps>;
7761
7773
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
7762
7774
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
7763
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7764
- editable: boolean | "click" | "dblclick";
7765
7775
  adaptive: boolean | {
7766
7776
  offsetBottom?: number | undefined;
7767
7777
  timeout?: number | undefined;
@@ -7777,11 +7787,11 @@ export declare const PlusPage: {
7777
7787
  columnIndex: number;
7778
7788
  }) => CSSProperties>;
7779
7789
  readonly rowKey: string | ((row: any[]) => string);
7780
- readonly tableData: RecordType[];
7781
- readonly defaultSize: "" | "default" | "small" | "large";
7782
- readonly pagination: false | Partial< PlusPaginationProps>;
7783
7790
  readonly actionBar: false | Partial< ActionBarProps>;
7784
- readonly hasIndexColumn: boolean;
7791
+ readonly editable: boolean | "click" | "dblclick";
7792
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
7793
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7794
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7785
7795
  readonly titleBar: boolean | Partial<Partial<{
7786
7796
  title?: string | undefined;
7787
7797
  refresh?: boolean | undefined;
@@ -7792,18 +7802,18 @@ export declare const PlusPage: {
7792
7802
  color?: string | undefined;
7793
7803
  } | undefined;
7794
7804
  }>>;
7805
+ readonly defaultSize: "" | "default" | "small" | "large";
7806
+ readonly tableData: RecordType[];
7807
+ readonly pagination: false | Partial< PlusPaginationProps>;
7808
+ readonly hasIndexColumn: boolean;
7795
7809
  readonly isSelection: boolean | "radio";
7796
7810
  readonly isRadio: boolean;
7797
7811
  readonly hasExpand: boolean;
7798
7812
  readonly loadingStatus: boolean;
7799
7813
  readonly dragSortable: false | Partial< Options>;
7800
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7801
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
7802
7814
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7803
7815
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
7804
7816
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
7805
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7806
- readonly editable: boolean | "click" | "dblclick";
7807
7817
  readonly adaptive: boolean | {
7808
7818
  offsetBottom?: number | undefined;
7809
7819
  timeout?: number | undefined;
@@ -7812,16 +7822,17 @@ export declare const PlusPage: {
7812
7822
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
7813
7823
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
7814
7824
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
7815
- onRefresh?: (() => any) | undefined;
7816
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7825
+ readonly filterTableLocalKey?: string | undefined;
7817
7826
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7818
7827
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7819
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7820
7828
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7821
- onEdited?: (() => any) | undefined;
7822
7829
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7823
7830
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7831
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7832
+ onRefresh?: (() => any) | undefined;
7824
7833
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7834
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7835
+ onEdited?: (() => any) | undefined;
7825
7836
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7826
7837
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7827
7838
  showOverflowTooltip: {
@@ -7854,28 +7865,28 @@ export declare const PlusPage: {
7854
7865
  type: PropType<string | ((row: any[]) => string)>;
7855
7866
  default: string;
7856
7867
  };
7857
- tableData: {
7858
- type: PropType< RecordType[]>;
7859
- default: () => never[];
7860
- };
7861
- defaultSize: {
7862
- type: PropType<"" | "default" | "small" | "large">;
7863
- default: string;
7864
- };
7865
- pagination: {
7866
- type: PropType<false | Partial< PlusPaginationProps>>;
7867
- default: boolean;
7868
- };
7869
7868
  actionBar: {
7870
7869
  type: PropType<false | Partial< ActionBarProps>>;
7871
7870
  default: boolean;
7872
7871
  };
7873
- hasIndexColumn: {
7874
- type: PropType<boolean>;
7872
+ editable: {
7873
+ type: PropType<boolean | "click" | "dblclick">;
7875
7874
  default: boolean;
7876
7875
  };
7877
- titleBar: {
7878
- type: PropType<boolean | Partial<Partial<{
7876
+ indexTableColumnProps: {
7877
+ type: PropType<Partial< TableColumnCtx<any>>>;
7878
+ default: () => {};
7879
+ };
7880
+ indexContentStyle: {
7881
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7882
+ default: () => {};
7883
+ };
7884
+ dragSortableTableColumnProps: {
7885
+ type: PropType<Partial< TableColumnCtx<any>>>;
7886
+ default: () => {};
7887
+ };
7888
+ titleBar: {
7889
+ type: PropType<boolean | Partial<Partial<{
7879
7890
  title?: string | undefined;
7880
7891
  refresh?: boolean | undefined;
7881
7892
  density?: boolean | undefined;
@@ -7887,6 +7898,22 @@ export declare const PlusPage: {
7887
7898
  }>>>;
7888
7899
  default: boolean;
7889
7900
  };
7901
+ defaultSize: {
7902
+ type: PropType<"" | "default" | "small" | "large">;
7903
+ default: string;
7904
+ };
7905
+ tableData: {
7906
+ type: PropType< RecordType[]>;
7907
+ default: () => never[];
7908
+ };
7909
+ pagination: {
7910
+ type: PropType<false | Partial< PlusPaginationProps>>;
7911
+ default: boolean;
7912
+ };
7913
+ hasIndexColumn: {
7914
+ type: PropType<boolean>;
7915
+ default: boolean;
7916
+ };
7890
7917
  isSelection: {
7891
7918
  type: PropType<boolean | "radio">;
7892
7919
  default: boolean;
@@ -7907,14 +7934,6 @@ export declare const PlusPage: {
7907
7934
  type: PropType<false | Partial< Options>>;
7908
7935
  default: boolean;
7909
7936
  };
7910
- dragSortableTableColumnProps: {
7911
- type: PropType<Partial< TableColumnCtx<any>>>;
7912
- default: () => {};
7913
- };
7914
- indexTableColumnProps: {
7915
- type: PropType<Partial< TableColumnCtx<any>>>;
7916
- default: () => {};
7917
- };
7918
7937
  selectionTableColumnProps: {
7919
7938
  type: PropType<Partial< TableColumnCtx<any>>>;
7920
7939
  default: () => {
@@ -7939,14 +7958,6 @@ export declare const PlusPage: {
7939
7958
  type: PropType<Partial< TableColumnCtx<any>>>;
7940
7959
  default: () => {};
7941
7960
  };
7942
- indexContentStyle: {
7943
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7944
- default: () => {};
7945
- };
7946
- editable: {
7947
- type: PropType<boolean | "click" | "dblclick">;
7948
- default: boolean;
7949
- };
7950
7961
  adaptive: {
7951
7962
  type: PropType<boolean | {
7952
7963
  offsetBottom?: number | undefined;
@@ -7957,19 +7968,22 @@ export declare const PlusPage: {
7957
7968
  filterTableHeaderOverflowLabelLength: {
7958
7969
  type: PropType<number>;
7959
7970
  };
7971
+ filterTableLocalKey: {
7972
+ type: PropType<string>;
7973
+ };
7960
7974
  }>> & {
7961
- onRefresh?: (() => any) | undefined;
7962
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7963
7975
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7964
7976
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7965
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7966
7977
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7967
- onEdited?: (() => any) | undefined;
7968
7978
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7969
7979
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7980
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7981
+ onRefresh?: (() => any) | undefined;
7970
7982
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7983
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7984
+ onEdited?: (() => any) | undefined;
7971
7985
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7972
- }, "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">;
7986
+ }, "showOverflowTooltip" | "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">;
7973
7987
  $attrs: {
7974
7988
  [x: string]: unknown;
7975
7989
  };
@@ -8014,26 +8028,26 @@ export declare const PlusPage: {
8014
8028
  type: PropType<string | ((row: any[]) => string)>;
8015
8029
  default: string;
8016
8030
  };
8017
- tableData: {
8018
- type: PropType< RecordType[]>;
8019
- default: () => never[];
8020
- };
8021
- defaultSize: {
8022
- type: PropType<"" | "default" | "small" | "large">;
8023
- default: string;
8024
- };
8025
- pagination: {
8026
- type: PropType<false | Partial< PlusPaginationProps>>;
8027
- default: boolean;
8028
- };
8029
8031
  actionBar: {
8030
8032
  type: PropType<false | Partial< ActionBarProps>>;
8031
8033
  default: boolean;
8032
8034
  };
8033
- hasIndexColumn: {
8034
- type: PropType<boolean>;
8035
+ editable: {
8036
+ type: PropType<boolean | "click" | "dblclick">;
8035
8037
  default: boolean;
8036
8038
  };
8039
+ indexTableColumnProps: {
8040
+ type: PropType<Partial< TableColumnCtx<any>>>;
8041
+ default: () => {};
8042
+ };
8043
+ indexContentStyle: {
8044
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8045
+ default: () => {};
8046
+ };
8047
+ dragSortableTableColumnProps: {
8048
+ type: PropType<Partial< TableColumnCtx<any>>>;
8049
+ default: () => {};
8050
+ };
8037
8051
  titleBar: {
8038
8052
  type: PropType<boolean | Partial<Partial<{
8039
8053
  title?: string | undefined;
@@ -8047,6 +8061,22 @@ export declare const PlusPage: {
8047
8061
  }>>>;
8048
8062
  default: boolean;
8049
8063
  };
8064
+ defaultSize: {
8065
+ type: PropType<"" | "default" | "small" | "large">;
8066
+ default: string;
8067
+ };
8068
+ tableData: {
8069
+ type: PropType< RecordType[]>;
8070
+ default: () => never[];
8071
+ };
8072
+ pagination: {
8073
+ type: PropType<false | Partial< PlusPaginationProps>>;
8074
+ default: boolean;
8075
+ };
8076
+ hasIndexColumn: {
8077
+ type: PropType<boolean>;
8078
+ default: boolean;
8079
+ };
8050
8080
  isSelection: {
8051
8081
  type: PropType<boolean | "radio">;
8052
8082
  default: boolean;
@@ -8067,14 +8097,6 @@ export declare const PlusPage: {
8067
8097
  type: PropType<false | Partial< Options>>;
8068
8098
  default: boolean;
8069
8099
  };
8070
- dragSortableTableColumnProps: {
8071
- type: PropType<Partial< TableColumnCtx<any>>>;
8072
- default: () => {};
8073
- };
8074
- indexTableColumnProps: {
8075
- type: PropType<Partial< TableColumnCtx<any>>>;
8076
- default: () => {};
8077
- };
8078
8100
  selectionTableColumnProps: {
8079
8101
  type: PropType<Partial< TableColumnCtx<any>>>;
8080
8102
  default: () => {
@@ -8099,14 +8121,6 @@ export declare const PlusPage: {
8099
8121
  type: PropType<Partial< TableColumnCtx<any>>>;
8100
8122
  default: () => {};
8101
8123
  };
8102
- indexContentStyle: {
8103
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8104
- default: () => {};
8105
- };
8106
- editable: {
8107
- type: PropType<boolean | "click" | "dblclick">;
8108
- default: boolean;
8109
- };
8110
8124
  adaptive: {
8111
8125
  type: PropType<boolean | {
8112
8126
  offsetBottom?: number | undefined;
@@ -8117,17 +8131,20 @@ export declare const PlusPage: {
8117
8131
  filterTableHeaderOverflowLabelLength: {
8118
8132
  type: PropType<number>;
8119
8133
  };
8134
+ filterTableLocalKey: {
8135
+ type: PropType<string>;
8136
+ };
8120
8137
  }>> & {
8121
- onRefresh?: (() => any) | undefined;
8122
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8123
8138
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8124
8139
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8125
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8126
8140
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8127
- onEdited?: (() => any) | undefined;
8128
8141
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8129
8142
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8143
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8144
+ onRefresh?: (() => any) | undefined;
8130
8145
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8146
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8147
+ onEdited?: (() => any) | undefined;
8131
8148
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8132
8149
  }, {
8133
8150
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -8327,7 +8344,7 @@ export declare const PlusPage: {
8327
8344
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
8328
8345
  setScrollLeft: (left?: number | undefined) => void;
8329
8346
  setScrollTop: (top?: number | undefined) => void;
8330
- }, 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<{
8347
+ }, 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<{
8331
8348
  data: {
8332
8349
  type: PropType<any[]>;
8333
8350
  default: () => never[];
@@ -8703,11 +8720,11 @@ export declare const PlusPage: {
8703
8720
  columnIndex: number;
8704
8721
  }) => CSSProperties>;
8705
8722
  rowKey: string | ((row: any[]) => string);
8706
- tableData: RecordType[];
8707
- defaultSize: "" | "default" | "small" | "large";
8708
- pagination: false | Partial< PlusPaginationProps>;
8709
8723
  actionBar: false | Partial< ActionBarProps>;
8710
- hasIndexColumn: boolean;
8724
+ editable: boolean | "click" | "dblclick";
8725
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
8726
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
8727
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
8711
8728
  titleBar: boolean | Partial<Partial<{
8712
8729
  title?: string | undefined;
8713
8730
  refresh?: boolean | undefined;
@@ -8718,20 +8735,20 @@ export declare const PlusPage: {
8718
8735
  color?: string | undefined;
8719
8736
  } | undefined;
8720
8737
  }>>;
8738
+ defaultSize: "" | "default" | "small" | "large";
8739
+ tableData: RecordType[];
8740
+ pagination: false | Partial< PlusPaginationProps>;
8741
+ hasIndexColumn: boolean;
8721
8742
  isSelection: boolean | "radio";
8722
8743
  isRadio: boolean;
8723
8744
  hasExpand: boolean;
8724
8745
  loadingStatus: boolean;
8725
8746
  dragSortable: false | Partial< Options>;
8726
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
8727
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
8728
8747
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
8729
8748
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
8730
8749
  radioProps: Partial< PlusRadioProps>;
8731
8750
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
8732
8751
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
8733
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
8734
- editable: boolean | "click" | "dblclick";
8735
8752
  adaptive: boolean | {
8736
8753
  offsetBottom?: number | undefined;
8737
8754
  timeout?: number | undefined;
@@ -8787,26 +8804,26 @@ export declare const PlusPage: {
8787
8804
  type: PropType<string | ((row: any[]) => string)>;
8788
8805
  default: string;
8789
8806
  };
8790
- tableData: {
8791
- type: PropType< RecordType[]>;
8792
- default: () => never[];
8793
- };
8794
- defaultSize: {
8795
- type: PropType<"" | "default" | "small" | "large">;
8796
- default: string;
8797
- };
8798
- pagination: {
8799
- type: PropType<false | Partial< PlusPaginationProps>>;
8800
- default: boolean;
8801
- };
8802
8807
  actionBar: {
8803
8808
  type: PropType<false | Partial< ActionBarProps>>;
8804
8809
  default: boolean;
8805
8810
  };
8806
- hasIndexColumn: {
8807
- type: PropType<boolean>;
8811
+ editable: {
8812
+ type: PropType<boolean | "click" | "dblclick">;
8808
8813
  default: boolean;
8809
8814
  };
8815
+ indexTableColumnProps: {
8816
+ type: PropType<Partial< TableColumnCtx<any>>>;
8817
+ default: () => {};
8818
+ };
8819
+ indexContentStyle: {
8820
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8821
+ default: () => {};
8822
+ };
8823
+ dragSortableTableColumnProps: {
8824
+ type: PropType<Partial< TableColumnCtx<any>>>;
8825
+ default: () => {};
8826
+ };
8810
8827
  titleBar: {
8811
8828
  type: PropType<boolean | Partial<Partial<{
8812
8829
  title?: string | undefined;
@@ -8820,6 +8837,22 @@ export declare const PlusPage: {
8820
8837
  }>>>;
8821
8838
  default: boolean;
8822
8839
  };
8840
+ defaultSize: {
8841
+ type: PropType<"" | "default" | "small" | "large">;
8842
+ default: string;
8843
+ };
8844
+ tableData: {
8845
+ type: PropType< RecordType[]>;
8846
+ default: () => never[];
8847
+ };
8848
+ pagination: {
8849
+ type: PropType<false | Partial< PlusPaginationProps>>;
8850
+ default: boolean;
8851
+ };
8852
+ hasIndexColumn: {
8853
+ type: PropType<boolean>;
8854
+ default: boolean;
8855
+ };
8823
8856
  isSelection: {
8824
8857
  type: PropType<boolean | "radio">;
8825
8858
  default: boolean;
@@ -8840,14 +8873,6 @@ export declare const PlusPage: {
8840
8873
  type: PropType<false | Partial< Options>>;
8841
8874
  default: boolean;
8842
8875
  };
8843
- dragSortableTableColumnProps: {
8844
- type: PropType<Partial< TableColumnCtx<any>>>;
8845
- default: () => {};
8846
- };
8847
- indexTableColumnProps: {
8848
- type: PropType<Partial< TableColumnCtx<any>>>;
8849
- default: () => {};
8850
- };
8851
8876
  selectionTableColumnProps: {
8852
8877
  type: PropType<Partial< TableColumnCtx<any>>>;
8853
8878
  default: () => {
@@ -8872,14 +8897,6 @@ export declare const PlusPage: {
8872
8897
  type: PropType<Partial< TableColumnCtx<any>>>;
8873
8898
  default: () => {};
8874
8899
  };
8875
- indexContentStyle: {
8876
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8877
- default: () => {};
8878
- };
8879
- editable: {
8880
- type: PropType<boolean | "click" | "dblclick">;
8881
- default: boolean;
8882
- };
8883
8900
  adaptive: {
8884
8901
  type: PropType<boolean | {
8885
8902
  offsetBottom?: number | undefined;
@@ -8890,19 +8907,22 @@ export declare const PlusPage: {
8890
8907
  filterTableHeaderOverflowLabelLength: {
8891
8908
  type: PropType<number>;
8892
8909
  };
8910
+ filterTableLocalKey: {
8911
+ type: PropType<string>;
8912
+ };
8893
8913
  }>> & {
8894
- onRefresh?: (() => any) | undefined;
8895
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8896
8914
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8897
8915
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8898
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8899
8916
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8900
- onEdited?: (() => any) | undefined;
8901
8917
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8902
8918
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8919
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8920
+ onRefresh?: (() => any) | undefined;
8903
8921
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8922
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8923
+ onEdited?: (() => any) | undefined;
8904
8924
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8905
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
8925
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
8906
8926
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
8907
8927
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8908
8928
  data: {
@@ -9100,7 +9120,7 @@ export declare const PlusPage: {
9100
9120
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
9101
9121
  setScrollLeft: (left?: number | undefined) => void;
9102
9122
  setScrollTop: (top?: number | undefined) => void;
9103
- }, 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<{
9123
+ }, 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<{
9104
9124
  data: {
9105
9125
  type: PropType<any[]>;
9106
9126
  default: () => never[];
@@ -9491,8 +9511,8 @@ export declare const PlusPage: {
9491
9511
  search: false | Partial< PlusSearchProps>;
9492
9512
  immediate: boolean;
9493
9513
  table: Partial< PlusTableProps>;
9494
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
9495
9514
  params: RecordType;
9515
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
9496
9516
  postData: <T = RecordType[]>(data: T[]) => T[];
9497
9517
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
9498
9518
  isCard: boolean;
@@ -9528,10 +9548,6 @@ export declare const PlusPage: {
9528
9548
  type: PropType<Partial< PlusTableProps>>;
9529
9549
  default: () => {};
9530
9550
  };
9531
- pagination: {
9532
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
9533
- default: () => {};
9534
- };
9535
9551
  params: {
9536
9552
  type: PropType<RecordType>;
9537
9553
  default: () => {};
@@ -9543,6 +9559,10 @@ export declare const PlusPage: {
9543
9559
  }>>;
9544
9560
  required: true;
9545
9561
  };
9562
+ pagination: {
9563
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
9564
+ default: () => {};
9565
+ };
9546
9566
  postData: {
9547
9567
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
9548
9568
  default: undefined;
@@ -9608,9 +9628,9 @@ export declare const PlusPage: {
9608
9628
  labelPosition: "top" | "right" | "left";
9609
9629
  inline: boolean;
9610
9630
  showNumber: number;
9611
- defaultValues: FieldValues;
9612
- rowProps: Partial< Mutable<RowProps>>;
9613
9631
  colProps: Partial< Mutable<ColProps>>;
9632
+ rowProps: Partial< Mutable<RowProps>>;
9633
+ defaultValues: FieldValues;
9614
9634
  hasFooter: boolean;
9615
9635
  hasReset: boolean;
9616
9636
  resetText: string;
@@ -9628,9 +9648,9 @@ export declare const PlusPage: {
9628
9648
  readonly modelValue: FieldValues;
9629
9649
  readonly inline: boolean;
9630
9650
  readonly showNumber: number;
9631
- readonly defaultValues: FieldValues;
9632
- readonly rowProps: Partial< Mutable<RowProps>>;
9633
9651
  readonly colProps: Partial< Mutable<ColProps>>;
9652
+ readonly rowProps: Partial< Mutable<RowProps>>;
9653
+ readonly defaultValues: FieldValues;
9634
9654
  readonly hasFooter: boolean;
9635
9655
  readonly hasReset: boolean;
9636
9656
  readonly resetText: string;
@@ -9644,8 +9664,8 @@ export declare const PlusPage: {
9644
9664
  readonly buttonOrder: ("search" | "reset" | "fold")[];
9645
9665
  readonly needValidate: boolean;
9646
9666
  readonly labelPosition?: "top" | "right" | "left" | undefined;
9647
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9648
9667
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9668
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9649
9669
  onReset?: ((values: FieldValues) => any) | undefined;
9650
9670
  onSearch?: ((values: FieldValues) => any) | undefined;
9651
9671
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9670,16 +9690,6 @@ export declare const PlusPage: {
9670
9690
  type: PropType<number>;
9671
9691
  default: number;
9672
9692
  };
9673
- defaultValues: {
9674
- type: PropType<FieldValues>;
9675
- default: () => {};
9676
- };
9677
- rowProps: {
9678
- type: PropType<Partial< Mutable<RowProps>>>;
9679
- default: () => {
9680
- gutter: number;
9681
- };
9682
- };
9683
9693
  colProps: {
9684
9694
  type: PropType<Partial< Mutable<ColProps>>>;
9685
9695
  default: () => {
@@ -9690,6 +9700,16 @@ export declare const PlusPage: {
9690
9700
  xl: number;
9691
9701
  };
9692
9702
  };
9703
+ rowProps: {
9704
+ type: PropType<Partial< Mutable<RowProps>>>;
9705
+ default: () => {
9706
+ gutter: number;
9707
+ };
9708
+ };
9709
+ defaultValues: {
9710
+ type: PropType<FieldValues>;
9711
+ default: () => {};
9712
+ };
9693
9713
  hasFooter: {
9694
9714
  type: PropType<boolean>;
9695
9715
  default: boolean;
@@ -9739,12 +9759,12 @@ export declare const PlusPage: {
9739
9759
  default: boolean;
9740
9760
  };
9741
9761
  }>> & {
9742
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9743
9762
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9763
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9744
9764
  onReset?: ((values: FieldValues) => any) | undefined;
9745
9765
  onSearch?: ((values: FieldValues) => any) | undefined;
9746
9766
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
9747
- }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "defaultValues" | "rowProps" | "colProps" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
9767
+ }, "columns" | "modelValue" | "labelPosition" | "inline" | "showNumber" | "colProps" | "rowProps" | "defaultValues" | "hasFooter" | "hasReset" | "resetText" | "hasSearchIcon" | "hasUnfold" | "defaultUnfold" | "searchText" | "retractText" | "expandText" | "searchLoading" | "buttonOrder" | "needValidate">;
9748
9768
  $attrs: {
9749
9769
  [x: string]: unknown;
9750
9770
  };
@@ -9756,7 +9776,7 @@ export declare const PlusPage: {
9756
9776
  }>;
9757
9777
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9758
9778
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9759
- $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);
9779
+ $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);
9760
9780
  $el: any;
9761
9781
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
9762
9782
  columns: {
@@ -9779,16 +9799,6 @@ export declare const PlusPage: {
9779
9799
  type: PropType<number>;
9780
9800
  default: number;
9781
9801
  };
9782
- defaultValues: {
9783
- type: PropType<FieldValues>;
9784
- default: () => {};
9785
- };
9786
- rowProps: {
9787
- type: PropType<Partial< Mutable<RowProps>>>;
9788
- default: () => {
9789
- gutter: number;
9790
- };
9791
- };
9792
9802
  colProps: {
9793
9803
  type: PropType<Partial< Mutable<ColProps>>>;
9794
9804
  default: () => {
@@ -9799,6 +9809,16 @@ export declare const PlusPage: {
9799
9809
  xl: number;
9800
9810
  };
9801
9811
  };
9812
+ rowProps: {
9813
+ type: PropType<Partial< Mutable<RowProps>>>;
9814
+ default: () => {
9815
+ gutter: number;
9816
+ };
9817
+ };
9818
+ defaultValues: {
9819
+ type: PropType<FieldValues>;
9820
+ default: () => {};
9821
+ };
9802
9822
  hasFooter: {
9803
9823
  type: PropType<boolean>;
9804
9824
  default: boolean;
@@ -9848,8 +9868,8 @@ export declare const PlusPage: {
9848
9868
  default: boolean;
9849
9869
  };
9850
9870
  }>> & {
9851
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9852
9871
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9872
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9853
9873
  onReset?: ((values: FieldValues) => any) | undefined;
9854
9874
  onSearch?: ((values: FieldValues) => any) | undefined;
9855
9875
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9866,9 +9886,12 @@ export declare const PlusPage: {
9866
9886
  labelWidth: string | number;
9867
9887
  labelSuffix: string;
9868
9888
  hasLabel: boolean;
9869
- defaultValues: FieldValues;
9870
- rowProps: Partial< Mutable<RowProps>>;
9889
+ clearable: boolean;
9871
9890
  colProps: Partial< Mutable<ColProps>>;
9891
+ collapseDuration: number;
9892
+ collapseTransition: boolean;
9893
+ rowProps: Partial< Mutable<RowProps>>;
9894
+ defaultValues: FieldValues;
9872
9895
  hasErrorTip: boolean;
9873
9896
  hasFooter: boolean;
9874
9897
  hasReset: boolean;
@@ -9878,9 +9901,6 @@ export declare const PlusPage: {
9878
9901
  footerAlign: "right" | "left" | "center";
9879
9902
  cardProps: Partial< Mutable<CardProps>>;
9880
9903
  prevent: boolean;
9881
- collapseDuration: number;
9882
- collapseTransition: boolean;
9883
- clearable: boolean;
9884
9904
  }> & Omit<{
9885
9905
  readonly columns: PlusColumn[];
9886
9906
  readonly group: false | PlusFormGroupRow[];
@@ -9890,9 +9910,10 @@ export declare const PlusPage: {
9890
9910
  readonly labelWidth: string | number;
9891
9911
  readonly labelSuffix: string;
9892
9912
  readonly hasLabel: boolean;
9893
- readonly defaultValues: FieldValues;
9894
- readonly rowProps: Partial< Mutable<RowProps>>;
9913
+ readonly clearable: boolean;
9895
9914
  readonly colProps: Partial< Mutable<ColProps>>;
9915
+ readonly rowProps: Partial< Mutable<RowProps>>;
9916
+ readonly defaultValues: FieldValues;
9896
9917
  readonly hasErrorTip: boolean;
9897
9918
  readonly hasFooter: boolean;
9898
9919
  readonly hasReset: boolean;
@@ -9902,11 +9923,10 @@ export declare const PlusPage: {
9902
9923
  readonly footerAlign: "right" | "left" | "center";
9903
9924
  readonly cardProps: Partial< Mutable<CardProps>>;
9904
9925
  readonly prevent: boolean;
9905
- readonly clearable: boolean;
9906
9926
  readonly collapseDuration?: number | undefined;
9907
9927
  readonly collapseTransition?: boolean | undefined;
9908
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9909
9928
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9929
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9910
9930
  onReset?: ((values: FieldValues) => any) | undefined;
9911
9931
  onSubmit?: ((values: FieldValues) => any) | undefined;
9912
9932
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -9944,16 +9964,28 @@ export declare const PlusPage: {
9944
9964
  type: PropType<boolean>;
9945
9965
  default: boolean;
9946
9966
  };
9947
- defaultValues: {
9948
- type: PropType<FieldValues>;
9967
+ clearable: {
9968
+ type: PropType<boolean>;
9969
+ default: boolean;
9970
+ };
9971
+ colProps: {
9972
+ type: PropType<Partial< Mutable<ColProps>>>;
9949
9973
  default: () => {};
9950
9974
  };
9975
+ collapseDuration: {
9976
+ type: PropType<number>;
9977
+ default: undefined;
9978
+ };
9979
+ collapseTransition: {
9980
+ type: PropType<boolean>;
9981
+ default: undefined;
9982
+ };
9951
9983
  rowProps: {
9952
9984
  type: PropType<Partial< Mutable<RowProps>>>;
9953
9985
  default: () => {};
9954
9986
  };
9955
- colProps: {
9956
- type: PropType<Partial< Mutable<ColProps>>>;
9987
+ defaultValues: {
9988
+ type: PropType<FieldValues>;
9957
9989
  default: () => {};
9958
9990
  };
9959
9991
  hasErrorTip: {
@@ -9992,26 +10024,14 @@ export declare const PlusPage: {
9992
10024
  type: PropType<boolean>;
9993
10025
  default: boolean;
9994
10026
  };
9995
- collapseDuration: {
9996
- type: PropType<number>;
9997
- default: undefined;
9998
- };
9999
- collapseTransition: {
10000
- type: PropType<boolean>;
10001
- default: undefined;
10002
- };
10003
- clearable: {
10004
- type: PropType<boolean>;
10005
- default: boolean;
10006
- };
10007
10027
  }>> & {
10008
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10009
10028
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10029
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10010
10030
  onReset?: ((values: FieldValues) => any) | undefined;
10011
10031
  onSubmit?: ((values: FieldValues) => any) | undefined;
10012
10032
  onValidate?: ((...args: any[]) => any) | undefined;
10013
10033
  onSubmitError?: ((errors: unknown) => any) | undefined;
10014
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
10034
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
10015
10035
  $attrs: {
10016
10036
  [x: string]: unknown;
10017
10037
  };
@@ -10023,7 +10043,7 @@ export declare const PlusPage: {
10023
10043
  }>;
10024
10044
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10025
10045
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10026
- $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);
10046
+ $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);
10027
10047
  $el: any;
10028
10048
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
10029
10049
  columns: {
@@ -10058,16 +10078,28 @@ export declare const PlusPage: {
10058
10078
  type: PropType<boolean>;
10059
10079
  default: boolean;
10060
10080
  };
10061
- defaultValues: {
10062
- type: PropType<FieldValues>;
10081
+ clearable: {
10082
+ type: PropType<boolean>;
10083
+ default: boolean;
10084
+ };
10085
+ colProps: {
10086
+ type: PropType<Partial< Mutable<ColProps>>>;
10063
10087
  default: () => {};
10064
10088
  };
10089
+ collapseDuration: {
10090
+ type: PropType<number>;
10091
+ default: undefined;
10092
+ };
10093
+ collapseTransition: {
10094
+ type: PropType<boolean>;
10095
+ default: undefined;
10096
+ };
10065
10097
  rowProps: {
10066
10098
  type: PropType<Partial< Mutable<RowProps>>>;
10067
10099
  default: () => {};
10068
10100
  };
10069
- colProps: {
10070
- type: PropType<Partial< Mutable<ColProps>>>;
10101
+ defaultValues: {
10102
+ type: PropType<FieldValues>;
10071
10103
  default: () => {};
10072
10104
  };
10073
10105
  hasErrorTip: {
@@ -10106,21 +10138,9 @@ export declare const PlusPage: {
10106
10138
  type: PropType<boolean>;
10107
10139
  default: boolean;
10108
10140
  };
10109
- collapseDuration: {
10110
- type: PropType<number>;
10111
- default: undefined;
10112
- };
10113
- collapseTransition: {
10114
- type: PropType<boolean>;
10115
- default: undefined;
10116
- };
10117
- clearable: {
10118
- type: PropType<boolean>;
10119
- default: boolean;
10120
- };
10121
10141
  }>> & {
10122
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10123
10142
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10143
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10124
10144
  onReset?: ((values: FieldValues) => any) | undefined;
10125
10145
  onSubmit?: ((values: FieldValues) => any) | undefined;
10126
10146
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10426,9 +10446,12 @@ export declare const PlusPage: {
10426
10446
  labelWidth: string | number;
10427
10447
  labelSuffix: string;
10428
10448
  hasLabel: boolean;
10429
- defaultValues: FieldValues;
10430
- rowProps: Partial< Mutable<RowProps>>;
10449
+ clearable: boolean;
10431
10450
  colProps: Partial< Mutable<ColProps>>;
10451
+ collapseDuration: number;
10452
+ collapseTransition: boolean;
10453
+ rowProps: Partial< Mutable<RowProps>>;
10454
+ defaultValues: FieldValues;
10432
10455
  hasErrorTip: boolean;
10433
10456
  hasFooter: boolean;
10434
10457
  hasReset: boolean;
@@ -10438,9 +10461,6 @@ export declare const PlusPage: {
10438
10461
  footerAlign: "right" | "left" | "center";
10439
10462
  cardProps: Partial< Mutable<CardProps>>;
10440
10463
  prevent: boolean;
10441
- collapseDuration: number;
10442
- collapseTransition: boolean;
10443
- clearable: boolean;
10444
10464
  }, {}, string, {}> & {
10445
10465
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
10446
10466
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -10494,16 +10514,28 @@ export declare const PlusPage: {
10494
10514
  type: PropType<boolean>;
10495
10515
  default: boolean;
10496
10516
  };
10497
- defaultValues: {
10498
- type: PropType<FieldValues>;
10517
+ clearable: {
10518
+ type: PropType<boolean>;
10519
+ default: boolean;
10520
+ };
10521
+ colProps: {
10522
+ type: PropType<Partial< Mutable<ColProps>>>;
10499
10523
  default: () => {};
10500
10524
  };
10525
+ collapseDuration: {
10526
+ type: PropType<number>;
10527
+ default: undefined;
10528
+ };
10529
+ collapseTransition: {
10530
+ type: PropType<boolean>;
10531
+ default: undefined;
10532
+ };
10501
10533
  rowProps: {
10502
10534
  type: PropType<Partial< Mutable<RowProps>>>;
10503
10535
  default: () => {};
10504
10536
  };
10505
- colProps: {
10506
- type: PropType<Partial< Mutable<ColProps>>>;
10537
+ defaultValues: {
10538
+ type: PropType<FieldValues>;
10507
10539
  default: () => {};
10508
10540
  };
10509
10541
  hasErrorTip: {
@@ -10542,21 +10574,9 @@ export declare const PlusPage: {
10542
10574
  type: PropType<boolean>;
10543
10575
  default: boolean;
10544
10576
  };
10545
- collapseDuration: {
10546
- type: PropType<number>;
10547
- default: undefined;
10548
- };
10549
- collapseTransition: {
10550
- type: PropType<boolean>;
10551
- default: undefined;
10552
- };
10553
- clearable: {
10554
- type: PropType<boolean>;
10555
- default: boolean;
10556
- };
10557
10577
  }>> & {
10558
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10559
10578
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10579
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10560
10580
  onReset?: ((values: FieldValues) => any) | undefined;
10561
10581
  onSubmit?: ((values: FieldValues) => any) | undefined;
10562
10582
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10856,7 +10876,7 @@ export declare const PlusPage: {
10856
10876
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
10857
10877
  columns?: PlusColumn[] | undefined;
10858
10878
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10859
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10879
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
10860
10880
  readonly label: string | ComputedRef<string>;
10861
10881
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10862
10882
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10870,7 +10890,7 @@ export declare const PlusPage: {
10870
10890
  style: CSSProperties;
10871
10891
  rows: number;
10872
10892
  autocomplete: string;
10873
- 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";
10893
+ 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";
10874
10894
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10875
10895
  step: string | number;
10876
10896
  format: string | ProgressFn | undefined;
@@ -10931,7 +10951,7 @@ export declare const PlusPage: {
10931
10951
  clearable: boolean;
10932
10952
  index: number;
10933
10953
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10934
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
10954
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
10935
10955
  readonly label: string | ComputedRef<string>;
10936
10956
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10937
10957
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10945,7 +10965,7 @@ export declare const PlusPage: {
10945
10965
  style: CSSProperties;
10946
10966
  rows: number;
10947
10967
  autocomplete: string;
10948
- 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";
10968
+ 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";
10949
10969
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10950
10970
  step: string | number;
10951
10971
  format: string | ProgressFn | undefined;
@@ -11034,9 +11054,9 @@ export declare const PlusPage: {
11034
11054
  labelPosition: "top" | "right" | "left";
11035
11055
  inline: boolean;
11036
11056
  showNumber: number;
11037
- defaultValues: FieldValues;
11038
- rowProps: Partial< Mutable<RowProps>>;
11039
11057
  colProps: Partial< Mutable<ColProps>>;
11058
+ rowProps: Partial< Mutable<RowProps>>;
11059
+ defaultValues: FieldValues;
11040
11060
  hasFooter: boolean;
11041
11061
  hasReset: boolean;
11042
11062
  resetText: string;
@@ -11090,16 +11110,6 @@ export declare const PlusPage: {
11090
11110
  type: PropType<number>;
11091
11111
  default: number;
11092
11112
  };
11093
- defaultValues: {
11094
- type: PropType<FieldValues>;
11095
- default: () => {};
11096
- };
11097
- rowProps: {
11098
- type: PropType<Partial< Mutable<RowProps>>>;
11099
- default: () => {
11100
- gutter: number;
11101
- };
11102
- };
11103
11113
  colProps: {
11104
11114
  type: PropType<Partial< Mutable<ColProps>>>;
11105
11115
  default: () => {
@@ -11110,6 +11120,16 @@ export declare const PlusPage: {
11110
11120
  xl: number;
11111
11121
  };
11112
11122
  };
11123
+ rowProps: {
11124
+ type: PropType<Partial< Mutable<RowProps>>>;
11125
+ default: () => {
11126
+ gutter: number;
11127
+ };
11128
+ };
11129
+ defaultValues: {
11130
+ type: PropType<FieldValues>;
11131
+ default: () => {};
11132
+ };
11113
11133
  hasFooter: {
11114
11134
  type: PropType<boolean>;
11115
11135
  default: boolean;
@@ -11159,8 +11179,8 @@ export declare const PlusPage: {
11159
11179
  default: boolean;
11160
11180
  };
11161
11181
  }>> & {
11162
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11163
11182
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11183
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11164
11184
  onReset?: ((values: FieldValues) => any) | undefined;
11165
11185
  onSearch?: ((values: FieldValues) => any) | undefined;
11166
11186
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -11177,9 +11197,12 @@ export declare const PlusPage: {
11177
11197
  labelWidth: string | number;
11178
11198
  labelSuffix: string;
11179
11199
  hasLabel: boolean;
11180
- defaultValues: FieldValues;
11181
- rowProps: Partial< Mutable<RowProps>>;
11200
+ clearable: boolean;
11182
11201
  colProps: Partial< Mutable<ColProps>>;
11202
+ collapseDuration: number;
11203
+ collapseTransition: boolean;
11204
+ rowProps: Partial< Mutable<RowProps>>;
11205
+ defaultValues: FieldValues;
11183
11206
  hasErrorTip: boolean;
11184
11207
  hasFooter: boolean;
11185
11208
  hasReset: boolean;
@@ -11189,9 +11212,6 @@ export declare const PlusPage: {
11189
11212
  footerAlign: "right" | "left" | "center";
11190
11213
  cardProps: Partial< Mutable<CardProps>>;
11191
11214
  prevent: boolean;
11192
- collapseDuration: number;
11193
- collapseTransition: boolean;
11194
- clearable: boolean;
11195
11215
  }> & Omit<{
11196
11216
  readonly columns: PlusColumn[];
11197
11217
  readonly group: false | PlusFormGroupRow[];
@@ -11201,9 +11221,10 @@ export declare const PlusPage: {
11201
11221
  readonly labelWidth: string | number;
11202
11222
  readonly labelSuffix: string;
11203
11223
  readonly hasLabel: boolean;
11204
- readonly defaultValues: FieldValues;
11205
- readonly rowProps: Partial< Mutable<RowProps>>;
11224
+ readonly clearable: boolean;
11206
11225
  readonly colProps: Partial< Mutable<ColProps>>;
11226
+ readonly rowProps: Partial< Mutable<RowProps>>;
11227
+ readonly defaultValues: FieldValues;
11207
11228
  readonly hasErrorTip: boolean;
11208
11229
  readonly hasFooter: boolean;
11209
11230
  readonly hasReset: boolean;
@@ -11213,11 +11234,10 @@ export declare const PlusPage: {
11213
11234
  readonly footerAlign: "right" | "left" | "center";
11214
11235
  readonly cardProps: Partial< Mutable<CardProps>>;
11215
11236
  readonly prevent: boolean;
11216
- readonly clearable: boolean;
11217
11237
  readonly collapseDuration?: number | undefined;
11218
11238
  readonly collapseTransition?: boolean | undefined;
11219
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11220
11239
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11240
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11221
11241
  onReset?: ((values: FieldValues) => any) | undefined;
11222
11242
  onSubmit?: ((values: FieldValues) => any) | undefined;
11223
11243
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11255,16 +11275,28 @@ export declare const PlusPage: {
11255
11275
  type: PropType<boolean>;
11256
11276
  default: boolean;
11257
11277
  };
11258
- defaultValues: {
11259
- type: PropType<FieldValues>;
11278
+ clearable: {
11279
+ type: PropType<boolean>;
11280
+ default: boolean;
11281
+ };
11282
+ colProps: {
11283
+ type: PropType<Partial< Mutable<ColProps>>>;
11260
11284
  default: () => {};
11261
11285
  };
11286
+ collapseDuration: {
11287
+ type: PropType<number>;
11288
+ default: undefined;
11289
+ };
11290
+ collapseTransition: {
11291
+ type: PropType<boolean>;
11292
+ default: undefined;
11293
+ };
11262
11294
  rowProps: {
11263
11295
  type: PropType<Partial< Mutable<RowProps>>>;
11264
11296
  default: () => {};
11265
11297
  };
11266
- colProps: {
11267
- type: PropType<Partial< Mutable<ColProps>>>;
11298
+ defaultValues: {
11299
+ type: PropType<FieldValues>;
11268
11300
  default: () => {};
11269
11301
  };
11270
11302
  hasErrorTip: {
@@ -11303,26 +11335,14 @@ export declare const PlusPage: {
11303
11335
  type: PropType<boolean>;
11304
11336
  default: boolean;
11305
11337
  };
11306
- collapseDuration: {
11307
- type: PropType<number>;
11308
- default: undefined;
11309
- };
11310
- collapseTransition: {
11311
- type: PropType<boolean>;
11312
- default: undefined;
11313
- };
11314
- clearable: {
11315
- type: PropType<boolean>;
11316
- default: boolean;
11317
- };
11318
11338
  }>> & {
11319
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11320
11339
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11340
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11321
11341
  onReset?: ((values: FieldValues) => any) | undefined;
11322
11342
  onSubmit?: ((values: FieldValues) => any) | undefined;
11323
11343
  onValidate?: ((...args: any[]) => any) | undefined;
11324
11344
  onSubmitError?: ((errors: unknown) => any) | undefined;
11325
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
11345
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
11326
11346
  $attrs: {
11327
11347
  [x: string]: unknown;
11328
11348
  };
@@ -11334,7 +11354,7 @@ export declare const PlusPage: {
11334
11354
  }>;
11335
11355
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11336
11356
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11337
- $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);
11357
+ $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);
11338
11358
  $el: any;
11339
11359
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
11340
11360
  columns: {
@@ -11369,16 +11389,28 @@ export declare const PlusPage: {
11369
11389
  type: PropType<boolean>;
11370
11390
  default: boolean;
11371
11391
  };
11372
- defaultValues: {
11373
- type: PropType<FieldValues>;
11392
+ clearable: {
11393
+ type: PropType<boolean>;
11394
+ default: boolean;
11395
+ };
11396
+ colProps: {
11397
+ type: PropType<Partial< Mutable<ColProps>>>;
11374
11398
  default: () => {};
11375
11399
  };
11400
+ collapseDuration: {
11401
+ type: PropType<number>;
11402
+ default: undefined;
11403
+ };
11404
+ collapseTransition: {
11405
+ type: PropType<boolean>;
11406
+ default: undefined;
11407
+ };
11376
11408
  rowProps: {
11377
11409
  type: PropType<Partial< Mutable<RowProps>>>;
11378
11410
  default: () => {};
11379
11411
  };
11380
- colProps: {
11381
- type: PropType<Partial< Mutable<ColProps>>>;
11412
+ defaultValues: {
11413
+ type: PropType<FieldValues>;
11382
11414
  default: () => {};
11383
11415
  };
11384
11416
  hasErrorTip: {
@@ -11417,21 +11449,9 @@ export declare const PlusPage: {
11417
11449
  type: PropType<boolean>;
11418
11450
  default: boolean;
11419
11451
  };
11420
- collapseDuration: {
11421
- type: PropType<number>;
11422
- default: undefined;
11423
- };
11424
- collapseTransition: {
11425
- type: PropType<boolean>;
11426
- default: undefined;
11427
- };
11428
- clearable: {
11429
- type: PropType<boolean>;
11430
- default: boolean;
11431
- };
11432
11452
  }>> & {
11433
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11434
11453
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11454
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11435
11455
  onReset?: ((values: FieldValues) => any) | undefined;
11436
11456
  onSubmit?: ((values: FieldValues) => any) | undefined;
11437
11457
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11737,9 +11757,12 @@ export declare const PlusPage: {
11737
11757
  labelWidth: string | number;
11738
11758
  labelSuffix: string;
11739
11759
  hasLabel: boolean;
11740
- defaultValues: FieldValues;
11741
- rowProps: Partial< Mutable<RowProps>>;
11760
+ clearable: boolean;
11742
11761
  colProps: Partial< Mutable<ColProps>>;
11762
+ collapseDuration: number;
11763
+ collapseTransition: boolean;
11764
+ rowProps: Partial< Mutable<RowProps>>;
11765
+ defaultValues: FieldValues;
11743
11766
  hasErrorTip: boolean;
11744
11767
  hasFooter: boolean;
11745
11768
  hasReset: boolean;
@@ -11749,9 +11772,6 @@ export declare const PlusPage: {
11749
11772
  footerAlign: "right" | "left" | "center";
11750
11773
  cardProps: Partial< Mutable<CardProps>>;
11751
11774
  prevent: boolean;
11752
- collapseDuration: number;
11753
- collapseTransition: boolean;
11754
- clearable: boolean;
11755
11775
  }, {}, string, {}> & {
11756
11776
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
11757
11777
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -11805,16 +11825,28 @@ export declare const PlusPage: {
11805
11825
  type: PropType<boolean>;
11806
11826
  default: boolean;
11807
11827
  };
11808
- defaultValues: {
11809
- type: PropType<FieldValues>;
11828
+ clearable: {
11829
+ type: PropType<boolean>;
11830
+ default: boolean;
11831
+ };
11832
+ colProps: {
11833
+ type: PropType<Partial< Mutable<ColProps>>>;
11810
11834
  default: () => {};
11811
11835
  };
11836
+ collapseDuration: {
11837
+ type: PropType<number>;
11838
+ default: undefined;
11839
+ };
11840
+ collapseTransition: {
11841
+ type: PropType<boolean>;
11842
+ default: undefined;
11843
+ };
11812
11844
  rowProps: {
11813
11845
  type: PropType<Partial< Mutable<RowProps>>>;
11814
11846
  default: () => {};
11815
11847
  };
11816
- colProps: {
11817
- type: PropType<Partial< Mutable<ColProps>>>;
11848
+ defaultValues: {
11849
+ type: PropType<FieldValues>;
11818
11850
  default: () => {};
11819
11851
  };
11820
11852
  hasErrorTip: {
@@ -11853,21 +11885,9 @@ export declare const PlusPage: {
11853
11885
  type: PropType<boolean>;
11854
11886
  default: boolean;
11855
11887
  };
11856
- collapseDuration: {
11857
- type: PropType<number>;
11858
- default: undefined;
11859
- };
11860
- collapseTransition: {
11861
- type: PropType<boolean>;
11862
- default: undefined;
11863
- };
11864
- clearable: {
11865
- type: PropType<boolean>;
11866
- default: boolean;
11867
- };
11868
11888
  }>> & {
11869
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11870
11889
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11890
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11871
11891
  onReset?: ((values: FieldValues) => any) | undefined;
11872
11892
  onSubmit?: ((values: FieldValues) => any) | undefined;
11873
11893
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -12167,7 +12187,7 @@ export declare const PlusPage: {
12167
12187
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
12168
12188
  columns?: PlusColumn[] | undefined;
12169
12189
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12170
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12190
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12171
12191
  readonly label: string | ComputedRef<string>;
12172
12192
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12173
12193
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12181,7 +12201,7 @@ export declare const PlusPage: {
12181
12201
  style: CSSProperties;
12182
12202
  rows: number;
12183
12203
  autocomplete: string;
12184
- 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";
12204
+ 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";
12185
12205
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12186
12206
  step: string | number;
12187
12207
  format: string | ProgressFn | undefined;
@@ -12242,7 +12262,7 @@ export declare const PlusPage: {
12242
12262
  clearable: boolean;
12243
12263
  index: number;
12244
12264
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12245
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12265
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12246
12266
  readonly label: string | ComputedRef<string>;
12247
12267
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12248
12268
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12256,7 +12276,7 @@ export declare const PlusPage: {
12256
12276
  style: CSSProperties;
12257
12277
  rows: number;
12258
12278
  autocomplete: string;
12259
- 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";
12279
+ 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";
12260
12280
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12261
12281
  step: string | number;
12262
12282
  format: string | ProgressFn | undefined;
@@ -12335,7 +12355,7 @@ export declare const PlusPage: {
12335
12355
  handleUnfold: (e: MouseEvent) => void;
12336
12356
  }> & {} & ComponentCustomProperties & {} & {
12337
12357
  $slots: Partial<Record<NonNullable<string | number>, (_: {
12338
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
12358
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
12339
12359
  readonly label: string | ComputedRef<string>;
12340
12360
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12341
12361
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12349,7 +12369,7 @@ export declare const PlusPage: {
12349
12369
  style: CSSProperties;
12350
12370
  rows: number;
12351
12371
  autocomplete: string;
12352
- 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";
12372
+ 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";
12353
12373
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12354
12374
  step: string | number;
12355
12375
  format: string | ProgressFn | undefined;
@@ -12433,11 +12453,11 @@ export declare const PlusPage: {
12433
12453
  columnIndex: number;
12434
12454
  }) => CSSProperties>;
12435
12455
  rowKey: string | ((row: any[]) => string);
12436
- tableData: RecordType[];
12437
- defaultSize: "" | "default" | "small" | "large";
12438
- pagination: false | Partial< PlusPaginationProps>;
12439
12456
  actionBar: false | Partial< ActionBarProps>;
12440
- hasIndexColumn: boolean;
12457
+ editable: boolean | "click" | "dblclick";
12458
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
12459
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12460
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12441
12461
  titleBar: boolean | Partial<Partial<{
12442
12462
  title?: string | undefined;
12443
12463
  refresh?: boolean | undefined;
@@ -12448,20 +12468,20 @@ export declare const PlusPage: {
12448
12468
  color?: string | undefined;
12449
12469
  } | undefined;
12450
12470
  }>>;
12471
+ defaultSize: "" | "default" | "small" | "large";
12472
+ tableData: RecordType[];
12473
+ pagination: false | Partial< PlusPaginationProps>;
12474
+ hasIndexColumn: boolean;
12451
12475
  isSelection: boolean | "radio";
12452
12476
  isRadio: boolean;
12453
12477
  hasExpand: boolean;
12454
12478
  loadingStatus: boolean;
12455
12479
  dragSortable: false | Partial< Options>;
12456
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12457
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
12458
12480
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12459
12481
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
12460
12482
  radioProps: Partial< PlusRadioProps>;
12461
12483
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
12462
12484
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
12463
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12464
- editable: boolean | "click" | "dblclick";
12465
12485
  adaptive: boolean | {
12466
12486
  offsetBottom?: number | undefined;
12467
12487
  timeout?: number | undefined;
@@ -12477,11 +12497,11 @@ export declare const PlusPage: {
12477
12497
  columnIndex: number;
12478
12498
  }) => CSSProperties>;
12479
12499
  readonly rowKey: string | ((row: any[]) => string);
12480
- readonly tableData: RecordType[];
12481
- readonly defaultSize: "" | "default" | "small" | "large";
12482
- readonly pagination: false | Partial< PlusPaginationProps>;
12483
12500
  readonly actionBar: false | Partial< ActionBarProps>;
12484
- readonly hasIndexColumn: boolean;
12501
+ readonly editable: boolean | "click" | "dblclick";
12502
+ readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
12503
+ readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12504
+ readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12485
12505
  readonly titleBar: boolean | Partial<Partial<{
12486
12506
  title?: string | undefined;
12487
12507
  refresh?: boolean | undefined;
@@ -12492,18 +12512,18 @@ export declare const PlusPage: {
12492
12512
  color?: string | undefined;
12493
12513
  } | undefined;
12494
12514
  }>>;
12515
+ readonly defaultSize: "" | "default" | "small" | "large";
12516
+ readonly tableData: RecordType[];
12517
+ readonly pagination: false | Partial< PlusPaginationProps>;
12518
+ readonly hasIndexColumn: boolean;
12495
12519
  readonly isSelection: boolean | "radio";
12496
12520
  readonly isRadio: boolean;
12497
12521
  readonly hasExpand: boolean;
12498
12522
  readonly loadingStatus: boolean;
12499
12523
  readonly dragSortable: false | Partial< Options>;
12500
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12501
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
12502
12524
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12503
12525
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
12504
12526
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
12505
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12506
- readonly editable: boolean | "click" | "dblclick";
12507
12527
  readonly adaptive: boolean | {
12508
12528
  offsetBottom?: number | undefined;
12509
12529
  timeout?: number | undefined;
@@ -12512,16 +12532,17 @@ export declare const PlusPage: {
12512
12532
  readonly radioProps?: Partial< PlusRadioProps> | undefined;
12513
12533
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
12514
12534
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
12515
- onRefresh?: (() => any) | undefined;
12516
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12535
+ readonly filterTableLocalKey?: string | undefined;
12517
12536
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12518
12537
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12519
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12520
12538
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12521
- onEdited?: (() => any) | undefined;
12522
12539
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12523
12540
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12541
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12542
+ onRefresh?: (() => any) | undefined;
12524
12543
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12544
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12545
+ onEdited?: (() => any) | undefined;
12525
12546
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12526
12547
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
12527
12548
  showOverflowTooltip: {
@@ -12554,26 +12575,26 @@ export declare const PlusPage: {
12554
12575
  type: PropType<string | ((row: any[]) => string)>;
12555
12576
  default: string;
12556
12577
  };
12557
- tableData: {
12558
- type: PropType< RecordType[]>;
12559
- default: () => never[];
12560
- };
12561
- defaultSize: {
12562
- type: PropType<"" | "default" | "small" | "large">;
12563
- default: string;
12564
- };
12565
- pagination: {
12566
- type: PropType<false | Partial< PlusPaginationProps>>;
12567
- default: boolean;
12568
- };
12569
12578
  actionBar: {
12570
12579
  type: PropType<false | Partial< ActionBarProps>>;
12571
12580
  default: boolean;
12572
12581
  };
12573
- hasIndexColumn: {
12574
- type: PropType<boolean>;
12582
+ editable: {
12583
+ type: PropType<boolean | "click" | "dblclick">;
12575
12584
  default: boolean;
12576
12585
  };
12586
+ indexTableColumnProps: {
12587
+ type: PropType<Partial< TableColumnCtx<any>>>;
12588
+ default: () => {};
12589
+ };
12590
+ indexContentStyle: {
12591
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12592
+ default: () => {};
12593
+ };
12594
+ dragSortableTableColumnProps: {
12595
+ type: PropType<Partial< TableColumnCtx<any>>>;
12596
+ default: () => {};
12597
+ };
12577
12598
  titleBar: {
12578
12599
  type: PropType<boolean | Partial<Partial<{
12579
12600
  title?: string | undefined;
@@ -12587,6 +12608,22 @@ export declare const PlusPage: {
12587
12608
  }>>>;
12588
12609
  default: boolean;
12589
12610
  };
12611
+ defaultSize: {
12612
+ type: PropType<"" | "default" | "small" | "large">;
12613
+ default: string;
12614
+ };
12615
+ tableData: {
12616
+ type: PropType< RecordType[]>;
12617
+ default: () => never[];
12618
+ };
12619
+ pagination: {
12620
+ type: PropType<false | Partial< PlusPaginationProps>>;
12621
+ default: boolean;
12622
+ };
12623
+ hasIndexColumn: {
12624
+ type: PropType<boolean>;
12625
+ default: boolean;
12626
+ };
12590
12627
  isSelection: {
12591
12628
  type: PropType<boolean | "radio">;
12592
12629
  default: boolean;
@@ -12607,14 +12644,6 @@ export declare const PlusPage: {
12607
12644
  type: PropType<false | Partial< Options>>;
12608
12645
  default: boolean;
12609
12646
  };
12610
- dragSortableTableColumnProps: {
12611
- type: PropType<Partial< TableColumnCtx<any>>>;
12612
- default: () => {};
12613
- };
12614
- indexTableColumnProps: {
12615
- type: PropType<Partial< TableColumnCtx<any>>>;
12616
- default: () => {};
12617
- };
12618
12647
  selectionTableColumnProps: {
12619
12648
  type: PropType<Partial< TableColumnCtx<any>>>;
12620
12649
  default: () => {
@@ -12639,14 +12668,6 @@ export declare const PlusPage: {
12639
12668
  type: PropType<Partial< TableColumnCtx<any>>>;
12640
12669
  default: () => {};
12641
12670
  };
12642
- indexContentStyle: {
12643
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12644
- default: () => {};
12645
- };
12646
- editable: {
12647
- type: PropType<boolean | "click" | "dblclick">;
12648
- default: boolean;
12649
- };
12650
12671
  adaptive: {
12651
12672
  type: PropType<boolean | {
12652
12673
  offsetBottom?: number | undefined;
@@ -12657,19 +12678,22 @@ export declare const PlusPage: {
12657
12678
  filterTableHeaderOverflowLabelLength: {
12658
12679
  type: PropType<number>;
12659
12680
  };
12681
+ filterTableLocalKey: {
12682
+ type: PropType<string>;
12683
+ };
12660
12684
  }>> & {
12661
- onRefresh?: (() => any) | undefined;
12662
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12663
12685
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12664
12686
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12665
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12666
12687
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12667
- onEdited?: (() => any) | undefined;
12668
12688
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12669
12689
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12690
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12691
+ onRefresh?: (() => any) | undefined;
12670
12692
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12693
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12694
+ onEdited?: (() => any) | undefined;
12671
12695
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12672
- }, "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">;
12696
+ }, "showOverflowTooltip" | "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">;
12673
12697
  $attrs: {
12674
12698
  [x: string]: unknown;
12675
12699
  };
@@ -12714,26 +12738,26 @@ export declare const PlusPage: {
12714
12738
  type: PropType<string | ((row: any[]) => string)>;
12715
12739
  default: string;
12716
12740
  };
12717
- tableData: {
12718
- type: PropType< RecordType[]>;
12719
- default: () => never[];
12720
- };
12721
- defaultSize: {
12722
- type: PropType<"" | "default" | "small" | "large">;
12723
- default: string;
12724
- };
12725
- pagination: {
12726
- type: PropType<false | Partial< PlusPaginationProps>>;
12727
- default: boolean;
12728
- };
12729
12741
  actionBar: {
12730
12742
  type: PropType<false | Partial< ActionBarProps>>;
12731
12743
  default: boolean;
12732
12744
  };
12733
- hasIndexColumn: {
12734
- type: PropType<boolean>;
12745
+ editable: {
12746
+ type: PropType<boolean | "click" | "dblclick">;
12735
12747
  default: boolean;
12736
12748
  };
12749
+ indexTableColumnProps: {
12750
+ type: PropType<Partial< TableColumnCtx<any>>>;
12751
+ default: () => {};
12752
+ };
12753
+ indexContentStyle: {
12754
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12755
+ default: () => {};
12756
+ };
12757
+ dragSortableTableColumnProps: {
12758
+ type: PropType<Partial< TableColumnCtx<any>>>;
12759
+ default: () => {};
12760
+ };
12737
12761
  titleBar: {
12738
12762
  type: PropType<boolean | Partial<Partial<{
12739
12763
  title?: string | undefined;
@@ -12747,6 +12771,22 @@ export declare const PlusPage: {
12747
12771
  }>>>;
12748
12772
  default: boolean;
12749
12773
  };
12774
+ defaultSize: {
12775
+ type: PropType<"" | "default" | "small" | "large">;
12776
+ default: string;
12777
+ };
12778
+ tableData: {
12779
+ type: PropType< RecordType[]>;
12780
+ default: () => never[];
12781
+ };
12782
+ pagination: {
12783
+ type: PropType<false | Partial< PlusPaginationProps>>;
12784
+ default: boolean;
12785
+ };
12786
+ hasIndexColumn: {
12787
+ type: PropType<boolean>;
12788
+ default: boolean;
12789
+ };
12750
12790
  isSelection: {
12751
12791
  type: PropType<boolean | "radio">;
12752
12792
  default: boolean;
@@ -12767,14 +12807,6 @@ export declare const PlusPage: {
12767
12807
  type: PropType<false | Partial< Options>>;
12768
12808
  default: boolean;
12769
12809
  };
12770
- dragSortableTableColumnProps: {
12771
- type: PropType<Partial< TableColumnCtx<any>>>;
12772
- default: () => {};
12773
- };
12774
- indexTableColumnProps: {
12775
- type: PropType<Partial< TableColumnCtx<any>>>;
12776
- default: () => {};
12777
- };
12778
12810
  selectionTableColumnProps: {
12779
12811
  type: PropType<Partial< TableColumnCtx<any>>>;
12780
12812
  default: () => {
@@ -12799,14 +12831,6 @@ export declare const PlusPage: {
12799
12831
  type: PropType<Partial< TableColumnCtx<any>>>;
12800
12832
  default: () => {};
12801
12833
  };
12802
- indexContentStyle: {
12803
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12804
- default: () => {};
12805
- };
12806
- editable: {
12807
- type: PropType<boolean | "click" | "dblclick">;
12808
- default: boolean;
12809
- };
12810
12834
  adaptive: {
12811
12835
  type: PropType<boolean | {
12812
12836
  offsetBottom?: number | undefined;
@@ -12817,17 +12841,20 @@ export declare const PlusPage: {
12817
12841
  filterTableHeaderOverflowLabelLength: {
12818
12842
  type: PropType<number>;
12819
12843
  };
12844
+ filterTableLocalKey: {
12845
+ type: PropType<string>;
12846
+ };
12820
12847
  }>> & {
12821
- onRefresh?: (() => any) | undefined;
12822
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12823
12848
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12824
12849
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12825
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12826
12850
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12827
- onEdited?: (() => any) | undefined;
12828
12851
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12829
12852
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12853
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12854
+ onRefresh?: (() => any) | undefined;
12830
12855
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12856
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12857
+ onEdited?: (() => any) | undefined;
12831
12858
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12832
12859
  }, {
12833
12860
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -13027,7 +13054,7 @@ export declare const PlusPage: {
13027
13054
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
13028
13055
  setScrollLeft: (left?: number | undefined) => void;
13029
13056
  setScrollTop: (top?: number | undefined) => void;
13030
- }, 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<{
13057
+ }, 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<{
13031
13058
  data: {
13032
13059
  type: PropType<any[]>;
13033
13060
  default: () => never[];
@@ -13403,11 +13430,11 @@ export declare const PlusPage: {
13403
13430
  columnIndex: number;
13404
13431
  }) => CSSProperties>;
13405
13432
  rowKey: string | ((row: any[]) => string);
13406
- tableData: RecordType[];
13407
- defaultSize: "" | "default" | "small" | "large";
13408
- pagination: false | Partial< PlusPaginationProps>;
13409
13433
  actionBar: false | Partial< ActionBarProps>;
13410
- hasIndexColumn: boolean;
13434
+ editable: boolean | "click" | "dblclick";
13435
+ indexTableColumnProps: Partial< TableColumnCtx<any>>;
13436
+ indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
13437
+ dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
13411
13438
  titleBar: boolean | Partial<Partial<{
13412
13439
  title?: string | undefined;
13413
13440
  refresh?: boolean | undefined;
@@ -13418,20 +13445,20 @@ export declare const PlusPage: {
13418
13445
  color?: string | undefined;
13419
13446
  } | undefined;
13420
13447
  }>>;
13448
+ defaultSize: "" | "default" | "small" | "large";
13449
+ tableData: RecordType[];
13450
+ pagination: false | Partial< PlusPaginationProps>;
13451
+ hasIndexColumn: boolean;
13421
13452
  isSelection: boolean | "radio";
13422
13453
  isRadio: boolean;
13423
13454
  hasExpand: boolean;
13424
13455
  loadingStatus: boolean;
13425
13456
  dragSortable: false | Partial< Options>;
13426
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
13427
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
13428
13457
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
13429
13458
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
13430
13459
  radioProps: Partial< PlusRadioProps>;
13431
13460
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
13432
13461
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
13433
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
13434
- editable: boolean | "click" | "dblclick";
13435
13462
  adaptive: boolean | {
13436
13463
  offsetBottom?: number | undefined;
13437
13464
  timeout?: number | undefined;
@@ -13487,26 +13514,26 @@ export declare const PlusPage: {
13487
13514
  type: PropType<string | ((row: any[]) => string)>;
13488
13515
  default: string;
13489
13516
  };
13490
- tableData: {
13491
- type: PropType< RecordType[]>;
13492
- default: () => never[];
13493
- };
13494
- defaultSize: {
13495
- type: PropType<"" | "default" | "small" | "large">;
13496
- default: string;
13497
- };
13498
- pagination: {
13499
- type: PropType<false | Partial< PlusPaginationProps>>;
13500
- default: boolean;
13501
- };
13502
13517
  actionBar: {
13503
13518
  type: PropType<false | Partial< ActionBarProps>>;
13504
13519
  default: boolean;
13505
13520
  };
13506
- hasIndexColumn: {
13507
- type: PropType<boolean>;
13521
+ editable: {
13522
+ type: PropType<boolean | "click" | "dblclick">;
13508
13523
  default: boolean;
13509
13524
  };
13525
+ indexTableColumnProps: {
13526
+ type: PropType<Partial< TableColumnCtx<any>>>;
13527
+ default: () => {};
13528
+ };
13529
+ indexContentStyle: {
13530
+ type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
13531
+ default: () => {};
13532
+ };
13533
+ dragSortableTableColumnProps: {
13534
+ type: PropType<Partial< TableColumnCtx<any>>>;
13535
+ default: () => {};
13536
+ };
13510
13537
  titleBar: {
13511
13538
  type: PropType<boolean | Partial<Partial<{
13512
13539
  title?: string | undefined;
@@ -13520,6 +13547,22 @@ export declare const PlusPage: {
13520
13547
  }>>>;
13521
13548
  default: boolean;
13522
13549
  };
13550
+ defaultSize: {
13551
+ type: PropType<"" | "default" | "small" | "large">;
13552
+ default: string;
13553
+ };
13554
+ tableData: {
13555
+ type: PropType< RecordType[]>;
13556
+ default: () => never[];
13557
+ };
13558
+ pagination: {
13559
+ type: PropType<false | Partial< PlusPaginationProps>>;
13560
+ default: boolean;
13561
+ };
13562
+ hasIndexColumn: {
13563
+ type: PropType<boolean>;
13564
+ default: boolean;
13565
+ };
13523
13566
  isSelection: {
13524
13567
  type: PropType<boolean | "radio">;
13525
13568
  default: boolean;
@@ -13540,14 +13583,6 @@ export declare const PlusPage: {
13540
13583
  type: PropType<false | Partial< Options>>;
13541
13584
  default: boolean;
13542
13585
  };
13543
- dragSortableTableColumnProps: {
13544
- type: PropType<Partial< TableColumnCtx<any>>>;
13545
- default: () => {};
13546
- };
13547
- indexTableColumnProps: {
13548
- type: PropType<Partial< TableColumnCtx<any>>>;
13549
- default: () => {};
13550
- };
13551
13586
  selectionTableColumnProps: {
13552
13587
  type: PropType<Partial< TableColumnCtx<any>>>;
13553
13588
  default: () => {
@@ -13572,14 +13607,6 @@ export declare const PlusPage: {
13572
13607
  type: PropType<Partial< TableColumnCtx<any>>>;
13573
13608
  default: () => {};
13574
13609
  };
13575
- indexContentStyle: {
13576
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
13577
- default: () => {};
13578
- };
13579
- editable: {
13580
- type: PropType<boolean | "click" | "dblclick">;
13581
- default: boolean;
13582
- };
13583
13610
  adaptive: {
13584
13611
  type: PropType<boolean | {
13585
13612
  offsetBottom?: number | undefined;
@@ -13590,19 +13617,22 @@ export declare const PlusPage: {
13590
13617
  filterTableHeaderOverflowLabelLength: {
13591
13618
  type: PropType<number>;
13592
13619
  };
13620
+ filterTableLocalKey: {
13621
+ type: PropType<string>;
13622
+ };
13593
13623
  }>> & {
13594
- onRefresh?: (() => any) | undefined;
13595
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13596
13624
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
13597
13625
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
13598
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
13599
13626
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
13600
- onEdited?: (() => any) | undefined;
13601
13627
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
13602
13628
  "onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
13629
+ onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
13630
+ onRefresh?: (() => any) | undefined;
13603
13631
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
13632
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13633
+ onEdited?: (() => any) | undefined;
13604
13634
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
13605
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
13635
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
13606
13636
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
13607
13637
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13608
13638
  data: {
@@ -13800,7 +13830,7 @@ export declare const PlusPage: {
13800
13830
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
13801
13831
  setScrollLeft: (left?: number | undefined) => void;
13802
13832
  setScrollTop: (top?: number | undefined) => void;
13803
- }, 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<{
13833
+ }, 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<{
13804
13834
  data: {
13805
13835
  type: PropType<any[]>;
13806
13836
  default: () => never[];
@@ -14197,8 +14227,8 @@ export declare const PlusPage: {
14197
14227
  search: false | Partial< PlusSearchProps>;
14198
14228
  immediate: boolean;
14199
14229
  table: Partial< PlusTableProps>;
14200
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
14201
14230
  params: RecordType;
14231
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
14202
14232
  postData: <T = RecordType[]>(data: T[]) => T[];
14203
14233
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
14204
14234
  isCard: boolean;
@@ -14214,7 +14244,7 @@ export declare const PlusPage: {
14214
14244
  searchSlot: boolean;
14215
14245
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
14216
14246
  $slots: Partial<Record<never, (_: {
14217
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
14247
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
14218
14248
  readonly label: string | ComputedRef<string>;
14219
14249
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
14220
14250
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -14228,7 +14258,7 @@ export declare const PlusPage: {
14228
14258
  style: CSSProperties;
14229
14259
  rows: number;
14230
14260
  autocomplete: string;
14231
- 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";
14261
+ 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";
14232
14262
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
14233
14263
  step: string | number;
14234
14264
  format: string | ProgressFn | undefined;