@vunk/form 2.10.0 → 2.10.3

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 (88) hide show
  1. package/components/api-tables-select/index.cjs +37 -36
  2. package/components/api-tables-select/index.mjs +37 -36
  3. package/components/api-tables-select/src/ctx.d.ts +48 -13
  4. package/components/api-tables-select/src/index.vue.d.ts +568 -80
  5. package/components/button/src/ctx.d.ts +101 -17
  6. package/components/button/src/index.vue.d.ts +437 -101
  7. package/components/card-input-collection/index.cjs +67 -70
  8. package/components/card-input-collection/index.mjs +68 -71
  9. package/components/card-input-collection/src/ctx.d.ts +43 -8
  10. package/components/card-input-collection/src/index.vue.d.ts +718 -226
  11. package/components/cascader/src/ctx.d.ts +192 -46
  12. package/components/cascader/src/index.vue.d.ts +393 -118
  13. package/components/checkbox/index.cjs +2 -3
  14. package/components/checkbox/index.mjs +2 -3
  15. package/components/checkbox/src/ctx.d.ts +65 -13
  16. package/components/checkbox/src/index.vue.d.ts +339 -115
  17. package/components/color-picker/src/ctx.d.ts +76 -13
  18. package/components/color-picker/src/index.vue.d.ts +160 -34
  19. package/components/date-picker/src/ctx.d.ts +185 -36
  20. package/components/date-picker/src/index.vue.d.ts +974 -202
  21. package/components/date-picker-range/src/ctx.d.ts +168 -35
  22. package/components/date-picker-range/src/index.vue.d.ts +347 -82
  23. package/components/download-plus/index.cjs +4 -4
  24. package/components/download-plus/index.mjs +4 -4
  25. package/components/download-plus/src/ctx.d.ts +43 -8
  26. package/components/download-plus/src/index.vue.d.ts +618 -165
  27. package/components/editable-text/index.cjs +29 -15
  28. package/components/editable-text/index.mjs +29 -15
  29. package/components/editable-text/src/ctx.d.ts +51 -8
  30. package/components/editable-text/src/index.vue.d.ts +2827 -251
  31. package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
  32. package/components/esri-input-geojson/src/ctx.d.ts +133 -32
  33. package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
  34. package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
  35. package/components/form/src/ctx.d.ts +59 -11
  36. package/components/form/src/index.vue.d.ts +3456 -186
  37. package/components/form-item/src/ctx.d.ts +45 -10
  38. package/components/form-item/src/index.vue.d.ts +484 -141
  39. package/components/information-collection/src/ctx.d.ts +45 -10
  40. package/components/information-collection/src/index.vue.d.ts +96 -26
  41. package/components/information-tag/src/ctx.d.ts +17 -3
  42. package/components/information-tag/src/index.vue.d.ts +38 -10
  43. package/components/input/src/ctx.d.ts +138 -33
  44. package/components/input/src/index.vue.d.ts +528 -152
  45. package/components/input-collection/index.cjs +105 -74
  46. package/components/input-collection/index.mjs +107 -76
  47. package/components/input-collection/src/ctx.d.ts +43 -8
  48. package/components/input-collection/src/index.vue.d.ts +756 -793
  49. package/components/input-link/src/ctx.d.ts +103 -25
  50. package/components/input-link/src/index.vue.d.ts +219 -63
  51. package/components/input-number/src/ctx.d.ts +123 -21
  52. package/components/input-number/src/index.vue.d.ts +468 -93
  53. package/components/input-tag/src/ctx.d.ts +141 -25
  54. package/components/input-tag/src/index.vue.d.ts +566 -126
  55. package/components/monaco-editor/src/ctx.d.ts +43 -8
  56. package/components/monaco-editor/src/index.vue.d.ts +91 -21
  57. package/components/radio/index.cjs +2 -3
  58. package/components/radio/index.mjs +2 -3
  59. package/components/radio/src/ctx.d.ts +84 -14
  60. package/components/radio/src/index.vue.d.ts +812 -168
  61. package/components/select/src/ctx.d.ts +63 -13
  62. package/components/select/src/index.vue.d.ts +549 -108
  63. package/components/slider/src/ctx.d.ts +170 -54
  64. package/components/slider/src/index.vue.d.ts +362 -137
  65. package/components/switch/src/ctx.d.ts +105 -21
  66. package/components/switch/src/index.vue.d.ts +453 -117
  67. package/components/tables-select/src/ctx.d.ts +72 -9
  68. package/components/tables-select/src/index.vue.d.ts +386 -82
  69. package/components/templates-element-plus/src/index.vue.d.ts +187 -40
  70. package/components/templates-layout/src/index.vue.d.ts +337 -64
  71. package/components/upload/index.cjs +2 -2
  72. package/components/upload/index.mjs +2 -2
  73. package/components/upload/src/ctx.d.ts +183 -89
  74. package/components/upload/src/file.vue.d.ts +269 -83
  75. package/components/upload/src/index.vue.d.ts +1246 -632
  76. package/components/upload-plus/index.cjs +79 -86
  77. package/components/upload-plus/index.mjs +79 -86
  78. package/components/upload-plus/src/ctx.d.ts +43 -8
  79. package/components/upload-plus/src/index.vue.d.ts +1008 -283
  80. package/components/van-cascader/src/ctx.d.ts +181 -44
  81. package/components/van-cascader/src/index.vue.d.ts +1532 -324
  82. package/components/var-datetime-picker/src/ctx.d.ts +43 -8
  83. package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
  84. package/components/vditor/src/ctx.d.ts +43 -8
  85. package/components/vditor/src/index.vue.d.ts +91 -21
  86. package/package.json +1 -1
  87. package/shared/element-plus/ctx.d.ts +111 -30
  88. package/shared/element-plus/instances.d.ts +140 -28
@@ -17,7 +17,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17
17
  type: ObjectConstructor;
18
18
  default: any;
19
19
  };
20
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
20
+ textProps: {
21
+ type: ObjectConstructor;
22
+ default: () => {};
23
+ };
24
+ required: {
25
+ readonly type: import("vue").PropType<boolean>;
26
+ readonly required: false;
27
+ readonly validator: ((val: unknown) => boolean) | undefined;
28
+ __epPropKey: true;
29
+ } & {
30
+ readonly default: undefined;
31
+ };
21
32
  formItemSize: {
22
33
  type: import("vue").PropType<"default" | "small" | "large">;
23
34
  default: "default" | "small" | "large";
@@ -48,30 +59,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
48
59
  default: boolean;
49
60
  };
50
61
  label: StringConstructor;
51
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
52
- labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
62
+ labelWidth: {
63
+ readonly type: import("vue").PropType<string | number>;
64
+ readonly required: false;
65
+ readonly validator: ((val: unknown) => boolean) | undefined;
66
+ __epPropKey: true;
67
+ } & {
68
+ readonly default: "";
69
+ };
70
+ labelPosition: {
71
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
72
+ readonly required: false;
73
+ readonly validator: ((val: unknown) => boolean) | undefined;
74
+ __epPropKey: true;
75
+ } & {
76
+ readonly default: "";
77
+ };
53
78
  prop: {
54
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
79
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
55
80
  readonly required: false;
56
81
  readonly validator: ((val: unknown) => boolean) | undefined;
57
82
  __epPropKey: true;
58
83
  };
59
84
  rules: {
60
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
85
+ readonly type: import("vue").PropType<unknown>;
61
86
  readonly required: false;
62
87
  readonly validator: ((val: unknown) => boolean) | undefined;
63
88
  __epPropKey: true;
64
89
  };
65
90
  error: StringConstructor;
66
91
  validateStatus: {
67
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
92
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
68
93
  readonly required: false;
69
94
  readonly validator: ((val: unknown) => boolean) | undefined;
70
95
  __epPropKey: true;
71
96
  };
72
97
  for: StringConstructor;
73
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
74
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
98
+ inlineMessage: {
99
+ readonly type: import("vue").PropType<string | boolean>;
100
+ readonly required: false;
101
+ readonly validator: ((val: unknown) => boolean) | undefined;
102
+ __epPropKey: true;
103
+ } & {
104
+ readonly default: "";
105
+ };
106
+ showMessage: {
107
+ readonly type: import("vue").PropType<boolean>;
108
+ readonly required: false;
109
+ readonly validator: ((val: unknown) => boolean) | undefined;
110
+ __epPropKey: true;
111
+ } & {
112
+ readonly default: true;
113
+ };
75
114
  }>, {
76
115
  props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
77
116
  modelValue: any;
@@ -91,7 +130,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
91
130
  type: ObjectConstructor;
92
131
  default: any;
93
132
  };
94
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
133
+ textProps: {
134
+ type: ObjectConstructor;
135
+ default: () => {};
136
+ };
137
+ required: {
138
+ readonly type: import("vue").PropType<boolean>;
139
+ readonly required: false;
140
+ readonly validator: ((val: unknown) => boolean) | undefined;
141
+ __epPropKey: true;
142
+ } & {
143
+ readonly default: undefined;
144
+ };
95
145
  formItemSize: {
96
146
  type: import("vue").PropType<"default" | "small" | "large">;
97
147
  default: "default" | "small" | "large";
@@ -122,30 +172,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
122
172
  default: boolean;
123
173
  };
124
174
  label: StringConstructor;
125
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
126
- labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
175
+ labelWidth: {
176
+ readonly type: import("vue").PropType<string | number>;
177
+ readonly required: false;
178
+ readonly validator: ((val: unknown) => boolean) | undefined;
179
+ __epPropKey: true;
180
+ } & {
181
+ readonly default: "";
182
+ };
183
+ labelPosition: {
184
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
185
+ readonly required: false;
186
+ readonly validator: ((val: unknown) => boolean) | undefined;
187
+ __epPropKey: true;
188
+ } & {
189
+ readonly default: "";
190
+ };
127
191
  prop: {
128
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
192
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
129
193
  readonly required: false;
130
194
  readonly validator: ((val: unknown) => boolean) | undefined;
131
195
  __epPropKey: true;
132
196
  };
133
197
  rules: {
134
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
198
+ readonly type: import("vue").PropType<unknown>;
135
199
  readonly required: false;
136
200
  readonly validator: ((val: unknown) => boolean) | undefined;
137
201
  __epPropKey: true;
138
202
  };
139
203
  error: StringConstructor;
140
204
  validateStatus: {
141
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
205
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
142
206
  readonly required: false;
143
207
  readonly validator: ((val: unknown) => boolean) | undefined;
144
208
  __epPropKey: true;
145
209
  };
146
210
  for: StringConstructor;
147
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
148
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
211
+ inlineMessage: {
212
+ readonly type: import("vue").PropType<string | boolean>;
213
+ readonly required: false;
214
+ readonly validator: ((val: unknown) => boolean) | undefined;
215
+ __epPropKey: true;
216
+ } & {
217
+ readonly default: "";
218
+ };
219
+ showMessage: {
220
+ readonly type: import("vue").PropType<boolean>;
221
+ readonly required: false;
222
+ readonly validator: ((val: unknown) => boolean) | undefined;
223
+ __epPropKey: true;
224
+ } & {
225
+ readonly default: true;
226
+ };
149
227
  }>> & Readonly<{
150
228
  "onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
151
229
  "onUpdate:editable"?: (...args: any[] | unknown[]) => any;
@@ -153,7 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
153
231
  emit: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "update:editable", ...args: unknown[]) => void) & ((event: "update:editable", ...args: any) => void) & ((event: "update:editable", ...args: any[]) => void);
154
232
  id: string;
155
233
  editable: import("vue").WritableComputedRef<boolean, boolean>;
156
- prop: import("vue").ComputedRef<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
234
+ prop: import("vue").ComputedRef<import("element-plus").FormItemProp>;
157
235
  formItemBindProps: import("vue").ComputedRef<{}>;
158
236
  readonly: import("vue").ComputedRef<boolean>;
159
237
  formItemContainerRef: import("vue").Ref<{
@@ -161,36 +239,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
239
  }, {
162
240
  $el: HTMLDivElement;
163
241
  }>;
