sd-render 1.2.7 → 1.3.0
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/field-docs.html +219 -2
- package/package.json +1 -1
- package/{sd-lib-Dq7von-3.js → sd-lib-BI2bK3bT.js} +2787 -2709
- package/{sd-render-wy9zqy9t.js → sd-render-JboRjeDb.js} +1574 -1421
- package/sd-render.es.js +44 -43
- package/types/src/components/form-render/SdFormRender.vue.d.ts +0 -3
- package/types/src/components/form-render/form-field/date-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/date-panel-input.vue.d.ts +611 -0
- package/types/src/components/form-render/form-field/date-range-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/multiple-date.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/otp-input.vue.d.ts +373 -0
- package/types/src/components/form-render/form-field/tree-ui.vue.d.ts +1 -1
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +68 -70
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +76 -76
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +455 -580
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +165 -149
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +98 -103
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +59 -64
- package/types/src/components/sdlib.d.ts +1 -0
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +0 -4
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +6 -5
- package/types/src/components/sdwidget/SdCrudTree.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdDatePickerBE.vue.d.ts +196 -204
- package/types/src/components/sdwidget/SdDatePickerPanelBE.vue.d.ts +379 -0
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +20 -20
|
@@ -55,13 +55,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
ElDropdown: {
|
|
56
56
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
57
57
|
readonly trigger: {
|
|
58
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
58
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
59
59
|
readonly required: false;
|
|
60
60
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
61
|
readonly __epPropKey: true;
|
|
62
62
|
readonly default: "hover";
|
|
63
63
|
};
|
|
64
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
64
|
+
readonly triggerKeys: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
65
65
|
readonly virtualTriggering: BooleanConstructor;
|
|
66
66
|
readonly virtualRef: {
|
|
67
67
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -71,31 +71,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
71
|
};
|
|
72
72
|
readonly effect: {
|
|
73
73
|
readonly default: "light";
|
|
74
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
74
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
readonly __epPropKey: true;
|
|
78
78
|
};
|
|
79
79
|
readonly type: {
|
|
80
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
80
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (((new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger")) | null)[], unknown, unknown>>;
|
|
81
81
|
readonly required: false;
|
|
82
82
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
83
|
__epPropKey: true;
|
|
84
84
|
};
|
|
85
|
-
readonly placement: import('element-plus/es/utils/
|
|
86
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
85
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
86
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.mjs').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>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
87
87
|
readonly id: StringConstructor;
|
|
88
|
-
readonly size: import('element-plus/es/utils/
|
|
88
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
89
89
|
readonly splitButton: BooleanConstructor;
|
|
90
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
91
|
-
readonly loop: import('element-plus/es/utils/
|
|
92
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
93
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
94
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
95
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
96
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
90
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
91
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
92
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
93
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
94
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
95
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
96
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
97
97
|
readonly popperClass: {
|
|
98
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
98
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
99
99
|
[x: string]: boolean;
|
|
100
100
|
} | (string | {
|
|
101
101
|
[x: string]: boolean;
|
|
@@ -196,28 +196,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
196
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
197
|
__epPropKey: true;
|
|
198
198
|
};
|
|
199
|
-
readonly popperStyle:
|
|
200
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
201
|
-
readonly required: false;
|
|
202
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
|
-
__epPropKey: true;
|
|
204
|
-
};
|
|
199
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
205
200
|
readonly disabled: BooleanConstructor;
|
|
206
|
-
readonly role: import('element-plus/es/utils/
|
|
201
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
207
202
|
readonly buttonProps: {
|
|
208
203
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
209
204
|
readonly required: false;
|
|
210
205
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
206
|
__epPropKey: true;
|
|
212
207
|
};
|
|
213
|
-
readonly teleported: import('element-plus/es/utils/
|
|
208
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
214
209
|
readonly appendTo: {
|
|
215
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
210
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
216
211
|
readonly required: false;
|
|
217
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
213
|
__epPropKey: true;
|
|
219
214
|
};
|
|
220
|
-
readonly persistent: import('element-plus/es/utils/
|
|
215
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
221
216
|
}>> & Readonly<{
|
|
222
217
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
223
218
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -260,22 +255,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
255
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
261
256
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
262
257
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "command" | "visible-change")[], import('vue').PublicProps, {
|
|
263
|
-
readonly
|
|
258
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
259
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
264
260
|
readonly size: string;
|
|
265
261
|
readonly disabled: boolean;
|
|
266
|
-
readonly placement: import('element-plus/es/utils/
|
|
267
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
268
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
269
|
-
readonly virtualTriggering: boolean;
|
|
270
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
262
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
271
263
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
272
|
-
readonly
|
|
273
|
-
readonly
|
|
274
|
-
readonly
|
|
264
|
+
readonly effect: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
265
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
266
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
267
|
+
readonly virtualTriggering: boolean;
|
|
268
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
269
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
270
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
271
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
272
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
275
273
|
readonly triggerKeys: string[];
|
|
276
|
-
readonly
|
|
277
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
278
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
274
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
279
275
|
readonly showTimeout: number;
|
|
280
276
|
readonly hideTimeout: number;
|
|
281
277
|
readonly splitButton: boolean;
|
|
@@ -286,20 +282,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
282
|
}>, {
|
|
287
283
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
288
284
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
289
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
285
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
290
286
|
disabled: import('vue').ComputedRef<boolean>;
|
|
291
287
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
292
288
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
293
289
|
click: (evt: MouseEvent) => void;
|
|
294
290
|
}, import('vue').PublicProps, {
|
|
295
291
|
type: import('element-plus').ButtonType;
|
|
296
|
-
disabled: boolean;
|
|
297
292
|
text: boolean;
|
|
298
293
|
round: boolean;
|
|
299
294
|
dashed: boolean;
|
|
300
|
-
|
|
295
|
+
disabled: boolean;
|
|
301
296
|
nativeType: import('element-plus').ButtonNativeType;
|
|
302
|
-
loadingIcon: import('element-plus/es/utils/
|
|
297
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
298
|
+
plain: boolean;
|
|
303
299
|
autoInsertSpace: boolean;
|
|
304
300
|
tag: string | import('vue').Component;
|
|
305
301
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -314,18 +310,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
314
310
|
}>, {
|
|
315
311
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
316
312
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
317
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
313
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
318
314
|
disabled: import('vue').ComputedRef<boolean>;
|
|
319
315
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
320
316
|
}, {}, {}, {}, {
|
|
321
317
|
type: import('element-plus').ButtonType;
|
|
322
|
-
disabled: boolean;
|
|
323
318
|
text: boolean;
|
|
324
319
|
round: boolean;
|
|
325
320
|
dashed: boolean;
|
|
326
|
-
|
|
321
|
+
disabled: boolean;
|
|
327
322
|
nativeType: import('element-plus').ButtonNativeType;
|
|
328
|
-
loadingIcon: import('element-plus/es/utils/
|
|
323
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
324
|
+
plain: boolean;
|
|
329
325
|
autoInsertSpace: boolean;
|
|
330
326
|
tag: string | import('vue').Component;
|
|
331
327
|
}>;
|
|
@@ -337,20 +333,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
333
|
}>, {
|
|
338
334
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
339
335
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
340
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
336
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
341
337
|
disabled: import('vue').ComputedRef<boolean>;
|
|
342
338
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
343
339
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
344
340
|
click: (evt: MouseEvent) => void;
|
|
345
341
|
}, string, {
|
|
346
342
|
type: import('element-plus').ButtonType;
|
|
347
|
-
disabled: boolean;
|
|
348
343
|
text: boolean;
|
|
349
344
|
round: boolean;
|
|
350
345
|
dashed: boolean;
|
|
351
|
-
|
|
346
|
+
disabled: boolean;
|
|
352
347
|
nativeType: import('element-plus').ButtonNativeType;
|
|
353
|
-
loadingIcon: import('element-plus/es/utils/
|
|
348
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
349
|
+
plain: boolean;
|
|
354
350
|
autoInsertSpace: boolean;
|
|
355
351
|
tag: string | import('vue').Component;
|
|
356
352
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -362,32 +358,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
362
358
|
default?: (props: {}) => any;
|
|
363
359
|
};
|
|
364
360
|
}) & import('vue').ObjectPlugin & {
|
|
365
|
-
setPropsDefaults: (defaults:
|
|
366
|
-
readonly size?:
|
|
367
|
-
readonly disabled?: boolean | undefined;
|
|
368
|
-
readonly type?:
|
|
369
|
-
readonly icon?: import('
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
377
|
-
readonly
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
readonly
|
|
384
|
-
readonly
|
|
385
|
-
readonly
|
|
386
|
-
|
|
361
|
+
setPropsDefaults: (defaults: {
|
|
362
|
+
readonly size?: "" | "default" | "large" | "small" | (() => "" | "default" | "large" | "small") | undefined;
|
|
363
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
364
|
+
readonly type?: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | undefined;
|
|
365
|
+
readonly icon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
366
|
+
new (...args: any[]): any;
|
|
367
|
+
__isFragment?: never;
|
|
368
|
+
__isTeleport?: never;
|
|
369
|
+
__isSuspense?: never;
|
|
370
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
371
|
+
readonly nativeType?: "button" | "reset" | "submit" | (() => "button" | "reset" | "submit") | undefined;
|
|
372
|
+
readonly loading?: boolean | (() => boolean) | undefined;
|
|
373
|
+
readonly loadingIcon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
374
|
+
new (...args: any[]): any;
|
|
375
|
+
__isFragment?: never;
|
|
376
|
+
__isTeleport?: never;
|
|
377
|
+
__isSuspense?: never;
|
|
378
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
379
|
+
readonly plain?: boolean | (() => boolean) | undefined;
|
|
380
|
+
readonly text?: boolean | (() => boolean) | undefined;
|
|
381
|
+
readonly link?: boolean | (() => boolean) | undefined;
|
|
382
|
+
readonly bg?: boolean | (() => boolean) | undefined;
|
|
383
|
+
readonly autofocus?: boolean | (() => boolean) | undefined;
|
|
384
|
+
readonly round?: boolean | (() => boolean) | undefined;
|
|
385
|
+
readonly circle?: boolean | (() => boolean) | undefined;
|
|
386
|
+
readonly dashed?: boolean | (() => boolean) | undefined;
|
|
387
|
+
readonly color?: string | (() => string) | undefined;
|
|
388
|
+
readonly dark?: boolean | (() => boolean) | undefined;
|
|
389
|
+
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
390
|
+
readonly tag?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
391
|
+
new (...args: any[]): any;
|
|
392
|
+
__isFragment?: never;
|
|
393
|
+
__isTeleport?: never;
|
|
394
|
+
__isSuspense?: never;
|
|
395
|
+
} | (() => (string | import('vue').Component | undefined) & {}) | undefined;
|
|
396
|
+
}) => void;
|
|
387
397
|
} & {
|
|
388
398
|
ButtonGroup: {
|
|
389
399
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
390
|
-
type: "" | "default" | "
|
|
400
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
391
401
|
direction: "horizontal" | "vertical";
|
|
392
402
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
393
403
|
P: {};
|
|
@@ -397,14 +407,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
397
407
|
M: {};
|
|
398
408
|
Defaults: {};
|
|
399
409
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
400
|
-
type: "" | "default" | "
|
|
410
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
401
411
|
direction: "horizontal" | "vertical";
|
|
402
412
|
}>;
|
|
403
413
|
__isFragment?: never;
|
|
404
414
|
__isTeleport?: never;
|
|
405
415
|
__isSuspense?: never;
|
|
406
416
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
407
|
-
type: "" | "default" | "
|
|
417
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
408
418
|
direction: "horizontal" | "vertical";
|
|
409
419
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
410
420
|
$slots: {
|
|
@@ -414,7 +424,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
414
424
|
};
|
|
415
425
|
ElButtonGroup: {
|
|
416
426
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
417
|
-
type: "" | "default" | "
|
|
427
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
418
428
|
direction: "horizontal" | "vertical";
|
|
419
429
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
420
430
|
P: {};
|
|
@@ -424,21 +434,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
434
|
M: {};
|
|
425
435
|
Defaults: {};
|
|
426
436
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
427
|
-
type: "" | "default" | "
|
|
437
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
428
438
|
direction: "horizontal" | "vertical";
|
|
429
439
|
}>;
|
|
430
440
|
__isFragment?: never;
|
|
431
441
|
__isTeleport?: never;
|
|
432
442
|
__isSuspense?: never;
|
|
433
443
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
434
|
-
type: "" | "default" | "
|
|
444
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
435
445
|
direction: "horizontal" | "vertical";
|
|
436
446
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
437
447
|
$slots: {
|
|
438
448
|
default?: (props: {}) => any;
|
|
439
449
|
};
|
|
440
450
|
});
|
|
441
|
-
ElScrollbar: import('element-plus/es/utils/
|
|
451
|
+
ElScrollbar: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
442
452
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
|
|
443
453
|
onScroll?: ((args_0: {
|
|
444
454
|
scrollTop: number;
|
|
@@ -548,15 +558,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
548
558
|
default?: (props: {}) => any;
|
|
549
559
|
};
|
|
550
560
|
})>;
|
|
551
|
-
ElTooltip: import('element-plus/es/utils/
|
|
561
|
+
ElTooltip: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
552
562
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
553
|
-
|
|
563
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
564
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
565
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
554
566
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
555
567
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
556
568
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
557
|
-
|
|
558
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
559
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
569
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
560
570
|
}>, {
|
|
561
571
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
562
572
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -566,39 +576,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
566
576
|
onClose: (event?: Event, delay?: number) => void;
|
|
567
577
|
hide: (event?: Event) => void;
|
|
568
578
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
569
|
-
|
|
579
|
+
hide: (...args: any[]) => void;
|
|
580
|
+
show: (...args: any[]) => void;
|
|
581
|
+
open: (...args: any[]) => void;
|
|
570
582
|
"update:visible": (...args: any[]) => void;
|
|
571
583
|
"before-show": (...args: any[]) => void;
|
|
572
584
|
"before-hide": (...args: any[]) => void;
|
|
573
|
-
|
|
574
|
-
hide: (...args: any[]) => void;
|
|
575
|
-
open: (...args: any[]) => void;
|
|
585
|
+
close: (...args: any[]) => void;
|
|
576
586
|
}, import('vue').PublicProps, {
|
|
577
|
-
effect: import('element-plus').PopperEffect;
|
|
578
|
-
placement: import('element-plus').Placement;
|
|
579
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
580
|
-
teleported: boolean;
|
|
581
|
-
visible: boolean | null;
|
|
582
587
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
588
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
589
|
+
visible: boolean | null;
|
|
590
|
+
content: string;
|
|
591
|
+
offset: number;
|
|
592
|
+
showAfter: number;
|
|
593
|
+
hideAfter: number;
|
|
594
|
+
autoClose: number;
|
|
595
|
+
boundariesPadding: number;
|
|
596
|
+
gpuAcceleration: boolean;
|
|
597
|
+
placement: import('element-plus').Placement;
|
|
598
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
599
|
+
strategy: "fixed" | "absolute";
|
|
600
|
+
arrowOffset: number;
|
|
601
|
+
effect: import('element-plus').PopperEffect;
|
|
583
602
|
enterable: boolean;
|
|
603
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
604
|
+
stopPopperMouseEvent: boolean;
|
|
605
|
+
loop: boolean;
|
|
584
606
|
pure: boolean;
|
|
585
607
|
focusOnShow: boolean;
|
|
586
608
|
trapping: boolean;
|
|
587
|
-
stopPopperMouseEvent: boolean;
|
|
588
609
|
virtualTriggering: boolean;
|
|
589
|
-
|
|
590
|
-
boundariesPadding: number;
|
|
591
|
-
gpuAcceleration: boolean;
|
|
592
|
-
offset: number;
|
|
593
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
594
|
-
strategy: "absolute" | "fixed";
|
|
595
|
-
arrowOffset: number;
|
|
610
|
+
teleported: boolean;
|
|
596
611
|
showArrow: boolean;
|
|
597
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
598
|
-
content: string;
|
|
599
|
-
showAfter: number;
|
|
600
|
-
hideAfter: number;
|
|
601
|
-
autoClose: number;
|
|
602
612
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
603
613
|
triggerKeys: string[];
|
|
604
614
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -609,13 +619,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
609
619
|
M: {};
|
|
610
620
|
Defaults: {};
|
|
611
621
|
}, Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
612
|
-
|
|
622
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
623
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
624
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
613
625
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
614
626
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
615
627
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
616
|
-
|
|
617
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
618
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
628
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
619
629
|
}>, {
|
|
620
630
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
621
631
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -625,31 +635,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
635
|
onClose: (event?: Event, delay?: number) => void;
|
|
626
636
|
hide: (event?: Event) => void;
|
|
627
637
|
}, {}, {}, {}, {
|
|
628
|
-
effect: import('element-plus').PopperEffect;
|
|
629
|
-
placement: import('element-plus').Placement;
|
|
630
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
631
|
-
teleported: boolean;
|
|
632
|
-
visible: boolean | null;
|
|
633
638
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
639
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
640
|
+
visible: boolean | null;
|
|
641
|
+
content: string;
|
|
642
|
+
offset: number;
|
|
643
|
+
showAfter: number;
|
|
644
|
+
hideAfter: number;
|
|
645
|
+
autoClose: number;
|
|
646
|
+
boundariesPadding: number;
|
|
647
|
+
gpuAcceleration: boolean;
|
|
648
|
+
placement: import('element-plus').Placement;
|
|
649
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
650
|
+
strategy: "fixed" | "absolute";
|
|
651
|
+
arrowOffset: number;
|
|
652
|
+
effect: import('element-plus').PopperEffect;
|
|
634
653
|
enterable: boolean;
|
|
654
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
655
|
+
stopPopperMouseEvent: boolean;
|
|
656
|
+
loop: boolean;
|
|
635
657
|
pure: boolean;
|
|
636
658
|
focusOnShow: boolean;
|
|
637
659
|
trapping: boolean;
|
|
638
|
-
stopPopperMouseEvent: boolean;
|
|
639
660
|
virtualTriggering: boolean;
|
|
640
|
-
|
|
641
|
-
boundariesPadding: number;
|
|
642
|
-
gpuAcceleration: boolean;
|
|
643
|
-
offset: number;
|
|
644
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
645
|
-
strategy: "absolute" | "fixed";
|
|
646
|
-
arrowOffset: number;
|
|
661
|
+
teleported: boolean;
|
|
647
662
|
showArrow: boolean;
|
|
648
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
649
|
-
content: string;
|
|
650
|
-
showAfter: number;
|
|
651
|
-
hideAfter: number;
|
|
652
|
-
autoClose: number;
|
|
653
663
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
654
664
|
triggerKeys: string[];
|
|
655
665
|
}>;
|
|
@@ -657,13 +667,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
657
667
|
__isTeleport?: never;
|
|
658
668
|
__isSuspense?: never;
|
|
659
669
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
660
|
-
|
|
670
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
671
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
672
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
661
673
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
662
674
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
663
675
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
664
|
-
|
|
665
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
666
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
676
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
667
677
|
}>, {
|
|
668
678
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
669
679
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -673,39 +683,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
673
683
|
onClose: (event?: Event, delay?: number) => void;
|
|
674
684
|
hide: (event?: Event) => void;
|
|
675
685
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
676
|
-
|
|
686
|
+
hide: (...args: any[]) => void;
|
|
687
|
+
show: (...args: any[]) => void;
|
|
688
|
+
open: (...args: any[]) => void;
|
|
677
689
|
"update:visible": (...args: any[]) => void;
|
|
678
690
|
"before-show": (...args: any[]) => void;
|
|
679
691
|
"before-hide": (...args: any[]) => void;
|
|
680
|
-
|
|
681
|
-
hide: (...args: any[]) => void;
|
|
682
|
-
open: (...args: any[]) => void;
|
|
692
|
+
close: (...args: any[]) => void;
|
|
683
693
|
}, string, {
|
|
684
|
-
effect: import('element-plus').PopperEffect;
|
|
685
|
-
placement: import('element-plus').Placement;
|
|
686
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
687
|
-
teleported: boolean;
|
|
688
|
-
visible: boolean | null;
|
|
689
694
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
695
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
696
|
+
visible: boolean | null;
|
|
697
|
+
content: string;
|
|
698
|
+
offset: number;
|
|
699
|
+
showAfter: number;
|
|
700
|
+
hideAfter: number;
|
|
701
|
+
autoClose: number;
|
|
702
|
+
boundariesPadding: number;
|
|
703
|
+
gpuAcceleration: boolean;
|
|
704
|
+
placement: import('element-plus').Placement;
|
|
705
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
706
|
+
strategy: "fixed" | "absolute";
|
|
707
|
+
arrowOffset: number;
|
|
708
|
+
effect: import('element-plus').PopperEffect;
|
|
690
709
|
enterable: boolean;
|
|
710
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
711
|
+
stopPopperMouseEvent: boolean;
|
|
712
|
+
loop: boolean;
|
|
691
713
|
pure: boolean;
|
|
692
714
|
focusOnShow: boolean;
|
|
693
715
|
trapping: boolean;
|
|
694
|
-
stopPopperMouseEvent: boolean;
|
|
695
716
|
virtualTriggering: boolean;
|
|
696
|
-
|
|
697
|
-
boundariesPadding: number;
|
|
698
|
-
gpuAcceleration: boolean;
|
|
699
|
-
offset: number;
|
|
700
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
701
|
-
strategy: "absolute" | "fixed";
|
|
702
|
-
arrowOffset: number;
|
|
717
|
+
teleported: boolean;
|
|
703
718
|
showArrow: boolean;
|
|
704
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
705
|
-
content: string;
|
|
706
|
-
showAfter: number;
|
|
707
|
-
hideAfter: number;
|
|
708
|
-
autoClose: number;
|
|
709
719
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
710
720
|
triggerKeys: string[];
|
|
711
721
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -733,23 +743,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
733
743
|
setup(): void;
|
|
734
744
|
};
|
|
735
745
|
ElRovingFocusGroupImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
736
|
-
style:
|
|
737
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
738
|
-
readonly required: false;
|
|
739
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
|
-
__epPropKey: true;
|
|
741
|
-
};
|
|
746
|
+
style: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
742
747
|
currentTabId: {
|
|
743
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
748
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | (((new (...args: any[]) => string) | (() => string | null)) | null)[], unknown, unknown>>;
|
|
744
749
|
readonly required: false;
|
|
745
750
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
746
751
|
__epPropKey: true;
|
|
747
752
|
};
|
|
748
753
|
defaultCurrentTabId: StringConstructor;
|
|
749
754
|
loop: BooleanConstructor;
|
|
750
|
-
dir: import('element-plus/es/utils/
|
|
755
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
751
756
|
orientation: {
|
|
752
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
757
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined) | (((new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined)) | null)[], unknown, unknown>>;
|
|
753
758
|
readonly required: false;
|
|
754
759
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
755
760
|
__epPropKey: true;
|
|
@@ -758,23 +763,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
758
763
|
onFocus: FunctionConstructor;
|
|
759
764
|
onMousedown: FunctionConstructor;
|
|
760
765
|
}>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
761
|
-
style:
|
|
762
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
763
|
-
readonly required: false;
|
|
764
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
765
|
-
__epPropKey: true;
|
|
766
|
-
};
|
|
766
|
+
style: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
767
767
|
currentTabId: {
|
|
768
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
768
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | (((new (...args: any[]) => string) | (() => string | null)) | null)[], unknown, unknown>>;
|
|
769
769
|
readonly required: false;
|
|
770
770
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
771
771
|
__epPropKey: true;
|
|
772
772
|
};
|
|
773
773
|
defaultCurrentTabId: StringConstructor;
|
|
774
774
|
loop: BooleanConstructor;
|
|
775
|
-
dir: import('element-plus/es/utils/
|
|
775
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
776
776
|
orientation: {
|
|
777
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
777
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined) | (((new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined)) | null)[], unknown, unknown>>;
|
|
778
778
|
readonly required: false;
|
|
779
779
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
780
780
|
__epPropKey: true;
|
|
@@ -786,6 +786,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
786
786
|
onCurrentTabIdChange?: ((...args: any[]) => any) | undefined;
|
|
787
787
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
788
788
|
}>, {
|
|
789
|
+
style: import('vue').StyleValue;
|
|
789
790
|
loop: boolean;
|
|
790
791
|
dir: string;
|
|
791
792
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -793,25 +794,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
793
794
|
ElOnlyChild: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
794
795
|
[key: string]: any;
|
|
795
796
|
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
796
|
-
ElIcon: import('element-plus/es/utils/
|
|
797
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
798
|
-
size: number | string;
|
|
799
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
797
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
798
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
800
799
|
P: {};
|
|
801
800
|
B: {};
|
|
802
801
|
D: {};
|
|
803
802
|
C: {};
|
|
804
803
|
M: {};
|
|
805
804
|
Defaults: {};
|
|
806
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
807
|
-
size: number | string;
|
|
808
|
-
}>;
|
|
805
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
809
806
|
__isFragment?: never;
|
|
810
807
|
__isTeleport?: never;
|
|
811
808
|
__isSuspense?: never;
|
|
812
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
813
|
-
size: number | string;
|
|
814
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
809
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
815
810
|
$slots: {
|
|
816
811
|
default?: (props: {}) => any;
|
|
817
812
|
};
|
|
@@ -826,13 +821,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
826
821
|
Defaults: {};
|
|
827
822
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
828
823
|
readonly trigger: {
|
|
829
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
824
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
830
825
|
readonly required: false;
|
|
831
826
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
827
|
readonly __epPropKey: true;
|
|
833
828
|
readonly default: "hover";
|
|
834
829
|
};
|
|
835
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
830
|
+
readonly triggerKeys: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
836
831
|
readonly virtualTriggering: BooleanConstructor;
|
|
837
832
|
readonly virtualRef: {
|
|
838
833
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -842,31 +837,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
842
837
|
};
|
|
843
838
|
readonly effect: {
|
|
844
839
|
readonly default: "light";
|
|
845
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
840
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>>;
|
|
846
841
|
readonly required: false;
|
|
847
842
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
843
|
readonly __epPropKey: true;
|
|
849
844
|
};
|
|
850
845
|
readonly type: {
|
|
851
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
846
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (((new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger")) | null)[], unknown, unknown>>;
|
|
852
847
|
readonly required: false;
|
|
853
848
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
854
849
|
__epPropKey: true;
|
|
855
850
|
};
|
|
856
|
-
readonly placement: import('element-plus/es/utils/
|
|
857
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
851
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
852
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.mjs').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>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
858
853
|
readonly id: StringConstructor;
|
|
859
|
-
readonly size: import('element-plus/es/utils/
|
|
854
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
860
855
|
readonly splitButton: BooleanConstructor;
|
|
861
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
862
|
-
readonly loop: import('element-plus/es/utils/
|
|
863
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
864
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
865
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
866
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
867
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
856
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
857
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
858
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
859
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
860
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
861
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
862
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
868
863
|
readonly popperClass: {
|
|
869
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
864
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
870
865
|
[x: string]: boolean;
|
|
871
866
|
} | (string | {
|
|
872
867
|
[x: string]: boolean;
|
|
@@ -967,28 +962,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
967
962
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
968
963
|
__epPropKey: true;
|
|
969
964
|
};
|
|
970
|
-
readonly popperStyle:
|
|
971
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
972
|
-
readonly required: false;
|
|
973
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
|
-
__epPropKey: true;
|
|
975
|
-
};
|
|
965
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
976
966
|
readonly disabled: BooleanConstructor;
|
|
977
|
-
readonly role: import('element-plus/es/utils/
|
|
967
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
978
968
|
readonly buttonProps: {
|
|
979
969
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
980
970
|
readonly required: false;
|
|
981
971
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
972
|
__epPropKey: true;
|
|
983
973
|
};
|
|
984
|
-
readonly teleported: import('element-plus/es/utils/
|
|
974
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
985
975
|
readonly appendTo: {
|
|
986
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
976
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
987
977
|
readonly required: false;
|
|
988
978
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
989
979
|
__epPropKey: true;
|
|
990
980
|
};
|
|
991
|
-
readonly persistent: import('element-plus/es/utils/
|
|
981
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
992
982
|
}>> & Readonly<{
|
|
993
983
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
994
984
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1031,22 +1021,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1031
1021
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
1032
1022
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
1033
1023
|
}, {}, {}, {}, {
|
|
1034
|
-
readonly
|
|
1024
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1025
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1035
1026
|
readonly size: string;
|
|
1036
1027
|
readonly disabled: boolean;
|
|
1037
|
-
readonly placement: import('element-plus/es/utils/
|
|
1038
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1039
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1040
|
-
readonly virtualTriggering: boolean;
|
|
1041
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1028
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
1042
1029
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1043
|
-
readonly
|
|
1044
|
-
readonly
|
|
1045
|
-
readonly
|
|
1030
|
+
readonly effect: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
1031
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
1032
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1033
|
+
readonly virtualTriggering: boolean;
|
|
1034
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1035
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1036
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1037
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1038
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1046
1039
|
readonly triggerKeys: string[];
|
|
1047
|
-
readonly
|
|
1048
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1049
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1040
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1050
1041
|
readonly showTimeout: number;
|
|
1051
1042
|
readonly hideTimeout: number;
|
|
1052
1043
|
readonly splitButton: boolean;
|
|
@@ -1056,13 +1047,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1056
1047
|
__isSuspense?: never;
|
|
1057
1048
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1058
1049
|
readonly trigger: {
|
|
1059
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
1050
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
1060
1051
|
readonly required: false;
|
|
1061
1052
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1062
1053
|
readonly __epPropKey: true;
|
|
1063
1054
|
readonly default: "hover";
|
|
1064
1055
|
};
|
|
1065
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
1056
|
+
readonly triggerKeys: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
1066
1057
|
readonly virtualTriggering: BooleanConstructor;
|
|
1067
1058
|
readonly virtualRef: {
|
|
1068
1059
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -1072,31 +1063,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1072
1063
|
};
|
|
1073
1064
|
readonly effect: {
|
|
1074
1065
|
readonly default: "light";
|
|
1075
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1066
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>>;
|
|
1076
1067
|
readonly required: false;
|
|
1077
1068
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1078
1069
|
readonly __epPropKey: true;
|
|
1079
1070
|
};
|
|
1080
1071
|
readonly type: {
|
|
1081
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1072
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (((new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger")) | null)[], unknown, unknown>>;
|
|
1082
1073
|
readonly required: false;
|
|
1083
1074
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1084
1075
|
__epPropKey: true;
|
|
1085
1076
|
};
|
|
1086
|
-
readonly placement: import('element-plus/es/utils/
|
|
1087
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
1077
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1078
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.mjs').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>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1088
1079
|
readonly id: StringConstructor;
|
|
1089
|
-
readonly size: import('element-plus/es/utils/
|
|
1080
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1090
1081
|
readonly splitButton: BooleanConstructor;
|
|
1091
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
1092
|
-
readonly loop: import('element-plus/es/utils/
|
|
1093
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
1094
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
1095
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
1096
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
1097
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
1082
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1083
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1084
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1085
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1086
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1087
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
1088
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
1098
1089
|
readonly popperClass: {
|
|
1099
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1090
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1100
1091
|
[x: string]: boolean;
|
|
1101
1092
|
} | (string | {
|
|
1102
1093
|
[x: string]: boolean;
|
|
@@ -1197,28 +1188,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1197
1188
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1198
1189
|
__epPropKey: true;
|
|
1199
1190
|
};
|
|
1200
|
-
readonly popperStyle:
|
|
1201
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown>>;
|
|
1202
|
-
readonly required: false;
|
|
1203
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1204
|
-
__epPropKey: true;
|
|
1205
|
-
};
|
|
1191
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1206
1192
|
readonly disabled: BooleanConstructor;
|
|
1207
|
-
readonly role: import('element-plus/es/utils/
|
|
1193
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1208
1194
|
readonly buttonProps: {
|
|
1209
1195
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
1210
1196
|
readonly required: false;
|
|
1211
1197
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1212
1198
|
__epPropKey: true;
|
|
1213
1199
|
};
|
|
1214
|
-
readonly teleported: import('element-plus/es/utils/
|
|
1200
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1215
1201
|
readonly appendTo: {
|
|
1216
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1202
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
1217
1203
|
readonly required: false;
|
|
1218
1204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1219
1205
|
__epPropKey: true;
|
|
1220
1206
|
};
|
|
1221
|
-
readonly persistent: import('element-plus/es/utils/
|
|
1207
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1222
1208
|
}>> & Readonly<{
|
|
1223
1209
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1224
1210
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1261,22 +1247,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1261
1247
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
1262
1248
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
1263
1249
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "command" | "visible-change")[], "click" | "command" | "visible-change", {
|
|
1264
|
-
readonly
|
|
1250
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1251
|
+
readonly maxHeight: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1265
1252
|
readonly size: string;
|
|
1266
1253
|
readonly disabled: boolean;
|
|
1267
|
-
readonly placement: import('element-plus/es/utils/
|
|
1268
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1269
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1270
|
-
readonly virtualTriggering: boolean;
|
|
1271
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1254
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], unknown, unknown>;
|
|
1272
1255
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1273
|
-
readonly
|
|
1274
|
-
readonly
|
|
1275
|
-
readonly
|
|
1256
|
+
readonly effect: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown>;
|
|
1257
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
1258
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1259
|
+
readonly virtualTriggering: boolean;
|
|
1260
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1261
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1262
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1263
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1264
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1276
1265
|
readonly triggerKeys: string[];
|
|
1277
|
-
readonly
|
|
1278
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
1279
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1266
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1280
1267
|
readonly showTimeout: number;
|
|
1281
1268
|
readonly hideTimeout: number;
|
|
1282
1269
|
readonly splitButton: boolean;
|
|
@@ -1287,20 +1274,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1287
1274
|
}>, {
|
|
1288
1275
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1289
1276
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1290
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1277
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1291
1278
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1292
1279
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1293
1280
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1294
1281
|
click: (evt: MouseEvent) => void;
|
|
1295
1282
|
}, import('vue').PublicProps, {
|
|
1296
1283
|
type: import('element-plus').ButtonType;
|
|
1297
|
-
disabled: boolean;
|
|
1298
1284
|
text: boolean;
|
|
1299
1285
|
round: boolean;
|
|
1300
1286
|
dashed: boolean;
|
|
1301
|
-
|
|
1287
|
+
disabled: boolean;
|
|
1302
1288
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1303
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1289
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1290
|
+
plain: boolean;
|
|
1304
1291
|
autoInsertSpace: boolean;
|
|
1305
1292
|
tag: string | import('vue').Component;
|
|
1306
1293
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -1315,18 +1302,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1315
1302
|
}>, {
|
|
1316
1303
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1317
1304
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1318
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1305
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1319
1306
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1320
1307
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1321
1308
|
}, {}, {}, {}, {
|
|
1322
1309
|
type: import('element-plus').ButtonType;
|
|
1323
|
-
disabled: boolean;
|
|
1324
1310
|
text: boolean;
|
|
1325
1311
|
round: boolean;
|
|
1326
1312
|
dashed: boolean;
|
|
1327
|
-
|
|
1313
|
+
disabled: boolean;
|
|
1328
1314
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1329
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1315
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1316
|
+
plain: boolean;
|
|
1330
1317
|
autoInsertSpace: boolean;
|
|
1331
1318
|
tag: string | import('vue').Component;
|
|
1332
1319
|
}>;
|
|
@@ -1338,20 +1325,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1338
1325
|
}>, {
|
|
1339
1326
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1340
1327
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1341
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1328
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1342
1329
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1343
1330
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1344
1331
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1345
1332
|
click: (evt: MouseEvent) => void;
|
|
1346
1333
|
}, string, {
|
|
1347
1334
|
type: import('element-plus').ButtonType;
|
|
1348
|
-
disabled: boolean;
|
|
1349
1335
|
text: boolean;
|
|
1350
1336
|
round: boolean;
|
|
1351
1337
|
dashed: boolean;
|
|
1352
|
-
|
|
1338
|
+
disabled: boolean;
|
|
1353
1339
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1354
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1340
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1341
|
+
plain: boolean;
|
|
1355
1342
|
autoInsertSpace: boolean;
|
|
1356
1343
|
tag: string | import('vue').Component;
|
|
1357
1344
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1363,32 +1350,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1363
1350
|
default?: (props: {}) => any;
|
|
1364
1351
|
};
|
|
1365
1352
|
}) & import('vue').ObjectPlugin & {
|
|
1366
|
-
setPropsDefaults: (defaults:
|
|
1367
|
-
readonly size?:
|
|
1368
|
-
readonly disabled?: boolean | undefined;
|
|
1369
|
-
readonly type?:
|
|
1370
|
-
readonly icon?: import('
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
readonly
|
|
1377
|
-
readonly
|
|
1378
|
-
readonly
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
readonly
|
|
1385
|
-
readonly
|
|
1386
|
-
readonly
|
|
1387
|
-
|
|
1353
|
+
setPropsDefaults: (defaults: {
|
|
1354
|
+
readonly size?: "" | "default" | "large" | "small" | (() => "" | "default" | "large" | "small") | undefined;
|
|
1355
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
1356
|
+
readonly type?: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | undefined;
|
|
1357
|
+
readonly icon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1358
|
+
new (...args: any[]): any;
|
|
1359
|
+
__isFragment?: never;
|
|
1360
|
+
__isTeleport?: never;
|
|
1361
|
+
__isSuspense?: never;
|
|
1362
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
1363
|
+
readonly nativeType?: "button" | "reset" | "submit" | (() => "button" | "reset" | "submit") | undefined;
|
|
1364
|
+
readonly loading?: boolean | (() => boolean) | undefined;
|
|
1365
|
+
readonly loadingIcon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1366
|
+
new (...args: any[]): any;
|
|
1367
|
+
__isFragment?: never;
|
|
1368
|
+
__isTeleport?: never;
|
|
1369
|
+
__isSuspense?: never;
|
|
1370
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
1371
|
+
readonly plain?: boolean | (() => boolean) | undefined;
|
|
1372
|
+
readonly text?: boolean | (() => boolean) | undefined;
|
|
1373
|
+
readonly link?: boolean | (() => boolean) | undefined;
|
|
1374
|
+
readonly bg?: boolean | (() => boolean) | undefined;
|
|
1375
|
+
readonly autofocus?: boolean | (() => boolean) | undefined;
|
|
1376
|
+
readonly round?: boolean | (() => boolean) | undefined;
|
|
1377
|
+
readonly circle?: boolean | (() => boolean) | undefined;
|
|
1378
|
+
readonly dashed?: boolean | (() => boolean) | undefined;
|
|
1379
|
+
readonly color?: string | (() => string) | undefined;
|
|
1380
|
+
readonly dark?: boolean | (() => boolean) | undefined;
|
|
1381
|
+
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
1382
|
+
readonly tag?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1383
|
+
new (...args: any[]): any;
|
|
1384
|
+
__isFragment?: never;
|
|
1385
|
+
__isTeleport?: never;
|
|
1386
|
+
__isSuspense?: never;
|
|
1387
|
+
} | (() => (string | import('vue').Component | undefined) & {}) | undefined;
|
|
1388
|
+
}) => void;
|
|
1388
1389
|
} & {
|
|
1389
1390
|
ButtonGroup: {
|
|
1390
1391
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
1391
|
-
type: "" | "default" | "
|
|
1392
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1392
1393
|
direction: "horizontal" | "vertical";
|
|
1393
1394
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1394
1395
|
P: {};
|
|
@@ -1398,14 +1399,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1398
1399
|
M: {};
|
|
1399
1400
|
Defaults: {};
|
|
1400
1401
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1401
|
-
type: "" | "default" | "
|
|
1402
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1402
1403
|
direction: "horizontal" | "vertical";
|
|
1403
1404
|
}>;
|
|
1404
1405
|
__isFragment?: never;
|
|
1405
1406
|
__isTeleport?: never;
|
|
1406
1407
|
__isSuspense?: never;
|
|
1407
1408
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1408
|
-
type: "" | "default" | "
|
|
1409
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1409
1410
|
direction: "horizontal" | "vertical";
|
|
1410
1411
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1411
1412
|
$slots: {
|
|
@@ -1415,7 +1416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1415
1416
|
};
|
|
1416
1417
|
ElButtonGroup: {
|
|
1417
1418
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
1418
|
-
type: "" | "default" | "
|
|
1419
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1419
1420
|
direction: "horizontal" | "vertical";
|
|
1420
1421
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1421
1422
|
P: {};
|
|
@@ -1425,21 +1426,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1425
1426
|
M: {};
|
|
1426
1427
|
Defaults: {};
|
|
1427
1428
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1428
|
-
type: "" | "default" | "
|
|
1429
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1429
1430
|
direction: "horizontal" | "vertical";
|
|
1430
1431
|
}>;
|
|
1431
1432
|
__isFragment?: never;
|
|
1432
1433
|
__isTeleport?: never;
|
|
1433
1434
|
__isSuspense?: never;
|
|
1434
1435
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1435
|
-
type: "" | "default" | "
|
|
1436
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1436
1437
|
direction: "horizontal" | "vertical";
|
|
1437
1438
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1438
1439
|
$slots: {
|
|
1439
1440
|
default?: (props: {}) => any;
|
|
1440
1441
|
};
|
|
1441
1442
|
});
|
|
1442
|
-
ElScrollbar: import('element-plus/es/utils/
|
|
1443
|
+
ElScrollbar: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1443
1444
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
|
|
1444
1445
|
onScroll?: ((args_0: {
|
|
1445
1446
|
scrollTop: number;
|
|
@@ -1549,15 +1550,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1549
1550
|
default?: (props: {}) => any;
|
|
1550
1551
|
};
|
|
1551
1552
|
})>;
|
|
1552
|
-
ElTooltip: import('element-plus/es/utils/
|
|
1553
|
+
ElTooltip: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1553
1554
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1554
|
-
|
|
1555
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1556
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1557
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1555
1558
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1556
1559
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1557
1560
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1558
|
-
|
|
1559
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1560
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1561
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1561
1562
|
}>, {
|
|
1562
1563
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1563
1564
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1567,39 +1568,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1567
1568
|
onClose: (event?: Event, delay?: number) => void;
|
|
1568
1569
|
hide: (event?: Event) => void;
|
|
1569
1570
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1570
|
-
|
|
1571
|
+
hide: (...args: any[]) => void;
|
|
1572
|
+
show: (...args: any[]) => void;
|
|
1573
|
+
open: (...args: any[]) => void;
|
|
1571
1574
|
"update:visible": (...args: any[]) => void;
|
|
1572
1575
|
"before-show": (...args: any[]) => void;
|
|
1573
1576
|
"before-hide": (...args: any[]) => void;
|
|
1574
|
-
|
|
1575
|
-
hide: (...args: any[]) => void;
|
|
1576
|
-
open: (...args: any[]) => void;
|
|
1577
|
+
close: (...args: any[]) => void;
|
|
1577
1578
|
}, import('vue').PublicProps, {
|
|
1578
|
-
effect: import('element-plus').PopperEffect;
|
|
1579
|
-
placement: import('element-plus').Placement;
|
|
1580
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1581
|
-
teleported: boolean;
|
|
1582
|
-
visible: boolean | null;
|
|
1583
1579
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1580
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1581
|
+
visible: boolean | null;
|
|
1582
|
+
content: string;
|
|
1583
|
+
offset: number;
|
|
1584
|
+
showAfter: number;
|
|
1585
|
+
hideAfter: number;
|
|
1586
|
+
autoClose: number;
|
|
1587
|
+
boundariesPadding: number;
|
|
1588
|
+
gpuAcceleration: boolean;
|
|
1589
|
+
placement: import('element-plus').Placement;
|
|
1590
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1591
|
+
strategy: "fixed" | "absolute";
|
|
1592
|
+
arrowOffset: number;
|
|
1593
|
+
effect: import('element-plus').PopperEffect;
|
|
1584
1594
|
enterable: boolean;
|
|
1595
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1596
|
+
stopPopperMouseEvent: boolean;
|
|
1597
|
+
loop: boolean;
|
|
1585
1598
|
pure: boolean;
|
|
1586
1599
|
focusOnShow: boolean;
|
|
1587
1600
|
trapping: boolean;
|
|
1588
|
-
stopPopperMouseEvent: boolean;
|
|
1589
1601
|
virtualTriggering: boolean;
|
|
1590
|
-
|
|
1591
|
-
boundariesPadding: number;
|
|
1592
|
-
gpuAcceleration: boolean;
|
|
1593
|
-
offset: number;
|
|
1594
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1595
|
-
strategy: "absolute" | "fixed";
|
|
1596
|
-
arrowOffset: number;
|
|
1602
|
+
teleported: boolean;
|
|
1597
1603
|
showArrow: boolean;
|
|
1598
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1599
|
-
content: string;
|
|
1600
|
-
showAfter: number;
|
|
1601
|
-
hideAfter: number;
|
|
1602
|
-
autoClose: number;
|
|
1603
1604
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1604
1605
|
triggerKeys: string[];
|
|
1605
1606
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -1610,13 +1611,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1610
1611
|
M: {};
|
|
1611
1612
|
Defaults: {};
|
|
1612
1613
|
}, Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1613
|
-
|
|
1614
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1615
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1616
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1614
1617
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1615
1618
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1616
1619
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1617
|
-
|
|
1618
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1619
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1620
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1620
1621
|
}>, {
|
|
1621
1622
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1622
1623
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1626,31 +1627,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1626
1627
|
onClose: (event?: Event, delay?: number) => void;
|
|
1627
1628
|
hide: (event?: Event) => void;
|
|
1628
1629
|
}, {}, {}, {}, {
|
|
1629
|
-
effect: import('element-plus').PopperEffect;
|
|
1630
|
-
placement: import('element-plus').Placement;
|
|
1631
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1632
|
-
teleported: boolean;
|
|
1633
|
-
visible: boolean | null;
|
|
1634
1630
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1631
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1632
|
+
visible: boolean | null;
|
|
1633
|
+
content: string;
|
|
1634
|
+
offset: number;
|
|
1635
|
+
showAfter: number;
|
|
1636
|
+
hideAfter: number;
|
|
1637
|
+
autoClose: number;
|
|
1638
|
+
boundariesPadding: number;
|
|
1639
|
+
gpuAcceleration: boolean;
|
|
1640
|
+
placement: import('element-plus').Placement;
|
|
1641
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1642
|
+
strategy: "fixed" | "absolute";
|
|
1643
|
+
arrowOffset: number;
|
|
1644
|
+
effect: import('element-plus').PopperEffect;
|
|
1635
1645
|
enterable: boolean;
|
|
1646
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1647
|
+
stopPopperMouseEvent: boolean;
|
|
1648
|
+
loop: boolean;
|
|
1636
1649
|
pure: boolean;
|
|
1637
1650
|
focusOnShow: boolean;
|
|
1638
1651
|
trapping: boolean;
|
|
1639
|
-
stopPopperMouseEvent: boolean;
|
|
1640
1652
|
virtualTriggering: boolean;
|
|
1641
|
-
|
|
1642
|
-
boundariesPadding: number;
|
|
1643
|
-
gpuAcceleration: boolean;
|
|
1644
|
-
offset: number;
|
|
1645
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1646
|
-
strategy: "absolute" | "fixed";
|
|
1647
|
-
arrowOffset: number;
|
|
1653
|
+
teleported: boolean;
|
|
1648
1654
|
showArrow: boolean;
|
|
1649
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1650
|
-
content: string;
|
|
1651
|
-
showAfter: number;
|
|
1652
|
-
hideAfter: number;
|
|
1653
|
-
autoClose: number;
|
|
1654
1655
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1655
1656
|
triggerKeys: string[];
|
|
1656
1657
|
}>;
|
|
@@ -1658,13 +1659,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1658
1659
|
__isTeleport?: never;
|
|
1659
1660
|
__isSuspense?: never;
|
|
1660
1661
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1661
|
-
|
|
1662
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1663
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1664
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1662
1665
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1663
1666
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1664
1667
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1665
|
-
|
|
1666
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1667
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1668
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1668
1669
|
}>, {
|
|
1669
1670
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1670
1671
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1674,39 +1675,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1674
1675
|
onClose: (event?: Event, delay?: number) => void;
|
|
1675
1676
|
hide: (event?: Event) => void;
|
|
1676
1677
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1677
|
-
|
|
1678
|
+
hide: (...args: any[]) => void;
|
|
1679
|
+
show: (...args: any[]) => void;
|
|
1680
|
+
open: (...args: any[]) => void;
|
|
1678
1681
|
"update:visible": (...args: any[]) => void;
|
|
1679
1682
|
"before-show": (...args: any[]) => void;
|
|
1680
1683
|
"before-hide": (...args: any[]) => void;
|
|
1681
|
-
|
|
1682
|
-
hide: (...args: any[]) => void;
|
|
1683
|
-
open: (...args: any[]) => void;
|
|
1684
|
+
close: (...args: any[]) => void;
|
|
1684
1685
|
}, string, {
|
|
1685
|
-
effect: import('element-plus').PopperEffect;
|
|
1686
|
-
placement: import('element-plus').Placement;
|
|
1687
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1688
|
-
teleported: boolean;
|
|
1689
|
-
visible: boolean | null;
|
|
1690
1686
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1687
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1688
|
+
visible: boolean | null;
|
|
1689
|
+
content: string;
|
|
1690
|
+
offset: number;
|
|
1691
|
+
showAfter: number;
|
|
1692
|
+
hideAfter: number;
|
|
1693
|
+
autoClose: number;
|
|
1694
|
+
boundariesPadding: number;
|
|
1695
|
+
gpuAcceleration: boolean;
|
|
1696
|
+
placement: import('element-plus').Placement;
|
|
1697
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1698
|
+
strategy: "fixed" | "absolute";
|
|
1699
|
+
arrowOffset: number;
|
|
1700
|
+
effect: import('element-plus').PopperEffect;
|
|
1691
1701
|
enterable: boolean;
|
|
1702
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1703
|
+
stopPopperMouseEvent: boolean;
|
|
1704
|
+
loop: boolean;
|
|
1692
1705
|
pure: boolean;
|
|
1693
1706
|
focusOnShow: boolean;
|
|
1694
1707
|
trapping: boolean;
|
|
1695
|
-
stopPopperMouseEvent: boolean;
|
|
1696
1708
|
virtualTriggering: boolean;
|
|
1697
|
-
|
|
1698
|
-
boundariesPadding: number;
|
|
1699
|
-
gpuAcceleration: boolean;
|
|
1700
|
-
offset: number;
|
|
1701
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1702
|
-
strategy: "absolute" | "fixed";
|
|
1703
|
-
arrowOffset: number;
|
|
1709
|
+
teleported: boolean;
|
|
1704
1710
|
showArrow: boolean;
|
|
1705
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1706
|
-
content: string;
|
|
1707
|
-
showAfter: number;
|
|
1708
|
-
hideAfter: number;
|
|
1709
|
-
autoClose: number;
|
|
1710
1711
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1711
1712
|
triggerKeys: string[];
|
|
1712
1713
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1734,23 +1735,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1734
1735
|
setup(): void;
|
|
1735
1736
|
};
|
|
1736
1737
|
ElRovingFocusGroupImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1737
|
-
style:
|
|
1738
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown>>;
|
|
1739
|
-
readonly required: false;
|
|
1740
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1741
|
-
__epPropKey: true;
|
|
1742
|
-
};
|
|
1738
|
+
style: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1743
1739
|
currentTabId: {
|
|
1744
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1740
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | (((new (...args: any[]) => string) | (() => string | null)) | null)[], unknown, unknown>>;
|
|
1745
1741
|
readonly required: false;
|
|
1746
1742
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1747
1743
|
__epPropKey: true;
|
|
1748
1744
|
};
|
|
1749
1745
|
defaultCurrentTabId: StringConstructor;
|
|
1750
1746
|
loop: BooleanConstructor;
|
|
1751
|
-
dir: import('element-plus/es/utils/
|
|
1747
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
1752
1748
|
orientation: {
|
|
1753
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1749
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined) | (((new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined)) | null)[], unknown, unknown>>;
|
|
1754
1750
|
readonly required: false;
|
|
1755
1751
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1756
1752
|
__epPropKey: true;
|
|
@@ -1759,23 +1755,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1759
1755
|
onFocus: FunctionConstructor;
|
|
1760
1756
|
onMousedown: FunctionConstructor;
|
|
1761
1757
|
}>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1762
|
-
style:
|
|
1763
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown>>;
|
|
1764
|
-
readonly required: false;
|
|
1765
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1766
|
-
__epPropKey: true;
|
|
1767
|
-
};
|
|
1758
|
+
style: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | (((new (...args: any[]) => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
1768
1759
|
currentTabId: {
|
|
1769
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1760
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | (((new (...args: any[]) => string) | (() => string | null)) | null)[], unknown, unknown>>;
|
|
1770
1761
|
readonly required: false;
|
|
1771
1762
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1772
1763
|
__epPropKey: true;
|
|
1773
1764
|
};
|
|
1774
1765
|
defaultCurrentTabId: StringConstructor;
|
|
1775
1766
|
loop: BooleanConstructor;
|
|
1776
|
-
dir: import('element-plus/es/utils/
|
|
1767
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
1777
1768
|
orientation: {
|
|
1778
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1769
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined) | (((new (...args: any[]) => "horizontal" | "vertical") | (() => "horizontal" | "vertical" | undefined)) | null)[], unknown, unknown>>;
|
|
1779
1770
|
readonly required: false;
|
|
1780
1771
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1781
1772
|
__epPropKey: true;
|
|
@@ -1787,6 +1778,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1787
1778
|
onCurrentTabIdChange?: ((...args: any[]) => any) | undefined;
|
|
1788
1779
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
1789
1780
|
}>, {
|
|
1781
|
+
style: import('vue').StyleValue;
|
|
1790
1782
|
loop: boolean;
|
|
1791
1783
|
dir: string;
|
|
1792
1784
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1794,103 +1786,50 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1794
1786
|
ElOnlyChild: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1795
1787
|
[key: string]: any;
|
|
1796
1788
|
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1797
|
-
ElIcon: import('element-plus/es/utils/
|
|
1798
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
1799
|
-
size: number | string;
|
|
1800
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1789
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1790
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1801
1791
|
P: {};
|
|
1802
1792
|
B: {};
|
|
1803
1793
|
D: {};
|
|
1804
1794
|
C: {};
|
|
1805
1795
|
M: {};
|
|
1806
1796
|
Defaults: {};
|
|
1807
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1808
|
-
size: number | string;
|
|
1809
|
-
}>;
|
|
1797
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1810
1798
|
__isFragment?: never;
|
|
1811
1799
|
__isTeleport?: never;
|
|
1812
1800
|
__isSuspense?: never;
|
|
1813
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1814
|
-
size: number | string;
|
|
1815
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1801
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1816
1802
|
$slots: {
|
|
1817
1803
|
default?: (props: {}) => any;
|
|
1818
1804
|
};
|
|
1819
1805
|
})>;
|
|
1820
1806
|
ArrowDown: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1821
1807
|
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').ObjectPlugin & {
|
|
1822
|
-
setPropsDefaults: (defaults:
|
|
1823
|
-
readonly
|
|
1824
|
-
readonly
|
|
1825
|
-
readonly
|
|
1826
|
-
readonly
|
|
1827
|
-
readonly
|
|
1828
|
-
readonly
|
|
1829
|
-
readonly
|
|
1830
|
-
readonly
|
|
1831
|
-
readonly
|
|
1832
|
-
readonly
|
|
1833
|
-
readonly
|
|
1834
|
-
readonly
|
|
1835
|
-
readonly
|
|
1836
|
-
readonly
|
|
1837
|
-
readonly
|
|
1838
|
-
readonly
|
|
1839
|
-
readonly
|
|
1840
|
-
readonly
|
|
1841
|
-
readonly
|
|
1842
|
-
|
|
1843
|
-
readonly
|
|
1844
|
-
readonly
|
|
1845
|
-
readonly
|
|
1846
|
-
readonly
|
|
1847
|
-
readonly virtualTriggering: boolean;
|
|
1848
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1849
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | null)[], unknown, unknown>;
|
|
1850
|
-
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1851
|
-
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1852
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1853
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1854
|
-
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1855
|
-
readonly triggerKeys: string[];
|
|
1856
|
-
readonly splitButton: boolean;
|
|
1857
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1858
|
-
readonly showTimeout: number;
|
|
1859
|
-
readonly hideTimeout: number;
|
|
1860
|
-
readonly tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
|
|
1861
|
-
readonly maxHeight: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
|
|
1862
|
-
readonly type?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | ((new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | null)[], unknown, unknown> | undefined;
|
|
1863
|
-
readonly appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown> | undefined;
|
|
1864
|
-
readonly id?: string | undefined;
|
|
1865
|
-
readonly popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1866
|
-
[x: string]: boolean;
|
|
1867
|
-
} | (string | {
|
|
1868
|
-
[x: string]: boolean;
|
|
1869
|
-
} | (string | {
|
|
1870
|
-
[x: string]: boolean;
|
|
1871
|
-
} | (string | {
|
|
1872
|
-
[x: string]: boolean;
|
|
1873
|
-
} | (string | {
|
|
1874
|
-
[x: string]: boolean;
|
|
1875
|
-
} | (string | {
|
|
1876
|
-
[x: string]: boolean;
|
|
1877
|
-
} | (string | {
|
|
1878
|
-
[x: string]: boolean;
|
|
1879
|
-
} | (string | {
|
|
1880
|
-
[x: string]: boolean;
|
|
1881
|
-
} | (string | {
|
|
1882
|
-
[x: string]: boolean;
|
|
1883
|
-
} | (string | {
|
|
1884
|
-
[x: string]: boolean;
|
|
1885
|
-
} | (string | {
|
|
1886
|
-
[x: string]: boolean;
|
|
1887
|
-
} | (string | {
|
|
1888
|
-
[x: string]: boolean;
|
|
1889
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1890
|
-
[x: string]: boolean;
|
|
1891
|
-
} | (string | {
|
|
1892
|
-
[x: string]: boolean;
|
|
1893
|
-
} | (string | {
|
|
1808
|
+
setPropsDefaults: (defaults: {
|
|
1809
|
+
readonly role?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree", unknown> | (() => "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree") | undefined;
|
|
1810
|
+
readonly maxHeight?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown> | (() => string | number) | undefined;
|
|
1811
|
+
readonly size?: string | (() => string) | undefined;
|
|
1812
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
1813
|
+
readonly placement?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | null)[], unknown, unknown> | (() => "left" | "right" | "auto" | "top" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
|
|
1814
|
+
readonly popperOptions?: (() => Partial<import('element-plus').Options>) | undefined;
|
|
1815
|
+
readonly effect?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | null)[], unknown, unknown> | (() => string) | undefined;
|
|
1816
|
+
readonly popperStyle?: string | false | (() => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | null | undefined;
|
|
1817
|
+
readonly loop?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1818
|
+
readonly virtualTriggering?: boolean | (() => boolean) | undefined;
|
|
1819
|
+
readonly teleported?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1820
|
+
readonly persistent?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1821
|
+
readonly tabindex?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown> | (() => string | number) | undefined;
|
|
1822
|
+
readonly showArrow?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1823
|
+
readonly trigger?: "click" | "hover" | "contextmenu" | (() => "click" | "hover" | "contextmenu" | ("click" | "hover" | "contextmenu")[]) | undefined;
|
|
1824
|
+
readonly triggerKeys?: (() => string[]) | undefined;
|
|
1825
|
+
readonly hideOnClick?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1826
|
+
readonly showTimeout?: number | (() => number) | undefined;
|
|
1827
|
+
readonly hideTimeout?: number | (() => number) | undefined;
|
|
1828
|
+
readonly splitButton?: boolean | (() => boolean) | undefined;
|
|
1829
|
+
readonly type?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | ((new (...args: any[]) => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | null)[], unknown, unknown> | (() => "" | "default" | "text" | "primary" | "success" | "info" | "warning" | "danger") | undefined;
|
|
1830
|
+
readonly id?: string | (() => string) | undefined;
|
|
1831
|
+
readonly appendTo?: string | (() => string | HTMLElement) | undefined;
|
|
1832
|
+
readonly popperClass?: string | (() => string | {
|
|
1894
1833
|
[x: string]: boolean;
|
|
1895
1834
|
} | (string | {
|
|
1896
1835
|
[x: string]: boolean;
|
|
@@ -1910,70 +1849,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1910
1849
|
[x: string]: boolean;
|
|
1911
1850
|
} | (string | {
|
|
1912
1851
|
[x: string]: boolean;
|
|
1913
|
-
} |
|
|
1852
|
+
} | (string | any[] | {
|
|
1914
1853
|
[x: string]: boolean;
|
|
1915
|
-
} |
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
} | (string | {
|
|
1920
|
-
[x: string]: boolean;
|
|
1921
|
-
} | (string | {
|
|
1922
|
-
[x: string]: boolean;
|
|
1923
|
-
} | (string | {
|
|
1924
|
-
[x: string]: boolean;
|
|
1925
|
-
} | (string | {
|
|
1926
|
-
[x: string]: boolean;
|
|
1927
|
-
} | (string | {
|
|
1928
|
-
[x: string]: boolean;
|
|
1929
|
-
} | (string | {
|
|
1930
|
-
[x: string]: boolean;
|
|
1931
|
-
} | (string | {
|
|
1932
|
-
[x: string]: boolean;
|
|
1933
|
-
} | (string | {
|
|
1934
|
-
[x: string]: boolean;
|
|
1935
|
-
} | (string | {
|
|
1936
|
-
[x: string]: boolean;
|
|
1937
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1938
|
-
[x: string]: boolean;
|
|
1939
|
-
} | (string | {
|
|
1940
|
-
[x: string]: boolean;
|
|
1941
|
-
} | (string | {
|
|
1942
|
-
[x: string]: boolean;
|
|
1943
|
-
} | (string | {
|
|
1944
|
-
[x: string]: boolean;
|
|
1945
|
-
} | (string | {
|
|
1946
|
-
[x: string]: boolean;
|
|
1947
|
-
} | (string | {
|
|
1948
|
-
[x: string]: boolean;
|
|
1949
|
-
} | (string | {
|
|
1950
|
-
[x: string]: boolean;
|
|
1951
|
-
} | (string | {
|
|
1952
|
-
[x: string]: boolean;
|
|
1953
|
-
} | (string | {
|
|
1954
|
-
[x: string]: boolean;
|
|
1955
|
-
} | (string | {
|
|
1956
|
-
[x: string]: boolean;
|
|
1957
|
-
} | (string | {
|
|
1958
|
-
[x: string]: boolean;
|
|
1959
|
-
} | (string | {
|
|
1960
|
-
[x: string]: boolean;
|
|
1961
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown> | undefined;
|
|
1962
|
-
readonly popperStyle?: import('vue').StyleValue;
|
|
1963
|
-
readonly virtualRef?: import('element-plus').Measurable | undefined;
|
|
1964
|
-
readonly buttonProps?: Partial<import('element-plus').ButtonProps> | undefined;
|
|
1965
|
-
readonly onClick?: ((...args: any[]) => any) | undefined | undefined;
|
|
1966
|
-
readonly "onVisible-change"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1967
|
-
readonly onCommand?: ((...args: any[]) => any) | undefined | undefined;
|
|
1968
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "disabled" | "role" | "effect" | "virtualTriggering" | "loop" | "placement" | "popperOptions" | "showArrow" | "persistent" | "teleported" | "trigger" | "triggerKeys" | "splitButton" | "hideOnClick" | "showTimeout" | "hideTimeout" | "tabindex" | "maxHeight">>) => void;
|
|
1854
|
+
})[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
1855
|
+
readonly virtualRef?: (() => import('element-plus').Measurable) | undefined;
|
|
1856
|
+
readonly buttonProps?: (() => Partial<import('element-plus').ButtonProps>) | undefined;
|
|
1857
|
+
}) => void;
|
|
1969
1858
|
} & {
|
|
1970
1859
|
DropdownItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1971
|
-
readonly command: import('element-plus/es/utils/
|
|
1860
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1972
1861
|
readonly disabled: BooleanConstructor;
|
|
1973
1862
|
readonly divided: BooleanConstructor;
|
|
1974
1863
|
readonly textValue: StringConstructor;
|
|
1975
1864
|
readonly icon: {
|
|
1976
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1865
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
1977
1866
|
readonly required: false;
|
|
1978
1867
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1979
1868
|
__epPropKey: true;
|
|
@@ -1984,21 +1873,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1984
1873
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
1985
1874
|
propsAndAttrs: import('vue').ComputedRef<{
|
|
1986
1875
|
disabled: boolean;
|
|
1987
|
-
command: import('element-plus/es/utils/
|
|
1876
|
+
command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1988
1877
|
divided: boolean;
|
|
1989
|
-
icon: import('element-plus/es/utils/
|
|
1878
|
+
icon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown> | undefined;
|
|
1990
1879
|
textValue: string | undefined;
|
|
1991
1880
|
onClick: ((...args: any[]) => any) | undefined;
|
|
1992
1881
|
onPointermove: ((...args: any[]) => any) | undefined;
|
|
1993
1882
|
onPointerleave: ((...args: any[]) => any) | undefined;
|
|
1994
1883
|
}>;
|
|
1995
1884
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1996
|
-
readonly command: import('element-plus/es/utils/
|
|
1885
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1997
1886
|
readonly disabled: BooleanConstructor;
|
|
1998
1887
|
readonly divided: BooleanConstructor;
|
|
1999
1888
|
readonly textValue: StringConstructor;
|
|
2000
1889
|
readonly icon: {
|
|
2001
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1890
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2002
1891
|
readonly required: false;
|
|
2003
1892
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2004
1893
|
__epPropKey: true;
|
|
@@ -2009,7 +1898,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2009
1898
|
onPointerleave?: ((...args: any[]) => any) | undefined;
|
|
2010
1899
|
}>, {
|
|
2011
1900
|
readonly disabled: boolean;
|
|
2012
|
-
readonly command: import('element-plus/es/utils/
|
|
1901
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2013
1902
|
readonly divided: boolean;
|
|
2014
1903
|
}, {}, {
|
|
2015
1904
|
ElRovingFocusItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2030,8 +1919,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2030
1919
|
};
|
|
2031
1920
|
active: BooleanConstructor;
|
|
2032
1921
|
}>> & Readonly<{
|
|
2033
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2034
1922
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1923
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2035
1924
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2036
1925
|
}>, {
|
|
2037
1926
|
active: boolean;
|
|
@@ -2055,12 +1944,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2055
1944
|
};
|
|
2056
1945
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2057
1946
|
ElDropdownItemImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2058
|
-
readonly command: import('element-plus/es/utils/
|
|
1947
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2059
1948
|
readonly disabled: BooleanConstructor;
|
|
2060
1949
|
readonly divided: BooleanConstructor;
|
|
2061
1950
|
readonly textValue: StringConstructor;
|
|
2062
1951
|
readonly icon: {
|
|
2063
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1952
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2064
1953
|
readonly required: false;
|
|
2065
1954
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2066
1955
|
__epPropKey: true;
|
|
@@ -2094,12 +1983,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2094
1983
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
2095
1984
|
handleMousedown: (e: Event) => void;
|
|
2096
1985
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove" | "clickimpl")[], "click" | "pointerleave" | "pointermove" | "clickimpl", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2097
|
-
readonly command: import('element-plus/es/utils/
|
|
1986
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2098
1987
|
readonly disabled: BooleanConstructor;
|
|
2099
1988
|
readonly divided: BooleanConstructor;
|
|
2100
1989
|
readonly textValue: StringConstructor;
|
|
2101
1990
|
readonly icon: {
|
|
2102
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1991
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2103
1992
|
readonly required: false;
|
|
2104
1993
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2105
1994
|
__epPropKey: true;
|
|
@@ -2111,28 +2000,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2111
2000
|
onClickimpl?: ((...args: any[]) => any) | undefined;
|
|
2112
2001
|
}>, {
|
|
2113
2002
|
readonly disabled: boolean;
|
|
2114
|
-
readonly command: import('element-plus/es/utils/
|
|
2003
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2115
2004
|
readonly divided: boolean;
|
|
2116
2005
|
}, {}, {
|
|
2117
|
-
ElIcon: import('element-plus/es/utils/
|
|
2118
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
2119
|
-
size: number | string;
|
|
2120
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2006
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
2007
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2121
2008
|
P: {};
|
|
2122
2009
|
B: {};
|
|
2123
2010
|
D: {};
|
|
2124
2011
|
C: {};
|
|
2125
2012
|
M: {};
|
|
2126
2013
|
Defaults: {};
|
|
2127
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2128
|
-
size: number | string;
|
|
2129
|
-
}>;
|
|
2014
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2130
2015
|
__isFragment?: never;
|
|
2131
2016
|
__isTeleport?: never;
|
|
2132
2017
|
__isSuspense?: never;
|
|
2133
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2134
|
-
size: number | string;
|
|
2135
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2018
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2136
2019
|
$slots: {
|
|
2137
2020
|
default?: (props: {}) => any;
|
|
2138
2021
|
};
|
|
@@ -2150,7 +2033,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2150
2033
|
size: import('vue').ComputedRef<string> | undefined;
|
|
2151
2034
|
rovingFocusGroupRootStyle: import('vue').Ref<import('vue').StyleValue, import('vue').StyleValue>;
|
|
2152
2035
|
dropdownKls: import('vue').ComputedRef<string[]>;
|
|
2153
|
-
role: import('vue').ComputedRef<"
|
|
2036
|
+
role: import('vue').ComputedRef<"listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree" | undefined>;
|
|
2154
2037
|
triggerId: import('vue').ComputedRef<string>;
|
|
2155
2038
|
dropdownListWrapperRef: (el: Element | import('vue').ComponentPublicInstance | null) => void;
|
|
2156
2039
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -2166,7 +2049,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2166
2049
|
};
|
|
2167
2050
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2168
2051
|
};
|
|
2169
|
-
ElDropdownMenu: import('element-plus/es/utils/
|
|
2052
|
+
ElDropdownMenu: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2170
2053
|
onKeydown: {
|
|
2171
2054
|
readonly type: import('vue').PropType<(e: KeyboardEvent) => void>;
|
|
2172
2055
|
readonly required: false;
|
|
@@ -2177,7 +2060,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2177
2060
|
size: import('vue').ComputedRef<string> | undefined;
|
|
2178
2061
|
rovingFocusGroupRootStyle: import('vue').Ref<import('vue').StyleValue, import('vue').StyleValue>;
|
|
2179
2062
|
dropdownKls: import('vue').ComputedRef<string[]>;
|
|
2180
|
-
role: import('vue').ComputedRef<"
|
|
2063
|
+
role: import('vue').ComputedRef<"listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree" | undefined>;
|
|
2181
2064
|
triggerId: import('vue').ComputedRef<string>;
|
|
2182
2065
|
dropdownListWrapperRef: (el: Element | import('vue').ComponentPublicInstance | null) => void;
|
|
2183
2066
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -2192,13 +2075,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2192
2075
|
__epPropKey: true;
|
|
2193
2076
|
};
|
|
2194
2077
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
2195
|
-
ElDropdownItem: import('element-plus/es/utils/
|
|
2196
|
-
readonly command: import('element-plus/es/utils/
|
|
2078
|
+
ElDropdownItem: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2079
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2197
2080
|
readonly disabled: BooleanConstructor;
|
|
2198
2081
|
readonly divided: BooleanConstructor;
|
|
2199
2082
|
readonly textValue: StringConstructor;
|
|
2200
2083
|
readonly icon: {
|
|
2201
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2084
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2202
2085
|
readonly required: false;
|
|
2203
2086
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2204
2087
|
__epPropKey: true;
|
|
@@ -2209,21 +2092,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2209
2092
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
2210
2093
|
propsAndAttrs: import('vue').ComputedRef<{
|
|
2211
2094
|
disabled: boolean;
|
|
2212
|
-
command: import('element-plus/es/utils/
|
|
2095
|
+
command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2213
2096
|
divided: boolean;
|
|
2214
|
-
icon: import('element-plus/es/utils/
|
|
2097
|
+
icon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown> | undefined;
|
|
2215
2098
|
textValue: string | undefined;
|
|
2216
2099
|
onClick: ((...args: any[]) => any) | undefined;
|
|
2217
2100
|
onPointermove: ((...args: any[]) => any) | undefined;
|
|
2218
2101
|
onPointerleave: ((...args: any[]) => any) | undefined;
|
|
2219
2102
|
}>;
|
|
2220
2103
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2221
|
-
readonly command: import('element-plus/es/utils/
|
|
2104
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2222
2105
|
readonly disabled: BooleanConstructor;
|
|
2223
2106
|
readonly divided: BooleanConstructor;
|
|
2224
2107
|
readonly textValue: StringConstructor;
|
|
2225
2108
|
readonly icon: {
|
|
2226
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2109
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2227
2110
|
readonly required: false;
|
|
2228
2111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2229
2112
|
__epPropKey: true;
|
|
@@ -2234,7 +2117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2234
2117
|
onPointerleave?: ((...args: any[]) => any) | undefined;
|
|
2235
2118
|
}>, {
|
|
2236
2119
|
readonly disabled: boolean;
|
|
2237
|
-
readonly command: import('element-plus/es/utils/
|
|
2120
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2238
2121
|
readonly divided: boolean;
|
|
2239
2122
|
}, {}, {
|
|
2240
2123
|
ElRovingFocusItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2255,8 +2138,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2255
2138
|
};
|
|
2256
2139
|
active: BooleanConstructor;
|
|
2257
2140
|
}>> & Readonly<{
|
|
2258
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2259
2141
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2142
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2260
2143
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2261
2144
|
}>, {
|
|
2262
2145
|
active: boolean;
|
|
@@ -2280,12 +2163,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2280
2163
|
};
|
|
2281
2164
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2282
2165
|
ElDropdownItemImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2283
|
-
readonly command: import('element-plus/es/utils/
|
|
2166
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2284
2167
|
readonly disabled: BooleanConstructor;
|
|
2285
2168
|
readonly divided: BooleanConstructor;
|
|
2286
2169
|
readonly textValue: StringConstructor;
|
|
2287
2170
|
readonly icon: {
|
|
2288
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2171
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2289
2172
|
readonly required: false;
|
|
2290
2173
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2291
2174
|
__epPropKey: true;
|
|
@@ -2319,12 +2202,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2319
2202
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
2320
2203
|
handleMousedown: (e: Event) => void;
|
|
2321
2204
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove" | "clickimpl")[], "click" | "pointerleave" | "pointermove" | "clickimpl", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2322
|
-
readonly command: import('element-plus/es/utils/
|
|
2205
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2323
2206
|
readonly disabled: BooleanConstructor;
|
|
2324
2207
|
readonly divided: BooleanConstructor;
|
|
2325
2208
|
readonly textValue: StringConstructor;
|
|
2326
2209
|
readonly icon: {
|
|
2327
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2210
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
|
|
2328
2211
|
readonly required: false;
|
|
2329
2212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2330
2213
|
__epPropKey: true;
|
|
@@ -2336,28 +2219,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2336
2219
|
onClickimpl?: ((...args: any[]) => any) | undefined;
|
|
2337
2220
|
}>, {
|
|
2338
2221
|
readonly disabled: boolean;
|
|
2339
|
-
readonly command: import('element-plus/es/utils/
|
|
2222
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2340
2223
|
readonly divided: boolean;
|
|
2341
2224
|
}, {}, {
|
|
2342
|
-
ElIcon: import('element-plus/es/utils/
|
|
2343
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
2344
|
-
size: number | string;
|
|
2345
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2225
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
2226
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2346
2227
|
P: {};
|
|
2347
2228
|
B: {};
|
|
2348
2229
|
D: {};
|
|
2349
2230
|
C: {};
|
|
2350
2231
|
M: {};
|
|
2351
2232
|
Defaults: {};
|
|
2352
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2353
|
-
size: number | string;
|
|
2354
|
-
}>;
|
|
2233
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2355
2234
|
__isFragment?: never;
|
|
2356
2235
|
__isTeleport?: never;
|
|
2357
2236
|
__isSuspense?: never;
|
|
2358
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2359
|
-
size: number | string;
|
|
2360
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2237
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2361
2238
|
$slots: {
|
|
2362
2239
|
default?: (props: {}) => any;
|
|
2363
2240
|
};
|