@wlydfe/pro-ui 0.2.24 → 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 (115) 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 +992 -992
  25. package/es/components/page/src/index.vue.d.ts +324 -324
  26. package/es/components/pagination/index.d.ts +27 -27
  27. package/es/components/pagination/src/index.vue.d.ts +3 -3
  28. package/es/components/popover/index.d.ts +49 -49
  29. package/es/components/popover/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +10 -10
  31. package/es/components/radio/src/index.vue.d.ts +2 -2
  32. package/es/components/render/index.d.ts +14 -14
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +266 -266
  35. package/es/components/search/src/index.vue.d.ts +77 -77
  36. package/es/components/sidebar/index.d.ts +16 -16
  37. package/es/components/steps-form/index.d.ts +23 -23
  38. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  39. package/es/components/table/index.d.ts +164 -164
  40. package/es/components/table/src/index.vue.d.ts +13 -13
  41. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  42. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  43. package/es/components/table/src/table-column.vue.d.ts +22 -22
  44. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  45. package/es/index.css +12 -12
  46. package/index.js +1 -1
  47. package/index.min.js +1 -1
  48. package/index.min.mjs +1 -1
  49. package/index.mjs +1 -1
  50. package/lib/components/check-card/index.d.ts +4 -4
  51. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  52. package/lib/components/check-card-group/index.d.ts +4 -4
  53. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  54. package/lib/components/date-picker/index.d.ts +11 -11
  55. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  56. package/lib/components/descriptions/index.d.ts +19 -19
  57. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  58. package/lib/components/dialog/index.d.ts +30 -30
  59. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  60. package/lib/components/dialog-form/index.d.ts +6 -6
  61. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  62. package/lib/components/display-item/index.d.ts +25 -25
  63. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  64. package/lib/components/drawer-form/index.d.ts +36 -36
  65. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  66. package/lib/components/form/index.d.ts +88 -88
  67. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  68. package/lib/components/form/src/index.vue.d.ts +11 -11
  69. package/lib/components/form-item/index.d.ts +84 -84
  70. package/lib/components/form-item/src/index.vue.d.ts +10 -10
  71. package/lib/components/input-tag/index.d.ts +6 -6
  72. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  73. package/lib/components/page/index.d.ts +992 -992
  74. package/lib/components/page/src/index.vue.d.ts +324 -324
  75. package/lib/components/pagination/index.d.ts +27 -27
  76. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  77. package/lib/components/popover/index.d.ts +49 -49
  78. package/lib/components/popover/src/index.vue.d.ts +3 -3
  79. package/lib/components/radio/index.d.ts +10 -10
  80. package/lib/components/radio/src/index.vue.d.ts +2 -2
  81. package/lib/components/render/index.d.ts +14 -14
  82. package/lib/components/render/src/index.vue.d.ts +1 -1
  83. package/lib/components/search/index.d.ts +266 -266
  84. package/lib/components/search/src/index.vue.d.ts +77 -77
  85. package/lib/components/sidebar/index.d.ts +16 -16
  86. package/lib/components/steps-form/index.d.ts +23 -23
  87. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  88. package/lib/components/table/index.d.ts +164 -164
  89. package/lib/components/table/src/index.vue.d.ts +13 -13
  90. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  91. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  92. package/lib/components/table/src/table-column.vue.d.ts +22 -22
  93. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  94. package/lib/{form.css → index.css} +13 -13
  95. package/locale/en.js +1 -1
  96. package/locale/en.min.js +1 -1
  97. package/locale/en.min.mjs +1 -1
  98. package/locale/en.mjs +1 -1
  99. package/locale/ja.js +1 -1
  100. package/locale/ja.min.js +1 -1
  101. package/locale/ja.min.mjs +1 -1
  102. package/locale/ja.mjs +1 -1
  103. package/locale/ko.js +1 -1
  104. package/locale/ko.min.js +1 -1
  105. package/locale/ko.min.mjs +1 -1
  106. package/locale/ko.mjs +1 -1
  107. package/locale/zh-cn.js +1 -1
  108. package/locale/zh-cn.min.js +1 -1
  109. package/locale/zh-cn.min.mjs +1 -1
  110. package/locale/zh-cn.mjs +1 -1
  111. package/locale/zh-tw.js +1 -1
  112. package/locale/zh-tw.min.js +1 -1
  113. package/locale/zh-tw.min.mjs +1 -1
  114. package/locale/zh-tw.mjs +1 -1
  115. 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;