164
- formItemRef: import("vue").Ref<import("element-plus/es/utils").SFCWithInstall<{
242
+ formItemRef: import("vue").Ref<{
165
243
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
166
244
  readonly label: StringConstructor;
167
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
168
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
245
+ readonly labelWidth: {
246
+ readonly type: import("vue").PropType<string | number>;
247
+ readonly required: false;
248
+ readonly validator: ((val: unknown) => boolean) | undefined;
249
+ __epPropKey: true;
250
+ } & {
251
+ readonly default: "";
252
+ };
253
+ readonly labelPosition: {
254
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
255
+ readonly required: false;
256
+ readonly validator: ((val: unknown) => boolean) | undefined;
257
+ __epPropKey: true;
258
+ } & {
259
+ readonly default: "";
260
+ };
169
261
  readonly prop: {
170
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
262
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
263
+ readonly required: false;
264
+ readonly validator: ((val: unknown) => boolean) | undefined;
265
+ __epPropKey: true;
266
+ };
267
+ readonly required: {
268
+ readonly type: import("vue").PropType<boolean>;
171
269
  readonly required: false;
172
270
  readonly validator: ((val: unknown) => boolean) | undefined;
173
271
  __epPropKey: true;
272
+ } & {
273
+ readonly default: undefined;
174
274
  };
175
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
176
275
  readonly rules: {
177
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
276
+ readonly type: import("vue").PropType<unknown>;
178
277
  readonly required: false;
179
278
  readonly validator: ((val: unknown) => boolean) | undefined;
180
279
  __epPropKey: true;
181
280
  };
182
281
  readonly error: StringConstructor;
183
282
  readonly validateStatus: {
184
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
283
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
185
284
  readonly required: false;
186
285
  readonly validator: ((val: unknown) => boolean) | undefined;
187
286
  __epPropKey: true;
188
287
  };
189
288
  readonly for: StringConstructor;
190
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
191
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
289
+ readonly inlineMessage: {
290
+ readonly type: import("vue").PropType<string | boolean>;
291
+ readonly required: false;
292
+ readonly validator: ((val: unknown) => boolean) | undefined;
293
+ __epPropKey: true;
294
+ } & {
295
+ readonly default: "";
296
+ };
297
+ readonly showMessage: {
298
+ readonly type: import("vue").PropType<boolean>;
299
+ readonly required: false;
300
+ readonly validator: ((val: unknown) => boolean) | undefined;
301
+ __epPropKey: true;
302
+ } & {
303
+ readonly default: true;
304
+ };
192
305
  readonly size: {
193
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
306
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
194
307
  readonly required: false;
195
308
  readonly validator: ((val: unknown) => boolean) | undefined;
196
309
  __epPropKey: true;
@@ -198,16 +311,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
198
311
  }>>, {
199
312
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
200
313
  validateMessage: import("vue").Ref<string>;
201
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
202
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
314
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
315
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
203
316
  clearValidate: () => void;
204
317
  resetField: () => void;
205
318
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
206
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
207
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
208
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
209
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
210
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
319
+ readonly required: boolean;
320
+ readonly labelWidth: string | number;
321
+ readonly labelPosition: "" | "top" | "left" | "right";
322
+ readonly inlineMessage: string | boolean;
323
+ readonly showMessage: boolean;
211
324
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
212
325
  P: {};
213
326
  B: {};
@@ -217,33 +330,68 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
217
330
  Defaults: {};
218
331
  }, Readonly<import("vue").ExtractPropTypes<{
219
332
  readonly label: StringConstructor;
220
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
221
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
333
+ readonly labelWidth: {
334
+ readonly type: import("vue").PropType<string | number>;
335
+ readonly required: false;
336
+ readonly validator: ((val: unknown) => boolean) | undefined;
337
+ __epPropKey: true;
338
+ } & {
339
+ readonly default: "";
340
+ };
341
+ readonly labelPosition: {
342
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
343
+ readonly required: false;
344
+ readonly validator: ((val: unknown) => boolean) | undefined;
345
+ __epPropKey: true;
346
+ } & {
347
+ readonly default: "";
348
+ };
222
349
  readonly prop: {
223
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
350
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
351
+ readonly required: false;
352
+ readonly validator: ((val: unknown) => boolean) | undefined;
353
+ __epPropKey: true;
354
+ };
355
+ readonly required: {
356
+ readonly type: import("vue").PropType<boolean>;
224
357
  readonly required: false;
225
358
  readonly validator: ((val: unknown) => boolean) | undefined;
226
359
  __epPropKey: true;
360
+ } & {
361
+ readonly default: undefined;
227
362
  };
228
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
229
363
  readonly rules: {
230
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
364
+ readonly type: import("vue").PropType<unknown>;
231
365
  readonly required: false;
232
366
  readonly validator: ((val: unknown) => boolean) | undefined;
233
367
  __epPropKey: true;
234
368
  };
235
369
  readonly error: StringConstructor;
236
370
  readonly validateStatus: {
237
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
371
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
238
372
  readonly required: false;
239
373
  readonly validator: ((val: unknown) => boolean) | undefined;
240
374
  __epPropKey: true;
241
375
  };
242
376
  readonly for: StringConstructor;
243
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
244
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
377
+ readonly inlineMessage: {
378
+ readonly type: import("vue").PropType<string | boolean>;
379
+ readonly required: false;
380
+ readonly validator: ((val: unknown) => boolean) | undefined;
381
+ __epPropKey: true;
382
+ } & {
383
+ readonly default: "";
384
+ };
385
+ readonly showMessage: {
386
+ readonly type: import("vue").PropType<boolean>;
387
+ readonly required: false;
388
+ readonly validator: ((val: unknown) => boolean) | undefined;
389
+ __epPropKey: true;
390
+ } & {
391
+ readonly default: true;
392
+ };
245
393
  readonly size: {
246
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
394
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
247
395
  readonly required: false;
248
396
  readonly validator: ((val: unknown) => boolean) | undefined;
249
397
  __epPropKey: true;
@@ -251,49 +399,84 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
251
399
  }>>, {
252
400
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
253
401
  validateMessage: import("vue").Ref<string>;
254
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
255
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
402
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
403
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
256
404
  clearValidate: () => void;
257
405
  resetField: () => void;
258
406
  }, {}, {}, {}, {
259
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
260
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
261
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
262
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
263
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
407
+ readonly required: boolean;
408
+ readonly labelWidth: string | number;
409
+ readonly labelPosition: "" | "top" | "left" | "right";
410
+ readonly inlineMessage: string | boolean;
411
+ readonly showMessage: boolean;
264
412
  }>;
265
413
  __isFragment?: never;
266
414
  __isTeleport?: never;
267
415
  __isSuspense?: never;
268
416
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
269
417
  readonly label: StringConstructor;
270
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
271
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
418
+ readonly labelWidth: {
419
+ readonly type: import("vue").PropType<string | number>;
420
+ readonly required: false;
421
+ readonly validator: ((val: unknown) => boolean) | undefined;
422
+ __epPropKey: true;
423
+ } & {
424
+ readonly default: "";
425
+ };
426
+ readonly labelPosition: {
427
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
428
+ readonly required: false;
429
+ readonly validator: ((val: unknown) => boolean) | undefined;
430
+ __epPropKey: true;
431
+ } & {
432
+ readonly default: "";
433
+ };
272
434
  readonly prop: {
273
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
435
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
436
+ readonly required: false;
437
+ readonly validator: ((val: unknown) => boolean) | undefined;
438
+ __epPropKey: true;
439
+ };
440
+ readonly required: {
441
+ readonly type: import("vue").PropType<boolean>;
274
442
  readonly required: false;
275
443
  readonly validator: ((val: unknown) => boolean) | undefined;
276
444
  __epPropKey: true;
445
+ } & {
446
+ readonly default: undefined;
277
447
  };
278
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
279
448
  readonly rules: {
280
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
449
+ readonly type: import("vue").PropType<unknown>;
281
450
  readonly required: false;
282
451
  readonly validator: ((val: unknown) => boolean) | undefined;
283
452
  __epPropKey: true;
284
453
  };
285
454
  readonly error: StringConstructor;
286
455
  readonly validateStatus: {
287
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
456
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
288
457
  readonly required: false;
289
458
  readonly validator: ((val: unknown) => boolean) | undefined;
290
459
  __epPropKey: true;
291
460
  };
292
461
  readonly for: StringConstructor;
293
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
294
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
462
+ readonly inlineMessage: {
463
+ readonly type: import("vue").PropType<string | boolean>;
464
+ readonly required: false;
465
+ readonly validator: ((val: unknown) => boolean) | undefined;
466
+ __epPropKey: true;
467
+ } & {
468
+ readonly default: "";
469
+ };
470
+ readonly showMessage: {
471
+ readonly type: import("vue").PropType<boolean>;
472
+ readonly required: false;
473
+ readonly validator: ((val: unknown) => boolean) | undefined;
474
+ __epPropKey: true;
475
+ } & {
476
+ readonly default: true;
477
+ };
295
478
  readonly size: {
296
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
479
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
297
480
  readonly required: false;
298
481
  readonly validator: ((val: unknown) => boolean) | undefined;
299
482
  __epPropKey: true;
@@ -301,16 +484,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
301
484
  }>>, {
302
485
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
303
486
  validateMessage: import("vue").Ref<string>;
304
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
305
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
487
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
488
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
306
489
  clearValidate: () => void;
307
490
  resetField: () => void;
308
491
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
309
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
310
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
311
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
312
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
313
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
492
+ readonly required: boolean;
493
+ readonly labelWidth: string | number;
494
+ readonly labelPosition: "" | "top" | "left" | "right";
495
+ readonly inlineMessage: string | boolean;
496
+ readonly showMessage: boolean;
314
497
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
315
498
  $slots: {
316
499
  label?(_: {
@@ -321,36 +504,71 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
321
504
  error: string;
322
505
  }): any;
323
506
  };
324
- })>, import("element-plus/es/utils").SFCWithInstall<{
507
+ }) & import("vue").Plugin, {
325
508
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
326
509
  readonly label: StringConstructor;
327
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
328
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
510
+ readonly labelWidth: {
511
+ readonly type: import("vue").PropType<string | number>;
512
+ readonly required: false;
513
+ readonly validator: ((val: unknown) => boolean) | undefined;
514
+ __epPropKey: true;
515
+ } & {
516
+ readonly default: "";
517
+ };
518
+ readonly labelPosition: {
519
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
520
+ readonly required: false;
521
+ readonly validator: ((val: unknown) => boolean) | undefined;
522
+ __epPropKey: true;
523
+ } & {
524
+ readonly default: "";
525
+ };
329
526
  readonly prop: {
330
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
527
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
528
+ readonly required: false;
529
+ readonly validator: ((val: unknown) => boolean) | undefined;
530
+ __epPropKey: true;
531
+ };
532
+ readonly required: {
533
+ readonly type: import("vue").PropType<boolean>;
331
534
  readonly required: false;
332
535
  readonly validator: ((val: unknown) => boolean) | undefined;
333
536
  __epPropKey: true;
537
+ } & {
538
+ readonly default: undefined;
334
539
  };
335
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
336
540
  readonly rules: {
337
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
541
+ readonly type: import("vue").PropType<unknown>;
338
542
  readonly required: false;
339
543
  readonly validator: ((val: unknown) => boolean) | undefined;
340
544
  __epPropKey: true;
341
545
  };
342
546
  readonly error: StringConstructor;
343
547
  readonly validateStatus: {
344
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
548
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
345
549
  readonly required: false;
346
550
  readonly validator: ((val: unknown) => boolean) | undefined;
347
551
  __epPropKey: true;
348
552
  };
349
553
  readonly for: StringConstructor;
350
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
351
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
554
+ readonly inlineMessage: {
555
+ readonly type: import("vue").PropType<string | boolean>;
556
+ readonly required: false;
557
+ readonly validator: ((val: unknown) => boolean) | undefined;
558
+ __epPropKey: true;
559
+ } & {
560
+ readonly default: "";
561
+ };
562
+ readonly showMessage: {
563
+ readonly type: import("vue").PropType<boolean>;
564
+ readonly required: false;
565
+ readonly validator: ((val: unknown) => boolean) | undefined;
566
+ __epPropKey: true;
567
+ } & {
568
+ readonly default: true;
569
+ };
352
570
  readonly size: {
353
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
571
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
354
572
  readonly required: false;
355
573
  readonly validator: ((val: unknown) => boolean) | undefined;
356
574
  __epPropKey: true;
@@ -358,16 +576,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
358
576
  }>>, {
359
577
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
360
578
  validateMessage: import("vue").Ref<string>;
361
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
362
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
579
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
580
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
363
581
  clearValidate: () => void;
364
582
  resetField: () => void;
365
583
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
366
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
367
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
368
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
369
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
370
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
584
+ readonly required: boolean;
585
+ readonly labelWidth: string | number;
586
+ readonly labelPosition: "" | "top" | "left" | "right";
587
+ readonly inlineMessage: string | boolean;
588
+ readonly showMessage: boolean;
371
589
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
372
590
  P: {};
373
591
  B: {};
@@ -377,33 +595,68 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
377
595
  Defaults: {};
378
596
  }, Readonly<import("vue").ExtractPropTypes<{
379
597
  readonly label: StringConstructor;
380
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
381
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
598
+ readonly labelWidth: {
599
+ readonly type: import("vue").PropType<string | number>;
600
+ readonly required: false;
601
+ readonly validator: ((val: unknown) => boolean) | undefined;
602
+ __epPropKey: true;
603
+ } & {
604
+ readonly default: "";
605
+ };
606
+ readonly labelPosition: {
607
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
608
+ readonly required: false;
609
+ readonly validator: ((val: unknown) => boolean) | undefined;
610
+ __epPropKey: true;
611
+ } & {
612
+ readonly default: "";
613
+ };
382
614
  readonly prop: {
383
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
615
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
616
+ readonly required: false;
617
+ readonly validator: ((val: unknown) => boolean) | undefined;
618
+ __epPropKey: true;
619
+ };
620
+ readonly required: {
621
+ readonly type: import("vue").PropType<boolean>;
384
622
  readonly required: false;
385
623
  readonly validator: ((val: unknown) => boolean) | undefined;
386
624
  __epPropKey: true;
625
+ } & {
626
+ readonly default: undefined;
387
627
  };
388
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
389
628
  readonly rules: {
390
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
629
+ readonly type: import("vue").PropType<unknown>;
391
630
  readonly required: false;
392
631
  readonly validator: ((val: unknown) => boolean) | undefined;
393
632
  __epPropKey: true;
394
633
  };
395
634
  readonly error: StringConstructor;
396
635
  readonly validateStatus: {
397
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
636
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
398
637
  readonly required: false;
399
638
  readonly validator: ((val: unknown) => boolean) | undefined;
400
639
  __epPropKey: true;
401
640
  };
402
641
  readonly for: StringConstructor;
403
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
404
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
642
+ readonly inlineMessage: {
643
+ readonly type: import("vue").PropType<string | boolean>;
644
+ readonly required: false;
645
+ readonly validator: ((val: unknown) => boolean) | undefined;
646
+ __epPropKey: true;
647
+ } & {
648
+ readonly default: "";
649
+ };
650
+ readonly showMessage: {
651
+ readonly type: import("vue").PropType<boolean>;
652
+ readonly required: false;
653
+ readonly validator: ((val: unknown) => boolean) | undefined;
654
+ __epPropKey: true;
655
+ } & {
656
+ readonly default: true;
657
+ };
405
658
  readonly size: {
406
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
659
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
407
660
  readonly required: false;
408
661
  readonly validator: ((val: unknown) => boolean) | undefined;
409
662
  __epPropKey: true;
@@ -411,49 +664,84 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
411
664
  }>>, {
412
665
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
413
666
  validateMessage: import("vue").Ref<string>;
414
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
415
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
667
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
668
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
416
669
  clearValidate: () => void;
417
670
  resetField: () => void;
418
671
  }, {}, {}, {}, {
419
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
420
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
421
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
422
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
423
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
672
+ readonly required: boolean;
673
+ readonly labelWidth: string | number;
674
+ readonly labelPosition: "" | "top" | "left" | "right";
675
+ readonly inlineMessage: string | boolean;
676
+ readonly showMessage: boolean;
424
677
  }>;
425
678
  __isFragment?: never;
426
679
  __isTeleport?: never;
427
680
  __isSuspense?: never;
428
681
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
429
682
  readonly label: StringConstructor;
430
- readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
431
- readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
683
+ readonly labelWidth: {
684
+ readonly type: import("vue").PropType<string | number>;
685
+ readonly required: false;
686
+ readonly validator: ((val: unknown) => boolean) | undefined;
687
+ __epPropKey: true;
688
+ } & {
689
+ readonly default: "";
690
+ };
691
+ readonly labelPosition: {
692
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
693
+ readonly required: false;
694
+ readonly validator: ((val: unknown) => boolean) | undefined;
695
+ __epPropKey: true;
696
+ } & {
697
+ readonly default: "";
698
+ };
432
699
  readonly prop: {
433
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
700
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
701
+ readonly required: false;
702
+ readonly validator: ((val: unknown) => boolean) | undefined;
703
+ __epPropKey: true;
704
+ };
705
+ readonly required: {
706
+ readonly type: import("vue").PropType<boolean>;
434
707
  readonly required: false;
435
708
  readonly validator: ((val: unknown) => boolean) | undefined;
436
709
  __epPropKey: true;
710
+ } & {
711
+ readonly default: undefined;
437
712
  };
438
- readonly required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
439
713
  readonly rules: {
440
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
714
+ readonly type: import("vue").PropType<unknown>;
441
715
  readonly required: false;
442
716
  readonly validator: ((val: unknown) => boolean) | undefined;
443
717
  __epPropKey: true;
444
718
  };
445
719
  readonly error: StringConstructor;
446
720
  readonly validateStatus: {
447
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
721
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
448
722
  readonly required: false;
449
723
  readonly validator: ((val: unknown) => boolean) | undefined;
450
724
  __epPropKey: true;
451
725
  };
452
726
  readonly for: StringConstructor;
453
- readonly inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
454
- readonly showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
727
+ readonly inlineMessage: {
728
+ readonly type: import("vue").PropType<string | boolean>;
729
+ readonly required: false;
730
+ readonly validator: ((val: unknown) => boolean) | undefined;
731
+ __epPropKey: true;
732
+ } & {
733
+ readonly default: "";
734
+ };
735
+ readonly showMessage: {
736
+ readonly type: import("vue").PropType<boolean>;
737
+ readonly required: false;
738
+ readonly validator: ((val: unknown) => boolean) | undefined;
739
+ __epPropKey: true;
740
+ } & {
741
+ readonly default: true;
742
+ };
455
743
  readonly size: {
456
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
744
+ readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
457
745
  readonly required: false;
458
746
  readonly validator: ((val: unknown) => boolean) | undefined;
459
747
  __epPropKey: true;
@@ -461,16 +749,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
461
749
  }>>, {
462
750
  size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
463
751
  validateMessage: import("vue").Ref<string>;
464
- validateState: import("vue").Ref<"" | "error" | "success" | "validating">;
465
- validate: (trigger: string, callback?: import("element-plus/es/components/form/src/types").FormValidateCallback) => import("element-plus/es/components/form/src/types").FormValidationResult;
752
+ validateState: import("vue").Ref<"" | "error" | "validating" | "success">;
753
+ validate: (trigger: string, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
466
754
  clearValidate: () => void;
467
755
  resetField: () => void;
468
756
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
469
- readonly required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
470
- readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
471
- readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
472
- readonly inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
473
- readonly showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
757
+ readonly required: boolean;
758
+ readonly labelWidth: string | number;
759
+ readonly labelPosition: "" | "top" | "left" | "right";
760
+ readonly inlineMessage: string | boolean;
761
+ readonly showMessage: boolean;
474
762
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
475
763
  $slots: {
476
764
  label?(_: {
@@ -481,7 +769,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
481
769
  error: string;
482
770
  }): any;
483
771
  };
484
- })>>;
772
+ }) & import("vue").Plugin>;
485
773
  editSource: import("vue").ComputedRef<__VkfForm.FormItem<string>[]>;
486
774
  rendererData: import("vue").ComputedRef<{}>;
487
775
  handleSetData: ({ v }: {
@@ -502,71 +790,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
502
790
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
503
791
  install(app: import("vue").App): void;
504
792
  };
505
- readonly ElText: import("element-plus/es/utils").SFCWithInstall<{
506
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
507
- readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
508
- readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
509
- readonly truncated: BooleanConstructor;
510
- readonly lineClamp: {
511
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
512
- readonly required: false;
513
- readonly validator: ((val: unknown) => boolean) | undefined;
514
- __epPropKey: true;
515
- };
516
- readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
517
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
518
- readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>;
519
- readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
520
- readonly tag: string;
521
- readonly truncated: boolean;
522
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
523
- P: {};
524
- B: {};
525
- D: {};
526
- C: {};
527
- M: {};
528
- Defaults: {};
529
- }, Readonly<import("vue").ExtractPropTypes<{
530
- readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
531
- readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
532
- readonly truncated: BooleanConstructor;
533
- readonly lineClamp: {
534
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
535
- readonly required: false;
536
- readonly validator: ((val: unknown) => boolean) | undefined;
537
- __epPropKey: true;
538
- };
539
- readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
540
- }>>, {}, {}, {}, {}, {
541
- readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>;
542
- readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
543
- readonly tag: string;
544
- readonly truncated: boolean;
545
- }>;
546
- __isFragment?: never;
547
- __isTeleport?: never;
548
- __isSuspense?: never;
549
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
550
- readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
551
- readonly size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
552
- readonly truncated: BooleanConstructor;
553
- readonly lineClamp: {
554
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
555
- readonly required: false;
556
- readonly validator: ((val: unknown) => boolean) | undefined;
557
- __epPropKey: true;
558
- };
559
- readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
560
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
561
- readonly size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>;
562
- readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
563
- readonly tag: string;
564
- readonly truncated: boolean;
565
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
566
- $slots: {
567
- default?(_: {}): any;
568
- };
569
- })>;
570
793
  readonly VkfFormItemRenderer: {
571
794
  new (...args: any[]): any;
572
795
  __isFragment?: never;
@@ -722,87 +945,2439 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
722
945
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
723
946
  readonly CloseBold: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
724
947
  readonly Select: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
725
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
726
- 'update:editable': any;
727
- 'update:modelValue': any;
728
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
729
- modelValue: any;
730
- iconSize: {
731
- type: NumberConstructor;
732
- default: number;
733
- };
734
- readonly: {
735
- type: BooleanConstructor;
736
- default: any;
737
- };
738
- editable: {
739
- type: BooleanConstructor;
740
- default: any;
741
- };
742
- edit: {
743
- type: ObjectConstructor;
744
- default: any;
745
- };
746
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
747
- formItemSize: {
748
- type: import("vue").PropType<"default" | "small" | "large">;
749
- default: "default" | "small" | "large";
750
- };
751
- formItemSlots: {
752
- type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
753
- default: any;
754
- };
755
- elRef: {
756
- type: import("vue").PropType<any>;
757
- required: boolean;
758
- };
759
- inline: {
760
- type: BooleanConstructor;
761
- default: boolean;
762
- };
763
- formItemTip: {
764
- type: StringConstructor;
765
- default: any;
766
- };
767
- formItemTipClass: any;
768
- labelTip: {
769
- type: StringConstructor;
770
- default: any;
771
- };
772
- information: {
773
- type: BooleanConstructor;
774
- default: boolean;
775
- };
776
- label: StringConstructor;
777
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
778
- labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
779
- prop: {
780
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
781
- readonly required: false;
782
- readonly validator: ((val: unknown) => boolean) | undefined;
783
- __epPropKey: true;
784
- };
785
- rules: {
786
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
948
+ readonly VkText: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
949
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
950
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
951
+ disabled: BooleanConstructor;
952
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
953
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
954
+ virtualRef: {
955
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
956
+ readonly required: false;
957
+ readonly validator: ((val: unknown) => boolean) | undefined;
958
+ __epPropKey: true;
959
+ };
960
+ virtualTriggering: BooleanConstructor;
961
+ onMouseenter: {
962
+ readonly type: import("vue").PropType<(e: Event) => void>;
963
+ readonly required: false;
964
+ readonly validator: ((val: unknown) => boolean) | undefined;
965
+ __epPropKey: true;
966
+ };
967
+ onMouseleave: {
968
+ readonly type: import("vue").PropType<(e: Event) => void>;
969
+ readonly required: false;
970
+ readonly validator: ((val: unknown) => boolean) | undefined;
971
+ __epPropKey: true;
972
+ };
973
+ onClick: {
974
+ readonly type: import("vue").PropType<(e: Event) => void>;
975
+ readonly required: false;
976
+ readonly validator: ((val: unknown) => boolean) | undefined;
977
+ __epPropKey: true;
978
+ };
979
+ onKeydown: {
980
+ readonly type: import("vue").PropType<(e: Event) => void>;
981
+ readonly required: false;
982
+ readonly validator: ((val: unknown) => boolean) | undefined;
983
+ __epPropKey: true;
984
+ };
985
+ onFocus: {
986
+ readonly type: import("vue").PropType<(e: Event) => void>;
987
+ readonly required: false;
988
+ readonly validator: ((val: unknown) => boolean) | undefined;
989
+ __epPropKey: true;
990
+ };
991
+ onBlur: {
992
+ readonly type: import("vue").PropType<(e: Event) => void>;
993
+ readonly required: false;
994
+ readonly validator: ((val: unknown) => boolean) | undefined;
995
+ __epPropKey: true;
996
+ };
997
+ onContextmenu: {
998
+ readonly type: import("vue").PropType<(e: Event) => void>;
999
+ readonly required: false;
1000
+ readonly validator: ((val: unknown) => boolean) | undefined;
1001
+ __epPropKey: true;
1002
+ };
1003
+ id: StringConstructor;
1004
+ open: BooleanConstructor;
1005
+ ariaLabel: StringConstructor;
1006
+ appendTo: {
1007
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
1008
+ readonly required: false;
1009
+ readonly validator: ((val: unknown) => boolean) | undefined;
1010
+ __epPropKey: true;
1011
+ };
1012
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1013
+ rawContent: BooleanConstructor;
1014
+ persistent: BooleanConstructor;
1015
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
1016
+ transition: StringConstructor;
1017
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1018
+ style: {
1019
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1020
+ readonly required: false;
1021
+ readonly validator: ((val: unknown) => boolean) | undefined;
1022
+ __epPropKey: true;
1023
+ };
1024
+ className: {
1025
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
1026
+ [x: string]: boolean;
1027
+ } | (string | {
1028
+ [x: string]: boolean;
1029
+ } | (string | {
1030
+ [x: string]: boolean;
1031
+ } | (string | {
1032
+ [x: string]: boolean;
1033
+ } | (string | {
1034
+ [x: string]: boolean;
1035
+ } | (string | {
1036
+ [x: string]: boolean;
1037
+ } | (string | {
1038
+ [x: string]: boolean;
1039
+ } | (string | {
1040
+ [x: string]: boolean;
1041
+ } | (string | {
1042
+ [x: string]: boolean;
1043
+ } | (string | {
1044
+ [x: string]: boolean;
1045
+ } | (string | any[] | {
1046
+ [x: string]: boolean;
1047
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1048
+ [x: string]: boolean;
1049
+ } | (string | {
1050
+ [x: string]: boolean;
1051
+ } | (string | {
1052
+ [x: string]: boolean;
1053
+ } | (string | {
1054
+ [x: string]: boolean;
1055
+ } | (string | {
1056
+ [x: string]: boolean;
1057
+ } | (string | {
1058
+ [x: string]: boolean;
1059
+ } | (string | {
1060
+ [x: string]: boolean;
1061
+ } | (string | {
1062
+ [x: string]: boolean;
1063
+ } | (string | {
1064
+ [x: string]: boolean;
1065
+ } | (string | {
1066
+ [x: string]: boolean;
1067
+ } | (string | any[] | {
1068
+ [x: string]: boolean;
1069
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1070
+ [x: string]: boolean;
1071
+ } | (string | {
1072
+ [x: string]: boolean;
1073
+ } | (string | {
1074
+ [x: string]: boolean;
1075
+ } | (string | {
1076
+ [x: string]: boolean;
1077
+ } | (string | {
1078
+ [x: string]: boolean;
1079
+ } | (string | {
1080
+ [x: string]: boolean;
1081
+ } | (string | {
1082
+ [x: string]: boolean;
1083
+ } | (string | {
1084
+ [x: string]: boolean;
1085
+ } | (string | {
1086
+ [x: string]: boolean;
1087
+ } | (string | {
1088
+ [x: string]: boolean;
1089
+ } | (string | any[] | {
1090
+ [x: string]: boolean;
1091
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1092
+ [x: string]: boolean;
1093
+ } | (string | {
1094
+ [x: string]: boolean;
1095
+ } | (string | {
1096
+ [x: string]: boolean;
1097
+ } | (string | {
1098
+ [x: string]: boolean;
1099
+ } | (string | {
1100
+ [x: string]: boolean;
1101
+ } | (string | {
1102
+ [x: string]: boolean;
1103
+ } | (string | {
1104
+ [x: string]: boolean;
1105
+ } | (string | {
1106
+ [x: string]: boolean;
1107
+ } | (string | {
1108
+ [x: string]: boolean;
1109
+ } | (string | {
1110
+ [x: string]: boolean;
1111
+ } | (string | any[] | {
1112
+ [x: string]: boolean;
1113
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1114
+ readonly required: false;
1115
+ readonly validator: ((val: unknown) => boolean) | undefined;
1116
+ __epPropKey: true;
1117
+ };
1118
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
1119
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1120
+ pure: BooleanConstructor;
1121
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1122
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1123
+ popperClass: {
1124
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
1125
+ [x: string]: boolean;
1126
+ } | (string | {
1127
+ [x: string]: boolean;
1128
+ } | (string | {
1129
+ [x: string]: boolean;
1130
+ } | (string | {
1131
+ [x: string]: boolean;
1132
+ } | (string | {
1133
+ [x: string]: boolean;
1134
+ } | (string | {
1135
+ [x: string]: boolean;
1136
+ } | (string | {
1137
+ [x: string]: boolean;
1138
+ } | (string | {
1139
+ [x: string]: boolean;
1140
+ } | (string | {
1141
+ [x: string]: boolean;
1142
+ } | (string | {
1143
+ [x: string]: boolean;
1144
+ } | (string | any[] | {
1145
+ [x: string]: boolean;
1146
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1147
+ [x: string]: boolean;
1148
+ } | (string | {
1149
+ [x: string]: boolean;
1150
+ } | (string | {
1151
+ [x: string]: boolean;
1152
+ } | (string | {
1153
+ [x: string]: boolean;
1154
+ } | (string | {
1155
+ [x: string]: boolean;
1156
+ } | (string | {
1157
+ [x: string]: boolean;
1158
+ } | (string | {
1159
+ [x: string]: boolean;
1160
+ } | (string | {
1161
+ [x: string]: boolean;
1162
+ } | (string | {
1163
+ [x: string]: boolean;
1164
+ } | (string | {
1165
+ [x: string]: boolean;
1166
+ } | (string | any[] | {
1167
+ [x: string]: boolean;
1168
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1169
+ [x: string]: boolean;
1170
+ } | (string | {
1171
+ [x: string]: boolean;
1172
+ } | (string | {
1173
+ [x: string]: boolean;
1174
+ } | (string | {
1175
+ [x: string]: boolean;
1176
+ } | (string | {
1177
+ [x: string]: boolean;
1178
+ } | (string | {
1179
+ [x: string]: boolean;
1180
+ } | (string | {
1181
+ [x: string]: boolean;
1182
+ } | (string | {
1183
+ [x: string]: boolean;
1184
+ } | (string | {
1185
+ [x: string]: boolean;
1186
+ } | (string | {
1187
+ [x: string]: boolean;
1188
+ } | (string | any[] | {
1189
+ [x: string]: boolean;
1190
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1191
+ [x: string]: boolean;
1192
+ } | (string | {
1193
+ [x: string]: boolean;
1194
+ } | (string | {
1195
+ [x: string]: boolean;
1196
+ } | (string | {
1197
+ [x: string]: boolean;
1198
+ } | (string | {
1199
+ [x: string]: boolean;
1200
+ } | (string | {
1201
+ [x: string]: boolean;
1202
+ } | (string | {
1203
+ [x: string]: boolean;
1204
+ } | (string | {
1205
+ [x: string]: boolean;
1206
+ } | (string | {
1207
+ [x: string]: boolean;
1208
+ } | (string | {
1209
+ [x: string]: boolean;
1210
+ } | (string | any[] | {
1211
+ [x: string]: boolean;
1212
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1213
+ readonly required: false;
1214
+ readonly validator: ((val: unknown) => boolean) | undefined;
1215
+ __epPropKey: true;
1216
+ };
1217
+ popperStyle: {
1218
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1219
+ readonly required: false;
1220
+ readonly validator: ((val: unknown) => boolean) | undefined;
1221
+ __epPropKey: true;
1222
+ };
1223
+ referenceEl: {
1224
+ readonly type: import("vue").PropType<HTMLElement>;
1225
+ readonly required: false;
1226
+ readonly validator: ((val: unknown) => boolean) | undefined;
1227
+ __epPropKey: true;
1228
+ };
1229
+ triggerTargetEl: {
1230
+ readonly type: import("vue").PropType<HTMLElement>;
1231
+ readonly required: false;
1232
+ readonly validator: ((val: unknown) => boolean) | undefined;
1233
+ __epPropKey: true;
1234
+ };
1235
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1236
+ zIndex: NumberConstructor;
1237
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1238
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
1239
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1240
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1241
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
1242
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
1243
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1244
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1245
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1246
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1247
+ "onUpdate:visible": {
1248
+ readonly type: import("vue").PropType<(val: boolean) => void>;
1249
+ readonly required: false;
1250
+ readonly validator: ((val: unknown) => boolean) | undefined;
1251
+ __epPropKey: true;
1252
+ };
1253
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1254
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "info" | "success" | "danger" | "primary" | "warning", unknown, "", boolean>;
1255
+ size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
1256
+ truncated: BooleanConstructor;
1257
+ lineClamp: {
1258
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
1259
+ readonly required: false;
1260
+ readonly validator: ((val: unknown) => boolean) | undefined;
1261
+ __epPropKey: true;
1262
+ };
1263
+ tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
1264
+ }>, {
1265
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1266
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
1267
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
1268
+ disabled: BooleanConstructor;
1269
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
1270
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
1271
+ virtualRef: {
1272
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
1273
+ readonly required: false;
1274
+ readonly validator: ((val: unknown) => boolean) | undefined;
1275
+ __epPropKey: true;
1276
+ };
1277
+ virtualTriggering: BooleanConstructor;
1278
+ onMouseenter: {
1279
+ readonly type: import("vue").PropType<(e: Event) => void>;
1280
+ readonly required: false;
1281
+ readonly validator: ((val: unknown) => boolean) | undefined;
1282
+ __epPropKey: true;
1283
+ };
1284
+ onMouseleave: {
1285
+ readonly type: import("vue").PropType<(e: Event) => void>;
1286
+ readonly required: false;
1287
+ readonly validator: ((val: unknown) => boolean) | undefined;
1288
+ __epPropKey: true;
1289
+ };
1290
+ onClick: {
1291
+ readonly type: import("vue").PropType<(e: Event) => void>;
1292
+ readonly required: false;
1293
+ readonly validator: ((val: unknown) => boolean) | undefined;
1294
+ __epPropKey: true;
1295
+ };
1296
+ onKeydown: {
1297
+ readonly type: import("vue").PropType<(e: Event) => void>;
1298
+ readonly required: false;
1299
+ readonly validator: ((val: unknown) => boolean) | undefined;
1300
+ __epPropKey: true;
1301
+ };
1302
+ onFocus: {
1303
+ readonly type: import("vue").PropType<(e: Event) => void>;
1304
+ readonly required: false;
1305
+ readonly validator: ((val: unknown) => boolean) | undefined;
1306
+ __epPropKey: true;
1307
+ };
1308
+ onBlur: {
1309
+ readonly type: import("vue").PropType<(e: Event) => void>;
1310
+ readonly required: false;
1311
+ readonly validator: ((val: unknown) => boolean) | undefined;
1312
+ __epPropKey: true;
1313
+ };
1314
+ onContextmenu: {
1315
+ readonly type: import("vue").PropType<(e: Event) => void>;
1316
+ readonly required: false;
1317
+ readonly validator: ((val: unknown) => boolean) | undefined;
1318
+ __epPropKey: true;
1319
+ };
1320
+ id: StringConstructor;
1321
+ open: BooleanConstructor;
1322
+ ariaLabel: StringConstructor;
1323
+ appendTo: {
1324
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
1325
+ readonly required: false;
1326
+ readonly validator: ((val: unknown) => boolean) | undefined;
1327
+ __epPropKey: true;
1328
+ };
1329
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1330
+ rawContent: BooleanConstructor;
1331
+ persistent: BooleanConstructor;
1332
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
1333
+ transition: StringConstructor;
1334
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1335
+ style: {
1336
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1337
+ readonly required: false;
1338
+ readonly validator: ((val: unknown) => boolean) | undefined;
1339
+ __epPropKey: true;
1340
+ };
1341
+ className: {
1342
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
1343
+ [x: string]: boolean;
1344
+ } | (string | {
1345
+ [x: string]: boolean;
1346
+ } | (string | {
1347
+ [x: string]: boolean;
1348
+ } | (string | {
1349
+ [x: string]: boolean;
1350
+ } | (string | {
1351
+ [x: string]: boolean;
1352
+ } | (string | {
1353
+ [x: string]: boolean;
1354
+ } | (string | {
1355
+ [x: string]: boolean;
1356
+ } | (string | {
1357
+ [x: string]: boolean;
1358
+ } | (string | {
1359
+ [x: string]: boolean;
1360
+ } | (string | {
1361
+ [x: string]: boolean;
1362
+ } | (string | any[] | {
1363
+ [x: string]: boolean;
1364
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1365
+ [x: string]: boolean;
1366
+ } | (string | {
1367
+ [x: string]: boolean;
1368
+ } | (string | {
1369
+ [x: string]: boolean;
1370
+ } | (string | {
1371
+ [x: string]: boolean;
1372
+ } | (string | {
1373
+ [x: string]: boolean;
1374
+ } | (string | {
1375
+ [x: string]: boolean;
1376
+ } | (string | {
1377
+ [x: string]: boolean;
1378
+ } | (string | {
1379
+ [x: string]: boolean;
1380
+ } | (string | {
1381
+ [x: string]: boolean;
1382
+ } | (string | {
1383
+ [x: string]: boolean;
1384
+ } | (string | any[] | {
1385
+ [x: string]: boolean;
1386
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1387
+ [x: string]: boolean;
1388
+ } | (string | {
1389
+ [x: string]: boolean;
1390
+ } | (string | {
1391
+ [x: string]: boolean;
1392
+ } | (string | {
1393
+ [x: string]: boolean;
1394
+ } | (string | {
1395
+ [x: string]: boolean;
1396
+ } | (string | {
1397
+ [x: string]: boolean;
1398
+ } | (string | {
1399
+ [x: string]: boolean;
1400
+ } | (string | {
1401
+ [x: string]: boolean;
1402
+ } | (string | {
1403
+ [x: string]: boolean;
1404
+ } | (string | {
1405
+ [x: string]: boolean;
1406
+ } | (string | any[] | {
1407
+ [x: string]: boolean;
1408
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1409
+ [x: string]: boolean;
1410
+ } | (string | {
1411
+ [x: string]: boolean;
1412
+ } | (string | {
1413
+ [x: string]: boolean;
1414
+ } | (string | {
1415
+ [x: string]: boolean;
1416
+ } | (string | {
1417
+ [x: string]: boolean;
1418
+ } | (string | {
1419
+ [x: string]: boolean;
1420
+ } | (string | {
1421
+ [x: string]: boolean;
1422
+ } | (string | {
1423
+ [x: string]: boolean;
1424
+ } | (string | {
1425
+ [x: string]: boolean;
1426
+ } | (string | {
1427
+ [x: string]: boolean;
1428
+ } | (string | any[] | {
1429
+ [x: string]: boolean;
1430
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1431
+ readonly required: false;
1432
+ readonly validator: ((val: unknown) => boolean) | undefined;
1433
+ __epPropKey: true;
1434
+ };
1435
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
1436
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1437
+ pure: BooleanConstructor;
1438
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1439
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1440
+ popperClass: {
1441
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
1442
+ [x: string]: boolean;
1443
+ } | (string | {
1444
+ [x: string]: boolean;
1445
+ } | (string | {
1446
+ [x: string]: boolean;
1447
+ } | (string | {
1448
+ [x: string]: boolean;
1449
+ } | (string | {
1450
+ [x: string]: boolean;
1451
+ } | (string | {
1452
+ [x: string]: boolean;
1453
+ } | (string | {
1454
+ [x: string]: boolean;
1455
+ } | (string | {
1456
+ [x: string]: boolean;
1457
+ } | (string | {
1458
+ [x: string]: boolean;
1459
+ } | (string | {
1460
+ [x: string]: boolean;
1461
+ } | (string | any[] | {
1462
+ [x: string]: boolean;
1463
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1464
+ [x: string]: boolean;
1465
+ } | (string | {
1466
+ [x: string]: boolean;
1467
+ } | (string | {
1468
+ [x: string]: boolean;
1469
+ } | (string | {
1470
+ [x: string]: boolean;
1471
+ } | (string | {
1472
+ [x: string]: boolean;
1473
+ } | (string | {
1474
+ [x: string]: boolean;
1475
+ } | (string | {
1476
+ [x: string]: boolean;
1477
+ } | (string | {
1478
+ [x: string]: boolean;
1479
+ } | (string | {
1480
+ [x: string]: boolean;
1481
+ } | (string | {
1482
+ [x: string]: boolean;
1483
+ } | (string | any[] | {
1484
+ [x: string]: boolean;
1485
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1486
+ [x: string]: boolean;
1487
+ } | (string | {
1488
+ [x: string]: boolean;
1489
+ } | (string | {
1490
+ [x: string]: boolean;
1491
+ } | (string | {
1492
+ [x: string]: boolean;
1493
+ } | (string | {
1494
+ [x: string]: boolean;
1495
+ } | (string | {
1496
+ [x: string]: boolean;
1497
+ } | (string | {
1498
+ [x: string]: boolean;
1499
+ } | (string | {
1500
+ [x: string]: boolean;
1501
+ } | (string | {
1502
+ [x: string]: boolean;
1503
+ } | (string | {
1504
+ [x: string]: boolean;
1505
+ } | (string | any[] | {
1506
+ [x: string]: boolean;
1507
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1508
+ [x: string]: boolean;
1509
+ } | (string | {
1510
+ [x: string]: boolean;
1511
+ } | (string | {
1512
+ [x: string]: boolean;
1513
+ } | (string | {
1514
+ [x: string]: boolean;
1515
+ } | (string | {
1516
+ [x: string]: boolean;
1517
+ } | (string | {
1518
+ [x: string]: boolean;
1519
+ } | (string | {
1520
+ [x: string]: boolean;
1521
+ } | (string | {
1522
+ [x: string]: boolean;
1523
+ } | (string | {
1524
+ [x: string]: boolean;
1525
+ } | (string | {
1526
+ [x: string]: boolean;
1527
+ } | (string | any[] | {
1528
+ [x: string]: boolean;
1529
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1530
+ readonly required: false;
1531
+ readonly validator: ((val: unknown) => boolean) | undefined;
1532
+ __epPropKey: true;
1533
+ };
1534
+ popperStyle: {
1535
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1536
+ readonly required: false;
1537
+ readonly validator: ((val: unknown) => boolean) | undefined;
1538
+ __epPropKey: true;
1539
+ };
1540
+ referenceEl: {
1541
+ readonly type: import("vue").PropType<HTMLElement>;
1542
+ readonly required: false;
1543
+ readonly validator: ((val: unknown) => boolean) | undefined;
1544
+ __epPropKey: true;
1545
+ };
1546
+ triggerTargetEl: {
1547
+ readonly type: import("vue").PropType<HTMLElement>;
1548
+ readonly required: false;
1549
+ readonly validator: ((val: unknown) => boolean) | undefined;
1550
+ __epPropKey: true;
1551
+ };
1552
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1553
+ zIndex: NumberConstructor;
1554
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1555
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
1556
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1557
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1558
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
1559
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
1560
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1561
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1562
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1563
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1564
+ "onUpdate:visible": {
1565
+ readonly type: import("vue").PropType<(val: boolean) => void>;
1566
+ readonly required: false;
1567
+ readonly validator: ((val: unknown) => boolean) | undefined;
1568
+ __epPropKey: true;
1569
+ };
1570
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1571
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "info" | "success" | "danger" | "primary" | "warning", unknown, "", boolean>;
1572
+ size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
1573
+ truncated: BooleanConstructor;
1574
+ lineClamp: {
1575
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
1576
+ readonly required: false;
1577
+ readonly validator: ((val: unknown) => boolean) | undefined;
1578
+ __epPropKey: true;
1579
+ };
1580
+ tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
1581
+ }>> & Readonly<{}> & {}>;
1582
+ textProps: import("vue").ComputedRef<{}>;
1583
+ tooltipProps: import("vue").ComputedRef<{
1584
+ disabled: boolean;
1585
+ style: import("vue").StyleValue;
1586
+ placement: import("element-plus").ButtonType<StringConstructor, import("element-plus").Placement, unknown>;
1587
+ role: import("element-plus").ButtonType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1588
+ onClick: ((e: Event) => void) | undefined;
1589
+ onFocus: ((e: Event) => void) | undefined;
1590
+ onBlur: ((e: Event) => void) | undefined;
1591
+ onKeydown: ((e: Event) => void) | undefined;
1592
+ onContextmenu: ((e: Event) => void) | undefined;
1593
+ onMouseenter: ((e: Event) => void) | undefined;
1594
+ onMouseleave: ((e: Event) => void) | undefined;
1595
+ className: import("element-plus").ButtonType<(new (...args: any[]) => string | {
1596
+ [x: string]: boolean;
1597
+ } | (string | {
1598
+ [x: string]: boolean;
1599
+ } | (string | {
1600
+ [x: string]: boolean;
1601
+ } | (string | {
1602
+ [x: string]: boolean;
1603
+ } | (string | {
1604
+ [x: string]: boolean;
1605
+ } | (string | {
1606
+ [x: string]: boolean;
1607
+ } | (string | {
1608
+ [x: string]: boolean;
1609
+ } | (string | {
1610
+ [x: string]: boolean;
1611
+ } | (string | {
1612
+ [x: string]: boolean;
1613
+ } | (string | {
1614
+ [x: string]: boolean;
1615
+ } | (string | any[] | {
1616
+ [x: string]: boolean;
1617
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1618
+ [x: string]: boolean;
1619
+ } | (string | {
1620
+ [x: string]: boolean;
1621
+ } | (string | {
1622
+ [x: string]: boolean;
1623
+ } | (string | {
1624
+ [x: string]: boolean;
1625
+ } | (string | {
1626
+ [x: string]: boolean;
1627
+ } | (string | {
1628
+ [x: string]: boolean;
1629
+ } | (string | {
1630
+ [x: string]: boolean;
1631
+ } | (string | {
1632
+ [x: string]: boolean;
1633
+ } | (string | {
1634
+ [x: string]: boolean;
1635
+ } | (string | {
1636
+ [x: string]: boolean;
1637
+ } | (string | any[] | {
1638
+ [x: string]: boolean;
1639
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1640
+ [x: string]: boolean;
1641
+ } | (string | {
1642
+ [x: string]: boolean;
1643
+ } | (string | {
1644
+ [x: string]: boolean;
1645
+ } | (string | {
1646
+ [x: string]: boolean;
1647
+ } | (string | {
1648
+ [x: string]: boolean;
1649
+ } | (string | {
1650
+ [x: string]: boolean;
1651
+ } | (string | {
1652
+ [x: string]: boolean;
1653
+ } | (string | {
1654
+ [x: string]: boolean;
1655
+ } | (string | {
1656
+ [x: string]: boolean;
1657
+ } | (string | {
1658
+ [x: string]: boolean;
1659
+ } | (string | any[] | {
1660
+ [x: string]: boolean;
1661
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1662
+ [x: string]: boolean;
1663
+ } | (string | {
1664
+ [x: string]: boolean;
1665
+ } | (string | {
1666
+ [x: string]: boolean;
1667
+ } | (string | {
1668
+ [x: string]: boolean;
1669
+ } | (string | {
1670
+ [x: string]: boolean;
1671
+ } | (string | {
1672
+ [x: string]: boolean;
1673
+ } | (string | {
1674
+ [x: string]: boolean;
1675
+ } | (string | {
1676
+ [x: string]: boolean;
1677
+ } | (string | {
1678
+ [x: string]: boolean;
1679
+ } | (string | {
1680
+ [x: string]: boolean;
1681
+ } | (string | any[] | {
1682
+ [x: string]: boolean;
1683
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
1684
+ id: string | undefined;
1685
+ appendTo: import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown> | undefined;
1686
+ offset: number;
1687
+ zIndex: number | undefined;
1688
+ visible: import("element-plus").ButtonType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
1689
+ popperClass: import("element-plus").ButtonType<(new (...args: any[]) => string | {
1690
+ [x: string]: boolean;
1691
+ } | (string | {
1692
+ [x: string]: boolean;
1693
+ } | (string | {
1694
+ [x: string]: boolean;
1695
+ } | (string | {
1696
+ [x: string]: boolean;
1697
+ } | (string | {
1698
+ [x: string]: boolean;
1699
+ } | (string | {
1700
+ [x: string]: boolean;
1701
+ } | (string | {
1702
+ [x: string]: boolean;
1703
+ } | (string | {
1704
+ [x: string]: boolean;
1705
+ } | (string | {
1706
+ [x: string]: boolean;
1707
+ } | (string | {
1708
+ [x: string]: boolean;
1709
+ } | (string | any[] | {
1710
+ [x: string]: boolean;
1711
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1712
+ [x: string]: boolean;
1713
+ } | (string | {
1714
+ [x: string]: boolean;
1715
+ } | (string | {
1716
+ [x: string]: boolean;
1717
+ } | (string | {
1718
+ [x: string]: boolean;
1719
+ } | (string | {
1720
+ [x: string]: boolean;
1721
+ } | (string | {
1722
+ [x: string]: boolean;
1723
+ } | (string | {
1724
+ [x: string]: boolean;
1725
+ } | (string | {
1726
+ [x: string]: boolean;
1727
+ } | (string | {
1728
+ [x: string]: boolean;
1729
+ } | (string | {
1730
+ [x: string]: boolean;
1731
+ } | (string | any[] | {
1732
+ [x: string]: boolean;
1733
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1734
+ [x: string]: boolean;
1735
+ } | (string | {
1736
+ [x: string]: boolean;
1737
+ } | (string | {
1738
+ [x: string]: boolean;
1739
+ } | (string | {
1740
+ [x: string]: boolean;
1741
+ } | (string | {
1742
+ [x: string]: boolean;
1743
+ } | (string | {
1744
+ [x: string]: boolean;
1745
+ } | (string | {
1746
+ [x: string]: boolean;
1747
+ } | (string | {
1748
+ [x: string]: boolean;
1749
+ } | (string | {
1750
+ [x: string]: boolean;
1751
+ } | (string | {
1752
+ [x: string]: boolean;
1753
+ } | (string | any[] | {
1754
+ [x: string]: boolean;
1755
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1756
+ [x: string]: boolean;
1757
+ } | (string | {
1758
+ [x: string]: boolean;
1759
+ } | (string | {
1760
+ [x: string]: boolean;
1761
+ } | (string | {
1762
+ [x: string]: boolean;
1763
+ } | (string | {
1764
+ [x: string]: boolean;
1765
+ } | (string | {
1766
+ [x: string]: boolean;
1767
+ } | (string | {
1768
+ [x: string]: boolean;
1769
+ } | (string | {
1770
+ [x: string]: boolean;
1771
+ } | (string | {
1772
+ [x: string]: boolean;
1773
+ } | (string | {
1774
+ [x: string]: boolean;
1775
+ } | (string | any[] | {
1776
+ [x: string]: boolean;
1777
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
1778
+ teleported: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1779
+ showArrow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1780
+ arrowOffset: number;
1781
+ trigger: import("element-plus").ButtonType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
1782
+ triggerKeys: string[];
1783
+ virtualRef: import("element-plus").Measurable | undefined;
1784
+ virtualTriggering: boolean;
1785
+ open: boolean;
1786
+ ariaLabel: string | undefined;
1787
+ rawContent: boolean;
1788
+ persistent: boolean;
1789
+ transition: string | undefined;
1790
+ effect: import("element-plus").ButtonType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
1791
+ enterable: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1792
+ pure: boolean;
1793
+ focusOnShow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1794
+ trapping: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1795
+ popperStyle: import("vue").StyleValue;
1796
+ referenceEl: HTMLElement | undefined;
1797
+ triggerTargetEl: HTMLElement | undefined;
1798
+ stopPopperMouseEvent: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1799
+ boundariesPadding: number;
1800
+ fallbackPlacements: import("element-plus").Placement[] | undefined;
1801
+ gpuAcceleration: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
1802
+ popperOptions: Partial<import("element-plus").Options>;
1803
+ strategy: import("element-plus").ButtonType<StringConstructor, "fixed" | "absolute", unknown>;
1804
+ showAfter: number;
1805
+ hideAfter: number;
1806
+ autoClose: number;
1807
+ "onUpdate:visible": ((val: boolean) => void) | undefined;
1808
+ }>;
1809
+ isUndefined: (val: any) => val is undefined;
1810
+ textRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
1811
+ textSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
1812
+ ns: {
1813
+ namespace: import("vue").ComputedRef<string>;
1814
+ b: (blockSuffix?: string | undefined) => string;
1815
+ e: (element?: string | undefined) => string;
1816
+ m: (modifier?: string | undefined) => string;
1817
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
1818
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
1819
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
1820
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
1821
+ is: {
1822
+ (name: string, state: boolean | undefined): string;
1823
+ (name: string): string;
1824
+ };
1825
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1826
+ cssVarName: (name: string) => string;
1827
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1828
+ cssVarBlockName: (name: string) => string;
1829
+ };
1830
+ hasTitle: import("vue").Ref<boolean, boolean>;
1831
+ textKls: import("vue").ComputedRef<string[]>;
1832
+ bindTitle: () => void;
1833
+ readonly VkWrapper: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1834
+ is: {
1835
+ required: boolean;
1836
+ };
1837
+ show: {
1838
+ type: BooleanConstructor;
1839
+ defualt: boolean;
1840
+ };
1841
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1842
+ [key: string]: any;
1843
+ }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1844
+ [key: string]: any;
1845
+ }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1846
+ is: {
1847
+ required: boolean;
1848
+ };
1849
+ show: {
1850
+ type: BooleanConstructor;
1851
+ defualt: boolean;
1852
+ };
1853
+ }>> & Readonly<{}>, {
1854
+ show: boolean;
1855
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1856
+ readonly ElTooltip: import("element-plus/es/utils").SFCWithInstall<{
1857
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1858
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
1859
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
1860
+ disabled: BooleanConstructor;
1861
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
1862
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
1863
+ virtualRef: {
1864
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
1865
+ readonly required: false;
1866
+ readonly validator: ((val: unknown) => boolean) | undefined;
1867
+ __epPropKey: true;
1868
+ };
1869
+ virtualTriggering: BooleanConstructor;
1870
+ onMouseenter: {
1871
+ readonly type: import("vue").PropType<(e: Event) => void>;
1872
+ readonly required: false;
1873
+ readonly validator: ((val: unknown) => boolean) | undefined;
1874
+ __epPropKey: true;
1875
+ };
1876
+ onMouseleave: {
1877
+ readonly type: import("vue").PropType<(e: Event) => void>;
1878
+ readonly required: false;
1879
+ readonly validator: ((val: unknown) => boolean) | undefined;
1880
+ __epPropKey: true;
1881
+ };
1882
+ onClick: {
1883
+ readonly type: import("vue").PropType<(e: Event) => void>;
1884
+ readonly required: false;
1885
+ readonly validator: ((val: unknown) => boolean) | undefined;
1886
+ __epPropKey: true;
1887
+ };
1888
+ onKeydown: {
1889
+ readonly type: import("vue").PropType<(e: Event) => void>;
1890
+ readonly required: false;
1891
+ readonly validator: ((val: unknown) => boolean) | undefined;
1892
+ __epPropKey: true;
1893
+ };
1894
+ onFocus: {
1895
+ readonly type: import("vue").PropType<(e: Event) => void>;
1896
+ readonly required: false;
1897
+ readonly validator: ((val: unknown) => boolean) | undefined;
1898
+ __epPropKey: true;
1899
+ };
1900
+ onBlur: {
1901
+ readonly type: import("vue").PropType<(e: Event) => void>;
1902
+ readonly required: false;
1903
+ readonly validator: ((val: unknown) => boolean) | undefined;
1904
+ __epPropKey: true;
1905
+ };
1906
+ onContextmenu: {
1907
+ readonly type: import("vue").PropType<(e: Event) => void>;
1908
+ readonly required: false;
1909
+ readonly validator: ((val: unknown) => boolean) | undefined;
1910
+ __epPropKey: true;
1911
+ };
1912
+ id: StringConstructor;
1913
+ open: BooleanConstructor;
1914
+ ariaLabel: StringConstructor;
1915
+ appendTo: {
1916
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
1917
+ readonly required: false;
1918
+ readonly validator: ((val: unknown) => boolean) | undefined;
1919
+ __epPropKey: true;
1920
+ };
1921
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1922
+ rawContent: BooleanConstructor;
1923
+ persistent: BooleanConstructor;
1924
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
1925
+ transition: StringConstructor;
1926
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1927
+ style: {
1928
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1929
+ readonly required: false;
1930
+ readonly validator: ((val: unknown) => boolean) | undefined;
1931
+ __epPropKey: true;
1932
+ };
1933
+ className: {
1934
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
1935
+ [x: string]: boolean;
1936
+ } | (string | {
1937
+ [x: string]: boolean;
1938
+ } | (string | {
1939
+ [x: string]: boolean;
1940
+ } | (string | {
1941
+ [x: string]: boolean;
1942
+ } | (string | {
1943
+ [x: string]: boolean;
1944
+ } | (string | {
1945
+ [x: string]: boolean;
1946
+ } | (string | {
1947
+ [x: string]: boolean;
1948
+ } | (string | {
1949
+ [x: string]: boolean;
1950
+ } | (string | {
1951
+ [x: string]: boolean;
1952
+ } | (string | {
1953
+ [x: string]: boolean;
1954
+ } | (string | any[] | {
1955
+ [x: string]: boolean;
1956
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
1957
+ [x: string]: boolean;
1958
+ } | (string | {
1959
+ [x: string]: boolean;
1960
+ } | (string | {
1961
+ [x: string]: boolean;
1962
+ } | (string | {
1963
+ [x: string]: boolean;
1964
+ } | (string | {
1965
+ [x: string]: boolean;
1966
+ } | (string | {
1967
+ [x: string]: boolean;
1968
+ } | (string | {
1969
+ [x: string]: boolean;
1970
+ } | (string | {
1971
+ [x: string]: boolean;
1972
+ } | (string | {
1973
+ [x: string]: boolean;
1974
+ } | (string | {
1975
+ [x: string]: boolean;
1976
+ } | (string | any[] | {
1977
+ [x: string]: boolean;
1978
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
1979
+ [x: string]: boolean;
1980
+ } | (string | {
1981
+ [x: string]: boolean;
1982
+ } | (string | {
1983
+ [x: string]: boolean;
1984
+ } | (string | {
1985
+ [x: string]: boolean;
1986
+ } | (string | {
1987
+ [x: string]: boolean;
1988
+ } | (string | {
1989
+ [x: string]: boolean;
1990
+ } | (string | {
1991
+ [x: string]: boolean;
1992
+ } | (string | {
1993
+ [x: string]: boolean;
1994
+ } | (string | {
1995
+ [x: string]: boolean;
1996
+ } | (string | {
1997
+ [x: string]: boolean;
1998
+ } | (string | any[] | {
1999
+ [x: string]: boolean;
2000
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2001
+ [x: string]: boolean;
2002
+ } | (string | {
2003
+ [x: string]: boolean;
2004
+ } | (string | {
2005
+ [x: string]: boolean;
2006
+ } | (string | {
2007
+ [x: string]: boolean;
2008
+ } | (string | {
2009
+ [x: string]: boolean;
2010
+ } | (string | {
2011
+ [x: string]: boolean;
2012
+ } | (string | {
2013
+ [x: string]: boolean;
2014
+ } | (string | {
2015
+ [x: string]: boolean;
2016
+ } | (string | {
2017
+ [x: string]: boolean;
2018
+ } | (string | {
2019
+ [x: string]: boolean;
2020
+ } | (string | any[] | {
2021
+ [x: string]: boolean;
2022
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2023
+ readonly required: false;
2024
+ readonly validator: ((val: unknown) => boolean) | undefined;
2025
+ __epPropKey: true;
2026
+ };
2027
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
2028
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2029
+ pure: BooleanConstructor;
2030
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2031
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2032
+ popperClass: {
2033
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2034
+ [x: string]: boolean;
2035
+ } | (string | {
2036
+ [x: string]: boolean;
2037
+ } | (string | {
2038
+ [x: string]: boolean;
2039
+ } | (string | {
2040
+ [x: string]: boolean;
2041
+ } | (string | {
2042
+ [x: string]: boolean;
2043
+ } | (string | {
2044
+ [x: string]: boolean;
2045
+ } | (string | {
2046
+ [x: string]: boolean;
2047
+ } | (string | {
2048
+ [x: string]: boolean;
2049
+ } | (string | {
2050
+ [x: string]: boolean;
2051
+ } | (string | {
2052
+ [x: string]: boolean;
2053
+ } | (string | any[] | {
2054
+ [x: string]: boolean;
2055
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2056
+ [x: string]: boolean;
2057
+ } | (string | {
2058
+ [x: string]: boolean;
2059
+ } | (string | {
2060
+ [x: string]: boolean;
2061
+ } | (string | {
2062
+ [x: string]: boolean;
2063
+ } | (string | {
2064
+ [x: string]: boolean;
2065
+ } | (string | {
2066
+ [x: string]: boolean;
2067
+ } | (string | {
2068
+ [x: string]: boolean;
2069
+ } | (string | {
2070
+ [x: string]: boolean;
2071
+ } | (string | {
2072
+ [x: string]: boolean;
2073
+ } | (string | {
2074
+ [x: string]: boolean;
2075
+ } | (string | any[] | {
2076
+ [x: string]: boolean;
2077
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
2078
+ [x: string]: boolean;
2079
+ } | (string | {
2080
+ [x: string]: boolean;
2081
+ } | (string | {
2082
+ [x: string]: boolean;
2083
+ } | (string | {
2084
+ [x: string]: boolean;
2085
+ } | (string | {
2086
+ [x: string]: boolean;
2087
+ } | (string | {
2088
+ [x: string]: boolean;
2089
+ } | (string | {
2090
+ [x: string]: boolean;
2091
+ } | (string | {
2092
+ [x: string]: boolean;
2093
+ } | (string | {
2094
+ [x: string]: boolean;
2095
+ } | (string | {
2096
+ [x: string]: boolean;
2097
+ } | (string | any[] | {
2098
+ [x: string]: boolean;
2099
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2100
+ [x: string]: boolean;
2101
+ } | (string | {
2102
+ [x: string]: boolean;
2103
+ } | (string | {
2104
+ [x: string]: boolean;
2105
+ } | (string | {
2106
+ [x: string]: boolean;
2107
+ } | (string | {
2108
+ [x: string]: boolean;
2109
+ } | (string | {
2110
+ [x: string]: boolean;
2111
+ } | (string | {
2112
+ [x: string]: boolean;
2113
+ } | (string | {
2114
+ [x: string]: boolean;
2115
+ } | (string | {
2116
+ [x: string]: boolean;
2117
+ } | (string | {
2118
+ [x: string]: boolean;
2119
+ } | (string | any[] | {
2120
+ [x: string]: boolean;
2121
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2122
+ readonly required: false;
2123
+ readonly validator: ((val: unknown) => boolean) | undefined;
2124
+ __epPropKey: true;
2125
+ };
2126
+ popperStyle: {
2127
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2128
+ readonly required: false;
2129
+ readonly validator: ((val: unknown) => boolean) | undefined;
2130
+ __epPropKey: true;
2131
+ };
2132
+ referenceEl: {
2133
+ readonly type: import("vue").PropType<HTMLElement>;
2134
+ readonly required: false;
2135
+ readonly validator: ((val: unknown) => boolean) | undefined;
2136
+ __epPropKey: true;
2137
+ };
2138
+ triggerTargetEl: {
2139
+ readonly type: import("vue").PropType<HTMLElement>;
2140
+ readonly required: false;
2141
+ readonly validator: ((val: unknown) => boolean) | undefined;
2142
+ __epPropKey: true;
2143
+ };
2144
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2145
+ zIndex: NumberConstructor;
2146
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2147
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
2148
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2149
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2150
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
2151
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
2152
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2153
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2154
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
2155
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2156
+ "onUpdate:visible": {
2157
+ readonly type: import("vue").PropType<(val: boolean) => void>;
2158
+ readonly required: false;
2159
+ readonly validator: ((val: unknown) => boolean) | undefined;
2160
+ __epPropKey: true;
2161
+ };
2162
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
2163
+ }>>, {
2164
+ popperRef: import("vue").Ref<import("element-plus").PopperInstance | undefined, import("element-plus").PopperInstance | undefined>;
2165
+ contentRef: import("vue").Ref<import("element-plus").TooltipContentInstance | undefined, import("element-plus").TooltipContentInstance | undefined>;
2166
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
2167
+ updatePopper: () => void;
2168
+ onOpen: (event?: Event | undefined) => void;
2169
+ onClose: (event?: Event | undefined) => void;
2170
+ hide: (event?: Event | undefined) => void;
2171
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2172
+ [x: string]: (...args: any[]) => void;
2173
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
2174
+ disabled: boolean;
2175
+ content: string;
2176
+ offset: number;
2177
+ visible: import("element-plus").ButtonType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
2178
+ open: boolean;
2179
+ placement: import("element-plus").ButtonType<StringConstructor, import("element-plus").Placement, unknown>;
2180
+ strategy: import("element-plus").ButtonType<StringConstructor, "fixed" | "absolute", unknown>;
2181
+ effect: import("element-plus").ButtonType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
2182
+ showAfter: number;
2183
+ hideAfter: number;
2184
+ autoClose: number;
2185
+ role: import("element-plus").ButtonType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
2186
+ trigger: import("element-plus").ButtonType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
2187
+ arrowOffset: number;
2188
+ virtualTriggering: boolean;
2189
+ boundariesPadding: number;
2190
+ fallbackPlacements: import("element-plus").Placement[];
2191
+ gpuAcceleration: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2192
+ popperOptions: Partial<import("element-plus").Options>;
2193
+ enterable: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2194
+ focusOnShow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2195
+ trapping: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2196
+ stopPopperMouseEvent: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2197
+ pure: boolean;
2198
+ triggerKeys: string[];
2199
+ teleported: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2200
+ rawContent: boolean;
2201
+ persistent: boolean;
2202
+ showArrow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2203
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2204
+ P: {};
2205
+ B: {};
2206
+ D: {};
2207
+ C: {};
2208
+ M: {};
2209
+ Defaults: {};
2210
+ }, Readonly<import("vue").ExtractPropTypes<{
2211
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
2212
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
2213
+ disabled: BooleanConstructor;
2214
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
2215
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
2216
+ virtualRef: {
2217
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
2218
+ readonly required: false;
2219
+ readonly validator: ((val: unknown) => boolean) | undefined;
2220
+ __epPropKey: true;
2221
+ };
2222
+ virtualTriggering: BooleanConstructor;
2223
+ onMouseenter: {
2224
+ readonly type: import("vue").PropType<(e: Event) => void>;
2225
+ readonly required: false;
2226
+ readonly validator: ((val: unknown) => boolean) | undefined;
2227
+ __epPropKey: true;
2228
+ };
2229
+ onMouseleave: {
2230
+ readonly type: import("vue").PropType<(e: Event) => void>;
2231
+ readonly required: false;
2232
+ readonly validator: ((val: unknown) => boolean) | undefined;
2233
+ __epPropKey: true;
2234
+ };
2235
+ onClick: {
2236
+ readonly type: import("vue").PropType<(e: Event) => void>;
2237
+ readonly required: false;
2238
+ readonly validator: ((val: unknown) => boolean) | undefined;
2239
+ __epPropKey: true;
2240
+ };
2241
+ onKeydown: {
2242
+ readonly type: import("vue").PropType<(e: Event) => void>;
2243
+ readonly required: false;
2244
+ readonly validator: ((val: unknown) => boolean) | undefined;
2245
+ __epPropKey: true;
2246
+ };
2247
+ onFocus: {
2248
+ readonly type: import("vue").PropType<(e: Event) => void>;
2249
+ readonly required: false;
2250
+ readonly validator: ((val: unknown) => boolean) | undefined;
2251
+ __epPropKey: true;
2252
+ };
2253
+ onBlur: {
2254
+ readonly type: import("vue").PropType<(e: Event) => void>;
2255
+ readonly required: false;
2256
+ readonly validator: ((val: unknown) => boolean) | undefined;
2257
+ __epPropKey: true;
2258
+ };
2259
+ onContextmenu: {
2260
+ readonly type: import("vue").PropType<(e: Event) => void>;
2261
+ readonly required: false;
2262
+ readonly validator: ((val: unknown) => boolean) | undefined;
2263
+ __epPropKey: true;
2264
+ };
2265
+ id: StringConstructor;
2266
+ open: BooleanConstructor;
2267
+ ariaLabel: StringConstructor;
2268
+ appendTo: {
2269
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
2270
+ readonly required: false;
2271
+ readonly validator: ((val: unknown) => boolean) | undefined;
2272
+ __epPropKey: true;
2273
+ };
2274
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2275
+ rawContent: BooleanConstructor;
2276
+ persistent: BooleanConstructor;
2277
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
2278
+ transition: StringConstructor;
2279
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2280
+ style: {
2281
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2282
+ readonly required: false;
2283
+ readonly validator: ((val: unknown) => boolean) | undefined;
2284
+ __epPropKey: true;
2285
+ };
2286
+ className: {
2287
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2288
+ [x: string]: boolean;
2289
+ } | (string | {
2290
+ [x: string]: boolean;
2291
+ } | (string | {
2292
+ [x: string]: boolean;
2293
+ } | (string | {
2294
+ [x: string]: boolean;
2295
+ } | (string | {
2296
+ [x: string]: boolean;
2297
+ } | (string | {
2298
+ [x: string]: boolean;
2299
+ } | (string | {
2300
+ [x: string]: boolean;
2301
+ } | (string | {
2302
+ [x: string]: boolean;
2303
+ } | (string | {
2304
+ [x: string]: boolean;
2305
+ } | (string | {
2306
+ [x: string]: boolean;
2307
+ } | (string | any[] | {
2308
+ [x: string]: boolean;
2309
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2310
+ [x: string]: boolean;
2311
+ } | (string | {
2312
+ [x: string]: boolean;
2313
+ } | (string | {
2314
+ [x: string]: boolean;
2315
+ } | (string | {
2316
+ [x: string]: boolean;
2317
+ } | (string | {
2318
+ [x: string]: boolean;
2319
+ } | (string | {
2320
+ [x: string]: boolean;
2321
+ } | (string | {
2322
+ [x: string]: boolean;
2323
+ } | (string | {
2324
+ [x: string]: boolean;
2325
+ } | (string | {
2326
+ [x: string]: boolean;
2327
+ } | (string | {
2328
+ [x: string]: boolean;
2329
+ } | (string | any[] | {
2330
+ [x: string]: boolean;
2331
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
2332
+ [x: string]: boolean;
2333
+ } | (string | {
2334
+ [x: string]: boolean;
2335
+ } | (string | {
2336
+ [x: string]: boolean;
2337
+ } | (string | {
2338
+ [x: string]: boolean;
2339
+ } | (string | {
2340
+ [x: string]: boolean;
2341
+ } | (string | {
2342
+ [x: string]: boolean;
2343
+ } | (string | {
2344
+ [x: string]: boolean;
2345
+ } | (string | {
2346
+ [x: string]: boolean;
2347
+ } | (string | {
2348
+ [x: string]: boolean;
2349
+ } | (string | {
2350
+ [x: string]: boolean;
2351
+ } | (string | any[] | {
2352
+ [x: string]: boolean;
2353
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2354
+ [x: string]: boolean;
2355
+ } | (string | {
2356
+ [x: string]: boolean;
2357
+ } | (string | {
2358
+ [x: string]: boolean;
2359
+ } | (string | {
2360
+ [x: string]: boolean;
2361
+ } | (string | {
2362
+ [x: string]: boolean;
2363
+ } | (string | {
2364
+ [x: string]: boolean;
2365
+ } | (string | {
2366
+ [x: string]: boolean;
2367
+ } | (string | {
2368
+ [x: string]: boolean;
2369
+ } | (string | {
2370
+ [x: string]: boolean;
2371
+ } | (string | {
2372
+ [x: string]: boolean;
2373
+ } | (string | any[] | {
2374
+ [x: string]: boolean;
2375
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2376
+ readonly required: false;
2377
+ readonly validator: ((val: unknown) => boolean) | undefined;
2378
+ __epPropKey: true;
2379
+ };
2380
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
2381
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2382
+ pure: BooleanConstructor;
2383
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2384
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2385
+ popperClass: {
2386
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2387
+ [x: string]: boolean;
2388
+ } | (string | {
2389
+ [x: string]: boolean;
2390
+ } | (string | {
2391
+ [x: string]: boolean;
2392
+ } | (string | {
2393
+ [x: string]: boolean;
2394
+ } | (string | {
2395
+ [x: string]: boolean;
2396
+ } | (string | {
2397
+ [x: string]: boolean;
2398
+ } | (string | {
2399
+ [x: string]: boolean;
2400
+ } | (string | {
2401
+ [x: string]: boolean;
2402
+ } | (string | {
2403
+ [x: string]: boolean;
2404
+ } | (string | {
2405
+ [x: string]: boolean;
2406
+ } | (string | any[] | {
2407
+ [x: string]: boolean;
2408
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2409
+ [x: string]: boolean;
2410
+ } | (string | {
2411
+ [x: string]: boolean;
2412
+ } | (string | {
2413
+ [x: string]: boolean;
2414
+ } | (string | {
2415
+ [x: string]: boolean;
2416
+ } | (string | {
2417
+ [x: string]: boolean;
2418
+ } | (string | {
2419
+ [x: string]: boolean;
2420
+ } | (string | {
2421
+ [x: string]: boolean;
2422
+ } | (string | {
2423
+ [x: string]: boolean;
2424
+ } | (string | {
2425
+ [x: string]: boolean;
2426
+ } | (string | {
2427
+ [x: string]: boolean;
2428
+ } | (string | any[] | {
2429
+ [x: string]: boolean;
2430
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
2431
+ [x: string]: boolean;
2432
+ } | (string | {
2433
+ [x: string]: boolean;
2434
+ } | (string | {
2435
+ [x: string]: boolean;
2436
+ } | (string | {
2437
+ [x: string]: boolean;
2438
+ } | (string | {
2439
+ [x: string]: boolean;
2440
+ } | (string | {
2441
+ [x: string]: boolean;
2442
+ } | (string | {
2443
+ [x: string]: boolean;
2444
+ } | (string | {
2445
+ [x: string]: boolean;
2446
+ } | (string | {
2447
+ [x: string]: boolean;
2448
+ } | (string | {
2449
+ [x: string]: boolean;
2450
+ } | (string | any[] | {
2451
+ [x: string]: boolean;
2452
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2453
+ [x: string]: boolean;
2454
+ } | (string | {
2455
+ [x: string]: boolean;
2456
+ } | (string | {
2457
+ [x: string]: boolean;
2458
+ } | (string | {
2459
+ [x: string]: boolean;
2460
+ } | (string | {
2461
+ [x: string]: boolean;
2462
+ } | (string | {
2463
+ [x: string]: boolean;
2464
+ } | (string | {
2465
+ [x: string]: boolean;
2466
+ } | (string | {
2467
+ [x: string]: boolean;
2468
+ } | (string | {
2469
+ [x: string]: boolean;
2470
+ } | (string | {
2471
+ [x: string]: boolean;
2472
+ } | (string | any[] | {
2473
+ [x: string]: boolean;
2474
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2475
+ readonly required: false;
2476
+ readonly validator: ((val: unknown) => boolean) | undefined;
2477
+ __epPropKey: true;
2478
+ };
2479
+ popperStyle: {
2480
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2481
+ readonly required: false;
2482
+ readonly validator: ((val: unknown) => boolean) | undefined;
2483
+ __epPropKey: true;
2484
+ };
2485
+ referenceEl: {
2486
+ readonly type: import("vue").PropType<HTMLElement>;
2487
+ readonly required: false;
2488
+ readonly validator: ((val: unknown) => boolean) | undefined;
2489
+ __epPropKey: true;
2490
+ };
2491
+ triggerTargetEl: {
2492
+ readonly type: import("vue").PropType<HTMLElement>;
2493
+ readonly required: false;
2494
+ readonly validator: ((val: unknown) => boolean) | undefined;
2495
+ __epPropKey: true;
2496
+ };
2497
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2498
+ zIndex: NumberConstructor;
2499
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2500
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
2501
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2502
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2503
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
2504
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
2505
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2506
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2507
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
2508
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2509
+ "onUpdate:visible": {
2510
+ readonly type: import("vue").PropType<(val: boolean) => void>;
2511
+ readonly required: false;
2512
+ readonly validator: ((val: unknown) => boolean) | undefined;
2513
+ __epPropKey: true;
2514
+ };
2515
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
2516
+ }>>, {
2517
+ popperRef: import("vue").Ref<import("element-plus").PopperInstance | undefined, import("element-plus").PopperInstance | undefined>;
2518
+ contentRef: import("vue").Ref<import("element-plus").TooltipContentInstance | undefined, import("element-plus").TooltipContentInstance | undefined>;
2519
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
2520
+ updatePopper: () => void;
2521
+ onOpen: (event?: Event | undefined) => void;
2522
+ onClose: (event?: Event | undefined) => void;
2523
+ hide: (event?: Event | undefined) => void;
2524
+ }, {}, {}, {}, {
2525
+ disabled: boolean;
2526
+ content: string;
2527
+ offset: number;
2528
+ visible: import("element-plus").ButtonType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
2529
+ open: boolean;
2530
+ placement: import("element-plus").ButtonType<StringConstructor, import("element-plus").Placement, unknown>;
2531
+ strategy: import("element-plus").ButtonType<StringConstructor, "fixed" | "absolute", unknown>;
2532
+ effect: import("element-plus").ButtonType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
2533
+ showAfter: number;
2534
+ hideAfter: number;
2535
+ autoClose: number;
2536
+ role: import("element-plus").ButtonType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
2537
+ trigger: import("element-plus").ButtonType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
2538
+ arrowOffset: number;
2539
+ virtualTriggering: boolean;
2540
+ boundariesPadding: number;
2541
+ fallbackPlacements: import("element-plus").Placement[];
2542
+ gpuAcceleration: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2543
+ popperOptions: Partial<import("element-plus").Options>;
2544
+ enterable: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2545
+ focusOnShow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2546
+ trapping: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2547
+ stopPopperMouseEvent: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2548
+ pure: boolean;
2549
+ triggerKeys: string[];
2550
+ teleported: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2551
+ rawContent: boolean;
2552
+ persistent: boolean;
2553
+ showArrow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2554
+ }>;
2555
+ __isFragment?: undefined;
2556
+ __isTeleport?: undefined;
2557
+ __isSuspense?: undefined;
2558
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2559
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
2560
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
2561
+ disabled: BooleanConstructor;
2562
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
2563
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
2564
+ virtualRef: {
2565
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
2566
+ readonly required: false;
2567
+ readonly validator: ((val: unknown) => boolean) | undefined;
2568
+ __epPropKey: true;
2569
+ };
2570
+ virtualTriggering: BooleanConstructor;
2571
+ onMouseenter: {
2572
+ readonly type: import("vue").PropType<(e: Event) => void>;
2573
+ readonly required: false;
2574
+ readonly validator: ((val: unknown) => boolean) | undefined;
2575
+ __epPropKey: true;
2576
+ };
2577
+ onMouseleave: {
2578
+ readonly type: import("vue").PropType<(e: Event) => void>;
2579
+ readonly required: false;
2580
+ readonly validator: ((val: unknown) => boolean) | undefined;
2581
+ __epPropKey: true;
2582
+ };
2583
+ onClick: {
2584
+ readonly type: import("vue").PropType<(e: Event) => void>;
2585
+ readonly required: false;
2586
+ readonly validator: ((val: unknown) => boolean) | undefined;
2587
+ __epPropKey: true;
2588
+ };
2589
+ onKeydown: {
2590
+ readonly type: import("vue").PropType<(e: Event) => void>;
2591
+ readonly required: false;
2592
+ readonly validator: ((val: unknown) => boolean) | undefined;
2593
+ __epPropKey: true;
2594
+ };
2595
+ onFocus: {
2596
+ readonly type: import("vue").PropType<(e: Event) => void>;
2597
+ readonly required: false;
2598
+ readonly validator: ((val: unknown) => boolean) | undefined;
2599
+ __epPropKey: true;
2600
+ };
2601
+ onBlur: {
2602
+ readonly type: import("vue").PropType<(e: Event) => void>;
2603
+ readonly required: false;
2604
+ readonly validator: ((val: unknown) => boolean) | undefined;
2605
+ __epPropKey: true;
2606
+ };
2607
+ onContextmenu: {
2608
+ readonly type: import("vue").PropType<(e: Event) => void>;
2609
+ readonly required: false;
2610
+ readonly validator: ((val: unknown) => boolean) | undefined;
2611
+ __epPropKey: true;
2612
+ };
2613
+ id: StringConstructor;
2614
+ open: BooleanConstructor;
2615
+ ariaLabel: StringConstructor;
2616
+ appendTo: {
2617
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
2618
+ readonly required: false;
2619
+ readonly validator: ((val: unknown) => boolean) | undefined;
2620
+ __epPropKey: true;
2621
+ };
2622
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2623
+ rawContent: BooleanConstructor;
2624
+ persistent: BooleanConstructor;
2625
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
2626
+ transition: StringConstructor;
2627
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2628
+ style: {
2629
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2630
+ readonly required: false;
2631
+ readonly validator: ((val: unknown) => boolean) | undefined;
2632
+ __epPropKey: true;
2633
+ };
2634
+ className: {
2635
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2636
+ [x: string]: boolean;
2637
+ } | (string | {
2638
+ [x: string]: boolean;
2639
+ } | (string | {
2640
+ [x: string]: boolean;
2641
+ } | (string | {
2642
+ [x: string]: boolean;
2643
+ } | (string | {
2644
+ [x: string]: boolean;
2645
+ } | (string | {
2646
+ [x: string]: boolean;
2647
+ } | (string | {
2648
+ [x: string]: boolean;
2649
+ } | (string | {
2650
+ [x: string]: boolean;
2651
+ } | (string | {
2652
+ [x: string]: boolean;
2653
+ } | (string | {
2654
+ [x: string]: boolean;
2655
+ } | (string | any[] | {
2656
+ [x: string]: boolean;
2657
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2658
+ [x: string]: boolean;
2659
+ } | (string | {
2660
+ [x: string]: boolean;
2661
+ } | (string | {
2662
+ [x: string]: boolean;
2663
+ } | (string | {
2664
+ [x: string]: boolean;
2665
+ } | (string | {
2666
+ [x: string]: boolean;
2667
+ } | (string | {
2668
+ [x: string]: boolean;
2669
+ } | (string | {
2670
+ [x: string]: boolean;
2671
+ } | (string | {
2672
+ [x: string]: boolean;
2673
+ } | (string | {
2674
+ [x: string]: boolean;
2675
+ } | (string | {
2676
+ [x: string]: boolean;
2677
+ } | (string | any[] | {
2678
+ [x: string]: boolean;
2679
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
2680
+ [x: string]: boolean;
2681
+ } | (string | {
2682
+ [x: string]: boolean;
2683
+ } | (string | {
2684
+ [x: string]: boolean;
2685
+ } | (string | {
2686
+ [x: string]: boolean;
2687
+ } | (string | {
2688
+ [x: string]: boolean;
2689
+ } | (string | {
2690
+ [x: string]: boolean;
2691
+ } | (string | {
2692
+ [x: string]: boolean;
2693
+ } | (string | {
2694
+ [x: string]: boolean;
2695
+ } | (string | {
2696
+ [x: string]: boolean;
2697
+ } | (string | {
2698
+ [x: string]: boolean;
2699
+ } | (string | any[] | {
2700
+ [x: string]: boolean;
2701
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2702
+ [x: string]: boolean;
2703
+ } | (string | {
2704
+ [x: string]: boolean;
2705
+ } | (string | {
2706
+ [x: string]: boolean;
2707
+ } | (string | {
2708
+ [x: string]: boolean;
2709
+ } | (string | {
2710
+ [x: string]: boolean;
2711
+ } | (string | {
2712
+ [x: string]: boolean;
2713
+ } | (string | {
2714
+ [x: string]: boolean;
2715
+ } | (string | {
2716
+ [x: string]: boolean;
2717
+ } | (string | {
2718
+ [x: string]: boolean;
2719
+ } | (string | {
2720
+ [x: string]: boolean;
2721
+ } | (string | any[] | {
2722
+ [x: string]: boolean;
2723
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2724
+ readonly required: false;
2725
+ readonly validator: ((val: unknown) => boolean) | undefined;
2726
+ __epPropKey: true;
2727
+ };
2728
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
2729
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2730
+ pure: BooleanConstructor;
2731
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2732
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2733
+ popperClass: {
2734
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2735
+ [x: string]: boolean;
2736
+ } | (string | {
2737
+ [x: string]: boolean;
2738
+ } | (string | {
2739
+ [x: string]: boolean;
2740
+ } | (string | {
2741
+ [x: string]: boolean;
2742
+ } | (string | {
2743
+ [x: string]: boolean;
2744
+ } | (string | {
2745
+ [x: string]: boolean;
2746
+ } | (string | {
2747
+ [x: string]: boolean;
2748
+ } | (string | {
2749
+ [x: string]: boolean;
2750
+ } | (string | {
2751
+ [x: string]: boolean;
2752
+ } | (string | {
2753
+ [x: string]: boolean;
2754
+ } | (string | any[] | {
2755
+ [x: string]: boolean;
2756
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2757
+ [x: string]: boolean;
2758
+ } | (string | {
2759
+ [x: string]: boolean;
2760
+ } | (string | {
2761
+ [x: string]: boolean;
2762
+ } | (string | {
2763
+ [x: string]: boolean;
2764
+ } | (string | {
2765
+ [x: string]: boolean;
2766
+ } | (string | {
2767
+ [x: string]: boolean;
2768
+ } | (string | {
2769
+ [x: string]: boolean;
2770
+ } | (string | {
2771
+ [x: string]: boolean;
2772
+ } | (string | {
2773
+ [x: string]: boolean;
2774
+ } | (string | {
2775
+ [x: string]: boolean;
2776
+ } | (string | any[] | {
2777
+ [x: string]: boolean;
2778
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
2779
+ [x: string]: boolean;
2780
+ } | (string | {
2781
+ [x: string]: boolean;
2782
+ } | (string | {
2783
+ [x: string]: boolean;
2784
+ } | (string | {
2785
+ [x: string]: boolean;
2786
+ } | (string | {
2787
+ [x: string]: boolean;
2788
+ } | (string | {
2789
+ [x: string]: boolean;
2790
+ } | (string | {
2791
+ [x: string]: boolean;
2792
+ } | (string | {
2793
+ [x: string]: boolean;
2794
+ } | (string | {
2795
+ [x: string]: boolean;
2796
+ } | (string | {
2797
+ [x: string]: boolean;
2798
+ } | (string | any[] | {
2799
+ [x: string]: boolean;
2800
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
2801
+ [x: string]: boolean;
2802
+ } | (string | {
2803
+ [x: string]: boolean;
2804
+ } | (string | {
2805
+ [x: string]: boolean;
2806
+ } | (string | {
2807
+ [x: string]: boolean;
2808
+ } | (string | {
2809
+ [x: string]: boolean;
2810
+ } | (string | {
2811
+ [x: string]: boolean;
2812
+ } | (string | {
2813
+ [x: string]: boolean;
2814
+ } | (string | {
2815
+ [x: string]: boolean;
2816
+ } | (string | {
2817
+ [x: string]: boolean;
2818
+ } | (string | {
2819
+ [x: string]: boolean;
2820
+ } | (string | any[] | {
2821
+ [x: string]: boolean;
2822
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
2823
+ readonly required: false;
2824
+ readonly validator: ((val: unknown) => boolean) | undefined;
2825
+ __epPropKey: true;
2826
+ };
2827
+ popperStyle: {
2828
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2829
+ readonly required: false;
2830
+ readonly validator: ((val: unknown) => boolean) | undefined;
2831
+ __epPropKey: true;
2832
+ };
2833
+ referenceEl: {
2834
+ readonly type: import("vue").PropType<HTMLElement>;
2835
+ readonly required: false;
2836
+ readonly validator: ((val: unknown) => boolean) | undefined;
2837
+ __epPropKey: true;
2838
+ };
2839
+ triggerTargetEl: {
2840
+ readonly type: import("vue").PropType<HTMLElement>;
2841
+ readonly required: false;
2842
+ readonly validator: ((val: unknown) => boolean) | undefined;
2843
+ __epPropKey: true;
2844
+ };
2845
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2846
+ zIndex: NumberConstructor;
2847
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2848
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
2849
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2850
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
2851
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
2852
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
2853
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
2854
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2855
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
2856
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
2857
+ "onUpdate:visible": {
2858
+ readonly type: import("vue").PropType<(val: boolean) => void>;
2859
+ readonly required: false;
2860
+ readonly validator: ((val: unknown) => boolean) | undefined;
2861
+ __epPropKey: true;
2862
+ };
2863
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
2864
+ }>>, {
2865
+ popperRef: import("vue").Ref<import("element-plus").PopperInstance | undefined, import("element-plus").PopperInstance | undefined>;
2866
+ contentRef: import("vue").Ref<import("element-plus").TooltipContentInstance | undefined, import("element-plus").TooltipContentInstance | undefined>;
2867
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
2868
+ updatePopper: () => void;
2869
+ onOpen: (event?: Event | undefined) => void;
2870
+ onClose: (event?: Event | undefined) => void;
2871
+ hide: (event?: Event | undefined) => void;
2872
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2873
+ [x: string]: (...args: any[]) => void;
2874
+ }, string, {
2875
+ disabled: boolean;
2876
+ content: string;
2877
+ offset: number;
2878
+ visible: import("element-plus").ButtonType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
2879
+ open: boolean;
2880
+ placement: import("element-plus").ButtonType<StringConstructor, import("element-plus").Placement, unknown>;
2881
+ strategy: import("element-plus").ButtonType<StringConstructor, "fixed" | "absolute", unknown>;
2882
+ effect: import("element-plus").ButtonType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
2883
+ showAfter: number;
2884
+ hideAfter: number;
2885
+ autoClose: number;
2886
+ role: import("element-plus").ButtonType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
2887
+ trigger: import("element-plus").ButtonType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
2888
+ arrowOffset: number;
2889
+ virtualTriggering: boolean;
2890
+ boundariesPadding: number;
2891
+ fallbackPlacements: import("element-plus").Placement[];
2892
+ gpuAcceleration: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2893
+ popperOptions: Partial<import("element-plus").Options>;
2894
+ enterable: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2895
+ focusOnShow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2896
+ trapping: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2897
+ stopPopperMouseEvent: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2898
+ pure: boolean;
2899
+ triggerKeys: string[];
2900
+ teleported: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2901
+ rawContent: boolean;
2902
+ persistent: boolean;
2903
+ showArrow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
2904
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2905
+ $slots: {
2906
+ default?(_: {}): any;
2907
+ content?(_: {}): any;
2908
+ };
2909
+ })>;
2910
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2911
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
2912
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
2913
+ disabled: BooleanConstructor;
2914
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
2915
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
2916
+ virtualRef: {
2917
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
2918
+ readonly required: false;
2919
+ readonly validator: ((val: unknown) => boolean) | undefined;
2920
+ __epPropKey: true;
2921
+ };
2922
+ virtualTriggering: BooleanConstructor;
2923
+ onMouseenter: {
2924
+ readonly type: import("vue").PropType<(e: Event) => void>;
2925
+ readonly required: false;
2926
+ readonly validator: ((val: unknown) => boolean) | undefined;
2927
+ __epPropKey: true;
2928
+ };
2929
+ onMouseleave: {
2930
+ readonly type: import("vue").PropType<(e: Event) => void>;
2931
+ readonly required: false;
2932
+ readonly validator: ((val: unknown) => boolean) | undefined;
2933
+ __epPropKey: true;
2934
+ };
2935
+ onClick: {
2936
+ readonly type: import("vue").PropType<(e: Event) => void>;
2937
+ readonly required: false;
2938
+ readonly validator: ((val: unknown) => boolean) | undefined;
2939
+ __epPropKey: true;
2940
+ };
2941
+ onKeydown: {
2942
+ readonly type: import("vue").PropType<(e: Event) => void>;
2943
+ readonly required: false;
2944
+ readonly validator: ((val: unknown) => boolean) | undefined;
2945
+ __epPropKey: true;
2946
+ };
2947
+ onFocus: {
2948
+ readonly type: import("vue").PropType<(e: Event) => void>;
2949
+ readonly required: false;
2950
+ readonly validator: ((val: unknown) => boolean) | undefined;
2951
+ __epPropKey: true;
2952
+ };
2953
+ onBlur: {
2954
+ readonly type: import("vue").PropType<(e: Event) => void>;
2955
+ readonly required: false;
2956
+ readonly validator: ((val: unknown) => boolean) | undefined;
2957
+ __epPropKey: true;
2958
+ };
2959
+ onContextmenu: {
2960
+ readonly type: import("vue").PropType<(e: Event) => void>;
2961
+ readonly required: false;
2962
+ readonly validator: ((val: unknown) => boolean) | undefined;
2963
+ __epPropKey: true;
2964
+ };
2965
+ id: StringConstructor;
2966
+ open: BooleanConstructor;
2967
+ ariaLabel: StringConstructor;
2968
+ appendTo: {
2969
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
2970
+ readonly required: false;
2971
+ readonly validator: ((val: unknown) => boolean) | undefined;
2972
+ __epPropKey: true;
2973
+ };
2974
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2975
+ rawContent: BooleanConstructor;
2976
+ persistent: BooleanConstructor;
2977
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
2978
+ transition: StringConstructor;
2979
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2980
+ style: {
2981
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
2982
+ readonly required: false;
2983
+ readonly validator: ((val: unknown) => boolean) | undefined;
2984
+ __epPropKey: true;
2985
+ };
2986
+ className: {
2987
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
2988
+ [x: string]: boolean;
2989
+ } | (string | {
2990
+ [x: string]: boolean;
2991
+ } | (string | {
2992
+ [x: string]: boolean;
2993
+ } | (string | {
2994
+ [x: string]: boolean;
2995
+ } | (string | {
2996
+ [x: string]: boolean;
2997
+ } | (string | {
2998
+ [x: string]: boolean;
2999
+ } | (string | {
3000
+ [x: string]: boolean;
3001
+ } | (string | {
3002
+ [x: string]: boolean;
3003
+ } | (string | {
3004
+ [x: string]: boolean;
3005
+ } | (string | {
3006
+ [x: string]: boolean;
3007
+ } | (string | any[] | {
3008
+ [x: string]: boolean;
3009
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
3010
+ [x: string]: boolean;
3011
+ } | (string | {
3012
+ [x: string]: boolean;
3013
+ } | (string | {
3014
+ [x: string]: boolean;
3015
+ } | (string | {
3016
+ [x: string]: boolean;
3017
+ } | (string | {
3018
+ [x: string]: boolean;
3019
+ } | (string | {
3020
+ [x: string]: boolean;
3021
+ } | (string | {
3022
+ [x: string]: boolean;
3023
+ } | (string | {
3024
+ [x: string]: boolean;
3025
+ } | (string | {
3026
+ [x: string]: boolean;
3027
+ } | (string | {
3028
+ [x: string]: boolean;
3029
+ } | (string | any[] | {
3030
+ [x: string]: boolean;
3031
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
3032
+ [x: string]: boolean;
3033
+ } | (string | {
3034
+ [x: string]: boolean;
3035
+ } | (string | {
3036
+ [x: string]: boolean;
3037
+ } | (string | {
3038
+ [x: string]: boolean;
3039
+ } | (string | {
3040
+ [x: string]: boolean;
3041
+ } | (string | {
3042
+ [x: string]: boolean;
3043
+ } | (string | {
3044
+ [x: string]: boolean;
3045
+ } | (string | {
3046
+ [x: string]: boolean;
3047
+ } | (string | {
3048
+ [x: string]: boolean;
3049
+ } | (string | {
3050
+ [x: string]: boolean;
3051
+ } | (string | any[] | {
3052
+ [x: string]: boolean;
3053
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
3054
+ [x: string]: boolean;
3055
+ } | (string | {
3056
+ [x: string]: boolean;
3057
+ } | (string | {
3058
+ [x: string]: boolean;
3059
+ } | (string | {
3060
+ [x: string]: boolean;
3061
+ } | (string | {
3062
+ [x: string]: boolean;
3063
+ } | (string | {
3064
+ [x: string]: boolean;
3065
+ } | (string | {
3066
+ [x: string]: boolean;
3067
+ } | (string | {
3068
+ [x: string]: boolean;
3069
+ } | (string | {
3070
+ [x: string]: boolean;
3071
+ } | (string | {
3072
+ [x: string]: boolean;
3073
+ } | (string | any[] | {
3074
+ [x: string]: boolean;
3075
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
3076
+ readonly required: false;
3077
+ readonly validator: ((val: unknown) => boolean) | undefined;
3078
+ __epPropKey: true;
3079
+ };
3080
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
3081
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3082
+ pure: BooleanConstructor;
3083
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3084
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
3085
+ popperClass: {
3086
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | {
3087
+ [x: string]: boolean;
3088
+ } | (string | {
3089
+ [x: string]: boolean;
3090
+ } | (string | {
3091
+ [x: string]: boolean;
3092
+ } | (string | {
3093
+ [x: string]: boolean;
3094
+ } | (string | {
3095
+ [x: string]: boolean;
3096
+ } | (string | {
3097
+ [x: string]: boolean;
3098
+ } | (string | {
3099
+ [x: string]: boolean;
3100
+ } | (string | {
3101
+ [x: string]: boolean;
3102
+ } | (string | {
3103
+ [x: string]: boolean;
3104
+ } | (string | {
3105
+ [x: string]: boolean;
3106
+ } | (string | any[] | {
3107
+ [x: string]: boolean;
3108
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
3109
+ [x: string]: boolean;
3110
+ } | (string | {
3111
+ [x: string]: boolean;
3112
+ } | (string | {
3113
+ [x: string]: boolean;
3114
+ } | (string | {
3115
+ [x: string]: boolean;
3116
+ } | (string | {
3117
+ [x: string]: boolean;
3118
+ } | (string | {
3119
+ [x: string]: boolean;
3120
+ } | (string | {
3121
+ [x: string]: boolean;
3122
+ } | (string | {
3123
+ [x: string]: boolean;
3124
+ } | (string | {
3125
+ [x: string]: boolean;
3126
+ } | (string | {
3127
+ [x: string]: boolean;
3128
+ } | (string | any[] | {
3129
+ [x: string]: boolean;
3130
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
3131
+ [x: string]: boolean;
3132
+ } | (string | {
3133
+ [x: string]: boolean;
3134
+ } | (string | {
3135
+ [x: string]: boolean;
3136
+ } | (string | {
3137
+ [x: string]: boolean;
3138
+ } | (string | {
3139
+ [x: string]: boolean;
3140
+ } | (string | {
3141
+ [x: string]: boolean;
3142
+ } | (string | {
3143
+ [x: string]: boolean;
3144
+ } | (string | {
3145
+ [x: string]: boolean;
3146
+ } | (string | {
3147
+ [x: string]: boolean;
3148
+ } | (string | {
3149
+ [x: string]: boolean;
3150
+ } | (string | any[] | {
3151
+ [x: string]: boolean;
3152
+ })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
3153
+ [x: string]: boolean;
3154
+ } | (string | {
3155
+ [x: string]: boolean;
3156
+ } | (string | {
3157
+ [x: string]: boolean;
3158
+ } | (string | {
3159
+ [x: string]: boolean;
3160
+ } | (string | {
3161
+ [x: string]: boolean;
3162
+ } | (string | {
3163
+ [x: string]: boolean;
3164
+ } | (string | {
3165
+ [x: string]: boolean;
3166
+ } | (string | {
3167
+ [x: string]: boolean;
3168
+ } | (string | {
3169
+ [x: string]: boolean;
3170
+ } | (string | {
3171
+ [x: string]: boolean;
3172
+ } | (string | any[] | {
3173
+ [x: string]: boolean;
3174
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
3175
+ readonly required: false;
3176
+ readonly validator: ((val: unknown) => boolean) | undefined;
3177
+ __epPropKey: true;
3178
+ };
3179
+ popperStyle: {
3180
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
3181
+ readonly required: false;
3182
+ readonly validator: ((val: unknown) => boolean) | undefined;
3183
+ __epPropKey: true;
3184
+ };
3185
+ referenceEl: {
3186
+ readonly type: import("vue").PropType<HTMLElement>;
3187
+ readonly required: false;
3188
+ readonly validator: ((val: unknown) => boolean) | undefined;
3189
+ __epPropKey: true;
3190
+ };
3191
+ triggerTargetEl: {
3192
+ readonly type: import("vue").PropType<HTMLElement>;
3193
+ readonly required: false;
3194
+ readonly validator: ((val: unknown) => boolean) | undefined;
3195
+ __epPropKey: true;
3196
+ };
3197
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3198
+ zIndex: NumberConstructor;
3199
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3200
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
3201
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3202
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
3203
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
3204
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
3205
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
3206
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3207
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
3208
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3209
+ "onUpdate:visible": {
3210
+ readonly type: import("vue").PropType<(val: boolean) => void>;
3211
+ readonly required: false;
3212
+ readonly validator: ((val: unknown) => boolean) | undefined;
3213
+ __epPropKey: true;
3214
+ };
3215
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
3216
+ type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "info" | "success" | "danger" | "primary" | "warning", unknown, "", boolean>;
3217
+ size: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "small" | "default" | "large", unknown, "", boolean>;
3218
+ truncated: BooleanConstructor;
3219
+ lineClamp: {
3220
+ readonly type: import("vue").PropType<import("element-plus").ButtonType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
3221
+ readonly required: false;
3222
+ readonly validator: ((val: unknown) => boolean) | undefined;
3223
+ __epPropKey: true;
3224
+ };
3225
+ tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "span", boolean>;
3226
+ }>> & Readonly<{}>, {
3227
+ type: import("element-plus").ButtonType<StringConstructor, "" | "info" | "success" | "danger" | "primary" | "warning", unknown>;
3228
+ disabled: boolean;
3229
+ size: import("element-plus").ButtonType<StringConstructor, "" | "small" | "default" | "large", unknown>;
3230
+ content: string;
3231
+ placement: import("element-plus").ButtonType<StringConstructor, import("element-plus").Placement, unknown>;
3232
+ role: import("element-plus").ButtonType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
3233
+ tag: string;
3234
+ offset: number;
3235
+ visible: import("element-plus").ButtonType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
3236
+ teleported: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3237
+ showArrow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3238
+ arrowOffset: number;
3239
+ trigger: import("element-plus").ButtonType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
3240
+ triggerKeys: string[];
3241
+ virtualTriggering: boolean;
3242
+ open: boolean;
3243
+ rawContent: boolean;
3244
+ persistent: boolean;
3245
+ effect: import("element-plus").ButtonType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
3246
+ enterable: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3247
+ pure: boolean;
3248
+ focusOnShow: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3249
+ trapping: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3250
+ stopPopperMouseEvent: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3251
+ boundariesPadding: number;
3252
+ fallbackPlacements: import("element-plus").Placement[];
3253
+ gpuAcceleration: import("element-plus").ButtonType<BooleanConstructor, unknown, unknown>;
3254
+ popperOptions: Partial<import("element-plus").Options>;
3255
+ strategy: import("element-plus").ButtonType<StringConstructor, "fixed" | "absolute", unknown>;
3256
+ showAfter: number;
3257
+ hideAfter: number;
3258
+ autoClose: number;
3259
+ truncated: boolean;
3260
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3261
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3262
+ 'update:editable': any;
3263
+ 'update:modelValue': any;
3264
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3265
+ modelValue: any;
3266
+ iconSize: {
3267
+ type: NumberConstructor;
3268
+ default: number;
3269
+ };
3270
+ readonly: {
3271
+ type: BooleanConstructor;
3272
+ default: any;
3273
+ };
3274
+ editable: {
3275
+ type: BooleanConstructor;
3276
+ default: any;
3277
+ };
3278
+ edit: {
3279
+ type: ObjectConstructor;
3280
+ default: any;
3281
+ };
3282
+ textProps: {
3283
+ type: ObjectConstructor;
3284
+ default: () => {};
3285
+ };
3286
+ required: {
3287
+ readonly type: import("vue").PropType<boolean>;
3288
+ readonly required: false;
3289
+ readonly validator: ((val: unknown) => boolean) | undefined;
3290
+ __epPropKey: true;
3291
+ } & {
3292
+ readonly default: undefined;
3293
+ };
3294
+ formItemSize: {
3295
+ type: import("vue").PropType<"default" | "small" | "large">;
3296
+ default: "default" | "small" | "large";
3297
+ };
3298
+ formItemSlots: {
3299
+ type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
3300
+ default: any;
3301
+ };
3302
+ elRef: {
3303
+ type: import("vue").PropType<any>;
3304
+ required: boolean;
3305
+ };
3306
+ inline: {
3307
+ type: BooleanConstructor;
3308
+ default: boolean;
3309
+ };
3310
+ formItemTip: {
3311
+ type: StringConstructor;
3312
+ default: any;
3313
+ };
3314
+ formItemTipClass: any;
3315
+ labelTip: {
3316
+ type: StringConstructor;
3317
+ default: any;
3318
+ };
3319
+ information: {
3320
+ type: BooleanConstructor;
3321
+ default: boolean;
3322
+ };
3323
+ label: StringConstructor;
3324
+ labelWidth: {
3325
+ readonly type: import("vue").PropType<string | number>;
3326
+ readonly required: false;
3327
+ readonly validator: ((val: unknown) => boolean) | undefined;
3328
+ __epPropKey: true;
3329
+ } & {
3330
+ readonly default: "";
3331
+ };
3332
+ labelPosition: {
3333
+ readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
3334
+ readonly required: false;
3335
+ readonly validator: ((val: unknown) => boolean) | undefined;
3336
+ __epPropKey: true;
3337
+ } & {
3338
+ readonly default: "";
3339
+ };
3340
+ prop: {
3341
+ readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
3342
+ readonly required: false;
3343
+ readonly validator: ((val: unknown) => boolean) | undefined;
3344
+ __epPropKey: true;
3345
+ };
3346
+ rules: {
3347
+ readonly type: import("vue").PropType<unknown>;
787
3348
  readonly required: false;
788
3349
  readonly validator: ((val: unknown) => boolean) | undefined;
789
3350
  __epPropKey: true;
790
3351
  };
791
3352
  error: StringConstructor;
792
3353
  validateStatus: {
793
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
3354
+ readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
794
3355
  readonly required: false;
795
3356
  readonly validator: ((val: unknown) => boolean) | undefined;
796
3357
  __epPropKey: true;
797
3358
  };
798
3359
  for: StringConstructor;
799
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
800
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
3360
+ inlineMessage: {
3361
+ readonly type: import("vue").PropType<string | boolean>;
3362
+ readonly required: false;
3363
+ readonly validator: ((val: unknown) => boolean) | undefined;
3364
+ __epPropKey: true;
3365
+ } & {
3366
+ readonly default: "";
3367
+ };
3368
+ showMessage: {
3369
+ readonly type: import("vue").PropType<boolean>;
3370
+ readonly required: false;
3371
+ readonly validator: ((val: unknown) => boolean) | undefined;
3372
+ __epPropKey: true;
3373
+ } & {
3374
+ readonly default: true;
3375
+ };
801
3376
  }>> & Readonly<{
802
3377
  "onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
803
3378
  "onUpdate:editable"?: (...args: any[] | unknown[]) => any;
804
3379
  }>, {
805
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3380
+ required: boolean;
806
3381
  formItemSize: "default" | "small" | "large";
807
3382
  formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
808
3383
  inline: boolean;
@@ -811,13 +3386,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
811
3386
  formItemTipClass: any;
812
3387
  labelTip: string;
813
3388
  information: boolean;
814
- labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
815
- labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
816
- inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
817
- showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3389
+ labelWidth: string | number;
3390
+ labelPosition: "" | "top" | "left" | "right";
3391
+ inlineMessage: string | boolean;
3392
+ showMessage: boolean;
818
3393
  modelValue: any;
819
3394
  editable: boolean;
820
3395
  iconSize: number;
821
3396
  edit: Record<string, any>;
3397
+ textProps: Record<string, any>;
822
3398
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
823
3399
  export default _default;