ele-admin-plus 1.5.0-beta.8 → 1.5.1-beta.1
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/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/es/ele-autocomplete/index.d.ts +233 -305
- package/es/ele-autocomplete/props.d.ts +115 -152
- package/es/ele-basic-select/components/select-view.d.ts +2 -2
- package/es/ele-basic-select/index.d.ts +2 -2
- 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-buttons/components/item-render.js +2 -1
- package/es/ele-buttons/index.js +2 -2
- package/es/ele-cascader/index.d.ts +242 -286
- package/es/ele-cascader/props.d.ts +116 -138
- package/es/ele-check-card/components/card-item.d.ts +1 -1
- package/es/ele-checkbox-group/index.d.ts +51 -83
- package/es/ele-checkbox-group/props.d.ts +25 -41
- package/es/ele-data-table/index.d.ts +35 -35
- package/es/ele-data-table/props.d.ts +36 -36
- package/es/ele-drawer/index.d.ts +62 -322
- package/es/ele-drawer/props.d.ts +27 -157
- package/es/ele-dropdown/components/pro-dropdown.d.ts +283 -338
- package/es/ele-dropdown/index.d.ts +279 -334
- package/es/ele-dropdown/props.d.ts +259 -285
- package/es/ele-dropdown/style/index.scss +15 -9
- package/es/ele-edit-tag/style/index.scss +1 -0
- package/es/ele-ellipsis/props.d.ts +1 -1
- 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 +1 -1
- package/es/ele-icon-select/props.d.ts +2 -2
- package/es/ele-image-viewer/index.d.ts +20 -132
- package/es/ele-image-viewer/props.d.ts +9 -65
- package/es/ele-loading/components/main-content.d.ts +2 -2
- package/es/ele-loading/style/index.scss +4 -9
- package/es/ele-map-picker/style/index.scss +2 -0
- package/es/ele-mention/index.d.ts +287 -308
- package/es/ele-mention/props.d.ts +144 -155
- package/es/ele-mention/style/index.js +1 -1
- package/es/ele-menus/index.d.ts +32 -174
- package/es/ele-menus/props.d.ts +13 -84
- package/es/ele-menus/util.js +4 -4
- package/es/ele-modal/index.d.ts +41 -237
- package/es/ele-modal/props.d.ts +19 -117
- package/es/ele-pagination/index.d.ts +27 -141
- package/es/ele-pagination/props.d.ts +12 -69
- package/es/ele-popconfirm/index.d.ts +54 -275
- package/es/ele-popconfirm/props.d.ts +26 -137
- package/es/ele-popover/index.d.ts +58 -289
- package/es/ele-popover/props.d.ts +27 -145
- 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 +26 -110
- package/es/ele-pro-form/index.js +4 -3
- package/es/ele-pro-form/props.d.ts +10 -52
- package/es/ele-pro-layout/index.js +9 -0
- package/es/ele-pro-table/index.d.ts +34 -34
- package/es/ele-pro-table/index.js +15 -10
- package/es/ele-pro-table/props.d.ts +17 -17
- package/es/ele-pro-table/style/index.scss +6 -2
- package/es/ele-pro-table/types.d.ts +6 -2
- package/es/ele-qr-code/qrcodegen.js +2 -2
- package/es/ele-qr-code-svg/qrcodegen.js +1 -1
- package/es/ele-radio-group/index.d.ts +18 -116
- package/es/ele-radio-group/props.d.ts +8 -57
- 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 +7 -4
- package/es/ele-select/props.d.ts +2 -1
- package/es/ele-select-tree/index.d.ts +18 -15
- package/es/ele-select-tree/props.d.ts +2 -1
- package/es/ele-split-panel/index.d.ts +2 -2
- package/es/ele-steps/index.d.ts +18 -88
- package/es/ele-steps/props.d.ts +7 -42
- package/es/ele-table-select/index.d.ts +2 -2
- package/es/ele-tabs/index.d.ts +39 -36
- package/es/ele-tabs/index.js +15 -1
- package/es/ele-tabs/props.d.ts +15 -14
- package/es/ele-timeline/index.js +8 -4
- package/es/ele-tool/index.d.ts +1 -1
- package/es/ele-tooltip/index.d.ts +45 -266
- package/es/ele-tooltip/props.d.ts +19 -130
- package/es/ele-transfer/index.d.ts +28 -154
- package/es/ele-transfer/props.d.ts +15 -78
- package/es/ele-tree-select/index.d.ts +2 -2
- package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/es/ele-virtual-table/components/header-cell.d.ts +6 -0
- package/es/ele-virtual-table/components/header-cell.js +87 -36
- package/es/ele-virtual-table/components/header-row.d.ts +7 -1
- package/es/ele-virtual-table/components/header-row.js +20 -2
- package/es/ele-virtual-table/index.d.ts +36 -36
- package/es/ele-virtual-table/index.js +31 -4
- package/es/ele-virtual-table/props.d.ts +17 -17
- package/es/ele-virtual-table/style/index.scss +57 -0
- package/es/ele-virtual-table/util.d.ts +1 -1
- package/es/style/themes/default.scss +1 -0
- package/es/utils/hook.js +7 -5
- package/es/utils/modal-hook.d.ts +1 -3
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +1 -1
- package/lib/ele-autocomplete/index.d.ts +233 -305
- package/lib/ele-autocomplete/props.d.ts +115 -152
- package/lib/ele-basic-select/components/select-view.d.ts +2 -2
- package/lib/ele-basic-select/index.d.ts +2 -2
- 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-buttons/components/item-render.cjs +2 -1
- package/lib/ele-buttons/index.cjs +2 -2
- package/lib/ele-cascader/index.d.ts +242 -286
- package/lib/ele-cascader/props.d.ts +116 -138
- package/lib/ele-check-card/components/card-item.d.ts +1 -1
- package/lib/ele-checkbox-group/index.d.ts +51 -83
- package/lib/ele-checkbox-group/props.d.ts +25 -41
- package/lib/ele-data-table/index.d.ts +35 -35
- package/lib/ele-data-table/props.d.ts +36 -36
- package/lib/ele-drawer/index.d.ts +62 -322
- package/lib/ele-drawer/props.d.ts +27 -157
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +283 -338
- package/lib/ele-dropdown/index.d.ts +279 -334
- package/lib/ele-dropdown/props.d.ts +259 -285
- package/lib/ele-dropdown/style/index.scss +15 -9
- package/lib/ele-edit-tag/style/index.scss +1 -0
- package/lib/ele-ellipsis/props.d.ts +1 -1
- 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 +1 -1
- package/lib/ele-icon-select/props.d.ts +2 -2
- package/lib/ele-image-viewer/index.d.ts +20 -132
- package/lib/ele-image-viewer/props.d.ts +9 -65
- package/lib/ele-loading/components/main-content.d.ts +2 -2
- package/lib/ele-loading/style/index.scss +4 -9
- package/lib/ele-map-picker/style/index.scss +2 -0
- package/lib/ele-mention/index.d.ts +287 -308
- package/lib/ele-mention/props.d.ts +144 -155
- package/lib/ele-mention/style/index.cjs +1 -1
- package/lib/ele-menus/index.d.ts +32 -174
- package/lib/ele-menus/props.d.ts +13 -84
- package/lib/ele-menus/util.cjs +4 -4
- package/lib/ele-modal/index.d.ts +41 -237
- package/lib/ele-modal/props.d.ts +19 -117
- package/lib/ele-pagination/index.d.ts +27 -141
- package/lib/ele-pagination/props.d.ts +12 -69
- package/lib/ele-popconfirm/index.d.ts +54 -275
- package/lib/ele-popconfirm/props.d.ts +26 -137
- package/lib/ele-popover/index.d.ts +58 -289
- package/lib/ele-popover/props.d.ts +27 -145
- 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.cjs +2 -1
- package/lib/ele-pro-form/index.d.ts +26 -110
- package/lib/ele-pro-form/props.d.ts +10 -52
- package/lib/ele-pro-layout/index.cjs +9 -0
- package/lib/ele-pro-table/index.cjs +15 -10
- package/lib/ele-pro-table/index.d.ts +34 -34
- package/lib/ele-pro-table/props.d.ts +17 -17
- package/lib/ele-pro-table/style/index.scss +6 -2
- package/lib/ele-pro-table/types.d.ts +6 -2
- package/lib/ele-qr-code/qrcodegen.cjs +2 -2
- package/lib/ele-qr-code-svg/qrcodegen.cjs +1 -1
- package/lib/ele-radio-group/index.d.ts +18 -116
- package/lib/ele-radio-group/props.d.ts +8 -57
- 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 +7 -4
- package/lib/ele-select/props.d.ts +2 -1
- package/lib/ele-select-tree/index.d.ts +18 -15
- package/lib/ele-select-tree/props.d.ts +2 -1
- package/lib/ele-split-panel/index.d.ts +2 -2
- package/lib/ele-steps/index.d.ts +18 -88
- package/lib/ele-steps/props.d.ts +7 -42
- package/lib/ele-table-select/index.d.ts +2 -2
- package/lib/ele-tabs/index.cjs +14 -0
- package/lib/ele-tabs/index.d.ts +39 -36
- package/lib/ele-tabs/props.d.ts +15 -14
- package/lib/ele-timeline/index.cjs +8 -4
- package/lib/ele-tool/index.d.ts +1 -1
- package/lib/ele-tooltip/index.d.ts +45 -266
- package/lib/ele-tooltip/props.d.ts +19 -130
- package/lib/ele-transfer/index.d.ts +28 -154
- package/lib/ele-transfer/props.d.ts +15 -78
- package/lib/ele-tree-select/index.d.ts +2 -2
- package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/lib/ele-virtual-table/components/header-cell.cjs +85 -34
- package/lib/ele-virtual-table/components/header-cell.d.ts +6 -0
- package/lib/ele-virtual-table/components/header-row.cjs +20 -2
- package/lib/ele-virtual-table/components/header-row.d.ts +7 -1
- package/lib/ele-virtual-table/index.cjs +30 -3
- package/lib/ele-virtual-table/index.d.ts +36 -36
- package/lib/ele-virtual-table/props.d.ts +17 -17
- package/lib/ele-virtual-table/style/index.scss +57 -0
- package/lib/ele-virtual-table/util.d.ts +1 -1
- package/lib/style/themes/default.scss +1 -0
- package/lib/utils/hook.cjs +7 -5
- package/lib/utils/modal-hook.d.ts +1 -3
- package/package.json +3 -3
|
@@ -6,162 +6,163 @@ import { DropdownItem } from './types';
|
|
|
6
6
|
|
|
7
7
|
declare const normalizeDropdownProps: Omit<{
|
|
8
8
|
readonly trigger: {
|
|
9
|
-
readonly type:
|
|
9
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/typescript').Arrayable<"click" | "contextmenu" | "hover">>;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
-
__epPropKey: true;
|
|
13
|
-
} & {
|
|
12
|
+
readonly __epPropKey: true;
|
|
14
13
|
readonly default: "hover";
|
|
15
14
|
};
|
|
16
|
-
readonly triggerKeys:
|
|
17
|
-
readonly type: PropType<string[]>;
|
|
18
|
-
readonly required: false;
|
|
19
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
|
-
__epPropKey: true;
|
|
21
|
-
} & {
|
|
22
|
-
readonly default: () => string[];
|
|
23
|
-
};
|
|
15
|
+
readonly triggerKeys: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
24
16
|
readonly virtualTriggering: BooleanConstructor;
|
|
25
17
|
readonly virtualRef: {
|
|
26
|
-
readonly type: PropType<import('element-plus').Measurable>;
|
|
18
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
27
19
|
readonly required: false;
|
|
28
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
29
21
|
__epPropKey: true;
|
|
30
22
|
};
|
|
31
23
|
readonly effect: {
|
|
32
24
|
readonly default: "light";
|
|
33
|
-
readonly type: PropType<import('element-plus').PopperEffect
|
|
25
|
+
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>>;
|
|
34
26
|
readonly required: false;
|
|
35
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
36
28
|
readonly __epPropKey: true;
|
|
37
29
|
};
|
|
38
30
|
readonly type: {
|
|
39
|
-
readonly type: PropType<"" | "primary" | "success" | "warning" | "info" | "text" | "default" | "danger"
|
|
40
|
-
readonly required: false;
|
|
41
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
|
-
__epPropKey: true;
|
|
43
|
-
};
|
|
44
|
-
readonly placement: {
|
|
45
|
-
readonly type: PropType<import('element-plus').Placement>;
|
|
31
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger") | (() => import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger") | (() => import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>))[], unknown, unknown>>;
|
|
46
32
|
readonly required: false;
|
|
47
33
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
34
|
__epPropKey: true;
|
|
49
|
-
} & {
|
|
50
|
-
readonly default: "bottom";
|
|
51
|
-
};
|
|
52
|
-
readonly popperOptions: {
|
|
53
|
-
readonly type: PropType<Partial<import('element-plus').Options>>;
|
|
54
|
-
readonly required: false;
|
|
55
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
-
__epPropKey: true;
|
|
57
|
-
} & {
|
|
58
|
-
readonly default: () => {};
|
|
59
35
|
};
|
|
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>;
|
|
60
38
|
readonly id: StringConstructor;
|
|
61
|
-
readonly size:
|
|
62
|
-
readonly type: PropType<string>;
|
|
63
|
-
readonly required: false;
|
|
64
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
|
-
__epPropKey: true;
|
|
66
|
-
} & {
|
|
67
|
-
readonly default: "";
|
|
68
|
-
};
|
|
39
|
+
readonly size: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
69
40
|
readonly splitButton: BooleanConstructor;
|
|
70
|
-
readonly hideOnClick:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
};
|
|
78
|
-
readonly loop: {
|
|
79
|
-
readonly type: PropType<boolean>;
|
|
80
|
-
readonly required: false;
|
|
81
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
82
|
-
__epPropKey: true;
|
|
83
|
-
} & {
|
|
84
|
-
readonly default: true;
|
|
85
|
-
};
|
|
86
|
-
readonly showArrow: {
|
|
87
|
-
readonly type: PropType<boolean>;
|
|
88
|
-
readonly required: false;
|
|
89
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
|
-
__epPropKey: true;
|
|
91
|
-
} & {
|
|
92
|
-
readonly default: true;
|
|
93
|
-
};
|
|
94
|
-
readonly showTimeout: {
|
|
95
|
-
readonly type: PropType<number>;
|
|
96
|
-
readonly required: false;
|
|
97
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
-
__epPropKey: true;
|
|
99
|
-
} & {
|
|
100
|
-
readonly default: 150;
|
|
101
|
-
};
|
|
102
|
-
readonly hideTimeout: {
|
|
103
|
-
readonly type: PropType<number>;
|
|
104
|
-
readonly required: false;
|
|
105
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
-
__epPropKey: true;
|
|
107
|
-
} & {
|
|
108
|
-
readonly default: 150;
|
|
109
|
-
};
|
|
110
|
-
readonly tabindex: {
|
|
111
|
-
readonly type: PropType<string | number>;
|
|
112
|
-
readonly required: false;
|
|
113
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
-
__epPropKey: true;
|
|
115
|
-
} & {
|
|
116
|
-
readonly default: 0;
|
|
117
|
-
};
|
|
118
|
-
readonly maxHeight: {
|
|
119
|
-
readonly type: PropType<string | number>;
|
|
120
|
-
readonly required: false;
|
|
121
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
|
-
__epPropKey: true;
|
|
123
|
-
} & {
|
|
124
|
-
readonly default: "";
|
|
125
|
-
};
|
|
41
|
+
readonly hideOnClick: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
42
|
+
readonly loop: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
43
|
+
readonly showArrow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
44
|
+
readonly showTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
45
|
+
readonly hideTimeout: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
46
|
+
readonly 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>;
|
|
47
|
+
readonly 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>;
|
|
126
48
|
readonly popperClass: {
|
|
127
|
-
readonly type: PropType<string
|
|
49
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | {
|
|
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>>;
|
|
128
152
|
readonly required: false;
|
|
129
153
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
154
|
__epPropKey: true;
|
|
131
|
-
} & {
|
|
132
|
-
readonly default: "";
|
|
133
155
|
};
|
|
134
156
|
readonly disabled: BooleanConstructor;
|
|
135
|
-
readonly role:
|
|
136
|
-
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
137
|
-
readonly required: false;
|
|
138
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
|
-
__epPropKey: true;
|
|
140
|
-
} & {
|
|
141
|
-
readonly default: "menu";
|
|
142
|
-
};
|
|
157
|
+
readonly role: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "menu", boolean>;
|
|
143
158
|
readonly buttonProps: {
|
|
144
|
-
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
145
|
-
readonly required: false;
|
|
146
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
-
__epPropKey: true;
|
|
148
|
-
};
|
|
149
|
-
readonly teleported: {
|
|
150
|
-
readonly type: PropType<boolean>;
|
|
159
|
+
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
151
160
|
readonly required: false;
|
|
152
161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
162
|
__epPropKey: true;
|
|
154
|
-
} & {
|
|
155
|
-
readonly default: true;
|
|
156
|
-
};
|
|
157
|
-
readonly persistent: {
|
|
158
|
-
readonly type: PropType<boolean>;
|
|
159
|
-
readonly required: false;
|
|
160
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
161
|
-
__epPropKey: true;
|
|
162
|
-
} & {
|
|
163
|
-
readonly default: true;
|
|
164
163
|
};
|
|
164
|
+
readonly teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
|
+
readonly persistent: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
166
|
}, "size" | "trigger">;
|
|
166
167
|
/**
|
|
167
168
|
* 属性
|
|
@@ -196,206 +197,179 @@ export declare const dropdownProps: {
|
|
|
196
197
|
default: boolean;
|
|
197
198
|
};
|
|
198
199
|
type: {
|
|
199
|
-
readonly type: PropType<"" | "primary" | "success" | "warning" | "info" | "text" | "default" | "danger"
|
|
200
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger") | (() => import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>) | ((new (...args: any[]) => "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger") | (() => import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "text" | "default" | "primary" | "success" | "warning" | "info" | "danger", unknown>))[], unknown, unknown>>;
|
|
200
201
|
readonly required: false;
|
|
201
202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
202
203
|
__epPropKey: true;
|
|
203
204
|
};
|
|
204
205
|
effect: {
|
|
205
206
|
readonly default: "light";
|
|
206
|
-
readonly type: PropType<import('element-plus').PopperEffect
|
|
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>>;
|
|
207
208
|
readonly required: false;
|
|
208
209
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
210
|
readonly __epPropKey: true;
|
|
210
211
|
};
|
|
211
|
-
placement:
|
|
212
|
-
readonly type: PropType<import('element-plus').Placement>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
} & {
|
|
217
|
-
readonly default: "bottom";
|
|
218
|
-
};
|
|
212
|
+
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>;
|
|
219
213
|
popperClass: {
|
|
220
|
-
readonly type: PropType<string
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
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>;
|
|
235
322
|
id: StringConstructor;
|
|
236
323
|
disabled: BooleanConstructor;
|
|
237
|
-
tabindex:
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
-
__epPropKey: true;
|
|
242
|
-
} & {
|
|
243
|
-
readonly default: 0;
|
|
244
|
-
};
|
|
245
|
-
persistent: {
|
|
246
|
-
readonly type: PropType<boolean>;
|
|
247
|
-
readonly required: false;
|
|
248
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
|
-
__epPropKey: true;
|
|
250
|
-
} & {
|
|
251
|
-
readonly default: true;
|
|
252
|
-
};
|
|
253
|
-
triggerKeys: {
|
|
254
|
-
readonly type: PropType<string[]>;
|
|
255
|
-
readonly required: false;
|
|
256
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
257
|
-
__epPropKey: true;
|
|
258
|
-
} & {
|
|
259
|
-
readonly default: () => string[];
|
|
260
|
-
};
|
|
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>;
|
|
261
327
|
virtualTriggering: BooleanConstructor;
|
|
262
328
|
virtualRef: {
|
|
263
|
-
readonly type: PropType<import('element-plus').Measurable>;
|
|
329
|
+
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
264
330
|
readonly required: false;
|
|
265
331
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
332
|
__epPropKey: true;
|
|
267
333
|
};
|
|
268
|
-
popperOptions: {
|
|
269
|
-
readonly type: PropType<Partial<import('element-plus').Options>>;
|
|
270
|
-
readonly required: false;
|
|
271
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
|
-
__epPropKey: true;
|
|
273
|
-
} & {
|
|
274
|
-
readonly default: () => {};
|
|
275
|
-
};
|
|
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>;
|
|
276
335
|
splitButton: BooleanConstructor;
|
|
277
|
-
hideOnClick:
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
};
|
|
285
|
-
loop: {
|
|
286
|
-
readonly type: PropType<boolean>;
|
|
287
|
-
readonly required: false;
|
|
288
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
-
__epPropKey: true;
|
|
290
|
-
} & {
|
|
291
|
-
readonly default: true;
|
|
292
|
-
};
|
|
293
|
-
showArrow: {
|
|
294
|
-
readonly type: PropType<boolean>;
|
|
295
|
-
readonly required: false;
|
|
296
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
-
__epPropKey: true;
|
|
298
|
-
} & {
|
|
299
|
-
readonly default: true;
|
|
300
|
-
};
|
|
301
|
-
showTimeout: {
|
|
302
|
-
readonly type: PropType<number>;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
} & {
|
|
307
|
-
readonly default: 150;
|
|
308
|
-
};
|
|
309
|
-
hideTimeout: {
|
|
310
|
-
readonly type: PropType<number>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
} & {
|
|
315
|
-
readonly default: 150;
|
|
316
|
-
};
|
|
317
|
-
maxHeight: {
|
|
318
|
-
readonly type: PropType<string | number>;
|
|
319
|
-
readonly required: false;
|
|
320
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
321
|
-
__epPropKey: true;
|
|
322
|
-
} & {
|
|
323
|
-
readonly default: "";
|
|
324
|
-
};
|
|
325
|
-
role: {
|
|
326
|
-
readonly type: PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
|
|
327
|
-
readonly required: false;
|
|
328
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
|
-
__epPropKey: true;
|
|
330
|
-
} & {
|
|
331
|
-
readonly default: "menu";
|
|
332
|
-
};
|
|
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>;
|
|
333
343
|
buttonProps: {
|
|
334
|
-
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
344
|
+
readonly type: import('vue').PropType<Partial<import('element-plus').ButtonProps>>;
|
|
335
345
|
readonly required: false;
|
|
336
346
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
347
|
__epPropKey: true;
|
|
338
348
|
};
|
|
339
349
|
size: PropType<ElButtonProps["size"]>;
|
|
340
|
-
popperStyle: PropType<StyleValue>;
|
|
341
350
|
appendTo: {
|
|
342
|
-
readonly type: PropType<string | HTMLElement
|
|
351
|
+
readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
343
352
|
readonly required: false;
|
|
344
353
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
354
|
__epPropKey: true;
|
|
346
355
|
};
|
|
347
356
|
ariaLabel: StringConstructor;
|
|
348
|
-
offset:
|
|
349
|
-
readonly type: PropType<number>;
|
|
350
|
-
readonly required: false;
|
|
351
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
|
-
__epPropKey: true;
|
|
353
|
-
} & {
|
|
354
|
-
readonly default: undefined;
|
|
355
|
-
};
|
|
357
|
+
offset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, undefined, boolean>;
|
|
356
358
|
bg: StringConstructor;
|
|
357
359
|
zIndex: NumberConstructor;
|
|
358
|
-
visible:
|
|
359
|
-
|
|
360
|
-
readonly required: false;
|
|
361
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
|
-
__epPropKey: true;
|
|
363
|
-
} & {
|
|
364
|
-
readonly default: null;
|
|
365
|
-
};
|
|
366
|
-
trigger: {
|
|
367
|
-
readonly type: PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
368
|
-
readonly required: false;
|
|
369
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
|
-
__epPropKey: true;
|
|
371
|
-
} & {
|
|
372
|
-
readonly default: "hover";
|
|
373
|
-
};
|
|
360
|
+
visible: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
361
|
+
trigger: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
374
362
|
enterable: {
|
|
375
363
|
readonly default: true;
|
|
376
|
-
readonly type: PropType<
|
|
364
|
+
readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
377
365
|
readonly required: false;
|
|
378
366
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
367
|
readonly __epPropKey: true;
|
|
380
368
|
};
|
|
381
|
-
arrowOffset:
|
|
382
|
-
readonly type: PropType<number>;
|
|
383
|
-
readonly required: false;
|
|
384
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
-
__epPropKey: true;
|
|
386
|
-
} & {
|
|
387
|
-
readonly default: 5;
|
|
388
|
-
};
|
|
369
|
+
arrowOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
389
370
|
focusOnTarget: BooleanConstructor;
|
|
390
371
|
className: StringConstructor;
|
|
391
|
-
gpuAcceleration:
|
|
392
|
-
readonly type: PropType<boolean>;
|
|
393
|
-
readonly required: false;
|
|
394
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
|
-
__epPropKey: true;
|
|
396
|
-
} & {
|
|
397
|
-
readonly default: true;
|
|
398
|
-
};
|
|
372
|
+
gpuAcceleration: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
399
373
|
arrowBg: StringConstructor;
|
|
400
374
|
};
|
|
401
375
|
export type DropdownProps = ExtractPropTypes<typeof dropdownProps>;
|
|
@@ -413,11 +387,11 @@ export declare const dropdownEmits: {
|
|
|
413
387
|
'update:modelValue': (_value: DropdownItem["command"]) => boolean;
|
|
414
388
|
/** 选中改变的事件 */
|
|
415
389
|
change: (_active: DropdownItem["command"]) => boolean;
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
390
|
+
'update:visible': (value: boolean) => boolean;
|
|
391
|
+
'before-enter': () => boolean;
|
|
392
|
+
'before-leave': () => boolean;
|
|
393
|
+
'after-enter': () => boolean;
|
|
394
|
+
'after-leave': () => boolean;
|
|
421
395
|
};
|
|
422
396
|
export type DropdownEmitsProps = EmitsToProps<typeof dropdownEmits>;
|
|
423
397
|
export type DropdownPropsAndEmits = DropdownProps & DropdownEmitsProps;
|