@yueglobal/vue-ui 1.0.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/LICENSE +21 -0
- package/README.md +154 -0
- package/components/ASvgIcon.vue.d.ts +34 -0
- package/components/DeclarationIcon.vue.d.ts +3 -0
- package/components/ExpoIcon.vue.d.ts +3 -0
- package/components/HomeIcon.vue.d.ts +3 -0
- package/components/HwcIcon.vue.d.ts +3 -0
- package/components/InsuranceIcon.vue.d.ts +3 -0
- package/components/LawIcon.vue.d.ts +3 -0
- package/components/LocationIcon.vue.d.ts +3 -0
- package/components/SelectionIcon.vue.d.ts +3 -0
- package/components/SingleWindowIcon.vue.d.ts +3 -0
- package/components/TaxationIcon.vue.d.ts +3 -0
- package/components/TradeDataIcon.vue.d.ts +3 -0
- package/components/TrainingIcon.vue.d.ts +3 -0
- package/components/icon-image/index.vue.d.ts +10 -0
- package/index.d.ts +2 -0
- package/index.mjs +8107 -0
- package/index.umd.js +104 -0
- package/package.json +29 -0
- package/style.css +1 -0
- package/yue-page-footer/data/privacy-policy.vue.d.ts +2 -0
- package/yue-page-footer/data/terms-of-service.vue.d.ts +2 -0
- package/yue-page-footer/index.vue.d.ts +3 -0
- package/yue-page-header/breadcrumb/index.vue.d.ts +3 -0
- package/yue-page-header/first-menus/index.vue.d.ts +785 -0
- package/yue-page-header/helper.d.ts +72 -0
- package/yue-page-header/index.vue.d.ts +3 -0
- package/yue-page-header/right-content/index.vue.d.ts +3 -0
- package/yue-page-header/second-menus/index.vue.d.ts +3 -0
|
@@ -0,0 +1,785 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
setVisible: FunctionConstructor;
|
|
3
|
+
moduleData: ObjectConstructor;
|
|
4
|
+
}>, {}, {
|
|
5
|
+
activeIndex: string;
|
|
6
|
+
menuList: any[];
|
|
7
|
+
}, {}, {
|
|
8
|
+
initializeMenu(): Promise<void>;
|
|
9
|
+
fetchNewsData(apiUrl: any): Promise<any>;
|
|
10
|
+
handleSelect(key: any, selectedKeys: any): void;
|
|
11
|
+
handleOpen(): void;
|
|
12
|
+
handleClose(): void;
|
|
13
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
setVisible: FunctionConstructor;
|
|
15
|
+
moduleData: ObjectConstructor;
|
|
16
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
17
|
+
ElMenu: {
|
|
18
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
readonly mode: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
20
|
+
readonly defaultActive: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
21
|
+
readonly defaultOpeneds: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
22
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
23
|
+
readonly router: BooleanConstructor;
|
|
24
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
25
|
+
readonly collapse: BooleanConstructor;
|
|
26
|
+
readonly backgroundColor: StringConstructor;
|
|
27
|
+
readonly textColor: StringConstructor;
|
|
28
|
+
readonly activeTextColor: StringConstructor;
|
|
29
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
30
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
31
|
+
readonly ellipsis: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
32
|
+
readonly popperOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
33
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
34
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
|
|
35
|
+
readonly popperClass: StringConstructor;
|
|
36
|
+
readonly popperStyle: {
|
|
37
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
38
|
+
readonly required: false;
|
|
39
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
|
+
__epPropKey: true;
|
|
41
|
+
};
|
|
42
|
+
readonly showTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
43
|
+
readonly hideTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
44
|
+
readonly persistent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
45
|
+
}>> & {
|
|
46
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
|
|
47
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
48
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
49
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
53
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
54
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | NavigationFailure>) => boolean;
|
|
55
|
+
}, import("vue").PublicProps, {
|
|
56
|
+
readonly collapse: boolean;
|
|
57
|
+
readonly ellipsis: import(
|
|
58
|
+
/** @type {[typeof __VLS_components.ElMenuItem, typeof __VLS_components.elMenuItem, typeof __VLS_components.ElMenuItem, typeof __VLS_components.elMenuItem, ]} */ "element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
59
|
+
readonly mode: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
60
|
+
readonly persistent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
61
|
+
readonly showTimeout: number;
|
|
62
|
+
readonly hideTimeout: number;
|
|
63
|
+
readonly defaultActive: string;
|
|
64
|
+
readonly defaultOpeneds: string[];
|
|
65
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
66
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
67
|
+
readonly popperOffset: number;
|
|
68
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
69
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
70
|
+
readonly uniqueOpened: boolean;
|
|
71
|
+
readonly router: boolean;
|
|
72
|
+
readonly closeOnClickOutside: boolean;
|
|
73
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
74
|
+
P: {};
|
|
75
|
+
B: {};
|
|
76
|
+
D: {};
|
|
77
|
+
C: {};
|
|
78
|
+
M: {};
|
|
79
|
+
Defaults: {};
|
|
80
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
+
readonly mode: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
82
|
+
readonly defaultActive: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
83
|
+
readonly defaultOpeneds: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
84
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
85
|
+
readonly router: BooleanConstructor;
|
|
86
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
87
|
+
readonly collapse: BooleanConstructor;
|
|
88
|
+
readonly backgroundColor: StringConstructor;
|
|
89
|
+
readonly textColor: StringConstructor;
|
|
90
|
+
readonly activeTextColor: StringConstructor;
|
|
91
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
92
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
93
|
+
readonly ellipsis: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
94
|
+
readonly popperOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
95
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
96
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
|
|
97
|
+
readonly popperClass: StringConstructor;
|
|
98
|
+
readonly popperStyle: {
|
|
99
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
100
|
+
readonly required: false;
|
|
101
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
+
__epPropKey: true;
|
|
103
|
+
};
|
|
104
|
+
readonly showTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
105
|
+
readonly hideTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
106
|
+
readonly persistent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
|
+
}>> & {
|
|
108
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
|
|
109
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
110
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
111
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
}>, {}, {}, {}, {
|
|
114
|
+
readonly collapse: boolean;
|
|
115
|
+
readonly ellipsis: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
116
|
+
readonly mode: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
117
|
+
readonly persistent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
118
|
+
readonly showTimeout: number;
|
|
119
|
+
readonly hideTimeout: number;
|
|
120
|
+
readonly defaultActive: string;
|
|
121
|
+
readonly defaultOpeneds: string[];
|
|
122
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
123
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
124
|
+
readonly popperOffset: number;
|
|
125
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
126
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
127
|
+
readonly uniqueOpened: boolean;
|
|
128
|
+
readonly router: boolean;
|
|
129
|
+
readonly closeOnClickOutside: boolean;
|
|
130
|
+
}>;
|
|
131
|
+
__isFragment?: never;
|
|
132
|
+
__isTeleport?: never;
|
|
133
|
+
__isSuspense?: never;
|
|
134
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
135
|
+
readonly mode: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
136
|
+
readonly defaultActive: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
|
+
readonly defaultOpeneds: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
138
|
+
readonly uniqueOpened: BooleanConstructor;
|
|
139
|
+
readonly router: BooleanConstructor;
|
|
140
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
141
|
+
readonly collapse: BooleanConstructor;
|
|
142
|
+
readonly backgroundColor: StringConstructor;
|
|
143
|
+
readonly textColor: StringConstructor;
|
|
144
|
+
readonly activeTextColor: StringConstructor;
|
|
145
|
+
readonly closeOnClickOutside: BooleanConstructor;
|
|
146
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
|
+
readonly ellipsis: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
148
|
+
readonly popperOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
149
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
150
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown, "dark", boolean>;
|
|
151
|
+
readonly popperClass: StringConstructor;
|
|
152
|
+
readonly popperStyle: {
|
|
153
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
154
|
+
readonly required: false;
|
|
155
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
|
+
__epPropKey: true;
|
|
157
|
+
};
|
|
158
|
+
readonly showTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
159
|
+
readonly hideTimeout: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 300, boolean>;
|
|
160
|
+
readonly persistent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
161
|
+
}>> & {
|
|
162
|
+
onSelect?: ((index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | NavigationFailure> | undefined) => any) | undefined;
|
|
163
|
+
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
164
|
+
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
165
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
166
|
+
[key: string]: any;
|
|
167
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
168
|
+
close: (index: string, indexPath: string[]) => boolean;
|
|
169
|
+
open: (index: string, indexPath: string[]) => boolean;
|
|
170
|
+
select: (index: string, indexPath: string[], item: import("element-plus").MenuItemClicked, routerResult?: Promise<void | NavigationFailure>) => boolean;
|
|
171
|
+
}, string, {
|
|
172
|
+
readonly collapse: boolean;
|
|
173
|
+
readonly ellipsis: import(
|
|
174
|
+
/** @type {[typeof __VLS_components.ElMenuItem, typeof __VLS_components.elMenuItem, typeof __VLS_components.ElMenuItem, typeof __VLS_components.elMenuItem, ]} */ "element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
175
|
+
readonly mode: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
176
|
+
readonly persistent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
|
+
readonly showTimeout: number;
|
|
178
|
+
readonly hideTimeout: number;
|
|
179
|
+
readonly defaultActive: string;
|
|
180
|
+
readonly defaultOpeneds: string[];
|
|
181
|
+
readonly menuTrigger: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
182
|
+
readonly collapseTransition: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
|
+
readonly popperOffset: number;
|
|
184
|
+
readonly ellipsisIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
185
|
+
readonly popperEffect: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
186
|
+
readonly uniqueOpened: boolean;
|
|
187
|
+
readonly router: boolean;
|
|
188
|
+
readonly closeOnClickOutside: boolean;
|
|
189
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin & {
|
|
190
|
+
MenuItem: {
|
|
191
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
192
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
193
|
+
readonly route: {
|
|
194
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
195
|
+
readonly required: false;
|
|
196
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
+
__epPropKey: true;
|
|
198
|
+
};
|
|
199
|
+
readonly disabled: BooleanConstructor;
|
|
200
|
+
}>> & {
|
|
201
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
202
|
+
}, {
|
|
203
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
204
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
205
|
+
active: import("vue").ComputedRef<boolean>;
|
|
206
|
+
nsMenu: {
|
|
207
|
+
namespace: import("vue").ComputedRef<string>;
|
|
208
|
+
b: (blockSuffix?: string) => string;
|
|
209
|
+
e: (element?: string) => string;
|
|
210
|
+
m: (modifier?: string) => string;
|
|
211
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
212
|
+
em: (element?: string, modifier?: string) => string;
|
|
213
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
214
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
215
|
+
is: {
|
|
216
|
+
(name: string, state: boolean | undefined): string;
|
|
217
|
+
(name: string): string;
|
|
218
|
+
};
|
|
219
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
220
|
+
cssVarName: (name: string) => string;
|
|
221
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
222
|
+
cssVarBlockName: (name: string) => string;
|
|
223
|
+
};
|
|
224
|
+
nsMenuItem: {
|
|
225
|
+
namespace: import("vue").ComputedRef<string>;
|
|
226
|
+
b: (blockSuffix?: string) => string;
|
|
227
|
+
e: (element?: string) => string;
|
|
228
|
+
m: (modifier?: string) => string;
|
|
229
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
230
|
+
em: (element?: string, modifier?: string) => string;
|
|
231
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
232
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
233
|
+
is: {
|
|
234
|
+
(name: string, state: boolean | undefined): string;
|
|
235
|
+
(name: string): string;
|
|
236
|
+
};
|
|
237
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
238
|
+
cssVarName: (name: string) => string;
|
|
239
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
240
|
+
cssVarBlockName: (name: string) => string;
|
|
241
|
+
};
|
|
242
|
+
handleClick: () => void;
|
|
243
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
244
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
245
|
+
}, import("vue").PublicProps, {
|
|
246
|
+
readonly disabled: boolean;
|
|
247
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
248
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
249
|
+
P: {};
|
|
250
|
+
B: {};
|
|
251
|
+
D: {};
|
|
252
|
+
C: {};
|
|
253
|
+
M: {};
|
|
254
|
+
Defaults: {};
|
|
255
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
256
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
257
|
+
readonly route: {
|
|
258
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
259
|
+
readonly required: false;
|
|
260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
+
__epPropKey: true;
|
|
262
|
+
};
|
|
263
|
+
readonly disabled: BooleanConstructor;
|
|
264
|
+
}>> & {
|
|
265
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
266
|
+
}, {
|
|
267
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
268
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
269
|
+
active: import("vue").ComputedRef<boolean>;
|
|
270
|
+
nsMenu: {
|
|
271
|
+
namespace: import("vue").ComputedRef<string>;
|
|
272
|
+
b: (blockSuffix?: string) => string;
|
|
273
|
+
e: (element?: string) => string;
|
|
274
|
+
m: (modifier?: string) => string;
|
|
275
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
276
|
+
em: (element?: string, modifier?: string) => string;
|
|
277
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
278
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
279
|
+
is: {
|
|
280
|
+
(name: string, state: boolean | undefined): string;
|
|
281
|
+
(name: string): string;
|
|
282
|
+
};
|
|
283
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
284
|
+
cssVarName: (name: string) => string;
|
|
285
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
286
|
+
cssVarBlockName: (name: string) => string;
|
|
287
|
+
};
|
|
288
|
+
nsMenuItem: {
|
|
289
|
+
namespace: import("vue").ComputedRef<string>;
|
|
290
|
+
b: (blockSuffix?: string) => string;
|
|
291
|
+
e: (element?: string) => string;
|
|
292
|
+
m: (modifier?: string) => string;
|
|
293
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
294
|
+
em: (element?: string, modifier?: string) => string;
|
|
295
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
296
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
297
|
+
is: {
|
|
298
|
+
(name: string, state: boolean | undefined): string;
|
|
299
|
+
(name: string): string;
|
|
300
|
+
};
|
|
301
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
302
|
+
cssVarName: (name: string) => string;
|
|
303
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
304
|
+
cssVarBlockName: (name: string) => string;
|
|
305
|
+
};
|
|
306
|
+
handleClick: () => void;
|
|
307
|
+
}, {}, {}, {}, {
|
|
308
|
+
readonly disabled: boolean;
|
|
309
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
310
|
+
}>;
|
|
311
|
+
__isFragment?: never;
|
|
312
|
+
__isTeleport?: never;
|
|
313
|
+
__isSuspense?: never;
|
|
314
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
315
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
316
|
+
readonly route: {
|
|
317
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
};
|
|
322
|
+
readonly disabled: BooleanConstructor;
|
|
323
|
+
}>> & {
|
|
324
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
325
|
+
}, {
|
|
326
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
327
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
328
|
+
active: import("vue").ComputedRef<boolean>;
|
|
329
|
+
nsMenu: {
|
|
330
|
+
namespace: import("vue").ComputedRef<string>;
|
|
331
|
+
b: (blockSuffix?: string) => string;
|
|
332
|
+
e: (element?: string) => string;
|
|
333
|
+
m: (modifier?: string) => string;
|
|
334
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
335
|
+
em: (element?: string, modifier?: string) => string;
|
|
336
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
337
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
338
|
+
is: {
|
|
339
|
+
(name: string, state: boolean | undefined): string;
|
|
340
|
+
(name: string): string;
|
|
341
|
+
};
|
|
342
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
343
|
+
cssVarName: (name: string) => string;
|
|
344
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
345
|
+
cssVarBlockName: (name: string) => string;
|
|
346
|
+
};
|
|
347
|
+
nsMenuItem: {
|
|
348
|
+
namespace: import("vue").ComputedRef<string>;
|
|
349
|
+
b: (blockSuffix?: string) => string;
|
|
350
|
+
e: (element?: string) => string;
|
|
351
|
+
m: (modifier?: string) => string;
|
|
352
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
353
|
+
em: (element?: string, modifier?: string) => string;
|
|
354
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
355
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
356
|
+
is: {
|
|
357
|
+
(name: string, state: boolean | undefined): string;
|
|
358
|
+
(name: string): string;
|
|
359
|
+
};
|
|
360
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
361
|
+
cssVarName: (name: string) => string;
|
|
362
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
363
|
+
cssVarBlockName: (name: string) => string;
|
|
364
|
+
};
|
|
365
|
+
handleClick: () => void;
|
|
366
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
367
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
368
|
+
}, string, {
|
|
369
|
+
readonly disabled: boolean;
|
|
370
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
371
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
372
|
+
$slots: {
|
|
373
|
+
title?: (props: {}) => any;
|
|
374
|
+
} & {
|
|
375
|
+
default?: (props: {}) => any;
|
|
376
|
+
} & {
|
|
377
|
+
default?: (props: {}) => any;
|
|
378
|
+
} & {
|
|
379
|
+
title?: (props: {}) => any;
|
|
380
|
+
};
|
|
381
|
+
});
|
|
382
|
+
MenuItemGroup: {
|
|
383
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
384
|
+
readonly title: StringConstructor;
|
|
385
|
+
}>>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
386
|
+
P: {};
|
|
387
|
+
B: {};
|
|
388
|
+
D: {};
|
|
389
|
+
C: {};
|
|
390
|
+
M: {};
|
|
391
|
+
Defaults: {};
|
|
392
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
+
readonly title: StringConstructor;
|
|
394
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
395
|
+
__isFragment?: never;
|
|
396
|
+
__isTeleport?: never;
|
|
397
|
+
__isSuspense?: never;
|
|
398
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
399
|
+
readonly title: StringConstructor;
|
|
400
|
+
}>>, unknown, unknown, {}, {}, 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 () => {
|
|
401
|
+
$slots: {
|
|
402
|
+
title?: (props: {}) => any;
|
|
403
|
+
} & {
|
|
404
|
+
default?: (props: {}) => any;
|
|
405
|
+
};
|
|
406
|
+
});
|
|
407
|
+
SubMenu: import("vue").DefineComponent<{
|
|
408
|
+
readonly index: {
|
|
409
|
+
readonly type: import("vue").PropType<string>;
|
|
410
|
+
readonly required: true;
|
|
411
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
|
+
__epPropKey: true;
|
|
413
|
+
};
|
|
414
|
+
readonly showTimeout: NumberConstructor;
|
|
415
|
+
readonly hideTimeout: NumberConstructor;
|
|
416
|
+
readonly popperClass: StringConstructor;
|
|
417
|
+
readonly popperStyle: {
|
|
418
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
};
|
|
423
|
+
readonly disabled: BooleanConstructor;
|
|
424
|
+
readonly teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
425
|
+
readonly popperOffset: NumberConstructor;
|
|
426
|
+
readonly expandCloseIcon: {
|
|
427
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
428
|
+
readonly required: false;
|
|
429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
+
__epPropKey: true;
|
|
431
|
+
};
|
|
432
|
+
readonly expandOpenIcon: {
|
|
433
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
};
|
|
438
|
+
readonly collapseCloseIcon: {
|
|
439
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
440
|
+
readonly required: false;
|
|
441
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
442
|
+
__epPropKey: true;
|
|
443
|
+
};
|
|
444
|
+
readonly collapseOpenIcon: {
|
|
445
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
446
|
+
readonly required: false;
|
|
447
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
+
__epPropKey: true;
|
|
449
|
+
};
|
|
450
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
451
|
+
[key: string]: any;
|
|
452
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
453
|
+
readonly index: {
|
|
454
|
+
readonly type: import("vue").PropType<string>;
|
|
455
|
+
readonly required: true;
|
|
456
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
457
|
+
__epPropKey: true;
|
|
458
|
+
};
|
|
459
|
+
readonly showTimeout: NumberConstructor;
|
|
460
|
+
readonly hideTimeout: NumberConstructor;
|
|
461
|
+
readonly popperClass: StringConstructor;
|
|
462
|
+
readonly popperStyle: {
|
|
463
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
464
|
+
readonly required: false;
|
|
465
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
|
+
__epPropKey: true;
|
|
467
|
+
};
|
|
468
|
+
readonly disabled: BooleanConstructor;
|
|
469
|
+
readonly teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
470
|
+
readonly popperOffset: NumberConstructor;
|
|
471
|
+
readonly expandCloseIcon: {
|
|
472
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
473
|
+
readonly required: false;
|
|
474
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
|
+
__epPropKey: true;
|
|
476
|
+
};
|
|
477
|
+
readonly expandOpenIcon: {
|
|
478
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
479
|
+
readonly required: false;
|
|
480
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
481
|
+
__epPropKey: true;
|
|
482
|
+
};
|
|
483
|
+
readonly collapseCloseIcon: {
|
|
484
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
485
|
+
readonly required: false;
|
|
486
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
+
__epPropKey: true;
|
|
488
|
+
};
|
|
489
|
+
readonly collapseOpenIcon: {
|
|
490
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
491
|
+
readonly required: false;
|
|
492
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
493
|
+
__epPropKey: true;
|
|
494
|
+
};
|
|
495
|
+
}>>, {
|
|
496
|
+
readonly disabled: boolean;
|
|
497
|
+
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
498
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
499
|
+
};
|
|
500
|
+
ElSubMenu: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
501
|
+
readonly index: {
|
|
502
|
+
readonly type: import("vue").PropType<string>;
|
|
503
|
+
readonly required: true;
|
|
504
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
505
|
+
__epPropKey: true;
|
|
506
|
+
};
|
|
507
|
+
readonly showTimeout: NumberConstructor;
|
|
508
|
+
readonly hideTimeout: NumberConstructor;
|
|
509
|
+
readonly popperClass: StringConstructor;
|
|
510
|
+
readonly popperStyle: {
|
|
511
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
512
|
+
readonly required: false;
|
|
513
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
+
__epPropKey: true;
|
|
515
|
+
};
|
|
516
|
+
readonly disabled: BooleanConstructor;
|
|
517
|
+
readonly teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
518
|
+
readonly popperOffset: NumberConstructor;
|
|
519
|
+
readonly expandCloseIcon: {
|
|
520
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
521
|
+
readonly required: false;
|
|
522
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
+
__epPropKey: true;
|
|
524
|
+
};
|
|
525
|
+
readonly expandOpenIcon: {
|
|
526
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
527
|
+
readonly required: false;
|
|
528
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
+
__epPropKey: true;
|
|
530
|
+
};
|
|
531
|
+
readonly collapseCloseIcon: {
|
|
532
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
533
|
+
readonly required: false;
|
|
534
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
535
|
+
__epPropKey: true;
|
|
536
|
+
};
|
|
537
|
+
readonly collapseOpenIcon: {
|
|
538
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
539
|
+
readonly required: false;
|
|
540
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
+
__epPropKey: true;
|
|
542
|
+
};
|
|
543
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
544
|
+
[key: string]: any;
|
|
545
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
546
|
+
readonly index: {
|
|
547
|
+
readonly type: import("vue").PropType<string>;
|
|
548
|
+
readonly required: true;
|
|
549
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
550
|
+
__epPropKey: true;
|
|
551
|
+
};
|
|
552
|
+
readonly showTimeout: NumberConstructor;
|
|
553
|
+
readonly hideTimeout: NumberConstructor;
|
|
554
|
+
readonly popperClass: StringConstructor;
|
|
555
|
+
readonly popperStyle: {
|
|
556
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties) | ((new (...args: any[]) => string | import("vue").CSSProperties) | (() => string | import("vue").CSSProperties))[], unknown, unknown>>;
|
|
557
|
+
readonly required: false;
|
|
558
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
|
+
__epPropKey: true;
|
|
560
|
+
};
|
|
561
|
+
readonly disabled: BooleanConstructor;
|
|
562
|
+
readonly teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
563
|
+
readonly popperOffset: NumberConstructor;
|
|
564
|
+
readonly expandCloseIcon: {
|
|
565
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
566
|
+
readonly required: false;
|
|
567
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
568
|
+
__epPropKey: true;
|
|
569
|
+
};
|
|
570
|
+
readonly expandOpenIcon: {
|
|
571
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
572
|
+
readonly required: false;
|
|
573
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
|
+
__epPropKey: true;
|
|
575
|
+
};
|
|
576
|
+
readonly collapseCloseIcon: {
|
|
577
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
578
|
+
readonly required: false;
|
|
579
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
|
+
__epPropKey: true;
|
|
581
|
+
};
|
|
582
|
+
readonly collapseOpenIcon: {
|
|
583
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
584
|
+
readonly required: false;
|
|
585
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
+
__epPropKey: true;
|
|
587
|
+
};
|
|
588
|
+
}>>, {
|
|
589
|
+
readonly disabled: boolean;
|
|
590
|
+
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
591
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
592
|
+
ElMenuItem: import("element-plus/es/utils").SFCWithInstall<{
|
|
593
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
594
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
595
|
+
readonly route: {
|
|
596
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
597
|
+
readonly required: false;
|
|
598
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
599
|
+
__epPropKey: true;
|
|
600
|
+
};
|
|
601
|
+
readonly disabled: BooleanConstructor;
|
|
602
|
+
}>> & {
|
|
603
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
604
|
+
}, {
|
|
605
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
606
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
607
|
+
active: import("vue").ComputedRef<boolean>;
|
|
608
|
+
nsMenu: {
|
|
609
|
+
namespace: import("vue").ComputedRef<string>;
|
|
610
|
+
b: (blockSuffix?: string) => string;
|
|
611
|
+
e: (element?: string) => string;
|
|
612
|
+
m: (modifier?: string) => string;
|
|
613
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
614
|
+
em: (element?: string, modifier?: string) => string;
|
|
615
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
616
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
617
|
+
is: {
|
|
618
|
+
(name: string, state: boolean | undefined): string;
|
|
619
|
+
(name: string): string;
|
|
620
|
+
};
|
|
621
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
622
|
+
cssVarName: (name: string) => string;
|
|
623
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
624
|
+
cssVarBlockName: (name: string) => string;
|
|
625
|
+
};
|
|
626
|
+
nsMenuItem: {
|
|
627
|
+
namespace: import("vue").ComputedRef<string>;
|
|
628
|
+
b: (blockSuffix?: string) => string;
|
|
629
|
+
e: (element?: string) => string;
|
|
630
|
+
m: (modifier?: string) => string;
|
|
631
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
632
|
+
em: (element?: string, modifier?: string) => string;
|
|
633
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
634
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
635
|
+
is: {
|
|
636
|
+
(name: string, state: boolean | undefined): string;
|
|
637
|
+
(name: string): string;
|
|
638
|
+
};
|
|
639
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
640
|
+
cssVarName: (name: string) => string;
|
|
641
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
642
|
+
cssVarBlockName: (name: string) => string;
|
|
643
|
+
};
|
|
644
|
+
handleClick: () => void;
|
|
645
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
646
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
647
|
+
}, import("vue").PublicProps, {
|
|
648
|
+
readonly disabled: boolean;
|
|
649
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
650
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
651
|
+
P: {};
|
|
652
|
+
B: {};
|
|
653
|
+
D: {};
|
|
654
|
+
C: {};
|
|
655
|
+
M: {};
|
|
656
|
+
Defaults: {};
|
|
657
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
658
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
659
|
+
readonly route: {
|
|
660
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
661
|
+
readonly required: false;
|
|
662
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
663
|
+
__epPropKey: true;
|
|
664
|
+
};
|
|
665
|
+
readonly disabled: BooleanConstructor;
|
|
666
|
+
}>> & {
|
|
667
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
668
|
+
}, {
|
|
669
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
670
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
671
|
+
active: import("vue").ComputedRef<boolean>;
|
|
672
|
+
nsMenu: {
|
|
673
|
+
namespace: import("vue").ComputedRef<string>;
|
|
674
|
+
b: (blockSuffix?: string) => string;
|
|
675
|
+
e: (element?: string) => string;
|
|
676
|
+
m: (modifier?: string) => string;
|
|
677
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
678
|
+
em: (element?: string, modifier?: string) => string;
|
|
679
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
680
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
681
|
+
is: {
|
|
682
|
+
(name: string, state: boolean | undefined): string;
|
|
683
|
+
(name: string): string;
|
|
684
|
+
};
|
|
685
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
686
|
+
cssVarName: (name: string) => string;
|
|
687
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
688
|
+
cssVarBlockName: (name: string) => string;
|
|
689
|
+
};
|
|
690
|
+
nsMenuItem: {
|
|
691
|
+
namespace: import("vue").ComputedRef<string>;
|
|
692
|
+
b: (blockSuffix?: string) => string;
|
|
693
|
+
e: (element?: string) => string;
|
|
694
|
+
m: (modifier?: string) => string;
|
|
695
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
696
|
+
em: (element?: string, modifier?: string) => string;
|
|
697
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
698
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
699
|
+
is: {
|
|
700
|
+
(name: string, state: boolean | undefined): string;
|
|
701
|
+
(name: string): string;
|
|
702
|
+
};
|
|
703
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
704
|
+
cssVarName: (name: string) => string;
|
|
705
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
706
|
+
cssVarBlockName: (name: string) => string;
|
|
707
|
+
};
|
|
708
|
+
handleClick: () => void;
|
|
709
|
+
}, {}, {}, {}, {
|
|
710
|
+
readonly disabled: boolean;
|
|
711
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
712
|
+
}>;
|
|
713
|
+
__isFragment?: never;
|
|
714
|
+
__isTeleport?: never;
|
|
715
|
+
__isSuspense?: never;
|
|
716
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
717
|
+
readonly index: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
718
|
+
readonly route: {
|
|
719
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | ((new (...args: any[]) => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric) | (() => string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric))[], unknown, unknown>>;
|
|
720
|
+
readonly required: false;
|
|
721
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
722
|
+
__epPropKey: true;
|
|
723
|
+
};
|
|
724
|
+
readonly disabled: BooleanConstructor;
|
|
725
|
+
}>> & {
|
|
726
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
727
|
+
}, {
|
|
728
|
+
parentMenu: import("vue").ComputedRef<import("vue").ComponentInternalInstance>;
|
|
729
|
+
rootMenu: import("element-plus").MenuProvider;
|
|
730
|
+
active: import("vue").ComputedRef<boolean>;
|
|
731
|
+
nsMenu: {
|
|
732
|
+
namespace: import("vue").ComputedRef<string>;
|
|
733
|
+
b: (blockSuffix?: string) => string;
|
|
734
|
+
e: (element?: string) => string;
|
|
735
|
+
m: (modifier?: string) => string;
|
|
736
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
737
|
+
em: (element?: string, modifier?: string) => string;
|
|
738
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
739
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
740
|
+
is: {
|
|
741
|
+
(name: string, state: boolean | undefined): string;
|
|
742
|
+
(name: string): string;
|
|
743
|
+
};
|
|
744
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
745
|
+
cssVarName: (name: string) => string;
|
|
746
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
747
|
+
cssVarBlockName: (name: string) => string;
|
|
748
|
+
};
|
|
749
|
+
nsMenuItem: {
|
|
750
|
+
namespace: import("vue").ComputedRef<string>;
|
|
751
|
+
b: (blockSuffix?: string) => string;
|
|
752
|
+
e: (element?: string) => string;
|
|
753
|
+
m: (modifier?: string) => string;
|
|
754
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
755
|
+
em: (element?: string, modifier?: string) => string;
|
|
756
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
757
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
758
|
+
is: {
|
|
759
|
+
(name: string, state: boolean | undefined): string;
|
|
760
|
+
(name: string): string;
|
|
761
|
+
};
|
|
762
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
763
|
+
cssVarName: (name: string) => string;
|
|
764
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
765
|
+
cssVarBlockName: (name: string) => string;
|
|
766
|
+
};
|
|
767
|
+
handleClick: () => void;
|
|
768
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
769
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
770
|
+
}, string, {
|
|
771
|
+
readonly disabled: boolean;
|
|
772
|
+
readonly index: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>;
|
|
773
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
774
|
+
$slots: {
|
|
775
|
+
title?: (props: {}) => any;
|
|
776
|
+
} & {
|
|
777
|
+
default?: (props: {}) => any;
|
|
778
|
+
} & {
|
|
779
|
+
default?: (props: {}) => any;
|
|
780
|
+
} & {
|
|
781
|
+
title?: (props: {}) => any;
|
|
782
|
+
};
|
|
783
|
+
})>;
|
|
784
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
785
|
+
export default _default;
|