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
package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts
CHANGED
|
@@ -23,13 +23,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
ElDropdown: {
|
|
24
24
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
25
25
|
readonly trigger: {
|
|
26
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
26
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
27
27
|
readonly required: false;
|
|
28
28
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
29
|
readonly __epPropKey: true;
|
|
30
30
|
readonly default: "hover";
|
|
31
31
|
};
|
|
32
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
32
|
+
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>;
|
|
33
33
|
readonly virtualTriggering: BooleanConstructor;
|
|
34
34
|
readonly virtualRef: {
|
|
35
35
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -39,31 +39,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
39
|
};
|
|
40
40
|
readonly effect: {
|
|
41
41
|
readonly default: "light";
|
|
42
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
42
|
+
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>>;
|
|
43
43
|
readonly required: false;
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
readonly __epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
readonly type: {
|
|
48
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
48
|
+
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>>;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
52
52
|
};
|
|
53
|
-
readonly placement: import('element-plus/es/utils/
|
|
54
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
53
|
+
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>;
|
|
54
|
+
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>;
|
|
55
55
|
readonly id: StringConstructor;
|
|
56
|
-
readonly size: import('element-plus/es/utils/
|
|
56
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
57
57
|
readonly splitButton: BooleanConstructor;
|
|
58
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
59
|
-
readonly loop: import('element-plus/es/utils/
|
|
60
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
61
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
62
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
63
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
64
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
58
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
60
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
62
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
63
|
+
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>;
|
|
64
|
+
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>;
|
|
65
65
|
readonly popperClass: {
|
|
66
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
66
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
67
67
|
[x: string]: boolean;
|
|
68
68
|
} | (string | {
|
|
69
69
|
[x: string]: boolean;
|
|
@@ -164,28 +164,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
165
|
__epPropKey: true;
|
|
166
166
|
};
|
|
167
|
-
readonly popperStyle:
|
|
168
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
169
|
-
readonly required: false;
|
|
170
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
|
-
__epPropKey: true;
|
|
172
|
-
};
|
|
167
|
+
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>;
|
|
173
168
|
readonly disabled: BooleanConstructor;
|
|
174
|
-
readonly role: import('element-plus/es/utils/
|
|
169
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
175
170
|
readonly buttonProps: {
|
|
176
171
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
177
172
|
readonly required: false;
|
|
178
173
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
174
|
__epPropKey: true;
|
|
180
175
|
};
|
|
181
|
-
readonly teleported: import('element-plus/es/utils/
|
|
176
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
182
177
|
readonly appendTo: {
|
|
183
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
178
|
+
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>>;
|
|
184
179
|
readonly required: false;
|
|
185
180
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
181
|
__epPropKey: true;
|
|
187
182
|
};
|
|
188
|
-
readonly persistent: import('element-plus/es/utils/
|
|
183
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
189
184
|
}>> & Readonly<{
|
|
190
185
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
191
186
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -228,22 +223,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
223
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
229
224
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
230
225
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "command" | "visible-change")[], import('vue').PublicProps, {
|
|
231
|
-
readonly
|
|
226
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
227
|
+
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>;
|
|
232
228
|
readonly size: string;
|
|
233
229
|
readonly disabled: boolean;
|
|
234
|
-
readonly placement: import('element-plus/es/utils/
|
|
235
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
-
readonly virtualTriggering: boolean;
|
|
238
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
|
+
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>;
|
|
239
231
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
232
|
+
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>;
|
|
233
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
234
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
|
+
readonly virtualTriggering: boolean;
|
|
236
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
238
|
+
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>;
|
|
239
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
240
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
243
241
|
readonly triggerKeys: string[];
|
|
244
|
-
readonly
|
|
245
|
-
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>;
|
|
246
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
242
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
247
243
|
readonly showTimeout: number;
|
|
248
244
|
readonly hideTimeout: number;
|
|
249
245
|
readonly splitButton: boolean;
|
|
@@ -254,20 +250,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
250
|
}>, {
|
|
255
251
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
256
252
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
257
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
253
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
258
254
|
disabled: import('vue').ComputedRef<boolean>;
|
|
259
255
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
260
256
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
261
257
|
click: (evt: MouseEvent) => void;
|
|
262
258
|
}, import('vue').PublicProps, {
|
|
263
259
|
type: import('element-plus').ButtonType;
|
|
264
|
-
disabled: boolean;
|
|
265
260
|
text: boolean;
|
|
266
261
|
round: boolean;
|
|
267
262
|
dashed: boolean;
|
|
268
|
-
|
|
263
|
+
disabled: boolean;
|
|
269
264
|
nativeType: import('element-plus').ButtonNativeType;
|
|
270
|
-
loadingIcon: import('element-plus/es/utils/
|
|
265
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
266
|
+
plain: boolean;
|
|
271
267
|
autoInsertSpace: boolean;
|
|
272
268
|
tag: string | import('vue').Component;
|
|
273
269
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -282,18 +278,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
278
|
}>, {
|
|
283
279
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
284
280
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
285
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
281
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
286
282
|
disabled: import('vue').ComputedRef<boolean>;
|
|
287
283
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
288
284
|
}, {}, {}, {}, {
|
|
289
285
|
type: import('element-plus').ButtonType;
|
|
290
|
-
disabled: boolean;
|
|
291
286
|
text: boolean;
|
|
292
287
|
round: boolean;
|
|
293
288
|
dashed: boolean;
|
|
294
|
-
|
|
289
|
+
disabled: boolean;
|
|
295
290
|
nativeType: import('element-plus').ButtonNativeType;
|
|
296
|
-
loadingIcon: import('element-plus/es/utils/
|
|
291
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
292
|
+
plain: boolean;
|
|
297
293
|
autoInsertSpace: boolean;
|
|
298
294
|
tag: string | import('vue').Component;
|
|
299
295
|
}>;
|
|
@@ -305,20 +301,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
301
|
}>, {
|
|
306
302
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
307
303
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
308
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
304
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
309
305
|
disabled: import('vue').ComputedRef<boolean>;
|
|
310
306
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
311
307
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
312
308
|
click: (evt: MouseEvent) => void;
|
|
313
309
|
}, string, {
|
|
314
310
|
type: import('element-plus').ButtonType;
|
|
315
|
-
disabled: boolean;
|
|
316
311
|
text: boolean;
|
|
317
312
|
round: boolean;
|
|
318
313
|
dashed: boolean;
|
|
319
|
-
|
|
314
|
+
disabled: boolean;
|
|
320
315
|
nativeType: import('element-plus').ButtonNativeType;
|
|
321
|
-
loadingIcon: import('element-plus/es/utils/
|
|
316
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
317
|
+
plain: boolean;
|
|
322
318
|
autoInsertSpace: boolean;
|
|
323
319
|
tag: string | import('vue').Component;
|
|
324
320
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -330,32 +326,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
326
|
default?: (props: {}) => any;
|
|
331
327
|
};
|
|
332
328
|
}) & import('vue').ObjectPlugin & {
|
|
333
|
-
setPropsDefaults: (defaults:
|
|
334
|
-
readonly size?:
|
|
335
|
-
readonly disabled?: boolean | undefined;
|
|
336
|
-
readonly type?:
|
|
337
|
-
readonly icon?: import('
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
345
|
-
readonly
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
readonly
|
|
354
|
-
|
|
329
|
+
setPropsDefaults: (defaults: {
|
|
330
|
+
readonly size?: "" | "default" | "large" | "small" | (() => "" | "default" | "large" | "small") | undefined;
|
|
331
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
332
|
+
readonly type?: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | undefined;
|
|
333
|
+
readonly icon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
334
|
+
new (...args: any[]): any;
|
|
335
|
+
__isFragment?: never;
|
|
336
|
+
__isTeleport?: never;
|
|
337
|
+
__isSuspense?: never;
|
|
338
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
339
|
+
readonly nativeType?: "button" | "reset" | "submit" | (() => "button" | "reset" | "submit") | undefined;
|
|
340
|
+
readonly loading?: boolean | (() => boolean) | undefined;
|
|
341
|
+
readonly loadingIcon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
342
|
+
new (...args: any[]): any;
|
|
343
|
+
__isFragment?: never;
|
|
344
|
+
__isTeleport?: never;
|
|
345
|
+
__isSuspense?: never;
|
|
346
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
347
|
+
readonly plain?: boolean | (() => boolean) | undefined;
|
|
348
|
+
readonly text?: boolean | (() => boolean) | undefined;
|
|
349
|
+
readonly link?: boolean | (() => boolean) | undefined;
|
|
350
|
+
readonly bg?: boolean | (() => boolean) | undefined;
|
|
351
|
+
readonly autofocus?: boolean | (() => boolean) | undefined;
|
|
352
|
+
readonly round?: boolean | (() => boolean) | undefined;
|
|
353
|
+
readonly circle?: boolean | (() => boolean) | undefined;
|
|
354
|
+
readonly dashed?: boolean | (() => boolean) | undefined;
|
|
355
|
+
readonly color?: string | (() => string) | undefined;
|
|
356
|
+
readonly dark?: boolean | (() => boolean) | undefined;
|
|
357
|
+
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
358
|
+
readonly tag?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
359
|
+
new (...args: any[]): any;
|
|
360
|
+
__isFragment?: never;
|
|
361
|
+
__isTeleport?: never;
|
|
362
|
+
__isSuspense?: never;
|
|
363
|
+
} | (() => (string | import('vue').Component | undefined) & {}) | undefined;
|
|
364
|
+
}) => void;
|
|
355
365
|
} & {
|
|
356
366
|
ButtonGroup: {
|
|
357
367
|
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, {
|
|
358
|
-
type: "" | "default" | "
|
|
368
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
359
369
|
direction: "horizontal" | "vertical";
|
|
360
370
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
361
371
|
P: {};
|
|
@@ -365,14 +375,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
365
375
|
M: {};
|
|
366
376
|
Defaults: {};
|
|
367
377
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
368
|
-
type: "" | "default" | "
|
|
378
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
369
379
|
direction: "horizontal" | "vertical";
|
|
370
380
|
}>;
|
|
371
381
|
__isFragment?: never;
|
|
372
382
|
__isTeleport?: never;
|
|
373
383
|
__isSuspense?: never;
|
|
374
384
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
375
|
-
type: "" | "default" | "
|
|
385
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
376
386
|
direction: "horizontal" | "vertical";
|
|
377
387
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
378
388
|
$slots: {
|
|
@@ -382,7 +392,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
382
392
|
};
|
|
383
393
|
ElButtonGroup: {
|
|
384
394
|
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, {
|
|
385
|
-
type: "" | "default" | "
|
|
395
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
386
396
|
direction: "horizontal" | "vertical";
|
|
387
397
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
388
398
|
P: {};
|
|
@@ -392,21 +402,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
402
|
M: {};
|
|
393
403
|
Defaults: {};
|
|
394
404
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
395
|
-
type: "" | "default" | "
|
|
405
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
396
406
|
direction: "horizontal" | "vertical";
|
|
397
407
|
}>;
|
|
398
408
|
__isFragment?: never;
|
|
399
409
|
__isTeleport?: never;
|
|
400
410
|
__isSuspense?: never;
|
|
401
411
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
402
|
-
type: "" | "default" | "
|
|
412
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
403
413
|
direction: "horizontal" | "vertical";
|
|
404
414
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
405
415
|
$slots: {
|
|
406
416
|
default?: (props: {}) => any;
|
|
407
417
|
};
|
|
408
418
|
});
|
|
409
|
-
ElScrollbar: import('element-plus/es/utils/
|
|
419
|
+
ElScrollbar: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
410
420
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
|
|
411
421
|
onScroll?: ((args_0: {
|
|
412
422
|
scrollTop: number;
|
|
@@ -516,15 +526,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
516
526
|
default?: (props: {}) => any;
|
|
517
527
|
};
|
|
518
528
|
})>;
|
|
519
|
-
ElTooltip: import('element-plus/es/utils/
|
|
529
|
+
ElTooltip: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
520
530
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
521
|
-
|
|
531
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
532
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
533
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
522
534
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
523
535
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
524
536
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
525
|
-
|
|
526
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
527
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
537
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
528
538
|
}>, {
|
|
529
539
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
530
540
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -534,39 +544,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
534
544
|
onClose: (event?: Event, delay?: number) => void;
|
|
535
545
|
hide: (event?: Event) => void;
|
|
536
546
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
537
|
-
|
|
547
|
+
hide: (...args: any[]) => void;
|
|
548
|
+
show: (...args: any[]) => void;
|
|
549
|
+
open: (...args: any[]) => void;
|
|
538
550
|
"update:visible": (...args: any[]) => void;
|
|
539
551
|
"before-show": (...args: any[]) => void;
|
|
540
552
|
"before-hide": (...args: any[]) => void;
|
|
541
|
-
|
|
542
|
-
hide: (...args: any[]) => void;
|
|
543
|
-
open: (...args: any[]) => void;
|
|
553
|
+
close: (...args: any[]) => void;
|
|
544
554
|
}, import('vue').PublicProps, {
|
|
545
|
-
effect: import('element-plus').PopperEffect;
|
|
546
|
-
placement: import('element-plus').Placement;
|
|
547
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
548
|
-
teleported: boolean;
|
|
549
|
-
visible: boolean | null;
|
|
550
555
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
556
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
557
|
+
visible: boolean | null;
|
|
558
|
+
content: string;
|
|
559
|
+
offset: number;
|
|
560
|
+
showAfter: number;
|
|
561
|
+
hideAfter: number;
|
|
562
|
+
autoClose: number;
|
|
563
|
+
boundariesPadding: number;
|
|
564
|
+
gpuAcceleration: boolean;
|
|
565
|
+
placement: import('element-plus').Placement;
|
|
566
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
567
|
+
strategy: "fixed" | "absolute";
|
|
568
|
+
arrowOffset: number;
|
|
569
|
+
effect: import('element-plus').PopperEffect;
|
|
551
570
|
enterable: boolean;
|
|
571
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
572
|
+
stopPopperMouseEvent: boolean;
|
|
573
|
+
loop: boolean;
|
|
552
574
|
pure: boolean;
|
|
553
575
|
focusOnShow: boolean;
|
|
554
576
|
trapping: boolean;
|
|
555
|
-
stopPopperMouseEvent: boolean;
|
|
556
577
|
virtualTriggering: boolean;
|
|
557
|
-
|
|
558
|
-
boundariesPadding: number;
|
|
559
|
-
gpuAcceleration: boolean;
|
|
560
|
-
offset: number;
|
|
561
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
562
|
-
strategy: "absolute" | "fixed";
|
|
563
|
-
arrowOffset: number;
|
|
578
|
+
teleported: boolean;
|
|
564
579
|
showArrow: boolean;
|
|
565
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
566
|
-
content: string;
|
|
567
|
-
showAfter: number;
|
|
568
|
-
hideAfter: number;
|
|
569
|
-
autoClose: number;
|
|
570
580
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
571
581
|
triggerKeys: string[];
|
|
572
582
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -577,13 +587,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
577
587
|
M: {};
|
|
578
588
|
Defaults: {};
|
|
579
589
|
}, Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
580
|
-
|
|
590
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
591
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
592
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
581
593
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
582
594
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
583
595
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
584
|
-
|
|
585
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
586
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
596
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
587
597
|
}>, {
|
|
588
598
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
589
599
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -593,31 +603,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
593
603
|
onClose: (event?: Event, delay?: number) => void;
|
|
594
604
|
hide: (event?: Event) => void;
|
|
595
605
|
}, {}, {}, {}, {
|
|
596
|
-
effect: import('element-plus').PopperEffect;
|
|
597
|
-
placement: import('element-plus').Placement;
|
|
598
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
599
|
-
teleported: boolean;
|
|
600
|
-
visible: boolean | null;
|
|
601
606
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
607
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
608
|
+
visible: boolean | null;
|
|
609
|
+
content: string;
|
|
610
|
+
offset: number;
|
|
611
|
+
showAfter: number;
|
|
612
|
+
hideAfter: number;
|
|
613
|
+
autoClose: number;
|
|
614
|
+
boundariesPadding: number;
|
|
615
|
+
gpuAcceleration: boolean;
|
|
616
|
+
placement: import('element-plus').Placement;
|
|
617
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
618
|
+
strategy: "fixed" | "absolute";
|
|
619
|
+
arrowOffset: number;
|
|
620
|
+
effect: import('element-plus').PopperEffect;
|
|
602
621
|
enterable: boolean;
|
|
622
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
623
|
+
stopPopperMouseEvent: boolean;
|
|
624
|
+
loop: boolean;
|
|
603
625
|
pure: boolean;
|
|
604
626
|
focusOnShow: boolean;
|
|
605
627
|
trapping: boolean;
|
|
606
|
-
stopPopperMouseEvent: boolean;
|
|
607
628
|
virtualTriggering: boolean;
|
|
608
|
-
|
|
609
|
-
boundariesPadding: number;
|
|
610
|
-
gpuAcceleration: boolean;
|
|
611
|
-
offset: number;
|
|
612
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
613
|
-
strategy: "absolute" | "fixed";
|
|
614
|
-
arrowOffset: number;
|
|
629
|
+
teleported: boolean;
|
|
615
630
|
showArrow: boolean;
|
|
616
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
617
|
-
content: string;
|
|
618
|
-
showAfter: number;
|
|
619
|
-
hideAfter: number;
|
|
620
|
-
autoClose: number;
|
|
621
631
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
622
632
|
triggerKeys: string[];
|
|
623
633
|
}>;
|
|
@@ -625,13 +635,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
635
|
__isTeleport?: never;
|
|
626
636
|
__isSuspense?: never;
|
|
627
637
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
628
|
-
|
|
638
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
639
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
640
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
629
641
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
630
642
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
631
643
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
632
|
-
|
|
633
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
634
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
644
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
635
645
|
}>, {
|
|
636
646
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
637
647
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -641,39 +651,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
641
651
|
onClose: (event?: Event, delay?: number) => void;
|
|
642
652
|
hide: (event?: Event) => void;
|
|
643
653
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
644
|
-
|
|
654
|
+
hide: (...args: any[]) => void;
|
|
655
|
+
show: (...args: any[]) => void;
|
|
656
|
+
open: (...args: any[]) => void;
|
|
645
657
|
"update:visible": (...args: any[]) => void;
|
|
646
658
|
"before-show": (...args: any[]) => void;
|
|
647
659
|
"before-hide": (...args: any[]) => void;
|
|
648
|
-
|
|
649
|
-
hide: (...args: any[]) => void;
|
|
650
|
-
open: (...args: any[]) => void;
|
|
660
|
+
close: (...args: any[]) => void;
|
|
651
661
|
}, string, {
|
|
652
|
-
effect: import('element-plus').PopperEffect;
|
|
653
|
-
placement: import('element-plus').Placement;
|
|
654
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
655
|
-
teleported: boolean;
|
|
656
|
-
visible: boolean | null;
|
|
657
662
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
663
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
664
|
+
visible: boolean | null;
|
|
665
|
+
content: string;
|
|
666
|
+
offset: number;
|
|
667
|
+
showAfter: number;
|
|
668
|
+
hideAfter: number;
|
|
669
|
+
autoClose: number;
|
|
670
|
+
boundariesPadding: number;
|
|
671
|
+
gpuAcceleration: boolean;
|
|
672
|
+
placement: import('element-plus').Placement;
|
|
673
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
674
|
+
strategy: "fixed" | "absolute";
|
|
675
|
+
arrowOffset: number;
|
|
676
|
+
effect: import('element-plus').PopperEffect;
|
|
658
677
|
enterable: boolean;
|
|
678
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
679
|
+
stopPopperMouseEvent: boolean;
|
|
680
|
+
loop: boolean;
|
|
659
681
|
pure: boolean;
|
|
660
682
|
focusOnShow: boolean;
|
|
661
683
|
trapping: boolean;
|
|
662
|
-
stopPopperMouseEvent: boolean;
|
|
663
684
|
virtualTriggering: boolean;
|
|
664
|
-
|
|
665
|
-
boundariesPadding: number;
|
|
666
|
-
gpuAcceleration: boolean;
|
|
667
|
-
offset: number;
|
|
668
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
669
|
-
strategy: "absolute" | "fixed";
|
|
670
|
-
arrowOffset: number;
|
|
685
|
+
teleported: boolean;
|
|
671
686
|
showArrow: boolean;
|
|
672
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
673
|
-
content: string;
|
|
674
|
-
showAfter: number;
|
|
675
|
-
hideAfter: number;
|
|
676
|
-
autoClose: number;
|
|
677
687
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
678
688
|
triggerKeys: string[];
|
|
679
689
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -701,23 +711,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
701
711
|
setup(): void;
|
|
702
712
|
};
|
|
703
713
|
ElRovingFocusGroupImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
704
|
-
style:
|
|
705
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
706
|
-
readonly required: false;
|
|
707
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
|
-
__epPropKey: true;
|
|
709
|
-
};
|
|
714
|
+
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>;
|
|
710
715
|
currentTabId: {
|
|
711
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
716
|
+
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>>;
|
|
712
717
|
readonly required: false;
|
|
713
718
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
714
719
|
__epPropKey: true;
|
|
715
720
|
};
|
|
716
721
|
defaultCurrentTabId: StringConstructor;
|
|
717
722
|
loop: BooleanConstructor;
|
|
718
|
-
dir: import('element-plus/es/utils/
|
|
723
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
719
724
|
orientation: {
|
|
720
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
725
|
+
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>>;
|
|
721
726
|
readonly required: false;
|
|
722
727
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
723
728
|
__epPropKey: true;
|
|
@@ -726,23 +731,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
726
731
|
onFocus: FunctionConstructor;
|
|
727
732
|
onMousedown: FunctionConstructor;
|
|
728
733
|
}>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
729
|
-
style:
|
|
730
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
731
|
-
readonly required: false;
|
|
732
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
733
|
-
__epPropKey: true;
|
|
734
|
-
};
|
|
734
|
+
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>;
|
|
735
735
|
currentTabId: {
|
|
736
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
736
|
+
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>>;
|
|
737
737
|
readonly required: false;
|
|
738
738
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
739
739
|
__epPropKey: true;
|
|
740
740
|
};
|
|
741
741
|
defaultCurrentTabId: StringConstructor;
|
|
742
742
|
loop: BooleanConstructor;
|
|
743
|
-
dir: import('element-plus/es/utils/
|
|
743
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
744
744
|
orientation: {
|
|
745
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
745
|
+
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>>;
|
|
746
746
|
readonly required: false;
|
|
747
747
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
748
|
__epPropKey: true;
|
|
@@ -754,6 +754,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
754
754
|
onCurrentTabIdChange?: ((...args: any[]) => any) | undefined;
|
|
755
755
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
756
756
|
}>, {
|
|
757
|
+
style: import('vue').StyleValue;
|
|
757
758
|
loop: boolean;
|
|
758
759
|
dir: string;
|
|
759
760
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -761,25 +762,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
761
762
|
ElOnlyChild: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
762
763
|
[key: string]: any;
|
|
763
764
|
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
764
|
-
ElIcon: import('element-plus/es/utils/
|
|
765
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
766
|
-
size: number | string;
|
|
767
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
765
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
766
|
+
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, {
|
|
768
767
|
P: {};
|
|
769
768
|
B: {};
|
|
770
769
|
D: {};
|
|
771
770
|
C: {};
|
|
772
771
|
M: {};
|
|
773
772
|
Defaults: {};
|
|
774
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
775
|
-
size: number | string;
|
|
776
|
-
}>;
|
|
773
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
777
774
|
__isFragment?: never;
|
|
778
775
|
__isTeleport?: never;
|
|
779
776
|
__isSuspense?: never;
|
|
780
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
781
|
-
size: number | string;
|
|
782
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
777
|
+
} & 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 () => {
|
|
783
778
|
$slots: {
|
|
784
779
|
default?: (props: {}) => any;
|
|
785
780
|
};
|
|
@@ -794,13 +789,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
794
789
|
Defaults: {};
|
|
795
790
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
796
791
|
readonly trigger: {
|
|
797
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
792
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
798
793
|
readonly required: false;
|
|
799
794
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
795
|
readonly __epPropKey: true;
|
|
801
796
|
readonly default: "hover";
|
|
802
797
|
};
|
|
803
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
798
|
+
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>;
|
|
804
799
|
readonly virtualTriggering: BooleanConstructor;
|
|
805
800
|
readonly virtualRef: {
|
|
806
801
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -810,31 +805,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
810
805
|
};
|
|
811
806
|
readonly effect: {
|
|
812
807
|
readonly default: "light";
|
|
813
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
808
|
+
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>>;
|
|
814
809
|
readonly required: false;
|
|
815
810
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
811
|
readonly __epPropKey: true;
|
|
817
812
|
};
|
|
818
813
|
readonly type: {
|
|
819
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
814
|
+
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>>;
|
|
820
815
|
readonly required: false;
|
|
821
816
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
822
817
|
__epPropKey: true;
|
|
823
818
|
};
|
|
824
|
-
readonly placement: import('element-plus/es/utils/
|
|
825
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
819
|
+
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>;
|
|
820
|
+
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>;
|
|
826
821
|
readonly id: StringConstructor;
|
|
827
|
-
readonly size: import('element-plus/es/utils/
|
|
822
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
828
823
|
readonly splitButton: BooleanConstructor;
|
|
829
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
830
|
-
readonly loop: import('element-plus/es/utils/
|
|
831
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
832
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
833
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
834
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
835
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
824
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
825
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
826
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
827
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
828
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
829
|
+
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>;
|
|
830
|
+
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>;
|
|
836
831
|
readonly popperClass: {
|
|
837
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
832
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
838
833
|
[x: string]: boolean;
|
|
839
834
|
} | (string | {
|
|
840
835
|
[x: string]: boolean;
|
|
@@ -935,28 +930,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
935
930
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
936
931
|
__epPropKey: true;
|
|
937
932
|
};
|
|
938
|
-
readonly popperStyle:
|
|
939
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
940
|
-
readonly required: false;
|
|
941
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
942
|
-
__epPropKey: true;
|
|
943
|
-
};
|
|
933
|
+
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>;
|
|
944
934
|
readonly disabled: BooleanConstructor;
|
|
945
|
-
readonly role: import('element-plus/es/utils/
|
|
935
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
946
936
|
readonly buttonProps: {
|
|
947
937
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
948
938
|
readonly required: false;
|
|
949
939
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
940
|
__epPropKey: true;
|
|
951
941
|
};
|
|
952
|
-
readonly teleported: import('element-plus/es/utils/
|
|
942
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
953
943
|
readonly appendTo: {
|
|
954
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
944
|
+
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>>;
|
|
955
945
|
readonly required: false;
|
|
956
946
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
957
947
|
__epPropKey: true;
|
|
958
948
|
};
|
|
959
|
-
readonly persistent: import('element-plus/es/utils/
|
|
949
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
960
950
|
}>> & Readonly<{
|
|
961
951
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
962
952
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -999,22 +989,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
999
989
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
1000
990
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
1001
991
|
}, {}, {}, {}, {
|
|
1002
|
-
readonly
|
|
992
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
993
|
+
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>;
|
|
1003
994
|
readonly size: string;
|
|
1004
995
|
readonly disabled: boolean;
|
|
1005
|
-
readonly placement: import('element-plus/es/utils/
|
|
1006
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1007
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1008
|
-
readonly virtualTriggering: boolean;
|
|
1009
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
996
|
+
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>;
|
|
1010
997
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1011
|
-
readonly
|
|
1012
|
-
readonly
|
|
1013
|
-
readonly
|
|
998
|
+
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>;
|
|
999
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
1000
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1001
|
+
readonly virtualTriggering: boolean;
|
|
1002
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1003
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1004
|
+
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>;
|
|
1005
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1006
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1014
1007
|
readonly triggerKeys: string[];
|
|
1015
|
-
readonly
|
|
1016
|
-
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>;
|
|
1017
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1008
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1018
1009
|
readonly showTimeout: number;
|
|
1019
1010
|
readonly hideTimeout: number;
|
|
1020
1011
|
readonly splitButton: boolean;
|
|
@@ -1024,13 +1015,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1024
1015
|
__isSuspense?: never;
|
|
1025
1016
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1026
1017
|
readonly trigger: {
|
|
1027
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "
|
|
1018
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">>;
|
|
1028
1019
|
readonly required: false;
|
|
1029
1020
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1030
1021
|
readonly __epPropKey: true;
|
|
1031
1022
|
readonly default: "hover";
|
|
1032
1023
|
};
|
|
1033
|
-
readonly triggerKeys: import('element-plus/es/utils/
|
|
1024
|
+
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>;
|
|
1034
1025
|
readonly virtualTriggering: BooleanConstructor;
|
|
1035
1026
|
readonly virtualRef: {
|
|
1036
1027
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -1040,31 +1031,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1040
1031
|
};
|
|
1041
1032
|
readonly effect: {
|
|
1042
1033
|
readonly default: "light";
|
|
1043
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1034
|
+
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>>;
|
|
1044
1035
|
readonly required: false;
|
|
1045
1036
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1046
1037
|
readonly __epPropKey: true;
|
|
1047
1038
|
};
|
|
1048
1039
|
readonly type: {
|
|
1049
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1040
|
+
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>>;
|
|
1050
1041
|
readonly required: false;
|
|
1051
1042
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1052
1043
|
__epPropKey: true;
|
|
1053
1044
|
};
|
|
1054
|
-
readonly placement: import('element-plus/es/utils/
|
|
1055
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
1045
|
+
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>;
|
|
1046
|
+
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>;
|
|
1056
1047
|
readonly id: StringConstructor;
|
|
1057
|
-
readonly size: import('element-plus/es/utils/
|
|
1048
|
+
readonly size: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1058
1049
|
readonly splitButton: BooleanConstructor;
|
|
1059
|
-
readonly hideOnClick: import('element-plus/es/utils/
|
|
1060
|
-
readonly loop: import('element-plus/es/utils/
|
|
1061
|
-
readonly showArrow: import('element-plus/es/utils/
|
|
1062
|
-
readonly showTimeout: import('element-plus/es/utils/
|
|
1063
|
-
readonly hideTimeout: import('element-plus/es/utils/
|
|
1064
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
1065
|
-
readonly maxHeight: import('element-plus/es/utils/
|
|
1050
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1051
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1052
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1053
|
+
readonly showTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1054
|
+
readonly hideTimeout: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1055
|
+
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>;
|
|
1056
|
+
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>;
|
|
1066
1057
|
readonly popperClass: {
|
|
1067
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1058
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1068
1059
|
[x: string]: boolean;
|
|
1069
1060
|
} | (string | {
|
|
1070
1061
|
[x: string]: boolean;
|
|
@@ -1165,28 +1156,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1165
1156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1166
1157
|
__epPropKey: true;
|
|
1167
1158
|
};
|
|
1168
|
-
readonly popperStyle:
|
|
1169
|
-
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>>;
|
|
1170
|
-
readonly required: false;
|
|
1171
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1172
|
-
__epPropKey: true;
|
|
1173
|
-
};
|
|
1159
|
+
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>;
|
|
1174
1160
|
readonly disabled: BooleanConstructor;
|
|
1175
|
-
readonly role: import('element-plus/es/utils/
|
|
1161
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1176
1162
|
readonly buttonProps: {
|
|
1177
1163
|
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
1178
1164
|
readonly required: false;
|
|
1179
1165
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1180
1166
|
__epPropKey: true;
|
|
1181
1167
|
};
|
|
1182
|
-
readonly teleported: import('element-plus/es/utils/
|
|
1168
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1183
1169
|
readonly appendTo: {
|
|
1184
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1170
|
+
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>>;
|
|
1185
1171
|
readonly required: false;
|
|
1186
1172
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1187
1173
|
__epPropKey: true;
|
|
1188
1174
|
};
|
|
1189
|
-
readonly persistent: import('element-plus/es/utils/
|
|
1175
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1190
1176
|
}>> & Readonly<{
|
|
1191
1177
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
1192
1178
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1229,22 +1215,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1229
1215
|
triggeringElementRef: import('vue').Ref<any, any>;
|
|
1230
1216
|
referenceElementRef: import('vue').Ref<any, any>;
|
|
1231
1217
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "command" | "visible-change")[], "click" | "command" | "visible-change", {
|
|
1232
|
-
readonly
|
|
1218
|
+
readonly role: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
1219
|
+
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>;
|
|
1233
1220
|
readonly size: string;
|
|
1234
1221
|
readonly disabled: boolean;
|
|
1235
|
-
readonly placement: import('element-plus/es/utils/
|
|
1236
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1237
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1238
|
-
readonly virtualTriggering: boolean;
|
|
1239
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1222
|
+
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>;
|
|
1240
1223
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1241
|
-
readonly
|
|
1242
|
-
readonly
|
|
1243
|
-
readonly
|
|
1224
|
+
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>;
|
|
1225
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
1226
|
+
readonly loop: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1227
|
+
readonly virtualTriggering: boolean;
|
|
1228
|
+
readonly teleported: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1229
|
+
readonly persistent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1230
|
+
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>;
|
|
1231
|
+
readonly showArrow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1232
|
+
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1244
1233
|
readonly triggerKeys: string[];
|
|
1245
|
-
readonly
|
|
1246
|
-
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>;
|
|
1247
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1234
|
+
readonly hideOnClick: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1248
1235
|
readonly showTimeout: number;
|
|
1249
1236
|
readonly hideTimeout: number;
|
|
1250
1237
|
readonly splitButton: boolean;
|
|
@@ -1255,20 +1242,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1255
1242
|
}>, {
|
|
1256
1243
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1257
1244
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1258
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1245
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1259
1246
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1260
1247
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1261
1248
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1262
1249
|
click: (evt: MouseEvent) => void;
|
|
1263
1250
|
}, import('vue').PublicProps, {
|
|
1264
1251
|
type: import('element-plus').ButtonType;
|
|
1265
|
-
disabled: boolean;
|
|
1266
1252
|
text: boolean;
|
|
1267
1253
|
round: boolean;
|
|
1268
1254
|
dashed: boolean;
|
|
1269
|
-
|
|
1255
|
+
disabled: boolean;
|
|
1270
1256
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1271
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1257
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1258
|
+
plain: boolean;
|
|
1272
1259
|
autoInsertSpace: boolean;
|
|
1273
1260
|
tag: string | import('vue').Component;
|
|
1274
1261
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -1283,18 +1270,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1283
1270
|
}>, {
|
|
1284
1271
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1285
1272
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1286
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1273
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1287
1274
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1288
1275
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1289
1276
|
}, {}, {}, {}, {
|
|
1290
1277
|
type: import('element-plus').ButtonType;
|
|
1291
|
-
disabled: boolean;
|
|
1292
1278
|
text: boolean;
|
|
1293
1279
|
round: boolean;
|
|
1294
1280
|
dashed: boolean;
|
|
1295
|
-
|
|
1281
|
+
disabled: boolean;
|
|
1296
1282
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1297
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1283
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1284
|
+
plain: boolean;
|
|
1298
1285
|
autoInsertSpace: boolean;
|
|
1299
1286
|
tag: string | import('vue').Component;
|
|
1300
1287
|
}>;
|
|
@@ -1306,20 +1293,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1306
1293
|
}>, {
|
|
1307
1294
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
1308
1295
|
size: import('vue').ComputedRef<"" | "default" | "large" | "small">;
|
|
1309
|
-
type: import('vue').ComputedRef<"default" | "" | "
|
|
1296
|
+
type: import('vue').ComputedRef<"default" | "" | "text" | "info" | "primary" | "success" | "warning" | "danger">;
|
|
1310
1297
|
disabled: import('vue').ComputedRef<boolean>;
|
|
1311
1298
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
1312
1299
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1313
1300
|
click: (evt: MouseEvent) => void;
|
|
1314
1301
|
}, string, {
|
|
1315
1302
|
type: import('element-plus').ButtonType;
|
|
1316
|
-
disabled: boolean;
|
|
1317
1303
|
text: boolean;
|
|
1318
1304
|
round: boolean;
|
|
1319
1305
|
dashed: boolean;
|
|
1320
|
-
|
|
1306
|
+
disabled: boolean;
|
|
1321
1307
|
nativeType: import('element-plus').ButtonNativeType;
|
|
1322
|
-
loadingIcon: import('element-plus/es/utils/
|
|
1308
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
1309
|
+
plain: boolean;
|
|
1323
1310
|
autoInsertSpace: boolean;
|
|
1324
1311
|
tag: string | import('vue').Component;
|
|
1325
1312
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1331,32 +1318,46 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1331
1318
|
default?: (props: {}) => any;
|
|
1332
1319
|
};
|
|
1333
1320
|
}) & import('vue').ObjectPlugin & {
|
|
1334
|
-
setPropsDefaults: (defaults:
|
|
1335
|
-
readonly size?:
|
|
1336
|
-
readonly disabled?: boolean | undefined;
|
|
1337
|
-
readonly type?:
|
|
1338
|
-
readonly icon?: import('
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
readonly
|
|
1345
|
-
readonly
|
|
1346
|
-
readonly
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
readonly
|
|
1353
|
-
readonly
|
|
1354
|
-
readonly
|
|
1355
|
-
|
|
1321
|
+
setPropsDefaults: (defaults: {
|
|
1322
|
+
readonly size?: "" | "default" | "large" | "small" | (() => "" | "default" | "large" | "small") | undefined;
|
|
1323
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
1324
|
+
readonly type?: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | (() => "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger") | undefined;
|
|
1325
|
+
readonly icon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1326
|
+
new (...args: any[]): any;
|
|
1327
|
+
__isFragment?: never;
|
|
1328
|
+
__isTeleport?: never;
|
|
1329
|
+
__isSuspense?: never;
|
|
1330
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
1331
|
+
readonly nativeType?: "button" | "reset" | "submit" | (() => "button" | "reset" | "submit") | undefined;
|
|
1332
|
+
readonly loading?: boolean | (() => boolean) | undefined;
|
|
1333
|
+
readonly loadingIcon?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1334
|
+
new (...args: any[]): any;
|
|
1335
|
+
__isFragment?: never;
|
|
1336
|
+
__isTeleport?: never;
|
|
1337
|
+
__isSuspense?: never;
|
|
1338
|
+
} | (() => (import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined) & {}) | undefined;
|
|
1339
|
+
readonly plain?: boolean | (() => boolean) | undefined;
|
|
1340
|
+
readonly text?: boolean | (() => boolean) | undefined;
|
|
1341
|
+
readonly link?: boolean | (() => boolean) | undefined;
|
|
1342
|
+
readonly bg?: boolean | (() => boolean) | undefined;
|
|
1343
|
+
readonly autofocus?: boolean | (() => boolean) | undefined;
|
|
1344
|
+
readonly round?: boolean | (() => boolean) | undefined;
|
|
1345
|
+
readonly circle?: boolean | (() => boolean) | undefined;
|
|
1346
|
+
readonly dashed?: boolean | (() => boolean) | undefined;
|
|
1347
|
+
readonly color?: string | (() => string) | undefined;
|
|
1348
|
+
readonly dark?: boolean | (() => boolean) | undefined;
|
|
1349
|
+
readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
|
|
1350
|
+
readonly tag?: string | import('vue').FunctionalComponent<any, {}, any, {}> | {
|
|
1351
|
+
new (...args: any[]): any;
|
|
1352
|
+
__isFragment?: never;
|
|
1353
|
+
__isTeleport?: never;
|
|
1354
|
+
__isSuspense?: never;
|
|
1355
|
+
} | (() => (string | import('vue').Component | undefined) & {}) | undefined;
|
|
1356
|
+
}) => void;
|
|
1356
1357
|
} & {
|
|
1357
1358
|
ButtonGroup: {
|
|
1358
1359
|
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, {
|
|
1359
|
-
type: "" | "default" | "
|
|
1360
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1360
1361
|
direction: "horizontal" | "vertical";
|
|
1361
1362
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1362
1363
|
P: {};
|
|
@@ -1366,14 +1367,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1366
1367
|
M: {};
|
|
1367
1368
|
Defaults: {};
|
|
1368
1369
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1369
|
-
type: "" | "default" | "
|
|
1370
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1370
1371
|
direction: "horizontal" | "vertical";
|
|
1371
1372
|
}>;
|
|
1372
1373
|
__isFragment?: never;
|
|
1373
1374
|
__isTeleport?: never;
|
|
1374
1375
|
__isSuspense?: never;
|
|
1375
1376
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1376
|
-
type: "" | "default" | "
|
|
1377
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1377
1378
|
direction: "horizontal" | "vertical";
|
|
1378
1379
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1379
1380
|
$slots: {
|
|
@@ -1383,7 +1384,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1383
1384
|
};
|
|
1384
1385
|
ElButtonGroup: {
|
|
1385
1386
|
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, {
|
|
1386
|
-
type: "" | "default" | "
|
|
1387
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1387
1388
|
direction: "horizontal" | "vertical";
|
|
1388
1389
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1389
1390
|
P: {};
|
|
@@ -1393,21 +1394,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1393
1394
|
M: {};
|
|
1394
1395
|
Defaults: {};
|
|
1395
1396
|
}, Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1396
|
-
type: "" | "default" | "
|
|
1397
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1397
1398
|
direction: "horizontal" | "vertical";
|
|
1398
1399
|
}>;
|
|
1399
1400
|
__isFragment?: never;
|
|
1400
1401
|
__isTeleport?: never;
|
|
1401
1402
|
__isSuspense?: never;
|
|
1402
1403
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus/es/components/button/src/button-group.mjs').ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1403
|
-
type: "" | "default" | "
|
|
1404
|
+
type: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger";
|
|
1404
1405
|
direction: "horizontal" | "vertical";
|
|
1405
1406
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1406
1407
|
$slots: {
|
|
1407
1408
|
default?: (props: {}) => any;
|
|
1408
1409
|
};
|
|
1409
1410
|
});
|
|
1410
|
-
ElScrollbar: import('element-plus/es/utils/
|
|
1411
|
+
ElScrollbar: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1411
1412
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
|
|
1412
1413
|
onScroll?: ((args_0: {
|
|
1413
1414
|
scrollTop: number;
|
|
@@ -1517,15 +1518,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1517
1518
|
default?: (props: {}) => any;
|
|
1518
1519
|
};
|
|
1519
1520
|
})>;
|
|
1520
|
-
ElTooltip: import('element-plus/es/utils/
|
|
1521
|
+
ElTooltip: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1521
1522
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1522
|
-
|
|
1523
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1524
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1525
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1523
1526
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1524
1527
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1525
1528
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1526
|
-
|
|
1527
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1528
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1529
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1529
1530
|
}>, {
|
|
1530
1531
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1531
1532
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1535,39 +1536,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1535
1536
|
onClose: (event?: Event, delay?: number) => void;
|
|
1536
1537
|
hide: (event?: Event) => void;
|
|
1537
1538
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1538
|
-
|
|
1539
|
+
hide: (...args: any[]) => void;
|
|
1540
|
+
show: (...args: any[]) => void;
|
|
1541
|
+
open: (...args: any[]) => void;
|
|
1539
1542
|
"update:visible": (...args: any[]) => void;
|
|
1540
1543
|
"before-show": (...args: any[]) => void;
|
|
1541
1544
|
"before-hide": (...args: any[]) => void;
|
|
1542
|
-
|
|
1543
|
-
hide: (...args: any[]) => void;
|
|
1544
|
-
open: (...args: any[]) => void;
|
|
1545
|
+
close: (...args: any[]) => void;
|
|
1545
1546
|
}, import('vue').PublicProps, {
|
|
1546
|
-
effect: import('element-plus').PopperEffect;
|
|
1547
|
-
placement: import('element-plus').Placement;
|
|
1548
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1549
|
-
teleported: boolean;
|
|
1550
|
-
visible: boolean | null;
|
|
1551
1547
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1548
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1549
|
+
visible: boolean | null;
|
|
1550
|
+
content: string;
|
|
1551
|
+
offset: number;
|
|
1552
|
+
showAfter: number;
|
|
1553
|
+
hideAfter: number;
|
|
1554
|
+
autoClose: number;
|
|
1555
|
+
boundariesPadding: number;
|
|
1556
|
+
gpuAcceleration: boolean;
|
|
1557
|
+
placement: import('element-plus').Placement;
|
|
1558
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1559
|
+
strategy: "fixed" | "absolute";
|
|
1560
|
+
arrowOffset: number;
|
|
1561
|
+
effect: import('element-plus').PopperEffect;
|
|
1552
1562
|
enterable: boolean;
|
|
1563
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1564
|
+
stopPopperMouseEvent: boolean;
|
|
1565
|
+
loop: boolean;
|
|
1553
1566
|
pure: boolean;
|
|
1554
1567
|
focusOnShow: boolean;
|
|
1555
1568
|
trapping: boolean;
|
|
1556
|
-
stopPopperMouseEvent: boolean;
|
|
1557
1569
|
virtualTriggering: boolean;
|
|
1558
|
-
|
|
1559
|
-
boundariesPadding: number;
|
|
1560
|
-
gpuAcceleration: boolean;
|
|
1561
|
-
offset: number;
|
|
1562
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1563
|
-
strategy: "absolute" | "fixed";
|
|
1564
|
-
arrowOffset: number;
|
|
1570
|
+
teleported: boolean;
|
|
1565
1571
|
showArrow: boolean;
|
|
1566
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1567
|
-
content: string;
|
|
1568
|
-
showAfter: number;
|
|
1569
|
-
hideAfter: number;
|
|
1570
|
-
autoClose: number;
|
|
1571
1572
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1572
1573
|
triggerKeys: string[];
|
|
1573
1574
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -1578,13 +1579,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1578
1579
|
M: {};
|
|
1579
1580
|
Defaults: {};
|
|
1580
1581
|
}, Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1581
|
-
|
|
1582
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1583
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1584
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1582
1585
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1583
1586
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1584
1587
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1585
|
-
|
|
1586
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1587
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1588
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1588
1589
|
}>, {
|
|
1589
1590
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1590
1591
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1594,31 +1595,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1594
1595
|
onClose: (event?: Event, delay?: number) => void;
|
|
1595
1596
|
hide: (event?: Event) => void;
|
|
1596
1597
|
}, {}, {}, {}, {
|
|
1597
|
-
effect: import('element-plus').PopperEffect;
|
|
1598
|
-
placement: import('element-plus').Placement;
|
|
1599
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1600
|
-
teleported: boolean;
|
|
1601
|
-
visible: boolean | null;
|
|
1602
1598
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1599
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1600
|
+
visible: boolean | null;
|
|
1601
|
+
content: string;
|
|
1602
|
+
offset: number;
|
|
1603
|
+
showAfter: number;
|
|
1604
|
+
hideAfter: number;
|
|
1605
|
+
autoClose: number;
|
|
1606
|
+
boundariesPadding: number;
|
|
1607
|
+
gpuAcceleration: boolean;
|
|
1608
|
+
placement: import('element-plus').Placement;
|
|
1609
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1610
|
+
strategy: "fixed" | "absolute";
|
|
1611
|
+
arrowOffset: number;
|
|
1612
|
+
effect: import('element-plus').PopperEffect;
|
|
1603
1613
|
enterable: boolean;
|
|
1614
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1615
|
+
stopPopperMouseEvent: boolean;
|
|
1616
|
+
loop: boolean;
|
|
1604
1617
|
pure: boolean;
|
|
1605
1618
|
focusOnShow: boolean;
|
|
1606
1619
|
trapping: boolean;
|
|
1607
|
-
stopPopperMouseEvent: boolean;
|
|
1608
1620
|
virtualTriggering: boolean;
|
|
1609
|
-
|
|
1610
|
-
boundariesPadding: number;
|
|
1611
|
-
gpuAcceleration: boolean;
|
|
1612
|
-
offset: number;
|
|
1613
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1614
|
-
strategy: "absolute" | "fixed";
|
|
1615
|
-
arrowOffset: number;
|
|
1621
|
+
teleported: boolean;
|
|
1616
1622
|
showArrow: boolean;
|
|
1617
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1618
|
-
content: string;
|
|
1619
|
-
showAfter: number;
|
|
1620
|
-
hideAfter: number;
|
|
1621
|
-
autoClose: number;
|
|
1622
1623
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1623
1624
|
triggerKeys: string[];
|
|
1624
1625
|
}>;
|
|
@@ -1626,13 +1627,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1626
1627
|
__isTeleport?: never;
|
|
1627
1628
|
__isSuspense?: never;
|
|
1628
1629
|
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
|
|
1629
|
-
|
|
1630
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1631
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1632
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1630
1633
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1631
1634
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1632
1635
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1633
|
-
|
|
1634
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1635
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1636
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
1636
1637
|
}>, {
|
|
1637
1638
|
popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
|
|
1638
1639
|
contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
|
|
@@ -1642,39 +1643,39 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1642
1643
|
onClose: (event?: Event, delay?: number) => void;
|
|
1643
1644
|
hide: (event?: Event) => void;
|
|
1644
1645
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1645
|
-
|
|
1646
|
+
hide: (...args: any[]) => void;
|
|
1647
|
+
show: (...args: any[]) => void;
|
|
1648
|
+
open: (...args: any[]) => void;
|
|
1646
1649
|
"update:visible": (...args: any[]) => void;
|
|
1647
1650
|
"before-show": (...args: any[]) => void;
|
|
1648
1651
|
"before-hide": (...args: any[]) => void;
|
|
1649
|
-
|
|
1650
|
-
hide: (...args: any[]) => void;
|
|
1651
|
-
open: (...args: any[]) => void;
|
|
1652
|
+
close: (...args: any[]) => void;
|
|
1652
1653
|
}, string, {
|
|
1653
|
-
effect: import('element-plus').PopperEffect;
|
|
1654
|
-
placement: import('element-plus').Placement;
|
|
1655
|
-
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1656
|
-
teleported: boolean;
|
|
1657
|
-
visible: boolean | null;
|
|
1658
1654
|
style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1655
|
+
role: "dialog" | "menu" | "grid" | "group" | "listbox" | "navigation" | "tooltip" | "tree";
|
|
1656
|
+
visible: boolean | null;
|
|
1657
|
+
content: string;
|
|
1658
|
+
offset: number;
|
|
1659
|
+
showAfter: number;
|
|
1660
|
+
hideAfter: number;
|
|
1661
|
+
autoClose: number;
|
|
1662
|
+
boundariesPadding: number;
|
|
1663
|
+
gpuAcceleration: boolean;
|
|
1664
|
+
placement: import('element-plus').Placement;
|
|
1665
|
+
popperOptions: Partial<import('element-plus').Options>;
|
|
1666
|
+
strategy: "fixed" | "absolute";
|
|
1667
|
+
arrowOffset: number;
|
|
1668
|
+
effect: import('element-plus').PopperEffect;
|
|
1659
1669
|
enterable: boolean;
|
|
1670
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
1671
|
+
stopPopperMouseEvent: boolean;
|
|
1672
|
+
loop: boolean;
|
|
1660
1673
|
pure: boolean;
|
|
1661
1674
|
focusOnShow: boolean;
|
|
1662
1675
|
trapping: boolean;
|
|
1663
|
-
stopPopperMouseEvent: boolean;
|
|
1664
1676
|
virtualTriggering: boolean;
|
|
1665
|
-
|
|
1666
|
-
boundariesPadding: number;
|
|
1667
|
-
gpuAcceleration: boolean;
|
|
1668
|
-
offset: number;
|
|
1669
|
-
popperOptions: Partial<import('element-plus').Options>;
|
|
1670
|
-
strategy: "absolute" | "fixed";
|
|
1671
|
-
arrowOffset: number;
|
|
1677
|
+
teleported: boolean;
|
|
1672
1678
|
showArrow: boolean;
|
|
1673
|
-
role: "dialog" | "menu" | "grid" | "group" | "tooltip" | "listbox" | "navigation" | "tree";
|
|
1674
|
-
content: string;
|
|
1675
|
-
showAfter: number;
|
|
1676
|
-
hideAfter: number;
|
|
1677
|
-
autoClose: number;
|
|
1678
1679
|
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
1679
1680
|
triggerKeys: string[];
|
|
1680
1681
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1702,23 +1703,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1702
1703
|
setup(): void;
|
|
1703
1704
|
};
|
|
1704
1705
|
ElRovingFocusGroupImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1705
|
-
style:
|
|
1706
|
-
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>>;
|
|
1707
|
-
readonly required: false;
|
|
1708
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1709
|
-
__epPropKey: true;
|
|
1710
|
-
};
|
|
1706
|
+
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>;
|
|
1711
1707
|
currentTabId: {
|
|
1712
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1708
|
+
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>>;
|
|
1713
1709
|
readonly required: false;
|
|
1714
1710
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1715
1711
|
__epPropKey: true;
|
|
1716
1712
|
};
|
|
1717
1713
|
defaultCurrentTabId: StringConstructor;
|
|
1718
1714
|
loop: BooleanConstructor;
|
|
1719
|
-
dir: import('element-plus/es/utils/
|
|
1715
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
1720
1716
|
orientation: {
|
|
1721
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1717
|
+
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>>;
|
|
1722
1718
|
readonly required: false;
|
|
1723
1719
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1724
1720
|
__epPropKey: true;
|
|
@@ -1727,23 +1723,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1727
1723
|
onFocus: FunctionConstructor;
|
|
1728
1724
|
onMousedown: FunctionConstructor;
|
|
1729
1725
|
}>, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1730
|
-
style:
|
|
1731
|
-
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>>;
|
|
1732
|
-
readonly required: false;
|
|
1733
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1734
|
-
__epPropKey: true;
|
|
1735
|
-
};
|
|
1726
|
+
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>;
|
|
1736
1727
|
currentTabId: {
|
|
1737
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1728
|
+
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>>;
|
|
1738
1729
|
readonly required: false;
|
|
1739
1730
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1740
1731
|
__epPropKey: true;
|
|
1741
1732
|
};
|
|
1742
1733
|
defaultCurrentTabId: StringConstructor;
|
|
1743
1734
|
loop: BooleanConstructor;
|
|
1744
|
-
dir: import('element-plus/es/utils/
|
|
1735
|
+
dir: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
1745
1736
|
orientation: {
|
|
1746
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1737
|
+
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>>;
|
|
1747
1738
|
readonly required: false;
|
|
1748
1739
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1749
1740
|
__epPropKey: true;
|
|
@@ -1755,6 +1746,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1755
1746
|
onCurrentTabIdChange?: ((...args: any[]) => any) | undefined;
|
|
1756
1747
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
1757
1748
|
}>, {
|
|
1749
|
+
style: import('vue').StyleValue;
|
|
1758
1750
|
loop: boolean;
|
|
1759
1751
|
dir: string;
|
|
1760
1752
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1762,147 +1754,50 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1762
1754
|
ElOnlyChild: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1763
1755
|
[key: string]: any;
|
|
1764
1756
|
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1765
|
-
ElIcon: import('element-plus/es/utils/
|
|
1766
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
1767
|
-
size: number | string;
|
|
1768
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1757
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1758
|
+
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, {
|
|
1769
1759
|
P: {};
|
|
1770
1760
|
B: {};
|
|
1771
1761
|
D: {};
|
|
1772
1762
|
C: {};
|
|
1773
1763
|
M: {};
|
|
1774
1764
|
Defaults: {};
|
|
1775
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1776
|
-
size: number | string;
|
|
1777
|
-
}>;
|
|
1765
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
1778
1766
|
__isFragment?: never;
|
|
1779
1767
|
__isTeleport?: never;
|
|
1780
1768
|
__isSuspense?: never;
|
|
1781
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1782
|
-
size: number | string;
|
|
1783
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1769
|
+
} & 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 () => {
|
|
1784
1770
|
$slots: {
|
|
1785
1771
|
default?: (props: {}) => any;
|
|
1786
1772
|
};
|
|
1787
1773
|
})>;
|
|
1788
1774
|
ArrowDown: import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1789
1775
|
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').ObjectPlugin & {
|
|
1790
|
-
setPropsDefaults: (defaults:
|
|
1791
|
-
readonly
|
|
1792
|
-
readonly
|
|
1793
|
-
readonly
|
|
1794
|
-
readonly
|
|
1795
|
-
readonly
|
|
1796
|
-
readonly
|
|
1797
|
-
readonly
|
|
1798
|
-
readonly
|
|
1799
|
-
readonly
|
|
1800
|
-
readonly
|
|
1801
|
-
readonly
|
|
1802
|
-
readonly
|
|
1803
|
-
readonly
|
|
1804
|
-
readonly
|
|
1805
|
-
readonly
|
|
1806
|
-
readonly
|
|
1807
|
-
readonly
|
|
1808
|
-
readonly
|
|
1809
|
-
readonly
|
|
1810
|
-
|
|
1811
|
-
readonly
|
|
1812
|
-
readonly
|
|
1813
|
-
readonly
|
|
1814
|
-
readonly
|
|
1815
|
-
readonly virtualTriggering: boolean;
|
|
1816
|
-
readonly loop: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1817
|
-
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>;
|
|
1818
|
-
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
1819
|
-
readonly showArrow: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1820
|
-
readonly persistent: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1821
|
-
readonly teleported: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1822
|
-
readonly trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<"click" | "hover" | "contextmenu">;
|
|
1823
|
-
readonly triggerKeys: string[];
|
|
1824
|
-
readonly splitButton: boolean;
|
|
1825
|
-
readonly hideOnClick: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1826
|
-
readonly showTimeout: number;
|
|
1827
|
-
readonly hideTimeout: number;
|
|
1828
|
-
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>;
|
|
1829
|
-
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>;
|
|
1830
|
-
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;
|
|
1831
|
-
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;
|
|
1832
|
-
readonly id?: string | undefined;
|
|
1833
|
-
readonly popperClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
1834
|
-
[x: string]: boolean;
|
|
1835
|
-
} | (string | {
|
|
1836
|
-
[x: string]: boolean;
|
|
1837
|
-
} | (string | {
|
|
1838
|
-
[x: string]: boolean;
|
|
1839
|
-
} | (string | {
|
|
1840
|
-
[x: string]: boolean;
|
|
1841
|
-
} | (string | {
|
|
1842
|
-
[x: string]: boolean;
|
|
1843
|
-
} | (string | {
|
|
1844
|
-
[x: string]: boolean;
|
|
1845
|
-
} | (string | {
|
|
1846
|
-
[x: string]: boolean;
|
|
1847
|
-
} | (string | {
|
|
1848
|
-
[x: string]: boolean;
|
|
1849
|
-
} | (string | {
|
|
1850
|
-
[x: string]: boolean;
|
|
1851
|
-
} | (string | {
|
|
1852
|
-
[x: string]: boolean;
|
|
1853
|
-
} | (string | {
|
|
1854
|
-
[x: string]: boolean;
|
|
1855
|
-
} | (string | {
|
|
1856
|
-
[x: string]: boolean;
|
|
1857
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1858
|
-
[x: string]: boolean;
|
|
1859
|
-
} | (string | {
|
|
1860
|
-
[x: string]: boolean;
|
|
1861
|
-
} | (string | {
|
|
1862
|
-
[x: string]: boolean;
|
|
1863
|
-
} | (string | {
|
|
1864
|
-
[x: string]: boolean;
|
|
1865
|
-
} | (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
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1882
|
-
[x: string]: boolean;
|
|
1883
|
-
} | (string | {
|
|
1884
|
-
[x: string]: boolean;
|
|
1885
|
-
} | (string | {
|
|
1886
|
-
[x: string]: boolean;
|
|
1887
|
-
} | (string | {
|
|
1888
|
-
[x: string]: boolean;
|
|
1889
|
-
} | (string | {
|
|
1890
|
-
[x: string]: boolean;
|
|
1891
|
-
} | (string | {
|
|
1892
|
-
[x: string]: boolean;
|
|
1893
|
-
} | (string | {
|
|
1894
|
-
[x: string]: boolean;
|
|
1895
|
-
} | (string | {
|
|
1896
|
-
[x: string]: boolean;
|
|
1897
|
-
} | (string | {
|
|
1898
|
-
[x: string]: boolean;
|
|
1899
|
-
} | (string | {
|
|
1900
|
-
[x: string]: boolean;
|
|
1901
|
-
} | (string | {
|
|
1902
|
-
[x: string]: boolean;
|
|
1903
|
-
} | (string | {
|
|
1904
|
-
[x: string]: boolean;
|
|
1905
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1776
|
+
setPropsDefaults: (defaults: {
|
|
1777
|
+
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;
|
|
1778
|
+
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;
|
|
1779
|
+
readonly size?: string | (() => string) | undefined;
|
|
1780
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
1781
|
+
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;
|
|
1782
|
+
readonly popperOptions?: (() => Partial<import('element-plus').Options>) | undefined;
|
|
1783
|
+
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;
|
|
1784
|
+
readonly popperStyle?: string | false | (() => string | false | import('vue').CSSProperties | import('vue').StyleValue[]) | null | undefined;
|
|
1785
|
+
readonly loop?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1786
|
+
readonly virtualTriggering?: boolean | (() => boolean) | undefined;
|
|
1787
|
+
readonly teleported?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1788
|
+
readonly persistent?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1789
|
+
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;
|
|
1790
|
+
readonly showArrow?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1791
|
+
readonly trigger?: "click" | "hover" | "contextmenu" | (() => "click" | "hover" | "contextmenu" | ("click" | "hover" | "contextmenu")[]) | undefined;
|
|
1792
|
+
readonly triggerKeys?: (() => string[]) | undefined;
|
|
1793
|
+
readonly hideOnClick?: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | (() => boolean) | undefined;
|
|
1794
|
+
readonly showTimeout?: number | (() => number) | undefined;
|
|
1795
|
+
readonly hideTimeout?: number | (() => number) | undefined;
|
|
1796
|
+
readonly splitButton?: boolean | (() => boolean) | undefined;
|
|
1797
|
+
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;
|
|
1798
|
+
readonly id?: string | (() => string) | undefined;
|
|
1799
|
+
readonly appendTo?: string | (() => string | HTMLElement) | undefined;
|
|
1800
|
+
readonly popperClass?: string | (() => string | {
|
|
1906
1801
|
[x: string]: boolean;
|
|
1907
1802
|
} | (string | {
|
|
1908
1803
|
[x: string]: boolean;
|
|
@@ -1922,26 +1817,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1922
1817
|
[x: string]: boolean;
|
|
1923
1818
|
} | (string | {
|
|
1924
1819
|
[x: string]: boolean;
|
|
1925
|
-
} | (string | {
|
|
1926
|
-
[x: string]: boolean;
|
|
1927
|
-
} | (string | {
|
|
1820
|
+
} | (string | any[] | {
|
|
1928
1821
|
[x: string]: boolean;
|
|
1929
|
-
}
|
|
1930
|
-
readonly
|
|
1931
|
-
readonly
|
|
1932
|
-
|
|
1933
|
-
readonly onClick?: ((...args: any[]) => any) | undefined | undefined;
|
|
1934
|
-
readonly "onVisible-change"?: ((...args: any[]) => any) | undefined | undefined;
|
|
1935
|
-
readonly onCommand?: ((...args: any[]) => any) | undefined | undefined;
|
|
1936
|
-
} & 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;
|
|
1822
|
+
})[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
1823
|
+
readonly virtualRef?: (() => import('element-plus').Measurable) | undefined;
|
|
1824
|
+
readonly buttonProps?: (() => Partial<import('element-plus').ButtonProps>) | undefined;
|
|
1825
|
+
}) => void;
|
|
1937
1826
|
} & {
|
|
1938
1827
|
DropdownItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1939
|
-
readonly command: import('element-plus/es/utils/
|
|
1828
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1940
1829
|
readonly disabled: BooleanConstructor;
|
|
1941
1830
|
readonly divided: BooleanConstructor;
|
|
1942
1831
|
readonly textValue: StringConstructor;
|
|
1943
1832
|
readonly icon: {
|
|
1944
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1833
|
+
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>>;
|
|
1945
1834
|
readonly required: false;
|
|
1946
1835
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1947
1836
|
__epPropKey: true;
|
|
@@ -1952,21 +1841,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1952
1841
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
1953
1842
|
propsAndAttrs: import('vue').ComputedRef<{
|
|
1954
1843
|
disabled: boolean;
|
|
1955
|
-
command: import('element-plus/es/utils/
|
|
1844
|
+
command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1956
1845
|
divided: boolean;
|
|
1957
|
-
icon: import('element-plus/es/utils/
|
|
1846
|
+
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;
|
|
1958
1847
|
textValue: string | undefined;
|
|
1959
1848
|
onClick: ((...args: any[]) => any) | undefined;
|
|
1960
1849
|
onPointermove: ((...args: any[]) => any) | undefined;
|
|
1961
1850
|
onPointerleave: ((...args: any[]) => any) | undefined;
|
|
1962
1851
|
}>;
|
|
1963
1852
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1964
|
-
readonly command: import('element-plus/es/utils/
|
|
1853
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
1965
1854
|
readonly disabled: BooleanConstructor;
|
|
1966
1855
|
readonly divided: BooleanConstructor;
|
|
1967
1856
|
readonly textValue: StringConstructor;
|
|
1968
1857
|
readonly icon: {
|
|
1969
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1858
|
+
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>>;
|
|
1970
1859
|
readonly required: false;
|
|
1971
1860
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1972
1861
|
__epPropKey: true;
|
|
@@ -1977,7 +1866,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1977
1866
|
onPointerleave?: ((...args: any[]) => any) | undefined;
|
|
1978
1867
|
}>, {
|
|
1979
1868
|
readonly disabled: boolean;
|
|
1980
|
-
readonly command: import('element-plus/es/utils/
|
|
1869
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1981
1870
|
readonly divided: boolean;
|
|
1982
1871
|
}, {}, {
|
|
1983
1872
|
ElRovingFocusItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1998,8 +1887,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1998
1887
|
};
|
|
1999
1888
|
active: BooleanConstructor;
|
|
2000
1889
|
}>> & Readonly<{
|
|
2001
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2002
1890
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1891
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2003
1892
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2004
1893
|
}>, {
|
|
2005
1894
|
active: boolean;
|
|
@@ -2023,12 +1912,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2023
1912
|
};
|
|
2024
1913
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2025
1914
|
ElDropdownItemImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2026
|
-
readonly command: import('element-plus/es/utils/
|
|
1915
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2027
1916
|
readonly disabled: BooleanConstructor;
|
|
2028
1917
|
readonly divided: BooleanConstructor;
|
|
2029
1918
|
readonly textValue: StringConstructor;
|
|
2030
1919
|
readonly icon: {
|
|
2031
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1920
|
+
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>>;
|
|
2032
1921
|
readonly required: false;
|
|
2033
1922
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2034
1923
|
__epPropKey: true;
|
|
@@ -2040,8 +1929,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2040
1929
|
e: (element?: string) => string;
|
|
2041
1930
|
m: (modifier?: string) => string;
|
|
2042
1931
|
be: (blockSuffix?: string, element?: string) => string;
|
|
2043
|
-
em: (element?: string, modifier
|
|
2044
|
-
/** @type { [typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, ] } */ ? /** @type { [typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, ] } */: string) => string;
|
|
1932
|
+
em: (element?: string, modifier?: string) => string;
|
|
2045
1933
|
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
2046
1934
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
2047
1935
|
is: {
|
|
@@ -2063,12 +1951,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2063
1951
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
2064
1952
|
handleMousedown: (e: Event) => void;
|
|
2065
1953
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove" | "clickimpl")[], "click" | "pointerleave" | "pointermove" | "clickimpl", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2066
|
-
readonly command: import('element-plus/es/utils/
|
|
1954
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2067
1955
|
readonly disabled: BooleanConstructor;
|
|
2068
1956
|
readonly divided: BooleanConstructor;
|
|
2069
1957
|
readonly textValue: StringConstructor;
|
|
2070
1958
|
readonly icon: {
|
|
2071
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
1959
|
+
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>>;
|
|
2072
1960
|
readonly required: false;
|
|
2073
1961
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2074
1962
|
__epPropKey: true;
|
|
@@ -2080,28 +1968,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2080
1968
|
onClickimpl?: ((...args: any[]) => any) | undefined;
|
|
2081
1969
|
}>, {
|
|
2082
1970
|
readonly disabled: boolean;
|
|
2083
|
-
readonly command: import('element-plus/es/utils/
|
|
1971
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2084
1972
|
readonly divided: boolean;
|
|
2085
1973
|
}, {}, {
|
|
2086
|
-
ElIcon: import('element-plus/es/utils/
|
|
2087
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
2088
|
-
size: number | string;
|
|
2089
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
1974
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
1975
|
+
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, {
|
|
2090
1976
|
P: {};
|
|
2091
1977
|
B: {};
|
|
2092
1978
|
D: {};
|
|
2093
1979
|
C: {};
|
|
2094
1980
|
M: {};
|
|
2095
1981
|
Defaults: {};
|
|
2096
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2097
|
-
size: number | string;
|
|
2098
|
-
}>;
|
|
1982
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2099
1983
|
__isFragment?: never;
|
|
2100
1984
|
__isTeleport?: never;
|
|
2101
1985
|
__isSuspense?: never;
|
|
2102
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2103
|
-
size: number | string;
|
|
2104
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1986
|
+
} & 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 () => {
|
|
2105
1987
|
$slots: {
|
|
2106
1988
|
default?: (props: {}) => any;
|
|
2107
1989
|
};
|
|
@@ -2119,7 +2001,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2119
2001
|
size: import('vue').ComputedRef<string> | undefined;
|
|
2120
2002
|
rovingFocusGroupRootStyle: import('vue').Ref<import('vue').StyleValue, import('vue').StyleValue>;
|
|
2121
2003
|
dropdownKls: import('vue').ComputedRef<string[]>;
|
|
2122
|
-
role: import('vue').ComputedRef<"
|
|
2004
|
+
role: import('vue').ComputedRef<"listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree" | undefined>;
|
|
2123
2005
|
triggerId: import('vue').ComputedRef<string>;
|
|
2124
2006
|
dropdownListWrapperRef: (el: Element | import('vue').ComponentPublicInstance | null) => void;
|
|
2125
2007
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -2135,7 +2017,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2135
2017
|
};
|
|
2136
2018
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2137
2019
|
};
|
|
2138
|
-
ElDropdownMenu: import('element-plus/es/utils/
|
|
2020
|
+
ElDropdownMenu: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2139
2021
|
onKeydown: {
|
|
2140
2022
|
readonly type: import('vue').PropType<(e: KeyboardEvent) => void>;
|
|
2141
2023
|
readonly required: false;
|
|
@@ -2146,7 +2028,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2146
2028
|
size: import('vue').ComputedRef<string> | undefined;
|
|
2147
2029
|
rovingFocusGroupRootStyle: import('vue').Ref<import('vue').StyleValue, import('vue').StyleValue>;
|
|
2148
2030
|
dropdownKls: import('vue').ComputedRef<string[]>;
|
|
2149
|
-
role: import('vue').ComputedRef<"
|
|
2031
|
+
role: import('vue').ComputedRef<"listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree" | undefined>;
|
|
2150
2032
|
triggerId: import('vue').ComputedRef<string>;
|
|
2151
2033
|
dropdownListWrapperRef: (el: Element | import('vue').ComponentPublicInstance | null) => void;
|
|
2152
2034
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
@@ -2161,13 +2043,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2161
2043
|
__epPropKey: true;
|
|
2162
2044
|
};
|
|
2163
2045
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
2164
|
-
ElDropdownItem: import('element-plus/es/utils/
|
|
2165
|
-
readonly command: import('element-plus/es/utils/
|
|
2046
|
+
ElDropdownItem: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2047
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2166
2048
|
readonly disabled: BooleanConstructor;
|
|
2167
2049
|
readonly divided: BooleanConstructor;
|
|
2168
2050
|
readonly textValue: StringConstructor;
|
|
2169
2051
|
readonly icon: {
|
|
2170
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2052
|
+
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>>;
|
|
2171
2053
|
readonly required: false;
|
|
2172
2054
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2173
2055
|
__epPropKey: true;
|
|
@@ -2178,21 +2060,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2178
2060
|
handlePointerLeave: (event: PointerEvent) => void;
|
|
2179
2061
|
propsAndAttrs: import('vue').ComputedRef<{
|
|
2180
2062
|
disabled: boolean;
|
|
2181
|
-
command: import('element-plus/es/utils/
|
|
2063
|
+
command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2182
2064
|
divided: boolean;
|
|
2183
|
-
icon: import('element-plus/es/utils/
|
|
2065
|
+
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;
|
|
2184
2066
|
textValue: string | undefined;
|
|
2185
2067
|
onClick: ((...args: any[]) => any) | undefined;
|
|
2186
2068
|
onPointermove: ((...args: any[]) => any) | undefined;
|
|
2187
2069
|
onPointerleave: ((...args: any[]) => any) | undefined;
|
|
2188
2070
|
}>;
|
|
2189
2071
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove")[], "click" | "pointerleave" | "pointermove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2190
|
-
readonly command: import('element-plus/es/utils/
|
|
2072
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2191
2073
|
readonly disabled: BooleanConstructor;
|
|
2192
2074
|
readonly divided: BooleanConstructor;
|
|
2193
2075
|
readonly textValue: StringConstructor;
|
|
2194
2076
|
readonly icon: {
|
|
2195
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2077
|
+
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>>;
|
|
2196
2078
|
readonly required: false;
|
|
2197
2079
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2198
2080
|
__epPropKey: true;
|
|
@@ -2203,7 +2085,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2203
2085
|
onPointerleave?: ((...args: any[]) => any) | undefined;
|
|
2204
2086
|
}>, {
|
|
2205
2087
|
readonly disabled: boolean;
|
|
2206
|
-
readonly command: import('element-plus/es/utils/
|
|
2088
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2207
2089
|
readonly divided: boolean;
|
|
2208
2090
|
}, {}, {
|
|
2209
2091
|
ElRovingFocusItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2224,8 +2106,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2224
2106
|
};
|
|
2225
2107
|
active: BooleanConstructor;
|
|
2226
2108
|
}>> & Readonly<{
|
|
2227
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2228
2109
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2110
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2229
2111
|
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
2230
2112
|
}>, {
|
|
2231
2113
|
active: boolean;
|
|
@@ -2249,12 +2131,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2249
2131
|
};
|
|
2250
2132
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2251
2133
|
ElDropdownItemImpl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2252
|
-
readonly command: import('element-plus/es/utils/
|
|
2134
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2253
2135
|
readonly disabled: BooleanConstructor;
|
|
2254
2136
|
readonly divided: BooleanConstructor;
|
|
2255
2137
|
readonly textValue: StringConstructor;
|
|
2256
2138
|
readonly icon: {
|
|
2257
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2139
|
+
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>>;
|
|
2258
2140
|
readonly required: false;
|
|
2259
2141
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2260
2142
|
__epPropKey: true;
|
|
@@ -2266,8 +2148,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2266
2148
|
e: (element?: string) => string;
|
|
2267
2149
|
m: (modifier?: string) => string;
|
|
2268
2150
|
be: (blockSuffix?: string, element?: string) => string;
|
|
2269
|
-
em: (element?: string, modifier
|
|
2270
|
-
/** @type { [typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, ] } */ ? /** @type { [typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, typeof __VLS_components.ElDropdownMenu, typeof __VLS_components.elDropdownMenu, ] } */: string) => string;
|
|
2151
|
+
em: (element?: string, modifier?: string) => string;
|
|
2271
2152
|
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
2272
2153
|
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
2273
2154
|
is: {
|
|
@@ -2289,12 +2170,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2289
2170
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
2290
2171
|
handleMousedown: (e: Event) => void;
|
|
2291
2172
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "pointerleave" | "pointermove" | "clickimpl")[], "click" | "pointerleave" | "pointermove" | "clickimpl", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2292
|
-
readonly command: import('element-plus/es/utils/
|
|
2173
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown, () => {}, boolean>;
|
|
2293
2174
|
readonly disabled: BooleanConstructor;
|
|
2294
2175
|
readonly divided: BooleanConstructor;
|
|
2295
2176
|
readonly textValue: StringConstructor;
|
|
2296
2177
|
readonly icon: {
|
|
2297
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
2178
|
+
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>>;
|
|
2298
2179
|
readonly required: false;
|
|
2299
2180
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2300
2181
|
__epPropKey: true;
|
|
@@ -2306,28 +2187,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2306
2187
|
onClickimpl?: ((...args: any[]) => any) | undefined;
|
|
2307
2188
|
}>, {
|
|
2308
2189
|
readonly disabled: boolean;
|
|
2309
|
-
readonly command: import('element-plus/es/utils/
|
|
2190
|
+
readonly command: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
2310
2191
|
readonly divided: boolean;
|
|
2311
2192
|
}, {}, {
|
|
2312
|
-
ElIcon: import('element-plus/es/utils/
|
|
2313
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
2314
|
-
size: number | string;
|
|
2315
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2193
|
+
ElIcon: import('element-plus/es/utils/vue/typescript.mjs').SFCWithInstall<{
|
|
2194
|
+
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, {
|
|
2316
2195
|
P: {};
|
|
2317
2196
|
B: {};
|
|
2318
2197
|
D: {};
|
|
2319
2198
|
C: {};
|
|
2320
2199
|
M: {};
|
|
2321
2200
|
Defaults: {};
|
|
2322
|
-
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2323
|
-
size: number | string;
|
|
2324
|
-
}>;
|
|
2201
|
+
}, Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
2325
2202
|
__isFragment?: never;
|
|
2326
2203
|
__isTeleport?: never;
|
|
2327
2204
|
__isSuspense?: never;
|
|
2328
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2329
|
-
size: number | string;
|
|
2330
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2205
|
+
} & 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 () => {
|
|
2331
2206
|
$slots: {
|
|
2332
2207
|
default?: (props: {}) => any;
|
|
2333
2208
|
};
|