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