@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05

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.
Files changed (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. 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" | "persistent" | "scrim" | "_disableGlobalStack">;
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: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
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,7 @@ 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" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
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
635
  _allExposed: {
636
636
  activatorEl: vue.Ref<HTMLElement | undefined>;
637
637
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -659,6 +659,7 @@ declare const VMenu: {
659
659
  style: vue.StyleValue;
660
660
  eager: boolean;
661
661
  disabled: boolean;
662
+ persistent: boolean;
662
663
  modelValue: boolean;
663
664
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
664
665
  updateLocation: (e?: Event) => void;
@@ -672,7 +673,6 @@ declare const VMenu: {
672
673
  closeOnBack: boolean;
673
674
  contained: boolean;
674
675
  noClickAnimation: boolean;
675
- persistent: boolean;
676
676
  scrim: string | boolean;
677
677
  submenu: boolean;
678
678
  } & {
@@ -740,6 +740,7 @@ declare const VMenu: {
740
740
  style: vue.StyleValue;
741
741
  eager: boolean;
742
742
  disabled: boolean;
743
+ persistent: boolean;
743
744
  modelValue: boolean;
744
745
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
745
746
  updateLocation: (e?: Event) => void;
@@ -755,7 +756,6 @@ declare const VMenu: {
755
756
  closeOnBack: boolean;
756
757
  contained: boolean;
757
758
  noClickAnimation: boolean;
758
- persistent: boolean;
759
759
  scrim: string | boolean;
760
760
  submenu: boolean;
761
761
  }, true, {}, vue.SlotsType<Partial<{
@@ -786,6 +786,7 @@ declare const VMenu: {
786
786
  style: vue.StyleValue;
787
787
  eager: boolean;
788
788
  disabled: boolean;
789
+ persistent: boolean;
789
790
  modelValue: boolean;
790
791
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
791
792
  updateLocation: (e?: Event) => void;
@@ -799,7 +800,6 @@ declare const VMenu: {
799
800
  closeOnBack: boolean;
800
801
  contained: boolean;
801
802
  noClickAnimation: boolean;
802
- persistent: boolean;
803
803
  scrim: string | boolean;
804
804
  submenu: boolean;
805
805
  } & {
@@ -872,6 +872,7 @@ declare const VMenu: {
872
872
  style: vue.StyleValue;
873
873
  eager: boolean;
874
874
  disabled: boolean;
875
+ persistent: boolean;
875
876
  modelValue: boolean;
876
877
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
877
878
  updateLocation: (e?: Event) => void;
@@ -885,7 +886,6 @@ declare const VMenu: {
885
886
  closeOnBack: boolean;
886
887
  contained: boolean;
887
888
  noClickAnimation: boolean;
888
- persistent: boolean;
889
889
  scrim: string | boolean;
890
890
  _disableGlobalStack: boolean;
891
891
  }> & Omit<{
@@ -899,6 +899,7 @@ declare const VMenu: {
899
899
  style: vue.StyleValue;
900
900
  eager: boolean;
901
901
  disabled: boolean;
902
+ persistent: boolean;
902
903
  modelValue: boolean;
903
904
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
904
905
  updateLocation: (e?: Event) => void;
@@ -910,7 +911,6 @@ declare const VMenu: {
910
911
  closeOnBack: boolean;
911
912
  contained: boolean;
912
913
  noClickAnimation: boolean;
913
- persistent: boolean;
914
914
  scrim: string | boolean;
915
915
  _disableGlobalStack: boolean;
916
916
  offset?: string | number | number[] | undefined;
@@ -925,9 +925,9 @@ declare const VMenu: {
925
925
  class?: any;
926
926
  theme?: string | undefined;
927
927
  contentClass?: any;
928
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
929
928
  closeDelay?: string | number | undefined;
930
929
  openDelay?: string | number | undefined;
930
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
931
931
  openOnClick?: boolean | undefined;
932
932
  openOnFocus?: boolean | undefined;
933
933
  contentProps?: any;
@@ -977,6 +977,7 @@ declare const VMenu: {
977
977
  style: vue.StyleValue;
978
978
  eager: boolean;
979
979
  disabled: boolean;
980
+ persistent: boolean;
980
981
  modelValue: boolean;
981
982
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
982
983
  updateLocation: (e?: Event) => void;
@@ -988,7 +989,6 @@ declare const VMenu: {
988
989
  closeOnBack: boolean;
989
990
  contained: boolean;
990
991
  noClickAnimation: boolean;
991
- persistent: boolean;
992
992
  scrim: string | boolean;
993
993
  _disableGlobalStack: boolean;
994
994
  } & {
@@ -1004,9 +1004,9 @@ declare const VMenu: {
1004
1004
  class?: any;
1005
1005
  theme?: string | undefined;
1006
1006
  contentClass?: any;
1007
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1008
1007
  closeDelay?: string | number | undefined;
1009
1008
  openDelay?: string | number | undefined;
1009
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1010
1010
  openOnClick?: boolean | undefined;
1011
1011
  openOnFocus?: boolean | undefined;
1012
1012
  contentProps?: any;
@@ -1048,7 +1048,7 @@ declare const VMenu: {
1048
1048
  onAfterLeave?: (() => any) | undefined;
1049
1049
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1050
1050
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1051
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1051
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1052
1052
  $attrs: {
1053
1053
  [x: string]: unknown;
1054
1054
  };
@@ -1067,7 +1067,7 @@ declare const VMenu: {
1067
1067
  }>;
1068
1068
  $root: vue.ComponentPublicInstance | null;
1069
1069
  $parent: vue.ComponentPublicInstance | null;
1070
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1070
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1071
1071
  $el: any;
1072
1072
  $options: vue.ComponentOptionsBase<{
1073
1073
  absolute: boolean;
@@ -1080,6 +1080,7 @@ declare const VMenu: {
1080
1080
  style: vue.StyleValue;
1081
1081
  eager: boolean;
1082
1082
  disabled: boolean;
1083
+ persistent: boolean;
1083
1084
  modelValue: boolean;
1084
1085
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1085
1086
  updateLocation: (e?: Event) => void;
@@ -1091,7 +1092,6 @@ declare const VMenu: {
1091
1092
  closeOnBack: boolean;
1092
1093
  contained: boolean;
1093
1094
  noClickAnimation: boolean;
1094
- persistent: boolean;
1095
1095
  scrim: string | boolean;
1096
1096
  _disableGlobalStack: boolean;
1097
1097
  } & {
@@ -1107,9 +1107,9 @@ declare const VMenu: {
1107
1107
  class?: any;
1108
1108
  theme?: string | undefined;
1109
1109
  contentClass?: any;
1110
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1111
1110
  closeDelay?: string | number | undefined;
1112
1111
  openDelay?: string | number | undefined;
1112
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1113
1113
  openOnClick?: boolean | undefined;
1114
1114
  openOnFocus?: boolean | undefined;
1115
1115
  contentProps?: any;
@@ -1176,6 +1176,7 @@ declare const VMenu: {
1176
1176
  style: vue.StyleValue;
1177
1177
  eager: boolean;
1178
1178
  disabled: boolean;
1179
+ persistent: boolean;
1179
1180
  modelValue: boolean;
1180
1181
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1181
1182
  updateLocation: (e?: Event) => void;
@@ -1189,7 +1190,6 @@ declare const VMenu: {
1189
1190
  closeOnBack: boolean;
1190
1191
  contained: boolean;
1191
1192
  noClickAnimation: boolean;
1192
- persistent: boolean;
1193
1193
  scrim: string | boolean;
1194
1194
  _disableGlobalStack: boolean;
1195
1195
  }, {}, string, vue.SlotsType<Partial<{
@@ -1232,6 +1232,7 @@ declare const VMenu: {
1232
1232
  style: vue.StyleValue;
1233
1233
  eager: boolean;
1234
1234
  disabled: boolean;
1235
+ persistent: boolean;
1235
1236
  modelValue: boolean;
1236
1237
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1237
1238
  updateLocation: (e?: Event) => void;
@@ -1243,7 +1244,6 @@ declare const VMenu: {
1243
1244
  closeOnBack: boolean;
1244
1245
  contained: boolean;
1245
1246
  noClickAnimation: boolean;
1246
- persistent: boolean;
1247
1247
  scrim: string | boolean;
1248
1248
  _disableGlobalStack: boolean;
1249
1249
  } & {
@@ -1259,9 +1259,9 @@ declare const VMenu: {
1259
1259
  class?: any;
1260
1260
  theme?: string | undefined;
1261
1261
  contentClass?: any;
1262
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1263
1262
  closeDelay?: string | number | undefined;
1264
1263
  openDelay?: string | number | undefined;
1264
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1265
1265
  openOnClick?: boolean | undefined;
1266
1266
  openOnFocus?: boolean | undefined;
1267
1267
  contentProps?: any;
@@ -1312,7 +1312,7 @@ declare const VMenu: {
1312
1312
  globalTop: Readonly<vue.Ref<boolean>>;
1313
1313
  localTop: vue.ComputedRef<boolean>;
1314
1314
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1315
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
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
1316
  _allExposed: {
1317
1317
  activatorEl: vue.Ref<HTMLElement | undefined>;
1318
1318
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1338,6 +1338,7 @@ declare const VMenu: {
1338
1338
  style: vue.StyleValue;
1339
1339
  eager: boolean;
1340
1340
  disabled: boolean;
1341
+ persistent: boolean;
1341
1342
  modelValue: boolean;
1342
1343
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1343
1344
  updateLocation: (e?: Event) => void;
@@ -1353,7 +1354,6 @@ declare const VMenu: {
1353
1354
  closeOnBack: boolean;
1354
1355
  contained: boolean;
1355
1356
  noClickAnimation: boolean;
1356
- persistent: boolean;
1357
1357
  scrim: string | boolean;
1358
1358
  submenu: boolean;
1359
1359
  }>;
@@ -1372,6 +1372,7 @@ declare const VMenu: {
1372
1372
  style: vue.StyleValue;
1373
1373
  eager: boolean;
1374
1374
  disabled: boolean;
1375
+ persistent: boolean;
1375
1376
  modelValue: boolean;
1376
1377
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1377
1378
  updateLocation: (e?: Event) => void;
@@ -1385,7 +1386,6 @@ declare const VMenu: {
1385
1386
  closeOnBack: boolean;
1386
1387
  contained: boolean;
1387
1388
  noClickAnimation: boolean;
1388
- persistent: boolean;
1389
1389
  scrim: string | boolean;
1390
1390
  submenu: boolean;
1391
1391
  } & {
@@ -1458,6 +1458,7 @@ declare const VMenu: {
1458
1458
  style: vue.StyleValue;
1459
1459
  eager: boolean;
1460
1460
  disabled: boolean;
1461
+ persistent: boolean;
1461
1462
  modelValue: boolean;
1462
1463
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1463
1464
  updateLocation: (e?: Event) => void;
@@ -1471,7 +1472,6 @@ declare const VMenu: {
1471
1472
  closeOnBack: boolean;
1472
1473
  contained: boolean;
1473
1474
  noClickAnimation: boolean;
1474
- persistent: boolean;
1475
1475
  scrim: string | boolean;
1476
1476
  _disableGlobalStack: boolean;
1477
1477
  }> & Omit<{
@@ -1485,6 +1485,7 @@ declare const VMenu: {
1485
1485
  style: vue.StyleValue;
1486
1486
  eager: boolean;
1487
1487
  disabled: boolean;
1488
+ persistent: boolean;
1488
1489
  modelValue: boolean;
1489
1490
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1490
1491
  updateLocation: (e?: Event) => void;
@@ -1496,7 +1497,6 @@ declare const VMenu: {
1496
1497
  closeOnBack: boolean;
1497
1498
  contained: boolean;
1498
1499
  noClickAnimation: boolean;
1499
- persistent: boolean;
1500
1500
  scrim: string | boolean;
1501
1501
  _disableGlobalStack: boolean;
1502
1502
  offset?: string | number | number[] | undefined;
@@ -1511,9 +1511,9 @@ declare const VMenu: {
1511
1511
  class?: any;
1512
1512
  theme?: string | undefined;
1513
1513
  contentClass?: any;
1514
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1515
1514
  closeDelay?: string | number | undefined;
1516
1515
  openDelay?: string | number | undefined;
1516
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1517
1517
  openOnClick?: boolean | undefined;
1518
1518
  openOnFocus?: boolean | undefined;
1519
1519
  contentProps?: any;
@@ -1563,6 +1563,7 @@ declare const VMenu: {
1563
1563
  style: vue.StyleValue;
1564
1564
  eager: boolean;
1565
1565
  disabled: boolean;
1566
+ persistent: boolean;
1566
1567
  modelValue: boolean;
1567
1568
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1568
1569
  updateLocation: (e?: Event) => void;
@@ -1574,7 +1575,6 @@ declare const VMenu: {
1574
1575
  closeOnBack: boolean;
1575
1576
  contained: boolean;
1576
1577
  noClickAnimation: boolean;
1577
- persistent: boolean;
1578
1578
  scrim: string | boolean;
1579
1579
  _disableGlobalStack: boolean;
1580
1580
  } & {
@@ -1590,9 +1590,9 @@ declare const VMenu: {
1590
1590
  class?: any;
1591
1591
  theme?: string | undefined;
1592
1592
  contentClass?: any;
1593
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1594
1593
  closeDelay?: string | number | undefined;
1595
1594
  openDelay?: string | number | undefined;
1595
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1596
1596
  openOnClick?: boolean | undefined;
1597
1597
  openOnFocus?: boolean | undefined;
1598
1598
  contentProps?: any;
@@ -1634,7 +1634,7 @@ declare const VMenu: {
1634
1634
  onAfterLeave?: (() => any) | undefined;
1635
1635
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1636
1636
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1637
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1637
+ }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1638
1638
  $attrs: {
1639
1639
  [x: string]: unknown;
1640
1640
  };
@@ -1653,7 +1653,7 @@ declare const VMenu: {
1653
1653
  }>;
1654
1654
  $root: vue.ComponentPublicInstance | null;
1655
1655
  $parent: vue.ComponentPublicInstance | null;
1656
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1656
+ $emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1657
1657
  $el: any;
1658
1658
  $options: vue.ComponentOptionsBase<{
1659
1659
  absolute: boolean;
@@ -1666,6 +1666,7 @@ declare const VMenu: {
1666
1666
  style: vue.StyleValue;
1667
1667
  eager: boolean;
1668
1668
  disabled: boolean;
1669
+ persistent: boolean;
1669
1670
  modelValue: boolean;
1670
1671
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1671
1672
  updateLocation: (e?: Event) => void;
@@ -1677,7 +1678,6 @@ declare const VMenu: {
1677
1678
  closeOnBack: boolean;
1678
1679
  contained: boolean;
1679
1680
  noClickAnimation: boolean;
1680
- persistent: boolean;
1681
1681
  scrim: string | boolean;
1682
1682
  _disableGlobalStack: boolean;
1683
1683
  } & {
@@ -1693,9 +1693,9 @@ declare const VMenu: {
1693
1693
  class?: any;
1694
1694
  theme?: string | undefined;
1695
1695
  contentClass?: any;
1696
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1697
1696
  closeDelay?: string | number | undefined;
1698
1697
  openDelay?: string | number | undefined;
1698
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1699
1699
  openOnClick?: boolean | undefined;
1700
1700
  openOnFocus?: boolean | undefined;
1701
1701
  contentProps?: any;
@@ -1762,6 +1762,7 @@ declare const VMenu: {
1762
1762
  style: vue.StyleValue;
1763
1763
  eager: boolean;
1764
1764
  disabled: boolean;
1765
+ persistent: boolean;
1765
1766
  modelValue: boolean;
1766
1767
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1767
1768
  updateLocation: (e?: Event) => void;
@@ -1775,7 +1776,6 @@ declare const VMenu: {
1775
1776
  closeOnBack: boolean;
1776
1777
  contained: boolean;
1777
1778
  noClickAnimation: boolean;
1778
- persistent: boolean;
1779
1779
  scrim: string | boolean;
1780
1780
  _disableGlobalStack: boolean;
1781
1781
  }, {}, string, vue.SlotsType<Partial<{
@@ -1818,6 +1818,7 @@ declare const VMenu: {
1818
1818
  style: vue.StyleValue;
1819
1819
  eager: boolean;
1820
1820
  disabled: boolean;
1821
+ persistent: boolean;
1821
1822
  modelValue: boolean;
1822
1823
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1823
1824
  updateLocation: (e?: Event) => void;
@@ -1829,7 +1830,6 @@ declare const VMenu: {
1829
1830
  closeOnBack: boolean;
1830
1831
  contained: boolean;
1831
1832
  noClickAnimation: boolean;
1832
- persistent: boolean;
1833
1833
  scrim: string | boolean;
1834
1834
  _disableGlobalStack: boolean;
1835
1835
  } & {
@@ -1845,9 +1845,9 @@ declare const VMenu: {
1845
1845
  class?: any;
1846
1846
  theme?: string | undefined;
1847
1847
  contentClass?: any;
1848
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1849
1848
  closeDelay?: string | number | undefined;
1850
1849
  openDelay?: string | number | undefined;
1850
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1851
1851
  openOnClick?: boolean | undefined;
1852
1852
  openOnFocus?: boolean | undefined;
1853
1853
  contentProps?: any;
@@ -1898,7 +1898,7 @@ declare const VMenu: {
1898
1898
  globalTop: Readonly<vue.Ref<boolean>>;
1899
1899
  localTop: vue.ComputedRef<boolean>;
1900
1900
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1901
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
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
1902
  _allExposed: {
1903
1903
  activatorEl: vue.Ref<HTMLElement | undefined>;
1904
1904
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -1926,6 +1926,7 @@ declare const VMenu: {
1926
1926
  style: vue.StyleValue;
1927
1927
  eager: boolean;
1928
1928
  disabled: boolean;
1929
+ persistent: boolean;
1929
1930
  modelValue: boolean;
1930
1931
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
1931
1932
  updateLocation: (e?: Event) => void;
@@ -1941,7 +1942,6 @@ declare const VMenu: {
1941
1942
  closeOnBack: boolean;
1942
1943
  contained: boolean;
1943
1944
  noClickAnimation: boolean;
1944
- persistent: boolean;
1945
1945
  scrim: string | boolean;
1946
1946
  submenu: boolean;
1947
1947
  }, {}, string, vue.SlotsType<Partial<{
@@ -2004,9 +2004,9 @@ declare const VMenu: {
2004
2004
  disabled: BooleanConstructor;
2005
2005
  class: vue.PropType<ClassValue>;
2006
2006
  theme: StringConstructor;
2007
+ persistent: BooleanConstructor;
2007
2008
  modelValue: BooleanConstructor;
2008
2009
  contentClass: null;
2009
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2010
2010
  locationStrategy: Omit<{
2011
2011
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2012
2012
  default: string;
@@ -2035,6 +2035,7 @@ declare const VMenu: {
2035
2035
  type: vue.PropType<string | number>;
2036
2036
  default: NonNullable<string | number>;
2037
2037
  };
2038
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2038
2039
  activatorProps: {
2039
2040
  type: vue.PropType<Record<string, any>>;
2040
2041
  default: () => {};
@@ -2059,7 +2060,6 @@ declare const VMenu: {
2059
2060
  contained: BooleanConstructor;
2060
2061
  contentProps: null;
2061
2062
  noClickAnimation: BooleanConstructor;
2062
- persistent: BooleanConstructor;
2063
2063
  scrim: Omit<{
2064
2064
  type: (StringConstructor | BooleanConstructor)[];
2065
2065
  default: boolean;
@@ -2121,9 +2121,9 @@ declare const VMenu: {
2121
2121
  disabled: BooleanConstructor;
2122
2122
  class: vue.PropType<ClassValue>;
2123
2123
  theme: StringConstructor;
2124
+ persistent: BooleanConstructor;
2124
2125
  modelValue: BooleanConstructor;
2125
2126
  contentClass: null;
2126
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2127
2127
  locationStrategy: Omit<{
2128
2128
  type: vue.PropType<StrategyProps["locationStrategy"]>;
2129
2129
  default: string;
@@ -2152,6 +2152,7 @@ declare const VMenu: {
2152
2152
  type: vue.PropType<string | number>;
2153
2153
  default: NonNullable<string | number>;
2154
2154
  };
2155
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
2155
2156
  activatorProps: {
2156
2157
  type: vue.PropType<Record<string, any>>;
2157
2158
  default: () => {};
@@ -2176,7 +2177,6 @@ declare const VMenu: {
2176
2177
  contained: BooleanConstructor;
2177
2178
  contentProps: null;
2178
2179
  noClickAnimation: BooleanConstructor;
2179
- persistent: BooleanConstructor;
2180
2180
  scrim: Omit<{
2181
2181
  type: (StringConstructor | BooleanConstructor)[];
2182
2182
  default: boolean;