hzzt-plus 1.0.0 → 1.0.2
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.
- package/attributes.json +1 -0
- package/dist/index.full.js +5236 -2048
- package/dist/index.full.min.js +17 -17
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +18 -18
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +5231 -2051
- package/dist/locale/en.js +1 -1
- package/dist/locale/en.min.js +1 -1
- package/dist/locale/en.min.mjs +1 -1
- package/dist/locale/en.mjs +1 -1
- package/dist/locale/zh-cn.js +1 -1
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/locale/zh-cn.mjs +1 -1
- package/es/component.mjs +5 -1
- package/es/component.mjs.map +1 -1
- package/es/components/confirm-password/index.d.ts +46 -22
- package/es/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
- package/es/components/dropdown/index.d.ts +5 -5
- package/es/components/dropdown/src/index.mjs +3 -2
- package/es/components/dropdown/src/index.mjs.map +1 -1
- package/es/components/dropdown/src/index.vue.d.ts +6 -5
- package/es/components/icon/src/index.vue.d.ts +4 -4
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +4 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/page-size/index.d.ts +10225 -532
- package/es/components/page-size/src/index.mjs.map +1 -1
- package/es/components/page-size/src/index.vue.d.ts +10225 -532
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +4 -4
- package/es/components/quarter-picker/index.d.ts +121 -97
- package/es/components/quarter-picker/src/index.vue.d.ts +121 -97
- package/es/components/scan/src/scan.vue.d.ts +46 -22
- package/es/components/scan/src/scan2.mjs.map +1 -1
- package/es/components/select-input/index.d.ts +826 -0
- package/es/components/select-input/index.mjs +9 -0
- package/es/components/select-input/index.mjs.map +1 -0
- package/es/components/select-input/src/select-input.d.ts +41 -0
- package/es/components/select-input/src/select-input.mjs +50 -0
- package/es/components/select-input/src/select-input.mjs.map +1 -0
- package/es/components/select-input/src/select-input.vue.d.ts +826 -0
- package/es/components/select-input/src/select-input2.mjs +129 -0
- package/es/components/select-input/src/select-input2.mjs.map +1 -0
- package/es/components/select-input/style/css.d.ts +2 -0
- package/es/components/select-input/style/css.mjs +3 -0
- package/es/components/select-input/style/css.mjs.map +1 -0
- package/es/components/select-input/style/index.d.ts +2 -0
- package/es/components/select-input/style/index.mjs +3 -0
- package/es/components/select-input/style/index.mjs.map +1 -0
- package/es/components/select-textarea/index.d.ts +13076 -0
- package/es/components/select-textarea/index.mjs +9 -0
- package/es/components/select-textarea/index.mjs.map +1 -0
- package/es/components/select-textarea/src/select-textarea.d.ts +26 -0
- package/es/components/select-textarea/src/select-textarea.mjs +35 -0
- package/es/components/select-textarea/src/select-textarea.mjs.map +1 -0
- package/es/components/select-textarea/src/select-textarea.vue.d.ts +13075 -0
- package/es/components/select-textarea/src/select-textarea2.mjs +105 -0
- package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -0
- package/es/components/select-textarea/style/css.d.ts +2 -0
- package/es/components/select-textarea/style/css.mjs +3 -0
- package/es/components/select-textarea/style/css.mjs.map +1 -0
- package/es/components/select-textarea/style/index.d.ts +2 -0
- package/es/components/select-textarea/style/index.mjs +3 -0
- package/es/components/select-textarea/style/index.mjs.map +1 -0
- package/es/components/tab/index.d.ts +4 -4
- package/es/components/tab/src/index.vue.d.ts +4 -4
- package/es/components/title/index.mjs +2 -2
- package/es/components/title/index.mjs.map +1 -1
- package/es/components/title/src/title2.mjs +3 -4
- package/es/components/title/src/title2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +7615 -316
- package/es/components/tooltip/src/tooltip.vue.d.ts +7615 -316
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/index.mjs +2 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/use-cursor/index.d.ts +1 -0
- package/es/hooks/use-cursor/index.mjs +14 -0
- package/es/hooks/use-cursor/index.mjs.map +1 -0
- package/es/hooks/use-letter/index.d.ts +1 -0
- package/es/hooks/use-letter/index.mjs +13 -0
- package/es/hooks/use-letter/index.mjs.map +1 -0
- package/es/index.mjs +6 -0
- package/es/index.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/global.d.ts +2 -0
- package/lib/component.js +5 -1
- package/lib/component.js.map +1 -1
- package/lib/components/confirm-password/index.d.ts +46 -22
- package/lib/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
- package/lib/components/dropdown/index.d.ts +5 -5
- package/lib/components/dropdown/src/index.js +3 -2
- package/lib/components/dropdown/src/index.js.map +1 -1
- package/lib/components/dropdown/src/index.vue.d.ts +6 -5
- package/lib/components/icon/src/index.vue.d.ts +4 -4
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +10 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/page-size/index.d.ts +10225 -532
- package/lib/components/page-size/src/index.js.map +1 -1
- package/lib/components/page-size/src/index.vue.d.ts +10225 -532
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +4 -4
- package/lib/components/quarter-picker/index.d.ts +121 -97
- package/lib/components/quarter-picker/src/index.vue.d.ts +121 -97
- package/lib/components/scan/src/scan.vue.d.ts +46 -22
- package/lib/components/scan/src/scan2.js.map +1 -1
- package/lib/components/select-input/index.d.ts +826 -0
- package/lib/components/select-input/index.js +16 -0
- package/lib/components/select-input/index.js.map +1 -0
- package/lib/components/select-input/src/select-input.d.ts +41 -0
- package/lib/components/select-input/src/select-input.js +55 -0
- package/lib/components/select-input/src/select-input.js.map +1 -0
- package/lib/components/select-input/src/select-input.vue.d.ts +826 -0
- package/lib/components/select-input/src/select-input2.js +133 -0
- package/lib/components/select-input/src/select-input2.js.map +1 -0
- package/lib/components/select-input/style/css.d.ts +2 -0
- package/lib/components/select-input/style/css.js +6 -0
- package/lib/components/select-input/style/css.js.map +1 -0
- package/lib/components/select-input/style/index.d.ts +2 -0
- package/lib/components/select-input/style/index.js +6 -0
- package/lib/components/select-input/style/index.js.map +1 -0
- package/lib/components/select-textarea/index.d.ts +13076 -0
- package/lib/components/select-textarea/index.js +16 -0
- package/lib/components/select-textarea/index.js.map +1 -0
- package/lib/components/select-textarea/src/select-textarea.d.ts +26 -0
- package/lib/components/select-textarea/src/select-textarea.js +40 -0
- package/lib/components/select-textarea/src/select-textarea.js.map +1 -0
- package/lib/components/select-textarea/src/select-textarea.vue.d.ts +13075 -0
- package/lib/components/select-textarea/src/select-textarea2.js +109 -0
- package/lib/components/select-textarea/src/select-textarea2.js.map +1 -0
- package/lib/components/select-textarea/style/css.d.ts +2 -0
- package/lib/components/select-textarea/style/css.js +6 -0
- package/lib/components/select-textarea/style/css.js.map +1 -0
- package/lib/components/select-textarea/style/index.d.ts +2 -0
- package/lib/components/select-textarea/style/index.js +6 -0
- package/lib/components/select-textarea/style/index.js.map +1 -0
- package/lib/components/tab/index.d.ts +4 -4
- package/lib/components/tab/src/index.vue.d.ts +4 -4
- package/lib/components/title/index.js.map +1 -1
- package/lib/components/title/src/title2.js +3 -4
- package/lib/components/title/src/title2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +7615 -316
- package/lib/components/tooltip/src/tooltip.vue.d.ts +7615 -316
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +4 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/use-cursor/index.d.ts +1 -0
- package/lib/hooks/use-cursor/index.js +18 -0
- package/lib/hooks/use-cursor/index.js.map +1 -0
- package/lib/hooks/use-letter/index.d.ts +1 -0
- package/lib/hooks/use-letter/index.js +17 -0
- package/lib/hooks/use-letter/index.js.map +1 -0
- package/lib/index.js +40 -26
- package/lib/index.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +3 -3
- package/tags.json +1 -0
- package/theme/hzzt-select-input.css +0 -0
- package/theme/hzzt-select-textarea.css +0 -0
- package/theme/src/index.scss +2 -0
- package/theme/src/select-input.scss +0 -0
- package/theme/src/select-textarea.scss +0 -0
- package/web-types.json +692 -0
|
@@ -174,15 +174,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
174
174
|
readonly disabled: boolean;
|
|
175
175
|
readonly id: string;
|
|
176
176
|
readonly type: string;
|
|
177
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
177
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
178
178
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
179
|
+
readonly readonly: boolean;
|
|
179
180
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
180
181
|
readonly autocomplete: string;
|
|
181
182
|
readonly containerRole: string;
|
|
182
183
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
184
|
readonly inputStyle: import("vue").StyleValue;
|
|
184
185
|
readonly rows: number;
|
|
185
|
-
readonly readonly: boolean;
|
|
186
186
|
readonly clearable: boolean;
|
|
187
187
|
readonly showPassword: boolean;
|
|
188
188
|
readonly showWordLimit: boolean;
|
|
@@ -197,7 +197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
__epPropKey: true;
|
|
198
198
|
};
|
|
199
199
|
readonly disabled: BooleanConstructor;
|
|
200
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
200
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
201
201
|
readonly maxlength: {
|
|
202
202
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
203
203
|
readonly required: false;
|
|
@@ -217,7 +217,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
217
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
218
|
__epPropKey: true;
|
|
219
219
|
};
|
|
220
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
220
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
221
|
+
minRows?: number | undefined;
|
|
222
|
+
maxRows?: number | undefined;
|
|
223
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
224
|
+
minRows?: number | undefined;
|
|
225
|
+
maxRows?: number | undefined;
|
|
226
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
221
227
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
222
228
|
readonly formatter: {
|
|
223
229
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -262,7 +268,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
268
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
263
269
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
264
270
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
265
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
271
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(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, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
266
272
|
readonly autofocus: BooleanConstructor;
|
|
267
273
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
268
274
|
}>> & {
|
|
@@ -290,7 +296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
296
|
}>;
|
|
291
297
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
292
298
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
293
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
299
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
294
300
|
$el: any;
|
|
295
301
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
296
302
|
readonly ariaLabel: StringConstructor;
|
|
@@ -302,7 +308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
308
|
__epPropKey: true;
|
|
303
309
|
};
|
|
304
310
|
readonly disabled: BooleanConstructor;
|
|
305
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
311
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
306
312
|
readonly maxlength: {
|
|
307
313
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
308
314
|
readonly required: false;
|
|
@@ -322,7 +328,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
322
328
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
329
|
__epPropKey: true;
|
|
324
330
|
};
|
|
325
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
331
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
332
|
+
minRows?: number | undefined;
|
|
333
|
+
maxRows?: number | undefined;
|
|
334
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
335
|
+
minRows?: number | undefined;
|
|
336
|
+
maxRows?: number | undefined;
|
|
337
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
326
338
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
327
339
|
readonly formatter: {
|
|
328
340
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -367,7 +379,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
367
379
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
368
380
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
369
381
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
370
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
382
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(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, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
371
383
|
readonly autofocus: BooleanConstructor;
|
|
372
384
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
373
385
|
}>> & {
|
|
@@ -390,7 +402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
390
402
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
391
403
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
392
404
|
isComposing: import("vue").Ref<boolean>;
|
|
393
|
-
focus: () =>
|
|
405
|
+
focus: () => void | undefined;
|
|
394
406
|
blur: () => void | undefined;
|
|
395
407
|
select: () => void;
|
|
396
408
|
clear: () => void;
|
|
@@ -412,15 +424,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
424
|
readonly disabled: boolean;
|
|
413
425
|
readonly id: string;
|
|
414
426
|
readonly type: string;
|
|
415
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
427
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
416
428
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
429
|
+
readonly readonly: boolean;
|
|
417
430
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
418
431
|
readonly autocomplete: string;
|
|
419
432
|
readonly containerRole: string;
|
|
420
433
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
421
434
|
readonly inputStyle: import("vue").StyleValue;
|
|
422
435
|
readonly rows: number;
|
|
423
|
-
readonly readonly: boolean;
|
|
424
436
|
readonly clearable: boolean;
|
|
425
437
|
readonly showPassword: boolean;
|
|
426
438
|
readonly showWordLimit: boolean;
|
|
@@ -455,7 +467,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
455
467
|
__epPropKey: true;
|
|
456
468
|
};
|
|
457
469
|
readonly disabled: BooleanConstructor;
|
|
458
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
470
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
459
471
|
readonly maxlength: {
|
|
460
472
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
461
473
|
readonly required: false;
|
|
@@ -475,7 +487,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
475
487
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
476
488
|
__epPropKey: true;
|
|
477
489
|
};
|
|
478
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
490
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
491
|
+
minRows?: number | undefined;
|
|
492
|
+
maxRows?: number | undefined;
|
|
493
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
494
|
+
minRows?: number | undefined;
|
|
495
|
+
maxRows?: number | undefined;
|
|
496
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
479
497
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
480
498
|
readonly formatter: {
|
|
481
499
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -520,7 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
520
538
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
521
539
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
522
540
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
523
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
541
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(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, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
524
542
|
readonly autofocus: BooleanConstructor;
|
|
525
543
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
526
544
|
}>> & {
|
|
@@ -543,7 +561,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
543
561
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
544
562
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
545
563
|
isComposing: import("vue").Ref<boolean>;
|
|
546
|
-
focus: () =>
|
|
564
|
+
focus: () => void | undefined;
|
|
547
565
|
blur: () => void | undefined;
|
|
548
566
|
select: () => void;
|
|
549
567
|
clear: () => void;
|
|
@@ -562,7 +580,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
562
580
|
__epPropKey: true;
|
|
563
581
|
};
|
|
564
582
|
readonly disabled: BooleanConstructor;
|
|
565
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
583
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
566
584
|
readonly maxlength: {
|
|
567
585
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
568
586
|
readonly required: false;
|
|
@@ -582,7 +600,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
582
600
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
601
|
__epPropKey: true;
|
|
584
602
|
};
|
|
585
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
603
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
604
|
+
minRows?: number | undefined;
|
|
605
|
+
maxRows?: number | undefined;
|
|
606
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
607
|
+
minRows?: number | undefined;
|
|
608
|
+
maxRows?: number | undefined;
|
|
609
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
586
610
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
587
611
|
readonly formatter: {
|
|
588
612
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -627,7 +651,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
627
651
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
628
652
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
629
653
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
630
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
654
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(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, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
631
655
|
readonly autofocus: BooleanConstructor;
|
|
632
656
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
633
657
|
}>> & {
|
|
@@ -650,7 +674,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
650
674
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
651
675
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
652
676
|
isComposing: import("vue").Ref<boolean>;
|
|
653
|
-
focus: () =>
|
|
677
|
+
focus: () => void | undefined;
|
|
654
678
|
blur: () => void | undefined;
|
|
655
679
|
select: () => void;
|
|
656
680
|
clear: () => void;
|
|
@@ -672,15 +696,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
672
696
|
readonly disabled: boolean;
|
|
673
697
|
readonly id: string;
|
|
674
698
|
readonly type: string;
|
|
675
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
699
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
676
700
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
701
|
+
readonly readonly: boolean;
|
|
677
702
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
678
703
|
readonly autocomplete: string;
|
|
679
704
|
readonly containerRole: string;
|
|
680
705
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
681
706
|
readonly inputStyle: import("vue").StyleValue;
|
|
682
707
|
readonly rows: number;
|
|
683
|
-
readonly readonly: boolean;
|
|
684
708
|
readonly clearable: boolean;
|
|
685
709
|
readonly showPassword: boolean;
|
|
686
710
|
readonly showWordLimit: boolean;
|
|
@@ -698,40 +722,40 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
722
|
$: import("vue").ComponentInternalInstance;
|
|
699
723
|
$data: {};
|
|
700
724
|
$props: Partial<{
|
|
725
|
+
readonly disabled: boolean;
|
|
701
726
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
702
727
|
readonly content: string;
|
|
703
728
|
readonly offset: number;
|
|
704
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
705
|
-
readonly
|
|
706
|
-
readonly
|
|
707
|
-
readonly effect: string;
|
|
729
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
730
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
731
|
+
readonly effect: any;
|
|
708
732
|
readonly showAfter: number;
|
|
709
733
|
readonly hideAfter: number;
|
|
710
734
|
readonly autoClose: number;
|
|
711
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
712
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
735
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
736
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
713
737
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
714
738
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
715
739
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
716
740
|
readonly persistent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
741
|
readonly showArrow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
742
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
719
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
720
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
743
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
744
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
721
745
|
readonly disabled: BooleanConstructor;
|
|
722
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
746
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
723
747
|
readonly transition: StringConstructor;
|
|
724
748
|
readonly 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>;
|
|
725
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
749
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
726
750
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
727
751
|
readonly popperStyle: {
|
|
728
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
752
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(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>>;
|
|
729
753
|
readonly required: false;
|
|
730
754
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
731
755
|
__epPropKey: true;
|
|
732
756
|
};
|
|
733
757
|
readonly popperClass: {
|
|
734
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
758
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
735
759
|
[x: string]: boolean;
|
|
736
760
|
} | (string | {
|
|
737
761
|
[x: string]: boolean;
|
|
@@ -753,7 +777,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
753
777
|
[x: string]: boolean;
|
|
754
778
|
} | (string | any[] | {
|
|
755
779
|
[x: string]: boolean;
|
|
756
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
780
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
757
781
|
[x: string]: boolean;
|
|
758
782
|
} | (string | {
|
|
759
783
|
[x: string]: boolean;
|
|
@@ -775,7 +799,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
775
799
|
[x: string]: boolean;
|
|
776
800
|
} | (string | any[] | {
|
|
777
801
|
[x: string]: boolean;
|
|
778
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
802
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
779
803
|
[x: string]: boolean;
|
|
780
804
|
} | (string | {
|
|
781
805
|
[x: string]: boolean;
|
|
@@ -797,7 +821,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
797
821
|
[x: string]: boolean;
|
|
798
822
|
} | (string | any[] | {
|
|
799
823
|
[x: string]: boolean;
|
|
800
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
824
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
801
825
|
[x: string]: boolean;
|
|
802
826
|
} | (string | {
|
|
803
827
|
[x: string]: boolean;
|
|
@@ -833,7 +857,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
833
857
|
};
|
|
834
858
|
readonly effect: {
|
|
835
859
|
readonly default: "light";
|
|
836
|
-
readonly type: import("vue").PropType<
|
|
860
|
+
readonly type: import("vue").PropType<any>;
|
|
837
861
|
readonly required: false;
|
|
838
862
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
863
|
readonly __epPropKey: true;
|
|
@@ -859,7 +883,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
859
883
|
"onAfter-leave"?: (() => any) | undefined;
|
|
860
884
|
"onBefore-enter"?: (() => any) | undefined;
|
|
861
885
|
"onBefore-leave"?: (() => any) | undefined;
|
|
862
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "tabindex" | "effect" | "popperOptions" | "teleported" | "persistent" | "
|
|
886
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "tabindex" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "trigger" | "content" | "visible" | "enterable" | "showAfter" | "hideAfter" | "autoClose" | "width">;
|
|
863
887
|
$attrs: {
|
|
864
888
|
[x: string]: unknown;
|
|
865
889
|
};
|
|
@@ -874,22 +898,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
874
898
|
$emit: ((event: "after-enter") => void) & ((event: "after-leave") => void) & ((event: "before-enter") => void) & ((event: "before-leave") => void) & ((event: "update:visible", value: boolean) => void);
|
|
875
899
|
$el: any;
|
|
876
900
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
877
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
878
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
901
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
902
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
879
903
|
readonly disabled: BooleanConstructor;
|
|
880
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
904
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
881
905
|
readonly transition: StringConstructor;
|
|
882
906
|
readonly 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>;
|
|
883
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
907
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
884
908
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
885
909
|
readonly popperStyle: {
|
|
886
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
910
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(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>>;
|
|
887
911
|
readonly required: false;
|
|
888
912
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
889
913
|
__epPropKey: true;
|
|
890
914
|
};
|
|
891
915
|
readonly popperClass: {
|
|
892
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
916
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
893
917
|
[x: string]: boolean;
|
|
894
918
|
} | (string | {
|
|
895
919
|
[x: string]: boolean;
|
|
@@ -911,7 +935,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
911
935
|
[x: string]: boolean;
|
|
912
936
|
} | (string | any[] | {
|
|
913
937
|
[x: string]: boolean;
|
|
914
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
938
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
915
939
|
[x: string]: boolean;
|
|
916
940
|
} | (string | {
|
|
917
941
|
[x: string]: boolean;
|
|
@@ -933,7 +957,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
933
957
|
[x: string]: boolean;
|
|
934
958
|
} | (string | any[] | {
|
|
935
959
|
[x: string]: boolean;
|
|
936
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
960
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
937
961
|
[x: string]: boolean;
|
|
938
962
|
} | (string | {
|
|
939
963
|
[x: string]: boolean;
|
|
@@ -955,7 +979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
955
979
|
[x: string]: boolean;
|
|
956
980
|
} | (string | any[] | {
|
|
957
981
|
[x: string]: boolean;
|
|
958
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
982
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
959
983
|
[x: string]: boolean;
|
|
960
984
|
} | (string | {
|
|
961
985
|
[x: string]: boolean;
|
|
@@ -991,7 +1015,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
991
1015
|
};
|
|
992
1016
|
readonly effect: {
|
|
993
1017
|
readonly default: "light";
|
|
994
|
-
readonly type: import("vue").PropType<
|
|
1018
|
+
readonly type: import("vue").PropType<any>;
|
|
995
1019
|
readonly required: false;
|
|
996
1020
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
997
1021
|
readonly __epPropKey: true;
|
|
@@ -1042,10 +1066,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1042
1066
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1043
1067
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1044
1068
|
}>>, {
|
|
1045
|
-
triggerRef: import("vue").Ref<
|
|
1069
|
+
triggerRef: import("vue").Ref<any>;
|
|
1046
1070
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1047
1071
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1048
|
-
referenceRef: import("vue").Ref<
|
|
1072
|
+
referenceRef: import("vue").Ref<any>;
|
|
1049
1073
|
role: import("vue").ComputedRef<string>;
|
|
1050
1074
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1051
1075
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1072,10 +1096,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1072
1096
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1073
1097
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1074
1098
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1075
|
-
triggerRef: import("vue").Ref<
|
|
1099
|
+
triggerRef: import("vue").Ref<any>;
|
|
1076
1100
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1077
1101
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1078
|
-
referenceRef: import("vue").Ref<
|
|
1102
|
+
referenceRef: import("vue").Ref<any>;
|
|
1079
1103
|
role: import("vue").ComputedRef<string>;
|
|
1080
1104
|
}> & import("vue").ComponentCustomProperties & {
|
|
1081
1105
|
$slots: {
|
|
@@ -1090,18 +1114,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1090
1114
|
"before-leave": () => void;
|
|
1091
1115
|
"update:visible": (value: boolean) => void;
|
|
1092
1116
|
}, string, {
|
|
1117
|
+
readonly disabled: boolean;
|
|
1093
1118
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1094
1119
|
readonly content: string;
|
|
1095
1120
|
readonly offset: number;
|
|
1096
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1097
|
-
readonly
|
|
1098
|
-
readonly
|
|
1099
|
-
readonly effect: string;
|
|
1121
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
1122
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
1123
|
+
readonly effect: any;
|
|
1100
1124
|
readonly showAfter: number;
|
|
1101
1125
|
readonly hideAfter: number;
|
|
1102
1126
|
readonly autoClose: number;
|
|
1103
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1104
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1127
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1128
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
1105
1129
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
1106
1130
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1107
1131
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1128,22 +1152,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1128
1152
|
$nextTick: typeof import("vue").nextTick;
|
|
1129
1153
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1130
1154
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1131
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1132
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1155
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
1156
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
1133
1157
|
readonly disabled: BooleanConstructor;
|
|
1134
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1158
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
1135
1159
|
readonly transition: StringConstructor;
|
|
1136
1160
|
readonly 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>;
|
|
1137
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1161
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1138
1162
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1139
1163
|
readonly popperStyle: {
|
|
1140
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
1164
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(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>>;
|
|
1141
1165
|
readonly required: false;
|
|
1142
1166
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
1167
|
__epPropKey: true;
|
|
1144
1168
|
};
|
|
1145
1169
|
readonly popperClass: {
|
|
1146
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1170
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1147
1171
|
[x: string]: boolean;
|
|
1148
1172
|
} | (string | {
|
|
1149
1173
|
[x: string]: boolean;
|
|
@@ -1165,7 +1189,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1165
1189
|
[x: string]: boolean;
|
|
1166
1190
|
} | (string | any[] | {
|
|
1167
1191
|
[x: string]: boolean;
|
|
1168
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1192
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1169
1193
|
[x: string]: boolean;
|
|
1170
1194
|
} | (string | {
|
|
1171
1195
|
[x: string]: boolean;
|
|
@@ -1187,7 +1211,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1187
1211
|
[x: string]: boolean;
|
|
1188
1212
|
} | (string | any[] | {
|
|
1189
1213
|
[x: string]: boolean;
|
|
1190
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
1214
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1191
1215
|
[x: string]: boolean;
|
|
1192
1216
|
} | (string | {
|
|
1193
1217
|
[x: string]: boolean;
|
|
@@ -1209,7 +1233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1209
1233
|
[x: string]: boolean;
|
|
1210
1234
|
} | (string | any[] | {
|
|
1211
1235
|
[x: string]: boolean;
|
|
1212
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1236
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1213
1237
|
[x: string]: boolean;
|
|
1214
1238
|
} | (string | {
|
|
1215
1239
|
[x: string]: boolean;
|
|
@@ -1245,7 +1269,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1245
1269
|
};
|
|
1246
1270
|
readonly effect: {
|
|
1247
1271
|
readonly default: "light";
|
|
1248
|
-
readonly type: import("vue").PropType<
|
|
1272
|
+
readonly type: import("vue").PropType<any>;
|
|
1249
1273
|
readonly required: false;
|
|
1250
1274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1251
1275
|
readonly __epPropKey: true;
|
|
@@ -1296,10 +1320,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1296
1320
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1297
1321
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1298
1322
|
}>>, {
|
|
1299
|
-
triggerRef: import("vue").Ref<
|
|
1323
|
+
triggerRef: import("vue").Ref<any>;
|
|
1300
1324
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1301
1325
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1302
|
-
referenceRef: import("vue").Ref<
|
|
1326
|
+
referenceRef: import("vue").Ref<any>;
|
|
1303
1327
|
role: import("vue").ComputedRef<string>;
|
|
1304
1328
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1305
1329
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1326,10 +1350,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1326
1350
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1327
1351
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1328
1352
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1329
|
-
triggerRef: import("vue").Ref<
|
|
1353
|
+
triggerRef: import("vue").Ref<any>;
|
|
1330
1354
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1331
1355
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1332
|
-
referenceRef: import("vue").Ref<
|
|
1356
|
+
referenceRef: import("vue").Ref<any>;
|
|
1333
1357
|
role: import("vue").ComputedRef<string>;
|
|
1334
1358
|
}> & import("vue").ComponentCustomProperties & {
|
|
1335
1359
|
$slots: {
|
|
@@ -1342,22 +1366,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1342
1366
|
__isTeleport?: undefined;
|
|
1343
1367
|
__isSuspense?: undefined;
|
|
1344
1368
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1345
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1346
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1369
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
1370
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
1347
1371
|
readonly disabled: BooleanConstructor;
|
|
1348
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1372
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
1349
1373
|
readonly transition: StringConstructor;
|
|
1350
1374
|
readonly 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>;
|
|
1351
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1375
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1352
1376
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1353
1377
|
readonly popperStyle: {
|
|
1354
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
1378
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(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>>;
|
|
1355
1379
|
readonly required: false;
|
|
1356
1380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1357
1381
|
__epPropKey: true;
|
|
1358
1382
|
};
|
|
1359
1383
|
readonly popperClass: {
|
|
1360
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1384
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1361
1385
|
[x: string]: boolean;
|
|
1362
1386
|
} | (string | {
|
|
1363
1387
|
[x: string]: boolean;
|
|
@@ -1379,7 +1403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1379
1403
|
[x: string]: boolean;
|
|
1380
1404
|
} | (string | any[] | {
|
|
1381
1405
|
[x: string]: boolean;
|
|
1382
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1406
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1383
1407
|
[x: string]: boolean;
|
|
1384
1408
|
} | (string | {
|
|
1385
1409
|
[x: string]: boolean;
|
|
@@ -1401,7 +1425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1401
1425
|
[x: string]: boolean;
|
|
1402
1426
|
} | (string | any[] | {
|
|
1403
1427
|
[x: string]: boolean;
|
|
1404
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
1428
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1405
1429
|
[x: string]: boolean;
|
|
1406
1430
|
} | (string | {
|
|
1407
1431
|
[x: string]: boolean;
|
|
@@ -1423,7 +1447,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1423
1447
|
[x: string]: boolean;
|
|
1424
1448
|
} | (string | any[] | {
|
|
1425
1449
|
[x: string]: boolean;
|
|
1426
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1450
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1427
1451
|
[x: string]: boolean;
|
|
1428
1452
|
} | (string | {
|
|
1429
1453
|
[x: string]: boolean;
|
|
@@ -1459,7 +1483,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1459
1483
|
};
|
|
1460
1484
|
readonly effect: {
|
|
1461
1485
|
readonly default: "light";
|
|
1462
|
-
readonly type: import("vue").PropType<
|
|
1486
|
+
readonly type: import("vue").PropType<any>;
|
|
1463
1487
|
readonly required: false;
|
|
1464
1488
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1465
1489
|
readonly __epPropKey: true;
|
|
@@ -1510,10 +1534,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1510
1534
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1511
1535
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1512
1536
|
}>>, {
|
|
1513
|
-
triggerRef: import("vue").Ref<
|
|
1537
|
+
triggerRef: import("vue").Ref<any>;
|
|
1514
1538
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1515
1539
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1516
|
-
referenceRef: import("vue").Ref<
|
|
1540
|
+
referenceRef: import("vue").Ref<any>;
|
|
1517
1541
|
role: import("vue").ComputedRef<string>;
|
|
1518
1542
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1519
1543
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1540,10 +1564,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1540
1564
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1541
1565
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1542
1566
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1543
|
-
triggerRef: import("vue").Ref<
|
|
1567
|
+
triggerRef: import("vue").Ref<any>;
|
|
1544
1568
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1545
1569
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1546
|
-
referenceRef: import("vue").Ref<
|
|
1570
|
+
referenceRef: import("vue").Ref<any>;
|
|
1547
1571
|
role: import("vue").ComputedRef<string>;
|
|
1548
1572
|
}> & import("vue").ComponentCustomProperties & {
|
|
1549
1573
|
$slots: {
|
|
@@ -1558,18 +1582,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1558
1582
|
"before-leave": () => void;
|
|
1559
1583
|
"update:visible": (value: boolean) => void;
|
|
1560
1584
|
}, string, {
|
|
1585
|
+
readonly disabled: boolean;
|
|
1561
1586
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1562
1587
|
readonly content: string;
|
|
1563
1588
|
readonly offset: number;
|
|
1564
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1565
|
-
readonly
|
|
1566
|
-
readonly
|
|
1567
|
-
readonly effect: string;
|
|
1589
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
1590
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
1591
|
+
readonly effect: any;
|
|
1568
1592
|
readonly showAfter: number;
|
|
1569
1593
|
readonly hideAfter: number;
|
|
1570
1594
|
readonly autoClose: number;
|
|
1571
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1572
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1595
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1596
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
1573
1597
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
1574
1598
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1575
1599
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1615,7 +1639,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1615
1639
|
$data: {};
|
|
1616
1640
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1617
1641
|
readonly size: {
|
|
1618
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1642
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1619
1643
|
readonly required: false;
|
|
1620
1644
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1621
1645
|
__epPropKey: true;
|
|
@@ -1642,7 +1666,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1642
1666
|
$el: any;
|
|
1643
1667
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1644
1668
|
readonly size: {
|
|
1645
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1669
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1646
1670
|
readonly required: false;
|
|
1647
1671
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1648
1672
|
__epPropKey: true;
|
|
@@ -1675,7 +1699,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1675
1699
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1676
1700
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1677
1701
|
readonly size: {
|
|
1678
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1702
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1679
1703
|
readonly required: false;
|
|
1680
1704
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1681
1705
|
__epPropKey: true;
|
|
@@ -1692,7 +1716,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1692
1716
|
__isSuspense?: undefined;
|
|
1693
1717
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1694
1718
|
readonly size: {
|
|
1695
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1719
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1696
1720
|
readonly required: false;
|
|
1697
1721
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1698
1722
|
__epPropKey: true;
|