vuetify 3.7.0 → 3.7.2
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/dist/json/attributes.json +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -105,6 +105,7 @@ declare const VMenu: {
|
|
|
105
105
|
style: vue.StyleValue;
|
|
106
106
|
eager: boolean;
|
|
107
107
|
disabled: boolean;
|
|
108
|
+
persistent: boolean;
|
|
108
109
|
modelValue: boolean;
|
|
109
110
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
110
111
|
updateLocation: (e?: Event) => void;
|
|
@@ -118,7 +119,6 @@ declare const VMenu: {
|
|
|
118
119
|
closeOnBack: boolean;
|
|
119
120
|
contained: boolean;
|
|
120
121
|
noClickAnimation: boolean;
|
|
121
|
-
persistent: boolean;
|
|
122
122
|
scrim: string | boolean;
|
|
123
123
|
submenu: boolean;
|
|
124
124
|
} & {
|
|
@@ -191,6 +191,7 @@ declare const VMenu: {
|
|
|
191
191
|
style: vue.StyleValue;
|
|
192
192
|
eager: boolean;
|
|
193
193
|
disabled: boolean;
|
|
194
|
+
persistent: boolean;
|
|
194
195
|
modelValue: boolean;
|
|
195
196
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
196
197
|
updateLocation: (e?: Event) => void;
|
|
@@ -204,7 +205,6 @@ declare const VMenu: {
|
|
|
204
205
|
closeOnBack: boolean;
|
|
205
206
|
contained: boolean;
|
|
206
207
|
noClickAnimation: boolean;
|
|
207
|
-
persistent: boolean;
|
|
208
208
|
scrim: string | boolean;
|
|
209
209
|
_disableGlobalStack: boolean;
|
|
210
210
|
}> & Omit<{
|
|
@@ -218,6 +218,7 @@ declare const VMenu: {
|
|
|
218
218
|
style: vue.StyleValue;
|
|
219
219
|
eager: boolean;
|
|
220
220
|
disabled: boolean;
|
|
221
|
+
persistent: boolean;
|
|
221
222
|
modelValue: boolean;
|
|
222
223
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
223
224
|
updateLocation: (e?: Event) => void;
|
|
@@ -229,7 +230,6 @@ declare const VMenu: {
|
|
|
229
230
|
closeOnBack: boolean;
|
|
230
231
|
contained: boolean;
|
|
231
232
|
noClickAnimation: boolean;
|
|
232
|
-
persistent: boolean;
|
|
233
233
|
scrim: string | boolean;
|
|
234
234
|
_disableGlobalStack: boolean;
|
|
235
235
|
offset?: string | number | number[] | undefined;
|
|
@@ -244,9 +244,9 @@ declare const VMenu: {
|
|
|
244
244
|
class?: any;
|
|
245
245
|
theme?: string | undefined;
|
|
246
246
|
contentClass?: any;
|
|
247
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
248
247
|
closeDelay?: string | number | undefined;
|
|
249
248
|
openDelay?: string | number | undefined;
|
|
249
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
250
250
|
openOnClick?: boolean | undefined;
|
|
251
251
|
openOnFocus?: boolean | undefined;
|
|
252
252
|
contentProps?: any;
|
|
@@ -296,6 +296,7 @@ declare const VMenu: {
|
|
|
296
296
|
style: vue.StyleValue;
|
|
297
297
|
eager: boolean;
|
|
298
298
|
disabled: boolean;
|
|
299
|
+
persistent: boolean;
|
|
299
300
|
modelValue: boolean;
|
|
300
301
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
301
302
|
updateLocation: (e?: Event) => void;
|
|
@@ -307,7 +308,6 @@ declare const VMenu: {
|
|
|
307
308
|
closeOnBack: boolean;
|
|
308
309
|
contained: boolean;
|
|
309
310
|
noClickAnimation: boolean;
|
|
310
|
-
persistent: boolean;
|
|
311
311
|
scrim: string | boolean;
|
|
312
312
|
_disableGlobalStack: boolean;
|
|
313
313
|
} & {
|
|
@@ -323,9 +323,9 @@ declare const VMenu: {
|
|
|
323
323
|
class?: any;
|
|
324
324
|
theme?: string | undefined;
|
|
325
325
|
contentClass?: any;
|
|
326
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
327
326
|
closeDelay?: string | number | undefined;
|
|
328
327
|
openDelay?: string | number | undefined;
|
|
328
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
329
329
|
openOnClick?: boolean | undefined;
|
|
330
330
|
openOnFocus?: boolean | undefined;
|
|
331
331
|
contentProps?: any;
|
|
@@ -367,7 +367,7 @@ declare const VMenu: {
|
|
|
367
367
|
onAfterLeave?: (() => any) | undefined;
|
|
368
368
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
369
369
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
370
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
370
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
371
371
|
$attrs: {
|
|
372
372
|
[x: string]: unknown;
|
|
373
373
|
};
|
|
@@ -386,7 +386,7 @@ declare const VMenu: {
|
|
|
386
386
|
}>;
|
|
387
387
|
$root: vue.ComponentPublicInstance | null;
|
|
388
388
|
$parent: vue.ComponentPublicInstance | null;
|
|
389
|
-
$emit: ((event: "
|
|
389
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
390
390
|
$el: any;
|
|
391
391
|
$options: vue.ComponentOptionsBase<{
|
|
392
392
|
absolute: boolean;
|
|
@@ -399,6 +399,7 @@ declare const VMenu: {
|
|
|
399
399
|
style: vue.StyleValue;
|
|
400
400
|
eager: boolean;
|
|
401
401
|
disabled: boolean;
|
|
402
|
+
persistent: boolean;
|
|
402
403
|
modelValue: boolean;
|
|
403
404
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
404
405
|
updateLocation: (e?: Event) => void;
|
|
@@ -410,7 +411,6 @@ declare const VMenu: {
|
|
|
410
411
|
closeOnBack: boolean;
|
|
411
412
|
contained: boolean;
|
|
412
413
|
noClickAnimation: boolean;
|
|
413
|
-
persistent: boolean;
|
|
414
414
|
scrim: string | boolean;
|
|
415
415
|
_disableGlobalStack: boolean;
|
|
416
416
|
} & {
|
|
@@ -426,9 +426,9 @@ declare const VMenu: {
|
|
|
426
426
|
class?: any;
|
|
427
427
|
theme?: string | undefined;
|
|
428
428
|
contentClass?: any;
|
|
429
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
430
429
|
closeDelay?: string | number | undefined;
|
|
431
430
|
openDelay?: string | number | undefined;
|
|
431
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
432
432
|
openOnClick?: boolean | undefined;
|
|
433
433
|
openOnFocus?: boolean | undefined;
|
|
434
434
|
contentProps?: any;
|
|
@@ -495,6 +495,7 @@ declare const VMenu: {
|
|
|
495
495
|
style: vue.StyleValue;
|
|
496
496
|
eager: boolean;
|
|
497
497
|
disabled: boolean;
|
|
498
|
+
persistent: boolean;
|
|
498
499
|
modelValue: boolean;
|
|
499
500
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
500
501
|
updateLocation: (e?: Event) => void;
|
|
@@ -508,7 +509,6 @@ declare const VMenu: {
|
|
|
508
509
|
closeOnBack: boolean;
|
|
509
510
|
contained: boolean;
|
|
510
511
|
noClickAnimation: boolean;
|
|
511
|
-
persistent: boolean;
|
|
512
512
|
scrim: string | boolean;
|
|
513
513
|
_disableGlobalStack: boolean;
|
|
514
514
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -551,6 +551,7 @@ declare const VMenu: {
|
|
|
551
551
|
style: vue.StyleValue;
|
|
552
552
|
eager: boolean;
|
|
553
553
|
disabled: boolean;
|
|
554
|
+
persistent: boolean;
|
|
554
555
|
modelValue: boolean;
|
|
555
556
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
556
557
|
updateLocation: (e?: Event) => void;
|
|
@@ -562,7 +563,6 @@ declare const VMenu: {
|
|
|
562
563
|
closeOnBack: boolean;
|
|
563
564
|
contained: boolean;
|
|
564
565
|
noClickAnimation: boolean;
|
|
565
|
-
persistent: boolean;
|
|
566
566
|
scrim: string | boolean;
|
|
567
567
|
_disableGlobalStack: boolean;
|
|
568
568
|
} & {
|
|
@@ -578,9 +578,9 @@ declare const VMenu: {
|
|
|
578
578
|
class?: any;
|
|
579
579
|
theme?: string | undefined;
|
|
580
580
|
contentClass?: any;
|
|
581
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
582
581
|
closeDelay?: string | number | undefined;
|
|
583
582
|
openDelay?: string | number | undefined;
|
|
583
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
584
584
|
openOnClick?: boolean | undefined;
|
|
585
585
|
openOnFocus?: boolean | undefined;
|
|
586
586
|
contentProps?: any;
|
|
@@ -631,7 +631,21 @@ declare const VMenu: {
|
|
|
631
631
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
632
632
|
localTop: vue.ComputedRef<boolean>;
|
|
633
633
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
634
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
634
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "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}`> & {
|
|
635
|
+
_allExposed: {
|
|
636
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
637
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
638
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
639
|
+
animateClick: () => void;
|
|
640
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
641
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
642
|
+
localTop: vue.ComputedRef<boolean>;
|
|
643
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
644
|
+
} | {
|
|
645
|
+
id: vue.ComputedRef<string>;
|
|
646
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
647
|
+
};
|
|
648
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
635
649
|
'update:modelValue': (value: boolean) => true;
|
|
636
650
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
637
651
|
location: Anchor | undefined;
|
|
@@ -645,6 +659,7 @@ declare const VMenu: {
|
|
|
645
659
|
style: vue.StyleValue;
|
|
646
660
|
eager: boolean;
|
|
647
661
|
disabled: boolean;
|
|
662
|
+
persistent: boolean;
|
|
648
663
|
modelValue: boolean;
|
|
649
664
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
650
665
|
updateLocation: (e?: Event) => void;
|
|
@@ -658,7 +673,6 @@ declare const VMenu: {
|
|
|
658
673
|
closeOnBack: boolean;
|
|
659
674
|
contained: boolean;
|
|
660
675
|
noClickAnimation: boolean;
|
|
661
|
-
persistent: boolean;
|
|
662
676
|
scrim: string | boolean;
|
|
663
677
|
submenu: boolean;
|
|
664
678
|
} & {
|
|
@@ -726,6 +740,7 @@ declare const VMenu: {
|
|
|
726
740
|
style: vue.StyleValue;
|
|
727
741
|
eager: boolean;
|
|
728
742
|
disabled: boolean;
|
|
743
|
+
persistent: boolean;
|
|
729
744
|
modelValue: boolean;
|
|
730
745
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
731
746
|
updateLocation: (e?: Event) => void;
|
|
@@ -741,7 +756,6 @@ declare const VMenu: {
|
|
|
741
756
|
closeOnBack: boolean;
|
|
742
757
|
contained: boolean;
|
|
743
758
|
noClickAnimation: boolean;
|
|
744
|
-
persistent: boolean;
|
|
745
759
|
scrim: string | boolean;
|
|
746
760
|
submenu: boolean;
|
|
747
761
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -772,6 +786,7 @@ declare const VMenu: {
|
|
|
772
786
|
style: vue.StyleValue;
|
|
773
787
|
eager: boolean;
|
|
774
788
|
disabled: boolean;
|
|
789
|
+
persistent: boolean;
|
|
775
790
|
modelValue: boolean;
|
|
776
791
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
777
792
|
updateLocation: (e?: Event) => void;
|
|
@@ -785,7 +800,6 @@ declare const VMenu: {
|
|
|
785
800
|
closeOnBack: boolean;
|
|
786
801
|
contained: boolean;
|
|
787
802
|
noClickAnimation: boolean;
|
|
788
|
-
persistent: boolean;
|
|
789
803
|
scrim: string | boolean;
|
|
790
804
|
submenu: boolean;
|
|
791
805
|
} & {
|
|
@@ -858,6 +872,7 @@ declare const VMenu: {
|
|
|
858
872
|
style: vue.StyleValue;
|
|
859
873
|
eager: boolean;
|
|
860
874
|
disabled: boolean;
|
|
875
|
+
persistent: boolean;
|
|
861
876
|
modelValue: boolean;
|
|
862
877
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
863
878
|
updateLocation: (e?: Event) => void;
|
|
@@ -871,7 +886,6 @@ declare const VMenu: {
|
|
|
871
886
|
closeOnBack: boolean;
|
|
872
887
|
contained: boolean;
|
|
873
888
|
noClickAnimation: boolean;
|
|
874
|
-
persistent: boolean;
|
|
875
889
|
scrim: string | boolean;
|
|
876
890
|
_disableGlobalStack: boolean;
|
|
877
891
|
}> & Omit<{
|
|
@@ -885,6 +899,7 @@ declare const VMenu: {
|
|
|
885
899
|
style: vue.StyleValue;
|
|
886
900
|
eager: boolean;
|
|
887
901
|
disabled: boolean;
|
|
902
|
+
persistent: boolean;
|
|
888
903
|
modelValue: boolean;
|
|
889
904
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
890
905
|
updateLocation: (e?: Event) => void;
|
|
@@ -896,7 +911,6 @@ declare const VMenu: {
|
|
|
896
911
|
closeOnBack: boolean;
|
|
897
912
|
contained: boolean;
|
|
898
913
|
noClickAnimation: boolean;
|
|
899
|
-
persistent: boolean;
|
|
900
914
|
scrim: string | boolean;
|
|
901
915
|
_disableGlobalStack: boolean;
|
|
902
916
|
offset?: string | number | number[] | undefined;
|
|
@@ -911,9 +925,9 @@ declare const VMenu: {
|
|
|
911
925
|
class?: any;
|
|
912
926
|
theme?: string | undefined;
|
|
913
927
|
contentClass?: any;
|
|
914
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
915
928
|
closeDelay?: string | number | undefined;
|
|
916
929
|
openDelay?: string | number | undefined;
|
|
930
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
917
931
|
openOnClick?: boolean | undefined;
|
|
918
932
|
openOnFocus?: boolean | undefined;
|
|
919
933
|
contentProps?: any;
|
|
@@ -963,6 +977,7 @@ declare const VMenu: {
|
|
|
963
977
|
style: vue.StyleValue;
|
|
964
978
|
eager: boolean;
|
|
965
979
|
disabled: boolean;
|
|
980
|
+
persistent: boolean;
|
|
966
981
|
modelValue: boolean;
|
|
967
982
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
968
983
|
updateLocation: (e?: Event) => void;
|
|
@@ -974,7 +989,6 @@ declare const VMenu: {
|
|
|
974
989
|
closeOnBack: boolean;
|
|
975
990
|
contained: boolean;
|
|
976
991
|
noClickAnimation: boolean;
|
|
977
|
-
persistent: boolean;
|
|
978
992
|
scrim: string | boolean;
|
|
979
993
|
_disableGlobalStack: boolean;
|
|
980
994
|
} & {
|
|
@@ -990,9 +1004,9 @@ declare const VMenu: {
|
|
|
990
1004
|
class?: any;
|
|
991
1005
|
theme?: string | undefined;
|
|
992
1006
|
contentClass?: any;
|
|
993
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
994
1007
|
closeDelay?: string | number | undefined;
|
|
995
1008
|
openDelay?: string | number | undefined;
|
|
1009
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
996
1010
|
openOnClick?: boolean | undefined;
|
|
997
1011
|
openOnFocus?: boolean | undefined;
|
|
998
1012
|
contentProps?: any;
|
|
@@ -1034,7 +1048,7 @@ declare const VMenu: {
|
|
|
1034
1048
|
onAfterLeave?: (() => any) | undefined;
|
|
1035
1049
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1036
1050
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1037
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1051
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1038
1052
|
$attrs: {
|
|
1039
1053
|
[x: string]: unknown;
|
|
1040
1054
|
};
|
|
@@ -1053,7 +1067,7 @@ declare const VMenu: {
|
|
|
1053
1067
|
}>;
|
|
1054
1068
|
$root: vue.ComponentPublicInstance | null;
|
|
1055
1069
|
$parent: vue.ComponentPublicInstance | null;
|
|
1056
|
-
$emit: ((event: "
|
|
1070
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1057
1071
|
$el: any;
|
|
1058
1072
|
$options: vue.ComponentOptionsBase<{
|
|
1059
1073
|
absolute: boolean;
|
|
@@ -1066,6 +1080,7 @@ declare const VMenu: {
|
|
|
1066
1080
|
style: vue.StyleValue;
|
|
1067
1081
|
eager: boolean;
|
|
1068
1082
|
disabled: boolean;
|
|
1083
|
+
persistent: boolean;
|
|
1069
1084
|
modelValue: boolean;
|
|
1070
1085
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1071
1086
|
updateLocation: (e?: Event) => void;
|
|
@@ -1077,7 +1092,6 @@ declare const VMenu: {
|
|
|
1077
1092
|
closeOnBack: boolean;
|
|
1078
1093
|
contained: boolean;
|
|
1079
1094
|
noClickAnimation: boolean;
|
|
1080
|
-
persistent: boolean;
|
|
1081
1095
|
scrim: string | boolean;
|
|
1082
1096
|
_disableGlobalStack: boolean;
|
|
1083
1097
|
} & {
|
|
@@ -1093,9 +1107,9 @@ declare const VMenu: {
|
|
|
1093
1107
|
class?: any;
|
|
1094
1108
|
theme?: string | undefined;
|
|
1095
1109
|
contentClass?: any;
|
|
1096
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1097
1110
|
closeDelay?: string | number | undefined;
|
|
1098
1111
|
openDelay?: string | number | undefined;
|
|
1112
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1099
1113
|
openOnClick?: boolean | undefined;
|
|
1100
1114
|
openOnFocus?: boolean | undefined;
|
|
1101
1115
|
contentProps?: any;
|
|
@@ -1162,6 +1176,7 @@ declare const VMenu: {
|
|
|
1162
1176
|
style: vue.StyleValue;
|
|
1163
1177
|
eager: boolean;
|
|
1164
1178
|
disabled: boolean;
|
|
1179
|
+
persistent: boolean;
|
|
1165
1180
|
modelValue: boolean;
|
|
1166
1181
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1167
1182
|
updateLocation: (e?: Event) => void;
|
|
@@ -1175,7 +1190,6 @@ declare const VMenu: {
|
|
|
1175
1190
|
closeOnBack: boolean;
|
|
1176
1191
|
contained: boolean;
|
|
1177
1192
|
noClickAnimation: boolean;
|
|
1178
|
-
persistent: boolean;
|
|
1179
1193
|
scrim: string | boolean;
|
|
1180
1194
|
_disableGlobalStack: boolean;
|
|
1181
1195
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1218,6 +1232,7 @@ declare const VMenu: {
|
|
|
1218
1232
|
style: vue.StyleValue;
|
|
1219
1233
|
eager: boolean;
|
|
1220
1234
|
disabled: boolean;
|
|
1235
|
+
persistent: boolean;
|
|
1221
1236
|
modelValue: boolean;
|
|
1222
1237
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1223
1238
|
updateLocation: (e?: Event) => void;
|
|
@@ -1229,7 +1244,6 @@ declare const VMenu: {
|
|
|
1229
1244
|
closeOnBack: boolean;
|
|
1230
1245
|
contained: boolean;
|
|
1231
1246
|
noClickAnimation: boolean;
|
|
1232
|
-
persistent: boolean;
|
|
1233
1247
|
scrim: string | boolean;
|
|
1234
1248
|
_disableGlobalStack: boolean;
|
|
1235
1249
|
} & {
|
|
@@ -1245,9 +1259,9 @@ declare const VMenu: {
|
|
|
1245
1259
|
class?: any;
|
|
1246
1260
|
theme?: string | undefined;
|
|
1247
1261
|
contentClass?: any;
|
|
1248
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1249
1262
|
closeDelay?: string | number | undefined;
|
|
1250
1263
|
openDelay?: string | number | undefined;
|
|
1264
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1251
1265
|
openOnClick?: boolean | undefined;
|
|
1252
1266
|
openOnFocus?: boolean | undefined;
|
|
1253
1267
|
contentProps?: any;
|
|
@@ -1298,7 +1312,21 @@ declare const VMenu: {
|
|
|
1298
1312
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1299
1313
|
localTop: vue.ComputedRef<boolean>;
|
|
1300
1314
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1301
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1315
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "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}`> & {
|
|
1316
|
+
_allExposed: {
|
|
1317
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1318
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1319
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1320
|
+
animateClick: () => void;
|
|
1321
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1322
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1323
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1324
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1325
|
+
} | {
|
|
1326
|
+
id: vue.ComputedRef<string>;
|
|
1327
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1328
|
+
};
|
|
1329
|
+
}, {}, {}, {}, {
|
|
1302
1330
|
location: Anchor | undefined;
|
|
1303
1331
|
origin: "auto" | Anchor | "overlap";
|
|
1304
1332
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -1310,6 +1338,7 @@ declare const VMenu: {
|
|
|
1310
1338
|
style: vue.StyleValue;
|
|
1311
1339
|
eager: boolean;
|
|
1312
1340
|
disabled: boolean;
|
|
1341
|
+
persistent: boolean;
|
|
1313
1342
|
modelValue: boolean;
|
|
1314
1343
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1315
1344
|
updateLocation: (e?: Event) => void;
|
|
@@ -1325,7 +1354,6 @@ declare const VMenu: {
|
|
|
1325
1354
|
closeOnBack: boolean;
|
|
1326
1355
|
contained: boolean;
|
|
1327
1356
|
noClickAnimation: boolean;
|
|
1328
|
-
persistent: boolean;
|
|
1329
1357
|
scrim: string | boolean;
|
|
1330
1358
|
submenu: boolean;
|
|
1331
1359
|
}>;
|
|
@@ -1344,6 +1372,7 @@ declare const VMenu: {
|
|
|
1344
1372
|
style: vue.StyleValue;
|
|
1345
1373
|
eager: boolean;
|
|
1346
1374
|
disabled: boolean;
|
|
1375
|
+
persistent: boolean;
|
|
1347
1376
|
modelValue: boolean;
|
|
1348
1377
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1349
1378
|
updateLocation: (e?: Event) => void;
|
|
@@ -1357,7 +1386,6 @@ declare const VMenu: {
|
|
|
1357
1386
|
closeOnBack: boolean;
|
|
1358
1387
|
contained: boolean;
|
|
1359
1388
|
noClickAnimation: boolean;
|
|
1360
|
-
persistent: boolean;
|
|
1361
1389
|
scrim: string | boolean;
|
|
1362
1390
|
submenu: boolean;
|
|
1363
1391
|
} & {
|
|
@@ -1430,6 +1458,7 @@ declare const VMenu: {
|
|
|
1430
1458
|
style: vue.StyleValue;
|
|
1431
1459
|
eager: boolean;
|
|
1432
1460
|
disabled: boolean;
|
|
1461
|
+
persistent: boolean;
|
|
1433
1462
|
modelValue: boolean;
|
|
1434
1463
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1435
1464
|
updateLocation: (e?: Event) => void;
|
|
@@ -1443,7 +1472,6 @@ declare const VMenu: {
|
|
|
1443
1472
|
closeOnBack: boolean;
|
|
1444
1473
|
contained: boolean;
|
|
1445
1474
|
noClickAnimation: boolean;
|
|
1446
|
-
persistent: boolean;
|
|
1447
1475
|
scrim: string | boolean;
|
|
1448
1476
|
_disableGlobalStack: boolean;
|
|
1449
1477
|
}> & Omit<{
|
|
@@ -1457,6 +1485,7 @@ declare const VMenu: {
|
|
|
1457
1485
|
style: vue.StyleValue;
|
|
1458
1486
|
eager: boolean;
|
|
1459
1487
|
disabled: boolean;
|
|
1488
|
+
persistent: boolean;
|
|
1460
1489
|
modelValue: boolean;
|
|
1461
1490
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1462
1491
|
updateLocation: (e?: Event) => void;
|
|
@@ -1468,7 +1497,6 @@ declare const VMenu: {
|
|
|
1468
1497
|
closeOnBack: boolean;
|
|
1469
1498
|
contained: boolean;
|
|
1470
1499
|
noClickAnimation: boolean;
|
|
1471
|
-
persistent: boolean;
|
|
1472
1500
|
scrim: string | boolean;
|
|
1473
1501
|
_disableGlobalStack: boolean;
|
|
1474
1502
|
offset?: string | number | number[] | undefined;
|
|
@@ -1483,9 +1511,9 @@ declare const VMenu: {
|
|
|
1483
1511
|
class?: any;
|
|
1484
1512
|
theme?: string | undefined;
|
|
1485
1513
|
contentClass?: any;
|
|
1486
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1487
1514
|
closeDelay?: string | number | undefined;
|
|
1488
1515
|
openDelay?: string | number | undefined;
|
|
1516
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1489
1517
|
openOnClick?: boolean | undefined;
|
|
1490
1518
|
openOnFocus?: boolean | undefined;
|
|
1491
1519
|
contentProps?: any;
|
|
@@ -1535,6 +1563,7 @@ declare const VMenu: {
|
|
|
1535
1563
|
style: vue.StyleValue;
|
|
1536
1564
|
eager: boolean;
|
|
1537
1565
|
disabled: boolean;
|
|
1566
|
+
persistent: boolean;
|
|
1538
1567
|
modelValue: boolean;
|
|
1539
1568
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1540
1569
|
updateLocation: (e?: Event) => void;
|
|
@@ -1546,7 +1575,6 @@ declare const VMenu: {
|
|
|
1546
1575
|
closeOnBack: boolean;
|
|
1547
1576
|
contained: boolean;
|
|
1548
1577
|
noClickAnimation: boolean;
|
|
1549
|
-
persistent: boolean;
|
|
1550
1578
|
scrim: string | boolean;
|
|
1551
1579
|
_disableGlobalStack: boolean;
|
|
1552
1580
|
} & {
|
|
@@ -1562,9 +1590,9 @@ declare const VMenu: {
|
|
|
1562
1590
|
class?: any;
|
|
1563
1591
|
theme?: string | undefined;
|
|
1564
1592
|
contentClass?: any;
|
|
1565
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1566
1593
|
closeDelay?: string | number | undefined;
|
|
1567
1594
|
openDelay?: string | number | undefined;
|
|
1595
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1568
1596
|
openOnClick?: boolean | undefined;
|
|
1569
1597
|
openOnFocus?: boolean | undefined;
|
|
1570
1598
|
contentProps?: any;
|
|
@@ -1606,7 +1634,7 @@ declare const VMenu: {
|
|
|
1606
1634
|
onAfterLeave?: (() => any) | undefined;
|
|
1607
1635
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1608
1636
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1609
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1637
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1610
1638
|
$attrs: {
|
|
1611
1639
|
[x: string]: unknown;
|
|
1612
1640
|
};
|
|
@@ -1625,7 +1653,7 @@ declare const VMenu: {
|
|
|
1625
1653
|
}>;
|
|
1626
1654
|
$root: vue.ComponentPublicInstance | null;
|
|
1627
1655
|
$parent: vue.ComponentPublicInstance | null;
|
|
1628
|
-
$emit: ((event: "
|
|
1656
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1629
1657
|
$el: any;
|
|
1630
1658
|
$options: vue.ComponentOptionsBase<{
|
|
1631
1659
|
absolute: boolean;
|
|
@@ -1638,6 +1666,7 @@ declare const VMenu: {
|
|
|
1638
1666
|
style: vue.StyleValue;
|
|
1639
1667
|
eager: boolean;
|
|
1640
1668
|
disabled: boolean;
|
|
1669
|
+
persistent: boolean;
|
|
1641
1670
|
modelValue: boolean;
|
|
1642
1671
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1643
1672
|
updateLocation: (e?: Event) => void;
|
|
@@ -1649,7 +1678,6 @@ declare const VMenu: {
|
|
|
1649
1678
|
closeOnBack: boolean;
|
|
1650
1679
|
contained: boolean;
|
|
1651
1680
|
noClickAnimation: boolean;
|
|
1652
|
-
persistent: boolean;
|
|
1653
1681
|
scrim: string | boolean;
|
|
1654
1682
|
_disableGlobalStack: boolean;
|
|
1655
1683
|
} & {
|
|
@@ -1665,9 +1693,9 @@ declare const VMenu: {
|
|
|
1665
1693
|
class?: any;
|
|
1666
1694
|
theme?: string | undefined;
|
|
1667
1695
|
contentClass?: any;
|
|
1668
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1669
1696
|
closeDelay?: string | number | undefined;
|
|
1670
1697
|
openDelay?: string | number | undefined;
|
|
1698
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1671
1699
|
openOnClick?: boolean | undefined;
|
|
1672
1700
|
openOnFocus?: boolean | undefined;
|
|
1673
1701
|
contentProps?: any;
|
|
@@ -1734,6 +1762,7 @@ declare const VMenu: {
|
|
|
1734
1762
|
style: vue.StyleValue;
|
|
1735
1763
|
eager: boolean;
|
|
1736
1764
|
disabled: boolean;
|
|
1765
|
+
persistent: boolean;
|
|
1737
1766
|
modelValue: boolean;
|
|
1738
1767
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1739
1768
|
updateLocation: (e?: Event) => void;
|
|
@@ -1747,7 +1776,6 @@ declare const VMenu: {
|
|
|
1747
1776
|
closeOnBack: boolean;
|
|
1748
1777
|
contained: boolean;
|
|
1749
1778
|
noClickAnimation: boolean;
|
|
1750
|
-
persistent: boolean;
|
|
1751
1779
|
scrim: string | boolean;
|
|
1752
1780
|
_disableGlobalStack: boolean;
|
|
1753
1781
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1790,6 +1818,7 @@ declare const VMenu: {
|
|
|
1790
1818
|
style: vue.StyleValue;
|
|
1791
1819
|
eager: boolean;
|
|
1792
1820
|
disabled: boolean;
|
|
1821
|
+
persistent: boolean;
|
|
1793
1822
|
modelValue: boolean;
|
|
1794
1823
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1795
1824
|
updateLocation: (e?: Event) => void;
|
|
@@ -1801,7 +1830,6 @@ declare const VMenu: {
|
|
|
1801
1830
|
closeOnBack: boolean;
|
|
1802
1831
|
contained: boolean;
|
|
1803
1832
|
noClickAnimation: boolean;
|
|
1804
|
-
persistent: boolean;
|
|
1805
1833
|
scrim: string | boolean;
|
|
1806
1834
|
_disableGlobalStack: boolean;
|
|
1807
1835
|
} & {
|
|
@@ -1817,9 +1845,9 @@ declare const VMenu: {
|
|
|
1817
1845
|
class?: any;
|
|
1818
1846
|
theme?: string | undefined;
|
|
1819
1847
|
contentClass?: any;
|
|
1820
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1821
1848
|
closeDelay?: string | number | undefined;
|
|
1822
1849
|
openDelay?: string | number | undefined;
|
|
1850
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1823
1851
|
openOnClick?: boolean | undefined;
|
|
1824
1852
|
openOnFocus?: boolean | undefined;
|
|
1825
1853
|
contentProps?: any;
|
|
@@ -1870,7 +1898,21 @@ declare const VMenu: {
|
|
|
1870
1898
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1871
1899
|
localTop: vue.ComputedRef<boolean>;
|
|
1872
1900
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1873
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1901
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "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}`> & {
|
|
1902
|
+
_allExposed: {
|
|
1903
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1904
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1905
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1906
|
+
animateClick: () => void;
|
|
1907
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1908
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1909
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1910
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1911
|
+
} | {
|
|
1912
|
+
id: vue.ComputedRef<string>;
|
|
1913
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
1914
|
+
};
|
|
1915
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1874
1916
|
'update:modelValue': (value: boolean) => true;
|
|
1875
1917
|
}, string, {
|
|
1876
1918
|
location: Anchor | undefined;
|
|
@@ -1884,6 +1926,7 @@ declare const VMenu: {
|
|
|
1884
1926
|
style: vue.StyleValue;
|
|
1885
1927
|
eager: boolean;
|
|
1886
1928
|
disabled: boolean;
|
|
1929
|
+
persistent: boolean;
|
|
1887
1930
|
modelValue: boolean;
|
|
1888
1931
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1889
1932
|
updateLocation: (e?: Event) => void;
|
|
@@ -1899,7 +1942,6 @@ declare const VMenu: {
|
|
|
1899
1942
|
closeOnBack: boolean;
|
|
1900
1943
|
contained: boolean;
|
|
1901
1944
|
noClickAnimation: boolean;
|
|
1902
|
-
persistent: boolean;
|
|
1903
1945
|
scrim: string | boolean;
|
|
1904
1946
|
submenu: boolean;
|
|
1905
1947
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1962,9 +2004,9 @@ declare const VMenu: {
|
|
|
1962
2004
|
disabled: BooleanConstructor;
|
|
1963
2005
|
class: vue.PropType<ClassValue>;
|
|
1964
2006
|
theme: StringConstructor;
|
|
2007
|
+
persistent: BooleanConstructor;
|
|
1965
2008
|
modelValue: BooleanConstructor;
|
|
1966
2009
|
contentClass: null;
|
|
1967
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1968
2010
|
locationStrategy: Omit<{
|
|
1969
2011
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
1970
2012
|
default: string;
|
|
@@ -1993,6 +2035,7 @@ declare const VMenu: {
|
|
|
1993
2035
|
type: vue.PropType<string | number>;
|
|
1994
2036
|
default: NonNullable<string | number>;
|
|
1995
2037
|
};
|
|
2038
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1996
2039
|
activatorProps: {
|
|
1997
2040
|
type: vue.PropType<Record<string, any>>;
|
|
1998
2041
|
default: () => {};
|
|
@@ -2017,7 +2060,6 @@ declare const VMenu: {
|
|
|
2017
2060
|
contained: BooleanConstructor;
|
|
2018
2061
|
contentProps: null;
|
|
2019
2062
|
noClickAnimation: BooleanConstructor;
|
|
2020
|
-
persistent: BooleanConstructor;
|
|
2021
2063
|
scrim: Omit<{
|
|
2022
2064
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2023
2065
|
default: boolean;
|
|
@@ -2079,9 +2121,9 @@ declare const VMenu: {
|
|
|
2079
2121
|
disabled: BooleanConstructor;
|
|
2080
2122
|
class: vue.PropType<ClassValue>;
|
|
2081
2123
|
theme: StringConstructor;
|
|
2124
|
+
persistent: BooleanConstructor;
|
|
2082
2125
|
modelValue: BooleanConstructor;
|
|
2083
2126
|
contentClass: null;
|
|
2084
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2085
2127
|
locationStrategy: Omit<{
|
|
2086
2128
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2087
2129
|
default: string;
|
|
@@ -2110,6 +2152,7 @@ declare const VMenu: {
|
|
|
2110
2152
|
type: vue.PropType<string | number>;
|
|
2111
2153
|
default: NonNullable<string | number>;
|
|
2112
2154
|
};
|
|
2155
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2113
2156
|
activatorProps: {
|
|
2114
2157
|
type: vue.PropType<Record<string, any>>;
|
|
2115
2158
|
default: () => {};
|
|
@@ -2134,7 +2177,6 @@ declare const VMenu: {
|
|
|
2134
2177
|
contained: BooleanConstructor;
|
|
2135
2178
|
contentProps: null;
|
|
2136
2179
|
noClickAnimation: BooleanConstructor;
|
|
2137
|
-
persistent: BooleanConstructor;
|
|
2138
2180
|
scrim: Omit<{
|
|
2139
2181
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2140
2182
|
default: boolean;
|