giime 0.0.0-beta.6 → 0.0.0-beta.7
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/components/src/base/menu/index.d.ts +278 -1
- package/es/components/src/base/menu/index.mjs +8 -1
- package/es/components/src/base/menu/index.mjs.map +1 -1
- package/es/components/src/base/menuItem/index.d.ts +1 -1
- package/es/components/src/base/menuItem/index.mjs +2 -2
- package/es/components/src/base/menuItem/index.mjs.map +1 -1
- package/es/components/src/base/menuItemGroup/index.d.ts +1 -1
- package/es/components/src/base/menuItemGroup/index.mjs +2 -2
- package/es/components/src/base/menuItemGroup/index.mjs.map +1 -1
- package/es/components/src/base/subMenu/index.d.ts +1 -1
- package/es/components/src/base/subMenu/index.mjs +2 -2
- package/es/components/src/base/subMenu/index.mjs.map +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/lib/components/src/base/menu/index.d.ts +278 -1
- package/lib/components/src/base/menu/index.js +8 -1
- package/lib/components/src/base/menu/index.js.map +1 -1
- package/lib/components/src/base/menuItem/index.d.ts +1 -1
- package/lib/components/src/base/menuItem/index.js +1 -1
- package/lib/components/src/base/menuItem/index.js.map +1 -1
- package/lib/components/src/base/menuItemGroup/index.d.ts +1 -1
- package/lib/components/src/base/menuItemGroup/index.js +1 -1
- package/lib/components/src/base/menuItemGroup/index.js.map +1 -1
- package/lib/components/src/base/subMenu/index.d.ts +1 -1
- package/lib/components/src/base/subMenu/index.js +1 -1
- package/lib/components/src/base/subMenu/index.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/package.json +1 -1
|
@@ -176,7 +176,284 @@ export declare const GmMenu: import("../../../../utils").SFCWithInstall<{
|
|
|
176
176
|
$slots: {
|
|
177
177
|
default?(_: {}): any;
|
|
178
178
|
};
|
|
179
|
-
})> &
|
|
179
|
+
})> & {
|
|
180
|
+
MenuItem: {
|
|
181
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
182
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
183
|
+
route: {
|
|
184
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
185
|
+
readonly required: false;
|
|
186
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
|
+
__epPropKey: true;
|
|
188
|
+
};
|
|
189
|
+
disabled: BooleanConstructor;
|
|
190
|
+
}>> & {
|
|
191
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
192
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
193
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
194
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
195
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
196
|
+
route: {
|
|
197
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
198
|
+
readonly required: false;
|
|
199
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
+
__epPropKey: true;
|
|
201
|
+
};
|
|
202
|
+
disabled: BooleanConstructor;
|
|
203
|
+
}>> & {
|
|
204
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
205
|
+
}, {
|
|
206
|
+
disabled: boolean;
|
|
207
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
208
|
+
}, true, {}, {}, {
|
|
209
|
+
P: {};
|
|
210
|
+
B: {};
|
|
211
|
+
D: {};
|
|
212
|
+
C: {};
|
|
213
|
+
M: {};
|
|
214
|
+
Defaults: {};
|
|
215
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
217
|
+
route: {
|
|
218
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
};
|
|
223
|
+
disabled: BooleanConstructor;
|
|
224
|
+
}>> & {
|
|
225
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
226
|
+
}, {}, {}, {}, {}, {
|
|
227
|
+
disabled: boolean;
|
|
228
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
229
|
+
}>;
|
|
230
|
+
__isFragment?: undefined;
|
|
231
|
+
__isTeleport?: undefined;
|
|
232
|
+
__isSuspense?: undefined;
|
|
233
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
234
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
235
|
+
route: {
|
|
236
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
};
|
|
241
|
+
disabled: BooleanConstructor;
|
|
242
|
+
}>> & {
|
|
243
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
244
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
245
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
246
|
+
}, string, {
|
|
247
|
+
disabled: boolean;
|
|
248
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
249
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
250
|
+
$slots: {
|
|
251
|
+
default?(_: {}): any;
|
|
252
|
+
title?(_: {}): any;
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
MenuItemGroup: {
|
|
256
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
257
|
+
title: StringConstructor;
|
|
258
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
259
|
+
title: StringConstructor;
|
|
260
|
+
}>>, {}, true, {}, {}, {
|
|
261
|
+
P: {};
|
|
262
|
+
B: {};
|
|
263
|
+
D: {};
|
|
264
|
+
C: {};
|
|
265
|
+
M: {};
|
|
266
|
+
Defaults: {};
|
|
267
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
268
|
+
title: StringConstructor;
|
|
269
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
270
|
+
__isFragment?: undefined;
|
|
271
|
+
__isTeleport?: undefined;
|
|
272
|
+
__isSuspense?: undefined;
|
|
273
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
274
|
+
title: StringConstructor;
|
|
275
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
276
|
+
$slots: {
|
|
277
|
+
default?(_: {}): any;
|
|
278
|
+
title?(_: {}): any;
|
|
279
|
+
};
|
|
280
|
+
});
|
|
281
|
+
SubMenu: {
|
|
282
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
283
|
+
index: {
|
|
284
|
+
readonly type: import("vue").PropType<string>;
|
|
285
|
+
readonly required: true;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
};
|
|
289
|
+
showTimeout: NumberConstructor;
|
|
290
|
+
hideTimeout: NumberConstructor;
|
|
291
|
+
popperClass: StringConstructor;
|
|
292
|
+
disabled: BooleanConstructor;
|
|
293
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
294
|
+
popperOffset: NumberConstructor;
|
|
295
|
+
expandCloseIcon: {
|
|
296
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
297
|
+
readonly required: false;
|
|
298
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
|
+
__epPropKey: true;
|
|
300
|
+
};
|
|
301
|
+
expandOpenIcon: {
|
|
302
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
303
|
+
readonly required: false;
|
|
304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
+
__epPropKey: true;
|
|
306
|
+
};
|
|
307
|
+
collapseCloseIcon: {
|
|
308
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
collapseOpenIcon: {
|
|
314
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
};
|
|
319
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
320
|
+
index: {
|
|
321
|
+
readonly type: import("vue").PropType<string>;
|
|
322
|
+
readonly required: true;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
};
|
|
326
|
+
showTimeout: NumberConstructor;
|
|
327
|
+
hideTimeout: NumberConstructor;
|
|
328
|
+
popperClass: StringConstructor;
|
|
329
|
+
disabled: BooleanConstructor;
|
|
330
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
331
|
+
popperOffset: NumberConstructor;
|
|
332
|
+
expandCloseIcon: {
|
|
333
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
334
|
+
readonly required: false;
|
|
335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
|
+
__epPropKey: true;
|
|
337
|
+
};
|
|
338
|
+
expandOpenIcon: {
|
|
339
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
340
|
+
readonly required: false;
|
|
341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
+
__epPropKey: true;
|
|
343
|
+
};
|
|
344
|
+
collapseCloseIcon: {
|
|
345
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
};
|
|
350
|
+
collapseOpenIcon: {
|
|
351
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
};
|
|
356
|
+
}>>, {
|
|
357
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
358
|
+
disabled: boolean;
|
|
359
|
+
}, true, {}, {}, {
|
|
360
|
+
P: {};
|
|
361
|
+
B: {};
|
|
362
|
+
D: {};
|
|
363
|
+
C: {};
|
|
364
|
+
M: {};
|
|
365
|
+
Defaults: {};
|
|
366
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
367
|
+
index: {
|
|
368
|
+
readonly type: import("vue").PropType<string>;
|
|
369
|
+
readonly required: true;
|
|
370
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
|
+
__epPropKey: true;
|
|
372
|
+
};
|
|
373
|
+
showTimeout: NumberConstructor;
|
|
374
|
+
hideTimeout: NumberConstructor;
|
|
375
|
+
popperClass: StringConstructor;
|
|
376
|
+
disabled: BooleanConstructor;
|
|
377
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
378
|
+
popperOffset: NumberConstructor;
|
|
379
|
+
expandCloseIcon: {
|
|
380
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
381
|
+
readonly required: false;
|
|
382
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
383
|
+
__epPropKey: true;
|
|
384
|
+
};
|
|
385
|
+
expandOpenIcon: {
|
|
386
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
387
|
+
readonly required: false;
|
|
388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
|
+
__epPropKey: true;
|
|
390
|
+
};
|
|
391
|
+
collapseCloseIcon: {
|
|
392
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
393
|
+
readonly required: false;
|
|
394
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
|
+
__epPropKey: true;
|
|
396
|
+
};
|
|
397
|
+
collapseOpenIcon: {
|
|
398
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
399
|
+
readonly required: false;
|
|
400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
+
__epPropKey: true;
|
|
402
|
+
};
|
|
403
|
+
}>>, {}, {}, {}, {}, {
|
|
404
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
405
|
+
disabled: boolean;
|
|
406
|
+
}>;
|
|
407
|
+
__isFragment?: undefined;
|
|
408
|
+
__isTeleport?: undefined;
|
|
409
|
+
__isSuspense?: undefined;
|
|
410
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
411
|
+
index: {
|
|
412
|
+
readonly type: import("vue").PropType<string>;
|
|
413
|
+
readonly required: true;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
};
|
|
417
|
+
showTimeout: NumberConstructor;
|
|
418
|
+
hideTimeout: NumberConstructor;
|
|
419
|
+
popperClass: StringConstructor;
|
|
420
|
+
disabled: BooleanConstructor;
|
|
421
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
422
|
+
popperOffset: NumberConstructor;
|
|
423
|
+
expandCloseIcon: {
|
|
424
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
425
|
+
readonly required: false;
|
|
426
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
427
|
+
__epPropKey: true;
|
|
428
|
+
};
|
|
429
|
+
expandOpenIcon: {
|
|
430
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
431
|
+
readonly required: false;
|
|
432
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
+
__epPropKey: true;
|
|
434
|
+
};
|
|
435
|
+
collapseCloseIcon: {
|
|
436
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
437
|
+
readonly required: false;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
};
|
|
441
|
+
collapseOpenIcon: {
|
|
442
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
};
|
|
447
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
448
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
449
|
+
disabled: boolean;
|
|
450
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
451
|
+
$slots: {
|
|
452
|
+
default?(_: {}): any;
|
|
453
|
+
title?(_: {}): any;
|
|
454
|
+
};
|
|
455
|
+
});
|
|
456
|
+
};
|
|
180
457
|
export type MenuInstance = InstanceType<typeof Menu>;
|
|
181
458
|
export * from './menu';
|
|
182
459
|
export default GmMenu;
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import '../../../../utils/index.mjs';
|
|
2
|
+
import MenuItem from '../menuItem/MenuItem.vue.mjs';
|
|
3
|
+
import MenuItemGroup from '../menuItemGroup/MenuItemGroup.vue.mjs';
|
|
4
|
+
import SubMenu from '../subMenu/SubMenu.vue.mjs';
|
|
2
5
|
import Menu from './Menu.vue.mjs';
|
|
3
6
|
export { menuEmits, menuProps } from './menu.mjs';
|
|
4
7
|
import { withInstall } from '../../../../utils/src/vue/install.mjs';
|
|
5
8
|
|
|
6
|
-
const GmMenu = withInstall(Menu
|
|
9
|
+
const GmMenu = withInstall(Menu, {
|
|
10
|
+
MenuItem,
|
|
11
|
+
MenuItemGroup,
|
|
12
|
+
SubMenu
|
|
13
|
+
});
|
|
7
14
|
|
|
8
15
|
export { GmMenu, GmMenu as default };
|
|
9
16
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menu/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils';\nimport Menu from './Menu.vue';\n\nexport const GmMenu = withInstall(Menu);\nexport type MenuInstance = InstanceType<typeof Menu>;\nexport * from './menu';\nexport default GmMenu;\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menu/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils';\nimport MenuItem from '../menuItem/MenuItem.vue';\nimport MenuItemGroup from '../menuItemGroup/MenuItemGroup.vue';\nimport SubMenu from '../subMenu/SubMenu.vue';\nimport Menu from './Menu.vue';\n\nexport const GmMenu = withInstall(Menu, {\n MenuItem,\n MenuItemGroup,\n SubMenu,\n});\nexport type MenuInstance = InstanceType<typeof Menu>;\nexport * from './menu';\nexport default GmMenu;\n"],"names":[],"mappings":";;;;;;;;AAMa,MAAA,MAAA,GAAS,YAAY,IAAM,EAAA;AAAA,EACtC,QAAA;AAAA,EACA,aAAA;AAAA,EACA,OAAA;AACF,CAAC;;;;"}
|
|
@@ -73,7 +73,7 @@ export declare const GmMenuItem: import("../../../../utils").SFCWithInstall<{
|
|
|
73
73
|
default?(_: {}): any;
|
|
74
74
|
title?(_: {}): any;
|
|
75
75
|
};
|
|
76
|
-
})
|
|
76
|
+
})>;
|
|
77
77
|
export type MenuItemInstance = InstanceType<typeof MenuItem>;
|
|
78
78
|
export * from './menuItem';
|
|
79
79
|
export default GmMenuItem;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../../../../utils/index.mjs';
|
|
2
2
|
import MenuItem from './MenuItem.vue.mjs';
|
|
3
3
|
export { menuItemEmits, menuItemProps } from './menuItem.mjs';
|
|
4
|
-
import {
|
|
4
|
+
import { withNoopInstall } from '../../../../utils/src/vue/install.mjs';
|
|
5
5
|
|
|
6
|
-
const GmMenuItem =
|
|
6
|
+
const GmMenuItem = withNoopInstall(MenuItem);
|
|
7
7
|
|
|
8
8
|
export { GmMenuItem, GmMenuItem as default };
|
|
9
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menuItem/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menuItem/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport MenuItem from './MenuItem.vue';\n\nexport const GmMenuItem = withNoopInstall(MenuItem);\nexport type MenuItemInstance = InstanceType<typeof MenuItem>;\nexport * from './menuItem';\nexport default GmMenuItem;\n"],"names":[],"mappings":";;;;;AAGa,MAAA,UAAA,GAAa,gBAAgB,QAAQ;;;;"}
|
|
@@ -24,7 +24,7 @@ export declare const GmMenuItemGroup: import("../../../../utils").SFCWithInstall
|
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
title?(_: {}): any;
|
|
26
26
|
};
|
|
27
|
-
})
|
|
27
|
+
})>;
|
|
28
28
|
export type MenuItemGroupInstance = InstanceType<typeof MenuItemGroup>;
|
|
29
29
|
export * from './menuItemGroup';
|
|
30
30
|
export default GmMenuItemGroup;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../../../../utils/index.mjs';
|
|
2
2
|
import MenuItemGroup from './MenuItemGroup.vue.mjs';
|
|
3
3
|
export { menuItemGroupProps } from './menuItemGroup.mjs';
|
|
4
|
-
import {
|
|
4
|
+
import { withNoopInstall } from '../../../../utils/src/vue/install.mjs';
|
|
5
5
|
|
|
6
|
-
const GmMenuItemGroup =
|
|
6
|
+
const GmMenuItemGroup = withNoopInstall(MenuItemGroup);
|
|
7
7
|
|
|
8
8
|
export { GmMenuItemGroup, GmMenuItemGroup as default };
|
|
9
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menuItemGroup/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/menuItemGroup/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport MenuItemGroup from './MenuItemGroup.vue';\n\nexport const GmMenuItemGroup = withNoopInstall(MenuItemGroup);\nexport type MenuItemGroupInstance = InstanceType<typeof MenuItemGroup>;\nexport * from './menuItemGroup';\nexport default GmMenuItemGroup;\n"],"names":[],"mappings":";;;;;AAGa,MAAA,eAAA,GAAkB,gBAAgB,aAAa;;;;"}
|
|
@@ -173,7 +173,7 @@ export declare const GmSubMenu: import("../../../../utils").SFCWithInstall<{
|
|
|
173
173
|
default?(_: {}): any;
|
|
174
174
|
title?(_: {}): any;
|
|
175
175
|
};
|
|
176
|
-
})
|
|
176
|
+
})>;
|
|
177
177
|
export type SubMenuInstance = InstanceType<typeof SubMenu>;
|
|
178
178
|
export * from './subMenu';
|
|
179
179
|
export default GmSubMenu;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../../../../utils/index.mjs';
|
|
2
2
|
import SubMenu from './SubMenu.vue.mjs';
|
|
3
3
|
export { subMenuProps } from './subMenu.mjs';
|
|
4
|
-
import {
|
|
4
|
+
import { withNoopInstall } from '../../../../utils/src/vue/install.mjs';
|
|
5
5
|
|
|
6
|
-
const GmSubMenu =
|
|
6
|
+
const GmSubMenu = withNoopInstall(SubMenu);
|
|
7
7
|
|
|
8
8
|
export { GmSubMenu, GmSubMenu as default };
|
|
9
9
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/subMenu/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../../packages/components/src/base/subMenu/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport SubMenu from './SubMenu.vue';\n\nexport const GmSubMenu = withNoopInstall(SubMenu);\nexport type SubMenuInstance = InstanceType<typeof SubMenu>;\nexport * from './subMenu';\nexport default GmSubMenu;\n"],"names":[],"mappings":";;;;;AAGa,MAAA,SAAA,GAAY,gBAAgB,OAAO;;;;"}
|
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.0.0-beta.
|
|
1
|
+
export declare const version = "0.0.0-beta.7";
|
package/es/giime/version.mjs
CHANGED
package/es/giime/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-beta.
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-beta.7'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
|
|
@@ -176,7 +176,284 @@ export declare const GmMenu: import("../../../../utils").SFCWithInstall<{
|
|
|
176
176
|
$slots: {
|
|
177
177
|
default?(_: {}): any;
|
|
178
178
|
};
|
|
179
|
-
})> &
|
|
179
|
+
})> & {
|
|
180
|
+
MenuItem: {
|
|
181
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
182
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
183
|
+
route: {
|
|
184
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
185
|
+
readonly required: false;
|
|
186
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
|
+
__epPropKey: true;
|
|
188
|
+
};
|
|
189
|
+
disabled: BooleanConstructor;
|
|
190
|
+
}>> & {
|
|
191
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
192
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
193
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
194
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
195
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
196
|
+
route: {
|
|
197
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
198
|
+
readonly required: false;
|
|
199
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
+
__epPropKey: true;
|
|
201
|
+
};
|
|
202
|
+
disabled: BooleanConstructor;
|
|
203
|
+
}>> & {
|
|
204
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
205
|
+
}, {
|
|
206
|
+
disabled: boolean;
|
|
207
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
208
|
+
}, true, {}, {}, {
|
|
209
|
+
P: {};
|
|
210
|
+
B: {};
|
|
211
|
+
D: {};
|
|
212
|
+
C: {};
|
|
213
|
+
M: {};
|
|
214
|
+
Defaults: {};
|
|
215
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
217
|
+
route: {
|
|
218
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
219
|
+
readonly required: false;
|
|
220
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
+
__epPropKey: true;
|
|
222
|
+
};
|
|
223
|
+
disabled: BooleanConstructor;
|
|
224
|
+
}>> & {
|
|
225
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
226
|
+
}, {}, {}, {}, {}, {
|
|
227
|
+
disabled: boolean;
|
|
228
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
229
|
+
}>;
|
|
230
|
+
__isFragment?: undefined;
|
|
231
|
+
__isTeleport?: undefined;
|
|
232
|
+
__isSuspense?: undefined;
|
|
233
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
234
|
+
index: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown, null, boolean>;
|
|
235
|
+
route: {
|
|
236
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw) | ((new (...args: any[]) => string | import("vue-router").RouteLocationPathRaw | import("vue-router").RouteLocationNamedRaw) | (() => import("vue-router").RouteLocationRaw))[], unknown, unknown>>;
|
|
237
|
+
readonly required: false;
|
|
238
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
+
__epPropKey: true;
|
|
240
|
+
};
|
|
241
|
+
disabled: BooleanConstructor;
|
|
242
|
+
}>> & {
|
|
243
|
+
onClick?: ((item: import("element-plus").MenuItemRegistered) => any) | undefined;
|
|
244
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
245
|
+
click: (item: import("element-plus").MenuItemRegistered) => void;
|
|
246
|
+
}, string, {
|
|
247
|
+
disabled: boolean;
|
|
248
|
+
index: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string & {}) | (() => string | null) | ((new (...args: any[]) => string & {}) | (() => string | null))[], unknown, unknown>;
|
|
249
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
250
|
+
$slots: {
|
|
251
|
+
default?(_: {}): any;
|
|
252
|
+
title?(_: {}): any;
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
MenuItemGroup: {
|
|
256
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
257
|
+
title: StringConstructor;
|
|
258
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
259
|
+
title: StringConstructor;
|
|
260
|
+
}>>, {}, true, {}, {}, {
|
|
261
|
+
P: {};
|
|
262
|
+
B: {};
|
|
263
|
+
D: {};
|
|
264
|
+
C: {};
|
|
265
|
+
M: {};
|
|
266
|
+
Defaults: {};
|
|
267
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
268
|
+
title: StringConstructor;
|
|
269
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
270
|
+
__isFragment?: undefined;
|
|
271
|
+
__isTeleport?: undefined;
|
|
272
|
+
__isSuspense?: undefined;
|
|
273
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
274
|
+
title: StringConstructor;
|
|
275
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
276
|
+
$slots: {
|
|
277
|
+
default?(_: {}): any;
|
|
278
|
+
title?(_: {}): any;
|
|
279
|
+
};
|
|
280
|
+
});
|
|
281
|
+
SubMenu: {
|
|
282
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
283
|
+
index: {
|
|
284
|
+
readonly type: import("vue").PropType<string>;
|
|
285
|
+
readonly required: true;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
};
|
|
289
|
+
showTimeout: NumberConstructor;
|
|
290
|
+
hideTimeout: NumberConstructor;
|
|
291
|
+
popperClass: StringConstructor;
|
|
292
|
+
disabled: BooleanConstructor;
|
|
293
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
294
|
+
popperOffset: NumberConstructor;
|
|
295
|
+
expandCloseIcon: {
|
|
296
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
297
|
+
readonly required: false;
|
|
298
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
|
+
__epPropKey: true;
|
|
300
|
+
};
|
|
301
|
+
expandOpenIcon: {
|
|
302
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
303
|
+
readonly required: false;
|
|
304
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
+
__epPropKey: true;
|
|
306
|
+
};
|
|
307
|
+
collapseCloseIcon: {
|
|
308
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
collapseOpenIcon: {
|
|
314
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
};
|
|
319
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
320
|
+
index: {
|
|
321
|
+
readonly type: import("vue").PropType<string>;
|
|
322
|
+
readonly required: true;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
};
|
|
326
|
+
showTimeout: NumberConstructor;
|
|
327
|
+
hideTimeout: NumberConstructor;
|
|
328
|
+
popperClass: StringConstructor;
|
|
329
|
+
disabled: BooleanConstructor;
|
|
330
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
331
|
+
popperOffset: NumberConstructor;
|
|
332
|
+
expandCloseIcon: {
|
|
333
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
334
|
+
readonly required: false;
|
|
335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
|
+
__epPropKey: true;
|
|
337
|
+
};
|
|
338
|
+
expandOpenIcon: {
|
|
339
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
340
|
+
readonly required: false;
|
|
341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
+
__epPropKey: true;
|
|
343
|
+
};
|
|
344
|
+
collapseCloseIcon: {
|
|
345
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
};
|
|
350
|
+
collapseOpenIcon: {
|
|
351
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
};
|
|
356
|
+
}>>, {
|
|
357
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
358
|
+
disabled: boolean;
|
|
359
|
+
}, true, {}, {}, {
|
|
360
|
+
P: {};
|
|
361
|
+
B: {};
|
|
362
|
+
D: {};
|
|
363
|
+
C: {};
|
|
364
|
+
M: {};
|
|
365
|
+
Defaults: {};
|
|
366
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
367
|
+
index: {
|
|
368
|
+
readonly type: import("vue").PropType<string>;
|
|
369
|
+
readonly required: true;
|
|
370
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
|
+
__epPropKey: true;
|
|
372
|
+
};
|
|
373
|
+
showTimeout: NumberConstructor;
|
|
374
|
+
hideTimeout: NumberConstructor;
|
|
375
|
+
popperClass: StringConstructor;
|
|
376
|
+
disabled: BooleanConstructor;
|
|
377
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
378
|
+
popperOffset: NumberConstructor;
|
|
379
|
+
expandCloseIcon: {
|
|
380
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
381
|
+
readonly required: false;
|
|
382
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
383
|
+
__epPropKey: true;
|
|
384
|
+
};
|
|
385
|
+
expandOpenIcon: {
|
|
386
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
387
|
+
readonly required: false;
|
|
388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
|
+
__epPropKey: true;
|
|
390
|
+
};
|
|
391
|
+
collapseCloseIcon: {
|
|
392
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
393
|
+
readonly required: false;
|
|
394
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
|
+
__epPropKey: true;
|
|
396
|
+
};
|
|
397
|
+
collapseOpenIcon: {
|
|
398
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
399
|
+
readonly required: false;
|
|
400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
+
__epPropKey: true;
|
|
402
|
+
};
|
|
403
|
+
}>>, {}, {}, {}, {}, {
|
|
404
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
405
|
+
disabled: boolean;
|
|
406
|
+
}>;
|
|
407
|
+
__isFragment?: undefined;
|
|
408
|
+
__isTeleport?: undefined;
|
|
409
|
+
__isSuspense?: undefined;
|
|
410
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
411
|
+
index: {
|
|
412
|
+
readonly type: import("vue").PropType<string>;
|
|
413
|
+
readonly required: true;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
};
|
|
417
|
+
showTimeout: NumberConstructor;
|
|
418
|
+
hideTimeout: NumberConstructor;
|
|
419
|
+
popperClass: StringConstructor;
|
|
420
|
+
disabled: BooleanConstructor;
|
|
421
|
+
teleported: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
422
|
+
popperOffset: NumberConstructor;
|
|
423
|
+
expandCloseIcon: {
|
|
424
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
425
|
+
readonly required: false;
|
|
426
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
427
|
+
__epPropKey: true;
|
|
428
|
+
};
|
|
429
|
+
expandOpenIcon: {
|
|
430
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
431
|
+
readonly required: false;
|
|
432
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
+
__epPropKey: true;
|
|
434
|
+
};
|
|
435
|
+
collapseCloseIcon: {
|
|
436
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
437
|
+
readonly required: false;
|
|
438
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
+
__epPropKey: true;
|
|
440
|
+
};
|
|
441
|
+
collapseOpenIcon: {
|
|
442
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
};
|
|
447
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
448
|
+
teleported: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
449
|
+
disabled: boolean;
|
|
450
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
451
|
+
$slots: {
|
|
452
|
+
default?(_: {}): any;
|
|
453
|
+
title?(_: {}): any;
|
|
454
|
+
};
|
|
455
|
+
});
|
|
456
|
+
};
|
|
180
457
|
export type MenuInstance = InstanceType<typeof Menu>;
|
|
181
458
|
export * from './menu';
|
|
182
459
|
export default GmMenu;
|
|
@@ -3,11 +3,18 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('../../../../utils/index.js');
|
|
6
|
+
var MenuItem = require('../menuItem/MenuItem.vue.js');
|
|
7
|
+
var MenuItemGroup = require('../menuItemGroup/MenuItemGroup.vue.js');
|
|
8
|
+
var SubMenu = require('../subMenu/SubMenu.vue.js');
|
|
6
9
|
var Menu = require('./Menu.vue.js');
|
|
7
10
|
var menu = require('./menu.js');
|
|
8
11
|
var install = require('../../../../utils/src/vue/install.js');
|
|
9
12
|
|
|
10
|
-
const GmMenu = install.withInstall(Menu.default
|
|
13
|
+
const GmMenu = install.withInstall(Menu.default, {
|
|
14
|
+
MenuItem: MenuItem.default,
|
|
15
|
+
MenuItemGroup: MenuItemGroup.default,
|
|
16
|
+
SubMenu: SubMenu.default
|
|
17
|
+
});
|
|
11
18
|
|
|
12
19
|
exports.menuEmits = menu.menuEmits;
|
|
13
20
|
exports.menuProps = menu.menuProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menu/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils';\nimport Menu from './Menu.vue';\n\nexport const GmMenu = withInstall(Menu);\nexport type MenuInstance = InstanceType<typeof Menu>;\nexport * from './menu';\nexport default GmMenu;\n"],"names":["withInstall","Menu"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menu/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils';\nimport MenuItem from '../menuItem/MenuItem.vue';\nimport MenuItemGroup from '../menuItemGroup/MenuItemGroup.vue';\nimport SubMenu from '../subMenu/SubMenu.vue';\nimport Menu from './Menu.vue';\n\nexport const GmMenu = withInstall(Menu, {\n MenuItem,\n MenuItemGroup,\n SubMenu,\n});\nexport type MenuInstance = InstanceType<typeof Menu>;\nexport * from './menu';\nexport default GmMenu;\n"],"names":["withInstall","Menu","MenuItem","MenuItemGroup","SubMenu"],"mappings":";;;;;;;;;;;;AAMa,MAAA,MAAA,GAASA,oBAAYC,YAAM,EAAA;AAAA,YACtCC,gBAAA;AAAA,iBACAC,qBAAA;AAAA,WACAC,eAAA;AACF,CAAC;;;;;;;"}
|
|
@@ -73,7 +73,7 @@ export declare const GmMenuItem: import("../../../../utils").SFCWithInstall<{
|
|
|
73
73
|
default?(_: {}): any;
|
|
74
74
|
title?(_: {}): any;
|
|
75
75
|
};
|
|
76
|
-
})
|
|
76
|
+
})>;
|
|
77
77
|
export type MenuItemInstance = InstanceType<typeof MenuItem>;
|
|
78
78
|
export * from './menuItem';
|
|
79
79
|
export default GmMenuItem;
|
|
@@ -7,7 +7,7 @@ var MenuItem = require('./MenuItem.vue.js');
|
|
|
7
7
|
var menuItem = require('./menuItem.js');
|
|
8
8
|
var install = require('../../../../utils/src/vue/install.js');
|
|
9
9
|
|
|
10
|
-
const GmMenuItem = install.
|
|
10
|
+
const GmMenuItem = install.withNoopInstall(MenuItem.default);
|
|
11
11
|
|
|
12
12
|
exports.menuItemEmits = menuItem.menuItemEmits;
|
|
13
13
|
exports.menuItemProps = menuItem.menuItemProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menuItem/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menuItem/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport MenuItem from './MenuItem.vue';\n\nexport const GmMenuItem = withNoopInstall(MenuItem);\nexport type MenuItemInstance = InstanceType<typeof MenuItem>;\nexport * from './menuItem';\nexport default GmMenuItem;\n"],"names":["withNoopInstall","MenuItem"],"mappings":";;;;;;;;;AAGa,MAAA,UAAA,GAAaA,wBAAgBC,gBAAQ;;;;;;;"}
|
|
@@ -24,7 +24,7 @@ export declare const GmMenuItemGroup: import("../../../../utils").SFCWithInstall
|
|
|
24
24
|
default?(_: {}): any;
|
|
25
25
|
title?(_: {}): any;
|
|
26
26
|
};
|
|
27
|
-
})
|
|
27
|
+
})>;
|
|
28
28
|
export type MenuItemGroupInstance = InstanceType<typeof MenuItemGroup>;
|
|
29
29
|
export * from './menuItemGroup';
|
|
30
30
|
export default GmMenuItemGroup;
|
|
@@ -7,7 +7,7 @@ var MenuItemGroup = require('./MenuItemGroup.vue.js');
|
|
|
7
7
|
var menuItemGroup = require('./menuItemGroup.js');
|
|
8
8
|
var install = require('../../../../utils/src/vue/install.js');
|
|
9
9
|
|
|
10
|
-
const GmMenuItemGroup = install.
|
|
10
|
+
const GmMenuItemGroup = install.withNoopInstall(MenuItemGroup.default);
|
|
11
11
|
|
|
12
12
|
exports.menuItemGroupProps = menuItemGroup.menuItemGroupProps;
|
|
13
13
|
exports.GmMenuItemGroup = GmMenuItemGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menuItemGroup/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/menuItemGroup/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport MenuItemGroup from './MenuItemGroup.vue';\n\nexport const GmMenuItemGroup = withNoopInstall(MenuItemGroup);\nexport type MenuItemGroupInstance = InstanceType<typeof MenuItemGroup>;\nexport * from './menuItemGroup';\nexport default GmMenuItemGroup;\n"],"names":["withNoopInstall","MenuItemGroup"],"mappings":";;;;;;;;;AAGa,MAAA,eAAA,GAAkBA,wBAAgBC,qBAAa;;;;;;"}
|
|
@@ -173,7 +173,7 @@ export declare const GmSubMenu: import("../../../../utils").SFCWithInstall<{
|
|
|
173
173
|
default?(_: {}): any;
|
|
174
174
|
title?(_: {}): any;
|
|
175
175
|
};
|
|
176
|
-
})
|
|
176
|
+
})>;
|
|
177
177
|
export type SubMenuInstance = InstanceType<typeof SubMenu>;
|
|
178
178
|
export * from './subMenu';
|
|
179
179
|
export default GmSubMenu;
|
|
@@ -7,7 +7,7 @@ var SubMenu = require('./SubMenu.vue.js');
|
|
|
7
7
|
var subMenu = require('./subMenu.js');
|
|
8
8
|
var install = require('../../../../utils/src/vue/install.js');
|
|
9
9
|
|
|
10
|
-
const GmSubMenu = install.
|
|
10
|
+
const GmSubMenu = install.withNoopInstall(SubMenu.default);
|
|
11
11
|
|
|
12
12
|
exports.subMenuProps = subMenu.subMenuProps;
|
|
13
13
|
exports.GmSubMenu = GmSubMenu;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/subMenu/index.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../packages/components/src/base/subMenu/index.ts"],"sourcesContent":["import { withNoopInstall } from '@giime/utils';\nimport SubMenu from './SubMenu.vue';\n\nexport const GmSubMenu = withNoopInstall(SubMenu);\nexport type SubMenuInstance = InstanceType<typeof SubMenu>;\nexport * from './subMenu';\nexport default GmSubMenu;\n"],"names":["withNoopInstall","SubMenu"],"mappings":";;;;;;;;;AAGa,MAAA,SAAA,GAAYA,wBAAgBC,eAAO;;;;;;"}
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.0.0-beta.
|
|
1
|
+
export declare const version = "0.0.0-beta.7";
|
package/lib/giime/version.js
CHANGED
package/lib/giime/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-beta.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-beta.7'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|