@wlydfe/pro-ui 0.2.7 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/README.md +119 -119
  2. package/es/components/check-card/index.d.ts +4 -4
  3. package/es/components/check-card/src/index.vue.d.ts +1 -1
  4. package/es/components/check-card-group/index.d.ts +4 -4
  5. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  6. package/es/components/date-picker/index.d.ts +11 -11
  7. package/es/components/date-picker/src/index.vue.d.ts +11 -11
  8. package/es/components/descriptions/index.d.ts +19 -19
  9. package/es/components/descriptions/src/index.vue.d.ts +1 -1
  10. package/es/components/dialog/index.d.ts +30 -30
  11. package/es/components/dialog/src/index.vue.d.ts +2 -2
  12. package/es/components/dialog-form/index.d.ts +6 -6
  13. package/es/components/dialog-form/src/index.vue.d.ts +3 -3
  14. package/es/components/display-item/index.d.ts +25 -25
  15. package/es/components/display-item/src/index.vue.d.ts +7 -7
  16. package/es/components/display-item/src/index.vue2.mjs +3 -0
  17. package/es/components/drawer-form/index.d.ts +36 -36
  18. package/es/components/drawer-form/src/index.vue.d.ts +5 -5
  19. package/es/components/form/index.d.ts +88 -88
  20. package/es/components/form/src/form-content.vue.d.ts +9 -9
  21. package/es/components/form/src/index.vue.d.ts +11 -11
  22. package/es/components/form/src/index.vue2.mjs +5 -5
  23. package/es/components/form-item/index.d.ts +84 -84
  24. package/es/components/form-item/src/index.vue.d.ts +16 -12
  25. package/es/components/input-tag/index.d.ts +6 -6
  26. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  27. package/es/components/page/index.d.ts +1039 -994
  28. package/es/components/page/src/index.vue.d.ts +361 -374
  29. package/es/components/page/src/index.vue2.mjs +10 -3
  30. package/es/components/pagination/index.d.ts +27 -27
  31. package/es/components/pagination/src/index.vue.d.ts +3 -3
  32. package/es/components/popover/index.d.ts +49 -49
  33. package/es/components/popover/src/index.vue.d.ts +3 -3
  34. package/es/components/radio/index.d.ts +10 -10
  35. package/es/components/radio/src/index.vue.d.ts +2 -2
  36. package/es/components/render/index.d.ts +14 -14
  37. package/es/components/render/src/index.vue.d.ts +1 -1
  38. package/es/components/search/index.d.ts +266 -266
  39. package/es/components/search/src/index.vue.d.ts +77 -77
  40. package/es/components/search/src/index.vue2.mjs +1 -1
  41. package/es/components/sidebar/index.d.ts +16 -16
  42. package/es/components/steps-form/index.d.ts +23 -23
  43. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  44. package/es/components/table/index.d.ts +183 -164
  45. package/es/components/table/src/index.vue.d.ts +16 -13
  46. package/es/components/table/src/index.vue2.mjs +4 -2
  47. package/es/components/table/src/table-action-bar.vue.d.ts +6 -2
  48. package/es/components/table/src/table-action-bar.vue2.mjs +3 -1
  49. package/es/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  50. package/es/components/table/src/table-column-index.vue.d.ts +1 -1
  51. package/es/components/table/src/table-column-index.vue2.mjs +1 -1
  52. package/es/components/table/src/table-column.vue.d.ts +25 -43
  53. package/es/components/table/src/table-column.vue2.mjs +8 -1
  54. package/es/components/table/src/table-title-bar.vue.d.ts +1 -1
  55. package/es/components/table/src/type.d.ts +2 -0
  56. package/es/index.css +8 -8
  57. package/global.d.ts +29 -29
  58. package/index.js +35 -14
  59. package/index.min.js +2 -2
  60. package/index.min.mjs +2 -2
  61. package/index.mjs +35 -14
  62. package/lib/components/check-card/index.d.ts +4 -4
  63. package/lib/components/check-card/src/index.vue.d.ts +1 -1
  64. package/lib/components/check-card-group/index.d.ts +4 -4
  65. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  66. package/lib/components/date-picker/index.d.ts +11 -11
  67. package/lib/components/date-picker/src/index.vue.d.ts +11 -11
  68. package/lib/components/descriptions/index.d.ts +19 -19
  69. package/lib/components/descriptions/src/index.vue.d.ts +1 -1
  70. package/lib/components/dialog/index.d.ts +30 -30
  71. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  72. package/lib/components/dialog-form/index.d.ts +6 -6
  73. package/lib/components/dialog-form/src/index.vue.d.ts +3 -3
  74. package/lib/components/display-item/index.d.ts +25 -25
  75. package/lib/components/display-item/src/index.vue.d.ts +7 -7
  76. package/lib/components/display-item/src/index.vue2.js +3 -0
  77. package/lib/components/drawer-form/index.d.ts +36 -36
  78. package/lib/components/drawer-form/src/index.vue.d.ts +5 -5
  79. package/lib/components/form/index.d.ts +88 -88
  80. package/lib/components/form/src/form-content.vue.d.ts +9 -9
  81. package/lib/components/form/src/index.vue.d.ts +11 -11
  82. package/lib/components/form/src/index.vue2.js +5 -5
  83. package/lib/components/form-item/index.d.ts +84 -84
  84. package/lib/components/form-item/src/index.vue.d.ts +16 -12
  85. package/lib/components/input-tag/index.d.ts +6 -6
  86. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  87. package/lib/components/page/index.d.ts +1039 -994
  88. package/lib/components/page/src/index.vue.d.ts +361 -374
  89. package/lib/components/page/src/index.vue2.js +9 -2
  90. package/lib/components/pagination/index.d.ts +27 -27
  91. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  92. package/lib/components/popover/index.d.ts +49 -49
  93. package/lib/components/popover/src/index.vue.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +10 -10
  95. package/lib/components/radio/src/index.vue.d.ts +2 -2
  96. package/lib/components/render/index.d.ts +14 -14
  97. package/lib/components/render/src/index.vue.d.ts +1 -1
  98. package/lib/components/search/index.d.ts +266 -266
  99. package/lib/components/search/src/index.vue.d.ts +77 -77
  100. package/lib/components/search/src/index.vue2.js +1 -1
  101. package/lib/components/sidebar/index.d.ts +16 -16
  102. package/lib/components/steps-form/index.d.ts +23 -23
  103. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  104. package/lib/components/table/index.d.ts +183 -164
  105. package/lib/components/table/src/index.vue.d.ts +16 -13
  106. package/lib/components/table/src/index.vue2.js +4 -2
  107. package/lib/components/table/src/table-action-bar.vue.d.ts +6 -2
  108. package/lib/components/table/src/table-action-bar.vue2.js +3 -1
  109. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +2 -2
  110. package/lib/components/table/src/table-column-index.vue.d.ts +1 -1
  111. package/lib/components/table/src/table-column-index.vue2.js +1 -1
  112. package/lib/components/table/src/table-column.vue.d.ts +25 -43
  113. package/lib/components/table/src/table-column.vue2.js +8 -1
  114. package/lib/components/table/src/table-title-bar.vue.d.ts +1 -1
  115. package/lib/components/table/src/type.d.ts +2 -0
  116. package/lib/index.css +13 -13
  117. package/locale/en.js +1 -1
  118. package/locale/en.min.js +1 -1
  119. package/locale/en.min.mjs +1 -1
  120. package/locale/en.mjs +1 -1
  121. package/locale/ja.js +1 -1
  122. package/locale/ja.min.js +1 -1
  123. package/locale/ja.min.mjs +1 -1
  124. package/locale/ja.mjs +1 -1
  125. package/locale/ko.js +1 -1
  126. package/locale/ko.min.js +1 -1
  127. package/locale/ko.min.mjs +1 -1
  128. package/locale/ko.mjs +1 -1
  129. package/locale/zh-cn.js +1 -1
  130. package/locale/zh-cn.min.js +1 -1
  131. package/locale/zh-cn.min.mjs +1 -1
  132. package/locale/zh-cn.mjs +1 -1
  133. package/locale/zh-tw.js +1 -1
  134. package/locale/zh-tw.min.js +1 -1
  135. package/locale/zh-tw.min.mjs +1 -1
  136. package/locale/zh-tw.mjs +1 -1
  137. package/package.json +1 -1
  138. package/theme-chalk/src/breadcrumb.scss +9 -9
  139. package/theme-chalk/src/date-picker.scss +96 -96
  140. package/theme-chalk/src/descriptions.scss +41 -41
  141. package/theme-chalk/src/display-item.scss +82 -82
  142. package/theme-chalk/src/drawer-form.scss +16 -16
  143. package/theme-chalk/src/form.scss +34 -34
  144. package/theme-chalk/src/input-tag.scss +91 -91
  145. package/theme-chalk/src/layout.scss +36 -36
  146. package/theme-chalk/src/mixins/function.scss +73 -73
  147. package/theme-chalk/src/search.scss +49 -49
  148. package/theme-chalk/src/sidebar.scss +93 -93
  149. package/theme-chalk/src/table.scss +170 -170
  150. package/theme-chalk/src/var/index.scss +6 -6
