ele-admin-plus 1.5.1-beta.1 → 1.5.1-beta.3
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/es/core-installer.js +4 -1
- package/es/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/es/ele-admin-layout/index.d.ts +2 -2
- package/es/ele-app/index.d.ts +3 -0
- package/es/ele-app/index.js +3 -0
- package/es/ele-app/style/scrollbar/css-var.scss +10 -3
- package/es/ele-autocomplete/index.d.ts +126 -352
- package/es/ele-autocomplete/props.d.ts +56 -161
- package/es/ele-basic-select/components/select-view.d.ts +6 -6
- package/es/ele-basic-select/index.d.ts +3 -3
- package/es/ele-basic-select/props.d.ts +2 -2
- package/es/ele-breadcrumb/index.d.ts +2 -2
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-cascader/index.d.ts +260 -319
- package/es/ele-cascader/props.d.ts +121 -149
- package/es/ele-checkbox-group/index.d.ts +51 -56
- package/es/ele-checkbox-group/props.d.ts +25 -25
- package/es/ele-cropper-modal/index.d.ts +1 -1
- package/es/ele-data-table/index.d.ts +44 -41
- package/es/ele-data-table/props.d.ts +46 -42
- package/es/ele-data-table/style/index.scss +7 -0
- package/es/ele-drawer/index.d.ts +263 -68
- package/es/ele-drawer/props.d.ts +128 -29
- package/es/ele-dropdown/components/pro-dropdown.d.ts +223 -311
- package/es/ele-dropdown/index.d.ts +222 -310
- package/es/ele-dropdown/props.d.ts +222 -278
- package/es/ele-dropdown/props.js +17 -8
- package/es/ele-dropdown-provider/index.d.ts +1 -0
- package/es/ele-dropdown-provider/index.js +1 -0
- package/es/ele-edit-tag/index.d.ts +1 -1
- package/es/ele-ellipsis/props.d.ts +1 -1
- package/es/ele-file-list/types.d.ts +3 -3
- package/es/ele-icon/index.d.ts +2 -2
- package/es/ele-icon/props.d.ts +2 -2
- package/es/ele-icon-select/index.d.ts +2 -2
- package/es/ele-icon-select/props.d.ts +2 -2
- package/es/ele-image-viewer/index.d.ts +132 -23
- package/es/ele-image-viewer/props.d.ts +65 -10
- package/es/ele-loading/components/main-content.d.ts +2 -2
- package/es/ele-mention/index.d.ts +280 -309
- package/es/ele-mention/props.d.ts +138 -150
- package/es/ele-menus/components/menu-items.d.ts +5 -0
- package/es/ele-menus/components/menu-items.js +3 -1
- package/es/ele-menus/index.d.ts +174 -32
- package/es/ele-menus/index.js +2 -1
- package/es/ele-menus/props.d.ts +84 -13
- package/es/ele-menus/util.js +4 -7
- package/es/ele-modal/index.d.ts +192 -44
- package/es/ele-modal/props.d.ts +95 -20
- package/es/ele-modal-render/types.d.ts +25 -3
- package/es/ele-modal-render/use-modal.d.ts +2 -9
- package/es/ele-pagination/index.d.ts +141 -27
- package/es/ele-pagination/props.d.ts +69 -12
- package/es/ele-popconfirm/index.d.ts +288 -78
- package/es/ele-popconfirm/props.d.ts +143 -37
- package/es/ele-popconfirm-provider/index.d.ts +1 -0
- package/es/ele-popconfirm-provider/index.js +1 -0
- package/es/ele-popover/index.d.ts +302 -82
- package/es/ele-popover/props.d.ts +152 -40
- package/es/ele-popover/props.js +2 -5
- package/es/ele-printer/index.d.ts +2 -2
- package/es/ele-pro-form/components/render-util.d.ts +2 -2
- package/es/ele-pro-form/index.d.ts +110 -26
- package/es/ele-pro-form/props.d.ts +52 -10
- package/es/ele-pro-form-builder/components/body-form.d.ts +4 -2
- package/es/ele-pro-form-builder/components/body-form.js +2 -1
- package/es/ele-pro-table/index.d.ts +43 -40
- package/es/ele-pro-table/props.d.ts +21 -19
- package/es/ele-radio-group/index.d.ts +102 -21
- package/es/ele-radio-group/props.d.ts +49 -8
- package/es/ele-segmented/index.d.ts +2 -2
- package/es/ele-segmented/props.d.ts +1 -1
- package/es/ele-select/index.d.ts +25 -63
- package/es/ele-select/props.d.ts +7 -25
- package/es/ele-select-tree/index.d.ts +36 -83
- package/es/ele-select-tree/props.d.ts +7 -30
- package/es/ele-split-panel/index.d.ts +1 -1
- package/es/ele-steps/index.d.ts +88 -18
- package/es/ele-steps/props.d.ts +42 -7
- package/es/ele-table-select/index.d.ts +10 -10
- package/es/ele-table-select/props.d.ts +3 -3
- package/es/ele-tabs/index.d.ts +38 -45
- package/es/ele-tabs/props.d.ts +14 -15
- package/es/ele-tool/index.d.ts +1 -1
- package/es/ele-tooltip/index.d.ts +288 -53
- package/es/ele-tooltip/props.d.ts +138 -20
- package/es/ele-tooltip/props.js +2 -2
- package/es/ele-transfer/index.d.ts +154 -28
- package/es/ele-transfer/props.d.ts +78 -15
- package/es/ele-tree-select/index.d.ts +10 -10
- package/es/ele-tree-select/props.d.ts +3 -3
- package/es/ele-upload-list/index.d.ts +3 -3
- package/es/ele-viewer/index.js +0 -3
- package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/es/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/es/ele-virtual-table/index.d.ts +44 -41
- package/es/ele-virtual-table/props.d.ts +22 -20
- package/es/ele-virtual-table/util.d.ts +1 -1
- package/es/utils/modal-hook.d.ts +8 -5
- package/lib/core-installer.cjs +4 -1
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/lib/ele-admin-layout/index.d.ts +2 -2
- package/lib/ele-app/index.cjs +3 -0
- package/lib/ele-app/index.d.ts +3 -0
- package/lib/ele-app/style/scrollbar/css-var.scss +10 -3
- package/lib/ele-autocomplete/index.d.ts +126 -352
- package/lib/ele-autocomplete/props.d.ts +56 -161
- package/lib/ele-basic-select/components/select-view.d.ts +6 -6
- package/lib/ele-basic-select/index.d.ts +3 -3
- package/lib/ele-basic-select/props.d.ts +2 -2
- package/lib/ele-breadcrumb/index.d.ts +2 -2
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-cascader/index.d.ts +260 -319
- package/lib/ele-cascader/props.d.ts +121 -149
- package/lib/ele-checkbox-group/index.d.ts +51 -56
- package/lib/ele-checkbox-group/props.d.ts +25 -25
- package/lib/ele-cropper-modal/index.d.ts +1 -1
- package/lib/ele-data-table/index.d.ts +44 -41
- package/lib/ele-data-table/props.d.ts +46 -42
- package/lib/ele-data-table/style/index.scss +7 -0
- package/lib/ele-drawer/index.d.ts +263 -68
- package/lib/ele-drawer/props.d.ts +128 -29
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +223 -311
- package/lib/ele-dropdown/index.d.ts +222 -310
- package/lib/ele-dropdown/props.cjs +17 -8
- package/lib/ele-dropdown/props.d.ts +222 -278
- package/lib/ele-dropdown-provider/index.cjs +1 -0
- package/lib/ele-dropdown-provider/index.d.ts +1 -0
- package/lib/ele-edit-tag/index.d.ts +1 -1
- package/lib/ele-ellipsis/props.d.ts +1 -1
- package/lib/ele-file-list/types.d.ts +3 -3
- package/lib/ele-icon/index.d.ts +2 -2
- package/lib/ele-icon/props.d.ts +2 -2
- package/lib/ele-icon-select/index.d.ts +2 -2
- package/lib/ele-icon-select/props.d.ts +2 -2
- package/lib/ele-image-viewer/index.d.ts +132 -23
- package/lib/ele-image-viewer/props.d.ts +65 -10
- package/lib/ele-loading/components/main-content.d.ts +2 -2
- package/lib/ele-mention/index.d.ts +280 -309
- package/lib/ele-mention/props.d.ts +138 -150
- package/lib/ele-menus/components/menu-items.cjs +3 -1
- package/lib/ele-menus/components/menu-items.d.ts +5 -0
- package/lib/ele-menus/index.cjs +2 -1
- package/lib/ele-menus/index.d.ts +174 -32
- package/lib/ele-menus/props.d.ts +84 -13
- package/lib/ele-menus/util.cjs +4 -7
- package/lib/ele-modal/index.d.ts +192 -44
- package/lib/ele-modal/props.d.ts +95 -20
- package/lib/ele-modal-render/types.d.ts +25 -3
- package/lib/ele-modal-render/use-modal.d.ts +2 -9
- package/lib/ele-pagination/index.d.ts +141 -27
- package/lib/ele-pagination/props.d.ts +69 -12
- package/lib/ele-popconfirm/index.d.ts +288 -78
- package/lib/ele-popconfirm/props.d.ts +143 -37
- package/lib/ele-popconfirm-provider/index.cjs +1 -0
- package/lib/ele-popconfirm-provider/index.d.ts +1 -0
- package/lib/ele-popover/index.d.ts +302 -82
- package/lib/ele-popover/props.cjs +2 -5
- package/lib/ele-popover/props.d.ts +152 -40
- package/lib/ele-printer/index.d.ts +2 -2
- package/lib/ele-pro-form/components/render-util.d.ts +2 -2
- package/lib/ele-pro-form/index.d.ts +110 -26
- package/lib/ele-pro-form/props.d.ts +52 -10
- package/lib/ele-pro-form-builder/components/body-form.cjs +2 -1
- package/lib/ele-pro-form-builder/components/body-form.d.ts +4 -2
- package/lib/ele-pro-table/index.d.ts +43 -40
- package/lib/ele-pro-table/props.d.ts +21 -19
- package/lib/ele-radio-group/index.d.ts +102 -21
- package/lib/ele-radio-group/props.d.ts +49 -8
- package/lib/ele-segmented/index.d.ts +2 -2
- package/lib/ele-segmented/props.d.ts +1 -1
- package/lib/ele-select/index.d.ts +25 -63
- package/lib/ele-select/props.d.ts +7 -25
- package/lib/ele-select-tree/index.d.ts +36 -83
- package/lib/ele-select-tree/props.d.ts +7 -30
- package/lib/ele-split-panel/index.d.ts +1 -1
- package/lib/ele-steps/index.d.ts +88 -18
- package/lib/ele-steps/props.d.ts +42 -7
- package/lib/ele-table-select/index.d.ts +10 -10
- package/lib/ele-table-select/props.d.ts +3 -3
- package/lib/ele-tabs/index.d.ts +38 -45
- package/lib/ele-tabs/props.d.ts +14 -15
- package/lib/ele-tool/index.d.ts +1 -1
- package/lib/ele-tooltip/index.d.ts +288 -53
- package/lib/ele-tooltip/props.cjs +2 -2
- package/lib/ele-tooltip/props.d.ts +138 -20
- package/lib/ele-transfer/index.d.ts +154 -28
- package/lib/ele-transfer/props.d.ts +78 -15
- package/lib/ele-tree-select/index.d.ts +10 -10
- package/lib/ele-tree-select/props.d.ts +3 -3
- package/lib/ele-upload-list/index.d.ts +3 -3
- package/lib/ele-viewer/index.cjs +0 -3
- package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/lib/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/lib/ele-virtual-table/index.d.ts +44 -41
- package/lib/ele-virtual-table/props.d.ts +22 -20
- package/lib/ele-virtual-table/util.d.ts +1 -1
- package/lib/utils/modal-hook.d.ts +8 -5
- package/package.json +2 -2
|
@@ -4,166 +4,151 @@ import { ElIconProps, ElButtonProps, ElDropdownInstance } from '../ele-app/el';
|
|
|
4
4
|
import { default as ProDropdown } from './components/pro-dropdown';
|
|
5
5
|
import { DropdownItem } from './types';
|
|
6
6
|
|
|
7
|
+
type DropdownExclude = 'size' | 'maxHeight' | 'role' | 'type' | 'effect' | 'placement' | 'disabled' | 'popperOptions' | 'popperClass' | 'tabindex' | 'teleported' | 'trigger' | 'triggerKeys' | 'persistent' | 'id' | 'loop';
|
|
7
8
|
declare const normalizeDropdownProps: Omit<{
|
|
8
9
|
readonly trigger: {
|
|
9
|
-
readonly type: import('
|
|
10
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
10
11
|
readonly required: false;
|
|
11
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
-
|
|
13
|
+
__epPropKey: true;
|
|
14
|
+
} & {
|
|
13
15
|
readonly default: "hover";
|
|
14
16
|
};
|
|
15
|
-
readonly triggerKeys:
|
|
16
|
-
|
|
17
|
-
readonly virtualRef: {
|
|
18
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
17
|
+
readonly triggerKeys: {
|
|
18
|
+
readonly type: PropType<string[]>;
|
|
19
19
|
readonly required: false;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
22
|
+
} & {
|
|
23
|
+
readonly default: () => string[];
|
|
22
24
|
};
|
|
23
25
|
readonly effect: {
|
|
24
26
|
readonly default: "light";
|
|
25
|
-
readonly type:
|
|
27
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
26
28
|
readonly required: false;
|
|
27
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
30
|
readonly __epPropKey: true;
|
|
29
31
|
};
|
|
30
32
|
readonly type: {
|
|
31
|
-
readonly type:
|
|
33
|
+
readonly type: PropType<"" | "success" | "primary" | "warning" | "info" | "default" | "danger" | "text">;
|
|
34
|
+
readonly required: false;
|
|
35
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
36
|
+
__epPropKey: true;
|
|
37
|
+
};
|
|
38
|
+
readonly placement: {
|
|
39
|
+
readonly type: PropType<import('element-plus').Placement>;
|
|
32
40
|
readonly required: false;
|
|
33
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
42
|
__epPropKey: true;
|
|
43
|
+
} & {
|
|
44
|
+
readonly default: "bottom";
|
|
45
|
+
};
|
|
46
|
+
readonly popperOptions: {
|
|
47
|
+
readonly type: PropType<Partial<import('element-plus').Options>>;
|
|
48
|
+
readonly required: false;
|
|
49
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
+
__epPropKey: true;
|
|
51
|
+
} & {
|
|
52
|
+
readonly default: () => {};
|
|
35
53
|
};
|
|
36
|
-
readonly placement: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "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" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown, "bottom", boolean>;
|
|
37
|
-
readonly popperOptions: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | ((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>))[], unknown, unknown, () => {}, boolean>;
|
|
38
54
|
readonly id: StringConstructor;
|
|
39
|
-
readonly size:
|
|
55
|
+
readonly size: {
|
|
56
|
+
readonly type: PropType<string>;
|
|
57
|
+
readonly required: false;
|
|
58
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
+
__epPropKey: true;
|
|
60
|
+
} & {
|
|
61
|
+
readonly default: "";
|
|
62
|
+
};
|
|
40
63
|
readonly splitButton: BooleanConstructor;
|
|
41
|
-
readonly hideOnClick:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
64
|
+
readonly hideOnClick: {
|
|
65
|
+
readonly type: PropType<boolean>;
|
|
66
|
+
readonly required: false;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
+
__epPropKey: true;
|
|
69
|
+
} & {
|
|
70
|
+
readonly default: true;
|
|
71
|
+
};
|
|
72
|
+
readonly loop: {
|
|
73
|
+
readonly type: PropType<boolean>;
|
|
74
|
+
readonly required: false;
|
|
75
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
+
__epPropKey: true;
|
|
77
|
+
} & {
|
|
78
|
+
readonly default: true;
|
|
79
|
+
};
|
|
80
|
+
readonly showTimeout: {
|
|
81
|
+
readonly type: PropType<number>;
|
|
82
|
+
readonly required: false;
|
|
83
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
|
+
__epPropKey: true;
|
|
85
|
+
} & {
|
|
86
|
+
readonly default: 150;
|
|
87
|
+
};
|
|
88
|
+
readonly hideTimeout: {
|
|
89
|
+
readonly type: PropType<number>;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
} & {
|
|
94
|
+
readonly default: 150;
|
|
95
|
+
};
|
|
96
|
+
readonly tabindex: {
|
|
97
|
+
readonly type: PropType<string | number>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
} & {
|
|
102
|
+
readonly default: 0;
|
|
103
|
+
};
|
|
104
|
+
readonly maxHeight: {
|
|
105
|
+
readonly type: PropType<string | number>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
} & {
|
|
110
|
+
readonly default: "";
|
|
111
|
+
};
|
|
48
112
|
readonly popperClass: {
|
|
49
|
-
readonly type:
|
|
50
|
-
[x: string]: boolean;
|
|
51
|
-
} | (string | {
|
|
52
|
-
[x: string]: boolean;
|
|
53
|
-
} | (string | {
|
|
54
|
-
[x: string]: boolean;
|
|
55
|
-
} | (string | {
|
|
56
|
-
[x: string]: boolean;
|
|
57
|
-
} | (string | {
|
|
58
|
-
[x: string]: boolean;
|
|
59
|
-
} | (string | {
|
|
60
|
-
[x: string]: boolean;
|
|
61
|
-
} | (string | {
|
|
62
|
-
[x: string]: boolean;
|
|
63
|
-
} | (string | {
|
|
64
|
-
[x: string]: boolean;
|
|
65
|
-
} | (string | {
|
|
66
|
-
[x: string]: boolean;
|
|
67
|
-
} | (string | {
|
|
68
|
-
[x: string]: boolean;
|
|
69
|
-
} | (string | {
|
|
70
|
-
[x: string]: boolean;
|
|
71
|
-
} | (string | {
|
|
72
|
-
[x: string]: boolean;
|
|
73
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
74
|
-
[x: string]: boolean;
|
|
75
|
-
} | (string | {
|
|
76
|
-
[x: string]: boolean;
|
|
77
|
-
} | (string | {
|
|
78
|
-
[x: string]: boolean;
|
|
79
|
-
} | (string | {
|
|
80
|
-
[x: string]: boolean;
|
|
81
|
-
} | (string | {
|
|
82
|
-
[x: string]: boolean;
|
|
83
|
-
} | (string | {
|
|
84
|
-
[x: string]: boolean;
|
|
85
|
-
} | (string | {
|
|
86
|
-
[x: string]: boolean;
|
|
87
|
-
} | (string | {
|
|
88
|
-
[x: string]: boolean;
|
|
89
|
-
} | (string | {
|
|
90
|
-
[x: string]: boolean;
|
|
91
|
-
} | (string | {
|
|
92
|
-
[x: string]: boolean;
|
|
93
|
-
} | (string | {
|
|
94
|
-
[x: string]: boolean;
|
|
95
|
-
} | (string | {
|
|
96
|
-
[x: string]: boolean;
|
|
97
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
98
|
-
[x: string]: boolean;
|
|
99
|
-
} | (string | {
|
|
100
|
-
[x: string]: boolean;
|
|
101
|
-
} | (string | {
|
|
102
|
-
[x: string]: boolean;
|
|
103
|
-
} | (string | {
|
|
104
|
-
[x: string]: boolean;
|
|
105
|
-
} | (string | {
|
|
106
|
-
[x: string]: boolean;
|
|
107
|
-
} | (string | {
|
|
108
|
-
[x: string]: boolean;
|
|
109
|
-
} | (string | {
|
|
110
|
-
[x: string]: boolean;
|
|
111
|
-
} | (string | {
|
|
112
|
-
[x: string]: boolean;
|
|
113
|
-
} | (string | {
|
|
114
|
-
[x: string]: boolean;
|
|
115
|
-
} | (string | {
|
|
116
|
-
[x: string]: boolean;
|
|
117
|
-
} | (string | {
|
|
118
|
-
[x: string]: boolean;
|
|
119
|
-
} | (string | {
|
|
120
|
-
[x: string]: boolean;
|
|
121
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
122
|
-
[x: string]: boolean;
|
|
123
|
-
} | (string | {
|
|
124
|
-
[x: string]: boolean;
|
|
125
|
-
} | (string | {
|
|
126
|
-
[x: string]: boolean;
|
|
127
|
-
} | (string | {
|
|
128
|
-
[x: string]: boolean;
|
|
129
|
-
} | (string | {
|
|
130
|
-
[x: string]: boolean;
|
|
131
|
-
} | (string | {
|
|
132
|
-
[x: string]: boolean;
|
|
133
|
-
} | (string | {
|
|
134
|
-
[x: string]: boolean;
|
|
135
|
-
} | (string | {
|
|
136
|
-
[x: string]: boolean;
|
|
137
|
-
} | (string | {
|
|
138
|
-
[x: string]: boolean;
|
|
139
|
-
} | (string | {
|
|
140
|
-
[x: string]: boolean;
|
|
141
|
-
} | (string | {
|
|
142
|
-
[x: string]: boolean;
|
|
143
|
-
} | (string | {
|
|
144
|
-
[x: string]: boolean;
|
|
145
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
146
|
-
readonly required: false;
|
|
147
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
-
__epPropKey: true;
|
|
149
|
-
};
|
|
150
|
-
readonly popperStyle: {
|
|
151
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
|
113
|
+
readonly type: PropType<string>;
|
|
152
114
|
readonly required: false;
|
|
153
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
116
|
__epPropKey: true;
|
|
117
|
+
} & {
|
|
118
|
+
readonly default: "";
|
|
155
119
|
};
|
|
156
120
|
readonly disabled: BooleanConstructor;
|
|
157
|
-
readonly role:
|
|
121
|
+
readonly role: {
|
|
122
|
+
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
123
|
+
readonly required: false;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
|
+
__epPropKey: true;
|
|
126
|
+
} & {
|
|
127
|
+
readonly default: "menu";
|
|
128
|
+
};
|
|
158
129
|
readonly buttonProps: {
|
|
159
|
-
readonly type:
|
|
130
|
+
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
160
131
|
readonly required: false;
|
|
161
132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
133
|
__epPropKey: true;
|
|
163
134
|
};
|
|
164
|
-
readonly teleported:
|
|
165
|
-
|
|
166
|
-
|
|
135
|
+
readonly teleported: {
|
|
136
|
+
readonly type: PropType<boolean>;
|
|
137
|
+
readonly required: false;
|
|
138
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
|
+
__epPropKey: true;
|
|
140
|
+
} & {
|
|
141
|
+
readonly default: true;
|
|
142
|
+
};
|
|
143
|
+
readonly persistent: {
|
|
144
|
+
readonly type: PropType<boolean>;
|
|
145
|
+
readonly required: false;
|
|
146
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
+
__epPropKey: true;
|
|
148
|
+
} & {
|
|
149
|
+
readonly default: true;
|
|
150
|
+
};
|
|
151
|
+
}, DropdownExclude>;
|
|
167
152
|
/**
|
|
168
153
|
* 属性
|
|
169
154
|
*/
|
|
@@ -196,180 +181,139 @@ export declare const dropdownProps: {
|
|
|
196
181
|
type: BooleanConstructor;
|
|
197
182
|
default: boolean;
|
|
198
183
|
};
|
|
199
|
-
|
|
200
|
-
|
|
184
|
+
splitButton: BooleanConstructor;
|
|
185
|
+
hideOnClick: {
|
|
186
|
+
readonly type: PropType<boolean>;
|
|
201
187
|
readonly required: false;
|
|
202
188
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
189
|
__epPropKey: true;
|
|
190
|
+
} & {
|
|
191
|
+
readonly default: true;
|
|
204
192
|
};
|
|
205
|
-
|
|
206
|
-
readonly
|
|
207
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown>>;
|
|
193
|
+
showTimeout: {
|
|
194
|
+
readonly type: PropType<number>;
|
|
208
195
|
readonly required: false;
|
|
209
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
210
|
-
|
|
197
|
+
__epPropKey: true;
|
|
198
|
+
} & {
|
|
199
|
+
readonly default: 150;
|
|
211
200
|
};
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | {
|
|
215
|
-
[x: string]: boolean;
|
|
216
|
-
} | (string | {
|
|
217
|
-
[x: string]: boolean;
|
|
218
|
-
} | (string | {
|
|
219
|
-
[x: string]: boolean;
|
|
220
|
-
} | (string | {
|
|
221
|
-
[x: string]: boolean;
|
|
222
|
-
} | (string | {
|
|
223
|
-
[x: string]: boolean;
|
|
224
|
-
} | (string | {
|
|
225
|
-
[x: string]: boolean;
|
|
226
|
-
} | (string | {
|
|
227
|
-
[x: string]: boolean;
|
|
228
|
-
} | (string | {
|
|
229
|
-
[x: string]: boolean;
|
|
230
|
-
} | (string | {
|
|
231
|
-
[x: string]: boolean;
|
|
232
|
-
} | (string | {
|
|
233
|
-
[x: string]: boolean;
|
|
234
|
-
} | (string | {
|
|
235
|
-
[x: string]: boolean;
|
|
236
|
-
} | (string | {
|
|
237
|
-
[x: string]: boolean;
|
|
238
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
239
|
-
[x: string]: boolean;
|
|
240
|
-
} | (string | {
|
|
241
|
-
[x: string]: boolean;
|
|
242
|
-
} | (string | {
|
|
243
|
-
[x: string]: boolean;
|
|
244
|
-
} | (string | {
|
|
245
|
-
[x: string]: boolean;
|
|
246
|
-
} | (string | {
|
|
247
|
-
[x: string]: boolean;
|
|
248
|
-
} | (string | {
|
|
249
|
-
[x: string]: boolean;
|
|
250
|
-
} | (string | {
|
|
251
|
-
[x: string]: boolean;
|
|
252
|
-
} | (string | {
|
|
253
|
-
[x: string]: boolean;
|
|
254
|
-
} | (string | {
|
|
255
|
-
[x: string]: boolean;
|
|
256
|
-
} | (string | {
|
|
257
|
-
[x: string]: boolean;
|
|
258
|
-
} | (string | {
|
|
259
|
-
[x: string]: boolean;
|
|
260
|
-
} | (string | {
|
|
261
|
-
[x: string]: boolean;
|
|
262
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
263
|
-
[x: string]: boolean;
|
|
264
|
-
} | (string | {
|
|
265
|
-
[x: string]: boolean;
|
|
266
|
-
} | (string | {
|
|
267
|
-
[x: string]: boolean;
|
|
268
|
-
} | (string | {
|
|
269
|
-
[x: string]: boolean;
|
|
270
|
-
} | (string | {
|
|
271
|
-
[x: string]: boolean;
|
|
272
|
-
} | (string | {
|
|
273
|
-
[x: string]: boolean;
|
|
274
|
-
} | (string | {
|
|
275
|
-
[x: string]: boolean;
|
|
276
|
-
} | (string | {
|
|
277
|
-
[x: string]: boolean;
|
|
278
|
-
} | (string | {
|
|
279
|
-
[x: string]: boolean;
|
|
280
|
-
} | (string | {
|
|
281
|
-
[x: string]: boolean;
|
|
282
|
-
} | (string | {
|
|
283
|
-
[x: string]: boolean;
|
|
284
|
-
} | (string | {
|
|
285
|
-
[x: string]: boolean;
|
|
286
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
287
|
-
[x: string]: boolean;
|
|
288
|
-
} | (string | {
|
|
289
|
-
[x: string]: boolean;
|
|
290
|
-
} | (string | {
|
|
291
|
-
[x: string]: boolean;
|
|
292
|
-
} | (string | {
|
|
293
|
-
[x: string]: boolean;
|
|
294
|
-
} | (string | {
|
|
295
|
-
[x: string]: boolean;
|
|
296
|
-
} | (string | {
|
|
297
|
-
[x: string]: boolean;
|
|
298
|
-
} | (string | {
|
|
299
|
-
[x: string]: boolean;
|
|
300
|
-
} | (string | {
|
|
301
|
-
[x: string]: boolean;
|
|
302
|
-
} | (string | {
|
|
303
|
-
[x: string]: boolean;
|
|
304
|
-
} | (string | {
|
|
305
|
-
[x: string]: boolean;
|
|
306
|
-
} | (string | {
|
|
307
|
-
[x: string]: boolean;
|
|
308
|
-
} | (string | {
|
|
309
|
-
[x: string]: boolean;
|
|
310
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
};
|
|
315
|
-
popperStyle: {
|
|
316
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
|
|
317
|
-
readonly required: false;
|
|
318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
-
__epPropKey: true;
|
|
320
|
-
};
|
|
321
|
-
teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
322
|
-
id: StringConstructor;
|
|
323
|
-
disabled: BooleanConstructor;
|
|
324
|
-
tabindex: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
325
|
-
persistent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
326
|
-
triggerKeys: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
327
|
-
virtualTriggering: BooleanConstructor;
|
|
328
|
-
virtualRef: {
|
|
329
|
-
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
201
|
+
hideTimeout: {
|
|
202
|
+
readonly type: PropType<number>;
|
|
330
203
|
readonly required: false;
|
|
331
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
332
205
|
__epPropKey: true;
|
|
206
|
+
} & {
|
|
207
|
+
readonly default: 150;
|
|
333
208
|
};
|
|
334
|
-
popperOptions: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | ((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>))[], unknown, unknown, () => {}, boolean>;
|
|
335
|
-
splitButton: BooleanConstructor;
|
|
336
|
-
hideOnClick: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
337
|
-
loop: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
338
|
-
showArrow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
339
|
-
showTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
340
|
-
hideTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
341
|
-
maxHeight: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
342
|
-
role: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
343
209
|
buttonProps: {
|
|
344
|
-
readonly type:
|
|
210
|
+
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
345
211
|
readonly required: false;
|
|
346
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
213
|
__epPropKey: true;
|
|
348
214
|
};
|
|
349
215
|
size: PropType<ElButtonProps["size"]>;
|
|
350
|
-
|
|
351
|
-
|
|
216
|
+
maxHeight: {
|
|
217
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
218
|
+
default: string;
|
|
219
|
+
};
|
|
220
|
+
role: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
type: PropType<ElButtonProps["type"]>;
|
|
225
|
+
effect: {
|
|
226
|
+
readonly type: PropType<import('element-plus').PopperEffect>;
|
|
352
227
|
readonly required: false;
|
|
353
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
229
|
__epPropKey: true;
|
|
230
|
+
} & {
|
|
231
|
+
readonly default: "dark";
|
|
355
232
|
};
|
|
356
233
|
ariaLabel: StringConstructor;
|
|
357
|
-
|
|
234
|
+
placement: {
|
|
235
|
+
readonly type: PropType<import('element-plus').Placement>;
|
|
236
|
+
readonly required: false;
|
|
237
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
238
|
+
__epPropKey: true;
|
|
239
|
+
} & {
|
|
240
|
+
readonly default: "bottom";
|
|
241
|
+
};
|
|
242
|
+
popperClass: StringConstructor;
|
|
243
|
+
teleported: {
|
|
244
|
+
readonly type: PropType<boolean>;
|
|
245
|
+
readonly required: false;
|
|
246
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
|
+
__epPropKey: true;
|
|
248
|
+
} & {
|
|
249
|
+
readonly default: true;
|
|
250
|
+
};
|
|
251
|
+
appendTo: {
|
|
252
|
+
readonly type: PropType<string | HTMLElement>;
|
|
253
|
+
readonly required: false;
|
|
254
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
255
|
+
__epPropKey: true;
|
|
256
|
+
};
|
|
257
|
+
disabled: BooleanConstructor;
|
|
358
258
|
bg: StringConstructor;
|
|
259
|
+
fallbackPlacements: {
|
|
260
|
+
readonly type: PropType<import('element-plus').Placement[]>;
|
|
261
|
+
readonly required: false;
|
|
262
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
+
__epPropKey: true;
|
|
264
|
+
} & {
|
|
265
|
+
readonly default: undefined;
|
|
266
|
+
};
|
|
267
|
+
persistent: BooleanConstructor;
|
|
359
268
|
zIndex: NumberConstructor;
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
enterable: {
|
|
363
|
-
readonly default: true;
|
|
364
|
-
readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
269
|
+
trigger: {
|
|
270
|
+
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
365
271
|
readonly required: false;
|
|
366
272
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
-
|
|
273
|
+
__epPropKey: true;
|
|
274
|
+
} & {
|
|
275
|
+
readonly default: "hover";
|
|
276
|
+
};
|
|
277
|
+
triggerKeys: {
|
|
278
|
+
readonly type: PropType<string[]>;
|
|
279
|
+
readonly required: false;
|
|
280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
281
|
+
__epPropKey: true;
|
|
282
|
+
} & {
|
|
283
|
+
readonly default: () => string[];
|
|
284
|
+
};
|
|
285
|
+
popperOptions: {
|
|
286
|
+
readonly type: PropType<Partial<import('element-plus').Options>>;
|
|
287
|
+
readonly required: false;
|
|
288
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
+
__epPropKey: true;
|
|
290
|
+
} & {
|
|
291
|
+
readonly default: () => {};
|
|
368
292
|
};
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
293
|
+
tabindex: {
|
|
294
|
+
readonly type: PropType<string | number>;
|
|
295
|
+
readonly required: false;
|
|
296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
+
__epPropKey: true;
|
|
298
|
+
} & {
|
|
299
|
+
readonly default: 0;
|
|
300
|
+
};
|
|
301
|
+
showArrow: {
|
|
302
|
+
readonly type: PropType<boolean>;
|
|
303
|
+
readonly required: false;
|
|
304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
+
__epPropKey: true;
|
|
306
|
+
} & {
|
|
307
|
+
readonly default: boolean;
|
|
308
|
+
};
|
|
309
|
+
popperStyle: PropType<StyleValue>;
|
|
310
|
+
virtualRef: {
|
|
311
|
+
readonly type: PropType<import('element-plus').Measurable>;
|
|
312
|
+
readonly required: false;
|
|
313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
+
__epPropKey: true;
|
|
315
|
+
};
|
|
316
|
+
virtualTriggering: BooleanConstructor;
|
|
373
317
|
arrowBg: StringConstructor;
|
|
374
318
|
};
|
|
375
319
|
export type DropdownProps = ExtractPropTypes<typeof dropdownProps>;
|
|
@@ -387,11 +331,11 @@ export declare const dropdownEmits: {
|
|
|
387
331
|
'update:modelValue': (_value: DropdownItem["command"]) => boolean;
|
|
388
332
|
/** 选中改变的事件 */
|
|
389
333
|
change: (_active: DropdownItem["command"]) => boolean;
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
334
|
+
"update:visible": (value: boolean) => boolean;
|
|
335
|
+
"before-enter": () => boolean;
|
|
336
|
+
"before-leave": () => boolean;
|
|
337
|
+
"after-enter": () => boolean;
|
|
338
|
+
"after-leave": () => boolean;
|
|
395
339
|
};
|
|
396
340
|
export type DropdownEmitsProps = EmitsToProps<typeof dropdownEmits>;
|
|
397
341
|
export type DropdownPropsAndEmits = DropdownProps & DropdownEmitsProps;
|
package/es/ele-dropdown/props.js
CHANGED
|
@@ -3,22 +3,22 @@ import { omit } from "../utils/common";
|
|
|
3
3
|
import { popoverProps, popoverEmits } from "../ele-popover/props";
|
|
4
4
|
const normalizePopoverProps = omit(popoverProps, [
|
|
5
5
|
"title",
|
|
6
|
-
"effect",
|
|
7
6
|
"content",
|
|
8
7
|
"width",
|
|
9
|
-
"placement",
|
|
10
|
-
"disabled",
|
|
11
|
-
"popperOptions",
|
|
12
|
-
"popperClass",
|
|
13
8
|
"showAfter",
|
|
14
9
|
"hideAfter",
|
|
15
10
|
"autoClose",
|
|
16
|
-
"tabindex",
|
|
17
|
-
"teleported",
|
|
18
11
|
"bodyClass",
|
|
19
12
|
"bodyStyle",
|
|
20
13
|
"titleStyle",
|
|
21
|
-
"contentStyle"
|
|
14
|
+
"contentStyle",
|
|
15
|
+
"effect",
|
|
16
|
+
"placement",
|
|
17
|
+
"disabled",
|
|
18
|
+
"popperOptions",
|
|
19
|
+
"popperClass",
|
|
20
|
+
"tabindex",
|
|
21
|
+
"teleported"
|
|
22
22
|
]);
|
|
23
23
|
const normalizeDropdownProps = omit(dropdownProps$1, [
|
|
24
24
|
"onCommand",
|
|
@@ -29,6 +29,15 @@ const normalizeDropdownProps = omit(dropdownProps$1, [
|
|
|
29
29
|
const dropdownProps = {
|
|
30
30
|
...normalizePopoverProps,
|
|
31
31
|
size: String,
|
|
32
|
+
maxHeight: {
|
|
33
|
+
type: [Number, String],
|
|
34
|
+
default: ""
|
|
35
|
+
},
|
|
36
|
+
role: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: "menu"
|
|
39
|
+
},
|
|
40
|
+
type: String,
|
|
32
41
|
...normalizeDropdownProps,
|
|
33
42
|
/** 下拉框渐变动画 */
|
|
34
43
|
transition: {
|
|
@@ -2,6 +2,7 @@ declare function __VLS_template(): {
|
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
5
|
+
dropdownRef: import('vue').Ref<import('../ele-app/plus').EleDropdownInstance, import('../ele-app/plus').EleDropdownInstance>;
|
|
5
6
|
openDropdown: (triggerEl: any, items?: import('../ele-dropdown/types').DropdownItem[], props?: import('../ele-app/plus').EleDropdownPropsAndEmits) => void;
|
|
6
7
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
7
8
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -52,8 +52,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
52
52
|
onItemClick?: ((_index: number, _value: string) => any) | undefined;
|
|
53
53
|
}>, {
|
|
54
54
|
disabled: boolean;
|
|
55
|
-
readonly: boolean;
|
|
56
55
|
round: boolean;
|
|
56
|
+
readonly: boolean;
|
|
57
57
|
hit: boolean;
|
|
58
58
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
59
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|