@wlydfe/pro-ui 0.2.23 → 0.2.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/es/components/check-card/index.d.ts +4 -4
  2. package/es/components/check-card/src/index.vue.d.ts +1 -1
  3. package/es/components/check-card-group/index.d.ts +4 -4
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/date-picker/index.d.ts +11 -11
  6. package/es/components/date-picker/src/index.vue.d.ts +11 -11
  7. package/es/components/descriptions/index.d.ts +19 -19
  8. package/es/components/descriptions/src/index.vue.d.ts +1 -1
  9. package/es/components/dialog/index.d.ts +30 -30
  10. package/es/components/dialog/src/index.vue.d.ts +2 -2
  11. package/es/components/dialog-form/index.d.ts +6 -6
  12. package/es/components/dialog-form/src/index.vue.d.ts +3 -3
  13. package/es/components/display-item/index.d.ts +25 -25
  14. package/es/components/display-item/src/index.vue.d.ts +7 -7
  15. package/es/components/drawer-form/index.d.ts +36 -36
  16. package/es/components/drawer-form/src/index.vue.d.ts +5 -5
  17. package/es/components/form/index.d.ts +88 -88
  18. package/es/components/form/src/form-content.vue.d.ts +9 -9
  19. package/es/components/form/src/index.vue.d.ts +11 -11
  20. package/es/components/form-item/index.d.ts +84 -84
  21. package/es/components/form-item/src/index.vue.d.ts +10 -10
  22. package/es/components/input-tag/index.d.ts +6 -6
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/page/index.d.ts +1015 -985
  25. package/es/components/page/src/index.vue.d.ts +334 -324
  26. package/es/components/page/src/index.vue2.mjs +3 -2
  27. package/es/components/pagination/index.d.ts +27 -27
  28. package/es/components/pagination/src/index.vue.d.ts +3 -3
  29. package/es/components/popover/index.d.ts +49 -49
  30. package/es/components/popover/src/index.vue.d.ts +3 -3
  31. package/es/components/radio/index.d.ts +10 -10
  32. package/es/components/radio/src/index.vue.d.ts +2 -2
  33. package/es/components/render/index.d.ts +14 -14
  34. package/es/components/render/src/index.vue.d.ts +1 -1
  35. package/es/components/search/index.d.ts +266 -266
  36. package/es/components/search/src/index.vue.d.ts +77 -77
  37. package/es/components/sidebar/index.d.ts +16 -16
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +176 -164
  41. package/es/components/table/src/index.vue.d.ts +13 -13
  42. package/es/components/table/src/index.vue2.mjs +25 -2
  43. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  44. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  45. package/es/components/table/src/table-column.vue.d.ts +22 -22
  46. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  47. package/es/components/table/src/type.d.ts +5 -0
  48. package/es/index.css +13 -13
  49. package/index.js +29 -5
  50. package/index.min.js +2 -2
  51. package/index.min.mjs +2 -2
  52. package/index.mjs +29 -5
  53. package/lib/components/check-card/index.d.ts +4 -4
  54. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  55. package/lib/components/check-card-group/index.d.ts +4 -4
  56. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  57. package/lib/components/date-picker/index.d.ts +11 -11
  58. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  59. package/lib/components/descriptions/index.d.ts +19 -19
  60. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  61. package/lib/components/dialog/index.d.ts +30 -30
  62. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  63. package/lib/components/dialog-form/index.d.ts +6 -6
  64. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  65. package/lib/components/display-item/index.d.ts +25 -25
  66. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  67. package/lib/components/drawer-form/index.d.ts +36 -36
  68. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  69. package/lib/components/form/index.d.ts +88 -88
  70. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  71. package/lib/components/form/src/index.vue.d.ts +11 -11
  72. package/lib/components/form-item/index.d.ts +84 -84
  73. package/lib/components/form-item/src/index.vue.d.ts +10 -10
  74. package/lib/components/input-tag/index.d.ts +6 -6
  75. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  76. package/lib/components/page/index.d.ts +1015 -985
  77. package/lib/components/page/src/index.vue.d.ts +334 -324
  78. package/lib/components/page/src/index.vue2.js +3 -2
  79. package/lib/components/pagination/index.d.ts +27 -27
  80. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  81. package/lib/components/popover/index.d.ts +49 -49
  82. package/lib/components/popover/src/index.vue.d.ts +3 -3
  83. package/lib/components/radio/index.d.ts +10 -10
  84. package/lib/components/radio/src/index.vue.d.ts +2 -2
  85. package/lib/components/render/index.d.ts +14 -14
  86. package/lib/components/render/src/index.vue.d.ts +1 -1
  87. package/lib/components/search/index.d.ts +266 -266
  88. package/lib/components/search/src/index.vue.d.ts +77 -77
  89. package/lib/components/sidebar/index.d.ts +16 -16
  90. package/lib/components/steps-form/index.d.ts +23 -23
  91. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  92. package/lib/components/table/index.d.ts +176 -164
  93. package/lib/components/table/src/index.vue.d.ts +13 -13
  94. package/lib/components/table/src/index.vue2.js +25 -2
  95. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  96. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  97. package/lib/components/table/src/table-column.vue.d.ts +22 -22
  98. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  99. package/lib/components/table/src/type.d.ts +5 -0
  100. package/lib/{display-item.css → index.css} +14 -14
  101. package/locale/en.js +1 -1
  102. package/locale/en.min.js +1 -1
  103. package/locale/en.min.mjs +1 -1
  104. package/locale/en.mjs +1 -1
  105. package/locale/ja.js +1 -1
  106. package/locale/ja.min.js +1 -1
  107. package/locale/ja.min.mjs +1 -1
  108. package/locale/ja.mjs +1 -1
  109. package/locale/ko.js +1 -1
  110. package/locale/ko.min.js +1 -1
  111. package/locale/ko.min.mjs +1 -1
  112. package/locale/ko.mjs +1 -1
  113. package/locale/zh-cn.js +1 -1
  114. package/locale/zh-cn.min.js +1 -1
  115. package/locale/zh-cn.min.mjs +1 -1
  116. package/locale/zh-cn.mjs +1 -1
  117. package/locale/zh-tw.js +1 -1
  118. package/locale/zh-tw.min.js +1 -1
  119. package/locale/zh-tw.min.mjs +1 -1
  120. package/locale/zh-tw.mjs +1 -1
  121. package/package.json +1 -1