@@ -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 { 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';
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';
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,6 +31,16 @@ 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
+ };
34
44
  colProps: {
35
45
  type: PropType<Partial< Mutable<ColProps>>>;
36
46
  default: () => {
@@ -41,16 +51,6 @@ export declare const PlusSearch: {
41
51
  xl: number;
42
52
  };
43
53
  };
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;
@@ -92,8 +92,8 @@ export declare const PlusSearch: {
92
92
  default: boolean;
93
93
  };
94
94
  }>> & {
95
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
96
95
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
96
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
97
97
  onReset?: ((values: FieldValues) => any) | undefined;
98
98
  onSearch?: ((values: FieldValues) => any) | undefined;
99
99
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -110,12 +110,9 @@ export declare const PlusSearch: {
110
110
  labelWidth: string | number;
111
111
  labelSuffix: string;
112
112
  hasLabel: boolean;
113
- clearable: boolean;
114
- colProps: Partial< Mutable<ColProps>>;
115
- collapseDuration: number;
116
- collapseTransition: boolean;
117
- rowProps: Partial< Mutable<RowProps>>;
118
113
  defaultValues: FieldValues;
114
+ rowProps: Partial< Mutable<RowProps>>;
115
+ colProps: Partial< Mutable<ColProps>>;
119
116
  hasErrorTip: boolean;
120
117
  hasFooter: boolean;
121
118
  hasReset: boolean;
@@ -125,6 +122,9 @@ export declare const PlusSearch: {
125
122
  footerAlign: "right" | "left" | "center";
126
123
  cardProps: Partial< Mutable<CardProps>>;
127
124
  prevent: boolean;
125
+ collapseDuration: number;
126
+ collapseTransition: boolean;
127
+ clearable: boolean;
128
128
  }> & Omit<{
129
129
  readonly columns: PlusColumn[];
130
130
  readonly group: false | PlusFormGroupRow[];
@@ -134,10 +134,9 @@ export declare const PlusSearch: {
134
134
  readonly labelWidth: string | number;
135
135
  readonly labelSuffix: string;
136
136
  readonly hasLabel: boolean;
137
- readonly clearable: boolean;
138
- readonly colProps: Partial< Mutable<ColProps>>;
139
- readonly rowProps: Partial< Mutable<RowProps>>;
140
137
  readonly defaultValues: FieldValues;
138
+ readonly rowProps: Partial< Mutable<RowProps>>;
139
+ readonly colProps: Partial< Mutable<ColProps>>;
141
140
  readonly hasErrorTip: boolean;
142
141
  readonly hasFooter: boolean;
143
142
  readonly hasReset: boolean;
@@ -147,10 +146,11 @@ export declare const PlusSearch: {
147
146
  readonly footerAlign: "right" | "left" | "center";
148
147
  readonly cardProps: Partial< Mutable<CardProps>>;
149
148
  readonly prevent: boolean;
149
+ readonly clearable: boolean;
150
150
  readonly collapseDuration?: number | undefined;
151
151
  readonly collapseTransition?: boolean | undefined;
152
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
153
152
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
153
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
154
154
  onReset?: ((values: FieldValues) => any) | undefined;
155
155
  onSubmit?: ((values: FieldValues) => any) | undefined;
156
156
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -188,28 +188,16 @@ export declare const PlusSearch: {
188
188
  type: PropType<boolean>;
189
189
  default: boolean;
190
190
  };
191
- clearable: {
192
- type: PropType<boolean>;
193
- default: boolean;
194
- };
195
- colProps: {
196
- type: PropType<Partial< Mutable<ColProps>>>;
191
+ defaultValues: {
192
+ type: PropType<FieldValues>;
197
193
  default: () => {};
198
194
  };
199
- collapseDuration: {
200
- type: PropType<number>;
201
- default: undefined;
202
- };
203
- collapseTransition: {
204
- type: PropType<boolean>;
205
- default: undefined;
206
- };
207
195
  rowProps: {
208
196
  type: PropType<Partial< Mutable<RowProps>>>;
209
197
  default: () => {};
210
198
  };
211
- defaultValues: {
212
- type: PropType<FieldValues>;
199
+ colProps: {
200
+ type: PropType<Partial< Mutable<ColProps>>>;
213
201
  default: () => {};
214
202
  };
215
203
  hasErrorTip: {
@@ -248,14 +236,26 @@ export declare const PlusSearch: {
248
236
  type: PropType<boolean>;
249
237
  default: boolean;
250
238
  };
239
+ collapseDuration: {
240
+ type: PropType<number>;
241
+ default: undefined;
242
+ };
243
+ collapseTransition: {
244
+ type: PropType<boolean>;
245
+ default: undefined;
246
+ };
247
+ clearable: {
248
+ type: PropType<boolean>;
249
+ default: boolean;
250
+ };
251
251
  }>> & {
252
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
253
252
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
253
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
254
254
  onReset?: ((values: FieldValues) => any) | undefined;
255
255
  onSubmit?: ((values: FieldValues) => any) | undefined;
256
256
  onValidate?: ((...args: any[]) => any) | undefined;
257
257
  onSubmitError?: ((errors: unknown) => any) | undefined;
258
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
258
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
259
259
  $attrs: {
260
260
  [x: string]: unknown;
261
261
  };
@@ -267,7 +267,7 @@ export declare const PlusSearch: {
267
267
  }>;
268
268
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
269
269
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
270
- $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);
270
+ $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);
271
271
  $el: any;
272
272
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
273
273
  columns: {
@@ -302,28 +302,16 @@ export declare const PlusSearch: {
302
302
  type: PropType<boolean>;
303
303
  default: boolean;
304
304
  };
305
- clearable: {
306
- type: PropType<boolean>;
307
- default: boolean;
308
- };
309
- colProps: {
310
- type: PropType<Partial< Mutable<ColProps>>>;
305
+ defaultValues: {
306
+ type: PropType<FieldValues>;
311
307
  default: () => {};
312
308
  };
313
- collapseDuration: {
314
- type: PropType<number>;
315
- default: undefined;
316
- };
317
- collapseTransition: {
318
- type: PropType<boolean>;
319
- default: undefined;
320
- };
321
309
  rowProps: {
322
310
  type: PropType<Partial< Mutable<RowProps>>>;
323
311
  default: () => {};
324
312
  };
325
- defaultValues: {
326
- type: PropType<FieldValues>;
313
+ colProps: {
314
+ type: PropType<Partial< Mutable<ColProps>>>;
327
315
  default: () => {};
328
316
  };
329
317
  hasErrorTip: {
@@ -362,9 +350,21 @@ export declare const PlusSearch: {
362
350
  type: PropType<boolean>;
363
351
  default: boolean;
364
352
  };
353
+ collapseDuration: {
354
+ type: PropType<number>;
355
+ default: undefined;
356
+ };
357
+ collapseTransition: {
358
+ type: PropType<boolean>;
359
+ default: undefined;
360
+ };
361
+ clearable: {
362
+ type: PropType<boolean>;
363
+ default: boolean;
364
+ };
365
365
  }>> & {
366
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
367
366
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
367
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
368
368
  onReset?: ((values: FieldValues) => any) | undefined;
369
369
  onSubmit?: ((values: FieldValues) => any) | undefined;
370
370
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -670,12 +670,9 @@ export declare const PlusSearch: {
670
670
  labelWidth: string | number;
671
671
  labelSuffix: string;
672
672
  hasLabel: boolean;
673
- clearable: boolean;
674
- colProps: Partial< Mutable<ColProps>>;
675
- collapseDuration: number;
676
- collapseTransition: boolean;
677
- rowProps: Partial< Mutable<RowProps>>;
678
673
  defaultValues: FieldValues;
674
+ rowProps: Partial< Mutable<RowProps>>;
675
+ colProps: Partial< Mutable<ColProps>>;
679
676
  hasErrorTip: boolean;
680
677
  hasFooter: boolean;
681
678
  hasReset: boolean;
@@ -685,6 +682,9 @@ export declare const PlusSearch: {
685
682
  footerAlign: "right" | "left" | "center";
686
683
  cardProps: Partial< Mutable<CardProps>>;
687
684
  prevent: boolean;
685
+ collapseDuration: number;
686
+ collapseTransition: boolean;
687
+ clearable: boolean;
688
688
  }, {}, string, {}> & {
689
689
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
690
690
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -738,28 +738,16 @@ export declare const PlusSearch: {
738
738
  type: PropType<boolean>;
739
739
  default: boolean;
740
740
  };
741
- clearable: {
742
- type: PropType<boolean>;
743
- default: boolean;
744
- };
745
- colProps: {
746
- type: PropType<Partial< Mutable<ColProps>>>;
741
+ defaultValues: {
742
+ type: PropType<FieldValues>;
747
743
  default: () => {};
748
744
  };
749
- collapseDuration: {
750
- type: PropType<number>;
751
- default: undefined;
752
- };
753
- collapseTransition: {
754
- type: PropType<boolean>;
755
- default: undefined;
756
- };
757
745
  rowProps: {
758
746
  type: PropType<Partial< Mutable<RowProps>>>;
759
747
  default: () => {};
760
748
  };
761
- defaultValues: {
762
- type: PropType<FieldValues>;
749
+ colProps: {
750
+ type: PropType<Partial< Mutable<ColProps>>>;
763
751
  default: () => {};
764
752
  };
765
753
  hasErrorTip: {
@@ -798,9 +786,21 @@ export declare const PlusSearch: {
798
786
  type: PropType<boolean>;
799
787
  default: boolean;
800
788
  };
789
+ collapseDuration: {
790
+ type: PropType<number>;
791
+ default: undefined;
792
+ };
793
+ collapseTransition: {
794
+ type: PropType<boolean>;
795
+ default: undefined;
796
+ };
797
+ clearable: {
798
+ type: PropType<boolean>;
799
+ default: boolean;
800
+ };
801
801
  }>> & {
802
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
803
802
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
803
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
804
804
  onReset?: ((values: FieldValues) => any) | undefined;
805
805
  onSubmit?: ((values: FieldValues) => any) | undefined;
806
806
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1100,7 +1100,7 @@ export declare const PlusSearch: {
1100
1100
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1101
1101
  columns?: PlusColumn[] | undefined;
1102
1102
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1103
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1103
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1104
1104
  readonly label: string | ComputedRef<string>;
1105
1105
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1106
1106
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1114,7 +1114,7 @@ export declare const PlusSearch: {
1114
1114
  style: CSSProperties;
1115
1115
  rows: number;
1116
1116
  autocomplete: string;
1117
- 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";
1117
+ 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";
1118
1118
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1119
1119
  step: string | number;
1120
1120
  format: string | ProgressFn | undefined;
@@ -1175,7 +1175,7 @@ export declare const PlusSearch: {
1175
1175
  clearable: boolean;
1176
1176
  index: number;
1177
1177
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1178
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1178
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1179
1179
  readonly label: string | ComputedRef<string>;
1180
1180
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1181
1181
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -1189,7 +1189,7 @@ export declare const PlusSearch: {
1189
1189
  style: CSSProperties;
1190
1190
  rows: number;
1191
1191
  autocomplete: string;
1192
- 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";
1192
+ 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";
1193
1193
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1194
1194
  step: string | number;
1195
1195
  format: string | ProgressFn | undefined;
@@ -1293,6 +1293,16 @@ export declare const PlusSearch: {
1293
1293
  type: PropType<number>;
1294
1294
  default: number;
1295
1295
  };
1296
+ defaultValues: {
1297
+ type: PropType<FieldValues>;
1298
+ default: () => {};
1299
+ };
1300
+ rowProps: {
1301
+ type: PropType<Partial< Mutable<RowProps>>>;
1302
+ default: () => {
1303
+ gutter: number;
1304
+ };
1305
+ };
1296
1306
  colProps: {
1297
1307
  type: PropType<Partial< Mutable<ColProps>>>;
1298
1308
  default: () => {
@@ -1303,16 +1313,6 @@ export declare const PlusSearch: {
1303
1313
  xl: number;
1304
1314
  };
1305
1315
  };
1306
- rowProps: {
1307
- type: PropType<Partial< Mutable<RowProps>>>;
1308
- default: () => {
1309
- gutter: number;
1310
- };
1311
- };
1312
- defaultValues: {
1313
- type: PropType<FieldValues>;
1314
- default: () => {};
1315
- };
1316
1316
  hasFooter: {
1317
1317
  type: PropType<boolean>;
1318
1318
  default: boolean;
@@ -1354,8 +1354,8 @@ export declare const PlusSearch: {
1354
1354
  default: boolean;
1355
1355
  };
1356
1356
  }>> & {
1357
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1358
1357
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1358
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1359
1359
  onReset?: ((values: FieldValues) => any) | undefined;
1360
1360
  onSearch?: ((values: FieldValues) => any) | undefined;
1361
1361
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1365,9 +1365,9 @@ export declare const PlusSearch: {
1365
1365
  labelPosition: "top" | "right" | "left";
1366
1366
  inline: boolean;
1367
1367
  showNumber: number;
1368
- colProps: Partial< Mutable<ColProps>>;
1369
- rowProps: Partial< Mutable<RowProps>>;
1370
1368
  defaultValues: FieldValues;
1369
+ rowProps: Partial< Mutable<RowProps>>;
1370
+ colProps: Partial< Mutable<ColProps>>;
1371
1371
  hasFooter: boolean;
1372
1372
  hasReset: boolean;
1373
1373
  resetText: string;
@@ -1406,6 +1406,16 @@ export declare const PlusSearch: {
1406
1406
  type: PropType<number>;
1407
1407
  default: number;
1408
1408
  };
1409
+ defaultValues: {
1410
+ type: PropType<FieldValues>;
1411
+ default: () => {};
1412
+ };
1413
+ rowProps: {
1414
+ type: PropType<Partial< Mutable<RowProps>>>;
1415
+ default: () => {
1416
+ gutter: number;
1417
+ };
1418
+ };
1409
1419
  colProps: {
1410
1420
  type: PropType<Partial< Mutable<ColProps>>>;
1411
1421
  default: () => {
@@ -1416,16 +1426,6 @@ export declare const PlusSearch: {
1416
1426
  xl: number;
1417
1427
  };
1418
1428
  };
1419
- rowProps: {
1420
- type: PropType<Partial< Mutable<RowProps>>>;
1421
- default: () => {
1422
- gutter: number;
1423
- };
1424
- };
1425
- defaultValues: {
1426
- type: PropType<FieldValues>;
1427
- default: () => {};
1428
- };
1429
1429
  hasFooter: {
1430
1430
  type: PropType<boolean>;
1431
1431
  default: boolean;
@@ -1467,8 +1467,8 @@ export declare const PlusSearch: {
1467
1467
  default: boolean;
1468
1468
  };
1469
1469
  }>> & {
1470
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1471
1470
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1471
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1472
1472
  onReset?: ((values: FieldValues) => any) | undefined;
1473
1473
  onSearch?: ((values: FieldValues) => any) | undefined;
1474
1474
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -1485,12 +1485,9 @@ export declare const PlusSearch: {
1485
1485
  labelWidth: string | number;
1486
1486
  labelSuffix: string;
1487
1487
  hasLabel: boolean;
1488
- clearable: boolean;
1489
- colProps: Partial< Mutable<ColProps>>;
1490
- collapseDuration: number;
1491
- collapseTransition: boolean;
1492
- rowProps: Partial< Mutable<RowProps>>;
1493
1488
  defaultValues: FieldValues;
1489
+ rowProps: Partial< Mutable<RowProps>>;
1490
+ colProps: Partial< Mutable<ColProps>>;
1494
1491
  hasErrorTip: boolean;
1495
1492
  hasFooter: boolean;
1496
1493
  hasReset: boolean;
@@ -1500,6 +1497,9 @@ export declare const PlusSearch: {
1500
1497
  footerAlign: "right" | "left" | "center";
1501
1498
  cardProps: Partial< Mutable<CardProps>>;
1502
1499
  prevent: boolean;
1500
+ collapseDuration: number;
1501
+ collapseTransition: boolean;
1502
+ clearable: boolean;
1503
1503
  }> & Omit<{
1504
1504
  readonly columns: PlusColumn[];
1505
1505
  readonly group: false | PlusFormGroupRow[];
@@ -1509,10 +1509,9 @@ export declare const PlusSearch: {
1509
1509
  readonly labelWidth: string | number;
1510
1510
  readonly labelSuffix: string;
1511
1511
  readonly hasLabel: boolean;
1512
- readonly clearable: boolean;
1513
- readonly colProps: Partial< Mutable<ColProps>>;
1514
- readonly rowProps: Partial< Mutable<RowProps>>;
1515
1512
  readonly defaultValues: FieldValues;
1513
+ readonly rowProps: Partial< Mutable<RowProps>>;
1514
+ readonly colProps: Partial< Mutable<ColProps>>;
1516
1515
  readonly hasErrorTip: boolean;
1517
1516
  readonly hasFooter: boolean;
1518
1517
  readonly hasReset: boolean;
@@ -1522,10 +1521,11 @@ export declare const PlusSearch: {
1522
1521
  readonly footerAlign: "right" | "left" | "center";
1523
1522
  readonly cardProps: Partial< Mutable<CardProps>>;
1524
1523
  readonly prevent: boolean;
1524
+ readonly clearable: boolean;
1525
1525
  readonly collapseDuration?: number | undefined;
1526
1526
  readonly collapseTransition?: boolean | undefined;
1527
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1528
1527
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1528
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1529
1529
  onReset?: ((values: FieldValues) => any) | undefined;
1530
1530
  onSubmit?: ((values: FieldValues) => any) | undefined;
1531
1531
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -1563,28 +1563,16 @@ export declare const PlusSearch: {
1563
1563
  type: PropType<boolean>;
1564
1564
  default: boolean;
1565
1565
  };
1566
- clearable: {
1567
- type: PropType<boolean>;
1568
- default: boolean;
1569
- };
1570
- colProps: {
1571
- type: PropType<Partial< Mutable<ColProps>>>;
1566
+ defaultValues: {
1567
+ type: PropType<FieldValues>;
1572
1568
  default: () => {};
1573
1569
  };
1574
- collapseDuration: {
1575
- type: PropType<number>;
1576
- default: undefined;
1577
- };
1578
- collapseTransition: {
1579
- type: PropType<boolean>;
1580
- default: undefined;
1581
- };
1582
1570
  rowProps: {
1583
1571
  type: PropType<Partial< Mutable<RowProps>>>;
1584
1572
  default: () => {};
1585
1573
  };
1586
- defaultValues: {
1587
- type: PropType<FieldValues>;
1574
+ colProps: {
1575
+ type: PropType<Partial< Mutable<ColProps>>>;
1588
1576
  default: () => {};
1589
1577
  };
1590
1578
  hasErrorTip: {
@@ -1623,14 +1611,26 @@ export declare const PlusSearch: {
1623
1611
  type: PropType<boolean>;
1624
1612
  default: boolean;
1625
1613
  };
1614
+ collapseDuration: {
1615
+ type: PropType<number>;
1616
+ default: undefined;
1617
+ };
1618
+ collapseTransition: {
1619
+ type: PropType<boolean>;
1620
+ default: undefined;
1621
+ };
1622
+ clearable: {
1623
+ type: PropType<boolean>;
1624
+ default: boolean;
1625
+ };
1626
1626
  }>> & {
1627
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1628
1627
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1628
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1629
1629
  onReset?: ((values: FieldValues) => any) | undefined;
1630
1630
  onSubmit?: ((values: FieldValues) => any) | undefined;
1631
1631
  onValidate?: ((...args: any[]) => any) | undefined;
1632
1632
  onSubmitError?: ((errors: unknown) => any) | undefined;
1633
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
1633
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
1634
1634
  $attrs: {
1635
1635
  [x: string]: unknown;
1636
1636
  };
@@ -1642,7 +1642,7 @@ export declare const PlusSearch: {
1642
1642
  }>;
1643
1643
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1644
1644
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1645
- $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);
1645
+ $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);
1646
1646
  $el: any;
1647
1647
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1648
1648
  columns: {
@@ -1677,28 +1677,16 @@ export declare const PlusSearch: {
1677
1677
  type: PropType<boolean>;
1678
1678
  default: boolean;
1679
1679
  };
1680
- clearable: {
1681
- type: PropType<boolean>;
1682
- default: boolean;
1683
- };
1684
- colProps: {
1685
- type: PropType<Partial< Mutable<ColProps>>>;
1680
+ defaultValues: {
1681
+ type: PropType<FieldValues>;
1686
1682
  default: () => {};
1687
1683
  };
1688
- collapseDuration: {
1689
- type: PropType<number>;
1690
- default: undefined;
1691
- };
1692
- collapseTransition: {
1693
- type: PropType<boolean>;
1694
- default: undefined;
1695
- };
1696
1684
  rowProps: {
1697
1685
  type: PropType<Partial< Mutable<RowProps>>>;
1698
1686
  default: () => {};
1699
1687
  };
1700
- defaultValues: {
1701
- type: PropType<FieldValues>;
1688
+ colProps: {
1689
+ type: PropType<Partial< Mutable<ColProps>>>;
1702
1690
  default: () => {};
1703
1691
  };
1704
1692
  hasErrorTip: {
@@ -1737,9 +1725,21 @@ export declare const PlusSearch: {
1737
1725
  type: PropType<boolean>;
1738
1726
  default: boolean;
1739
1727
  };
1728
+ collapseDuration: {
1729
+ type: PropType<number>;
1730
+ default: undefined;
1731
+ };
1732
+ collapseTransition: {
1733
+ type: PropType<boolean>;
1734
+ default: undefined;
1735
+ };
1736
+ clearable: {
1737
+ type: PropType<boolean>;
1738
+ default: boolean;
1739
+ };
1740
1740
  }>> & {
1741
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1742
1741
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1742
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1743
1743
  onReset?: ((values: FieldValues) => any) | undefined;
1744
1744
  onSubmit?: ((values: FieldValues) => any) | undefined;
1745
1745
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2045,12 +2045,9 @@ export declare const PlusSearch: {
2045
2045
  labelWidth: string | number;
2046
2046
  labelSuffix: string;
2047
2047
  hasLabel: boolean;
2048
- clearable: boolean;
2049
- colProps: Partial< Mutable<ColProps>>;
2050
- collapseDuration: number;
2051
- collapseTransition: boolean;
2052
- rowProps: Partial< Mutable<RowProps>>;
2053
2048
  defaultValues: FieldValues;
2049
+ rowProps: Partial< Mutable<RowProps>>;
2050
+ colProps: Partial< Mutable<ColProps>>;
2054
2051
  hasErrorTip: boolean;
2055
2052
  hasFooter: boolean;
2056
2053
  hasReset: boolean;
@@ -2060,6 +2057,9 @@ export declare const PlusSearch: {
2060
2057
  footerAlign: "right" | "left" | "center";
2061
2058
  cardProps: Partial< Mutable<CardProps>>;
2062
2059
  prevent: boolean;
2060
+ collapseDuration: number;
2061
+ collapseTransition: boolean;
2062
+ clearable: boolean;
2063
2063
  }, {}, string, {}> & {
2064
2064
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2065
2065
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2113,28 +2113,16 @@ export declare const PlusSearch: {
2113
2113
  type: PropType<boolean>;
2114
2114
  default: boolean;
2115
2115
  };
2116
- clearable: {
2117
- type: PropType<boolean>;
2118
- default: boolean;
2119
- };
2120
- colProps: {
2121
- type: PropType<Partial< Mutable<ColProps>>>;
2116
+ defaultValues: {
2117
+ type: PropType<FieldValues>;
2122
2118
  default: () => {};
2123
2119
  };
2124
- collapseDuration: {
2125
- type: PropType<number>;
2126
- default: undefined;
2127
- };
2128
- collapseTransition: {
2129
- type: PropType<boolean>;
2130
- default: undefined;
2131
- };
2132
2120
  rowProps: {
2133
2121
  type: PropType<Partial< Mutable<RowProps>>>;
2134
2122
  default: () => {};
2135
2123
  };
2136
- defaultValues: {
2137
- type: PropType<FieldValues>;
2124
+ colProps: {
2125
+ type: PropType<Partial< Mutable<ColProps>>>;
2138
2126
  default: () => {};
2139
2127
  };
2140
2128
  hasErrorTip: {
@@ -2173,9 +2161,21 @@ export declare const PlusSearch: {
2173
2161
  type: PropType<boolean>;
2174
2162
  default: boolean;
2175
2163
  };
2164
+ collapseDuration: {
2165
+ type: PropType<number>;
2166
+ default: undefined;
2167
+ };
2168
+ collapseTransition: {
2169
+ type: PropType<boolean>;
2170
+ default: undefined;
2171
+ };
2172
+ clearable: {
2173
+ type: PropType<boolean>;
2174
+ default: boolean;
2175
+ };
2176
2176
  }>> & {
2177
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2178
2177
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2178
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2179
2179
  onReset?: ((values: FieldValues) => any) | undefined;
2180
2180
  onSubmit?: ((values: FieldValues) => any) | undefined;
2181
2181
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2475,7 +2475,7 @@ export declare const PlusSearch: {
2475
2475
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2476
2476
  columns?: PlusColumn[] | undefined;
2477
2477
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2478
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2478
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2479
2479
  readonly label: string | ComputedRef<string>;
2480
2480
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2481
2481
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2489,7 +2489,7 @@ export declare const PlusSearch: {
2489
2489
  style: CSSProperties;
2490
2490
  rows: number;
2491
2491
  autocomplete: string;
2492
- 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";
2492
+ 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";
2493
2493
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2494
2494
  step: string | number;
2495
2495
  format: string | ProgressFn | undefined;
@@ -2550,7 +2550,7 @@ export declare const PlusSearch: {
2550
2550
  clearable: boolean;
2551
2551
  index: number;
2552
2552
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2553
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2553
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2554
2554
  readonly label: string | ComputedRef<string>;
2555
2555
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2556
2556
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -2564,7 +2564,7 @@ export declare const PlusSearch: {
2564
2564
  style: CSSProperties;
2565
2565
  rows: number;
2566
2566
  autocomplete: string;
2567
- 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";
2567
+ 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";
2568
2568
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2569
2569
  step: string | number;
2570
2570
  format: string | ProgressFn | undefined;
@@ -2647,9 +2647,9 @@ export declare const PlusSearch: {
2647
2647
  labelPosition: "top" | "right" | "left";
2648
2648
  inline: boolean;
2649
2649
  showNumber: number;
2650
- colProps: Partial< Mutable<ColProps>>;
2651
- rowProps: Partial< Mutable<RowProps>>;
2652
2650
  defaultValues: FieldValues;
2651
+ rowProps: Partial< Mutable<RowProps>>;
2652
+ colProps: Partial< Mutable<ColProps>>;
2653
2653
  hasFooter: boolean;
2654
2654
  hasReset: boolean;
2655
2655
  resetText: string;
@@ -2685,6 +2685,16 @@ export declare const PlusSearch: {
2685
2685
  type: PropType<number>;
2686
2686
  default: number;
2687
2687
  };
2688
+ defaultValues: {
2689
+ type: PropType<FieldValues>;
2690
+ default: () => {};
2691
+ };
2692
+ rowProps: {
2693
+ type: PropType<Partial< Mutable<RowProps>>>;
2694
+ default: () => {
2695
+ gutter: number;
2696
+ };
2697
+ };
2688
2698
  colProps: {
2689
2699
  type: PropType<Partial< Mutable<ColProps>>>;
2690
2700
  default: () => {
@@ -2695,16 +2705,6 @@ export declare const PlusSearch: {
2695
2705
  xl: number;
2696
2706
  };
2697
2707
  };
2698
- rowProps: {
2699
- type: PropType<Partial< Mutable<RowProps>>>;
2700
- default: () => {
2701
- gutter: number;
2702
- };
2703
- };
2704
- defaultValues: {
2705
- type: PropType<FieldValues>;
2706
- default: () => {};
2707
- };
2708
2708
  hasFooter: {
2709
2709
  type: PropType<boolean>;
2710
2710
  default: boolean;
@@ -2746,8 +2746,8 @@ export declare const PlusSearch: {
2746
2746
  default: boolean;
2747
2747
  };
2748
2748
  }>> & {
2749
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2750
2749
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2750
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2751
2751
  onReset?: ((values: FieldValues) => any) | undefined;
2752
2752
  onSearch?: ((values: FieldValues) => any) | undefined;
2753
2753
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
@@ -2764,12 +2764,9 @@ export declare const PlusSearch: {
2764
2764
  labelWidth: string | number;
2765
2765
  labelSuffix: string;
2766
2766
  hasLabel: boolean;
2767
- clearable: boolean;
2768
- colProps: Partial< Mutable<ColProps>>;
2769
- collapseDuration: number;
2770
- collapseTransition: boolean;
2771
- rowProps: Partial< Mutable<RowProps>>;
2772
2767
  defaultValues: FieldValues;
2768
+ rowProps: Partial< Mutable<RowProps>>;
2769
+ colProps: Partial< Mutable<ColProps>>;
2773
2770
  hasErrorTip: boolean;
2774
2771
  hasFooter: boolean;
2775
2772
  hasReset: boolean;
@@ -2779,6 +2776,9 @@ export declare const PlusSearch: {
2779
2776
  footerAlign: "right" | "left" | "center";
2780
2777
  cardProps: Partial< Mutable<CardProps>>;
2781
2778
  prevent: boolean;
2779
+ collapseDuration: number;
2780
+ collapseTransition: boolean;
2781
+ clearable: boolean;
2782
2782
  }> & Omit<{
2783
2783
  readonly columns: PlusColumn[];
2784
2784
  readonly group: false | PlusFormGroupRow[];
@@ -2788,10 +2788,9 @@ export declare const PlusSearch: {
2788
2788
  readonly labelWidth: string | number;
2789
2789
  readonly labelSuffix: string;
2790
2790
  readonly hasLabel: boolean;
2791
- readonly clearable: boolean;
2792
- readonly colProps: Partial< Mutable<ColProps>>;
2793
- readonly rowProps: Partial< Mutable<RowProps>>;
2794
2791
  readonly defaultValues: FieldValues;
2792
+ readonly rowProps: Partial< Mutable<RowProps>>;
2793
+ readonly colProps: Partial< Mutable<ColProps>>;
2795
2794
  readonly hasErrorTip: boolean;
2796
2795
  readonly hasFooter: boolean;
2797
2796
  readonly hasReset: boolean;
@@ -2801,10 +2800,11 @@ export declare const PlusSearch: {
2801
2800
  readonly footerAlign: "right" | "left" | "center";
2802
2801
  readonly cardProps: Partial< Mutable<CardProps>>;
2803
2802
  readonly prevent: boolean;
2803
+ readonly clearable: boolean;
2804
2804
  readonly collapseDuration?: number | undefined;
2805
2805
  readonly collapseTransition?: boolean | undefined;
2806
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2807
2806
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2807
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2808
2808
  onReset?: ((values: FieldValues) => any) | undefined;
2809
2809
  onSubmit?: ((values: FieldValues) => any) | undefined;
2810
2810
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -2842,28 +2842,16 @@ export declare const PlusSearch: {
2842
2842
  type: PropType<boolean>;
2843
2843
  default: boolean;
2844
2844
  };
2845
- clearable: {
2846
- type: PropType<boolean>;
2847
- default: boolean;
2848
- };
2849
- colProps: {
2850
- type: PropType<Partial< Mutable<ColProps>>>;
2845
+ defaultValues: {
2846
+ type: PropType<FieldValues>;
2851
2847
  default: () => {};
2852
2848
  };
2853
- collapseDuration: {
2854
- type: PropType<number>;
2855
- default: undefined;
2856
- };
2857
- collapseTransition: {
2858
- type: PropType<boolean>;
2859
- default: undefined;
2860
- };
2861
2849
  rowProps: {
2862
2850
  type: PropType<Partial< Mutable<RowProps>>>;
2863
2851
  default: () => {};
2864
2852
  };
2865
- defaultValues: {
2866
- type: PropType<FieldValues>;
2853
+ colProps: {
2854
+ type: PropType<Partial< Mutable<ColProps>>>;
2867
2855
  default: () => {};
2868
2856
  };
2869
2857
  hasErrorTip: {
@@ -2902,14 +2890,26 @@ export declare const PlusSearch: {
2902
2890
  type: PropType<boolean>;
2903
2891
  default: boolean;
2904
2892
  };
2893
+ collapseDuration: {
2894
+ type: PropType<number>;
2895
+ default: undefined;
2896
+ };
2897
+ collapseTransition: {
2898
+ type: PropType<boolean>;
2899
+ default: undefined;
2900
+ };
2901
+ clearable: {
2902
+ type: PropType<boolean>;
2903
+ default: boolean;
2904
+ };
2905
2905
  }>> & {
2906
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2907
2906
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2907
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2908
2908
  onReset?: ((values: FieldValues) => any) | undefined;
2909
2909
  onSubmit?: ((values: FieldValues) => any) | undefined;
2910
2910
  onValidate?: ((...args: any[]) => any) | undefined;
2911
2911
  onSubmitError?: ((errors: unknown) => any) | undefined;
2912
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
2912
+ }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "collapseDuration" | "collapseTransition" | "clearable">;
2913
2913
  $attrs: {
2914
2914
  [x: string]: unknown;
2915
2915
  };
@@ -2921,7 +2921,7 @@ export declare const PlusSearch: {
2921
2921
  }>;
2922
2922
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2923
2923
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
2924
- $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);
2924
+ $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);
2925
2925
  $el: any;
2926
2926
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2927
2927
  columns: {
@@ -2956,28 +2956,16 @@ export declare const PlusSearch: {
2956
2956
  type: PropType<boolean>;
2957
2957
  default: boolean;
2958
2958
  };
2959
- clearable: {
2960
- type: PropType<boolean>;
2961
- default: boolean;
2962
- };
2963
- colProps: {
2964
- type: PropType<Partial< Mutable<ColProps>>>;
2959
+ defaultValues: {
2960
+ type: PropType<FieldValues>;
2965
2961
  default: () => {};
2966
2962
  };
2967
- collapseDuration: {
2968
- type: PropType<number>;
2969
- default: undefined;
2970
- };
2971
- collapseTransition: {
2972
- type: PropType<boolean>;
2973
- default: undefined;
2974
- };
2975
2963
  rowProps: {
2976
2964
  type: PropType<Partial< Mutable<RowProps>>>;
2977
2965
  default: () => {};
2978
2966
  };
2979
- defaultValues: {
2980
- type: PropType<FieldValues>;
2967
+ colProps: {
2968
+ type: PropType<Partial< Mutable<ColProps>>>;
2981
2969
  default: () => {};
2982
2970
  };
2983
2971
  hasErrorTip: {
@@ -3016,9 +3004,21 @@ export declare const PlusSearch: {
3016
3004
  type: PropType<boolean>;
3017
3005
  default: boolean;
3018
3006
  };
3007
+ collapseDuration: {
3008
+ type: PropType<number>;
3009
+ default: undefined;
3010
+ };
3011
+ collapseTransition: {
3012
+ type: PropType<boolean>;
3013
+ default: undefined;
3014
+ };
3015
+ clearable: {
3016
+ type: PropType<boolean>;
3017
+ default: boolean;
3018
+ };
3019
3019
  }>> & {
3020
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3021
3020
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3021
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3022
3022
  onReset?: ((values: FieldValues) => any) | undefined;
3023
3023
  onSubmit?: ((values: FieldValues) => any) | undefined;
3024
3024
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -3324,12 +3324,9 @@ export declare const PlusSearch: {
3324
3324
  labelWidth: string | number;
3325
3325
  labelSuffix: string;
3326
3326
  hasLabel: boolean;
3327
- clearable: boolean;
3328
- colProps: Partial< Mutable<ColProps>>;
3329
- collapseDuration: number;
3330
- collapseTransition: boolean;
3331
- rowProps: Partial< Mutable<RowProps>>;
3332
3327
  defaultValues: FieldValues;
3328
+ rowProps: Partial< Mutable<RowProps>>;
3329
+ colProps: Partial< Mutable<ColProps>>;
3333
3330
  hasErrorTip: boolean;
3334
3331
  hasFooter: boolean;
3335
3332
  hasReset: boolean;
@@ -3339,6 +3336,9 @@ export declare const PlusSearch: {
3339
3336
  footerAlign: "right" | "left" | "center";
3340
3337
  cardProps: Partial< Mutable<CardProps>>;
3341
3338
  prevent: boolean;
3339
+ collapseDuration: number;
3340
+ collapseTransition: boolean;
3341
+ clearable: boolean;
3342
3342
  }, {}, string, {}> & {
3343
3343
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3344
3344
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -3392,28 +3392,16 @@ export declare const PlusSearch: {
3392
3392
  type: PropType<boolean>;
3393
3393
  default: boolean;
3394
3394
  };
3395
- clearable: {
3396
- type: PropType<boolean>;
3397
- default: boolean;
3398
- };
3399
- colProps: {
3400
- type: PropType<Partial< Mutable<ColProps>>>;
3395
+ defaultValues: {
3396
+ type: PropType<FieldValues>;
3401
3397
  default: () => {};
3402
3398
  };
3403
- collapseDuration: {
3404
- type: PropType<number>;
3405
- default: undefined;
3406
- };
3407
- collapseTransition: {
3408
- type: PropType<boolean>;
3409
- default: undefined;
3410
- };
3411
3399
  rowProps: {
3412
3400
  type: PropType<Partial< Mutable<RowProps>>>;
3413
3401
  default: () => {};
3414
3402
  };
3415
- defaultValues: {
3416
- type: PropType<FieldValues>;
3403
+ colProps: {
3404
+ type: PropType<Partial< Mutable<ColProps>>>;
3417
3405
  default: () => {};
3418
3406
  };
3419
3407
  hasErrorTip: {
@@ -3452,9 +3440,21 @@ export declare const PlusSearch: {
3452
3440
  type: PropType<boolean>;
3453
3441
  default: boolean;
3454
3442
  };
3443
+ collapseDuration: {
3444
+ type: PropType<number>;
3445
+ default: undefined;
3446
+ };
3447
+ collapseTransition: {
3448
+ type: PropType<boolean>;
3449
+ default: undefined;
3450
+ };
3451
+ clearable: {
3452
+ type: PropType<boolean>;
3453
+ default: boolean;
3454
+ };
3455
3455
  }>> & {
3456
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3457
3456
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3457
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3458
3458
  onReset?: ((values: FieldValues) => any) | undefined;
3459
3459
  onSubmit?: ((values: FieldValues) => any) | undefined;
3460
3460
  onValidate?: ((...args: any[]) => any) | undefined;
@@ -3754,7 +3754,7 @@ export declare const PlusSearch: {
3754
3754
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
3755
3755
  columns?: PlusColumn[] | undefined;
3756
3756
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3757
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3757
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3758
3758
  readonly label: string | ComputedRef<string>;
3759
3759
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3760
3760
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3768,7 +3768,7 @@ export declare const PlusSearch: {
3768
3768
  style: CSSProperties;
3769
3769
  rows: number;
3770
3770
  autocomplete: string;
3771
- 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";
3771
+ 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";
3772
3772
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3773
3773
  step: string | number;
3774
3774
  format: string | ProgressFn | undefined;
@@ -3829,7 +3829,7 @@ export declare const PlusSearch: {
3829
3829
  clearable: boolean;
3830
3830
  index: number;
3831
3831
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
3832
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3832
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3833
3833
  readonly label: string | ComputedRef<string>;
3834
3834
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3835
3835
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3843,7 +3843,7 @@ export declare const PlusSearch: {
3843
3843
  style: CSSProperties;
3844
3844
  rows: number;
3845
3845
  autocomplete: string;
3846
- 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";
3846
+ 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";
3847
3847
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3848
3848
  step: string | number;
3849
3849
  format: string | ProgressFn | undefined;
@@ -3932,9 +3932,9 @@ export declare const PlusSearch: {
3932
3932
  labelPosition: "top" | "right" | "left";
3933
3933
  inline: boolean;
3934
3934
  showNumber: number;
3935
- colProps: Partial< Mutable<ColProps>>;
3936
- rowProps: Partial< Mutable<RowProps>>;
3937
3935
  defaultValues: FieldValues;
3936
+ rowProps: Partial< Mutable<RowProps>>;
3937
+ colProps: Partial< Mutable<ColProps>>;
3938
3938
  hasFooter: boolean;
3939
3939
  hasReset: boolean;
3940
3940
  resetText: string;
@@ -3947,7 +3947,7 @@ export declare const PlusSearch: {
3947
3947
  needValidate: boolean;
3948
3948
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3949
3949
  $slots: Partial<Record<NonNullable<string | number>, (_: {
3950
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "options" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
3950
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "fieldSlots" | "fieldChildrenSlot" | "modelValue" | "options" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
3951
3951
  readonly label: string | ComputedRef<string>;
3952
3952
  readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
3953
3953
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
@@ -3961,7 +3961,7 @@ export declare const PlusSearch: {
3961
3961
  style: CSSProperties;
3962
3962
  rows: number;
3963
3963
  autocomplete: string;
3964
- 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";
3964
+ 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";
3965
3965
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
3966
3966
  step: string | number;
3967
3967
  format: string | ProgressFn | undefined;