yc-pro-components 0.0.7 → 0.0.8

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 (149) hide show
  1. package/es/components/check-card/index.d.ts +57 -57
  2. package/es/components/check-card/src/index.vue.d.ts +14 -14
  3. package/es/components/check-card-group/index.d.ts +22 -22
  4. package/es/components/check-card-group/src/index.vue.d.ts +19 -19
  5. package/es/components/date-picker/index.d.ts +1 -1
  6. package/es/components/date-picker/src/index.vue.d.ts +1 -1
  7. package/es/components/descriptions/index.d.ts +39 -39
  8. package/es/components/descriptions/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog/index.d.ts +19 -19
  10. package/es/components/dialog/src/index.vue.d.ts +1 -1
  11. package/es/components/dialog-form/index.d.ts +47 -47
  12. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  13. package/es/components/display-item/index.d.ts +12 -12
  14. package/es/components/display-item/src/index.vue.d.ts +12 -12
  15. package/es/components/drawer-form/index.d.ts +28 -28
  16. package/es/components/drawer-form/src/index.vue.d.ts +6 -6
  17. package/es/components/form/index.d.ts +107 -107
  18. package/es/components/form/src/form-content.vue.d.ts +17 -17
  19. package/es/components/form/src/index.vue.d.ts +16 -16
  20. package/es/components/form-item/index.d.ts +106 -106
  21. package/es/components/form-item/src/index.vue.d.ts +14 -14
  22. package/es/components/header/index.d.ts +19 -19
  23. package/es/components/header/src/index.vue.d.ts +1 -1
  24. package/es/components/input-tag/index.d.ts +11 -11
  25. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  26. package/es/components/page/index.d.ts +895 -895
  27. package/es/components/page/src/index.vue.d.ts +289 -289
  28. package/es/components/pagination/index.d.ts +4 -4
  29. package/es/components/pagination/src/index.vue.d.ts +1 -1
  30. package/es/components/radio/index.d.ts +26 -26
  31. package/es/components/radio/src/index.vue.d.ts +26 -26
  32. package/es/components/render/index.d.ts +17 -17
  33. package/es/components/render/src/index.vue.d.ts +2 -2
  34. package/es/components/search/index.d.ts +328 -328
  35. package/es/components/search/src/index.vue.d.ts +95 -95
  36. package/es/components/steps-form/index.d.ts +23 -23
  37. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  38. package/es/components/table/index.d.ts +74 -74
  39. package/es/components/table/src/index.vue.d.ts +19 -19
  40. package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
  41. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  42. package/es/components/table/src/table-column.vue.d.ts +12 -12
  43. package/es/components/utils/index.d.ts +15 -15
  44. package/es/components/yc-count-to/index.d.ts +1 -1
  45. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  46. package/es/components/yc-download-dialog/index.d.ts +19 -19
  47. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  48. package/es/components/yc-drawer/store.d.ts +6 -6
  49. package/es/components/yc-form-container-header/index.d.ts +12 -12
  50. package/es/components/yc-more-actions/index.d.ts +46 -46
  51. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-plus-page/src/index.vue.d.ts +677 -677
  53. package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  54. package/es/components/yc-segmented/index.d.ts +1 -1
  55. package/es/components/yc-segmented/src/index.d.ts +1 -1
  56. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  57. package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  58. package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
  59. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  60. package/es/hooks/usePlusFormReset.d.ts +193 -193
  61. package/es/index.css +1 -1
  62. package/index.css +8 -7
  63. package/index.js +2 -2
  64. package/index.min.css +1 -1
  65. package/index.min.js +2 -2
  66. package/index.min.mjs +2 -2
  67. package/index.mjs +2 -2
  68. package/lib/components/check-card/index.d.ts +57 -57
  69. package/lib/components/check-card/src/index.vue.d.ts +14 -14
  70. package/lib/components/check-card-group/index.d.ts +22 -22
  71. package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
  72. package/lib/components/date-picker/index.d.ts +1 -1
  73. package/lib/components/date-picker/src/index.vue.d.ts +1 -1
  74. package/lib/components/descriptions/index.d.ts +39 -39
  75. package/lib/components/descriptions/src/index.vue.d.ts +2 -2
  76. package/lib/components/dialog/index.d.ts +19 -19
  77. package/lib/components/dialog/src/index.vue.d.ts +1 -1
  78. package/lib/components/dialog-form/index.d.ts +47 -47
  79. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  80. package/lib/components/display-item/index.d.ts +12 -12
  81. package/lib/components/display-item/src/index.vue.d.ts +12 -12
  82. package/lib/components/drawer-form/index.d.ts +28 -28
  83. package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
  84. package/lib/components/form/index.d.ts +107 -107
  85. package/lib/components/form/src/form-content.vue.d.ts +17 -17
  86. package/lib/components/form/src/index.vue.d.ts +16 -16
  87. package/lib/components/form-item/index.d.ts +106 -106
  88. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  89. package/lib/components/header/index.d.ts +19 -19
  90. package/lib/components/header/src/index.vue.d.ts +1 -1
  91. package/lib/components/input-tag/index.d.ts +11 -11
  92. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  93. package/lib/components/page/index.d.ts +895 -895
  94. package/lib/components/page/src/index.vue.d.ts +289 -289
  95. package/lib/components/pagination/index.d.ts +4 -4
  96. package/lib/components/pagination/src/index.vue.d.ts +1 -1
  97. package/lib/components/radio/index.d.ts +26 -26
  98. package/lib/components/radio/src/index.vue.d.ts +26 -26
  99. package/lib/components/render/index.d.ts +17 -17
  100. package/lib/components/render/src/index.vue.d.ts +2 -2
  101. package/lib/components/search/index.d.ts +328 -328
  102. package/lib/components/search/src/index.vue.d.ts +95 -95
  103. package/lib/components/steps-form/index.d.ts +23 -23
  104. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  105. package/lib/components/table/index.d.ts +74 -74
  106. package/lib/components/table/src/index.vue.d.ts +19 -19
  107. package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
  108. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  109. package/lib/components/table/src/table-column.vue.d.ts +12 -12
  110. package/lib/components/utils/index.d.ts +15 -15
  111. package/lib/components/yc-count-to/index.d.ts +1 -1
  112. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  113. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  114. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  115. package/lib/components/yc-drawer/store.d.ts +6 -6
  116. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  117. package/lib/components/yc-more-actions/index.d.ts +46 -46
  118. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  119. package/lib/components/yc-plus-page/src/index.vue.d.ts +677 -677
  120. package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
  121. package/lib/components/yc-segmented/index.d.ts +1 -1
  122. package/lib/components/yc-segmented/src/index.d.ts +1 -1
  123. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  124. package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
  125. package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
  126. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  127. package/lib/hooks/usePlusFormReset.d.ts +193 -193
  128. package/lib/index.css +1 -1
  129. package/locale/en.js +1 -1
  130. package/locale/en.min.js +1 -1
  131. package/locale/en.min.mjs +1 -1
  132. package/locale/en.mjs +1 -1
  133. package/locale/ja.js +1 -1
  134. package/locale/ja.min.js +1 -1
  135. package/locale/ja.min.mjs +1 -1
  136. package/locale/ja.mjs +1 -1
  137. package/locale/ko.js +1 -1
  138. package/locale/ko.min.js +1 -1
  139. package/locale/ko.min.mjs +1 -1
  140. package/locale/ko.mjs +1 -1
  141. package/locale/zh-cn.js +1 -1
  142. package/locale/zh-cn.min.js +1 -1
  143. package/locale/zh-cn.min.mjs +1 -1
  144. package/locale/zh-cn.mjs +1 -1
  145. package/locale/zh-tw.js +1 -1
  146. package/locale/zh-tw.min.js +1 -1
  147. package/locale/zh-tw.min.mjs +1 -1
  148. package/locale/zh-tw.mjs +1 -1
  149. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { TimeSelectProps } from 'element-plus/es/components/time-select/src/time-select';
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { Arrayable, EpPropFinalized, EpPropMergeType } from 'element-plus/es/utils';
4
- 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';
4
+ 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
5
  import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormGroupRow, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
6
6
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, Ref, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComputedRef, ComponentOptionsMixin, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Component } from 'vue';
7
7
  import { default as Search } from './src/index.vue';
