@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -21,12 +21,11 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
21
21
|
theme?: unknown;
|
22
22
|
persistent?: unknown;
|
23
23
|
modelValue?: unknown;
|
24
|
-
contentClass?: unknown;
|
25
|
-
activator?: unknown;
|
26
24
|
locationStrategy?: unknown;
|
27
25
|
scrollStrategy?: unknown;
|
28
26
|
closeDelay?: unknown;
|
29
27
|
openDelay?: unknown;
|
28
|
+
activator?: unknown;
|
30
29
|
activatorProps?: unknown;
|
31
30
|
openOnClick?: unknown;
|
32
31
|
openOnHover?: unknown;
|
@@ -34,6 +33,7 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
34
33
|
closeOnContentClick?: unknown;
|
35
34
|
closeOnBack?: unknown;
|
36
35
|
contained?: unknown;
|
36
|
+
contentClass?: unknown;
|
37
37
|
contentProps?: unknown;
|
38
38
|
noClickAnimation?: unknown;
|
39
39
|
scrim?: unknown;
|
@@ -201,65 +201,41 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
201
201
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
202
202
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
203
203
|
};
|
204
|
-
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
205
|
-
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
206
|
-
default: unknown extends Defaults["contentClass"] ? any : any;
|
207
|
-
};
|
208
|
-
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
209
|
-
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
210
|
-
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
211
|
-
};
|
212
204
|
locationStrategy: unknown extends Defaults["locationStrategy"] ? Omit<{
|
213
205
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
214
206
|
default: string;
|
215
207
|
validator: (val: any) => boolean;
|
216
208
|
}, "type" | "default"> & {
|
217
|
-
type: import("vue").PropType<"connected" | "static" |
|
218
|
-
|
219
|
-
})>;
|
220
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
221
|
-
updateLocation: (e?: Event) => void;
|
222
|
-
})>;
|
209
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
210
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
223
211
|
} : Omit<Omit<{
|
224
212
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
225
213
|
default: string;
|
226
214
|
validator: (val: any) => boolean;
|
227
215
|
}, "type" | "default"> & {
|
228
|
-
type: import("vue").PropType<"connected" | "static" |
|
229
|
-
|
230
|
-
})>;
|
231
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
232
|
-
updateLocation: (e?: Event) => void;
|
233
|
-
})>;
|
216
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
217
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
234
218
|
}, "type" | "default"> & {
|
235
|
-
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" |
|
236
|
-
|
237
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
238
|
-
updateLocation: (e?: Event) => void;
|
239
|
-
}) | Defaults["locationStrategy"]>;
|
240
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
241
|
-
updateLocation: (e?: Event) => void;
|
242
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
243
|
-
updateLocation: (e?: Event) => void;
|
244
|
-
})> | Defaults["locationStrategy"];
|
219
|
+
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
|
220
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
|
245
221
|
};
|
246
222
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
247
223
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
248
224
|
default: string;
|
249
225
|
validator: (val: any) => boolean;
|
250
226
|
}, "type" | "default"> & {
|
251
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
252
|
-
default: NonNullable<"none" | "block" | "close" |
|
227
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
228
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
253
229
|
} : Omit<Omit<{
|
254
230
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
255
231
|
default: string;
|
256
232
|
validator: (val: any) => boolean;
|
257
233
|
}, "type" | "default"> & {
|
258
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
259
|
-
default: NonNullable<"none" | "block" | "close" |
|
234
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
235
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
260
236
|
}, "type" | "default"> & {
|
261
|
-
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
262
|
-
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
237
|
+
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" | Defaults["scrollStrategy"]>;
|
238
|
+
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition"> | Defaults["scrollStrategy"];
|
263
239
|
};
|
264
240
|
closeDelay: unknown extends Defaults["closeDelay"] ? {
|
265
241
|
type: import("vue").PropType<string | number>;
|
@@ -281,6 +257,10 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
281
257
|
type: import("vue").PropType<unknown extends Defaults["openDelay"] ? string | number : string | number | Defaults["openDelay"]>;
|
282
258
|
default: unknown extends Defaults["openDelay"] ? string | number : NonNullable<string | number> | Defaults["openDelay"];
|
283
259
|
};
|
260
|
+
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
261
|
+
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
262
|
+
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
263
|
+
};
|
284
264
|
activatorProps: unknown extends Defaults["activatorProps"] ? {
|
285
265
|
type: import("vue").PropType<Record<string, any>>;
|
286
266
|
default: () => {};
|
@@ -339,6 +319,10 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
339
319
|
type: import("vue").PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
340
320
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
341
321
|
};
|
322
|
+
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
323
|
+
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
324
|
+
default: unknown extends Defaults["contentClass"] ? any : any;
|
325
|
+
};
|
342
326
|
contentProps: unknown extends Defaults["contentProps"] ? null : {
|
343
327
|
type: import("vue").PropType<unknown extends Defaults["contentProps"] ? any : any>;
|
344
328
|
default: unknown extends Defaults["contentProps"] ? any : any;
|
@@ -391,10 +375,8 @@ export declare const VMenu: {
|
|
391
375
|
disabled: boolean;
|
392
376
|
persistent: boolean;
|
393
377
|
modelValue: boolean;
|
394
|
-
locationStrategy: "connected" | "static" |
|
395
|
-
|
396
|
-
});
|
397
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
378
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
379
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
398
380
|
closeDelay: string | number;
|
399
381
|
openDelay: string | number;
|
400
382
|
activatorProps: Record<string, any>;
|
@@ -418,10 +400,10 @@ export declare const VMenu: {
|
|
418
400
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
419
401
|
class?: any;
|
420
402
|
theme?: string | undefined;
|
421
|
-
contentClass?: any;
|
422
403
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
423
404
|
openOnClick?: boolean | undefined;
|
424
405
|
openOnFocus?: boolean | undefined;
|
406
|
+
contentClass?: any;
|
425
407
|
contentProps?: any;
|
426
408
|
attach?: string | boolean | Element | undefined;
|
427
409
|
} & {
|
@@ -477,10 +459,8 @@ export declare const VMenu: {
|
|
477
459
|
disabled: boolean;
|
478
460
|
persistent: boolean;
|
479
461
|
modelValue: boolean;
|
480
|
-
locationStrategy: "connected" | "static" |
|
481
|
-
|
482
|
-
});
|
483
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
462
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
463
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
484
464
|
activatorProps: Record<string, any>;
|
485
465
|
openOnClick: boolean;
|
486
466
|
openOnHover: boolean;
|
@@ -504,10 +484,8 @@ export declare const VMenu: {
|
|
504
484
|
disabled: boolean;
|
505
485
|
persistent: boolean;
|
506
486
|
modelValue: boolean;
|
507
|
-
locationStrategy: "connected" | "static" |
|
508
|
-
|
509
|
-
});
|
510
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
487
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
488
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
511
489
|
activatorProps: Record<string, any>;
|
512
490
|
openOnHover: boolean;
|
513
491
|
closeOnContentClick: boolean;
|
@@ -527,12 +505,12 @@ export declare const VMenu: {
|
|
527
505
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
528
506
|
class?: any;
|
529
507
|
theme?: string | undefined;
|
530
|
-
contentClass?: any;
|
531
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
532
508
|
closeDelay?: string | number | undefined;
|
533
509
|
openDelay?: string | number | undefined;
|
510
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
534
511
|
openOnClick?: boolean | undefined;
|
535
512
|
openOnFocus?: boolean | undefined;
|
513
|
+
contentClass?: any;
|
536
514
|
contentProps?: any;
|
537
515
|
attach?: string | boolean | Element | undefined;
|
538
516
|
$children?: import("vue").VNodeChild | {
|
@@ -605,10 +583,8 @@ export declare const VMenu: {
|
|
605
583
|
disabled: boolean;
|
606
584
|
persistent: boolean;
|
607
585
|
modelValue: boolean;
|
608
|
-
locationStrategy: "connected" | "static" |
|
609
|
-
|
610
|
-
});
|
611
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
586
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
587
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
612
588
|
activatorProps: Record<string, any>;
|
613
589
|
openOnHover: boolean;
|
614
590
|
closeOnContentClick: boolean;
|
@@ -629,12 +605,12 @@ export declare const VMenu: {
|
|
629
605
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
630
606
|
class?: any;
|
631
607
|
theme?: string | undefined;
|
632
|
-
contentClass?: any;
|
633
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
634
608
|
closeDelay?: string | number | undefined;
|
635
609
|
openDelay?: string | number | undefined;
|
610
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
636
611
|
openOnClick?: boolean | undefined;
|
637
612
|
openOnFocus?: boolean | undefined;
|
613
|
+
contentClass?: any;
|
638
614
|
contentProps?: any;
|
639
615
|
attach?: string | boolean | Element | undefined;
|
640
616
|
} & {
|
@@ -703,10 +679,8 @@ export declare const VMenu: {
|
|
703
679
|
disabled: boolean;
|
704
680
|
persistent: boolean;
|
705
681
|
modelValue: boolean;
|
706
|
-
locationStrategy: "connected" | "static" |
|
707
|
-
|
708
|
-
});
|
709
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
682
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
683
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
710
684
|
activatorProps: Record<string, any>;
|
711
685
|
openOnClick: boolean;
|
712
686
|
openOnHover: boolean;
|
@@ -759,10 +733,8 @@ export declare const VMenu: {
|
|
759
733
|
disabled: boolean;
|
760
734
|
persistent: boolean;
|
761
735
|
modelValue: boolean;
|
762
|
-
locationStrategy: "connected" | "static" |
|
763
|
-
|
764
|
-
});
|
765
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
736
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
737
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
766
738
|
activatorProps: Record<string, any>;
|
767
739
|
openOnClick: boolean;
|
768
740
|
openOnHover: boolean;
|
@@ -786,10 +758,8 @@ export declare const VMenu: {
|
|
786
758
|
disabled: boolean;
|
787
759
|
persistent: boolean;
|
788
760
|
modelValue: boolean;
|
789
|
-
locationStrategy: "connected" | "static" |
|
790
|
-
|
791
|
-
});
|
792
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
761
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
762
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
793
763
|
activatorProps: Record<string, any>;
|
794
764
|
openOnHover: boolean;
|
795
765
|
closeOnContentClick: boolean;
|
@@ -810,12 +780,12 @@ export declare const VMenu: {
|
|
810
780
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
811
781
|
class?: any;
|
812
782
|
theme?: string | undefined;
|
813
|
-
contentClass?: any;
|
814
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
815
783
|
closeDelay?: string | number | undefined;
|
816
784
|
openDelay?: string | number | undefined;
|
785
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
817
786
|
openOnClick?: boolean | undefined;
|
818
787
|
openOnFocus?: boolean | undefined;
|
788
|
+
contentClass?: any;
|
819
789
|
contentProps?: any;
|
820
790
|
attach?: string | boolean | Element | undefined;
|
821
791
|
} & {
|
@@ -865,7 +835,7 @@ export declare const VMenu: {
|
|
865
835
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
866
836
|
localTop: import("vue").ComputedRef<boolean>;
|
867
837
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
868
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
838
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
869
839
|
_allExposed: {
|
870
840
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
871
841
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -895,10 +865,8 @@ export declare const VMenu: {
|
|
895
865
|
disabled: boolean;
|
896
866
|
persistent: boolean;
|
897
867
|
modelValue: boolean;
|
898
|
-
locationStrategy: "connected" | "static" |
|
899
|
-
|
900
|
-
});
|
901
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
868
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
869
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
902
870
|
closeDelay: string | number;
|
903
871
|
openDelay: string | number;
|
904
872
|
activatorProps: Record<string, any>;
|
@@ -941,10 +909,8 @@ export declare const VMenu: {
|
|
941
909
|
disabled: boolean;
|
942
910
|
persistent: boolean;
|
943
911
|
modelValue: boolean;
|
944
|
-
locationStrategy: "connected" | "static" |
|
945
|
-
|
946
|
-
});
|
947
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
912
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
913
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
948
914
|
closeDelay: string | number;
|
949
915
|
openDelay: string | number;
|
950
916
|
activatorProps: Record<string, any>;
|
@@ -968,10 +934,10 @@ export declare const VMenu: {
|
|
968
934
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
969
935
|
class?: any;
|
970
936
|
theme?: string | undefined;
|
971
|
-
contentClass?: any;
|
972
937
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
973
938
|
openOnClick?: boolean | undefined;
|
974
939
|
openOnFocus?: boolean | undefined;
|
940
|
+
contentClass?: any;
|
975
941
|
contentProps?: any;
|
976
942
|
attach?: string | boolean | Element | undefined;
|
977
943
|
} & {
|
@@ -1027,10 +993,8 @@ export declare const VMenu: {
|
|
1027
993
|
disabled: boolean;
|
1028
994
|
persistent: boolean;
|
1029
995
|
modelValue: boolean;
|
1030
|
-
locationStrategy: "connected" | "static" |
|
1031
|
-
|
1032
|
-
});
|
1033
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
996
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
997
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1034
998
|
activatorProps: Record<string, any>;
|
1035
999
|
openOnClick: boolean;
|
1036
1000
|
openOnHover: boolean;
|
@@ -1054,10 +1018,8 @@ export declare const VMenu: {
|
|
1054
1018
|
disabled: boolean;
|
1055
1019
|
persistent: boolean;
|
1056
1020
|
modelValue: boolean;
|
1057
|
-
locationStrategy: "connected" | "static" |
|
1058
|
-
|
1059
|
-
});
|
1060
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1021
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1022
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1061
1023
|
activatorProps: Record<string, any>;
|
1062
1024
|
openOnHover: boolean;
|
1063
1025
|
closeOnContentClick: boolean;
|
@@ -1077,12 +1039,12 @@ export declare const VMenu: {
|
|
1077
1039
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1078
1040
|
class?: any;
|
1079
1041
|
theme?: string | undefined;
|
1080
|
-
contentClass?: any;
|
1081
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1082
1042
|
closeDelay?: string | number | undefined;
|
1083
1043
|
openDelay?: string | number | undefined;
|
1044
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1084
1045
|
openOnClick?: boolean | undefined;
|
1085
1046
|
openOnFocus?: boolean | undefined;
|
1047
|
+
contentClass?: any;
|
1086
1048
|
contentProps?: any;
|
1087
1049
|
attach?: string | boolean | Element | undefined;
|
1088
1050
|
$children?: import("vue").VNodeChild | {
|
@@ -1155,10 +1117,8 @@ export declare const VMenu: {
|
|
1155
1117
|
disabled: boolean;
|
1156
1118
|
persistent: boolean;
|
1157
1119
|
modelValue: boolean;
|
1158
|
-
locationStrategy: "connected" | "static" |
|
1159
|
-
|
1160
|
-
});
|
1161
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1120
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1121
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1162
1122
|
activatorProps: Record<string, any>;
|
1163
1123
|
openOnHover: boolean;
|
1164
1124
|
closeOnContentClick: boolean;
|
@@ -1179,12 +1139,12 @@ export declare const VMenu: {
|
|
1179
1139
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1180
1140
|
class?: any;
|
1181
1141
|
theme?: string | undefined;
|
1182
|
-
contentClass?: any;
|
1183
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1184
1142
|
closeDelay?: string | number | undefined;
|
1185
1143
|
openDelay?: string | number | undefined;
|
1144
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1186
1145
|
openOnClick?: boolean | undefined;
|
1187
1146
|
openOnFocus?: boolean | undefined;
|
1147
|
+
contentClass?: any;
|
1188
1148
|
contentProps?: any;
|
1189
1149
|
attach?: string | boolean | Element | undefined;
|
1190
1150
|
} & {
|
@@ -1253,10 +1213,8 @@ export declare const VMenu: {
|
|
1253
1213
|
disabled: boolean;
|
1254
1214
|
persistent: boolean;
|
1255
1215
|
modelValue: boolean;
|
1256
|
-
locationStrategy: "connected" | "static" |
|
1257
|
-
|
1258
|
-
});
|
1259
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1216
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1217
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1260
1218
|
activatorProps: Record<string, any>;
|
1261
1219
|
openOnClick: boolean;
|
1262
1220
|
openOnHover: boolean;
|
@@ -1309,10 +1267,8 @@ export declare const VMenu: {
|
|
1309
1267
|
disabled: boolean;
|
1310
1268
|
persistent: boolean;
|
1311
1269
|
modelValue: boolean;
|
1312
|
-
locationStrategy: "connected" | "static" |
|
1313
|
-
|
1314
|
-
});
|
1315
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1270
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1271
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1316
1272
|
activatorProps: Record<string, any>;
|
1317
1273
|
openOnClick: boolean;
|
1318
1274
|
openOnHover: boolean;
|
@@ -1336,10 +1292,8 @@ export declare const VMenu: {
|
|
1336
1292
|
disabled: boolean;
|
1337
1293
|
persistent: boolean;
|
1338
1294
|
modelValue: boolean;
|
1339
|
-
locationStrategy: "connected" | "static" |
|
1340
|
-
|
1341
|
-
});
|
1342
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1295
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1296
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1343
1297
|
activatorProps: Record<string, any>;
|
1344
1298
|
openOnHover: boolean;
|
1345
1299
|
closeOnContentClick: boolean;
|
@@ -1360,12 +1314,12 @@ export declare const VMenu: {
|
|
1360
1314
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1361
1315
|
class?: any;
|
1362
1316
|
theme?: string | undefined;
|
1363
|
-
contentClass?: any;
|
1364
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1365
1317
|
closeDelay?: string | number | undefined;
|
1366
1318
|
openDelay?: string | number | undefined;
|
1319
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1367
1320
|
openOnClick?: boolean | undefined;
|
1368
1321
|
openOnFocus?: boolean | undefined;
|
1322
|
+
contentClass?: any;
|
1369
1323
|
contentProps?: any;
|
1370
1324
|
attach?: string | boolean | Element | undefined;
|
1371
1325
|
} & {
|
@@ -1415,7 +1369,7 @@ export declare const VMenu: {
|
|
1415
1369
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
1416
1370
|
localTop: import("vue").ComputedRef<boolean>;
|
1417
1371
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1418
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1372
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1419
1373
|
_allExposed: {
|
1420
1374
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1421
1375
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1443,10 +1397,8 @@ export declare const VMenu: {
|
|
1443
1397
|
disabled: boolean;
|
1444
1398
|
persistent: boolean;
|
1445
1399
|
modelValue: boolean;
|
1446
|
-
locationStrategy: "connected" | "static" |
|
1447
|
-
|
1448
|
-
});
|
1449
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1400
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1401
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1450
1402
|
closeDelay: string | number;
|
1451
1403
|
openDelay: string | number;
|
1452
1404
|
activatorProps: Record<string, any>;
|
@@ -1477,10 +1429,8 @@ export declare const VMenu: {
|
|
1477
1429
|
disabled: boolean;
|
1478
1430
|
persistent: boolean;
|
1479
1431
|
modelValue: boolean;
|
1480
|
-
locationStrategy: "connected" | "static" |
|
1481
|
-
|
1482
|
-
});
|
1483
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1432
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1433
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1484
1434
|
closeDelay: string | number;
|
1485
1435
|
openDelay: string | number;
|
1486
1436
|
activatorProps: Record<string, any>;
|
@@ -1504,10 +1454,10 @@ export declare const VMenu: {
|
|
1504
1454
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1505
1455
|
class?: any;
|
1506
1456
|
theme?: string | undefined;
|
1507
|
-
contentClass?: any;
|
1508
1457
|
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1509
1458
|
openOnClick?: boolean | undefined;
|
1510
1459
|
openOnFocus?: boolean | undefined;
|
1460
|
+
contentClass?: any;
|
1511
1461
|
contentProps?: any;
|
1512
1462
|
attach?: string | boolean | Element | undefined;
|
1513
1463
|
} & {
|
@@ -1563,10 +1513,8 @@ export declare const VMenu: {
|
|
1563
1513
|
disabled: boolean;
|
1564
1514
|
persistent: boolean;
|
1565
1515
|
modelValue: boolean;
|
1566
|
-
locationStrategy: "connected" | "static" |
|
1567
|
-
|
1568
|
-
});
|
1569
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1516
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1517
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1570
1518
|
activatorProps: Record<string, any>;
|
1571
1519
|
openOnClick: boolean;
|
1572
1520
|
openOnHover: boolean;
|
@@ -1590,10 +1538,8 @@ export declare const VMenu: {
|
|
1590
1538
|
disabled: boolean;
|
1591
1539
|
persistent: boolean;
|
1592
1540
|
modelValue: boolean;
|
1593
|
-
locationStrategy: "connected" | "static" |
|
1594
|
-
|
1595
|
-
});
|
1596
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1541
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1542
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1597
1543
|
activatorProps: Record<string, any>;
|
1598
1544
|
openOnHover: boolean;
|
1599
1545
|
closeOnContentClick: boolean;
|
@@ -1613,12 +1559,12 @@ export declare const VMenu: {
|
|
1613
1559
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1614
1560
|
class?: any;
|
1615
1561
|
theme?: string | undefined;
|
1616
|
-
contentClass?: any;
|
1617
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1618
1562
|
closeDelay?: string | number | undefined;
|
1619
1563
|
openDelay?: string | number | undefined;
|
1564
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1620
1565
|
openOnClick?: boolean | undefined;
|
1621
1566
|
openOnFocus?: boolean | undefined;
|
1567
|
+
contentClass?: any;
|
1622
1568
|
contentProps?: any;
|
1623
1569
|
attach?: string | boolean | Element | undefined;
|
1624
1570
|
$children?: import("vue").VNodeChild | {
|
@@ -1691,10 +1637,8 @@ export declare const VMenu: {
|
|
1691
1637
|
disabled: boolean;
|
1692
1638
|
persistent: boolean;
|
1693
1639
|
modelValue: boolean;
|
1694
|
-
locationStrategy: "connected" | "static" |
|
1695
|
-
|
1696
|
-
});
|
1697
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1640
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1641
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1698
1642
|
activatorProps: Record<string, any>;
|
1699
1643
|
openOnHover: boolean;
|
1700
1644
|
closeOnContentClick: boolean;
|
@@ -1715,12 +1659,12 @@ export declare const VMenu: {
|
|
1715
1659
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1716
1660
|
class?: any;
|
1717
1661
|
theme?: string | undefined;
|
1718
|
-
contentClass?: any;
|
1719
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1720
1662
|
closeDelay?: string | number | undefined;
|
1721
1663
|
openDelay?: string | number | undefined;
|
1664
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1722
1665
|
openOnClick?: boolean | undefined;
|
1723
1666
|
openOnFocus?: boolean | undefined;
|
1667
|
+
contentClass?: any;
|
1724
1668
|
contentProps?: any;
|
1725
1669
|
attach?: string | boolean | Element | undefined;
|
1726
1670
|
} & {
|
@@ -1789,10 +1733,8 @@ export declare const VMenu: {
|
|
1789
1733
|
disabled: boolean;
|
1790
1734
|
persistent: boolean;
|
1791
1735
|
modelValue: boolean;
|
1792
|
-
locationStrategy: "connected" | "static" |
|
1793
|
-
|
1794
|
-
});
|
1795
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1736
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1737
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1796
1738
|
activatorProps: Record<string, any>;
|
1797
1739
|
openOnClick: boolean;
|
1798
1740
|
openOnHover: boolean;
|
@@ -1845,10 +1787,8 @@ export declare const VMenu: {
|
|
1845
1787
|
disabled: boolean;
|
1846
1788
|
persistent: boolean;
|
1847
1789
|
modelValue: boolean;
|
1848
|
-
locationStrategy: "connected" | "static" |
|
1849
|
-
|
1850
|
-
});
|
1851
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1790
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1791
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1852
1792
|
activatorProps: Record<string, any>;
|
1853
1793
|
openOnClick: boolean;
|
1854
1794
|
openOnHover: boolean;
|
@@ -1872,10 +1812,8 @@ export declare const VMenu: {
|
|
1872
1812
|
disabled: boolean;
|
1873
1813
|
persistent: boolean;
|
1874
1814
|
modelValue: boolean;
|
1875
|
-
locationStrategy: "connected" | "static" |
|
1876
|
-
|
1877
|
-
});
|
1878
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1815
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1816
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1879
1817
|
activatorProps: Record<string, any>;
|
1880
1818
|
openOnHover: boolean;
|
1881
1819
|
closeOnContentClick: boolean;
|
@@ -1896,12 +1834,12 @@ export declare const VMenu: {
|
|
1896
1834
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1897
1835
|
class?: any;
|
1898
1836
|
theme?: string | undefined;
|
1899
|
-
contentClass?: any;
|
1900
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1901
1837
|
closeDelay?: string | number | undefined;
|
1902
1838
|
openDelay?: string | number | undefined;
|
1839
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1903
1840
|
openOnClick?: boolean | undefined;
|
1904
1841
|
openOnFocus?: boolean | undefined;
|
1842
|
+
contentClass?: any;
|
1905
1843
|
contentProps?: any;
|
1906
1844
|
attach?: string | boolean | Element | undefined;
|
1907
1845
|
} & {
|
@@ -1951,7 +1889,7 @@ export declare const VMenu: {
|
|
1951
1889
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
1952
1890
|
localTop: import("vue").ComputedRef<boolean>;
|
1953
1891
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1954
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1892
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1955
1893
|
_allExposed: {
|
1956
1894
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1957
1895
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1981,10 +1919,8 @@ export declare const VMenu: {
|
|
1981
1919
|
disabled: boolean;
|
1982
1920
|
persistent: boolean;
|
1983
1921
|
modelValue: boolean;
|
1984
|
-
locationStrategy: "connected" | "static" |
|
1985
|
-
|
1986
|
-
});
|
1987
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1922
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1923
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1988
1924
|
closeDelay: string | number;
|
1989
1925
|
openDelay: string | number;
|
1990
1926
|
activatorProps: Record<string, any>;
|
@@ -2059,27 +1995,21 @@ export declare const VMenu: {
|
|
2059
1995
|
theme: StringConstructor;
|
2060
1996
|
persistent: BooleanConstructor;
|
2061
1997
|
modelValue: BooleanConstructor;
|
2062
|
-
contentClass: null;
|
2063
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2064
1998
|
locationStrategy: Omit<{
|
2065
1999
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2066
2000
|
default: string;
|
2067
2001
|
validator: (val: any) => boolean;
|
2068
2002
|
}, "type" | "default"> & {
|
2069
|
-
type: import("vue").PropType<"connected" | "static" |
|
2070
|
-
|
2071
|
-
})>;
|
2072
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2073
|
-
updateLocation: (e?: Event) => void;
|
2074
|
-
})>;
|
2003
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2004
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2075
2005
|
};
|
2076
2006
|
scrollStrategy: Omit<{
|
2077
2007
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
2078
2008
|
default: string;
|
2079
2009
|
validator: (val: any) => boolean;
|
2080
2010
|
}, "type" | "default"> & {
|
2081
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
2082
|
-
default: NonNullable<"none" | "block" | "close" |
|
2011
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2012
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2083
2013
|
};
|
2084
2014
|
closeDelay: {
|
2085
2015
|
type: import("vue").PropType<string | number>;
|
@@ -2089,6 +2019,7 @@ export declare const VMenu: {
|
|
2089
2019
|
type: import("vue").PropType<string | number>;
|
2090
2020
|
default: NonNullable<string | number>;
|
2091
2021
|
};
|
2022
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2092
2023
|
activatorProps: {
|
2093
2024
|
type: import("vue").PropType<Record<string, any>>;
|
2094
2025
|
default: () => {};
|
@@ -2111,6 +2042,7 @@ export declare const VMenu: {
|
|
2111
2042
|
default: boolean;
|
2112
2043
|
};
|
2113
2044
|
contained: BooleanConstructor;
|
2045
|
+
contentClass: null;
|
2114
2046
|
contentProps: null;
|
2115
2047
|
noClickAnimation: BooleanConstructor;
|
2116
2048
|
scrim: Omit<{
|
@@ -2176,27 +2108,21 @@ export declare const VMenu: {
|
|
2176
2108
|
theme: StringConstructor;
|
2177
2109
|
persistent: BooleanConstructor;
|
2178
2110
|
modelValue: BooleanConstructor;
|
2179
|
-
contentClass: null;
|
2180
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2181
2111
|
locationStrategy: Omit<{
|
2182
2112
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2183
2113
|
default: string;
|
2184
2114
|
validator: (val: any) => boolean;
|
2185
2115
|
}, "type" | "default"> & {
|
2186
|
-
type: import("vue").PropType<"connected" | "static" |
|
2187
|
-
|
2188
|
-
})>;
|
2189
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2190
|
-
updateLocation: (e?: Event) => void;
|
2191
|
-
})>;
|
2116
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2117
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2192
2118
|
};
|
2193
2119
|
scrollStrategy: Omit<{
|
2194
2120
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
2195
2121
|
default: string;
|
2196
2122
|
validator: (val: any) => boolean;
|
2197
2123
|
}, "type" | "default"> & {
|
2198
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
2199
|
-
default: NonNullable<"none" | "block" | "close" |
|
2124
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2125
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2200
2126
|
};
|
2201
2127
|
closeDelay: {
|
2202
2128
|
type: import("vue").PropType<string | number>;
|
@@ -2206,6 +2132,7 @@ export declare const VMenu: {
|
|
2206
2132
|
type: import("vue").PropType<string | number>;
|
2207
2133
|
default: NonNullable<string | number>;
|
2208
2134
|
};
|
2135
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2209
2136
|
activatorProps: {
|
2210
2137
|
type: import("vue").PropType<Record<string, any>>;
|
2211
2138
|
default: () => {};
|
@@ -2228,6 +2155,7 @@ export declare const VMenu: {
|
|
2228
2155
|
default: boolean;
|
2229
2156
|
};
|
2230
2157
|
contained: BooleanConstructor;
|
2158
|
+
contentClass: null;
|
2231
2159
|
contentProps: null;
|
2232
2160
|
noClickAnimation: BooleanConstructor;
|
2233
2161
|
scrim: Omit<{
|