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