@@ -30,6 +30,19 @@ export declare const PlusSearch: {
30
30
  type: PropType<number>;
31
31
  default: number;
32
32
  };
33
+ defaultValues: {
34
+ type: PropType<FieldValues>;
35
+ default: () => {};
36
+ };
37
+ rowProps: {
38
+ type: PropType<Partial< Mutable<RowProps> & {
39
+ style?: CSSProperties | undefined;
40
+ class?: any;
41
+ } & RecordType>>;
42
+ default: () => {
43
+ gutter: number;
44
+ };
45
+ };
33
46
  colProps: {
34
47
  type: PropType<Partial< Mutable<ColProps> & {
35
48
  style?: CSSProperties | undefined;
@@ -43,19 +56,6 @@ export declare const PlusSearch: {
43
56
  xl: number;
44
57
  };
45
58
  };
46
- rowProps: {
47
- type: PropType<Partial< Mutable<RowProps> & {
48
- style?: CSSProperties | undefined;
49
- class?: any;
50
- } & RecordType>>;
51
- default: () => {
52
- gutter: number;
53
- };
54
- };
55
- defaultValues: {
56
- type: PropType<FieldValues>;
57
- default: () => {};
58
- };
59
59
  hasFooter: {
60
60
  type: PropType<boolean>;
61
61
  default: boolean;
@@ -97,9 +97,9 @@ export declare const PlusSearch: {
97
97
  default: boolean;
98
98
  };
99
99
  }>> & {
100
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
101
100
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
102
101
  onReset?: ((values: FieldValues) => any) | undefined;
102
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
103
103
  onSearch?: ((values: FieldValues) => any) | undefined;
104
104
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
105
105
  }, {
@@ -107,6 +107,8 @@ export declare const PlusSearch: {
107
107
  $: ComponentInternalInstance;
108
108
  $data: {};
109
109
  $props: Partial<{
110
+ collapseDuration: number;
111
+ collapseTransition: boolean;
110
112
  columns: PlusColumn[];
111
113
  group: false | PlusFormGroupRow[];
112
114
  modelValue: FieldValues;
@@ -115,18 +117,15 @@ export declare const PlusSearch: {
115
117
  labelWidth: string | number;
116
118
  labelSuffix: string;
117
119
  hasLabel: boolean;
118
- clearable: boolean;
119
- colProps: Partial< Mutable<ColProps> & {
120
+ defaultValues: FieldValues;
121
+ rowProps: Partial< Mutable<RowProps> & {
120
122
  style?: CSSProperties | undefined;
121
123
  class?: any;
122
124
  } & RecordType>;
123
- collapseDuration: number;
124
- collapseTransition: boolean;
125
- rowProps: Partial< Mutable<RowProps> & {
125
+ colProps: Partial< Mutable<ColProps> & {
126
126
  style?: CSSProperties | undefined;
127
127
  class?: any;
128
128
  } & RecordType>;
129
- defaultValues: FieldValues;
130
129
  hasErrorTip: boolean;
131
130
  hasFooter: boolean;
132
131
  hasReset: boolean;
@@ -139,6 +138,7 @@ export declare const PlusSearch: {
139
138
  class?: any;
140
139
  } & RecordType>;
141
140
  prevent: boolean;
141
+ clearable: boolean;
142
142
  }> & Omit<{
143
143
  readonly columns: PlusColumn[];
144
144
  readonly group: false | PlusFormGroupRow[];
@@ -148,16 +148,15 @@ export declare const PlusSearch: {
148
148
  readonly labelWidth: string | number;
149
149
  readonly labelSuffix: string;
150
150
  readonly hasLabel: boolean;
151
- readonly clearable: boolean;
152
- readonly colProps: Partial< Mutable<ColProps> & {
151
+ readonly defaultValues: FieldValues;
152
+ readonly rowProps: Partial< Mutable<RowProps> & {
153
153
  style?: CSSProperties | undefined;
154
154
  class?: any;
155
155
  } & RecordType>;
156
- readonly rowProps: Partial< Mutable<RowProps> & {
156
+ readonly colProps: Partial< Mutable<ColProps> & {
157
157
  style?: CSSProperties | undefined;
158
158
  class?: any;
159
159
  } & RecordType>;
160
- readonly defaultValues: FieldValues;
161
160
  readonly hasErrorTip: boolean;
162
161
  readonly hasFooter: boolean;
163
162
  readonly hasReset: boolean;
@@ -170,15 +169,24 @@ export declare const PlusSearch: {
170
169
  class?: any;
171
170
  } & RecordType>;
172
171
  readonly prevent: boolean;
172
+ readonly clearable: boolean;
173
173
  readonly collapseDuration?: number | undefined;
174
174
  readonly collapseTransition?: boolean | undefined;
175
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
176
175
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
177
176
  onReset?: ((values: FieldValues) => any) | undefined;
178
177
  onSubmit?: ((values: FieldValues) => any) | undefined;
178
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
179
179
  onValidate?: ((...args: any[]) => any) | undefined;
180
180
  onSubmitError?: ((errors: unknown) => any) | undefined;
181
181
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
182
+ collapseDuration: {
183
+ type: PropType<number>;
184
+ default: undefined;
185
+ };
186
+ collapseTransition: {
187
+ type: PropType<boolean>;
188
+ default: undefined;
189
+ };
182
190
  columns: {
183
191
  type: PropType< PlusColumn[]>;
184
192
  default: () => never[];
@@ -211,25 +219,10 @@ export declare const PlusSearch: {
211
219
  type: PropType<boolean>;
212
220
  default: boolean;
213
221
  };
214
- clearable: {
215
- type: PropType<boolean>;
216
- default: boolean;
217
- };
218
- colProps: {
219
- type: PropType<Partial< Mutable<ColProps> & {
220
- style?: CSSProperties | undefined;
221
- class?: any;
222
- } & RecordType>>;
222
+ defaultValues: {
223
+ type: PropType<FieldValues>;
223
224
  default: () => {};
224
225
  };
225
- collapseDuration: {
226
- type: PropType<number>;
227
- default: undefined;
228
- };
229
- collapseTransition: {
230
- type: PropType<boolean>;
231
- default: undefined;
232
- };
233
226
  rowProps: {
234
227
  type: PropType<Partial< Mutable<RowProps> & {
235
228
  style?: CSSProperties | undefined;
@@ -237,8 +230,11 @@ export declare const PlusSearch: {
237
230
  } & RecordType>>;
238
231
  default: () => {};
239
232
  };
240
- defaultValues: {
241
- type: PropType<FieldValues>;
233
+ colProps: {
234
+ type: PropType<Partial< Mutable<ColProps> & {
235
+ style?: CSSProperties | undefined;
236
+ class?: any;
237
+ } & RecordType>>;
242
238
  default: () => {};
243
239
  };
244
240
  hasErrorTip: {
@@ -280,14 +276,18 @@ export declare const PlusSearch: {
280
276
  type: PropType<boolean>;
281
277
  default: boolean;
282
278
  };
279
+ clearable: {
280
+ type: PropType<boolean>;
281
+ default: boolean;
282
+ };
283
283
  }>> & {
284
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
285
284
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
286
285
  onReset?: ((values: FieldValues) => any) | undefined;
287
286
  onSubmit?: ((values: FieldValues) => any) | undefined;
287
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
288
288
  onValidate?: ((...args: any[]) => any) | undefined;
289
289
  onSubmitError?: ((errors: unknown) => any) | undefined;
290
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
290
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
291
291
  $attrs: {
292
292
  [x: string]: unknown;
293
293
  };
@@ -302,6 +302,14 @@ export declare const PlusSearch: {
302
302
  $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);
303
303
  $el: any;
304
304
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
305
+ collapseDuration: {
306
+ type: PropType<number>;
307
+ default: undefined;
308
+ };
309
+ collapseTransition: {
310
+ type: PropType<boolean>;
311
+ default: undefined;
312
+ };
305
313
  columns: {
306
314
  type: PropType< PlusColumn[]>;
307
315
  default: () => never[];
@@ -334,25 +342,10 @@ export declare const PlusSearch: {
334
342
  type: PropType<boolean>;
335
343
  default: boolean;
336
344
  };
337
- clearable: {
338
- type: PropType<boolean>;
339
- default: boolean;
340
- };
341
- colProps: {
342
- type: PropType<Partial< Mutable<ColProps> & {
343
- style?: CSSProperties | undefined;
344
- class?: any;
345
- } & RecordType>>;
345
+ defaultValues: {
346
+ type: PropType<FieldValues>;
346
347
  default: () => {};
347
348
  };
348
- collapseDuration: {
349
- type: PropType<number>;
350
- default: undefined;
351
- };
352
- collapseTransition: {
353
- type: PropType<boolean>;
354
- default: undefined;
355
- };
356
349
  rowProps: {
357
350
  type: PropType<Partial< Mutable<RowProps> & {
358
351
  style?: CSSProperties | undefined;
@@ -360,8 +353,11 @@ export declare const PlusSearch: {
360
353
  } & RecordType>>;
361
354
  default: () => {};
362
355
  };
363
- defaultValues: {
364
- type: PropType<FieldValues>;
356
+ colProps: {
357
+ type: PropType<Partial< Mutable<ColProps> & {
358
+ style?: CSSProperties | undefined;
359
+ class?: any;
360
+ } & RecordType>>;
365
361
  default: () => {};
366
362
  };
367
363
  hasErrorTip: {
@@ -403,11 +399,15 @@ export declare const PlusSearch: {
403
399
  type: PropType<boolean>;
404
400
  default: boolean;
405
401
  };
402
+ clearable: {
403
+ type: PropType<boolean>;
404
+ default: boolean;
405
+ };
406
406
  }>> & {
407
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
408
407
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
409
408
  onReset?: ((values: FieldValues) => any) | undefined;
410
409
  onSubmit?: ((values: FieldValues) => any) | undefined;
410
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
411
411
  onValidate?: ((...args: any[]) => any) | undefined;
412
412
  onSubmitError?: ((errors: unknown) => any) | undefined;
413
413
  }, {
@@ -703,6 +703,8 @@ export declare const PlusSearch: {
703
703
  submitError: (errors: unknown) => void;
704
704
  validate: (...args: any[]) => void;
705
705
  }, string, {
706
+ collapseDuration: number;
707
+ collapseTransition: boolean;
706
708
  columns: PlusColumn[];
707
709
  group: false | PlusFormGroupRow[];
708
710
  modelValue: FieldValues;
@@ -711,18 +713,15 @@ export declare const PlusSearch: {
711
713
  labelWidth: string | number;
712
714
  labelSuffix: string;
713
715
  hasLabel: boolean;
714
- clearable: boolean;
715
- colProps: Partial< Mutable<ColProps> & {
716
+ defaultValues: FieldValues;
717
+ rowProps: Partial< Mutable<RowProps> & {
716
718
  style?: CSSProperties | undefined;
717
719
  class?: any;
718
720
  } & RecordType>;
719
- collapseDuration: number;
720
- collapseTransition: boolean;
721
- rowProps: Partial< Mutable<RowProps> & {
721
+ colProps: Partial< Mutable<ColProps> & {
722
722
  style?: CSSProperties | undefined;
723
723
  class?: any;
724
724
  } & RecordType>;
725
- defaultValues: FieldValues;
726
725
  hasErrorTip: boolean;
727
726
  hasFooter: boolean;
728
727
  hasReset: boolean;
@@ -735,6 +734,7 @@ export declare const PlusSearch: {
735
734
  class?: any;
736
735
  } & RecordType>;
737
736
  prevent: boolean;
737
+ clearable: boolean;
738
738
  }, {}, string, {}> & {
739
739
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
740
740
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -756,6 +756,14 @@ export declare const PlusSearch: {
756
756
  $nextTick: nextTick;
757
757
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
758
758
  } & Omit<Readonly< ExtractPropTypes<{
759
+ collapseDuration: {
760
+ type: PropType<number>;
761
+ default: undefined;
762
+ };
763
+ collapseTransition: {
764
+ type: PropType<boolean>;
765
+ default: undefined;
766
+ };
759
767
  columns: {
760
768
  type: PropType< PlusColumn[]>;
761
769
  default: () => never[];
@@ -788,25 +796,10 @@ export declare const PlusSearch: {
788
796
  type: PropType<boolean>;
789
797
  default: boolean;
790
798
  };
791
- clearable: {
792
- type: PropType<boolean>;
793
- default: boolean;
794
- };
795
- colProps: {
796
- type: PropType<Partial< Mutable<ColProps> & {
797
- style?: CSSProperties | undefined;
798
- class?: any;
799
- } & RecordType>>;
799
+ defaultValues: {
800
+ type: PropType<FieldValues>;
800
801
  default: () => {};
801
802
  };
802
- collapseDuration: {
803
- type: PropType<number>;
804
- default: undefined;
805
- };
806
- collapseTransition: {
807
- type: PropType<boolean>;
808
- default: undefined;
809
- };
810
803
  rowProps: {
811
804
  type: PropType<Partial< Mutable<RowProps> & {
812
805
  style?: CSSProperties | undefined;
@@ -814,8 +807,11 @@ export declare const PlusSearch: {
814
807
  } & RecordType>>;
815
808
  default: () => {};
816
809
  };
817
- defaultValues: {
818
- type: PropType<FieldValues>;
810
+ colProps: {
811
+ type: PropType<Partial< Mutable<ColProps> & {
812
+ style?: CSSProperties | undefined;
813
+ class?: any;
814
+ } & RecordType>>;
819
815
  default: () => {};
820
816
  };
821
817
  hasErrorTip: {
@@ -857,11 +853,15 @@ export declare const PlusSearch: {
857
853
  type: PropType<boolean>;
858
854
  default: boolean;
859
855
  };
856
+ clearable: {
857
+ type: PropType<boolean>;
858
+ default: boolean;
859
+ };
860
860
  }>> & {
861
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
862
861
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
863
862
  onReset?: ((values: FieldValues) => any) | undefined;
864
863
  onSubmit?: ((values: FieldValues) => any) | undefined;
864
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
865
865
  onValidate?: ((...args: any[]) => any) | undefined;
866
866
  onSubmitError?: ((errors: unknown) => any) | undefined;
867
867
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -1162,9 +1162,9 @@ export declare const PlusSearch: {
1162
1162
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
1163
1163
  columns?: PlusColumn[] | undefined;
1164
1164
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1165
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1165
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1166
1166
  readonly label: string | ComputedRef<string>;
1167
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1167
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1168
1168
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1169
1169
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1170
1170
  style?: CSSProperties | undefined;
@@ -1191,7 +1191,7 @@ export declare const PlusSearch: {
1191
1191
  };
1192
1192
  rows: number;
1193
1193
  autocomplete: string;
1194
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1194
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1195
1195
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1196
1196
  step: string | number;
1197
1197
  format: string | ProgressFn | undefined;
@@ -1230,7 +1230,7 @@ export declare const PlusSearch: {
1230
1230
  fieldInstance?: any;
1231
1231
  valueIsReady?: Ref<boolean> | undefined;
1232
1232
  prop: string;
1233
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1233
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1234
1234
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1235
1235
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1236
1236
  style?: CSSProperties | undefined;
@@ -1258,9 +1258,9 @@ export declare const PlusSearch: {
1258
1258
  clearable: boolean;
1259
1259
  index: number;
1260
1260
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1261
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
1261
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1262
1262
  readonly label: string | ComputedRef<string>;
1263
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1263
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1264
1264
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1265
1265
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1266
1266
  style?: CSSProperties | undefined;
@@ -1287,7 +1287,7 @@ export declare const PlusSearch: {
1287
1287
  };
1288
1288
  rows: number;
1289
1289
  autocomplete: string;
1290
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1290
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1291
1291
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1292
1292
  step: string | number;
1293
1293
  format: string | ProgressFn | undefined;
@@ -1326,7 +1326,7 @@ export declare const PlusSearch: {
1326
1326
  fieldInstance?: any;
1327
1327
  valueIsReady?: Ref<boolean> | undefined;
1328
1328
  prop: string;
1329
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
1329
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1330
1330
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1331
1331
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
1332
1332
  style?: CSSProperties | undefined;
@@ -1397,6 +1397,19 @@ export declare const PlusSearch: {
1397
1397
  type: PropType<number>;
1398
1398
  default: number;
1399
1399
  };
1400
+ defaultValues: {
1401
+ type: PropType<FieldValues>;
1402
+ default: () => {};
1403
+ };
1404
+ rowProps: {
1405
+ type: PropType<Partial< Mutable<RowProps> & {
1406
+ style?: CSSProperties | undefined;
1407
+ class?: any;
1408
+ } & RecordType>>;
1409
+ default: () => {
1410
+ gutter: number;
1411
+ };
1412
+ };
1400
1413
  colProps: {
1401
1414
  type: PropType<Partial< Mutable<ColProps> & {
1402
1415
  style?: CSSProperties | undefined;
@@ -1410,19 +1423,6 @@ export declare const PlusSearch: {
1410
1423
  xl: number;
1411
1424
  };
1412
1425
  };
1413
- rowProps: {
1414
- type: PropType<Partial< Mutable<RowProps> & {
1415
- style?: CSSProperties | undefined;
1416
- class?: any;
1417
- } & RecordType>>;
1418
- default: () => {
1419
- gutter: number;
1420
- };
1421
- };
1422
- defaultValues: {
1423
- type: PropType<FieldValues>;
1424
- default: () => {};
1425
- };
1426
1426
  hasFooter: {
1427
1427
  type: PropType<boolean>;
1428
1428
  default: boolean;
@@ -1464,9 +1464,9 @@ export declare const PlusSearch: {
1464
1464
  default: boolean;
1465
1465
  };
1466
1466
  }>> & {
1467
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1468
1467
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1469
1468
  onReset?: ((values: FieldValues) => any) | undefined;
1469
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1470
1470
  onSearch?: ((values: FieldValues) => any) | undefined;
1471
1471
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1472
1472
  }, {
@@ -1475,15 +1475,15 @@ export declare const PlusSearch: {
1475
1475
  labelPosition: "top" | "right" | "left";
1476
1476
  inline: boolean;
1477
1477
  showNumber: number;
1478
- colProps: Partial< Mutable<ColProps> & {
1478
+ defaultValues: FieldValues;
1479
+ rowProps: Partial< Mutable<RowProps> & {
1479
1480
  style?: CSSProperties | undefined;
1480
1481
  class?: any;
1481
1482
  } & RecordType>;
1482
- rowProps: Partial< Mutable<RowProps> & {
1483
+ colProps: Partial< Mutable<ColProps> & {
1483
1484
  style?: CSSProperties | undefined;
1484
1485
  class?: any;
1485
1486
  } & RecordType>;
1486
- defaultValues: FieldValues;
1487
1487
  hasFooter: boolean;
1488
1488
  hasReset: boolean;
1489
1489
  resetText: string;
@@ -1522,6 +1522,19 @@ export declare const PlusSearch: {
1522
1522
  type: PropType<number>;
1523
1523
  default: number;
1524
1524
  };
1525
+ defaultValues: {
1526
+ type: PropType<FieldValues>;
1527
+ default: () => {};
1528
+ };
1529
+ rowProps: {
1530
+ type: PropType<Partial< Mutable<RowProps> & {
1531
+ style?: CSSProperties | undefined;
1532
+ class?: any;
1533
+ } & RecordType>>;
1534
+ default: () => {
1535
+ gutter: number;
1536
+ };
1537
+ };
1525
1538
  colProps: {
1526
1539
  type: PropType<Partial< Mutable<ColProps> & {
1527
1540
  style?: CSSProperties | undefined;
@@ -1535,19 +1548,6 @@ export declare const PlusSearch: {
1535
1548
  xl: number;
1536
1549
  };
1537
1550
  };
1538
- rowProps: {
1539
- type: PropType<Partial< Mutable<RowProps> & {
1540
- style?: CSSProperties | undefined;
1541
- class?: any;
1542
- } & RecordType>>;
1543
- default: () => {
1544
- gutter: number;
1545
- };
1546
- };
1547
- defaultValues: {
1548
- type: PropType<FieldValues>;
1549
- default: () => {};
1550
- };
1551
1551
  hasFooter: {
1552
1552
  type: PropType<boolean>;
1553
1553
  default: boolean;
@@ -1589,9 +1589,9 @@ export declare const PlusSearch: {
1589
1589
  default: boolean;
1590
1590
  };
1591
1591
  }>> & {
1592
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1593
1592
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1594
1593
  onReset?: ((values: FieldValues) => any) | undefined;
1594
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1595
1595
  onSearch?: ((values: FieldValues) => any) | undefined;
1596
1596
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
1597
1597
  }, {
@@ -1599,6 +1599,8 @@ export declare const PlusSearch: {
1599
1599
  $: ComponentInternalInstance;
1600
1600
  $data: {};
1601
1601
  $props: Partial<{
1602
+ collapseDuration: number;
1603
+ collapseTransition: boolean;
1602
1604
  columns: PlusColumn[];
1603
1605
  group: false | PlusFormGroupRow[];
1604
1606
  modelValue: FieldValues;
@@ -1607,18 +1609,15 @@ export declare const PlusSearch: {
1607
1609
  labelWidth: string | number;
1608
1610
  labelSuffix: string;
1609
1611
  hasLabel: boolean;
1610
- clearable: boolean;
1611
- colProps: Partial< Mutable<ColProps> & {
1612
+ defaultValues: FieldValues;
1613
+ rowProps: Partial< Mutable<RowProps> & {
1612
1614
  style?: CSSProperties | undefined;
1613
1615
  class?: any;
1614
1616
  } & RecordType>;
1615
- collapseDuration: number;
1616
- collapseTransition: boolean;
1617
- rowProps: Partial< Mutable<RowProps> & {
1617
+ colProps: Partial< Mutable<ColProps> & {
1618
1618
  style?: CSSProperties | undefined;
1619
1619
  class?: any;
1620
1620
  } & RecordType>;
1621
- defaultValues: FieldValues;
1622
1621
  hasErrorTip: boolean;
1623
1622
  hasFooter: boolean;
1624
1623
  hasReset: boolean;
@@ -1631,6 +1630,7 @@ export declare const PlusSearch: {
1631
1630
  class?: any;
1632
1631
  } & RecordType>;
1633
1632
  prevent: boolean;
1633
+ clearable: boolean;
1634
1634
  }> & Omit<{
1635
1635
  readonly columns: PlusColumn[];
1636
1636
  readonly group: false | PlusFormGroupRow[];
@@ -1640,16 +1640,15 @@ export declare const PlusSearch: {
1640
1640
  readonly labelWidth: string | number;
1641
1641
  readonly labelSuffix: string;
1642
1642
  readonly hasLabel: boolean;
1643
- readonly clearable: boolean;
1644
- readonly colProps: Partial< Mutable<ColProps> & {
1643
+ readonly defaultValues: FieldValues;
1644
+ readonly rowProps: Partial< Mutable<RowProps> & {
1645
1645
  style?: CSSProperties | undefined;
1646
1646
  class?: any;
1647
1647
  } & RecordType>;
1648
- readonly rowProps: Partial< Mutable<RowProps> & {
1648
+ readonly colProps: Partial< Mutable<ColProps> & {
1649
1649
  style?: CSSProperties | undefined;
1650
1650
  class?: any;
1651
1651
  } & RecordType>;
1652
- readonly defaultValues: FieldValues;
1653
1652
  readonly hasErrorTip: boolean;
1654
1653
  readonly hasFooter: boolean;
1655
1654
  readonly hasReset: boolean;
@@ -1662,15 +1661,24 @@ export declare const PlusSearch: {
1662
1661
  class?: any;
1663
1662
  } & RecordType>;
1664
1663
  readonly prevent: boolean;
1664
+ readonly clearable: boolean;
1665
1665
  readonly collapseDuration?: number | undefined;
1666
1666
  readonly collapseTransition?: boolean | undefined;
1667
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1668
1667
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1669
1668
  onReset?: ((values: FieldValues) => any) | undefined;
1670
1669
  onSubmit?: ((values: FieldValues) => any) | undefined;
1670
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1671
1671
  onValidate?: ((...args: any[]) => any) | undefined;
1672
1672
  onSubmitError?: ((errors: unknown) => any) | undefined;
1673
1673
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1674
+ collapseDuration: {
1675
+ type: PropType<number>;
1676
+ default: undefined;
1677
+ };
1678
+ collapseTransition: {
1679
+ type: PropType<boolean>;
1680
+ default: undefined;
1681
+ };
1674
1682
  columns: {
1675
1683
  type: PropType< PlusColumn[]>;
1676
1684
  default: () => never[];
@@ -1703,25 +1711,10 @@ export declare const PlusSearch: {
1703
1711
  type: PropType<boolean>;
1704
1712
  default: boolean;
1705
1713
  };
1706
- clearable: {
1707
- type: PropType<boolean>;
1708
- default: boolean;
1709
- };
1710
- colProps: {
1711
- type: PropType<Partial< Mutable<ColProps> & {
1712
- style?: CSSProperties | undefined;
1713
- class?: any;
1714
- } & RecordType>>;
1714
+ defaultValues: {
1715
+ type: PropType<FieldValues>;
1715
1716
  default: () => {};
1716
1717
  };
1717
- collapseDuration: {
1718
- type: PropType<number>;
1719
- default: undefined;
1720
- };
1721
- collapseTransition: {
1722
- type: PropType<boolean>;
1723
- default: undefined;
1724
- };
1725
1718
  rowProps: {
1726
1719
  type: PropType<Partial< Mutable<RowProps> & {
1727
1720
  style?: CSSProperties | undefined;
@@ -1729,8 +1722,11 @@ export declare const PlusSearch: {
1729
1722
  } & RecordType>>;
1730
1723
  default: () => {};
1731
1724
  };
1732
- defaultValues: {
1733
- type: PropType<FieldValues>;
1725
+ colProps: {
1726
+ type: PropType<Partial< Mutable<ColProps> & {
1727
+ style?: CSSProperties | undefined;
1728
+ class?: any;
1729
+ } & RecordType>>;
1734
1730
  default: () => {};
1735
1731
  };
1736
1732
  hasErrorTip: {
@@ -1772,14 +1768,18 @@ export declare const PlusSearch: {
1772
1768
  type: PropType<boolean>;
1773
1769
  default: boolean;
1774
1770
  };
1771
+ clearable: {
1772
+ type: PropType<boolean>;
1773
+ default: boolean;
1774
+ };
1775
1775
  }>> & {
1776
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1777
1776
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1778
1777
  onReset?: ((values: FieldValues) => any) | undefined;
1779
1778
  onSubmit?: ((values: FieldValues) => any) | undefined;
1779
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1780
1780
  onValidate?: ((...args: any[]) => any) | undefined;
1781
1781
  onSubmitError?: ((errors: unknown) => any) | undefined;
1782
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
1782
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1783
1783
  $attrs: {
1784
1784
  [x: string]: unknown;
1785
1785
  };
@@ -1794,6 +1794,14 @@ export declare const PlusSearch: {
1794
1794
  $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);
1795
1795
  $el: any;
1796
1796
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
1797
+ collapseDuration: {
1798
+ type: PropType<number>;
1799
+ default: undefined;
1800
+ };
1801
+ collapseTransition: {
1802
+ type: PropType<boolean>;
1803
+ default: undefined;
1804
+ };
1797
1805
  columns: {
1798
1806
  type: PropType< PlusColumn[]>;
1799
1807
  default: () => never[];
@@ -1826,36 +1834,24 @@ export declare const PlusSearch: {
1826
1834
  type: PropType<boolean>;
1827
1835
  default: boolean;
1828
1836
  };
1829
- clearable: {
1830
- type: PropType<boolean>;
1831
- default: boolean;
1837
+ defaultValues: {
1838
+ type: PropType<FieldValues>;
1839
+ default: () => {};
1832
1840
  };
1833
- colProps: {
1834
- type: PropType<Partial< Mutable<ColProps> & {
1841
+ rowProps: {
1842
+ type: PropType<Partial< Mutable<RowProps> & {
1835
1843
  style?: CSSProperties | undefined;
1836
1844
  class?: any;
1837
1845
  } & RecordType>>;
1838
1846
  default: () => {};
1839
1847
  };
1840
- collapseDuration: {
1841
- type: PropType<number>;
1842
- default: undefined;
1843
- };
1844
- collapseTransition: {
1845
- type: PropType<boolean>;
1846
- default: undefined;
1847
- };
1848
- rowProps: {
1849
- type: PropType<Partial< Mutable<RowProps> & {
1848
+ colProps: {
1849
+ type: PropType<Partial< Mutable<ColProps> & {
1850
1850
  style?: CSSProperties | undefined;
1851
1851
  class?: any;
1852
1852
  } & RecordType>>;
1853
1853
  default: () => {};
1854
1854
  };
1855
- defaultValues: {
1856
- type: PropType<FieldValues>;
1857
- default: () => {};
1858
- };
1859
1855
  hasErrorTip: {
1860
1856
  type: PropType<boolean>;
1861
1857
  default: boolean;
@@ -1895,11 +1891,15 @@ export declare const PlusSearch: {
1895
1891
  type: PropType<boolean>;
1896
1892
  default: boolean;
1897
1893
  };
1894
+ clearable: {
1895
+ type: PropType<boolean>;
1896
+ default: boolean;
1897
+ };
1898
1898
  }>> & {
1899
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1900
1899
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1901
1900
  onReset?: ((values: FieldValues) => any) | undefined;
1902
1901
  onSubmit?: ((values: FieldValues) => any) | undefined;
1902
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1903
1903
  onValidate?: ((...args: any[]) => any) | undefined;
1904
1904
  onSubmitError?: ((errors: unknown) => any) | undefined;
1905
1905
  }, {
@@ -2195,6 +2195,8 @@ export declare const PlusSearch: {
2195
2195
  submitError: (errors: unknown) => void;
2196
2196
  validate: (...args: any[]) => void;
2197
2197
  }, string, {
2198
+ collapseDuration: number;
2199
+ collapseTransition: boolean;
2198
2200
  columns: PlusColumn[];
2199
2201
  group: false | PlusFormGroupRow[];
2200
2202
  modelValue: FieldValues;
@@ -2203,18 +2205,15 @@ export declare const PlusSearch: {
2203
2205
  labelWidth: string | number;
2204
2206
  labelSuffix: string;
2205
2207
  hasLabel: boolean;
2206
- clearable: boolean;
2207
- colProps: Partial< Mutable<ColProps> & {
2208
+ defaultValues: FieldValues;
2209
+ rowProps: Partial< Mutable<RowProps> & {
2208
2210
  style?: CSSProperties | undefined;
2209
2211
  class?: any;
2210
2212
  } & RecordType>;
2211
- collapseDuration: number;
2212
- collapseTransition: boolean;
2213
- rowProps: Partial< Mutable<RowProps> & {
2213
+ colProps: Partial< Mutable<ColProps> & {
2214
2214
  style?: CSSProperties | undefined;
2215
2215
  class?: any;
2216
2216
  } & RecordType>;
2217
- defaultValues: FieldValues;
2218
2217
  hasErrorTip: boolean;
2219
2218
  hasFooter: boolean;
2220
2219
  hasReset: boolean;
@@ -2227,6 +2226,7 @@ export declare const PlusSearch: {
2227
2226
  class?: any;
2228
2227
  } & RecordType>;
2229
2228
  prevent: boolean;
2229
+ clearable: boolean;
2230
2230
  }, {}, string, {}> & {
2231
2231
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2232
2232
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2248,6 +2248,14 @@ export declare const PlusSearch: {
2248
2248
  $nextTick: nextTick;
2249
2249
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
2250
2250
  } & Omit<Readonly< ExtractPropTypes<{
2251
+ collapseDuration: {
2252
+ type: PropType<number>;
2253
+ default: undefined;
2254
+ };
2255
+ collapseTransition: {
2256
+ type: PropType<boolean>;
2257
+ default: undefined;
2258
+ };
2251
2259
  columns: {
2252
2260
  type: PropType< PlusColumn[]>;
2253
2261
  default: () => never[];
@@ -2280,25 +2288,10 @@ export declare const PlusSearch: {
2280
2288
  type: PropType<boolean>;
2281
2289
  default: boolean;
2282
2290
  };
2283
- clearable: {
2284
- type: PropType<boolean>;
2285
- default: boolean;
2286
- };
2287
- colProps: {
2288
- type: PropType<Partial< Mutable<ColProps> & {
2289
- style?: CSSProperties | undefined;
2290
- class?: any;
2291
- } & RecordType>>;
2291
+ defaultValues: {
2292
+ type: PropType<FieldValues>;
2292
2293
  default: () => {};
2293
2294
  };
2294
- collapseDuration: {
2295
- type: PropType<number>;
2296
- default: undefined;
2297
- };
2298
- collapseTransition: {
2299
- type: PropType<boolean>;
2300
- default: undefined;
2301
- };
2302
2295
  rowProps: {
2303
2296
  type: PropType<Partial< Mutable<RowProps> & {
2304
2297
  style?: CSSProperties | undefined;
@@ -2306,8 +2299,11 @@ export declare const PlusSearch: {
2306
2299
  } & RecordType>>;
2307
2300
  default: () => {};
2308
2301
  };
2309
- defaultValues: {
2310
- type: PropType<FieldValues>;
2302
+ colProps: {
2303
+ type: PropType<Partial< Mutable<ColProps> & {
2304
+ style?: CSSProperties | undefined;
2305
+ class?: any;
2306
+ } & RecordType>>;
2311
2307
  default: () => {};
2312
2308
  };
2313
2309
  hasErrorTip: {
@@ -2349,11 +2345,15 @@ export declare const PlusSearch: {
2349
2345
  type: PropType<boolean>;
2350
2346
  default: boolean;
2351
2347
  };
2348
+ clearable: {
2349
+ type: PropType<boolean>;
2350
+ default: boolean;
2351
+ };
2352
2352
  }>> & {
2353
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2354
2353
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2355
2354
  onReset?: ((values: FieldValues) => any) | undefined;
2356
2355
  onSubmit?: ((values: FieldValues) => any) | undefined;
2356
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2357
2357
  onValidate?: ((...args: any[]) => any) | undefined;
2358
2358
  onSubmitError?: ((errors: unknown) => any) | undefined;
2359
2359
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -2654,9 +2654,9 @@ export declare const PlusSearch: {
2654
2654
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
2655
2655
  columns?: PlusColumn[] | undefined;
2656
2656
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2657
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2657
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2658
2658
  readonly label: string | ComputedRef<string>;
2659
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2659
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2660
2660
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2661
2661
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2662
2662
  style?: CSSProperties | undefined;
@@ -2683,7 +2683,7 @@ export declare const PlusSearch: {
2683
2683
  };
2684
2684
  rows: number;
2685
2685
  autocomplete: string;
2686
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2686
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2687
2687
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2688
2688
  step: string | number;
2689
2689
  format: string | ProgressFn | undefined;
@@ -2722,7 +2722,7 @@ export declare const PlusSearch: {
2722
2722
  fieldInstance?: any;
2723
2723
  valueIsReady?: Ref<boolean> | undefined;
2724
2724
  prop: string;
2725
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2725
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2726
2726
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2727
2727
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
2728
2728
  style?: CSSProperties | undefined;
@@ -2750,9 +2750,9 @@ export declare const PlusSearch: {
2750
2750
  clearable: boolean;
2751
2751
  index: number;
2752
2752
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2753
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
2753
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2754
2754
  readonly label: string | ComputedRef<string>;
2755
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2755
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2756
2756
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2757
2757
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2758
2758
  style?: CSSProperties | undefined;
@@ -2779,7 +2779,7 @@ export declare const PlusSearch: {
2779
2779
  };
2780
2780
  rows: number;
2781
2781
  autocomplete: string;
2782
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2782
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2783
2783
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2784
2784
  step: string | number;
2785
2785
  format: string | ProgressFn | undefined;
@@ -2818,7 +2818,7 @@ export declare const PlusSearch: {
2818
2818
  fieldInstance?: any;
2819
2819
  valueIsReady?: Ref<boolean> | undefined;
2820
2820
  prop: string;
2821
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
2821
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2822
2822
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2823
2823
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
2824
2824
  style?: CSSProperties | undefined;
@@ -2868,15 +2868,15 @@ export declare const PlusSearch: {
2868
2868
  labelPosition: "top" | "right" | "left";
2869
2869
  inline: boolean;
2870
2870
  showNumber: number;
2871
- colProps: Partial< Mutable<ColProps> & {
2871
+ defaultValues: FieldValues;
2872
+ rowProps: Partial< Mutable<RowProps> & {
2872
2873
  style?: CSSProperties | undefined;
2873
2874
  class?: any;
2874
2875
  } & RecordType>;
2875
- rowProps: Partial< Mutable<RowProps> & {
2876
+ colProps: Partial< Mutable<ColProps> & {
2876
2877
  style?: CSSProperties | undefined;
2877
2878
  class?: any;
2878
2879
  } & RecordType>;
2879
- defaultValues: FieldValues;
2880
2880
  hasFooter: boolean;
2881
2881
  hasReset: boolean;
2882
2882
  resetText: string;
@@ -2912,6 +2912,19 @@ export declare const PlusSearch: {
2912
2912
  type: PropType<number>;
2913
2913
  default: number;
2914
2914
  };
2915
+ defaultValues: {
2916
+ type: PropType<FieldValues>;
2917
+ default: () => {};
2918
+ };
2919
+ rowProps: {
2920
+ type: PropType<Partial< Mutable<RowProps> & {
2921
+ style?: CSSProperties | undefined;
2922
+ class?: any;
2923
+ } & RecordType>>;
2924
+ default: () => {
2925
+ gutter: number;
2926
+ };
2927
+ };
2915
2928
  colProps: {
2916
2929
  type: PropType<Partial< Mutable<ColProps> & {
2917
2930
  style?: CSSProperties | undefined;
@@ -2925,19 +2938,6 @@ export declare const PlusSearch: {
2925
2938
  xl: number;
2926
2939
  };
2927
2940
  };
2928
- rowProps: {
2929
- type: PropType<Partial< Mutable<RowProps> & {
2930
- style?: CSSProperties | undefined;
2931
- class?: any;
2932
- } & RecordType>>;
2933
- default: () => {
2934
- gutter: number;
2935
- };
2936
- };
2937
- defaultValues: {
2938
- type: PropType<FieldValues>;
2939
- default: () => {};
2940
- };
2941
2941
  hasFooter: {
2942
2942
  type: PropType<boolean>;
2943
2943
  default: boolean;
@@ -2979,9 +2979,9 @@ export declare const PlusSearch: {
2979
2979
  default: boolean;
2980
2980
  };
2981
2981
  }>> & {
2982
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2983
2982
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2984
2983
  onReset?: ((values: FieldValues) => any) | undefined;
2984
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2985
2985
  onSearch?: ((values: FieldValues) => any) | undefined;
2986
2986
  onCollapse?: ((isShowUnfold: boolean) => any) | undefined;
2987
2987
  }, {
@@ -2989,6 +2989,8 @@ export declare const PlusSearch: {
2989
2989
  $: ComponentInternalInstance;
2990
2990
  $data: {};
2991
2991
  $props: Partial<{
2992
+ collapseDuration: number;
2993
+ collapseTransition: boolean;
2992
2994
  columns: PlusColumn[];
2993
2995
  group: false | PlusFormGroupRow[];
2994
2996
  modelValue: FieldValues;
@@ -2997,18 +2999,15 @@ export declare const PlusSearch: {
2997
2999
  labelWidth: string | number;
2998
3000
  labelSuffix: string;
2999
3001
  hasLabel: boolean;
3000
- clearable: boolean;
3001
- colProps: Partial< Mutable<ColProps> & {
3002
+ defaultValues: FieldValues;
3003
+ rowProps: Partial< Mutable<RowProps> & {
3002
3004
  style?: CSSProperties | undefined;
3003
3005
  class?: any;
3004
3006
  } & RecordType>;
3005
- collapseDuration: number;
3006
- collapseTransition: boolean;
3007
- rowProps: Partial< Mutable<RowProps> & {
3007
+ colProps: Partial< Mutable<ColProps> & {
3008
3008
  style?: CSSProperties | undefined;
3009
3009
  class?: any;
3010
3010
  } & RecordType>;
3011
- defaultValues: FieldValues;
3012
3011
  hasErrorTip: boolean;
3013
3012
  hasFooter: boolean;
3014
3013
  hasReset: boolean;
@@ -3021,6 +3020,7 @@ export declare const PlusSearch: {
3021
3020
  class?: any;
3022
3021
  } & RecordType>;
3023
3022
  prevent: boolean;
3023
+ clearable: boolean;
3024
3024
  }> & Omit<{
3025
3025
  readonly columns: PlusColumn[];
3026
3026
  readonly group: false | PlusFormGroupRow[];
@@ -3030,16 +3030,15 @@ export declare const PlusSearch: {
3030
3030
  readonly labelWidth: string | number;
3031
3031
  readonly labelSuffix: string;
3032
3032
  readonly hasLabel: boolean;
3033
- readonly clearable: boolean;
3034
- readonly colProps: Partial< Mutable<ColProps> & {
3033
+ readonly defaultValues: FieldValues;
3034
+ readonly rowProps: Partial< Mutable<RowProps> & {
3035
3035
  style?: CSSProperties | undefined;
3036
3036
  class?: any;
3037
3037
  } & RecordType>;
3038
- readonly rowProps: Partial< Mutable<RowProps> & {
3038
+ readonly colProps: Partial< Mutable<ColProps> & {
3039
3039
  style?: CSSProperties | undefined;
3040
3040
  class?: any;
3041
3041
  } & RecordType>;
3042
- readonly defaultValues: FieldValues;
3043
3042
  readonly hasErrorTip: boolean;
3044
3043
  readonly hasFooter: boolean;
3045
3044
  readonly hasReset: boolean;
@@ -3052,15 +3051,24 @@ export declare const PlusSearch: {
3052
3051
  class?: any;
3053
3052
  } & RecordType>;
3054
3053
  readonly prevent: boolean;
3054
+ readonly clearable: boolean;
3055
3055
  readonly collapseDuration?: number | undefined;
3056
3056
  readonly collapseTransition?: boolean | undefined;
3057
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3058
3057
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3059
3058
  onReset?: ((values: FieldValues) => any) | undefined;
3060
3059
  onSubmit?: ((values: FieldValues) => any) | undefined;
3060
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3061
3061
  onValidate?: ((...args: any[]) => any) | undefined;
3062
3062
  onSubmitError?: ((errors: unknown) => any) | undefined;
3063
3063
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
3064
+ collapseDuration: {
3065
+ type: PropType<number>;
3066
+ default: undefined;
3067
+ };
3068
+ collapseTransition: {
3069
+ type: PropType<boolean>;
3070
+ default: undefined;
3071
+ };
3064
3072
  columns: {
3065
3073
  type: PropType< PlusColumn[]>;
3066
3074
  default: () => never[];
@@ -3093,25 +3101,10 @@ export declare const PlusSearch: {
3093
3101
  type: PropType<boolean>;
3094
3102
  default: boolean;
3095
3103
  };
3096
- clearable: {
3097
- type: PropType<boolean>;
3098
- default: boolean;
3099
- };
3100
- colProps: {
3101
- type: PropType<Partial< Mutable<ColProps> & {
3102
- style?: CSSProperties | undefined;
3103
- class?: any;
3104
- } & RecordType>>;
3104
+ defaultValues: {
3105
+ type: PropType<FieldValues>;
3105
3106
  default: () => {};
3106
3107
  };
3107
- collapseDuration: {
3108
- type: PropType<number>;
3109
- default: undefined;
3110
- };
3111
- collapseTransition: {
3112
- type: PropType<boolean>;
3113
- default: undefined;
3114
- };
3115
3108
  rowProps: {
3116
3109
  type: PropType<Partial< Mutable<RowProps> & {
3117
3110
  style?: CSSProperties | undefined;
@@ -3119,8 +3112,11 @@ export declare const PlusSearch: {
3119
3112
  } & RecordType>>;
3120
3113
  default: () => {};
3121
3114
  };
3122
- defaultValues: {
3123
- type: PropType<FieldValues>;
3115
+ colProps: {
3116
+ type: PropType<Partial< Mutable<ColProps> & {
3117
+ style?: CSSProperties | undefined;
3118
+ class?: any;
3119
+ } & RecordType>>;
3124
3120
  default: () => {};
3125
3121
  };
3126
3122
  hasErrorTip: {
@@ -3162,14 +3158,18 @@ export declare const PlusSearch: {
3162
3158
  type: PropType<boolean>;
3163
3159
  default: boolean;
3164
3160
  };
3161
+ clearable: {
3162
+ type: PropType<boolean>;
3163
+ default: boolean;
3164
+ };
3165
3165
  }>> & {
3166
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3167
3166
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3168
3167
  onReset?: ((values: FieldValues) => any) | undefined;
3169
3168
  onSubmit?: ((values: FieldValues) => any) | undefined;
3169
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3170
3170
  onValidate?: ((...args: any[]) => any) | undefined;
3171
3171
  onSubmitError?: ((errors: unknown) => any) | undefined;
3172
- }, "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "clearable" | "colProps" | "collapseDuration" | "collapseTransition" | "rowProps" | "defaultValues" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent">;
3172
+ }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
3173
3173
  $attrs: {
3174
3174
  [x: string]: unknown;
3175
3175
  };
@@ -3184,6 +3184,14 @@ export declare const PlusSearch: {
3184
3184
  $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);
3185
3185
  $el: any;
3186
3186
  $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
3187
+ collapseDuration: {
3188
+ type: PropType<number>;
3189
+ default: undefined;
3190
+ };
3191
+ collapseTransition: {
3192
+ type: PropType<boolean>;
3193
+ default: undefined;
3194
+ };
3187
3195
  columns: {
3188
3196
  type: PropType< PlusColumn[]>;
3189
3197
  default: () => never[];
@@ -3216,25 +3224,10 @@ export declare const PlusSearch: {
3216
3224
  type: PropType<boolean>;
3217
3225
  default: boolean;
3218
3226
  };
3219
- clearable: {
3220
- type: PropType<boolean>;
3221
- default: boolean;
3222
- };
3223
- colProps: {
3224
- type: PropType<Partial< Mutable<ColProps> & {
3225
- style?: CSSProperties | undefined;
3226
- class?: any;
3227
- } & RecordType>>;
3227
+ defaultValues: {
3228
+ type: PropType<FieldValues>;
3228
3229
  default: () => {};
3229
3230
  };
3230
- collapseDuration: {
3231
- type: PropType<number>;
3232
- default: undefined;
3233
- };
3234
- collapseTransition: {
3235
- type: PropType<boolean>;
3236
- default: undefined;
3237
- };
3238
3231
  rowProps: {
3239
3232
  type: PropType<Partial< Mutable<RowProps> & {
3240
3233
  style?: CSSProperties | undefined;
@@ -3242,8 +3235,11 @@ export declare const PlusSearch: {
3242
3235
  } & RecordType>>;
3243
3236
  default: () => {};
3244
3237
  };
3245
- defaultValues: {
3246
- type: PropType<FieldValues>;
3238
+ colProps: {
3239
+ type: PropType<Partial< Mutable<ColProps> & {
3240
+ style?: CSSProperties | undefined;
3241
+ class?: any;
3242
+ } & RecordType>>;
3247
3243
  default: () => {};
3248
3244
  };
3249
3245
  hasErrorTip: {
@@ -3285,11 +3281,15 @@ export declare const PlusSearch: {
3285
3281
  type: PropType<boolean>;
3286
3282
  default: boolean;
3287
3283
  };
3284
+ clearable: {
3285
+ type: PropType<boolean>;
3286
+ default: boolean;
3287
+ };
3288
3288
  }>> & {
3289
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3290
3289
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3291
3290
  onReset?: ((values: FieldValues) => any) | undefined;
3292
3291
  onSubmit?: ((values: FieldValues) => any) | undefined;
3292
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3293
3293
  onValidate?: ((...args: any[]) => any) | undefined;
3294
3294
  onSubmitError?: ((errors: unknown) => any) | undefined;
3295
3295
  }, {
@@ -3585,6 +3585,8 @@ export declare const PlusSearch: {
3585
3585
  submitError: (errors: unknown) => void;
3586
3586
  validate: (...args: any[]) => void;
3587
3587
  }, string, {
3588
+ collapseDuration: number;
3589
+ collapseTransition: boolean;
3588
3590
  columns: PlusColumn[];
3589
3591
  group: false | PlusFormGroupRow[];
3590
3592
  modelValue: FieldValues;
@@ -3593,18 +3595,15 @@ export declare const PlusSearch: {
3593
3595
  labelWidth: string | number;
3594
3596
  labelSuffix: string;
3595
3597
  hasLabel: boolean;
3596
- clearable: boolean;
3597
- colProps: Partial< Mutable<ColProps> & {
3598
+ defaultValues: FieldValues;
3599
+ rowProps: Partial< Mutable<RowProps> & {
3598
3600
  style?: CSSProperties | undefined;
3599
3601
  class?: any;
3600
3602
  } & RecordType>;
3601
- collapseDuration: number;
3602
- collapseTransition: boolean;
3603
- rowProps: Partial< Mutable<RowProps> & {
3603
+ colProps: Partial< Mutable<ColProps> & {
3604
3604
  style?: CSSProperties | undefined;
3605
3605
  class?: any;
3606
3606
  } & RecordType>;
3607
- defaultValues: FieldValues;
3608
3607
  hasErrorTip: boolean;
3609
3608
  hasFooter: boolean;
3610
3609
  hasReset: boolean;
@@ -3617,6 +3616,7 @@ export declare const PlusSearch: {
3617
3616
  class?: any;
3618
3617
  } & RecordType>;
3619
3618
  prevent: boolean;
3619
+ clearable: boolean;
3620
3620
  }, {}, string, {}> & {
3621
3621
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3622
3622
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -3638,6 +3638,14 @@ export declare const PlusSearch: {
3638
3638
  $nextTick: nextTick;
3639
3639
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
3640
3640
  } & Omit<Readonly< ExtractPropTypes<{
3641
+ collapseDuration: {
3642
+ type: PropType<number>;
3643
+ default: undefined;
3644
+ };
3645
+ collapseTransition: {
3646
+ type: PropType<boolean>;
3647
+ default: undefined;
3648
+ };
3641
3649
  columns: {
3642
3650
  type: PropType< PlusColumn[]>;
3643
3651
  default: () => never[];
@@ -3670,25 +3678,10 @@ export declare const PlusSearch: {
3670
3678
  type: PropType<boolean>;
3671
3679
  default: boolean;
3672
3680
  };
3673
- clearable: {
3674
- type: PropType<boolean>;
3675
- default: boolean;
3676
- };
3677
- colProps: {
3678
- type: PropType<Partial< Mutable<ColProps> & {
3679
- style?: CSSProperties | undefined;
3680
- class?: any;
3681
- } & RecordType>>;
3681
+ defaultValues: {
3682
+ type: PropType<FieldValues>;
3682
3683
  default: () => {};
3683
3684
  };
3684
- collapseDuration: {
3685
- type: PropType<number>;
3686
- default: undefined;
3687
- };
3688
- collapseTransition: {
3689
- type: PropType<boolean>;
3690
- default: undefined;
3691
- };
3692
3685
  rowProps: {
3693
3686
  type: PropType<Partial< Mutable<RowProps> & {
3694
3687
  style?: CSSProperties | undefined;
@@ -3696,8 +3689,11 @@ export declare const PlusSearch: {
3696
3689
  } & RecordType>>;
3697
3690
  default: () => {};
3698
3691
  };
3699
- defaultValues: {
3700
- type: PropType<FieldValues>;
3692
+ colProps: {
3693
+ type: PropType<Partial< Mutable<ColProps> & {
3694
+ style?: CSSProperties | undefined;
3695
+ class?: any;
3696
+ } & RecordType>>;
3701
3697
  default: () => {};
3702
3698
  };
3703
3699
  hasErrorTip: {
@@ -3739,11 +3735,15 @@ export declare const PlusSearch: {
3739
3735
  type: PropType<boolean>;
3740
3736
  default: boolean;
3741
3737
  };
3738
+ clearable: {
3739
+ type: PropType<boolean>;
3740
+ default: boolean;
3741
+ };
3742
3742
  }>> & {
3743
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3744
3743
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3745
3744
  onReset?: ((values: FieldValues) => any) | undefined;
3746
3745
  onSubmit?: ((values: FieldValues) => any) | undefined;
3746
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3747
3747
  onValidate?: ((...args: any[]) => any) | undefined;
3748
3748
  onSubmitError?: ((errors: unknown) => any) | undefined;
3749
3749
  }, "formInstance" | "handleSubmit" | "handleReset"> & ShallowUnwrapRef<{
@@ -4044,9 +4044,9 @@ export declare const PlusSearch: {
4044
4044
  hideInGroup?: boolean | ComputedRef<boolean> | undefined;
4045
4045
  columns?: PlusColumn[] | undefined;
4046
4046
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4047
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
4047
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4048
4048
  readonly label: string | ComputedRef<string>;
4049
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4049
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4050
4050
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4051
4051
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4052
4052
  style?: CSSProperties | undefined;
@@ -4073,7 +4073,7 @@ export declare const PlusSearch: {
4073
4073
  };
4074
4074
  rows: number;
4075
4075
  autocomplete: string;
4076
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4076
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4077
4077
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4078
4078
  step: string | number;
4079
4079
  format: string | ProgressFn | undefined;
@@ -4112,7 +4112,7 @@ export declare const PlusSearch: {
4112
4112
  fieldInstance?: any;
4113
4113
  valueIsReady?: Ref<boolean> | undefined;
4114
4114
  prop: string;
4115
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4115
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4116
4116
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4117
4117
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
4118
4118
  style?: CSSProperties | undefined;
@@ -4140,9 +4140,9 @@ export declare const PlusSearch: {
4140
4140
  clearable: boolean;
4141
4141
  index: number;
4142
4142
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4143
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
4143
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4144
4144
  readonly label: string | ComputedRef<string>;
4145
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4145
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4146
4146
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4147
4147
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4148
4148
  style?: CSSProperties | undefined;
@@ -4169,7 +4169,7 @@ export declare const PlusSearch: {
4169
4169
  };
4170
4170
  rows: number;
4171
4171
  autocomplete: string;
4172
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4172
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4173
4173
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4174
4174
  step: string | number;
4175
4175
  format: string | ProgressFn | undefined;
@@ -4208,7 +4208,7 @@ export declare const PlusSearch: {
4208
4208
  fieldInstance?: any;
4209
4209
  valueIsReady?: Ref<boolean> | undefined;
4210
4210
  prop: string;
4211
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4211
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4212
4212
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4213
4213
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
4214
4214
  style?: CSSProperties | undefined;
@@ -4264,15 +4264,15 @@ export declare const PlusSearch: {
4264
4264
  labelPosition: "top" | "right" | "left";
4265
4265
  inline: boolean;
4266
4266
  showNumber: number;
4267
- colProps: Partial< Mutable<ColProps> & {
4267
+ defaultValues: FieldValues;
4268
+ rowProps: Partial< Mutable<RowProps> & {
4268
4269
  style?: CSSProperties | undefined;
4269
4270
  class?: any;
4270
4271
  } & RecordType>;
4271
- rowProps: Partial< Mutable<RowProps> & {
4272
+ colProps: Partial< Mutable<ColProps> & {
4272
4273
  style?: CSSProperties | undefined;
4273
4274
  class?: any;
4274
4275
  } & RecordType>;
4275
- defaultValues: FieldValues;
4276
4276
  hasFooter: boolean;
4277
4277
  hasReset: boolean;
4278
4278
  resetText: string;
@@ -4285,9 +4285,9 @@ export declare const PlusSearch: {
4285
4285
  needValidate: boolean;
4286
4286
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
4287
4287
  $slots: Partial<Record<NonNullable<string | number>, (_: {
4288
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "label" | "index" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "renderField" | "valueType" | "optionsMap" | "renderLabel" | "renderErrorMessage">> & {
4288
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4289
4289
  readonly label: string | ComputedRef<string>;
4290
- readonly modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4290
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4291
4291
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4292
4292
  readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4293
4293
  style?: CSSProperties | undefined;
@@ -4314,7 +4314,7 @@ export declare const PlusSearch: {
4314
4314
  };
4315
4315
  rows: number;
4316
4316
  autocomplete: string;
4317
- type: "" | "number" | "default" | "checkbox" | "radio" | "textarea" | "text" | "circle" | "color" | "button" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "search" | "datetimerange" | "daterange" | "monthrange" | "time" | "image" | "line" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4317
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4318
4318
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4319
4319
  step: string | number;
4320
4320
  format: string | ProgressFn | undefined;
@@ -4353,7 +4353,7 @@ export declare const PlusSearch: {
4353
4353
  fieldInstance?: any;
4354
4354
  valueIsReady?: Ref<boolean> | undefined;
4355
4355
  prop: string;
4356
- modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
4356
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4357
4357
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4358
4358
  tooltip: string | Partial< Mutable<ElTooltipProps> & {
4359
4359
  style?: CSSProperties | undefined;