@@ -3016,16 +3016,16 @@ export declare const PlusPage: {
3016
3016
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
3017
3017
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
3018
3018
  readonly filterTableLocalKey?: string | undefined;
3019
- onRefresh?: (() => any) | undefined;
3020
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3021
3019
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3022
3020
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3023
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3024
3021
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3025
- onEdited?: (() => any) | undefined;
3026
3022
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3027
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;
3028
3026
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3027
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3028
+ onEdited?: (() => any) | undefined;
3029
3029
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3030
3030
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3031
3031
  showOverflowTooltip: {
@@ -3058,26 +3058,26 @@ export declare const PlusPage: {
3058
3058
  type: PropType<string | ((row: any[]) => string)>;
3059
3059
  default: string;
3060
3060
  };
3061
- tableData: {
3062
- type: PropType< RecordType[]>;
3063
- default: () => never[];
3064
- };
3065
- defaultSize: {
3066
- type: PropType<"" | "default" | "small" | "large">;
3067
- default: string;
3068
- };
3069
- pagination: {
3070
- type: PropType<false | Partial< PlusPaginationProps>>;
3071
- default: boolean;
3072
- };
3073
3061
  actionBar: {
3074
3062
  type: PropType<false | Partial< ActionBarProps>>;
3075
3063
  default: boolean;
3076
3064
  };
3077
- hasIndexColumn: {
3078
- type: PropType<boolean>;
3065
+ editable: {
3066
+ type: PropType<boolean | "click" | "dblclick">;
3079
3067
  default: boolean;
3080
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
+ };
3081
3081
  titleBar: {
3082
3082
  type: PropType<boolean | Partial<Partial<{
3083
3083
  title?: string | undefined;
@@ -3091,6 +3091,22 @@ export declare const PlusPage: {
3091
3091
  }>>>;
3092
3092
  default: boolean;
3093
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
+ };
3094
3110
  isSelection: {
3095
3111
  type: PropType<boolean | "radio">;
3096
3112
  default: boolean;
@@ -3111,14 +3127,6 @@ export declare const PlusPage: {
3111
3127
  type: PropType<false | Partial< Options>>;
3112
3128
  default: boolean;
3113
3129
  };
3114
- dragSortableTableColumnProps: {
3115
- type: PropType<Partial< TableColumnCtx<any>>>;
3116
- default: () => {};
3117
- };
3118
- indexTableColumnProps: {
3119
- type: PropType<Partial< TableColumnCtx<any>>>;
3120
- default: () => {};
3121
- };
3122
3130
  selectionTableColumnProps: {
3123
3131
  type: PropType<Partial< TableColumnCtx<any>>>;
3124
3132
  default: () => {
@@ -3143,14 +3151,6 @@ export declare const PlusPage: {
3143
3151
  type: PropType<Partial< TableColumnCtx<any>>>;
3144
3152
  default: () => {};
3145
3153
  };
3146
- indexContentStyle: {
3147
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3148
- default: () => {};
3149
- };
3150
- editable: {
3151
- type: PropType<boolean | "click" | "dblclick">;
3152
- default: boolean;
3153
- };
3154
3154
  adaptive: {
3155
3155
  type: PropType<boolean | {
3156
3156
  offsetBottom?: number | undefined;
@@ -3165,18 +3165,18 @@ export declare const PlusPage: {
3165
3165
  type: PropType<string>;
3166
3166
  };
3167
3167
  }>> & {
3168
- onRefresh?: (() => any) | undefined;
3169
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3170
3168
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3171
3169
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3172
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3173
3170
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3174
- onEdited?: (() => any) | undefined;
3175
3171
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3176
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;
3177
3175
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3176
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3177
+ onEdited?: (() => any) | undefined;
3178
3178
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3179
- }, "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">;
3180
3180
  $attrs: {
3181
3181
  [x: string]: unknown;
3182
3182
  };
@@ -3221,26 +3221,26 @@ export declare const PlusPage: {
3221
3221
  type: PropType<string | ((row: any[]) => string)>;
3222
3222
  default: string;
3223
3223
  };
3224
- tableData: {
3225
- type: PropType< RecordType[]>;
3226
- default: () => never[];
3227
- };
3228
- defaultSize: {
3229
- type: PropType<"" | "default" | "small" | "large">;
3230
- default: string;
3231
- };
3232
- pagination: {
3233
- type: PropType<false | Partial< PlusPaginationProps>>;
3234
- default: boolean;
3235
- };
3236
3224
  actionBar: {
3237
3225
  type: PropType<false | Partial< ActionBarProps>>;
3238
3226
  default: boolean;
3239
3227
  };
3240
- hasIndexColumn: {
3241
- type: PropType<boolean>;
3228
+ editable: {
3229
+ type: PropType<boolean | "click" | "dblclick">;
3242
3230
  default: boolean;
3243
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
+ };
3244
3244
  titleBar: {
3245
3245
  type: PropType<boolean | Partial<Partial<{
3246
3246
  title?: string | undefined;
@@ -3254,6 +3254,22 @@ export declare const PlusPage: {
3254
3254
  }>>>;
3255
3255
  default: boolean;
3256
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
+ };
3257
3273
  isSelection: {
3258
3274
  type: PropType<boolean | "radio">;
3259
3275
  default: boolean;
@@ -3274,14 +3290,6 @@ export declare const PlusPage: {
3274
3290
  type: PropType<false | Partial< Options>>;
3275
3291
  default: boolean;
3276
3292
  };
3277
- dragSortableTableColumnProps: {
3278
- type: PropType<Partial< TableColumnCtx<any>>>;
3279
- default: () => {};
3280
- };
3281
- indexTableColumnProps: {
3282
- type: PropType<Partial< TableColumnCtx<any>>>;
3283
- default: () => {};
3284
- };
3285
3293
  selectionTableColumnProps: {
3286
3294
  type: PropType<Partial< TableColumnCtx<any>>>;
3287
3295
  default: () => {
@@ -3306,14 +3314,6 @@ export declare const PlusPage: {
3306
3314
  type: PropType<Partial< TableColumnCtx<any>>>;
3307
3315
  default: () => {};
3308
3316
  };
3309
- indexContentStyle: {
3310
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
3311
- default: () => {};
3312
- };
3313
- editable: {
3314
- type: PropType<boolean | "click" | "dblclick">;
3315
- default: boolean;
3316
- };
3317
3317
  adaptive: {
3318
3318
  type: PropType<boolean | {
3319
3319
  offsetBottom?: number | undefined;
@@ -3328,16 +3328,16 @@ export declare const PlusPage: {
3328
3328
  type: PropType<string>;
3329
3329
  };
3330
3330
  }>> & {
3331
- onRefresh?: (() => any) | undefined;
3332
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3333
3331
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
3334
3332
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
3335
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
3336
3333
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
3337
- onEdited?: (() => any) | undefined;
3338
3334
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
3339
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;
3340
3338
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
3339
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
3340
+ onEdited?: (() => any) | undefined;
3341
3341
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
3342
3342
  }, {
3343
3343
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -3537,7 +3537,7 @@ export declare const PlusPage: {
3537
3537
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
3538
3538
  setScrollLeft: (left?: number | undefined) => void;
3539
3539
  setScrollTop: (top?: number | undefined) => void;
3540
- }, 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<{
3541
3541
  data: {
3542
3542
  type: PropType<any[]>;
3543
3543
  default: () => never[];
@@ -3913,11 +3913,11 @@ export declare const PlusPage: {
3913
3913
  columnIndex: number;
3914
3914
  }) => CSSProperties>;
3915
3915
  rowKey: string | ((row: any[]) => string);
3916
- tableData: RecordType[];
3917
- defaultSize: "" | "default" | "small" | "large";
3918
- pagination: false | Partial< PlusPaginationProps>;
3919
3916
  actionBar: false | Partial< ActionBarProps>;
3920
- 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>>;
3921
3921
  titleBar: boolean | Partial<Partial<{
3922
3922
  title?: string | undefined;
3923
3923
  refresh?: boolean | undefined;
@@ -3928,20 +3928,20 @@ export declare const PlusPage: {
3928
3928
  color?: string | undefined;
3929
3929
  } | undefined;
3930
3930
  }>>;
3931
+ defaultSize: "" | "default" | "small" | "large";
3932
+ tableData: RecordType[];
3933
+ pagination: false | Partial< PlusPaginationProps>;
3934
+ hasIndexColumn: boolean;
3931
3935
  isSelection: boolean | "radio";
3932
3936
  isRadio: boolean;
3933
3937
  hasExpand: boolean;
3934
3938
  loadingStatus: boolean;
3935
3939
  dragSortable: false | Partial< Options>;
3936
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
3937
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
3938
3940
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
3939
3941
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
3940
3942
  radioProps: Partial< PlusRadioProps>;
3941
3943
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
3942
3944
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
3943
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
3944
- editable: boolean | "click" | "dblclick";
3945
3945
  adaptive: boolean | {
3946
3946
  offsetBottom?: number | undefined;
3947
3947
  timeout?: number | undefined;
@@ -3997,26 +3997,26 @@ export declare const PlusPage: {
3997
3997
  type: PropType<string | ((row: any[]) => string)>;
3998
3998
  default: string;
3999
3999
  };
4000
- tableData: {
4001
- type: PropType< RecordType[]>;
4002
- default: () => never[];
4003
- };
4004
- defaultSize: {
4005
- type: PropType<"" | "default" | "small" | "large">;
4006
- default: string;
4007
- };
4008
- pagination: {
4009
- type: PropType<false | Partial< PlusPaginationProps>>;
4010
- default: boolean;
4011
- };
4012
4000
  actionBar: {
4013
4001
  type: PropType<false | Partial< ActionBarProps>>;
4014
4002
  default: boolean;
4015
4003
  };
4016
- hasIndexColumn: {
4017
- type: PropType<boolean>;
4004
+ editable: {
4005
+ type: PropType<boolean | "click" | "dblclick">;
4018
4006
  default: boolean;
4019
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
+ };
4020
4020
  titleBar: {
4021
4021
  type: PropType<boolean | Partial<Partial<{
4022
4022
  title?: string | undefined;
@@ -4030,6 +4030,22 @@ export declare const PlusPage: {
4030
4030
  }>>>;
4031
4031
  default: boolean;
4032
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
+ };
4033
4049
  isSelection: {
4034
4050
  type: PropType<boolean | "radio">;
4035
4051
  default: boolean;
@@ -4050,14 +4066,6 @@ export declare const PlusPage: {
4050
4066
  type: PropType<false | Partial< Options>>;
4051
4067
  default: boolean;
4052
4068
  };
4053
- dragSortableTableColumnProps: {
4054
- type: PropType<Partial< TableColumnCtx<any>>>;
4055
- default: () => {};
4056
- };
4057
- indexTableColumnProps: {
4058
- type: PropType<Partial< TableColumnCtx<any>>>;
4059
- default: () => {};
4060
- };
4061
4069
  selectionTableColumnProps: {
4062
4070
  type: PropType<Partial< TableColumnCtx<any>>>;
4063
4071
  default: () => {
@@ -4082,14 +4090,6 @@ export declare const PlusPage: {
4082
4090
  type: PropType<Partial< TableColumnCtx<any>>>;
4083
4091
  default: () => {};
4084
4092
  };
4085
- indexContentStyle: {
4086
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
4087
- default: () => {};
4088
- };
4089
- editable: {
4090
- type: PropType<boolean | "click" | "dblclick">;
4091
- default: boolean;
4092
- };
4093
4093
  adaptive: {
4094
4094
  type: PropType<boolean | {
4095
4095
  offsetBottom?: number | undefined;
@@ -4104,18 +4104,18 @@ export declare const PlusPage: {
4104
4104
  type: PropType<string>;
4105
4105
  };
4106
4106
  }>> & {
4107
- onRefresh?: (() => any) | undefined;
4108
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4109
4107
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
4110
4108
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
4111
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
4112
4109
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
4113
- onEdited?: (() => any) | undefined;
4114
4110
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
4115
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;
4116
4114
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
4115
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
4116
+ onEdited?: (() => any) | undefined;
4117
4117
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
4118
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
4118
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
4119
4119
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
4120
4120
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4121
4121
  data: {
@@ -4313,7 +4313,7 @@ export declare const PlusPage: {
4313
4313
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
4314
4314
  setScrollLeft: (left?: number | undefined) => void;
4315
4315
  setScrollTop: (top?: number | undefined) => void;
4316
- }, 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<{
4317
4317
  data: {
4318
4318
  type: PropType<any[]>;
4319
4319
  default: () => never[];
@@ -4723,10 +4723,6 @@ export declare const PlusPage: {
4723
4723
  type: PropType<Partial< PlusTableProps>>;
4724
4724
  default: () => {};
4725
4725
  };
4726
- pagination: {
4727
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4728
- default: () => {};
4729
- };
4730
4726
  params: {
4731
4727
  type: PropType<RecordType>;
4732
4728
  default: () => {};
@@ -4738,6 +4734,10 @@ export declare const PlusPage: {
4738
4734
  }>>;
4739
4735
  required: true;
4740
4736
  };
4737
+ pagination: {
4738
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4739
+ default: () => {};
4740
+ };
4741
4741
  postData: {
4742
4742
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4743
4743
  default: undefined;
@@ -4798,8 +4798,8 @@ export declare const PlusPage: {
4798
4798
  search: false | Partial< PlusSearchProps>;
4799
4799
  immediate: boolean;
4800
4800
  table: Partial< PlusTableProps>;
4801
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
4802
4801
  params: RecordType;
4802
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
4803
4803
  postData: <T = RecordType[]>(data: T[]) => T[];
4804
4804
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
4805
4805
  isCard: boolean;
@@ -4838,10 +4838,6 @@ export declare const PlusPage: {
4838
4838
  type: PropType<Partial< PlusTableProps>>;
4839
4839
  default: () => {};
4840
4840
  };
4841
- pagination: {
4842
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
4843
- default: () => {};
4844
- };
4845
4841
  params: {
4846
4842
  type: PropType<RecordType>;
4847
4843
  default: () => {};
@@ -4853,6 +4849,10 @@ export declare const PlusPage: {
4853
4849
  }>>;
4854
4850
  required: true;
4855
4851
  };
4852
+ pagination: {
4853
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
4854
+ default: () => {};
4855
+ };
4856
4856
  postData: {
4857
4857
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
4858
4858
  default: undefined;
@@ -4918,9 +4918,9 @@ export declare const PlusPage: {
4918
4918
  labelPosition: "top" | "right" | "left";
4919
4919
  inline: boolean;
4920
4920
  showNumber: number;
4921
- defaultValues: FieldValues;
4922
- rowProps: Partial< Mutable<RowProps>>;
4923
4921
  colProps: Partial< Mutable<ColProps>>;
4922
+ rowProps: Partial< Mutable<RowProps>>;
4923
+ defaultValues: FieldValues;
4924
4924
  hasFooter: boolean;
4925
4925
  hasReset: boolean;
4926
4926
  resetText: string;
@@ -4938,9 +4938,9 @@ export declare const PlusPage: {
4938
4938
  readonly modelValue: FieldValues;
4939
4939
  readonly inline: boolean;
4940
4940
  readonly showNumber: number;
4941
- readonly defaultValues: FieldValues;
4942
- readonly rowProps: Partial< Mutable<RowProps>>;
4943
4941
  readonly colProps: Partial< Mutable<ColProps>>;
4942
+ readonly rowProps: Partial< Mutable<RowProps>>;
4943
+ readonly defaultValues: FieldValues;
4944
4944
  readonly hasFooter: boolean;
4945
4945
  readonly hasReset: boolean;
4946
4946
  readonly resetText: string;
@@ -4954,8 +4954,8 @@ export declare const PlusPage: {
4954
4954
  readonly buttonOrder: ("search" | "reset" | "fold")[];
4955
4955
  readonly needValidate: boolean;
4956
4956
  readonly labelPosition?: "top" | "right" | "left" | undefined;
4957
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4958
4957
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
4958
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
4959
4959
  onReset?: ((values: FieldValues) => any) | undefined;
4960
4960
  onSearch?: ((values: FieldValues) => any) | undefined;
4961
4961
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -4980,16 +4980,6 @@ export declare const PlusPage: {
4980
4980
  type: PropType<number>;
4981
4981
  default: number;
4982
4982
  };
4983
- defaultValues: {
4984
- type: PropType<FieldValues>;
4985
- default: () => {};
4986
- };
4987
- rowProps: {
4988
- type: PropType<Partial< Mutable<RowProps>>>;
4989
- default: () => {
4990
- gutter: number;
4991
- };
4992
- };
4993
4983
  colProps: {
4994
4984
  type: PropType<Partial< Mutable<ColProps>>>;
4995
4985
  default: () => {
@@ -5000,6 +4990,16 @@ export declare const PlusPage: {
5000
4990
  xl: number;
5001
4991
  };
5002
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
+ };
5003
5003
  hasFooter: {
5004
5004
  type: PropType<boolean>;
5005
5005
  default: boolean;
@@ -5049,12 +5049,12 @@ export declare const PlusPage: {
5049
5049
  default: boolean;
5050
5050
  };
5051
5051
  }>> & {
5052
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5053
5052
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5053
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5054
5054
  onReset?: ((values: FieldValues) => any) | undefined;
5055
5055
  onSearch?: ((values: FieldValues) => any) | undefined;
5056
5056
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
5057
- }, "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">;
5058
5058
  $attrs: {
5059
5059
  [x: string]: unknown;
5060
5060
  };
@@ -5066,7 +5066,7 @@ export declare const PlusPage: {
5066
5066
  }>;
5067
5067
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5068
5068
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5069
- $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);
5070
5070
  $el: any;
5071
5071
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5072
5072
  columns: {
@@ -5089,16 +5089,6 @@ export declare const PlusPage: {
5089
5089
  type: PropType<number>;
5090
5090
  default: number;
5091
5091
  };
5092
- defaultValues: {
5093
- type: PropType<FieldValues>;
5094
- default: () => {};
5095
- };
5096
- rowProps: {
5097
- type: PropType<Partial< Mutable<RowProps>>>;
5098
- default: () => {
5099
- gutter: number;
5100
- };
5101
- };
5102
5092
  colProps: {
5103
5093
  type: PropType<Partial< Mutable<ColProps>>>;
5104
5094
  default: () => {
@@ -5109,6 +5099,16 @@ export declare const PlusPage: {
5109
5099
  xl: number;
5110
5100
  };
5111
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
+ };
5112
5112
  hasFooter: {
5113
5113
  type: PropType<boolean>;
5114
5114
  default: boolean;
@@ -5158,8 +5158,8 @@ export declare const PlusPage: {
5158
5158
  default: boolean;
5159
5159
  };
5160
5160
  }>> & {
5161
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5162
5161
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5162
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5163
5163
  onReset?: ((values: FieldValues) => any) | undefined;
5164
5164
  onSearch?: ((values: FieldValues) => any) | undefined;
5165
5165
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -5176,9 +5176,12 @@ export declare const PlusPage: {
5176
5176
  labelWidth: string | number;
5177
5177
  labelSuffix: string;
5178
5178
  hasLabel: boolean;
5179
- defaultValues: FieldValues;
5180
- rowProps: Partial< Mutable<RowProps>>;
5179
+ clearable: boolean;
5181
5180
  colProps: Partial< Mutable<ColProps>>;
5181
+ collapseDuration: number;
5182
+ collapseTransition: boolean;
5183
+ rowProps: Partial< Mutable<RowProps>>;
5184
+ defaultValues: FieldValues;
5182
5185
  hasErrorTip: boolean;
5183
5186
  hasFooter: boolean;
5184
5187
  hasReset: boolean;
@@ -5188,9 +5191,6 @@ export declare const PlusPage: {
5188
5191
  footerAlign: "right" | "left" | "center";
5189
5192
  cardProps: Partial< Mutable<CardProps>>;
5190
5193
  prevent: boolean;
5191
- collapseDuration: number;
5192
- collapseTransition: boolean;
5193
- clearable: boolean;
5194
5194
  }> & Omit<{
5195
5195
  readonly columns: PlusColumn[];
5196
5196
  readonly group: false | PlusFormGroupRow[];
@@ -5200,9 +5200,10 @@ export declare const PlusPage: {
5200
5200
  readonly labelWidth: string | number;
5201
5201
  readonly labelSuffix: string;
5202
5202
  readonly hasLabel: boolean;
5203
- readonly defaultValues: FieldValues;
5204
- readonly rowProps: Partial< Mutable<RowProps>>;
5203
+ readonly clearable: boolean;
5205
5204
  readonly colProps: Partial< Mutable<ColProps>>;
5205
+ readonly rowProps: Partial< Mutable<RowProps>>;
5206
+ readonly defaultValues: FieldValues;
5206
5207
  readonly hasErrorTip: boolean;
5207
5208
  readonly hasFooter: boolean;
5208
5209
  readonly hasReset: boolean;
@@ -5212,11 +5213,10 @@ export declare const PlusPage: {
5212
5213
  readonly footerAlign: "right" | "left" | "center";
5213
5214
  readonly cardProps: Partial< Mutable<CardProps>>;
5214
5215
  readonly prevent: boolean;
5215
- readonly clearable: boolean;
5216
5216
  readonly collapseDuration?: number | undefined;
5217
5217
  readonly collapseTransition?: boolean | undefined;
5218
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5219
5218
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5219
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5220
5220
  onReset?: ((values: FieldValues) => any) | undefined;
5221
5221
  onSubmit?: ((values: FieldValues) => any) | undefined;
5222
5222
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -5254,16 +5254,28 @@ export declare const PlusPage: {
5254
5254
  type: PropType<boolean>;
5255
5255
  default: boolean;
5256
5256
  };
5257
- defaultValues: {
5258
- type: PropType<FieldValues>;
5257
+ clearable: {
5258
+ type: PropType<boolean>;
5259
+ default: boolean;
5260
+ };
5261
+ colProps: {
5262
+ type: PropType<Partial< Mutable<ColProps>>>;
5259
5263
  default: () => {};
5260
5264
  };
5265
+ collapseDuration: {
5266
+ type: PropType<number>;
5267
+ default: undefined;
5268
+ };
5269
+ collapseTransition: {
5270
+ type: PropType<boolean>;
5271
+ default: undefined;
5272
+ };
5261
5273
  rowProps: {
5262
5274
  type: PropType<Partial< Mutable<RowProps>>>;
5263
5275
  default: () => {};
5264
5276
  };
5265
- colProps: {
5266
- type: PropType<Partial< Mutable<ColProps>>>;
5277
+ defaultValues: {
5278
+ type: PropType<FieldValues>;
5267
5279
  default: () => {};
5268
5280
  };
5269
5281
  hasErrorTip: {
@@ -5302,26 +5314,14 @@ export declare const PlusPage: {
5302
5314
  type: PropType<boolean>;
5303
5315
  default: boolean;
5304
5316
  };
5305
- collapseDuration: {
5306
- type: PropType<number>;
5307
- default: undefined;
5308
- };
5309
- collapseTransition: {
5310
- type: PropType<boolean>;
5311
- default: undefined;
5312
- };
5313
- clearable: {
5314
- type: PropType<boolean>;
5315
- default: boolean;
5316
- };
5317
5317
  }>> & {
5318
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5319
5318
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5319
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5320
5320
  onReset?: ((values: FieldValues) => any) | undefined;
5321
5321
  onSubmit?: ((values: FieldValues) => any) | undefined;
5322
5322
  onValidate?: ((...args: any[]) => any) | undefined;
5323
5323
  onSubmitError?: ((errors: unknown) => any) | undefined;
5324
- }, "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">;
5325
5325
  $attrs: {
5326
5326
  [x: string]: unknown;
5327
5327
  };
@@ -5333,7 +5333,7 @@ export declare const PlusPage: {
5333
5333
  }>;
5334
5334
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5335
5335
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
5336
- $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);
5337
5337
  $el: any;
5338
5338
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
5339
5339
  columns: {
@@ -5368,16 +5368,28 @@ export declare const PlusPage: {
5368
5368
  type: PropType<boolean>;
5369
5369
  default: boolean;
5370
5370
  };
5371
- defaultValues: {
5372
- type: PropType<FieldValues>;
5371
+ clearable: {
5372
+ type: PropType<boolean>;
5373
+ default: boolean;
5374
+ };
5375
+ colProps: {
5376
+ type: PropType<Partial< Mutable<ColProps>>>;
5373
5377
  default: () => {};
5374
5378
  };
5379
+ collapseDuration: {
5380
+ type: PropType<number>;
5381
+ default: undefined;
5382
+ };
5383
+ collapseTransition: {
5384
+ type: PropType<boolean>;
5385
+ default: undefined;
5386
+ };
5375
5387
  rowProps: {
5376
5388
  type: PropType<Partial< Mutable<RowProps>>>;
5377
5389
  default: () => {};
5378
5390
  };
5379
- colProps: {
5380
- type: PropType<Partial< Mutable<ColProps>>>;
5391
+ defaultValues: {
5392
+ type: PropType<FieldValues>;
5381
5393
  default: () => {};
5382
5394
  };
5383
5395
  hasErrorTip: {
@@ -5416,21 +5428,9 @@ export declare const PlusPage: {
5416
5428
  type: PropType<boolean>;
5417
5429
  default: boolean;
5418
5430
  };
5419
- collapseDuration: {
5420
- type: PropType<number>;
5421
- default: undefined;
5422
- };
5423
- collapseTransition: {
5424
- type: PropType<boolean>;
5425
- default: undefined;
5426
- };
5427
- clearable: {
5428
- type: PropType<boolean>;
5429
- default: boolean;
5430
- };
5431
5431
  }>> & {
5432
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5433
5432
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5433
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5434
5434
  onReset?: ((values: FieldValues) => any) | undefined;
5435
5435
  onSubmit?: ((values: FieldValues) => any) | undefined;
5436
5436
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -5736,9 +5736,12 @@ export declare const PlusPage: {
5736
5736
  labelWidth: string | number;
5737
5737
  labelSuffix: string;
5738
5738
  hasLabel: boolean;
5739
- defaultValues: FieldValues;
5740
- rowProps: Partial< Mutable<RowProps>>;
5739
+ clearable: boolean;
5741
5740
  colProps: Partial< Mutable<ColProps>>;
5741
+ collapseDuration: number;
5742
+ collapseTransition: boolean;
5743
+ rowProps: Partial< Mutable<RowProps>>;
5744
+ defaultValues: FieldValues;
5742
5745
  hasErrorTip: boolean;
5743
5746
  hasFooter: boolean;
5744
5747
  hasReset: boolean;
@@ -5748,9 +5751,6 @@ export declare const PlusPage: {
5748
5751
  footerAlign: "right" | "left" | "center";
5749
5752
  cardProps: Partial< Mutable<CardProps>>;
5750
5753
  prevent: boolean;
5751
- collapseDuration: number;
5752
- collapseTransition: boolean;
5753
- clearable: boolean;
5754
5754
  }, {}, string, {}> & {
5755
5755
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5756
5756
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -5804,16 +5804,28 @@ export declare const PlusPage: {
5804
5804
  type: PropType<boolean>;
5805
5805
  default: boolean;
5806
5806
  };
5807
- defaultValues: {
5808
- type: PropType<FieldValues>;
5807
+ clearable: {
5808
+ type: PropType<boolean>;
5809
+ default: boolean;
5810
+ };
5811
+ colProps: {
5812
+ type: PropType<Partial< Mutable<ColProps>>>;
5809
5813
  default: () => {};
5810
5814
  };
5815
+ collapseDuration: {
5816
+ type: PropType<number>;
5817
+ default: undefined;
5818
+ };
5819
+ collapseTransition: {
5820
+ type: PropType<boolean>;
5821
+ default: undefined;
5822
+ };
5811
5823
  rowProps: {
5812
5824
  type: PropType<Partial< Mutable<RowProps>>>;
5813
5825
  default: () => {};
5814
5826
  };
5815
- colProps: {
5816
- type: PropType<Partial< Mutable<ColProps>>>;
5827
+ defaultValues: {
5828
+ type: PropType<FieldValues>;
5817
5829
  default: () => {};
5818
5830
  };
5819
5831
  hasErrorTip: {
@@ -5852,21 +5864,9 @@ export declare const PlusPage: {
5852
5864
  type: PropType<boolean>;
5853
5865
  default: boolean;
5854
5866
  };
5855
- collapseDuration: {
5856
- type: PropType<number>;
5857
- default: undefined;
5858
- };
5859
- collapseTransition: {
5860
- type: PropType<boolean>;
5861
- default: undefined;
5862
- };
5863
- clearable: {
5864
- type: PropType<boolean>;
5865
- default: boolean;
5866
- };
5867
5867
  }>> & {
5868
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5869
5868
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
5869
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
5870
5870
  onReset?: ((values: FieldValues) => any) | undefined;
5871
5871
  onSubmit?: ((values: FieldValues) => any) | undefined;
5872
5872
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6166,7 +6166,7 @@ export declare const PlusPage: {
6166
6166
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
6167
6167
  columns?: PlusColumn[] | undefined;
6168
6168
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6169
- 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">> & {
6170
6170
  readonly label: string | ComputedRef<string>;
6171
6171
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6172
6172
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6180,7 +6180,7 @@ export declare const PlusPage: {
6180
6180
  style: CSSProperties;
6181
6181
  rows: number;
6182
6182
  autocomplete: string;
6183
- 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";
6184
6184
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6185
6185
  step: string | number;
6186
6186
  format: string | ProgressFn | undefined;
@@ -6241,7 +6241,7 @@ export declare const PlusPage: {
6241
6241
  clearable: boolean;
6242
6242
  index: number;
6243
6243
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
6244
- 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">> & {
6245
6245
  readonly label: string | ComputedRef<string>;
6246
6246
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
6247
6247
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -6255,7 +6255,7 @@ export declare const PlusPage: {
6255
6255
  style: CSSProperties;
6256
6256
  rows: number;
6257
6257
  autocomplete: string;
6258
- 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";
6259
6259
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
6260
6260
  step: string | number;
6261
6261
  format: string | ProgressFn | undefined;
@@ -6344,9 +6344,9 @@ export declare const PlusPage: {
6344
6344
  labelPosition: "top" | "right" | "left";
6345
6345
  inline: boolean;
6346
6346
  showNumber: number;
6347
- defaultValues: FieldValues;
6348
- rowProps: Partial< Mutable<RowProps>>;
6349
6347
  colProps: Partial< Mutable<ColProps>>;
6348
+ rowProps: Partial< Mutable<RowProps>>;
6349
+ defaultValues: FieldValues;
6350
6350
  hasFooter: boolean;
6351
6351
  hasReset: boolean;
6352
6352
  resetText: string;
@@ -6400,16 +6400,6 @@ export declare const PlusPage: {
6400
6400
  type: PropType<number>;
6401
6401
  default: number;
6402
6402
  };
6403
- defaultValues: {
6404
- type: PropType<FieldValues>;
6405
- default: () => {};
6406
- };
6407
- rowProps: {
6408
- type: PropType<Partial< Mutable<RowProps>>>;
6409
- default: () => {
6410
- gutter: number;
6411
- };
6412
- };
6413
6403
  colProps: {
6414
6404
  type: PropType<Partial< Mutable<ColProps>>>;
6415
6405
  default: () => {
@@ -6420,6 +6410,16 @@ export declare const PlusPage: {
6420
6410
  xl: number;
6421
6411
  };
6422
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
+ };
6423
6423
  hasFooter: {
6424
6424
  type: PropType<boolean>;
6425
6425
  default: boolean;
@@ -6469,8 +6469,8 @@ export declare const PlusPage: {
6469
6469
  default: boolean;
6470
6470
  };
6471
6471
  }>> & {
6472
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6473
6472
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6473
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6474
6474
  onReset?: ((values: FieldValues) => any) | undefined;
6475
6475
  onSearch?: ((values: FieldValues) => any) | undefined;
6476
6476
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -6487,9 +6487,12 @@ export declare const PlusPage: {
6487
6487
  labelWidth: string | number;
6488
6488
  labelSuffix: string;
6489
6489
  hasLabel: boolean;
6490
- defaultValues: FieldValues;
6491
- rowProps: Partial< Mutable<RowProps>>;
6490
+ clearable: boolean;
6492
6491
  colProps: Partial< Mutable<ColProps>>;
6492
+ collapseDuration: number;
6493
+ collapseTransition: boolean;
6494
+ rowProps: Partial< Mutable<RowProps>>;
6495
+ defaultValues: FieldValues;
6493
6496
  hasErrorTip: boolean;
6494
6497
  hasFooter: boolean;
6495
6498
  hasReset: boolean;
@@ -6499,9 +6502,6 @@ export declare const PlusPage: {
6499
6502
  footerAlign: "right" | "left" | "center";
6500
6503
  cardProps: Partial< Mutable<CardProps>>;
6501
6504
  prevent: boolean;
6502
- collapseDuration: number;
6503
- collapseTransition: boolean;
6504
- clearable: boolean;
6505
6505
  }> & Omit<{
6506
6506
  readonly columns: PlusColumn[];
6507
6507
  readonly group: false | PlusFormGroupRow[];
@@ -6511,9 +6511,10 @@ export declare const PlusPage: {
6511
6511
  readonly labelWidth: string | number;
6512
6512
  readonly labelSuffix: string;
6513
6513
  readonly hasLabel: boolean;
6514
- readonly defaultValues: FieldValues;
6515
- readonly rowProps: Partial< Mutable<RowProps>>;
6514
+ readonly clearable: boolean;
6516
6515
  readonly colProps: Partial< Mutable<ColProps>>;
6516
+ readonly rowProps: Partial< Mutable<RowProps>>;
6517
+ readonly defaultValues: FieldValues;
6517
6518
  readonly hasErrorTip: boolean;
6518
6519
  readonly hasFooter: boolean;
6519
6520
  readonly hasReset: boolean;
@@ -6523,11 +6524,10 @@ export declare const PlusPage: {
6523
6524
  readonly footerAlign: "right" | "left" | "center";
6524
6525
  readonly cardProps: Partial< Mutable<CardProps>>;
6525
6526
  readonly prevent: boolean;
6526
- readonly clearable: boolean;
6527
6527
  readonly collapseDuration?: number | undefined;
6528
6528
  readonly collapseTransition?: boolean | undefined;
6529
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6530
6529
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6530
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6531
6531
  onReset?: ((values: FieldValues) => any) | undefined;
6532
6532
  onSubmit?: ((values: FieldValues) => any) | undefined;
6533
6533
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -6565,16 +6565,28 @@ export declare const PlusPage: {
6565
6565
  type: PropType<boolean>;
6566
6566
  default: boolean;
6567
6567
  };
6568
- defaultValues: {
6569
- type: PropType<FieldValues>;
6568
+ clearable: {
6569
+ type: PropType<boolean>;
6570
+ default: boolean;
6571
+ };
6572
+ colProps: {
6573
+ type: PropType<Partial< Mutable<ColProps>>>;
6570
6574
  default: () => {};
6571
6575
  };
6576
+ collapseDuration: {
6577
+ type: PropType<number>;
6578
+ default: undefined;
6579
+ };
6580
+ collapseTransition: {
6581
+ type: PropType<boolean>;
6582
+ default: undefined;
6583
+ };
6572
6584
  rowProps: {
6573
6585
  type: PropType<Partial< Mutable<RowProps>>>;
6574
6586
  default: () => {};
6575
6587
  };
6576
- colProps: {
6577
- type: PropType<Partial< Mutable<ColProps>>>;
6588
+ defaultValues: {
6589
+ type: PropType<FieldValues>;
6578
6590
  default: () => {};
6579
6591
  };
6580
6592
  hasErrorTip: {
@@ -6613,26 +6625,14 @@ export declare const PlusPage: {
6613
6625
  type: PropType<boolean>;
6614
6626
  default: boolean;
6615
6627
  };
6616
- collapseDuration: {
6617
- type: PropType<number>;
6618
- default: undefined;
6619
- };
6620
- collapseTransition: {
6621
- type: PropType<boolean>;
6622
- default: undefined;
6623
- };
6624
- clearable: {
6625
- type: PropType<boolean>;
6626
- default: boolean;
6627
- };
6628
6628
  }>> & {
6629
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6630
6629
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6630
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6631
6631
  onReset?: ((values: FieldValues) => any) | undefined;
6632
6632
  onSubmit?: ((values: FieldValues) => any) | undefined;
6633
6633
  onValidate?: ((...args: any[]) => any) | undefined;
6634
6634
  onSubmitError?: ((errors: unknown) => any) | undefined;
6635
- }, "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">;
6636
6636
  $attrs: {
6637
6637
  [x: string]: unknown;
6638
6638
  };
@@ -6644,7 +6644,7 @@ export declare const PlusPage: {
6644
6644
  }>;
6645
6645
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6646
6646
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
6647
- $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);
6648
6648
  $el: any;
6649
6649
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
6650
6650
  columns: {
@@ -6679,16 +6679,28 @@ export declare const PlusPage: {
6679
6679
  type: PropType<boolean>;
6680
6680
  default: boolean;
6681
6681
  };
6682
- defaultValues: {
6683
- type: PropType<FieldValues>;
6682
+ clearable: {
6683
+ type: PropType<boolean>;
6684
+ default: boolean;
6685
+ };
6686
+ colProps: {
6687
+ type: PropType<Partial< Mutable<ColProps>>>;
6684
6688
  default: () => {};
6685
6689
  };
6690
+ collapseDuration: {
6691
+ type: PropType<number>;
6692
+ default: undefined;
6693
+ };
6694
+ collapseTransition: {
6695
+ type: PropType<boolean>;
6696
+ default: undefined;
6697
+ };
6686
6698
  rowProps: {
6687
6699
  type: PropType<Partial< Mutable<RowProps>>>;
6688
6700
  default: () => {};
6689
6701
  };
6690
- colProps: {
6691
- type: PropType<Partial< Mutable<ColProps>>>;
6702
+ defaultValues: {
6703
+ type: PropType<FieldValues>;
6692
6704
  default: () => {};
6693
6705
  };
6694
6706
  hasErrorTip: {
@@ -6727,21 +6739,9 @@ export declare const PlusPage: {
6727
6739
  type: PropType<boolean>;
6728
6740
  default: boolean;
6729
6741
  };
6730
- collapseDuration: {
6731
- type: PropType<number>;
6732
- default: undefined;
6733
- };
6734
- collapseTransition: {
6735
- type: PropType<boolean>;
6736
- default: undefined;
6737
- };
6738
- clearable: {
6739
- type: PropType<boolean>;
6740
- default: boolean;
6741
- };
6742
6742
  }>> & {
6743
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6744
6743
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
6744
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
6745
6745
  onReset?: ((values: FieldValues) => any) | undefined;
6746
6746
  onSubmit?: ((values: FieldValues) => any) | undefined;
6747
6747
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -7047,9 +7047,12 @@ export declare const PlusPage: {
7047
7047
  labelWidth: string | number;
7048
7048
  labelSuffix: string;
7049
7049
  hasLabel: boolean;
7050
- defaultValues: FieldValues;
7051
- rowProps: Partial< Mutable<RowProps>>;
7050
+ clearable: boolean;
7052
7051
  colProps: Partial< Mutable<ColProps>>;
7052
+ collapseDuration: number;
7053
+ collapseTransition: boolean;
7054
+ rowProps: Partial< Mutable<RowProps>>;
7055
+ defaultValues: FieldValues;
7053
7056
  hasErrorTip: boolean;
7054
7057
  hasFooter: boolean;
7055
7058
  hasReset: boolean;
@@ -7059,9 +7062,6 @@ export declare const PlusPage: {
7059
7062
  footerAlign: "right" | "left" | "center";
7060
7063
  cardProps: Partial< Mutable<CardProps>>;
7061
7064
  prevent: boolean;
7062
- collapseDuration: number;
7063
- collapseTransition: boolean;
7064
- clearable: boolean;
7065
7065
  }, {}, string, {}> & {
7066
7066
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
7067
7067
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -7115,16 +7115,28 @@ export declare const PlusPage: {
7115
7115
  type: PropType<boolean>;
7116
7116
  default: boolean;
7117
7117
  };
7118
- defaultValues: {
7119
- type: PropType<FieldValues>;
7118
+ clearable: {
7119
+ type: PropType<boolean>;
7120
+ default: boolean;
7121
+ };
7122
+ colProps: {
7123
+ type: PropType<Partial< Mutable<ColProps>>>;
7120
7124
  default: () => {};
7121
7125
  };
7126
+ collapseDuration: {
7127
+ type: PropType<number>;
7128
+ default: undefined;
7129
+ };
7130
+ collapseTransition: {
7131
+ type: PropType<boolean>;
7132
+ default: undefined;
7133
+ };
7122
7134
  rowProps: {
7123
7135
  type: PropType<Partial< Mutable<RowProps>>>;
7124
7136
  default: () => {};
7125
7137
  };
7126
- colProps: {
7127
- type: PropType<Partial< Mutable<ColProps>>>;
7138
+ defaultValues: {
7139
+ type: PropType<FieldValues>;
7128
7140
  default: () => {};
7129
7141
  };
7130
7142
  hasErrorTip: {
@@ -7163,21 +7175,9 @@ export declare const PlusPage: {
7163
7175
  type: PropType<boolean>;
7164
7176
  default: boolean;
7165
7177
  };
7166
- collapseDuration: {
7167
- type: PropType<number>;
7168
- default: undefined;
7169
- };
7170
- collapseTransition: {
7171
- type: PropType<boolean>;
7172
- default: undefined;
7173
- };
7174
- clearable: {
7175
- type: PropType<boolean>;
7176
- default: boolean;
7177
- };
7178
7178
  }>> & {
7179
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7180
7179
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
7180
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
7181
7181
  onReset?: ((values: FieldValues) => any) | undefined;
7182
7182
  onSubmit?: ((values: FieldValues) => any) | undefined;
7183
7183
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -7477,7 +7477,7 @@ export declare const PlusPage: {
7477
7477
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
7478
7478
  columns?: PlusColumn[] | undefined;
7479
7479
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7480
- 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">> & {
7481
7481
  readonly label: string | ComputedRef<string>;
7482
7482
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7483
7483
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7491,7 +7491,7 @@ export declare const PlusPage: {
7491
7491
  style: CSSProperties;
7492
7492
  rows: number;
7493
7493
  autocomplete: string;
7494
- 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";
7495
7495
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7496
7496
  step: string | number;
7497
7497
  format: string | ProgressFn | undefined;
@@ -7552,7 +7552,7 @@ export declare const PlusPage: {
7552
7552
  clearable: boolean;
7553
7553
  index: number;
7554
7554
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
7555
- 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">> & {
7556
7556
  readonly label: string | ComputedRef<string>;
7557
7557
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7558
7558
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7566,7 +7566,7 @@ export declare const PlusPage: {
7566
7566
  style: CSSProperties;
7567
7567
  rows: number;
7568
7568
  autocomplete: string;
7569
- 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";
7570
7570
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7571
7571
  step: string | number;
7572
7572
  format: string | ProgressFn | undefined;
@@ -7645,7 +7645,7 @@ export declare const PlusPage: {
7645
7645
  handleUnfold: (e: MouseEvent) => void;
7646
7646
  }> & {} & ComponentCustomProperties & {} & {
7647
7647
  $slots: Partial<Record<NonNullable<string | number>, (_: {
7648
- 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">> & {
7649
7649
  readonly label: string | ComputedRef<string>;
7650
7650
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
7651
7651
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -7659,7 +7659,7 @@ export declare const PlusPage: {
7659
7659
  style: CSSProperties;
7660
7660
  rows: number;
7661
7661
  autocomplete: string;
7662
- 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";
7663
7663
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
7664
7664
  step: string | number;
7665
7665
  format: string | ProgressFn | undefined;
@@ -7743,11 +7743,11 @@ export declare const PlusPage: {
7743
7743
  columnIndex: number;
7744
7744
  }) => CSSProperties>;
7745
7745
  rowKey: string | ((row: any[]) => string);
7746
- tableData: RecordType[];
7747
- defaultSize: "" | "default" | "small" | "large";
7748
- pagination: false | Partial< PlusPaginationProps>;
7749
7746
  actionBar: false | Partial< ActionBarProps>;
7750
- 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>>;
7751
7751
  titleBar: boolean | Partial<Partial<{
7752
7752
  title?: string | undefined;
7753
7753
  refresh?: boolean | undefined;
@@ -7758,20 +7758,20 @@ export declare const PlusPage: {
7758
7758
  color?: string | undefined;
7759
7759
  } | undefined;
7760
7760
  }>>;
7761
+ defaultSize: "" | "default" | "small" | "large";
7762
+ tableData: RecordType[];
7763
+ pagination: false | Partial< PlusPaginationProps>;
7764
+ hasIndexColumn: boolean;
7761
7765
  isSelection: boolean | "radio";
7762
7766
  isRadio: boolean;
7763
7767
  hasExpand: boolean;
7764
7768
  loadingStatus: boolean;
7765
7769
  dragSortable: false | Partial< Options>;
7766
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7767
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
7768
7770
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7769
7771
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
7770
7772
  radioProps: Partial< PlusRadioProps>;
7771
7773
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
7772
7774
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
7773
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7774
- editable: boolean | "click" | "dblclick";
7775
7775
  adaptive: boolean | {
7776
7776
  offsetBottom?: number | undefined;
7777
7777
  timeout?: number | undefined;
@@ -7787,11 +7787,11 @@ export declare const PlusPage: {
7787
7787
  columnIndex: number;
7788
7788
  }) => CSSProperties>;
7789
7789
  readonly rowKey: string | ((row: any[]) => string);
7790
- readonly tableData: RecordType[];
7791
- readonly defaultSize: "" | "default" | "small" | "large";
7792
- readonly pagination: false | Partial< PlusPaginationProps>;
7793
7790
  readonly actionBar: false | Partial< ActionBarProps>;
7794
- 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>>;
7795
7795
  readonly titleBar: boolean | Partial<Partial<{
7796
7796
  title?: string | undefined;
7797
7797
  refresh?: boolean | undefined;
@@ -7802,18 +7802,18 @@ export declare const PlusPage: {
7802
7802
  color?: string | undefined;
7803
7803
  } | undefined;
7804
7804
  }>>;
7805
+ readonly defaultSize: "" | "default" | "small" | "large";
7806
+ readonly tableData: RecordType[];
7807
+ readonly pagination: false | Partial< PlusPaginationProps>;
7808
+ readonly hasIndexColumn: boolean;
7805
7809
  readonly isSelection: boolean | "radio";
7806
7810
  readonly isRadio: boolean;
7807
7811
  readonly hasExpand: boolean;
7808
7812
  readonly loadingStatus: boolean;
7809
7813
  readonly dragSortable: false | Partial< Options>;
7810
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
7811
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
7812
7814
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
7813
7815
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
7814
7816
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
7815
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
7816
- readonly editable: boolean | "click" | "dblclick";
7817
7817
  readonly adaptive: boolean | {
7818
7818
  offsetBottom?: number | undefined;
7819
7819
  timeout?: number | undefined;
@@ -7823,16 +7823,16 @@ export declare const PlusPage: {
7823
7823
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
7824
7824
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
7825
7825
  readonly filterTableLocalKey?: string | undefined;
7826
- onRefresh?: (() => any) | undefined;
7827
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7828
7826
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7829
7827
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7830
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7831
7828
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7832
- onEdited?: (() => any) | undefined;
7833
7829
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7834
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;
7835
7833
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7834
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7835
+ onEdited?: (() => any) | undefined;
7836
7836
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7837
7837
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
7838
7838
  showOverflowTooltip: {
@@ -7865,39 +7865,55 @@ export declare const PlusPage: {
7865
7865
  type: PropType<string | ((row: any[]) => string)>;
7866
7866
  default: string;
7867
7867
  };
7868
- tableData: {
7869
- type: PropType< RecordType[]>;
7870
- default: () => never[];
7871
- };
7872
- defaultSize: {
7873
- type: PropType<"" | "default" | "small" | "large">;
7874
- default: string;
7875
- };
7876
- pagination: {
7877
- type: PropType<false | Partial< PlusPaginationProps>>;
7878
- default: boolean;
7879
- };
7880
7868
  actionBar: {
7881
7869
  type: PropType<false | Partial< ActionBarProps>>;
7882
7870
  default: boolean;
7883
7871
  };
7884
- hasIndexColumn: {
7885
- type: PropType<boolean>;
7872
+ editable: {
7873
+ type: PropType<boolean | "click" | "dblclick">;
7886
7874
  default: boolean;
7887
7875
  };
7888
- titleBar: {
7889
- type: PropType<boolean | Partial<Partial<{
7890
- title?: string | undefined;
7891
- refresh?: boolean | undefined;
7892
- density?: boolean | undefined;
7893
- columnSetting?: boolean | ColumnSetting | undefined;
7894
- icon?: {
7895
- size?: string | undefined;
7896
- color?: string | undefined;
7897
- } | undefined;
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<{
7890
+ title?: string | undefined;
7891
+ refresh?: boolean | undefined;
7892
+ density?: boolean | undefined;
7893
+ columnSetting?: boolean | ColumnSetting | undefined;
7894
+ icon?: {
7895
+ size?: string | undefined;
7896
+ color?: string | undefined;
7897
+ } | undefined;
7898
7898
  }>>>;
7899
7899
  default: boolean;
7900
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
+ };
7901
7917
  isSelection: {
7902
7918
  type: PropType<boolean | "radio">;
7903
7919
  default: boolean;
@@ -7918,14 +7934,6 @@ export declare const PlusPage: {
7918
7934
  type: PropType<false | Partial< Options>>;
7919
7935
  default: boolean;
7920
7936
  };
7921
- dragSortableTableColumnProps: {
7922
- type: PropType<Partial< TableColumnCtx<any>>>;
7923
- default: () => {};
7924
- };
7925
- indexTableColumnProps: {
7926
- type: PropType<Partial< TableColumnCtx<any>>>;
7927
- default: () => {};
7928
- };
7929
7937
  selectionTableColumnProps: {
7930
7938
  type: PropType<Partial< TableColumnCtx<any>>>;
7931
7939
  default: () => {
@@ -7950,14 +7958,6 @@ export declare const PlusPage: {
7950
7958
  type: PropType<Partial< TableColumnCtx<any>>>;
7951
7959
  default: () => {};
7952
7960
  };
7953
- indexContentStyle: {
7954
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
7955
- default: () => {};
7956
- };
7957
- editable: {
7958
- type: PropType<boolean | "click" | "dblclick">;
7959
- default: boolean;
7960
- };
7961
7961
  adaptive: {
7962
7962
  type: PropType<boolean | {
7963
7963
  offsetBottom?: number | undefined;
@@ -7972,18 +7972,18 @@ export declare const PlusPage: {
7972
7972
  type: PropType<string>;
7973
7973
  };
7974
7974
  }>> & {
7975
- onRefresh?: (() => any) | undefined;
7976
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7977
7975
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
7978
7976
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
7979
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
7980
7977
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
7981
- onEdited?: (() => any) | undefined;
7982
7978
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
7983
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;
7984
7982
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
7983
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
7984
+ onEdited?: (() => any) | undefined;
7985
7985
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
7986
- }, "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">;
7987
7987
  $attrs: {
7988
7988
  [x: string]: unknown;
7989
7989
  };
@@ -8028,26 +8028,26 @@ export declare const PlusPage: {
8028
8028
  type: PropType<string | ((row: any[]) => string)>;
8029
8029
  default: string;
8030
8030
  };
8031
- tableData: {
8032
- type: PropType< RecordType[]>;
8033
- default: () => never[];
8034
- };
8035
- defaultSize: {
8036
- type: PropType<"" | "default" | "small" | "large">;
8037
- default: string;
8038
- };
8039
- pagination: {
8040
- type: PropType<false | Partial< PlusPaginationProps>>;
8041
- default: boolean;
8042
- };
8043
8031
  actionBar: {
8044
8032
  type: PropType<false | Partial< ActionBarProps>>;
8045
8033
  default: boolean;
8046
8034
  };
8047
- hasIndexColumn: {
8048
- type: PropType<boolean>;
8035
+ editable: {
8036
+ type: PropType<boolean | "click" | "dblclick">;
8049
8037
  default: boolean;
8050
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
+ };
8051
8051
  titleBar: {
8052
8052
  type: PropType<boolean | Partial<Partial<{
8053
8053
  title?: string | undefined;
@@ -8061,6 +8061,22 @@ export declare const PlusPage: {
8061
8061
  }>>>;
8062
8062
  default: boolean;
8063
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
+ };
8064
8080
  isSelection: {
8065
8081
  type: PropType<boolean | "radio">;
8066
8082
  default: boolean;
@@ -8081,14 +8097,6 @@ export declare const PlusPage: {
8081
8097
  type: PropType<false | Partial< Options>>;
8082
8098
  default: boolean;
8083
8099
  };
8084
- dragSortableTableColumnProps: {
8085
- type: PropType<Partial< TableColumnCtx<any>>>;
8086
- default: () => {};
8087
- };
8088
- indexTableColumnProps: {
8089
- type: PropType<Partial< TableColumnCtx<any>>>;
8090
- default: () => {};
8091
- };
8092
8100
  selectionTableColumnProps: {
8093
8101
  type: PropType<Partial< TableColumnCtx<any>>>;
8094
8102
  default: () => {
@@ -8113,14 +8121,6 @@ export declare const PlusPage: {
8113
8121
  type: PropType<Partial< TableColumnCtx<any>>>;
8114
8122
  default: () => {};
8115
8123
  };
8116
- indexContentStyle: {
8117
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8118
- default: () => {};
8119
- };
8120
- editable: {
8121
- type: PropType<boolean | "click" | "dblclick">;
8122
- default: boolean;
8123
- };
8124
8124
  adaptive: {
8125
8125
  type: PropType<boolean | {
8126
8126
  offsetBottom?: number | undefined;
@@ -8135,16 +8135,16 @@ export declare const PlusPage: {
8135
8135
  type: PropType<string>;
8136
8136
  };
8137
8137
  }>> & {
8138
- onRefresh?: (() => any) | undefined;
8139
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8140
8138
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8141
8139
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8142
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8143
8140
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8144
- onEdited?: (() => any) | undefined;
8145
8141
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8146
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;
8147
8145
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8146
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8147
+ onEdited?: (() => any) | undefined;
8148
8148
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8149
8149
  }, {
8150
8150
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -8344,7 +8344,7 @@ export declare const PlusPage: {
8344
8344
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
8345
8345
  setScrollLeft: (left?: number | undefined) => void;
8346
8346
  setScrollTop: (top?: number | undefined) => void;
8347
- }, 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<{
8348
8348
  data: {
8349
8349
  type: PropType<any[]>;
8350
8350
  default: () => never[];
@@ -8720,11 +8720,11 @@ export declare const PlusPage: {
8720
8720
  columnIndex: number;
8721
8721
  }) => CSSProperties>;
8722
8722
  rowKey: string | ((row: any[]) => string);
8723
- tableData: RecordType[];
8724
- defaultSize: "" | "default" | "small" | "large";
8725
- pagination: false | Partial< PlusPaginationProps>;
8726
8723
  actionBar: false | Partial< ActionBarProps>;
8727
- 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>>;
8728
8728
  titleBar: boolean | Partial<Partial<{
8729
8729
  title?: string | undefined;
8730
8730
  refresh?: boolean | undefined;
@@ -8735,20 +8735,20 @@ export declare const PlusPage: {
8735
8735
  color?: string | undefined;
8736
8736
  } | undefined;
8737
8737
  }>>;
8738
+ defaultSize: "" | "default" | "small" | "large";
8739
+ tableData: RecordType[];
8740
+ pagination: false | Partial< PlusPaginationProps>;
8741
+ hasIndexColumn: boolean;
8738
8742
  isSelection: boolean | "radio";
8739
8743
  isRadio: boolean;
8740
8744
  hasExpand: boolean;
8741
8745
  loadingStatus: boolean;
8742
8746
  dragSortable: false | Partial< Options>;
8743
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
8744
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
8745
8747
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
8746
8748
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
8747
8749
  radioProps: Partial< PlusRadioProps>;
8748
8750
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
8749
8751
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
8750
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
8751
- editable: boolean | "click" | "dblclick";
8752
8752
  adaptive: boolean | {
8753
8753
  offsetBottom?: number | undefined;
8754
8754
  timeout?: number | undefined;
@@ -8804,26 +8804,26 @@ export declare const PlusPage: {
8804
8804
  type: PropType<string | ((row: any[]) => string)>;
8805
8805
  default: string;
8806
8806
  };
8807
- tableData: {
8808
- type: PropType< RecordType[]>;
8809
- default: () => never[];
8810
- };
8811
- defaultSize: {
8812
- type: PropType<"" | "default" | "small" | "large">;
8813
- default: string;
8814
- };
8815
- pagination: {
8816
- type: PropType<false | Partial< PlusPaginationProps>>;
8817
- default: boolean;
8818
- };
8819
8807
  actionBar: {
8820
8808
  type: PropType<false | Partial< ActionBarProps>>;
8821
8809
  default: boolean;
8822
8810
  };
8823
- hasIndexColumn: {
8824
- type: PropType<boolean>;
8811
+ editable: {
8812
+ type: PropType<boolean | "click" | "dblclick">;
8825
8813
  default: boolean;
8826
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
+ };
8827
8827
  titleBar: {
8828
8828
  type: PropType<boolean | Partial<Partial<{
8829
8829
  title?: string | undefined;
@@ -8837,6 +8837,22 @@ export declare const PlusPage: {
8837
8837
  }>>>;
8838
8838
  default: boolean;
8839
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
+ };
8840
8856
  isSelection: {
8841
8857
  type: PropType<boolean | "radio">;
8842
8858
  default: boolean;
@@ -8857,14 +8873,6 @@ export declare const PlusPage: {
8857
8873
  type: PropType<false | Partial< Options>>;
8858
8874
  default: boolean;
8859
8875
  };
8860
- dragSortableTableColumnProps: {
8861
- type: PropType<Partial< TableColumnCtx<any>>>;
8862
- default: () => {};
8863
- };
8864
- indexTableColumnProps: {
8865
- type: PropType<Partial< TableColumnCtx<any>>>;
8866
- default: () => {};
8867
- };
8868
8876
  selectionTableColumnProps: {
8869
8877
  type: PropType<Partial< TableColumnCtx<any>>>;
8870
8878
  default: () => {
@@ -8889,14 +8897,6 @@ export declare const PlusPage: {
8889
8897
  type: PropType<Partial< TableColumnCtx<any>>>;
8890
8898
  default: () => {};
8891
8899
  };
8892
- indexContentStyle: {
8893
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
8894
- default: () => {};
8895
- };
8896
- editable: {
8897
- type: PropType<boolean | "click" | "dblclick">;
8898
- default: boolean;
8899
- };
8900
8900
  adaptive: {
8901
8901
  type: PropType<boolean | {
8902
8902
  offsetBottom?: number | undefined;
@@ -8911,18 +8911,18 @@ export declare const PlusPage: {
8911
8911
  type: PropType<string>;
8912
8912
  };
8913
8913
  }>> & {
8914
- onRefresh?: (() => any) | undefined;
8915
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8916
8914
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
8917
8915
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
8918
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
8919
8916
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
8920
- onEdited?: (() => any) | undefined;
8921
8917
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
8922
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;
8923
8921
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
8922
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
8923
+ onEdited?: (() => any) | undefined;
8924
8924
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
8925
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
8925
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
8926
8926
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
8927
8927
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8928
8928
  data: {
@@ -9120,7 +9120,7 @@ export declare const PlusPage: {
9120
9120
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
9121
9121
  setScrollLeft: (left?: number | undefined) => void;
9122
9122
  setScrollTop: (top?: number | undefined) => void;
9123
- }, 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<{
9124
9124
  data: {
9125
9125
  type: PropType<any[]>;
9126
9126
  default: () => never[];
@@ -9511,8 +9511,8 @@ export declare const PlusPage: {
9511
9511
  search: false | Partial< PlusSearchProps>;
9512
9512
  immediate: boolean;
9513
9513
  table: Partial< PlusTableProps>;
9514
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
9515
9514
  params: RecordType;
9515
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
9516
9516
  postData: <T = RecordType[]>(data: T[]) => T[];
9517
9517
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
9518
9518
  isCard: boolean;
@@ -9548,10 +9548,6 @@ export declare const PlusPage: {
9548
9548
  type: PropType<Partial< PlusTableProps>>;
9549
9549
  default: () => {};
9550
9550
  };
9551
- pagination: {
9552
- type: PropType<false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">>;
9553
- default: () => {};
9554
- };
9555
9551
  params: {
9556
9552
  type: PropType<RecordType>;
9557
9553
  default: () => {};
@@ -9563,6 +9559,10 @@ export declare const PlusPage: {
9563
9559
  }>>;
9564
9560
  required: true;
9565
9561
  };
9562
+ pagination: {
9563
+ type: PropType<false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">>;
9564
+ default: () => {};
9565
+ };
9566
9566
  postData: {
9567
9567
  type: PropType<(<T = RecordType[]>(data: T[]) => T[])>;
9568
9568
  default: undefined;
@@ -9628,9 +9628,9 @@ export declare const PlusPage: {
9628
9628
  labelPosition: "top" | "right" | "left";
9629
9629
  inline: boolean;
9630
9630
  showNumber: number;
9631
- defaultValues: FieldValues;
9632
- rowProps: Partial< Mutable<RowProps>>;
9633
9631
  colProps: Partial< Mutable<ColProps>>;
9632
+ rowProps: Partial< Mutable<RowProps>>;
9633
+ defaultValues: FieldValues;
9634
9634
  hasFooter: boolean;
9635
9635
  hasReset: boolean;
9636
9636
  resetText: string;
@@ -9648,9 +9648,9 @@ export declare const PlusPage: {
9648
9648
  readonly modelValue: FieldValues;
9649
9649
  readonly inline: boolean;
9650
9650
  readonly showNumber: number;
9651
- readonly defaultValues: FieldValues;
9652
- readonly rowProps: Partial< Mutable<RowProps>>;
9653
9651
  readonly colProps: Partial< Mutable<ColProps>>;
9652
+ readonly rowProps: Partial< Mutable<RowProps>>;
9653
+ readonly defaultValues: FieldValues;
9654
9654
  readonly hasFooter: boolean;
9655
9655
  readonly hasReset: boolean;
9656
9656
  readonly resetText: string;
@@ -9664,8 +9664,8 @@ export declare const PlusPage: {
9664
9664
  readonly buttonOrder: ("search" | "reset" | "fold")[];
9665
9665
  readonly needValidate: boolean;
9666
9666
  readonly labelPosition?: "top" | "right" | "left" | undefined;
9667
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9668
9667
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9668
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9669
9669
  onReset?: ((values: FieldValues) => any) | undefined;
9670
9670
  onSearch?: ((values: FieldValues) => any) | undefined;
9671
9671
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9690,16 +9690,6 @@ export declare const PlusPage: {
9690
9690
  type: PropType<number>;
9691
9691
  default: number;
9692
9692
  };
9693
- defaultValues: {
9694
- type: PropType<FieldValues>;
9695
- default: () => {};
9696
- };
9697
- rowProps: {
9698
- type: PropType<Partial< Mutable<RowProps>>>;
9699
- default: () => {
9700
- gutter: number;
9701
- };
9702
- };
9703
9693
  colProps: {
9704
9694
  type: PropType<Partial< Mutable<ColProps>>>;
9705
9695
  default: () => {
@@ -9710,6 +9700,16 @@ export declare const PlusPage: {
9710
9700
  xl: number;
9711
9701
  };
9712
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
+ };
9713
9713
  hasFooter: {
9714
9714
  type: PropType<boolean>;
9715
9715
  default: boolean;
@@ -9759,12 +9759,12 @@ export declare const PlusPage: {
9759
9759
  default: boolean;
9760
9760
  };
9761
9761
  }>> & {
9762
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9763
9762
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9763
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9764
9764
  onReset?: ((values: FieldValues) => any) | undefined;
9765
9765
  onSearch?: ((values: FieldValues) => any) | undefined;
9766
9766
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
9767
- }, "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">;
9768
9768
  $attrs: {
9769
9769
  [x: string]: unknown;
9770
9770
  };
@@ -9776,7 +9776,7 @@ export declare const PlusPage: {
9776
9776
  }>;
9777
9777
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9778
9778
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
9779
- $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);
9780
9780
  $el: any;
9781
9781
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
9782
9782
  columns: {
@@ -9799,16 +9799,6 @@ export declare const PlusPage: {
9799
9799
  type: PropType<number>;
9800
9800
  default: number;
9801
9801
  };
9802
- defaultValues: {
9803
- type: PropType<FieldValues>;
9804
- default: () => {};
9805
- };
9806
- rowProps: {
9807
- type: PropType<Partial< Mutable<RowProps>>>;
9808
- default: () => {
9809
- gutter: number;
9810
- };
9811
- };
9812
9802
  colProps: {
9813
9803
  type: PropType<Partial< Mutable<ColProps>>>;
9814
9804
  default: () => {
@@ -9819,6 +9809,16 @@ export declare const PlusPage: {
9819
9809
  xl: number;
9820
9810
  };
9821
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
+ };
9822
9822
  hasFooter: {
9823
9823
  type: PropType<boolean>;
9824
9824
  default: boolean;
@@ -9868,8 +9868,8 @@ export declare const PlusPage: {
9868
9868
  default: boolean;
9869
9869
  };
9870
9870
  }>> & {
9871
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9872
9871
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9872
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9873
9873
  onReset?: ((values: FieldValues) => any) | undefined;
9874
9874
  onSearch?: ((values: FieldValues) => any) | undefined;
9875
9875
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -9886,9 +9886,12 @@ export declare const PlusPage: {
9886
9886
  labelWidth: string | number;
9887
9887
  labelSuffix: string;
9888
9888
  hasLabel: boolean;
9889
- defaultValues: FieldValues;
9890
- rowProps: Partial< Mutable<RowProps>>;
9889
+ clearable: boolean;
9891
9890
  colProps: Partial< Mutable<ColProps>>;
9891
+ collapseDuration: number;
9892
+ collapseTransition: boolean;
9893
+ rowProps: Partial< Mutable<RowProps>>;
9894
+ defaultValues: FieldValues;
9892
9895
  hasErrorTip: boolean;
9893
9896
  hasFooter: boolean;
9894
9897
  hasReset: boolean;
@@ -9898,9 +9901,6 @@ export declare const PlusPage: {
9898
9901
  footerAlign: "right" | "left" | "center";
9899
9902
  cardProps: Partial< Mutable<CardProps>>;
9900
9903
  prevent: boolean;
9901
- collapseDuration: number;
9902
- collapseTransition: boolean;
9903
- clearable: boolean;
9904
9904
  }> & Omit<{
9905
9905
  readonly columns: PlusColumn[];
9906
9906
  readonly group: false | PlusFormGroupRow[];
@@ -9910,9 +9910,10 @@ export declare const PlusPage: {
9910
9910
  readonly labelWidth: string | number;
9911
9911
  readonly labelSuffix: string;
9912
9912
  readonly hasLabel: boolean;
9913
- readonly defaultValues: FieldValues;
9914
- readonly rowProps: Partial< Mutable<RowProps>>;
9913
+ readonly clearable: boolean;
9915
9914
  readonly colProps: Partial< Mutable<ColProps>>;
9915
+ readonly rowProps: Partial< Mutable<RowProps>>;
9916
+ readonly defaultValues: FieldValues;
9916
9917
  readonly hasErrorTip: boolean;
9917
9918
  readonly hasFooter: boolean;
9918
9919
  readonly hasReset: boolean;
@@ -9922,11 +9923,10 @@ export declare const PlusPage: {
9922
9923
  readonly footerAlign: "right" | "left" | "center";
9923
9924
  readonly cardProps: Partial< Mutable<CardProps>>;
9924
9925
  readonly prevent: boolean;
9925
- readonly clearable: boolean;
9926
9926
  readonly collapseDuration?: number | undefined;
9927
9927
  readonly collapseTransition?: boolean | undefined;
9928
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9929
9928
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
9929
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
9930
9930
  onReset?: ((values: FieldValues) => any) | undefined;
9931
9931
  onSubmit?: ((values: FieldValues) => any) | undefined;
9932
9932
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -9964,16 +9964,28 @@ export declare const PlusPage: {
9964
9964
  type: PropType<boolean>;
9965
9965
  default: boolean;
9966
9966
  };
9967
- defaultValues: {
9968
- type: PropType<FieldValues>;
9967
+ clearable: {
9968
+ type: PropType<boolean>;
9969
+ default: boolean;
9970
+ };
9971
+ colProps: {
9972
+ type: PropType<Partial< Mutable<ColProps>>>;
9969
9973
  default: () => {};
9970
9974
  };
9975
+ collapseDuration: {
9976
+ type: PropType<number>;
9977
+ default: undefined;
9978
+ };
9979
+ collapseTransition: {
9980
+ type: PropType<boolean>;
9981
+ default: undefined;
9982
+ };
9971
9983
  rowProps: {
9972
9984
  type: PropType<Partial< Mutable<RowProps>>>;
9973
9985
  default: () => {};
9974
9986
  };
9975
- colProps: {
9976
- type: PropType<Partial< Mutable<ColProps>>>;
9987
+ defaultValues: {
9988
+ type: PropType<FieldValues>;
9977
9989
  default: () => {};
9978
9990
  };
9979
9991
  hasErrorTip: {
@@ -10012,26 +10024,14 @@ export declare const PlusPage: {
10012
10024
  type: PropType<boolean>;
10013
10025
  default: boolean;
10014
10026
  };
10015
- collapseDuration: {
10016
- type: PropType<number>;
10017
- default: undefined;
10018
- };
10019
- collapseTransition: {
10020
- type: PropType<boolean>;
10021
- default: undefined;
10022
- };
10023
- clearable: {
10024
- type: PropType<boolean>;
10025
- default: boolean;
10026
- };
10027
10027
  }>> & {
10028
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10029
10028
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10029
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10030
10030
  onReset?: ((values: FieldValues) => any) | undefined;
10031
10031
  onSubmit?: ((values: FieldValues) => any) | undefined;
10032
10032
  onValidate?: ((...args: any[]) => any) | undefined;
10033
10033
  onSubmitError?: ((errors: unknown) => any) | undefined;
10034
- }, "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">;
10035
10035
  $attrs: {
10036
10036
  [x: string]: unknown;
10037
10037
  };
@@ -10043,7 +10043,7 @@ export declare const PlusPage: {
10043
10043
  }>;
10044
10044
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10045
10045
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
10046
- $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);
10047
10047
  $el: any;
10048
10048
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
10049
10049
  columns: {
@@ -10078,16 +10078,28 @@ export declare const PlusPage: {
10078
10078
  type: PropType<boolean>;
10079
10079
  default: boolean;
10080
10080
  };
10081
- defaultValues: {
10082
- type: PropType<FieldValues>;
10081
+ clearable: {
10082
+ type: PropType<boolean>;
10083
+ default: boolean;
10084
+ };
10085
+ colProps: {
10086
+ type: PropType<Partial< Mutable<ColProps>>>;
10083
10087
  default: () => {};
10084
10088
  };
10089
+ collapseDuration: {
10090
+ type: PropType<number>;
10091
+ default: undefined;
10092
+ };
10093
+ collapseTransition: {
10094
+ type: PropType<boolean>;
10095
+ default: undefined;
10096
+ };
10085
10097
  rowProps: {
10086
10098
  type: PropType<Partial< Mutable<RowProps>>>;
10087
10099
  default: () => {};
10088
10100
  };
10089
- colProps: {
10090
- type: PropType<Partial< Mutable<ColProps>>>;
10101
+ defaultValues: {
10102
+ type: PropType<FieldValues>;
10091
10103
  default: () => {};
10092
10104
  };
10093
10105
  hasErrorTip: {
@@ -10126,21 +10138,9 @@ export declare const PlusPage: {
10126
10138
  type: PropType<boolean>;
10127
10139
  default: boolean;
10128
10140
  };
10129
- collapseDuration: {
10130
- type: PropType<number>;
10131
- default: undefined;
10132
- };
10133
- collapseTransition: {
10134
- type: PropType<boolean>;
10135
- default: undefined;
10136
- };
10137
- clearable: {
10138
- type: PropType<boolean>;
10139
- default: boolean;
10140
- };
10141
10141
  }>> & {
10142
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10143
10142
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10143
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10144
10144
  onReset?: ((values: FieldValues) => any) | undefined;
10145
10145
  onSubmit?: ((values: FieldValues) => any) | undefined;
10146
10146
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10446,9 +10446,12 @@ export declare const PlusPage: {
10446
10446
  labelWidth: string | number;
10447
10447
  labelSuffix: string;
10448
10448
  hasLabel: boolean;
10449
- defaultValues: FieldValues;
10450
- rowProps: Partial< Mutable<RowProps>>;
10449
+ clearable: boolean;
10451
10450
  colProps: Partial< Mutable<ColProps>>;
10451
+ collapseDuration: number;
10452
+ collapseTransition: boolean;
10453
+ rowProps: Partial< Mutable<RowProps>>;
10454
+ defaultValues: FieldValues;
10452
10455
  hasErrorTip: boolean;
10453
10456
  hasFooter: boolean;
10454
10457
  hasReset: boolean;
@@ -10458,9 +10461,6 @@ export declare const PlusPage: {
10458
10461
  footerAlign: "right" | "left" | "center";
10459
10462
  cardProps: Partial< Mutable<CardProps>>;
10460
10463
  prevent: boolean;
10461
- collapseDuration: number;
10462
- collapseTransition: boolean;
10463
- clearable: boolean;
10464
10464
  }, {}, string, {}> & {
10465
10465
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
10466
10466
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -10514,16 +10514,28 @@ export declare const PlusPage: {
10514
10514
  type: PropType<boolean>;
10515
10515
  default: boolean;
10516
10516
  };
10517
- defaultValues: {
10518
- type: PropType<FieldValues>;
10517
+ clearable: {
10518
+ type: PropType<boolean>;
10519
+ default: boolean;
10520
+ };
10521
+ colProps: {
10522
+ type: PropType<Partial< Mutable<ColProps>>>;
10519
10523
  default: () => {};
10520
10524
  };
10525
+ collapseDuration: {
10526
+ type: PropType<number>;
10527
+ default: undefined;
10528
+ };
10529
+ collapseTransition: {
10530
+ type: PropType<boolean>;
10531
+ default: undefined;
10532
+ };
10521
10533
  rowProps: {
10522
10534
  type: PropType<Partial< Mutable<RowProps>>>;
10523
10535
  default: () => {};
10524
10536
  };
10525
- colProps: {
10526
- type: PropType<Partial< Mutable<ColProps>>>;
10537
+ defaultValues: {
10538
+ type: PropType<FieldValues>;
10527
10539
  default: () => {};
10528
10540
  };
10529
10541
  hasErrorTip: {
@@ -10562,21 +10574,9 @@ export declare const PlusPage: {
10562
10574
  type: PropType<boolean>;
10563
10575
  default: boolean;
10564
10576
  };
10565
- collapseDuration: {
10566
- type: PropType<number>;
10567
- default: undefined;
10568
- };
10569
- collapseTransition: {
10570
- type: PropType<boolean>;
10571
- default: undefined;
10572
- };
10573
- clearable: {
10574
- type: PropType<boolean>;
10575
- default: boolean;
10576
- };
10577
10577
  }>> & {
10578
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10579
10578
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
10579
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
10580
10580
  onReset?: ((values: FieldValues) => any) | undefined;
10581
10581
  onSubmit?: ((values: FieldValues) => any) | undefined;
10582
10582
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -10876,7 +10876,7 @@ export declare const PlusPage: {
10876
10876
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
10877
10877
  columns?: PlusColumn[] | undefined;
10878
10878
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10879
- 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">> & {
10880
10880
  readonly label: string | ComputedRef<string>;
10881
10881
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10882
10882
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10890,7 +10890,7 @@ export declare const PlusPage: {
10890
10890
  style: CSSProperties;
10891
10891
  rows: number;
10892
10892
  autocomplete: string;
10893
- 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";
10894
10894
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10895
10895
  step: string | number;
10896
10896
  format: string | ProgressFn | undefined;
@@ -10951,7 +10951,7 @@ export declare const PlusPage: {
10951
10951
  clearable: boolean;
10952
10952
  index: number;
10953
10953
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
10954
- 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">> & {
10955
10955
  readonly label: string | ComputedRef<string>;
10956
10956
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
10957
10957
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -10965,7 +10965,7 @@ export declare const PlusPage: {
10965
10965
  style: CSSProperties;
10966
10966
  rows: number;
10967
10967
  autocomplete: string;
10968
- 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";
10969
10969
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
10970
10970
  step: string | number;
10971
10971
  format: string | ProgressFn | undefined;
@@ -11054,9 +11054,9 @@ export declare const PlusPage: {
11054
11054
  labelPosition: "top" | "right" | "left";
11055
11055
  inline: boolean;
11056
11056
  showNumber: number;
11057
- defaultValues: FieldValues;
11058
- rowProps: Partial< Mutable<RowProps>>;
11059
11057
  colProps: Partial< Mutable<ColProps>>;
11058
+ rowProps: Partial< Mutable<RowProps>>;
11059
+ defaultValues: FieldValues;
11060
11060
  hasFooter: boolean;
11061
11061
  hasReset: boolean;
11062
11062
  resetText: string;
@@ -11110,16 +11110,6 @@ export declare const PlusPage: {
11110
11110
  type: PropType<number>;
11111
11111
  default: number;
11112
11112
  };
11113
- defaultValues: {
11114
- type: PropType<FieldValues>;
11115
- default: () => {};
11116
- };
11117
- rowProps: {
11118
- type: PropType<Partial< Mutable<RowProps>>>;
11119
- default: () => {
11120
- gutter: number;
11121
- };
11122
- };
11123
11113
  colProps: {
11124
11114
  type: PropType<Partial< Mutable<ColProps>>>;
11125
11115
  default: () => {
@@ -11130,6 +11120,16 @@ export declare const PlusPage: {
11130
11120
  xl: number;
11131
11121
  };
11132
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
+ };
11133
11133
  hasFooter: {
11134
11134
  type: PropType<boolean>;
11135
11135
  default: boolean;
@@ -11179,8 +11179,8 @@ export declare const PlusPage: {
11179
11179
  default: boolean;
11180
11180
  };
11181
11181
  }>> & {
11182
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11183
11182
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11183
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11184
11184
  onReset?: ((values: FieldValues) => any) | undefined;
11185
11185
  onSearch?: ((values: FieldValues) => any) | undefined;
11186
11186
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -11197,9 +11197,12 @@ export declare const PlusPage: {
11197
11197
  labelWidth: string | number;
11198
11198
  labelSuffix: string;
11199
11199
  hasLabel: boolean;
11200
- defaultValues: FieldValues;
11201
- rowProps: Partial< Mutable<RowProps>>;
11200
+ clearable: boolean;
11202
11201
  colProps: Partial< Mutable<ColProps>>;
11202
+ collapseDuration: number;
11203
+ collapseTransition: boolean;
11204
+ rowProps: Partial< Mutable<RowProps>>;
11205
+ defaultValues: FieldValues;
11203
11206
  hasErrorTip: boolean;
11204
11207
  hasFooter: boolean;
11205
11208
  hasReset: boolean;
@@ -11209,9 +11212,6 @@ export declare const PlusPage: {
11209
11212
  footerAlign: "right" | "left" | "center";
11210
11213
  cardProps: Partial< Mutable<CardProps>>;
11211
11214
  prevent: boolean;
11212
- collapseDuration: number;
11213
- collapseTransition: boolean;
11214
- clearable: boolean;
11215
11215
  }> & Omit<{
11216
11216
  readonly columns: PlusColumn[];
11217
11217
  readonly group: false | PlusFormGroupRow[];
@@ -11221,9 +11221,10 @@ export declare const PlusPage: {
11221
11221
  readonly labelWidth: string | number;
11222
11222
  readonly labelSuffix: string;
11223
11223
  readonly hasLabel: boolean;
11224
- readonly defaultValues: FieldValues;
11225
- readonly rowProps: Partial< Mutable<RowProps>>;
11224
+ readonly clearable: boolean;
11226
11225
  readonly colProps: Partial< Mutable<ColProps>>;
11226
+ readonly rowProps: Partial< Mutable<RowProps>>;
11227
+ readonly defaultValues: FieldValues;
11227
11228
  readonly hasErrorTip: boolean;
11228
11229
  readonly hasFooter: boolean;
11229
11230
  readonly hasReset: boolean;
@@ -11233,11 +11234,10 @@ export declare const PlusPage: {
11233
11234
  readonly footerAlign: "right" | "left" | "center";
11234
11235
  readonly cardProps: Partial< Mutable<CardProps>>;
11235
11236
  readonly prevent: boolean;
11236
- readonly clearable: boolean;
11237
11237
  readonly collapseDuration?: number | undefined;
11238
11238
  readonly collapseTransition?: boolean | undefined;
11239
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11240
11239
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11240
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11241
11241
  onReset?: ((values: FieldValues) => any) | undefined;
11242
11242
  onSubmit?: ((values: FieldValues) => any) | undefined;
11243
11243
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11275,16 +11275,28 @@ export declare const PlusPage: {
11275
11275
  type: PropType<boolean>;
11276
11276
  default: boolean;
11277
11277
  };
11278
- defaultValues: {
11279
- type: PropType<FieldValues>;
11278
+ clearable: {
11279
+ type: PropType<boolean>;
11280
+ default: boolean;
11281
+ };
11282
+ colProps: {
11283
+ type: PropType<Partial< Mutable<ColProps>>>;
11280
11284
  default: () => {};
11281
11285
  };
11286
+ collapseDuration: {
11287
+ type: PropType<number>;
11288
+ default: undefined;
11289
+ };
11290
+ collapseTransition: {
11291
+ type: PropType<boolean>;
11292
+ default: undefined;
11293
+ };
11282
11294
  rowProps: {
11283
11295
  type: PropType<Partial< Mutable<RowProps>>>;
11284
11296
  default: () => {};
11285
11297
  };
11286
- colProps: {
11287
- type: PropType<Partial< Mutable<ColProps>>>;
11298
+ defaultValues: {
11299
+ type: PropType<FieldValues>;
11288
11300
  default: () => {};
11289
11301
  };
11290
11302
  hasErrorTip: {
@@ -11323,26 +11335,14 @@ export declare const PlusPage: {
11323
11335
  type: PropType<boolean>;
11324
11336
  default: boolean;
11325
11337
  };
11326
- collapseDuration: {
11327
- type: PropType<number>;
11328
- default: undefined;
11329
- };
11330
- collapseTransition: {
11331
- type: PropType<boolean>;
11332
- default: undefined;
11333
- };
11334
- clearable: {
11335
- type: PropType<boolean>;
11336
- default: boolean;
11337
- };
11338
11338
  }>> & {
11339
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11340
11339
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11340
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11341
11341
  onReset?: ((values: FieldValues) => any) | undefined;
11342
11342
  onSubmit?: ((values: FieldValues) => any) | undefined;
11343
11343
  onValidate?: ((...args: any[]) => any) | undefined;
11344
11344
  onSubmitError?: ((errors: unknown) => any) | undefined;
11345
- }, "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">;
11346
11346
  $attrs: {
11347
11347
  [x: string]: unknown;
11348
11348
  };
@@ -11354,7 +11354,7 @@ export declare const PlusPage: {
11354
11354
  }>;
11355
11355
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11356
11356
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
11357
- $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);
11358
11358
  $el: any;
11359
11359
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
11360
11360
  columns: {
@@ -11389,16 +11389,28 @@ export declare const PlusPage: {
11389
11389
  type: PropType<boolean>;
11390
11390
  default: boolean;
11391
11391
  };
11392
- defaultValues: {
11393
- type: PropType<FieldValues>;
11392
+ clearable: {
11393
+ type: PropType<boolean>;
11394
+ default: boolean;
11395
+ };
11396
+ colProps: {
11397
+ type: PropType<Partial< Mutable<ColProps>>>;
11394
11398
  default: () => {};
11395
11399
  };
11400
+ collapseDuration: {
11401
+ type: PropType<number>;
11402
+ default: undefined;
11403
+ };
11404
+ collapseTransition: {
11405
+ type: PropType<boolean>;
11406
+ default: undefined;
11407
+ };
11396
11408
  rowProps: {
11397
11409
  type: PropType<Partial< Mutable<RowProps>>>;
11398
11410
  default: () => {};
11399
11411
  };
11400
- colProps: {
11401
- type: PropType<Partial< Mutable<ColProps>>>;
11412
+ defaultValues: {
11413
+ type: PropType<FieldValues>;
11402
11414
  default: () => {};
11403
11415
  };
11404
11416
  hasErrorTip: {
@@ -11437,21 +11449,9 @@ export declare const PlusPage: {
11437
11449
  type: PropType<boolean>;
11438
11450
  default: boolean;
11439
11451
  };
11440
- collapseDuration: {
11441
- type: PropType<number>;
11442
- default: undefined;
11443
- };
11444
- collapseTransition: {
11445
- type: PropType<boolean>;
11446
- default: undefined;
11447
- };
11448
- clearable: {
11449
- type: PropType<boolean>;
11450
- default: boolean;
11451
- };
11452
11452
  }>> & {
11453
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11454
11453
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11454
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11455
11455
  onReset?: ((values: FieldValues) => any) | undefined;
11456
11456
  onSubmit?: ((values: FieldValues) => any) | undefined;
11457
11457
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -11757,9 +11757,12 @@ export declare const PlusPage: {
11757
11757
  labelWidth: string | number;
11758
11758
  labelSuffix: string;
11759
11759
  hasLabel: boolean;
11760
- defaultValues: FieldValues;
11761
- rowProps: Partial< Mutable<RowProps>>;
11760
+ clearable: boolean;
11762
11761
  colProps: Partial< Mutable<ColProps>>;
11762
+ collapseDuration: number;
11763
+ collapseTransition: boolean;
11764
+ rowProps: Partial< Mutable<RowProps>>;
11765
+ defaultValues: FieldValues;
11763
11766
  hasErrorTip: boolean;
11764
11767
  hasFooter: boolean;
11765
11768
  hasReset: boolean;
@@ -11769,9 +11772,6 @@ export declare const PlusPage: {
11769
11772
  footerAlign: "right" | "left" | "center";
11770
11773
  cardProps: Partial< Mutable<CardProps>>;
11771
11774
  prevent: boolean;
11772
- collapseDuration: number;
11773
- collapseTransition: boolean;
11774
- clearable: boolean;
11775
11775
  }, {}, string, {}> & {
11776
11776
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
11777
11777
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -11825,16 +11825,28 @@ export declare const PlusPage: {
11825
11825
  type: PropType<boolean>;
11826
11826
  default: boolean;
11827
11827
  };
11828
- defaultValues: {
11829
- type: PropType<FieldValues>;
11828
+ clearable: {
11829
+ type: PropType<boolean>;
11830
+ default: boolean;
11831
+ };
11832
+ colProps: {
11833
+ type: PropType<Partial< Mutable<ColProps>>>;
11830
11834
  default: () => {};
11831
11835
  };
11836
+ collapseDuration: {
11837
+ type: PropType<number>;
11838
+ default: undefined;
11839
+ };
11840
+ collapseTransition: {
11841
+ type: PropType<boolean>;
11842
+ default: undefined;
11843
+ };
11832
11844
  rowProps: {
11833
11845
  type: PropType<Partial< Mutable<RowProps>>>;
11834
11846
  default: () => {};
11835
11847
  };
11836
- colProps: {
11837
- type: PropType<Partial< Mutable<ColProps>>>;
11848
+ defaultValues: {
11849
+ type: PropType<FieldValues>;
11838
11850
  default: () => {};
11839
11851
  };
11840
11852
  hasErrorTip: {
@@ -11873,21 +11885,9 @@ export declare const PlusPage: {
11873
11885
  type: PropType<boolean>;
11874
11886
  default: boolean;
11875
11887
  };
11876
- collapseDuration: {
11877
- type: PropType<number>;
11878
- default: undefined;
11879
- };
11880
- collapseTransition: {
11881
- type: PropType<boolean>;
11882
- default: undefined;
11883
- };
11884
- clearable: {
11885
- type: PropType<boolean>;
11886
- default: boolean;
11887
- };
11888
11888
  }>> & {
11889
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11890
11889
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
11890
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
11891
11891
  onReset?: ((values: FieldValues) => any) | undefined;
11892
11892
  onSubmit?: ((values: FieldValues) => any) | undefined;
11893
11893
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -12187,7 +12187,7 @@ export declare const PlusPage: {
12187
12187
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
12188
12188
  columns?: PlusColumn[] | undefined;
12189
12189
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12190
- 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">> & {
12191
12191
  readonly label: string | ComputedRef<string>;
12192
12192
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12193
12193
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12201,7 +12201,7 @@ export declare const PlusPage: {
12201
12201
  style: CSSProperties;
12202
12202
  rows: number;
12203
12203
  autocomplete: string;
12204
- 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";
12205
12205
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12206
12206
  step: string | number;
12207
12207
  format: string | ProgressFn | undefined;
@@ -12262,7 +12262,7 @@ export declare const PlusPage: {
12262
12262
  clearable: boolean;
12263
12263
  index: number;
12264
12264
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
12265
- 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">> & {
12266
12266
  readonly label: string | ComputedRef<string>;
12267
12267
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12268
12268
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12276,7 +12276,7 @@ export declare const PlusPage: {
12276
12276
  style: CSSProperties;
12277
12277
  rows: number;
12278
12278
  autocomplete: string;
12279
- 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";
12280
12280
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12281
12281
  step: string | number;
12282
12282
  format: string | ProgressFn | undefined;
@@ -12355,7 +12355,7 @@ export declare const PlusPage: {
12355
12355
  handleUnfold: (e: MouseEvent) => void;
12356
12356
  }> & {} & ComponentCustomProperties & {} & {
12357
12357
  $slots: Partial<Record<NonNullable<string | number>, (_: {
12358
- 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">> & {
12359
12359
  readonly label: string | ComputedRef<string>;
12360
12360
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
12361
12361
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -12369,7 +12369,7 @@ export declare const PlusPage: {
12369
12369
  style: CSSProperties;
12370
12370
  rows: number;
12371
12371
  autocomplete: string;
12372
- 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";
12373
12373
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
12374
12374
  step: string | number;
12375
12375
  format: string | ProgressFn | undefined;
@@ -12453,11 +12453,11 @@ export declare const PlusPage: {
12453
12453
  columnIndex: number;
12454
12454
  }) => CSSProperties>;
12455
12455
  rowKey: string | ((row: any[]) => string);
12456
- tableData: RecordType[];
12457
- defaultSize: "" | "default" | "small" | "large";
12458
- pagination: false | Partial< PlusPaginationProps>;
12459
12456
  actionBar: false | Partial< ActionBarProps>;
12460
- 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>>;
12461
12461
  titleBar: boolean | Partial<Partial<{
12462
12462
  title?: string | undefined;
12463
12463
  refresh?: boolean | undefined;
@@ -12468,20 +12468,20 @@ export declare const PlusPage: {
12468
12468
  color?: string | undefined;
12469
12469
  } | undefined;
12470
12470
  }>>;
12471
+ defaultSize: "" | "default" | "small" | "large";
12472
+ tableData: RecordType[];
12473
+ pagination: false | Partial< PlusPaginationProps>;
12474
+ hasIndexColumn: boolean;
12471
12475
  isSelection: boolean | "radio";
12472
12476
  isRadio: boolean;
12473
12477
  hasExpand: boolean;
12474
12478
  loadingStatus: boolean;
12475
12479
  dragSortable: false | Partial< Options>;
12476
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12477
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
12478
12480
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12479
12481
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
12480
12482
  radioProps: Partial< PlusRadioProps>;
12481
12483
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
12482
12484
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
12483
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12484
- editable: boolean | "click" | "dblclick";
12485
12485
  adaptive: boolean | {
12486
12486
  offsetBottom?: number | undefined;
12487
12487
  timeout?: number | undefined;
@@ -12497,11 +12497,11 @@ export declare const PlusPage: {
12497
12497
  columnIndex: number;
12498
12498
  }) => CSSProperties>;
12499
12499
  readonly rowKey: string | ((row: any[]) => string);
12500
- readonly tableData: RecordType[];
12501
- readonly defaultSize: "" | "default" | "small" | "large";
12502
- readonly pagination: false | Partial< PlusPaginationProps>;
12503
12500
  readonly actionBar: false | Partial< ActionBarProps>;
12504
- 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>>;
12505
12505
  readonly titleBar: boolean | Partial<Partial<{
12506
12506
  title?: string | undefined;
12507
12507
  refresh?: boolean | undefined;
@@ -12512,18 +12512,18 @@ export declare const PlusPage: {
12512
12512
  color?: string | undefined;
12513
12513
  } | undefined;
12514
12514
  }>>;
12515
+ readonly defaultSize: "" | "default" | "small" | "large";
12516
+ readonly tableData: RecordType[];
12517
+ readonly pagination: false | Partial< PlusPaginationProps>;
12518
+ readonly hasIndexColumn: boolean;
12515
12519
  readonly isSelection: boolean | "radio";
12516
12520
  readonly isRadio: boolean;
12517
12521
  readonly hasExpand: boolean;
12518
12522
  readonly loadingStatus: boolean;
12519
12523
  readonly dragSortable: false | Partial< Options>;
12520
- readonly dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
12521
- readonly indexTableColumnProps: Partial< TableColumnCtx<any>>;
12522
12524
  readonly selectionTableColumnProps: Partial< TableColumnCtx<any>>;
12523
12525
  readonly radioTableColumnProps: Partial< TableColumnCtx<any>>;
12524
12526
  readonly expandTableColumnProps: Partial< TableColumnCtx<any>>;
12525
- readonly indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
12526
- readonly editable: boolean | "click" | "dblclick";
12527
12527
  readonly adaptive: boolean | {
12528
12528
  offsetBottom?: number | undefined;
12529
12529
  timeout?: number | undefined;
@@ -12533,16 +12533,16 @@ export declare const PlusPage: {
12533
12533
  readonly defaultSelectedRadioRow?: RecordType | ComputedRef<RecordType> | undefined;
12534
12534
  readonly filterTableHeaderOverflowLabelLength?: number | undefined;
12535
12535
  readonly filterTableLocalKey?: string | undefined;
12536
- onRefresh?: (() => any) | undefined;
12537
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12538
12536
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12539
12537
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12540
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12541
12538
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12542
- onEdited?: (() => any) | undefined;
12543
12539
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12544
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;
12545
12543
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12544
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12545
+ onEdited?: (() => any) | undefined;
12546
12546
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12547
12547
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
12548
12548
  showOverflowTooltip: {
@@ -12575,26 +12575,26 @@ export declare const PlusPage: {
12575
12575
  type: PropType<string | ((row: any[]) => string)>;
12576
12576
  default: string;
12577
12577
  };
12578
- tableData: {
12579
- type: PropType< RecordType[]>;
12580
- default: () => never[];
12581
- };
12582
- defaultSize: {
12583
- type: PropType<"" | "default" | "small" | "large">;
12584
- default: string;
12585
- };
12586
- pagination: {
12587
- type: PropType<false | Partial< PlusPaginationProps>>;
12588
- default: boolean;
12589
- };
12590
12578
  actionBar: {
12591
12579
  type: PropType<false | Partial< ActionBarProps>>;
12592
12580
  default: boolean;
12593
12581
  };
12594
- hasIndexColumn: {
12595
- type: PropType<boolean>;
12582
+ editable: {
12583
+ type: PropType<boolean | "click" | "dblclick">;
12596
12584
  default: boolean;
12597
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
+ };
12598
12598
  titleBar: {
12599
12599
  type: PropType<boolean | Partial<Partial<{
12600
12600
  title?: string | undefined;
@@ -12608,6 +12608,22 @@ export declare const PlusPage: {
12608
12608
  }>>>;
12609
12609
  default: boolean;
12610
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
+ };
12611
12627
  isSelection: {
12612
12628
  type: PropType<boolean | "radio">;
12613
12629
  default: boolean;
@@ -12628,14 +12644,6 @@ export declare const PlusPage: {
12628
12644
  type: PropType<false | Partial< Options>>;
12629
12645
  default: boolean;
12630
12646
  };
12631
- dragSortableTableColumnProps: {
12632
- type: PropType<Partial< TableColumnCtx<any>>>;
12633
- default: () => {};
12634
- };
12635
- indexTableColumnProps: {
12636
- type: PropType<Partial< TableColumnCtx<any>>>;
12637
- default: () => {};
12638
- };
12639
12647
  selectionTableColumnProps: {
12640
12648
  type: PropType<Partial< TableColumnCtx<any>>>;
12641
12649
  default: () => {
@@ -12660,14 +12668,6 @@ export declare const PlusPage: {
12660
12668
  type: PropType<Partial< TableColumnCtx<any>>>;
12661
12669
  default: () => {};
12662
12670
  };
12663
- indexContentStyle: {
12664
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12665
- default: () => {};
12666
- };
12667
- editable: {
12668
- type: PropType<boolean | "click" | "dblclick">;
12669
- default: boolean;
12670
- };
12671
12671
  adaptive: {
12672
12672
  type: PropType<boolean | {
12673
12673
  offsetBottom?: number | undefined;
@@ -12682,18 +12682,18 @@ export declare const PlusPage: {
12682
12682
  type: PropType<string>;
12683
12683
  };
12684
12684
  }>> & {
12685
- onRefresh?: (() => any) | undefined;
12686
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12687
12685
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12688
12686
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12689
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12690
12687
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12691
- onEdited?: (() => any) | undefined;
12692
12688
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12693
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;
12694
12692
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12693
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12694
+ onEdited?: (() => any) | undefined;
12695
12695
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12696
- }, "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">;
12697
12697
  $attrs: {
12698
12698
  [x: string]: unknown;
12699
12699
  };
@@ -12738,26 +12738,26 @@ export declare const PlusPage: {
12738
12738
  type: PropType<string | ((row: any[]) => string)>;
12739
12739
  default: string;
12740
12740
  };
12741
- tableData: {
12742
- type: PropType< RecordType[]>;
12743
- default: () => never[];
12744
- };
12745
- defaultSize: {
12746
- type: PropType<"" | "default" | "small" | "large">;
12747
- default: string;
12748
- };
12749
- pagination: {
12750
- type: PropType<false | Partial< PlusPaginationProps>>;
12751
- default: boolean;
12752
- };
12753
12741
  actionBar: {
12754
12742
  type: PropType<false | Partial< ActionBarProps>>;
12755
12743
  default: boolean;
12756
12744
  };
12757
- hasIndexColumn: {
12758
- type: PropType<boolean>;
12745
+ editable: {
12746
+ type: PropType<boolean | "click" | "dblclick">;
12759
12747
  default: boolean;
12760
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
+ };
12761
12761
  titleBar: {
12762
12762
  type: PropType<boolean | Partial<Partial<{
12763
12763
  title?: string | undefined;
@@ -12771,6 +12771,22 @@ export declare const PlusPage: {
12771
12771
  }>>>;
12772
12772
  default: boolean;
12773
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
+ };
12774
12790
  isSelection: {
12775
12791
  type: PropType<boolean | "radio">;
12776
12792
  default: boolean;
@@ -12791,14 +12807,6 @@ export declare const PlusPage: {
12791
12807
  type: PropType<false | Partial< Options>>;
12792
12808
  default: boolean;
12793
12809
  };
12794
- dragSortableTableColumnProps: {
12795
- type: PropType<Partial< TableColumnCtx<any>>>;
12796
- default: () => {};
12797
- };
12798
- indexTableColumnProps: {
12799
- type: PropType<Partial< TableColumnCtx<any>>>;
12800
- default: () => {};
12801
- };
12802
12810
  selectionTableColumnProps: {
12803
12811
  type: PropType<Partial< TableColumnCtx<any>>>;
12804
12812
  default: () => {
@@ -12823,14 +12831,6 @@ export declare const PlusPage: {
12823
12831
  type: PropType<Partial< TableColumnCtx<any>>>;
12824
12832
  default: () => {};
12825
12833
  };
12826
- indexContentStyle: {
12827
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
12828
- default: () => {};
12829
- };
12830
- editable: {
12831
- type: PropType<boolean | "click" | "dblclick">;
12832
- default: boolean;
12833
- };
12834
12834
  adaptive: {
12835
12835
  type: PropType<boolean | {
12836
12836
  offsetBottom?: number | undefined;
@@ -12845,16 +12845,16 @@ export declare const PlusPage: {
12845
12845
  type: PropType<string>;
12846
12846
  };
12847
12847
  }>> & {
12848
- onRefresh?: (() => any) | undefined;
12849
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12850
12848
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
12851
12849
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
12852
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
12853
12850
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
12854
- onEdited?: (() => any) | undefined;
12855
12851
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
12856
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;
12857
12855
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
12856
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
12857
+ onEdited?: (() => any) | undefined;
12858
12858
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
12859
12859
  }, {
12860
12860
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
@@ -13054,7 +13054,7 @@ export declare const PlusPage: {
13054
13054
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
13055
13055
  setScrollLeft: (left?: number | undefined) => void;
13056
13056
  setScrollTop: (top?: number | undefined) => void;
13057
- }, 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<{
13058
13058
  data: {
13059
13059
  type: PropType<any[]>;
13060
13060
  default: () => never[];
@@ -13430,11 +13430,11 @@ export declare const PlusPage: {
13430
13430
  columnIndex: number;
13431
13431
  }) => CSSProperties>;
13432
13432
  rowKey: string | ((row: any[]) => string);
13433
- tableData: RecordType[];
13434
- defaultSize: "" | "default" | "small" | "large";
13435
- pagination: false | Partial< PlusPaginationProps>;
13436
13433
  actionBar: false | Partial< ActionBarProps>;
13437
- 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>>;
13438
13438
  titleBar: boolean | Partial<Partial<{
13439
13439
  title?: string | undefined;
13440
13440
  refresh?: boolean | undefined;
@@ -13445,20 +13445,20 @@ export declare const PlusPage: {
13445
13445
  color?: string | undefined;
13446
13446
  } | undefined;
13447
13447
  }>>;
13448
+ defaultSize: "" | "default" | "small" | "large";
13449
+ tableData: RecordType[];
13450
+ pagination: false | Partial< PlusPaginationProps>;
13451
+ hasIndexColumn: boolean;
13448
13452
  isSelection: boolean | "radio";
13449
13453
  isRadio: boolean;
13450
13454
  hasExpand: boolean;
13451
13455
  loadingStatus: boolean;
13452
13456
  dragSortable: false | Partial< Options>;
13453
- dragSortableTableColumnProps: Partial< TableColumnCtx<any>>;
13454
- indexTableColumnProps: Partial< TableColumnCtx<any>>;
13455
13457
  selectionTableColumnProps: Partial< TableColumnCtx<any>>;
13456
13458
  radioTableColumnProps: Partial< TableColumnCtx<any>>;
13457
13459
  radioProps: Partial< PlusRadioProps>;
13458
13460
  defaultSelectedRadioRow: RecordType | ComputedRef<RecordType>;
13459
13461
  expandTableColumnProps: Partial< TableColumnCtx<any>>;
13460
- indexContentStyle: Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>);
13461
- editable: boolean | "click" | "dblclick";
13462
13462
  adaptive: boolean | {
13463
13463
  offsetBottom?: number | undefined;
13464
13464
  timeout?: number | undefined;
@@ -13514,26 +13514,26 @@ export declare const PlusPage: {
13514
13514
  type: PropType<string | ((row: any[]) => string)>;
13515
13515
  default: string;
13516
13516
  };
13517
- tableData: {
13518
- type: PropType< RecordType[]>;
13519
- default: () => never[];
13520
- };
13521
- defaultSize: {
13522
- type: PropType<"" | "default" | "small" | "large">;
13523
- default: string;
13524
- };
13525
- pagination: {
13526
- type: PropType<false | Partial< PlusPaginationProps>>;
13527
- default: boolean;
13528
- };
13529
13517
  actionBar: {
13530
13518
  type: PropType<false | Partial< ActionBarProps>>;
13531
13519
  default: boolean;
13532
13520
  };
13533
- hasIndexColumn: {
13534
- type: PropType<boolean>;
13521
+ editable: {
13522
+ type: PropType<boolean | "click" | "dblclick">;
13535
13523
  default: boolean;
13536
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
+ };
13537
13537
  titleBar: {
13538
13538
  type: PropType<boolean | Partial<Partial<{
13539
13539
  title?: string | undefined;
@@ -13547,6 +13547,22 @@ export declare const PlusPage: {
13547
13547
  }>>>;
13548
13548
  default: boolean;
13549
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
+ };
13550
13566
  isSelection: {
13551
13567
  type: PropType<boolean | "radio">;
13552
13568
  default: boolean;
@@ -13567,14 +13583,6 @@ export declare const PlusPage: {
13567
13583
  type: PropType<false | Partial< Options>>;
13568
13584
  default: boolean;
13569
13585
  };
13570
- dragSortableTableColumnProps: {
13571
- type: PropType<Partial< TableColumnCtx<any>>>;
13572
- default: () => {};
13573
- };
13574
- indexTableColumnProps: {
13575
- type: PropType<Partial< TableColumnCtx<any>>>;
13576
- default: () => {};
13577
- };
13578
13586
  selectionTableColumnProps: {
13579
13587
  type: PropType<Partial< TableColumnCtx<any>>>;
13580
13588
  default: () => {
@@ -13599,14 +13607,6 @@ export declare const PlusPage: {
13599
13607
  type: PropType<Partial< TableColumnCtx<any>>>;
13600
13608
  default: () => {};
13601
13609
  };
13602
- indexContentStyle: {
13603
- type: PropType<Partial< CSSProperties> | ((row: RecordType, index: number) => Partial< CSSProperties>)>;
13604
- default: () => {};
13605
- };
13606
- editable: {
13607
- type: PropType<boolean | "click" | "dblclick">;
13608
- default: boolean;
13609
- };
13610
13610
  adaptive: {
13611
13611
  type: PropType<boolean | {
13612
13612
  offsetBottom?: number | undefined;
@@ -13621,18 +13621,18 @@ export declare const PlusPage: {
13621
13621
  type: PropType<string>;
13622
13622
  };
13623
13623
  }>> & {
13624
- onRefresh?: (() => any) | undefined;
13625
- onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13626
13624
  onClickAction?: ((data: ButtonsCallBackParams) => any) | undefined;
13627
13625
  onClickActionConfirmCancel?: ((data: ButtonsCallBackParams) => any) | undefined;
13628
- onDragSortEnd?: ((newIndex: number, oldIndex: number) => any) | undefined;
13629
13626
  onFormChange?: ((data: FormChangeCallBackParams) => any) | undefined;
13630
- onEdited?: (() => any) | undefined;
13631
13627
  "onCell-click"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
13632
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;
13633
13631
  onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
13632
+ onPaginationChange?: ((pageInfo: PageInfo) => any) | undefined;
13633
+ onEdited?: (() => any) | undefined;
13634
13634
  onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
13635
- }, "formRefs" | "tableInstance"> & ShallowUnwrapRef<{
13635
+ }, "tableInstance" | "formRefs"> & ShallowUnwrapRef<{
13636
13636
  formRefs: ShallowRef<Record<string | number, TableFormRefRow[]>>;
13637
13637
  tableInstance: ShallowRef< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13638
13638
  data: {
@@ -13830,7 +13830,7 @@ export declare const PlusPage: {
13830
13830
  scrollTo: (options: number | ScrollToOptions, yCoord?: number | undefined) => void;
13831
13831
  setScrollLeft: (left?: number | undefined) => void;
13832
13832
  setScrollTop: (top?: number | undefined) => void;
13833
- }, 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<{
13834
13834
  data: {
13835
13835
  type: PropType<any[]>;
13836
13836
  default: () => never[];
@@ -14227,8 +14227,8 @@ export declare const PlusPage: {
14227
14227
  search: false | Partial< PlusSearchProps>;
14228
14228
  immediate: boolean;
14229
14229
  table: Partial< PlusTableProps>;
14230
- pagination: false | Omit< PlusPaginationProps, "modelValue" | "total" | "pageSizeList">;
14231
14230
  params: RecordType;
14231
+ pagination: false | Omit< PlusPaginationProps, "total" | "modelValue" | "pageSizeList">;
14232
14232
  postData: <T = RecordType[]>(data: T[]) => T[];
14233
14233
  beforeSearchSubmit: <T_1 = RecordType>(params: T_1) => T_1;
14234
14234
  isCard: boolean;
@@ -14244,7 +14244,7 @@ export declare const PlusPage: {
14244
14244
  searchSlot: boolean;
14245
14245
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
14246
14246
  $slots: Partial<Record<never, (_: {
14247
- 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">> & {
14248
14248
  readonly label: string | ComputedRef<string>;
14249
14249
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
14250
14250
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -14258,7 +14258,7 @@ export declare const PlusPage: {
14258
14258
  style: CSSProperties;
14259
14259
  rows: number;
14260
14260
  autocomplete: string;
14261
- 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";
14262
14262
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
14263
14263
  step: string | number;
14264
14264
  format: string | ProgressFn | undefined;