yc-pro-components 0.0.8 → 0.0.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 (144) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +10 -10
  6. package/es/components/date-picker/src/index.vue.d.ts +2 -2
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +21 -21
  12. package/es/components/display-item/src/index.vue.d.ts +21 -21
  13. package/es/components/drawer-form/index.d.ts +50 -50
  14. package/es/components/drawer-form/src/index.vue.d.ts +10 -10
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +42 -42
  19. package/es/components/form-item/src/index.vue.d.ts +12 -12
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +20 -20
  23. package/es/components/input-tag/src/index.vue.d.ts +8 -8
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +452 -452
  27. package/es/components/page/src/index.vue.d.ts +154 -154
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/index.d.ts +54 -54
  41. package/es/components/table/src/index.vue.d.ts +18 -18
  42. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  43. package/es/components/table/src/table-column.vue.d.ts +21 -21
  44. package/es/components/utils/index.d.ts +2 -2
  45. package/es/components/yc-dialog/index.d.ts +24 -24
  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-form-container-header/index.d.ts +12 -12
  49. package/es/components/yc-more-actions/index.d.ts +46 -46
  50. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  51. package/es/components/yc-plus-page/src/index.vue.d.ts +360 -360
  52. package/es/components/yc-segmented/index.d.ts +2 -2
  53. package/es/components/yc-segmented/src/index.d.ts +2 -2
  54. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  55. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  56. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  57. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  58. package/es/hooks/usePlusFormReset.d.ts +208 -208
  59. package/index.js +1 -1
  60. package/index.min.js +1 -1
  61. package/index.min.mjs +1 -1
  62. package/index.mjs +1 -1
  63. package/lib/components/check-card/index.d.ts +61 -61
  64. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  65. package/lib/components/check-card-group/index.d.ts +43 -43
  66. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  67. package/lib/components/date-picker/index.d.ts +10 -10
  68. package/lib/components/date-picker/src/index.vue.d.ts +2 -2
  69. package/lib/components/dialog/index.d.ts +26 -26
  70. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  71. package/lib/components/dialog-form/index.d.ts +31 -31
  72. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  73. package/lib/components/display-item/index.d.ts +21 -21
  74. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  75. package/lib/components/drawer-form/index.d.ts +50 -50
  76. package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
  77. package/lib/components/form/index.d.ts +45 -45
  78. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  79. package/lib/components/form/src/index.vue.d.ts +17 -17
  80. package/lib/components/form-item/index.d.ts +42 -42
  81. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  82. package/lib/components/header/index.d.ts +19 -19
  83. package/lib/components/header/src/index.vue.d.ts +1 -1
  84. package/lib/components/input-tag/index.d.ts +20 -20
  85. package/lib/components/input-tag/src/index.vue.d.ts +8 -8
  86. package/lib/components/layout/index.d.ts +30 -30
  87. package/lib/components/layout/src/index.vue.d.ts +10 -10
  88. package/lib/components/page/index.d.ts +452 -452
  89. package/lib/components/page/src/index.vue.d.ts +154 -154
  90. package/lib/components/pagination/index.d.ts +42 -42
  91. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  92. package/lib/components/radio/index.d.ts +35 -35
  93. package/lib/components/radio/src/index.vue.d.ts +27 -27
  94. package/lib/components/render/index.d.ts +3 -3
  95. package/lib/components/render/src/index.vue.d.ts +1 -1
  96. package/lib/components/search/index.d.ts +154 -154
  97. package/lib/components/search/src/index.vue.d.ts +50 -50
  98. package/lib/components/sidebar/index.d.ts +15 -15
  99. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  100. package/lib/components/steps-form/index.d.ts +23 -23
  101. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  102. package/lib/components/table/index.d.ts +54 -54
  103. package/lib/components/table/src/index.vue.d.ts +18 -18
  104. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  105. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  106. package/lib/components/utils/index.d.ts +2 -2
  107. package/lib/components/yc-dialog/index.d.ts +24 -24
  108. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  109. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  110. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  111. package/lib/components/yc-more-actions/index.d.ts +46 -46
  112. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  113. package/lib/components/yc-plus-page/src/index.vue.d.ts +360 -360
  114. package/lib/components/yc-segmented/index.d.ts +2 -2
  115. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  116. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  117. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  118. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  119. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  120. package/lib/hooks/usePlusFormReset.d.ts +208 -208
  121. package/locale/en.js +1 -1
  122. package/locale/en.min.js +1 -1
  123. package/locale/en.min.mjs +1 -1
  124. package/locale/en.mjs +1 -1
  125. package/locale/ja.js +1 -1
  126. package/locale/ja.min.js +1 -1
  127. package/locale/ja.min.mjs +1 -1
  128. package/locale/ja.mjs +1 -1
  129. package/locale/ko.js +1 -1
  130. package/locale/ko.min.js +1 -1
  131. package/locale/ko.min.mjs +1 -1
  132. package/locale/ko.mjs +1 -1
  133. package/locale/zh-cn.js +1 -1
  134. package/locale/zh-cn.min.js +1 -1
  135. package/locale/zh-cn.min.mjs +1 -1
  136. package/locale/zh-cn.mjs +1 -1
  137. package/locale/zh-tw.js +1 -1
  138. package/locale/zh-tw.min.js +1 -1
  139. package/locale/zh-tw.min.mjs +1 -1
  140. package/locale/zh-tw.mjs +1 -1
  141. package/package.json +1 -1
  142. package/theme-chalk/index.css +1 -1
  143. package/theme-chalk/plus-yc-status-dialog.css +1 -1
  144. package/theme-chalk/src/yc-status-dialog.scss +1 -0