@@ -2,7 +2,7 @@ import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
4
4
  import { PlusFormGroupRow, PlusFormItemProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps } from 'packages/plus-pro-components';
5
- import { RowProps, ColProps, FormItemRule, CardProps, 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 } from 'element-plus';
5
+ import { ColProps, RowProps, FormItemRule, CardProps, 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 } from 'element-plus';
6
6
  import { PlusColumn, FieldValues, Mutable, RecordType, PropsItemType, OmitTypes, CascaderProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from '@wlydfe/pro-ui';
7
7
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component, CSSProperties } from 'vue';
8
8
  import { default as Search } from './src/index.vue';
@@ -31,16 +31,6 @@ export declare const PlusSearch: {
31
31
  type: PropType<number>;
32
32
  default: number;
33
33
  };
34
- defaultValues: {
35
- type: PropType<FieldValues>;
36
- default: () => {};
37
- };
38
- rowProps: {
39
- type: PropType<Partial< Mutable<RowProps>>>;
40
- default: () => {
41
- gutter: number;
42
- };
43
- };
44
34
  colProps: {
45
35
  type: PropType<Partial< Mutable<ColProps>>>;
46
36
  default: () => {
@@ -51,6 +41,16 @@ export declare const PlusSearch: {
51
41
  xl: number;
52
42
  };
53
43
  };
44
+ rowProps: {
45
+ type: PropType<Partial< Mutable<RowProps>>>;
46
+ default: () => {
47
+ gutter: number;
48
+ };
49
+ };
50
+ defaultValues: {
51
+ type: PropType<FieldValues>;
52
+ default: () => {};
53
+ };
54
54
  hasFooter: {
55
55
  type: PropType<boolean>;
56
56
  default: boolean;
@@ -100,8 +100,8 @@ export declare const PlusSearch: {
100
100
  default: boolean;
101
101
  };
102
102
  }>> & {
103
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
104
103
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
104
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
105
105
  onReset?: ((values: FieldValues) => any) | undefined;
106
106
  onSearch?: ((values: FieldValues) => any) | undefined;
107
107
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -118,9 +118,12 @@ export declare const PlusSearch: {
118
118
  labelWidth: string | number;
119
119
  labelSuffix: string;
120
120
  hasLabel: boolean;
121
- defaultValues: FieldValues;
122
- rowProps: Partial< Mutable<RowProps>>;
121
+ clearable: boolean;
123
122
  colProps: Partial< Mutable<ColProps>>;
123
+ collapseDuration: number;
124
+ collapseTransition: boolean;
125
+ rowProps: Partial< Mutable<RowProps>>;
126
+ defaultValues: FieldValues;
124
127
  hasErrorTip: boolean;
125
128
  hasFooter: boolean;
126
129
  hasReset: boolean;
@@ -130,9 +133,6 @@ export declare const PlusSearch: {
130
133
  footerAlign: "right" | "left" | "center";
131
134
  cardProps: Partial< Mutable<CardProps>>;
132
135
  prevent: boolean;
133
- collapseDuration: number;
134
- collapseTransition: boolean;
135
- clearable: boolean;
136
136
  }> & Omit<{
137
137
  readonly columns: PlusColumn[];
138
138
  readonly group: false | PlusFormGroupRow[];
@@ -142,9 +142,10 @@ export declare const PlusSearch: {
142
142
  readonly labelWidth: string | number;
143
143
  readonly labelSuffix: string;
144
144
  readonly hasLabel: boolean;
145
- readonly defaultValues: FieldValues;
146
- readonly rowProps: Partial< Mutable<RowProps>>;
145
+ readonly clearable: boolean;
147
146
  readonly colProps: Partial< Mutable<ColProps>>;
147
+ readonly rowProps: Partial< Mutable<RowProps>>;
148
+ readonly defaultValues: FieldValues;
148
149
  readonly hasErrorTip: boolean;
149
150
  readonly hasFooter: boolean;
150
151
  readonly hasReset: boolean;
@@ -154,11 +155,10 @@ export declare const PlusSearch: {
154
155
  readonly footerAlign: "right" | "left" | "center";
155
156
  readonly cardProps: Partial< Mutable<CardProps>>;
156
157
  readonly prevent: boolean;
157
- readonly clearable: boolean;
158
158
  readonly collapseDuration?: number | undefined;
159
159
  readonly collapseTransition?: boolean | undefined;
160
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
161
160
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
161
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
162
162
  onReset?: ((values: FieldValues) => any) | undefined;
163
163
  onSubmit?: ((values: FieldValues) => any) | undefined;
164
164
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -196,16 +196,28 @@ export declare const PlusSearch: {
196
196
  type: PropType<boolean>;
197
197
  default: boolean;
198
198
  };
199
- defaultValues: {
200
- type: PropType<FieldValues>;
199
+ clearable: {
200
+ type: PropType<boolean>;
201
+ default: boolean;
202
+ };
203
+ colProps: {
204
+ type: PropType<Partial< Mutable<ColProps>>>;
201
205
  default: () => {};
202
206
  };
207
+ collapseDuration: {
208
+ type: PropType<number>;
209
+ default: undefined;
210
+ };
211
+ collapseTransition: {
212
+ type: PropType<boolean>;
213
+ default: undefined;
214
+ };
203
215
  rowProps: {
204
216
  type: PropType<Partial< Mutable<RowProps>>>;
205
217
  default: () => {};
206
218
  };
207
- colProps: {
208
- type: PropType<Partial< Mutable<ColProps>>>;
219
+ defaultValues: {
220
+ type: PropType<FieldValues>;
209
221
  default: () => {};
210
222
  };
211
223
  hasErrorTip: {
@@ -244,26 +256,14 @@ export declare const PlusSearch: {
244
256
  type: PropType<boolean>;
245
257
  default: boolean;
246
258
  };
247
- collapseDuration: {
248
- type: PropType<number>;
249
- default: undefined;
250
- };
251
- collapseTransition: {
252
- type: PropType<boolean>;
253
- default: undefined;
254
- };
255
- clearable: {
256
- type: PropType<boolean>;
257
- default: boolean;
258
- };
259
259
  }>> & {
260
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
261
260
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
261
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
262
262
  onReset?: ((values: FieldValues) => any) | undefined;
263
263
  onSubmit?: ((values: FieldValues) => any) | undefined;
264
264
  onValidate?: ((...args: any[]) => any) | undefined;
265
265
  onSubmitError?: ((errors: unknown) => any) | undefined;
266
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
266
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
267
267
  $attrs: {
268
268
  [x: string]: unknown;
269
269
  };
@@ -275,7 +275,7 @@ export declare const PlusSearch: {
275
275
  }>;
276
276
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
277
277
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
278
- $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);
278
+ $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);
279
279
  $el: any;
280
280
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
281
281
  columns: {
@@ -310,16 +310,28 @@ export declare const PlusSearch: {
310
310
  type: PropType<boolean>;
311
311
  default: boolean;
312
312
  };
313
- defaultValues: {
314
- type: PropType<FieldValues>;
313
+ clearable: {
314
+ type: PropType<boolean>;
315
+ default: boolean;
316
+ };
317
+ colProps: {
318
+ type: PropType<Partial< Mutable<ColProps>>>;
315
319
  default: () => {};
316
320
  };
321
+ collapseDuration: {
322
+ type: PropType<number>;
323
+ default: undefined;
324
+ };
325
+ collapseTransition: {
326
+ type: PropType<boolean>;
327
+ default: undefined;
328
+ };
317
329
  rowProps: {
318
330
  type: PropType<Partial< Mutable<RowProps>>>;
319
331
  default: () => {};
320
332
  };
321
- colProps: {
322
- type: PropType<Partial< Mutable<ColProps>>>;
333
+ defaultValues: {
334
+ type: PropType<FieldValues>;
323
335
  default: () => {};
324
336
  };
325
337
  hasErrorTip: {
@@ -358,21 +370,9 @@ export declare const PlusSearch: {
358
370
  type: PropType<boolean>;
359
371
  default: boolean;
360
372
  };
361
- collapseDuration: {
362
- type: PropType<number>;
363
- default: undefined;
364
- };
365
- collapseTransition: {
366
- type: PropType<boolean>;
367
- default: undefined;
368
- };
369
- clearable: {
370
- type: PropType<boolean>;
371
- default: boolean;
372
- };
373
373
  }>> & {
374
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
375
374
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
375
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
376
376
  onReset?: ((values: FieldValues) => any) | undefined;
377
377
  onSubmit?: ((values: FieldValues) => any) | undefined;
378
378
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -678,9 +678,12 @@ export declare const PlusSearch: {
678
678
  labelWidth: string | number;
679
679
  labelSuffix: string;
680
680
  hasLabel: boolean;
681
- defaultValues: FieldValues;
682
- rowProps: Partial< Mutable<RowProps>>;
681
+ clearable: boolean;
683
682
  colProps: Partial< Mutable<ColProps>>;
683
+ collapseDuration: number;
684
+ collapseTransition: boolean;
685
+ rowProps: Partial< Mutable<RowProps>>;
686
+ defaultValues: FieldValues;
684
687
  hasErrorTip: boolean;
685
688
  hasFooter: boolean;
686
689
  hasReset: boolean;
@@ -690,9 +693,6 @@ export declare const PlusSearch: {
690
693
  footerAlign: "right" | "left" | "center";
691
694
  cardProps: Partial< Mutable<CardProps>>;
692
695
  prevent: boolean;
693
- collapseDuration: number;
694
- collapseTransition: boolean;
695
- clearable: boolean;
696
696
  }, {}, string, {}> & {
697
697
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
698
698
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -746,16 +746,28 @@ export declare const PlusSearch: {
746
746
  type: PropType<boolean>;
747
747
  default: boolean;
748
748
  };
749
- defaultValues: {
750
- type: PropType<FieldValues>;
749
+ clearable: {
750
+ type: PropType<boolean>;
751
+ default: boolean;
752
+ };
753
+ colProps: {
754
+ type: PropType<Partial< Mutable<ColProps>>>;
751
755
  default: () => {};
752
756
  };
757
+ collapseDuration: {
758
+ type: PropType<number>;
759
+ default: undefined;
760
+ };
761
+ collapseTransition: {
762
+ type: PropType<boolean>;
763
+ default: undefined;
764
+ };
753
765
  rowProps: {
754
766
  type: PropType<Partial< Mutable<RowProps>>>;
755
767
  default: () => {};
756
768
  };
757
- colProps: {
758
- type: PropType<Partial< Mutable<ColProps>>>;
769
+ defaultValues: {
770
+ type: PropType<FieldValues>;
759
771
  default: () => {};
760
772
  };
761
773
  hasErrorTip: {
@@ -794,21 +806,9 @@ export declare const PlusSearch: {
794
806
  type: PropType<boolean>;
795
807
  default: boolean;
796
808
  };
797
- collapseDuration: {
798
- type: PropType<number>;
799
- default: undefined;
800
- };
801
- collapseTransition: {
802
- type: PropType<boolean>;
803
- default: undefined;
804
- };
805
- clearable: {
806
- type: PropType<boolean>;
807
- default: boolean;
808
- };
809
809
  }>> & {
810
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
811
810
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
811
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
812
812
  onReset?: ((values: FieldValues) => any) | undefined;
813
813
  onSubmit?: ((values: FieldValues) => any) | undefined;
814
814
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1108,7 +1108,7 @@ export declare const PlusSearch: {
1108
1108
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1109
1109
  columns?: PlusColumn[] | undefined;
1110
1110
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1111
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1111
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1112
1112
  readonly label: string | ComputedRef<string>;
1113
1113
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1114
1114
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1122,7 +1122,7 @@ export declare const PlusSearch: {
1122
1122
  style: CSSProperties;
1123
1123
  rows: number;
1124
1124
  autocomplete: string;
1125
- 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";
1125
+ 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";
1126
1126
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1127
1127
  step: string | number;
1128
1128
  format: string | ProgressFn | undefined;
@@ -1183,7 +1183,7 @@ export declare const PlusSearch: {
1183
1183
  clearable: boolean;
1184
1184
  index: number;
1185
1185
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1186
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1186
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1187
1187
  readonly label: string | ComputedRef<string>;
1188
1188
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1189
1189
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1197,7 +1197,7 @@ export declare const PlusSearch: {
1197
1197
  style: CSSProperties;
1198
1198
  rows: number;
1199
1199
  autocomplete: string;
1200
- 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";
1200
+ 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";
1201
1201
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1202
1202
  step: string | number;
1203
1203
  format: string | ProgressFn | undefined;
@@ -1301,16 +1301,6 @@ export declare const PlusSearch: {
1301
1301
  type: PropType<number>;
1302
1302
  default: number;
1303
1303
  };
1304
- defaultValues: {
1305
- type: PropType<FieldValues>;
1306
- default: () => {};
1307
- };
1308
- rowProps: {
1309
- type: PropType<Partial< Mutable<RowProps>>>;
1310
- default: () => {
1311
- gutter: number;
1312
- };
1313
- };
1314
1304
  colProps: {
1315
1305
  type: PropType<Partial< Mutable<ColProps>>>;
1316
1306
  default: () => {
@@ -1321,6 +1311,16 @@ export declare const PlusSearch: {
1321
1311
  xl: number;
1322
1312
  };
1323
1313
  };
1314
+ rowProps: {
1315
+ type: PropType<Partial< Mutable<RowProps>>>;
1316
+ default: () => {
1317
+ gutter: number;
1318
+ };
1319
+ };
1320
+ defaultValues: {
1321
+ type: PropType<FieldValues>;
1322
+ default: () => {};
1323
+ };
1324
1324
  hasFooter: {
1325
1325
  type: PropType<boolean>;
1326
1326
  default: boolean;
@@ -1370,8 +1370,8 @@ export declare const PlusSearch: {
1370
1370
  default: boolean;
1371
1371
  };
1372
1372
  }>> & {
1373
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1374
1373
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1374
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1375
1375
  onReset?: ((values: FieldValues) => any) | undefined;
1376
1376
  onSearch?: ((values: FieldValues) => any) | undefined;
1377
1377
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1381,9 +1381,9 @@ export declare const PlusSearch: {
1381
1381
  labelPosition: "top" | "right" | "left";
1382
1382
  inline: boolean;
1383
1383
  showNumber: number;
1384
- defaultValues: FieldValues;
1385
- rowProps: Partial< Mutable<RowProps>>;
1386
1384
  colProps: Partial< Mutable<ColProps>>;
1385
+ rowProps: Partial< Mutable<RowProps>>;
1386
+ defaultValues: FieldValues;
1387
1387
  hasFooter: boolean;
1388
1388
  hasReset: boolean;
1389
1389
  resetText: string;
@@ -1424,16 +1424,6 @@ export declare const PlusSearch: {
1424
1424
  type: PropType<number>;
1425
1425
  default: number;
1426
1426
  };
1427
- defaultValues: {
1428
- type: PropType<FieldValues>;
1429
- default: () => {};
1430
- };
1431
- rowProps: {
1432
- type: PropType<Partial< Mutable<RowProps>>>;
1433
- default: () => {
1434
- gutter: number;
1435
- };
1436
- };
1437
1427
  colProps: {
1438
1428
  type: PropType<Partial< Mutable<ColProps>>>;
1439
1429
  default: () => {
@@ -1444,6 +1434,16 @@ export declare const PlusSearch: {
1444
1434
  xl: number;
1445
1435
  };
1446
1436
  };
1437
+ rowProps: {
1438
+ type: PropType<Partial< Mutable<RowProps>>>;
1439
+ default: () => {
1440
+ gutter: number;
1441
+ };
1442
+ };
1443
+ defaultValues: {
1444
+ type: PropType<FieldValues>;
1445
+ default: () => {};
1446
+ };
1447
1447
  hasFooter: {
1448
1448
  type: PropType<boolean>;
1449
1449
  default: boolean;
@@ -1493,8 +1493,8 @@ export declare const PlusSearch: {
1493
1493
  default: boolean;
1494
1494
  };
1495
1495
  }>> & {
1496
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1497
1496
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1497
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1498
1498
  onReset?: ((values: FieldValues) => any) | undefined;
1499
1499
  onSearch?: ((values: FieldValues) => any) | undefined;
1500
1500
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1511,9 +1511,12 @@ export declare const PlusSearch: {
1511
1511
  labelWidth: string | number;
1512
1512
  labelSuffix: string;
1513
1513
  hasLabel: boolean;
1514
- defaultValues: FieldValues;
1515
- rowProps: Partial< Mutable<RowProps>>;
1514
+ clearable: boolean;
1516
1515
  colProps: Partial< Mutable<ColProps>>;
1516
+ collapseDuration: number;
1517
+ collapseTransition: boolean;
1518
+ rowProps: Partial< Mutable<RowProps>>;
1519
+ defaultValues: FieldValues;
1517
1520
  hasErrorTip: boolean;
1518
1521
  hasFooter: boolean;
1519
1522
  hasReset: boolean;
@@ -1523,9 +1526,6 @@ export declare const PlusSearch: {
1523
1526
  footerAlign: "right" | "left" | "center";
1524
1527
  cardProps: Partial< Mutable<CardProps>>;
1525
1528
  prevent: boolean;
1526
- collapseDuration: number;
1527
- collapseTransition: boolean;
1528
- clearable: boolean;
1529
1529
  }> & Omit<{
1530
1530
  readonly columns: PlusColumn[];
1531
1531
  readonly group: false | PlusFormGroupRow[];
@@ -1535,9 +1535,10 @@ export declare const PlusSearch: {
1535
1535
  readonly labelWidth: string | number;
1536
1536
  readonly labelSuffix: string;
1537
1537
  readonly hasLabel: boolean;
1538
- readonly defaultValues: FieldValues;
1539
- readonly rowProps: Partial< Mutable<RowProps>>;
1538
+ readonly clearable: boolean;
1540
1539
  readonly colProps: Partial< Mutable<ColProps>>;
1540
+ readonly rowProps: Partial< Mutable<RowProps>>;
1541
+ readonly defaultValues: FieldValues;
1541
1542
  readonly hasErrorTip: boolean;
1542
1543
  readonly hasFooter: boolean;
1543
1544
  readonly hasReset: boolean;
@@ -1547,11 +1548,10 @@ export declare const PlusSearch: {
1547
1548
  readonly footerAlign: "right" | "left" | "center";
1548
1549
  readonly cardProps: Partial< Mutable<CardProps>>;
1549
1550
  readonly prevent: boolean;
1550
- readonly clearable: boolean;
1551
1551
  readonly collapseDuration?: number | undefined;
1552
1552
  readonly collapseTransition?: boolean | undefined;
1553
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1554
1553
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1554
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1555
1555
  onReset?: ((values: FieldValues) => any) | undefined;
1556
1556
  onSubmit?: ((values: FieldValues) => any) | undefined;
1557
1557
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1589,16 +1589,28 @@ export declare const PlusSearch: {
1589
1589
  type: PropType<boolean>;
1590
1590
  default: boolean;
1591
1591
  };
1592
- defaultValues: {
1593
- type: PropType<FieldValues>;
1592
+ clearable: {
1593
+ type: PropType<boolean>;
1594
+ default: boolean;
1595
+ };
1596
+ colProps: {
1597
+ type: PropType<Partial< Mutable<ColProps>>>;
1594
1598
  default: () => {};
1595
1599
  };
1600
+ collapseDuration: {
1601
+ type: PropType<number>;
1602
+ default: undefined;
1603
+ };
1604
+ collapseTransition: {
1605
+ type: PropType<boolean>;
1606
+ default: undefined;
1607
+ };
1596
1608
  rowProps: {
1597
1609
  type: PropType<Partial< Mutable<RowProps>>>;
1598
1610
  default: () => {};
1599
1611
  };
1600
- colProps: {
1601
- type: PropType<Partial< Mutable<ColProps>>>;
1612
+ defaultValues: {
1613
+ type: PropType<FieldValues>;
1602
1614
  default: () => {};
1603
1615
  };
1604
1616
  hasErrorTip: {
@@ -1637,26 +1649,14 @@ export declare const PlusSearch: {
1637
1649
  type: PropType<boolean>;
1638
1650
  default: boolean;
1639
1651
  };
1640
- collapseDuration: {
1641
- type: PropType<number>;
1642
- default: undefined;
1643
- };
1644
- collapseTransition: {
1645
- type: PropType<boolean>;
1646
- default: undefined;
1647
- };
1648
- clearable: {
1649
- type: PropType<boolean>;
1650
- default: boolean;
1651
- };
1652
1652
  }>> & {
1653
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1654
1653
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1654
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1655
1655
  onReset?: ((values: FieldValues) => any) | undefined;
1656
1656
  onSubmit?: ((values: FieldValues) => any) | undefined;
1657
1657
  onValidate?: ((...args: any[]) => any) | undefined;
1658
1658
  onSubmitError?: ((errors: unknown) => any) | undefined;
1659
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
1659
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
1660
1660
  $attrs: {
1661
1661
  [x: string]: unknown;
1662
1662
  };
@@ -1668,7 +1668,7 @@ export declare const PlusSearch: {
1668
1668
  }>;
1669
1669
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1670
1670
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1671
- $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);
1671
+ $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);
1672
1672
  $el: any;
1673
1673
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1674
1674
  columns: {
@@ -1703,16 +1703,28 @@ export declare const PlusSearch: {
1703
1703
  type: PropType<boolean>;
1704
1704
  default: boolean;
1705
1705
  };
1706
- defaultValues: {
1707
- type: PropType<FieldValues>;
1706
+ clearable: {
1707
+ type: PropType<boolean>;
1708
+ default: boolean;
1709
+ };
1710
+ colProps: {
1711
+ type: PropType<Partial< Mutable<ColProps>>>;
1708
1712
  default: () => {};
1709
1713
  };
1714
+ collapseDuration: {
1715
+ type: PropType<number>;
1716
+ default: undefined;
1717
+ };
1718
+ collapseTransition: {
1719
+ type: PropType<boolean>;
1720
+ default: undefined;
1721
+ };
1710
1722
  rowProps: {
1711
1723
  type: PropType<Partial< Mutable<RowProps>>>;
1712
1724
  default: () => {};
1713
1725
  };
1714
- colProps: {
1715
- type: PropType<Partial< Mutable<ColProps>>>;
1726
+ defaultValues: {
1727
+ type: PropType<FieldValues>;
1716
1728
  default: () => {};
1717
1729
  };
1718
1730
  hasErrorTip: {
@@ -1751,21 +1763,9 @@ export declare const PlusSearch: {
1751
1763
  type: PropType<boolean>;
1752
1764
  default: boolean;
1753
1765
  };
1754
- collapseDuration: {
1755
- type: PropType<number>;
1756
- default: undefined;
1757
- };
1758
- collapseTransition: {
1759
- type: PropType<boolean>;
1760
- default: undefined;
1761
- };
1762
- clearable: {
1763
- type: PropType<boolean>;
1764
- default: boolean;
1765
- };
1766
1766
  }>> & {
1767
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1768
1767
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1768
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1769
1769
  onReset?: ((values: FieldValues) => any) | undefined;
1770
1770
  onSubmit?: ((values: FieldValues) => any) | undefined;
1771
1771
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2071,9 +2071,12 @@ export declare const PlusSearch: {
2071
2071
  labelWidth: string | number;
2072
2072
  labelSuffix: string;
2073
2073
  hasLabel: boolean;
2074
- defaultValues: FieldValues;
2075
- rowProps: Partial< Mutable<RowProps>>;
2074
+ clearable: boolean;
2076
2075
  colProps: Partial< Mutable<ColProps>>;
2076
+ collapseDuration: number;
2077
+ collapseTransition: boolean;
2078
+ rowProps: Partial< Mutable<RowProps>>;
2079
+ defaultValues: FieldValues;
2077
2080
  hasErrorTip: boolean;
2078
2081
  hasFooter: boolean;
2079
2082
  hasReset: boolean;
@@ -2083,9 +2086,6 @@ export declare const PlusSearch: {
2083
2086
  footerAlign: "right" | "left" | "center";
2084
2087
  cardProps: Partial< Mutable<CardProps>>;
2085
2088
  prevent: boolean;
2086
- collapseDuration: number;
2087
- collapseTransition: boolean;
2088
- clearable: boolean;
2089
2089
  }, {}, string, {}> & {
2090
2090
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2091
2091
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2139,16 +2139,28 @@ export declare const PlusSearch: {
2139
2139
  type: PropType<boolean>;
2140
2140
  default: boolean;
2141
2141
  };
2142
- defaultValues: {
2143
- type: PropType<FieldValues>;
2142
+ clearable: {
2143
+ type: PropType<boolean>;
2144
+ default: boolean;
2145
+ };
2146
+ colProps: {
2147
+ type: PropType<Partial< Mutable<ColProps>>>;
2144
2148
  default: () => {};
2145
2149
  };
2150
+ collapseDuration: {
2151
+ type: PropType<number>;
2152
+ default: undefined;
2153
+ };
2154
+ collapseTransition: {
2155
+ type: PropType<boolean>;
2156
+ default: undefined;
2157
+ };
2146
2158
  rowProps: {
2147
2159
  type: PropType<Partial< Mutable<RowProps>>>;
2148
2160
  default: () => {};
2149
2161
  };
2150
- colProps: {
2151
- type: PropType<Partial< Mutable<ColProps>>>;
2162
+ defaultValues: {
2163
+ type: PropType<FieldValues>;
2152
2164
  default: () => {};
2153
2165
  };
2154
2166
  hasErrorTip: {
@@ -2187,21 +2199,9 @@ export declare const PlusSearch: {
2187
2199
  type: PropType<boolean>;
2188
2200
  default: boolean;
2189
2201
  };
2190
- collapseDuration: {
2191
- type: PropType<number>;
2192
- default: undefined;
2193
- };
2194
- collapseTransition: {
2195
- type: PropType<boolean>;
2196
- default: undefined;
2197
- };
2198
- clearable: {
2199
- type: PropType<boolean>;
2200
- default: boolean;
2201
- };
2202
2202
  }>> & {
2203
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2204
2203
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2204
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2205
2205
  onReset?: ((values: FieldValues) => any) | undefined;
2206
2206
  onSubmit?: ((values: FieldValues) => any) | undefined;
2207
2207
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2501,7 +2501,7 @@ export declare const PlusSearch: {
2501
2501
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2502
2502
  columns?: PlusColumn[] | undefined;
2503
2503
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2504
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2504
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2505
2505
  readonly label: string | ComputedRef<string>;
2506
2506
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2507
2507
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2515,7 +2515,7 @@ export declare const PlusSearch: {
2515
2515
  style: CSSProperties;
2516
2516
  rows: number;
2517
2517
  autocomplete: string;
2518
- 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";
2518
+ 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";
2519
2519
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2520
2520
  step: string | number;
2521
2521
  format: string | ProgressFn | undefined;
@@ -2576,7 +2576,7 @@ export declare const PlusSearch: {
2576
2576
  clearable: boolean;
2577
2577
  index: number;
2578
2578
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2579
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2579
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2580
2580
  readonly label: string | ComputedRef<string>;
2581
2581
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2582
2582
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2590,7 +2590,7 @@ export declare const PlusSearch: {
2590
2590
  style: CSSProperties;
2591
2591
  rows: number;
2592
2592
  autocomplete: string;
2593
- 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";
2593
+ 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";
2594
2594
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2595
2595
  step: string | number;
2596
2596
  format: string | ProgressFn | undefined;
@@ -2673,9 +2673,9 @@ export declare const PlusSearch: {
2673
2673
  labelPosition: "top" | "right" | "left";
2674
2674
  inline: boolean;
2675
2675
  showNumber: number;
2676
- defaultValues: FieldValues;
2677
- rowProps: Partial< Mutable<RowProps>>;
2678
2676
  colProps: Partial< Mutable<ColProps>>;
2677
+ rowProps: Partial< Mutable<RowProps>>;
2678
+ defaultValues: FieldValues;
2679
2679
  hasFooter: boolean;
2680
2680
  hasReset: boolean;
2681
2681
  resetText: string;
@@ -2713,16 +2713,6 @@ export declare const PlusSearch: {
2713
2713
  type: PropType<number>;
2714
2714
  default: number;
2715
2715
  };
2716
- defaultValues: {
2717
- type: PropType<FieldValues>;
2718
- default: () => {};
2719
- };
2720
- rowProps: {
2721
- type: PropType<Partial< Mutable<RowProps>>>;
2722
- default: () => {
2723
- gutter: number;
2724
- };
2725
- };
2726
2716
  colProps: {
2727
2717
  type: PropType<Partial< Mutable<ColProps>>>;
2728
2718
  default: () => {
@@ -2733,6 +2723,16 @@ export declare const PlusSearch: {
2733
2723
  xl: number;
2734
2724
  };
2735
2725
  };
2726
+ rowProps: {
2727
+ type: PropType<Partial< Mutable<RowProps>>>;
2728
+ default: () => {
2729
+ gutter: number;
2730
+ };
2731
+ };
2732
+ defaultValues: {
2733
+ type: PropType<FieldValues>;
2734
+ default: () => {};
2735
+ };
2736
2736
  hasFooter: {
2737
2737
  type: PropType<boolean>;
2738
2738
  default: boolean;
@@ -2782,8 +2782,8 @@ export declare const PlusSearch: {
2782
2782
  default: boolean;
2783
2783
  };
2784
2784
  }>> & {
2785
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2786
2785
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2786
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2787
2787
  onReset?: ((values: FieldValues) => any) | undefined;
2788
2788
  onSearch?: ((values: FieldValues) => any) | undefined;
2789
2789
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -2800,9 +2800,12 @@ export declare const PlusSearch: {
2800
2800
  labelWidth: string | number;
2801
2801
  labelSuffix: string;
2802
2802
  hasLabel: boolean;
2803
- defaultValues: FieldValues;
2804
- rowProps: Partial< Mutable<RowProps>>;
2803
+ clearable: boolean;
2805
2804
  colProps: Partial< Mutable<ColProps>>;
2805
+ collapseDuration: number;
2806
+ collapseTransition: boolean;
2807
+ rowProps: Partial< Mutable<RowProps>>;
2808
+ defaultValues: FieldValues;
2806
2809
  hasErrorTip: boolean;
2807
2810
  hasFooter: boolean;
2808
2811
  hasReset: boolean;
@@ -2812,9 +2815,6 @@ export declare const PlusSearch: {
2812
2815
  footerAlign: "right" | "left" | "center";
2813
2816
  cardProps: Partial< Mutable<CardProps>>;
2814
2817
  prevent: boolean;
2815
- collapseDuration: number;
2816
- collapseTransition: boolean;
2817
- clearable: boolean;
2818
2818
  }> & Omit<{
2819
2819
  readonly columns: PlusColumn[];
2820
2820
  readonly group: false | PlusFormGroupRow[];
@@ -2824,9 +2824,10 @@ export declare const PlusSearch: {
2824
2824
  readonly labelWidth: string | number;
2825
2825
  readonly labelSuffix: string;
2826
2826
  readonly hasLabel: boolean;
2827
- readonly defaultValues: FieldValues;
2828
- readonly rowProps: Partial< Mutable<RowProps>>;
2827
+ readonly clearable: boolean;
2829
2828
  readonly colProps: Partial< Mutable<ColProps>>;
2829
+ readonly rowProps: Partial< Mutable<RowProps>>;
2830
+ readonly defaultValues: FieldValues;
2830
2831
  readonly hasErrorTip: boolean;
2831
2832
  readonly hasFooter: boolean;
2832
2833
  readonly hasReset: boolean;
@@ -2836,11 +2837,10 @@ export declare const PlusSearch: {
2836
2837
  readonly footerAlign: "right" | "left" | "center";
2837
2838
  readonly cardProps: Partial< Mutable<CardProps>>;
2838
2839
  readonly prevent: boolean;
2839
- readonly clearable: boolean;
2840
2840
  readonly collapseDuration?: number | undefined;
2841
2841
  readonly collapseTransition?: boolean | undefined;
2842
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2843
2842
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2843
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2844
2844
  onReset?: ((values: FieldValues) => any) | undefined;
2845
2845
  onSubmit?: ((values: FieldValues) => any) | undefined;
2846
2846
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2878,16 +2878,28 @@ export declare const PlusSearch: {
2878
2878
  type: PropType<boolean>;
2879
2879
  default: boolean;
2880
2880
  };
2881
- defaultValues: {
2882
- type: PropType<FieldValues>;
2881
+ clearable: {
2882
+ type: PropType<boolean>;
2883
+ default: boolean;
2884
+ };
2885
+ colProps: {
2886
+ type: PropType<Partial< Mutable<ColProps>>>;
2883
2887
  default: () => {};
2884
2888
  };
2889
+ collapseDuration: {
2890
+ type: PropType<number>;
2891
+ default: undefined;
2892
+ };
2893
+ collapseTransition: {
2894
+ type: PropType<boolean>;
2895
+ default: undefined;
2896
+ };
2885
2897
  rowProps: {
2886
2898
  type: PropType<Partial< Mutable<RowProps>>>;
2887
2899
  default: () => {};
2888
2900
  };
2889
- colProps: {
2890
- type: PropType<Partial< Mutable<ColProps>>>;
2901
+ defaultValues: {
2902
+ type: PropType<FieldValues>;
2891
2903
  default: () => {};
2892
2904
  };
2893
2905
  hasErrorTip: {
@@ -2926,26 +2938,14 @@ export declare const PlusSearch: {
2926
2938
  type: PropType<boolean>;
2927
2939
  default: boolean;
2928
2940
  };
2929
- collapseDuration: {
2930
- type: PropType<number>;
2931
- default: undefined;
2932
- };
2933
- collapseTransition: {
2934
- type: PropType<boolean>;
2935
- default: undefined;
2936
- };
2937
- clearable: {
2938
- type: PropType<boolean>;
2939
- default: boolean;
2940
- };
2941
2941
  }>> & {
2942
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2943
2942
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2943
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2944
2944
  onReset?: ((values: FieldValues) => any) | undefined;
2945
2945
  onSubmit?: ((values: FieldValues) => any) | undefined;
2946
2946
  onValidate?: ((...args: any[]) => any) | undefined;
2947
2947
  onSubmitError?: ((errors: unknown) => any) | undefined;
2948
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
2948
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
2949
2949
  $attrs: {
2950
2950
  [x: string]: unknown;
2951
2951
  };
@@ -2957,7 +2957,7 @@ export declare const PlusSearch: {
2957
2957
  }>;
2958
2958
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2959
2959
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2960
- $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);
2960
+ $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);
2961
2961
  $el: any;
2962
2962
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2963
2963
  columns: {
@@ -2992,16 +2992,28 @@ export declare const PlusSearch: {
2992
2992
  type: PropType<boolean>;
2993
2993
  default: boolean;
2994
2994
  };
2995
- defaultValues: {
2996
- type: PropType<FieldValues>;
2995
+ clearable: {
2996
+ type: PropType<boolean>;
2997
+ default: boolean;
2998
+ };
2999
+ colProps: {
3000
+ type: PropType<Partial< Mutable<ColProps>>>;
2997
3001
  default: () => {};
2998
3002
  };
3003
+ collapseDuration: {
3004
+ type: PropType<number>;
3005
+ default: undefined;
3006
+ };
3007
+ collapseTransition: {
3008
+ type: PropType<boolean>;
3009
+ default: undefined;
3010
+ };
2999
3011
  rowProps: {
3000
3012
  type: PropType<Partial< Mutable<RowProps>>>;
3001
3013
  default: () => {};
3002
3014
  };
3003
- colProps: {
3004
- type: PropType<Partial< Mutable<ColProps>>>;
3015
+ defaultValues: {
3016
+ type: PropType<FieldValues>;
3005
3017
  default: () => {};
3006
3018
  };
3007
3019
  hasErrorTip: {
@@ -3040,21 +3052,9 @@ export declare const PlusSearch: {
3040
3052
  type: PropType<boolean>;
3041
3053
  default: boolean;
3042
3054
  };
3043
- collapseDuration: {
3044
- type: PropType<number>;
3045
- default: undefined;
3046
- };
3047
- collapseTransition: {
3048
- type: PropType<boolean>;
3049
- default: undefined;
3050
- };
3051
- clearable: {
3052
- type: PropType<boolean>;
3053
- default: boolean;
3054
- };
3055
3055
  }>> & {
3056
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3057
3056
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3057
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3058
3058
  onReset?: ((values: FieldValues) => any) | undefined;
3059
3059
  onSubmit?: ((values: FieldValues) => any) | undefined;
3060
3060
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -3360,9 +3360,12 @@ export declare const PlusSearch: {
3360
3360
  labelWidth: string | number;
3361
3361
  labelSuffix: string;
3362
3362
  hasLabel: boolean;
3363
- defaultValues: FieldValues;
3364
- rowProps: Partial< Mutable<RowProps>>;
3363
+ clearable: boolean;
3365
3364
  colProps: Partial< Mutable<ColProps>>;
3365
+ collapseDuration: number;
3366
+ collapseTransition: boolean;
3367
+ rowProps: Partial< Mutable<RowProps>>;
3368
+ defaultValues: FieldValues;
3366
3369
  hasErrorTip: boolean;
3367
3370
  hasFooter: boolean;
3368
3371
  hasReset: boolean;
@@ -3372,9 +3375,6 @@ export declare const PlusSearch: {
3372
3375
  footerAlign: "right" | "left" | "center";
3373
3376
  cardProps: Partial< Mutable<CardProps>>;
3374
3377
  prevent: boolean;
3375
- collapseDuration: number;
3376
- collapseTransition: boolean;
3377
- clearable: boolean;
3378
3378
  }, {}, string, {}> & {
3379
3379
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3380
3380
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -3428,16 +3428,28 @@ export declare const PlusSearch: {
3428
3428
  type: PropType<boolean>;
3429
3429
  default: boolean;
3430
3430
  };
3431
- defaultValues: {
3432
- type: PropType<FieldValues>;
3431
+ clearable: {
3432
+ type: PropType<boolean>;
3433
+ default: boolean;
3434
+ };
3435
+ colProps: {
3436
+ type: PropType<Partial< Mutable<ColProps>>>;
3433
3437
  default: () => {};
3434
3438
  };
3439
+ collapseDuration: {
3440
+ type: PropType<number>;
3441
+ default: undefined;
3442
+ };
3443
+ collapseTransition: {
3444
+ type: PropType<boolean>;
3445
+ default: undefined;
3446
+ };
3435
3447
  rowProps: {
3436
3448
  type: PropType<Partial< Mutable<RowProps>>>;
3437
3449
  default: () => {};
3438
3450
  };
3439
- colProps: {
3440
- type: PropType<Partial< Mutable<ColProps>>>;
3451
+ defaultValues: {
3452
+ type: PropType<FieldValues>;
3441
3453
  default: () => {};
3442
3454
  };
3443
3455
  hasErrorTip: {
@@ -3476,21 +3488,9 @@ export declare const PlusSearch: {
3476
3488
  type: PropType<boolean>;
3477
3489
  default: boolean;
3478
3490
  };
3479
- collapseDuration: {
3480
- type: PropType<number>;
3481
- default: undefined;
3482
- };
3483
- collapseTransition: {
3484
- type: PropType<boolean>;
3485
- default: undefined;
3486
- };
3487
- clearable: {
3488
- type: PropType<boolean>;
3489
- default: boolean;
3490
- };
3491
3491
  }>> & {
3492
- onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3493
3492
  "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3493
+ onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3494
3494
  onReset?: ((values: FieldValues) => any) | undefined;
3495
3495
  onSubmit?: ((values: FieldValues) => any) | undefined;
3496
3496
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -3790,7 +3790,7 @@ export declare const PlusSearch: {
3790
3790
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
3791
3791
  columns?: PlusColumn[] | undefined;
3792
3792
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3793
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3793
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3794
3794
  readonly label: string | ComputedRef<string>;
3795
3795
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3796
3796
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3804,7 +3804,7 @@ export declare const PlusSearch: {
3804
3804
  style: CSSProperties;
3805
3805
  rows: number;
3806
3806
  autocomplete: string;
3807
- 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";
3807
+ 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";
3808
3808
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3809
3809
  step: string | number;
3810
3810
  format: string | ProgressFn | undefined;
@@ -3865,7 +3865,7 @@ export declare const PlusSearch: {
3865
3865
  clearable: boolean;
3866
3866
  index: number;
3867
3867
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3868
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3868
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3869
3869
  readonly label: string | ComputedRef<string>;
3870
3870
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3871
3871
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3879,7 +3879,7 @@ export declare const PlusSearch: {
3879
3879
  style: CSSProperties;
3880
3880
  rows: number;
3881
3881
  autocomplete: string;
3882
- 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";
3882
+ 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";
3883
3883
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3884
3884
  step: string | number;
3885
3885
  format: string | ProgressFn | undefined;
@@ -3968,9 +3968,9 @@ export declare const PlusSearch: {
3968
3968
  labelPosition: "top" | "right" | "left";
3969
3969
  inline: boolean;
3970
3970
  showNumber: number;
3971
- defaultValues: FieldValues;
3972
- rowProps: Partial< Mutable<RowProps>>;
3973
3971
  colProps: Partial< Mutable<ColProps>>;
3972
+ rowProps: Partial< Mutable<RowProps>>;
3973
+ defaultValues: FieldValues;
3974
3974
  hasFooter: boolean;
3975
3975
  hasReset: boolean;
3976
3976
  resetText: string;
@@ -3985,7 +3985,7 @@ export declare const PlusSearch: {
3985
3985
  needValidate: boolean;
3986
3986
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3987
3987
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3988
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3988
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3989
3989
  readonly label: string | ComputedRef<string>;
3990
3990
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3991
3991
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3999,7 +3999,7 @@ export declare const PlusSearch: {
3999
3999
  style: CSSProperties;
4000
4000
  rows: number;
4001
4001
  autocomplete: string;
4002
- 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";
4002
+ 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";
4003
4003
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4004
4004
  step: string | number;
4005
4005
  format: string | ProgressFn | undefined;