@@ -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 { RowProps, ColProps, FormItemRule, CardProps, FormItemProp, FormItemContext, FormValidateCallback, FormValidationResult, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, ISelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
5
- import { PlusColumn, FieldValues, Mutable, RecordType, PlusFormGroupRow, PlusFormItemProps, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
5
+ import { FieldValues, PlusColumn, 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';
8
8
 
@@ -10,14 +10,14 @@ export type PlusSearchInstance = InstanceType<typeof Search>;
10
10
  export * from './src/type';
11
11
  export declare const PlusSearch: {
12
12
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13
- columns: {
14
- type: PropType< PlusColumn[]>;
15
- default: () => never[];
16
- };
17
13
  modelValue: {
18
14
  type: PropType<FieldValues>;
19
15
  default: () => {};
20
16
  };
17
+ columns: {
18
+ type: PropType< PlusColumn[]>;
19
+ default: () => never[];
20
+ };
21
21
  labelPosition: {
22
22
  type: PropType<"top" | "right" | "left">;
23
23
  default: undefined;
@@ -97,9 +97,9 @@ export declare const PlusSearch: {
97
97
  default: boolean;
98
98
  };
99
99
  }>> & {
100
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
100
101
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
101
102
  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,11 +107,11 @@ export declare const PlusSearch: {
107
107
  $: ComponentInternalInstance;
108
108
  $data: {};
109
109
  $props: Partial<{
110
+ modelValue: FieldValues;
110
111
  collapseDuration: number;
111
112
  collapseTransition: boolean;
112
113
  columns: PlusColumn[];
113
114
  group: false | PlusFormGroupRow[];
114
- modelValue: FieldValues;
115
115
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
116
116
  labelPosition: "top" | "right" | "left";
117
117
  labelWidth: string | number;
@@ -132,7 +132,7 @@ export declare const PlusSearch: {
132
132
  submitText: string;
133
133
  resetText: string;
134
134
  submitLoading: boolean;
135
- footerAlign: "right" | "left" | "center";
135
+ footerAlign: "center" | "right" | "left";
136
136
  cardProps: Partial< Mutable<CardProps> & {
137
137
  style?: CSSProperties | undefined;
138
138
  class?: any;
@@ -140,9 +140,9 @@ export declare const PlusSearch: {
140
140
  prevent: boolean;
141
141
  clearable: boolean;
142
142
  }> & Omit<{
143
+ readonly modelValue: FieldValues;
143
144
  readonly columns: PlusColumn[];
144
145
  readonly group: false | PlusFormGroupRow[];
145
- readonly modelValue: FieldValues;
146
146
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
147
147
  readonly labelPosition: "top" | "right" | "left";
148
148
  readonly labelWidth: string | number;
@@ -163,7 +163,7 @@ export declare const PlusSearch: {
163
163
  readonly submitText: string;
164
164
  readonly resetText: string;
165
165
  readonly submitLoading: boolean;
166
- readonly footerAlign: "right" | "left" | "center";
166
+ readonly footerAlign: "center" | "right" | "left";
167
167
  readonly cardProps: Partial< Mutable<CardProps> & {
168
168
  style?: CSSProperties | undefined;
169
169
  class?: any;
@@ -172,13 +172,17 @@ export declare const PlusSearch: {
172
172
  readonly clearable: boolean;
173
173
  readonly collapseDuration?: number | undefined;
174
174
  readonly collapseTransition?: boolean | undefined;
175
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
175
176
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
176
177
  onReset?: ((values: FieldValues) => any) | undefined;
177
178
  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
+ modelValue: {
183
+ type: PropType<FieldValues>;
184
+ default: () => {};
185
+ };
182
186
  collapseDuration: {
183
187
  type: PropType<number>;
184
188
  default: undefined;
@@ -195,10 +199,6 @@ export declare const PlusSearch: {
195
199
  type: PropType<false | PlusFormGroupRow[]>;
196
200
  default: boolean;
197
201
  };
198
- modelValue: {
199
- type: PropType<FieldValues>;
200
- default: () => {};
201
- };
202
202
  rules: {
203
203
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
204
204
  default: () => {};
@@ -262,7 +262,7 @@ export declare const PlusSearch: {
262
262
  default: boolean;
263
263
  };
264
264
  footerAlign: {
265
- type: PropType<"right" | "left" | "center">;
265
+ type: PropType<"center" | "right" | "left">;
266
266
  default: string;
267
267
  };
268
268
  cardProps: {
@@ -281,13 +281,13 @@ export declare const PlusSearch: {
281
281
  default: boolean;
282
282
  };
283
283
  }>> & {
284
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
284
285
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
285
286
  onReset?: ((values: FieldValues) => any) | undefined;
286
287
  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
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
290
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
  };
@@ -299,9 +299,13 @@ export declare const PlusSearch: {
299
299
  }>;
300
300
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
301
301
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
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);
302
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
+ modelValue: {
306
+ type: PropType<FieldValues>;
307
+ default: () => {};
308
+ };
305
309
  collapseDuration: {
306
310
  type: PropType<number>;
307
311
  default: undefined;
@@ -318,10 +322,6 @@ export declare const PlusSearch: {
318
322
  type: PropType<false | PlusFormGroupRow[]>;
319
323
  default: boolean;
320
324
  };
321
- modelValue: {
322
- type: PropType<FieldValues>;
323
- default: () => {};
324
- };
325
325
  rules: {
326
326
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
327
327
  default: () => {};
@@ -385,7 +385,7 @@ export declare const PlusSearch: {
385
385
  default: boolean;
386
386
  };
387
387
  footerAlign: {
388
- type: PropType<"right" | "left" | "center">;
388
+ type: PropType<"center" | "right" | "left">;
389
389
  default: string;
390
390
  };
391
391
  cardProps: {
@@ -404,10 +404,10 @@ export declare const PlusSearch: {
404
404
  default: boolean;
405
405
  };
406
406
  }>> & {
407
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
407
408
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
408
409
  onReset?: ((values: FieldValues) => any) | undefined;
409
410
  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,11 +703,11 @@ export declare const PlusSearch: {
703
703
  submitError: (errors: unknown) => void;
704
704
  validate: (...args: any[]) => void;
705
705
  }, string, {
706
+ modelValue: FieldValues;
706
707
  collapseDuration: number;
707
708
  collapseTransition: boolean;
708
709
  columns: PlusColumn[];
709
710
  group: false | PlusFormGroupRow[];
710
- modelValue: FieldValues;
711
711
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
712
712
  labelPosition: "top" | "right" | "left";
713
713
  labelWidth: string | number;
@@ -728,7 +728,7 @@ export declare const PlusSearch: {
728
728
  submitText: string;
729
729
  resetText: string;
730
730
  submitLoading: boolean;
731
- footerAlign: "right" | "left" | "center";
731
+ footerAlign: "center" | "right" | "left";
732
732
  cardProps: Partial< Mutable<CardProps> & {
733
733
  style?: CSSProperties | undefined;
734
734
  class?: any;
@@ -756,6 +756,10 @@ 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
+ modelValue: {
760
+ type: PropType<FieldValues>;
761
+ default: () => {};
762
+ };
759
763
  collapseDuration: {
760
764
  type: PropType<number>;
761
765
  default: undefined;
@@ -772,10 +776,6 @@ export declare const PlusSearch: {
772
776
  type: PropType<false | PlusFormGroupRow[]>;
773
777
  default: boolean;
774
778
  };
775
- modelValue: {
776
- type: PropType<FieldValues>;
777
- default: () => {};
778
- };
779
779
  rules: {
780
780
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
781
781
  default: () => {};
@@ -839,7 +839,7 @@ export declare const PlusSearch: {
839
839
  default: boolean;
840
840
  };
841
841
  footerAlign: {
842
- type: PropType<"right" | "left" | "center">;
842
+ type: PropType<"center" | "right" | "left">;
843
843
  default: string;
844
844
  };
845
845
  cardProps: {
@@ -858,10 +858,10 @@ export declare const PlusSearch: {
858
858
  default: boolean;
859
859
  };
860
860
  }>> & {
861
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
861
862
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
862
863
  onReset?: ((values: FieldValues) => any) | undefined;
863
864
  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,14 +1162,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1165
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1166
1166
  readonly label: string | ComputedRef<string>;
1167
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1167
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1168
1168
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1169
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1169
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1170
1170
  style?: CSSProperties | undefined;
1171
1171
  class?: any;
1172
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1172
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1173
1173
  style?: CSSProperties | undefined;
1174
1174
  class?: any;
1175
1175
  } & RecordType>>;
@@ -1230,12 +1230,12 @@ export declare const PlusSearch: {
1230
1230
  fieldInstance?: any;
1231
1231
  valueIsReady?: Ref<boolean> | undefined;
1232
1232
  prop: string;
1233
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1233
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1234
1234
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1235
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1235
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1236
1236
  style?: CSSProperties | undefined;
1237
1237
  class?: any;
1238
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1238
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1239
1239
  style?: CSSProperties | undefined;
1240
1240
  class?: any;
1241
1241
  } & RecordType>>;
@@ -1258,14 +1258,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1261
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1262
1262
  readonly label: string | ComputedRef<string>;
1263
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1263
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1264
1264
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1265
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1265
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1266
1266
  style?: CSSProperties | undefined;
1267
1267
  class?: any;
1268
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1268
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1269
1269
  style?: CSSProperties | undefined;
1270
1270
  class?: any;
1271
1271
  } & RecordType>>;
@@ -1326,12 +1326,12 @@ export declare const PlusSearch: {
1326
1326
  fieldInstance?: any;
1327
1327
  valueIsReady?: Ref<boolean> | undefined;
1328
1328
  prop: string;
1329
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1329
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1330
1330
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1331
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
1331
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1332
1332
  style?: CSSProperties | undefined;
1333
1333
  class?: any;
1334
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1334
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1335
1335
  style?: CSSProperties | undefined;
1336
1336
  class?: any;
1337
1337
  } & RecordType>>;
@@ -1377,14 +1377,14 @@ export declare const PlusSearch: {
1377
1377
  reset: (values: FieldValues) => void;
1378
1378
  collapse: (isShowUnfold: boolean) => void;
1379
1379
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
1380
- columns: {
1381
- type: PropType< PlusColumn[]>;
1382
- default: () => never[];
1383
- };
1384
1380
  modelValue: {
1385
1381
  type: PropType<FieldValues>;
1386
1382
  default: () => {};
1387
1383
  };
1384
+ columns: {
1385
+ type: PropType< PlusColumn[]>;
1386
+ default: () => never[];
1387
+ };
1388
1388
  labelPosition: {
1389
1389
  type: PropType<"top" | "right" | "left">;
1390
1390
  default: undefined;
@@ -1464,14 +1464,14 @@ export declare const PlusSearch: {
1464
1464
  default: boolean;
1465
1465
  };
1466
1466
  }>> & {
1467
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1467
1468
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1468
1469
  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
  }, {
1473
- columns: PlusColumn[];
1474
1473
  modelValue: FieldValues;
1474
+ columns: PlusColumn[];
1475
1475
  labelPosition: "top" | "right" | "left";
1476
1476
  inline: boolean;
1477
1477
  showNumber: number;
@@ -1502,14 +1502,14 @@ export declare const PlusSearch: {
1502
1502
  M: {};
1503
1503
  Defaults: {};
1504
1504
  }, Readonly< ExtractPropTypes<{
1505
- columns: {
1506
- type: PropType< PlusColumn[]>;
1507
- default: () => never[];
1508
- };
1509
1505
  modelValue: {
1510
1506
  type: PropType<FieldValues>;
1511
1507
  default: () => {};
1512
1508
  };
1509
+ columns: {
1510
+ type: PropType< PlusColumn[]>;
1511
+ default: () => never[];
1512
+ };
1513
1513
  labelPosition: {
1514
1514
  type: PropType<"top" | "right" | "left">;
1515
1515
  default: undefined;
@@ -1589,9 +1589,9 @@ export declare const PlusSearch: {
1589
1589
  default: boolean;
1590
1590
  };
1591
1591
  }>> & {
1592
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1592
1593
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1593
1594
  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,11 +1599,11 @@ export declare const PlusSearch: {
1599
1599
  $: ComponentInternalInstance;
1600
1600
  $data: {};
1601
1601
  $props: Partial<{
1602
+ modelValue: FieldValues;
1602
1603
  collapseDuration: number;
1603
1604
  collapseTransition: boolean;
1604
1605
  columns: PlusColumn[];
1605
1606
  group: false | PlusFormGroupRow[];
1606
- modelValue: FieldValues;
1607
1607
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1608
1608
  labelPosition: "top" | "right" | "left";
1609
1609
  labelWidth: string | number;
@@ -1624,7 +1624,7 @@ export declare const PlusSearch: {
1624
1624
  submitText: string;
1625
1625
  resetText: string;
1626
1626
  submitLoading: boolean;
1627
- footerAlign: "right" | "left" | "center";
1627
+ footerAlign: "center" | "right" | "left";
1628
1628
  cardProps: Partial< Mutable<CardProps> & {
1629
1629
  style?: CSSProperties | undefined;
1630
1630
  class?: any;
@@ -1632,9 +1632,9 @@ export declare const PlusSearch: {
1632
1632
  prevent: boolean;
1633
1633
  clearable: boolean;
1634
1634
  }> & Omit<{
1635
+ readonly modelValue: FieldValues;
1635
1636
  readonly columns: PlusColumn[];
1636
1637
  readonly group: false | PlusFormGroupRow[];
1637
- readonly modelValue: FieldValues;
1638
1638
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
1639
1639
  readonly labelPosition: "top" | "right" | "left";
1640
1640
  readonly labelWidth: string | number;
@@ -1655,7 +1655,7 @@ export declare const PlusSearch: {
1655
1655
  readonly submitText: string;
1656
1656
  readonly resetText: string;
1657
1657
  readonly submitLoading: boolean;
1658
- readonly footerAlign: "right" | "left" | "center";
1658
+ readonly footerAlign: "center" | "right" | "left";
1659
1659
  readonly cardProps: Partial< Mutable<CardProps> & {
1660
1660
  style?: CSSProperties | undefined;
1661
1661
  class?: any;
@@ -1664,13 +1664,17 @@ export declare const PlusSearch: {
1664
1664
  readonly clearable: boolean;
1665
1665
  readonly collapseDuration?: number | undefined;
1666
1666
  readonly collapseTransition?: boolean | undefined;
1667
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1667
1668
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1668
1669
  onReset?: ((values: FieldValues) => any) | undefined;
1669
1670
  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
+ modelValue: {
1675
+ type: PropType<FieldValues>;
1676
+ default: () => {};
1677
+ };
1674
1678
  collapseDuration: {
1675
1679
  type: PropType<number>;
1676
1680
  default: undefined;
@@ -1687,10 +1691,6 @@ export declare const PlusSearch: {
1687
1691
  type: PropType<false | PlusFormGroupRow[]>;
1688
1692
  default: boolean;
1689
1693
  };
1690
- modelValue: {
1691
- type: PropType<FieldValues>;
1692
- default: () => {};
1693
- };
1694
1694
  rules: {
1695
1695
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1696
1696
  default: () => {};
@@ -1754,7 +1754,7 @@ export declare const PlusSearch: {
1754
1754
  default: boolean;
1755
1755
  };
1756
1756
  footerAlign: {
1757
- type: PropType<"right" | "left" | "center">;
1757
+ type: PropType<"center" | "right" | "left">;
1758
1758
  default: string;
1759
1759
  };
1760
1760
  cardProps: {
@@ -1773,13 +1773,13 @@ export declare const PlusSearch: {
1773
1773
  default: boolean;
1774
1774
  };
1775
1775
  }>> & {
1776
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1776
1777
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1777
1778
  onReset?: ((values: FieldValues) => any) | undefined;
1778
1779
  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
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
1782
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
  };
@@ -1791,9 +1791,13 @@ export declare const PlusSearch: {
1791
1791
  }>;
1792
1792
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1793
1793
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
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);
1794
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
+ modelValue: {
1798
+ type: PropType<FieldValues>;
1799
+ default: () => {};
1800
+ };
1797
1801
  collapseDuration: {
1798
1802
  type: PropType<number>;
1799
1803
  default: undefined;
@@ -1810,10 +1814,6 @@ export declare const PlusSearch: {
1810
1814
  type: PropType<false | PlusFormGroupRow[]>;
1811
1815
  default: boolean;
1812
1816
  };
1813
- modelValue: {
1814
- type: PropType<FieldValues>;
1815
- default: () => {};
1816
- };
1817
1817
  rules: {
1818
1818
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
1819
1819
  default: () => {};
@@ -1877,7 +1877,7 @@ export declare const PlusSearch: {
1877
1877
  default: boolean;
1878
1878
  };
1879
1879
  footerAlign: {
1880
- type: PropType<"right" | "left" | "center">;
1880
+ type: PropType<"center" | "right" | "left">;
1881
1881
  default: string;
1882
1882
  };
1883
1883
  cardProps: {
@@ -1896,10 +1896,10 @@ export declare const PlusSearch: {
1896
1896
  default: boolean;
1897
1897
  };
1898
1898
  }>> & {
1899
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
1899
1900
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
1900
1901
  onReset?: ((values: FieldValues) => any) | undefined;
1901
1902
  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,11 +2195,11 @@ export declare const PlusSearch: {
2195
2195
  submitError: (errors: unknown) => void;
2196
2196
  validate: (...args: any[]) => void;
2197
2197
  }, string, {
2198
+ modelValue: FieldValues;
2198
2199
  collapseDuration: number;
2199
2200
  collapseTransition: boolean;
2200
2201
  columns: PlusColumn[];
2201
2202
  group: false | PlusFormGroupRow[];
2202
- modelValue: FieldValues;
2203
2203
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2204
2204
  labelPosition: "top" | "right" | "left";
2205
2205
  labelWidth: string | number;
@@ -2220,7 +2220,7 @@ export declare const PlusSearch: {
2220
2220
  submitText: string;
2221
2221
  resetText: string;
2222
2222
  submitLoading: boolean;
2223
- footerAlign: "right" | "left" | "center";
2223
+ footerAlign: "center" | "right" | "left";
2224
2224
  cardProps: Partial< Mutable<CardProps> & {
2225
2225
  style?: CSSProperties | undefined;
2226
2226
  class?: any;
@@ -2248,6 +2248,10 @@ 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
+ modelValue: {
2252
+ type: PropType<FieldValues>;
2253
+ default: () => {};
2254
+ };
2251
2255
  collapseDuration: {
2252
2256
  type: PropType<number>;
2253
2257
  default: undefined;
@@ -2264,10 +2268,6 @@ export declare const PlusSearch: {
2264
2268
  type: PropType<false | PlusFormGroupRow[]>;
2265
2269
  default: boolean;
2266
2270
  };
2267
- modelValue: {
2268
- type: PropType<FieldValues>;
2269
- default: () => {};
2270
- };
2271
2271
  rules: {
2272
2272
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
2273
2273
  default: () => {};
@@ -2331,7 +2331,7 @@ export declare const PlusSearch: {
2331
2331
  default: boolean;
2332
2332
  };
2333
2333
  footerAlign: {
2334
- type: PropType<"right" | "left" | "center">;
2334
+ type: PropType<"center" | "right" | "left">;
2335
2335
  default: string;
2336
2336
  };
2337
2337
  cardProps: {
@@ -2350,10 +2350,10 @@ export declare const PlusSearch: {
2350
2350
  default: boolean;
2351
2351
  };
2352
2352
  }>> & {
2353
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2353
2354
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2354
2355
  onReset?: ((values: FieldValues) => any) | undefined;
2355
2356
  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,14 +2654,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2657
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2658
2658
  readonly label: string | ComputedRef<string>;
2659
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2659
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2660
2660
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2661
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2661
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2662
2662
  style?: CSSProperties | undefined;
2663
2663
  class?: any;
2664
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2664
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2665
2665
  style?: CSSProperties | undefined;
2666
2666
  class?: any;
2667
2667
  } & RecordType>>;
@@ -2722,12 +2722,12 @@ export declare const PlusSearch: {
2722
2722
  fieldInstance?: any;
2723
2723
  valueIsReady?: Ref<boolean> | undefined;
2724
2724
  prop: string;
2725
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2725
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2726
2726
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2727
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2727
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2728
2728
  style?: CSSProperties | undefined;
2729
2729
  class?: any;
2730
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2730
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2731
2731
  style?: CSSProperties | undefined;
2732
2732
  class?: any;
2733
2733
  } & RecordType>>;
@@ -2750,14 +2750,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2753
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2754
2754
  readonly label: string | ComputedRef<string>;
2755
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2755
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2756
2756
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2757
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2757
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2758
2758
  style?: CSSProperties | undefined;
2759
2759
  class?: any;
2760
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2760
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2761
2761
  style?: CSSProperties | undefined;
2762
2762
  class?: any;
2763
2763
  } & RecordType>>;
@@ -2818,12 +2818,12 @@ export declare const PlusSearch: {
2818
2818
  fieldInstance?: any;
2819
2819
  valueIsReady?: Ref<boolean> | undefined;
2820
2820
  prop: string;
2821
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2821
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2822
2822
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2823
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
2823
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2824
2824
  style?: CSSProperties | undefined;
2825
2825
  class?: any;
2826
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2826
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2827
2827
  style?: CSSProperties | undefined;
2828
2828
  class?: any;
2829
2829
  } & RecordType>>;
@@ -2863,8 +2863,8 @@ export declare const PlusSearch: {
2863
2863
  handleSearch: () => void;
2864
2864
  handleUnfold: (e: MouseEvent) => void;
2865
2865
  }, {}, {}, {}, {
2866
- columns: PlusColumn[];
2867
2866
  modelValue: FieldValues;
2867
+ columns: PlusColumn[];
2868
2868
  labelPosition: "top" | "right" | "left";
2869
2869
  inline: boolean;
2870
2870
  showNumber: number;
@@ -2892,14 +2892,14 @@ export declare const PlusSearch: {
2892
2892
  __isTeleport?: undefined;
2893
2893
  __isSuspense?: undefined;
2894
2894
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
2895
- columns: {
2896
- type: PropType< PlusColumn[]>;
2897
- default: () => never[];
2898
- };
2899
2895
  modelValue: {
2900
2896
  type: PropType<FieldValues>;
2901
2897
  default: () => {};
2902
2898
  };
2899
+ columns: {
2900
+ type: PropType< PlusColumn[]>;
2901
+ default: () => never[];
2902
+ };
2903
2903
  labelPosition: {
2904
2904
  type: PropType<"top" | "right" | "left">;
2905
2905
  default: undefined;
@@ -2979,9 +2979,9 @@ export declare const PlusSearch: {
2979
2979
  default: boolean;
2980
2980
  };
2981
2981
  }>> & {
2982
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
2982
2983
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
2983
2984
  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,11 +2989,11 @@ export declare const PlusSearch: {
2989
2989
  $: ComponentInternalInstance;
2990
2990
  $data: {};
2991
2991
  $props: Partial<{
2992
+ modelValue: FieldValues;
2992
2993
  collapseDuration: number;
2993
2994
  collapseTransition: boolean;
2994
2995
  columns: PlusColumn[];
2995
2996
  group: false | PlusFormGroupRow[];
2996
- modelValue: FieldValues;
2997
2997
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
2998
2998
  labelPosition: "top" | "right" | "left";
2999
2999
  labelWidth: string | number;
@@ -3014,7 +3014,7 @@ export declare const PlusSearch: {
3014
3014
  submitText: string;
3015
3015
  resetText: string;
3016
3016
  submitLoading: boolean;
3017
- footerAlign: "right" | "left" | "center";
3017
+ footerAlign: "center" | "right" | "left";
3018
3018
  cardProps: Partial< Mutable<CardProps> & {
3019
3019
  style?: CSSProperties | undefined;
3020
3020
  class?: any;
@@ -3022,9 +3022,9 @@ export declare const PlusSearch: {
3022
3022
  prevent: boolean;
3023
3023
  clearable: boolean;
3024
3024
  }> & Omit<{
3025
+ readonly modelValue: FieldValues;
3025
3026
  readonly columns: PlusColumn[];
3026
3027
  readonly group: false | PlusFormGroupRow[];
3027
- readonly modelValue: FieldValues;
3028
3028
  readonly rules: Partial<Record<string, Arrayable<FormItemRule>>>;
3029
3029
  readonly labelPosition: "top" | "right" | "left";
3030
3030
  readonly labelWidth: string | number;
@@ -3045,7 +3045,7 @@ export declare const PlusSearch: {
3045
3045
  readonly submitText: string;
3046
3046
  readonly resetText: string;
3047
3047
  readonly submitLoading: boolean;
3048
- readonly footerAlign: "right" | "left" | "center";
3048
+ readonly footerAlign: "center" | "right" | "left";
3049
3049
  readonly cardProps: Partial< Mutable<CardProps> & {
3050
3050
  style?: CSSProperties | undefined;
3051
3051
  class?: any;
@@ -3054,13 +3054,17 @@ export declare const PlusSearch: {
3054
3054
  readonly clearable: boolean;
3055
3055
  readonly collapseDuration?: number | undefined;
3056
3056
  readonly collapseTransition?: boolean | undefined;
3057
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3057
3058
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3058
3059
  onReset?: ((values: FieldValues) => any) | undefined;
3059
3060
  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
+ modelValue: {
3065
+ type: PropType<FieldValues>;
3066
+ default: () => {};
3067
+ };
3064
3068
  collapseDuration: {
3065
3069
  type: PropType<number>;
3066
3070
  default: undefined;
@@ -3077,10 +3081,6 @@ export declare const PlusSearch: {
3077
3081
  type: PropType<false | PlusFormGroupRow[]>;
3078
3082
  default: boolean;
3079
3083
  };
3080
- modelValue: {
3081
- type: PropType<FieldValues>;
3082
- default: () => {};
3083
- };
3084
3084
  rules: {
3085
3085
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
3086
3086
  default: () => {};
@@ -3144,7 +3144,7 @@ export declare const PlusSearch: {
3144
3144
  default: boolean;
3145
3145
  };
3146
3146
  footerAlign: {
3147
- type: PropType<"right" | "left" | "center">;
3147
+ type: PropType<"center" | "right" | "left">;
3148
3148
  default: string;
3149
3149
  };
3150
3150
  cardProps: {
@@ -3163,13 +3163,13 @@ export declare const PlusSearch: {
3163
3163
  default: boolean;
3164
3164
  };
3165
3165
  }>> & {
3166
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3166
3167
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3167
3168
  onReset?: ((values: FieldValues) => any) | undefined;
3168
3169
  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
- }, "collapseDuration" | "collapseTransition" | "columns" | "group" | "modelValue" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "hasLabel" | "defaultValues" | "rowProps" | "colProps" | "hasErrorTip" | "hasFooter" | "hasReset" | "submitText" | "resetText" | "submitLoading" | "footerAlign" | "cardProps" | "prevent" | "clearable">;
3172
+ }, "modelValue" | "collapseDuration" | "collapseTransition" | "columns" | "group" | "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
  };
@@ -3181,9 +3181,13 @@ export declare const PlusSearch: {
3181
3181
  }>;
3182
3182
  $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
3183
3183
  $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
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);
3184
+ $emit: ((event: "update:modelValue", values: FieldValues) => void) & ((event: "reset", values: FieldValues) => void) & ((event: "submit", 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
+ modelValue: {
3188
+ type: PropType<FieldValues>;
3189
+ default: () => {};
3190
+ };
3187
3191
  collapseDuration: {
3188
3192
  type: PropType<number>;
3189
3193
  default: undefined;
@@ -3200,10 +3204,6 @@ export declare const PlusSearch: {
3200
3204
  type: PropType<false | PlusFormGroupRow[]>;
3201
3205
  default: boolean;
3202
3206
  };
3203
- modelValue: {
3204
- type: PropType<FieldValues>;
3205
- default: () => {};
3206
- };
3207
3207
  rules: {
3208
3208
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
3209
3209
  default: () => {};
@@ -3267,7 +3267,7 @@ export declare const PlusSearch: {
3267
3267
  default: boolean;
3268
3268
  };
3269
3269
  footerAlign: {
3270
- type: PropType<"right" | "left" | "center">;
3270
+ type: PropType<"center" | "right" | "left">;
3271
3271
  default: string;
3272
3272
  };
3273
3273
  cardProps: {
@@ -3286,10 +3286,10 @@ export declare const PlusSearch: {
3286
3286
  default: boolean;
3287
3287
  };
3288
3288
  }>> & {
3289
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3289
3290
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3290
3291
  onReset?: ((values: FieldValues) => any) | undefined;
3291
3292
  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,11 +3585,11 @@ export declare const PlusSearch: {
3585
3585
  submitError: (errors: unknown) => void;
3586
3586
  validate: (...args: any[]) => void;
3587
3587
  }, string, {
3588
+ modelValue: FieldValues;
3588
3589
  collapseDuration: number;
3589
3590
  collapseTransition: boolean;
3590
3591
  columns: PlusColumn[];
3591
3592
  group: false | PlusFormGroupRow[];
3592
- modelValue: FieldValues;
3593
3593
  rules: Partial<Record<string, Arrayable<FormItemRule>>>;
3594
3594
  labelPosition: "top" | "right" | "left";
3595
3595
  labelWidth: string | number;
@@ -3610,7 +3610,7 @@ export declare const PlusSearch: {
3610
3610
  submitText: string;
3611
3611
  resetText: string;
3612
3612
  submitLoading: boolean;
3613
- footerAlign: "right" | "left" | "center";
3613
+ footerAlign: "center" | "right" | "left";
3614
3614
  cardProps: Partial< Mutable<CardProps> & {
3615
3615
  style?: CSSProperties | undefined;
3616
3616
  class?: any;
@@ -3638,6 +3638,10 @@ 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
+ modelValue: {
3642
+ type: PropType<FieldValues>;
3643
+ default: () => {};
3644
+ };
3641
3645
  collapseDuration: {
3642
3646
  type: PropType<number>;
3643
3647
  default: undefined;
@@ -3654,10 +3658,6 @@ export declare const PlusSearch: {
3654
3658
  type: PropType<false | PlusFormGroupRow[]>;
3655
3659
  default: boolean;
3656
3660
  };
3657
- modelValue: {
3658
- type: PropType<FieldValues>;
3659
- default: () => {};
3660
- };
3661
3661
  rules: {
3662
3662
  type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
3663
3663
  default: () => {};
@@ -3721,7 +3721,7 @@ export declare const PlusSearch: {
3721
3721
  default: boolean;
3722
3722
  };
3723
3723
  footerAlign: {
3724
- type: PropType<"right" | "left" | "center">;
3724
+ type: PropType<"center" | "right" | "left">;
3725
3725
  default: string;
3726
3726
  };
3727
3727
  cardProps: {
@@ -3740,10 +3740,10 @@ export declare const PlusSearch: {
3740
3740
  default: boolean;
3741
3741
  };
3742
3742
  }>> & {
3743
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
3743
3744
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
3744
3745
  onReset?: ((values: FieldValues) => any) | undefined;
3745
3746
  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,14 +4044,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4047
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4048
4048
  readonly label: string | ComputedRef<string>;
4049
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4049
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4050
4050
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4051
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4051
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4052
4052
  style?: CSSProperties | undefined;
4053
4053
  class?: any;
4054
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4054
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4055
4055
  style?: CSSProperties | undefined;
4056
4056
  class?: any;
4057
4057
  } & RecordType>>;
@@ -4112,12 +4112,12 @@ export declare const PlusSearch: {
4112
4112
  fieldInstance?: any;
4113
4113
  valueIsReady?: Ref<boolean> | undefined;
4114
4114
  prop: string;
4115
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4115
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4116
4116
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4117
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4117
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4118
4118
  style?: CSSProperties | undefined;
4119
4119
  class?: any;
4120
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4120
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4121
4121
  style?: CSSProperties | undefined;
4122
4122
  class?: any;
4123
4123
  } & RecordType>>;
@@ -4140,14 +4140,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4143
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4144
4144
  readonly label: string | ComputedRef<string>;
4145
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4145
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4146
4146
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4147
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4147
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4148
4148
  style?: CSSProperties | undefined;
4149
4149
  class?: any;
4150
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4150
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4151
4151
  style?: CSSProperties | undefined;
4152
4152
  class?: any;
4153
4153
  } & RecordType>>;
@@ -4208,12 +4208,12 @@ export declare const PlusSearch: {
4208
4208
  fieldInstance?: any;
4209
4209
  valueIsReady?: Ref<boolean> | undefined;
4210
4210
  prop: string;
4211
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4211
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4212
4212
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4213
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4213
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4214
4214
  style?: CSSProperties | undefined;
4215
4215
  class?: any;
4216
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4216
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4217
4217
  style?: CSSProperties | undefined;
4218
4218
  class?: any;
4219
4219
  } & RecordType>>;
@@ -4259,8 +4259,8 @@ export declare const PlusSearch: {
4259
4259
  reset: (values: FieldValues) => void;
4260
4260
  collapse: (isShowUnfold: boolean) => void;
4261
4261
  }, string, {
4262
- columns: PlusColumn[];
4263
4262
  modelValue: FieldValues;
4263
+ columns: PlusColumn[];
4264
4264
  labelPosition: "top" | "right" | "left";
4265
4265
  inline: boolean;
4266
4266
  showNumber: number;
@@ -4285,14 +4285,14 @@ 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>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4288
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4289
4289
  readonly label: string | ComputedRef<string>;
4290
- readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4290
+ readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4291
4291
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4292
- readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4292
+ readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4293
4293
  style?: CSSProperties | undefined;
4294
4294
  class?: any;
4295
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4295
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4296
4296
  style?: CSSProperties | undefined;
4297
4297
  class?: any;
4298
4298
  } & RecordType>>;
@@ -4353,12 +4353,12 @@ export declare const PlusSearch: {
4353
4353
  fieldInstance?: any;
4354
4354
  valueIsReady?: Ref<boolean> | undefined;
4355
4355
  prop: string;
4356
- modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4356
+ modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4357
4357
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4358
- tooltip: string | Partial< Mutable<ElTooltipProps> & {
4358
+ tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4359
4359
  style?: CSSProperties | undefined;
4360
4360
  class?: any;
4361
- } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4361
+ } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4362
4362
  style?: CSSProperties | undefined;
4363
4363
  class?: any;
4364
4364
  } & RecordType>>;