@vuetify/nightly 3.7.0-beta.1-dev.2024-07-29 → 3.7.0-beta.1-dev.2024-08-01

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 (135) hide show
  1. package/dist/json/attributes.json +17 -5
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/tags.json +3 -0
  5. package/dist/json/web-types.json +44 -14
  6. package/dist/vuetify-labs.css +4400 -3677
  7. package/dist/vuetify-labs.d.ts +219 -117
  8. package/dist/vuetify-labs.esm.js +125 -77
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +125 -77
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3534 -2811
  13. package/dist/vuetify.d.ts +230 -146
  14. package/dist/vuetify.esm.js +62 -39
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +62 -39
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +52 -51
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +5 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  23. package/lib/components/VAutocomplete/index.d.mts +42 -24
  24. package/lib/components/VAvatar/VAvatar.css +8 -4
  25. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VBadge/VBadge.css +2 -0
  28. package/lib/components/VBanner/VBanner.css +12 -4
  29. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  30. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  31. package/lib/components/VBtn/VBtn.css +16 -9
  32. package/lib/components/VBtn/VBtn.mjs +1 -1
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/VBtn.sass +4 -4
  35. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  36. package/lib/components/VCard/VCard.css +9 -1
  37. package/lib/components/VCarousel/VCarousel.css +2 -0
  38. package/lib/components/VChip/VChip.css +15 -9
  39. package/lib/components/VChip/VChip.sass +1 -1
  40. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  41. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  42. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  43. package/lib/components/VCombobox/VCombobox.css +4 -0
  44. package/lib/components/VCombobox/index.d.mts +42 -24
  45. package/lib/components/VDialog/VDialog.css +5 -0
  46. package/lib/components/VDialog/index.d.mts +3 -3
  47. package/lib/components/VDivider/VDivider.css +2 -0
  48. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  49. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  50. package/lib/components/VField/VField.css +13 -1
  51. package/lib/components/VField/VField.sass +5 -8
  52. package/lib/components/VFooter/VFooter.css +12 -4
  53. package/lib/components/VFooter/VFooter.mjs +20 -14
  54. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  55. package/lib/components/VFooter/index.d.mts +3 -3
  56. package/lib/components/VGrid/VGrid.sass +1 -1
  57. package/lib/components/VGrid/_mixins.sass +4 -4
  58. package/lib/components/VImg/VImg.css +6 -0
  59. package/lib/components/VKbd/VKbd.css +2 -0
  60. package/lib/components/VList/VList.css +12 -4
  61. package/lib/components/VList/VListItem.css +21 -11
  62. package/lib/components/VList/VListItem.mjs +1 -1
  63. package/lib/components/VList/VListItem.mjs.map +1 -1
  64. package/lib/components/VList/VListItem.sass +1 -1
  65. package/lib/components/VMain/VMain.css +2 -0
  66. package/lib/components/VMenu/VMenu.css +6 -0
  67. package/lib/components/VMenu/VMenu.mjs +20 -4
  68. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  69. package/lib/components/VMenu/index.d.mts +27 -12
  70. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  71. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  72. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  73. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  74. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  75. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  76. package/lib/components/VOverlay/useActivator.mjs +3 -2
  77. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  78. package/lib/components/VSelect/VSelect.css +4 -0
  79. package/lib/components/VSelect/index.d.mts +42 -24
  80. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  81. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  82. package/lib/components/VSheet/VSheet.css +12 -4
  83. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  84. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  85. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  86. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  87. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  88. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  89. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  90. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  91. package/lib/components/VSnackbar/index.d.mts +3 -3
  92. package/lib/components/VSpeedDial/index.d.mts +28 -13
  93. package/lib/components/VStepper/VStepper.css +8 -2
  94. package/lib/components/VStepper/VStepper.sass +2 -4
  95. package/lib/components/VStepper/VStepperItem.css +4 -1
  96. package/lib/components/VStepper/VStepperItem.sass +1 -1
  97. package/lib/components/VSwitch/VSwitch.css +2 -0
  98. package/lib/components/VSwitch/VSwitch.sass +10 -10
  99. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  100. package/lib/components/VTable/VTable.css +8 -4
  101. package/lib/components/VTable/VTable.sass +2 -3
  102. package/lib/components/VTimeline/VTimeline.css +2 -0
  103. package/lib/components/VToolbar/VToolbar.css +21 -7
  104. package/lib/components/VToolbar/VToolbar.sass +1 -2
  105. package/lib/components/VTooltip/index.d.mts +3 -3
  106. package/lib/components/VTreeview/VTreeview.sass +9 -9
  107. package/lib/components/index.d.mts +193 -109
  108. package/lib/entry-bundler.mjs +1 -1
  109. package/lib/framework.mjs +1 -1
  110. package/lib/index.d.mts +37 -37
  111. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  112. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  113. package/lib/labs/VNumberInput/index.d.mts +17 -8
  114. package/lib/labs/VPicker/VPicker.css +6 -2
  115. package/lib/labs/VPicker/VPicker.sass +2 -3
  116. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
  117. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
  118. package/lib/labs/VPullToRefresh/index.d.mts +9 -0
  119. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  120. package/lib/labs/components.d.mts +29 -11
  121. package/lib/styles/generic/_colors.scss +9 -3
  122. package/lib/styles/main.css +520 -0
  123. package/lib/styles/tools/_absolute.sass +8 -7
  124. package/lib/styles/tools/_border.sass +4 -3
  125. package/lib/styles/tools/_display.sass +8 -7
  126. package/lib/styles/tools/_elevation.sass +4 -2
  127. package/lib/styles/tools/_index.sass +0 -1
  128. package/lib/styles/tools/_radius.sass +6 -5
  129. package/lib/styles/tools/_rounded.sass +2 -1
  130. package/lib/styles/tools/_theme.sass +3 -2
  131. package/lib/styles/tools/_typography.sass +6 -5
  132. package/lib/styles/tools/_utilities.sass +5 -5
  133. package/lib/styles/utilities/_index.sass +7 -7
  134. package/package.json +1 -1
  135. package/lib/styles/tools/_sheet.sass +0 -14
@@ -5187,7 +5187,7 @@ declare const VAutocomplete: {
5187
5187
  }) => vue.VNodeChild) | undefined;
5188
5188
  }) | undefined;
5189
5189
  menuProps?: (Partial<{
5190
- location: Anchor;
5190
+ location: NonNullable<Anchor> | undefined;
5191
5191
  origin: "auto" | Anchor | "overlap";
5192
5192
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5193
5193
  component?: vue.Component | undefined;
@@ -5215,8 +5215,9 @@ declare const VAutocomplete: {
5215
5215
  noClickAnimation: boolean;
5216
5216
  persistent: boolean;
5217
5217
  scrim: NonNullable<string | boolean>;
5218
+ submenu: boolean;
5218
5219
  }> & Omit<{
5219
- location: Anchor;
5220
+ location: NonNullable<Anchor> | undefined;
5220
5221
  origin: "auto" | Anchor | "overlap";
5221
5222
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5222
5223
  component?: vue.Component | undefined;
@@ -5242,6 +5243,7 @@ declare const VAutocomplete: {
5242
5243
  noClickAnimation: boolean;
5243
5244
  persistent: boolean;
5244
5245
  scrim: NonNullable<string | boolean>;
5246
+ submenu: boolean;
5245
5247
  offset?: string | number | number[] | undefined;
5246
5248
  id?: string | undefined;
5247
5249
  height?: string | number | undefined;
@@ -5292,7 +5294,7 @@ declare const VAutocomplete: {
5292
5294
  }) => vue.VNodeChild) | undefined;
5293
5295
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5294
5296
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5295
- location: Anchor;
5297
+ location: NonNullable<Anchor> | undefined;
5296
5298
  origin: "auto" | Anchor | "overlap";
5297
5299
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5298
5300
  component?: vue.Component | undefined;
@@ -5318,6 +5320,7 @@ declare const VAutocomplete: {
5318
5320
  noClickAnimation: boolean;
5319
5321
  persistent: boolean;
5320
5322
  scrim: NonNullable<string | boolean>;
5323
+ submenu: boolean;
5321
5324
  } & {
5322
5325
  offset?: string | number | number[] | undefined;
5323
5326
  id?: string | undefined;
@@ -5371,7 +5374,7 @@ declare const VAutocomplete: {
5371
5374
  }) => vue.VNodeChild) | undefined;
5372
5375
  } & {
5373
5376
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5374
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5377
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5375
5378
  itemColor?: string | undefined;
5376
5379
  autoSelectFirst?: boolean | "exact" | undefined;
5377
5380
  } & {
@@ -5727,7 +5730,7 @@ declare const VAutocomplete: {
5727
5730
  }) => vue.VNodeChild) | undefined;
5728
5731
  }) | undefined;
5729
5732
  menuProps?: (Partial<{
5730
- location: Anchor;
5733
+ location: NonNullable<Anchor> | undefined;
5731
5734
  origin: "auto" | Anchor | "overlap";
5732
5735
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5733
5736
  component?: vue.Component | undefined;
@@ -5755,8 +5758,9 @@ declare const VAutocomplete: {
5755
5758
  noClickAnimation: boolean;
5756
5759
  persistent: boolean;
5757
5760
  scrim: NonNullable<string | boolean>;
5761
+ submenu: boolean;
5758
5762
  }> & Omit<{
5759
- location: Anchor;
5763
+ location: NonNullable<Anchor> | undefined;
5760
5764
  origin: "auto" | Anchor | "overlap";
5761
5765
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5762
5766
  component?: vue.Component | undefined;
@@ -5782,6 +5786,7 @@ declare const VAutocomplete: {
5782
5786
  noClickAnimation: boolean;
5783
5787
  persistent: boolean;
5784
5788
  scrim: NonNullable<string | boolean>;
5789
+ submenu: boolean;
5785
5790
  offset?: string | number | number[] | undefined;
5786
5791
  id?: string | undefined;
5787
5792
  height?: string | number | undefined;
@@ -5832,7 +5837,7 @@ declare const VAutocomplete: {
5832
5837
  }) => vue.VNodeChild) | undefined;
5833
5838
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5834
5839
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5835
- location: Anchor;
5840
+ location: NonNullable<Anchor> | undefined;
5836
5841
  origin: "auto" | Anchor | "overlap";
5837
5842
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5838
5843
  component?: vue.Component | undefined;
@@ -5858,6 +5863,7 @@ declare const VAutocomplete: {
5858
5863
  noClickAnimation: boolean;
5859
5864
  persistent: boolean;
5860
5865
  scrim: NonNullable<string | boolean>;
5866
+ submenu: boolean;
5861
5867
  } & {
5862
5868
  offset?: string | number | number[] | undefined;
5863
5869
  id?: string | undefined;
@@ -5911,7 +5917,7 @@ declare const VAutocomplete: {
5911
5917
  }) => vue.VNodeChild) | undefined;
5912
5918
  } & {
5913
5919
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5914
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5920
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5915
5921
  itemColor?: string | undefined;
5916
5922
  autoSelectFirst?: boolean | "exact" | undefined;
5917
5923
  } & {
@@ -6381,7 +6387,7 @@ declare const VAutocomplete: {
6381
6387
  }) => vue.VNodeChild) | undefined;
6382
6388
  }) | undefined;
6383
6389
  menuProps?: (Partial<{
6384
- location: Anchor;
6390
+ location: NonNullable<Anchor> | undefined;
6385
6391
  origin: "auto" | Anchor | "overlap";
6386
6392
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6387
6393
  component?: vue.Component | undefined;
@@ -6409,8 +6415,9 @@ declare const VAutocomplete: {
6409
6415
  noClickAnimation: boolean;
6410
6416
  persistent: boolean;
6411
6417
  scrim: NonNullable<string | boolean>;
6418
+ submenu: boolean;
6412
6419
  }> & Omit<{
6413
- location: Anchor;
6420
+ location: NonNullable<Anchor> | undefined;
6414
6421
  origin: "auto" | Anchor | "overlap";
6415
6422
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6416
6423
  component?: vue.Component | undefined;
@@ -6436,6 +6443,7 @@ declare const VAutocomplete: {
6436
6443
  noClickAnimation: boolean;
6437
6444
  persistent: boolean;
6438
6445
  scrim: NonNullable<string | boolean>;
6446
+ submenu: boolean;
6439
6447
  offset?: string | number | number[] | undefined;
6440
6448
  id?: string | undefined;
6441
6449
  height?: string | number | undefined;
@@ -6486,7 +6494,7 @@ declare const VAutocomplete: {
6486
6494
  }) => vue.VNodeChild) | undefined;
6487
6495
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6488
6496
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6489
- location: Anchor;
6497
+ location: NonNullable<Anchor> | undefined;
6490
6498
  origin: "auto" | Anchor | "overlap";
6491
6499
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6492
6500
  component?: vue.Component | undefined;
@@ -6512,6 +6520,7 @@ declare const VAutocomplete: {
6512
6520
  noClickAnimation: boolean;
6513
6521
  persistent: boolean;
6514
6522
  scrim: NonNullable<string | boolean>;
6523
+ submenu: boolean;
6515
6524
  } & {
6516
6525
  offset?: string | number | number[] | undefined;
6517
6526
  id?: string | undefined;
@@ -6565,7 +6574,7 @@ declare const VAutocomplete: {
6565
6574
  }) => vue.VNodeChild) | undefined;
6566
6575
  } & {
6567
6576
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6568
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
6577
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
6569
6578
  itemColor?: string | undefined;
6570
6579
  autoSelectFirst?: boolean | "exact" | undefined;
6571
6580
  } & {
@@ -6970,7 +6979,7 @@ declare const VAutocomplete: {
6970
6979
  }) => vue.VNodeChild) | undefined;
6971
6980
  }) | undefined;
6972
6981
  menuProps?: (Partial<{
6973
- location: Anchor;
6982
+ location: NonNullable<Anchor> | undefined;
6974
6983
  origin: "auto" | Anchor | "overlap";
6975
6984
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6976
6985
  component?: vue.Component | undefined;
@@ -6998,8 +7007,9 @@ declare const VAutocomplete: {
6998
7007
  noClickAnimation: boolean;
6999
7008
  persistent: boolean;
7000
7009
  scrim: NonNullable<string | boolean>;
7010
+ submenu: boolean;
7001
7011
  }> & Omit<{
7002
- location: Anchor;
7012
+ location: NonNullable<Anchor> | undefined;
7003
7013
  origin: "auto" | Anchor | "overlap";
7004
7014
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7005
7015
  component?: vue.Component | undefined;
@@ -7025,6 +7035,7 @@ declare const VAutocomplete: {
7025
7035
  noClickAnimation: boolean;
7026
7036
  persistent: boolean;
7027
7037
  scrim: NonNullable<string | boolean>;
7038
+ submenu: boolean;
7028
7039
  offset?: string | number | number[] | undefined;
7029
7040
  id?: string | undefined;
7030
7041
  height?: string | number | undefined;
@@ -7075,7 +7086,7 @@ declare const VAutocomplete: {
7075
7086
  }) => vue.VNodeChild) | undefined;
7076
7087
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7077
7088
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7078
- location: Anchor;
7089
+ location: NonNullable<Anchor> | undefined;
7079
7090
  origin: "auto" | Anchor | "overlap";
7080
7091
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7081
7092
  component?: vue.Component | undefined;
@@ -7101,6 +7112,7 @@ declare const VAutocomplete: {
7101
7112
  noClickAnimation: boolean;
7102
7113
  persistent: boolean;
7103
7114
  scrim: NonNullable<string | boolean>;
7115
+ submenu: boolean;
7104
7116
  } & {
7105
7117
  offset?: string | number | number[] | undefined;
7106
7118
  id?: string | undefined;
@@ -7154,7 +7166,7 @@ declare const VAutocomplete: {
7154
7166
  }) => vue.VNodeChild) | undefined;
7155
7167
  } & {
7156
7168
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7157
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
7169
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
7158
7170
  itemColor?: string | undefined;
7159
7171
  autoSelectFirst?: boolean | "exact" | undefined;
7160
7172
  } & {
@@ -7767,7 +7779,7 @@ declare const VAutocomplete: {
7767
7779
  };
7768
7780
  menuProps: {
7769
7781
  type: PropType<Partial<{
7770
- location: Anchor;
7782
+ location: NonNullable<Anchor> | undefined;
7771
7783
  origin: "auto" | Anchor | "overlap";
7772
7784
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7773
7785
  component?: vue.Component | undefined;
@@ -7795,8 +7807,9 @@ declare const VAutocomplete: {
7795
7807
  noClickAnimation: boolean;
7796
7808
  persistent: boolean;
7797
7809
  scrim: NonNullable<string | boolean>;
7810
+ submenu: boolean;
7798
7811
  }> & Omit<{
7799
- location: Anchor;
7812
+ location: NonNullable<Anchor> | undefined;
7800
7813
  origin: "auto" | Anchor | "overlap";
7801
7814
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7802
7815
  component?: vue.Component | undefined;
@@ -7822,6 +7835,7 @@ declare const VAutocomplete: {
7822
7835
  noClickAnimation: boolean;
7823
7836
  persistent: boolean;
7824
7837
  scrim: NonNullable<string | boolean>;
7838
+ submenu: boolean;
7825
7839
  offset?: string | number | number[] | undefined;
7826
7840
  id?: string | undefined;
7827
7841
  height?: string | number | undefined;
@@ -7872,7 +7886,7 @@ declare const VAutocomplete: {
7872
7886
  }) => vue.VNodeChild) | undefined;
7873
7887
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7874
7888
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7875
- location: Anchor;
7889
+ location: NonNullable<Anchor> | undefined;
7876
7890
  origin: "auto" | Anchor | "overlap";
7877
7891
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7878
7892
  component?: vue.Component | undefined;
@@ -7898,6 +7912,7 @@ declare const VAutocomplete: {
7898
7912
  noClickAnimation: boolean;
7899
7913
  persistent: boolean;
7900
7914
  scrim: NonNullable<string | boolean>;
7915
+ submenu: boolean;
7901
7916
  } & {
7902
7917
  offset?: string | number | number[] | undefined;
7903
7918
  id?: string | undefined;
@@ -7951,7 +7966,7 @@ declare const VAutocomplete: {
7951
7966
  }) => vue.VNodeChild) | undefined;
7952
7967
  } & {
7953
7968
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7954
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
7969
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
7955
7970
  };
7956
7971
  multiple: BooleanConstructor;
7957
7972
  noDataText: {
@@ -8411,7 +8426,7 @@ declare const VAutocomplete: {
8411
8426
  };
8412
8427
  menuProps: {
8413
8428
  type: PropType<Partial<{
8414
- location: Anchor;
8429
+ location: NonNullable<Anchor> | undefined;
8415
8430
  origin: "auto" | Anchor | "overlap";
8416
8431
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8417
8432
  component?: vue.Component | undefined;
@@ -8439,8 +8454,9 @@ declare const VAutocomplete: {
8439
8454
  noClickAnimation: boolean;
8440
8455
  persistent: boolean;
8441
8456
  scrim: NonNullable<string | boolean>;
8457
+ submenu: boolean;
8442
8458
  }> & Omit<{
8443
- location: Anchor;
8459
+ location: NonNullable<Anchor> | undefined;
8444
8460
  origin: "auto" | Anchor | "overlap";
8445
8461
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8446
8462
  component?: vue.Component | undefined;
@@ -8466,6 +8482,7 @@ declare const VAutocomplete: {
8466
8482
  noClickAnimation: boolean;
8467
8483
  persistent: boolean;
8468
8484
  scrim: NonNullable<string | boolean>;
8485
+ submenu: boolean;
8469
8486
  offset?: string | number | number[] | undefined;
8470
8487
  id?: string | undefined;
8471
8488
  height?: string | number | undefined;
@@ -8516,7 +8533,7 @@ declare const VAutocomplete: {
8516
8533
  }) => vue.VNodeChild) | undefined;
8517
8534
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8518
8535
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
8519
- location: Anchor;
8536
+ location: NonNullable<Anchor> | undefined;
8520
8537
  origin: "auto" | Anchor | "overlap";
8521
8538
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8522
8539
  component?: vue.Component | undefined;
@@ -8542,6 +8559,7 @@ declare const VAutocomplete: {
8542
8559
  noClickAnimation: boolean;
8543
8560
  persistent: boolean;
8544
8561
  scrim: NonNullable<string | boolean>;
8562
+ submenu: boolean;
8545
8563
  } & {
8546
8564
  offset?: string | number | number[] | undefined;
8547
8565
  id?: string | undefined;
@@ -8595,7 +8613,7 @@ declare const VAutocomplete: {
8595
8613
  }) => vue.VNodeChild) | undefined;
8596
8614
  } & {
8597
8615
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8598
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
8616
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
8599
8617
  };
8600
8618
  multiple: BooleanConstructor;
8601
8619
  noDataText: {
@@ -18829,7 +18847,7 @@ declare const VCombobox: {
18829
18847
  }) => vue.VNodeChild) | undefined;
18830
18848
  }) | undefined;
18831
18849
  menuProps?: (Partial<{
18832
- location: Anchor;
18850
+ location: NonNullable<Anchor> | undefined;
18833
18851
  origin: "auto" | Anchor | "overlap";
18834
18852
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18835
18853
  component?: vue.Component | undefined;
@@ -18857,8 +18875,9 @@ declare const VCombobox: {
18857
18875
  noClickAnimation: boolean;
18858
18876
  persistent: boolean;
18859
18877
  scrim: NonNullable<string | boolean>;
18878
+ submenu: boolean;
18860
18879
  }> & Omit<{
18861
- location: Anchor;
18880
+ location: NonNullable<Anchor> | undefined;
18862
18881
  origin: "auto" | Anchor | "overlap";
18863
18882
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18864
18883
  component?: vue.Component | undefined;
@@ -18884,6 +18903,7 @@ declare const VCombobox: {
18884
18903
  noClickAnimation: boolean;
18885
18904
  persistent: boolean;
18886
18905
  scrim: NonNullable<string | boolean>;
18906
+ submenu: boolean;
18887
18907
  offset?: string | number | number[] | undefined;
18888
18908
  id?: string | undefined;
18889
18909
  height?: string | number | undefined;
@@ -18934,7 +18954,7 @@ declare const VCombobox: {
18934
18954
  }) => vue.VNodeChild) | undefined;
18935
18955
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18936
18956
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18937
- location: Anchor;
18957
+ location: NonNullable<Anchor> | undefined;
18938
18958
  origin: "auto" | Anchor | "overlap";
18939
18959
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18940
18960
  component?: vue.Component | undefined;
@@ -18960,6 +18980,7 @@ declare const VCombobox: {
18960
18980
  noClickAnimation: boolean;
18961
18981
  persistent: boolean;
18962
18982
  scrim: NonNullable<string | boolean>;
18983
+ submenu: boolean;
18963
18984
  } & {
18964
18985
  offset?: string | number | number[] | undefined;
18965
18986
  id?: string | undefined;
@@ -19013,7 +19034,7 @@ declare const VCombobox: {
19013
19034
  }) => vue.VNodeChild) | undefined;
19014
19035
  } & {
19015
19036
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19016
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19037
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19017
19038
  itemColor?: string | undefined;
19018
19039
  autoSelectFirst?: boolean | "exact" | undefined;
19019
19040
  } & {
@@ -19369,7 +19390,7 @@ declare const VCombobox: {
19369
19390
  }) => vue.VNodeChild) | undefined;
19370
19391
  }) | undefined;
19371
19392
  menuProps?: (Partial<{
19372
- location: Anchor;
19393
+ location: NonNullable<Anchor> | undefined;
19373
19394
  origin: "auto" | Anchor | "overlap";
19374
19395
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19375
19396
  component?: vue.Component | undefined;
@@ -19397,8 +19418,9 @@ declare const VCombobox: {
19397
19418
  noClickAnimation: boolean;
19398
19419
  persistent: boolean;
19399
19420
  scrim: NonNullable<string | boolean>;
19421
+ submenu: boolean;
19400
19422
  }> & Omit<{
19401
- location: Anchor;
19423
+ location: NonNullable<Anchor> | undefined;
19402
19424
  origin: "auto" | Anchor | "overlap";
19403
19425
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19404
19426
  component?: vue.Component | undefined;
@@ -19424,6 +19446,7 @@ declare const VCombobox: {
19424
19446
  noClickAnimation: boolean;
19425
19447
  persistent: boolean;
19426
19448
  scrim: NonNullable<string | boolean>;
19449
+ submenu: boolean;
19427
19450
  offset?: string | number | number[] | undefined;
19428
19451
  id?: string | undefined;
19429
19452
  height?: string | number | undefined;
@@ -19474,7 +19497,7 @@ declare const VCombobox: {
19474
19497
  }) => vue.VNodeChild) | undefined;
19475
19498
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19476
19499
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
19477
- location: Anchor;
19500
+ location: NonNullable<Anchor> | undefined;
19478
19501
  origin: "auto" | Anchor | "overlap";
19479
19502
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19480
19503
  component?: vue.Component | undefined;
@@ -19500,6 +19523,7 @@ declare const VCombobox: {
19500
19523
  noClickAnimation: boolean;
19501
19524
  persistent: boolean;
19502
19525
  scrim: NonNullable<string | boolean>;
19526
+ submenu: boolean;
19503
19527
  } & {
19504
19528
  offset?: string | number | number[] | undefined;
19505
19529
  id?: string | undefined;
@@ -19553,7 +19577,7 @@ declare const VCombobox: {
19553
19577
  }) => vue.VNodeChild) | undefined;
19554
19578
  } & {
19555
19579
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19556
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19580
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19557
19581
  itemColor?: string | undefined;
19558
19582
  autoSelectFirst?: boolean | "exact" | undefined;
19559
19583
  } & {
@@ -20023,7 +20047,7 @@ declare const VCombobox: {
20023
20047
  }) => vue.VNodeChild) | undefined;
20024
20048
  }) | undefined;
20025
20049
  menuProps?: (Partial<{
20026
- location: Anchor;
20050
+ location: NonNullable<Anchor> | undefined;
20027
20051
  origin: "auto" | Anchor | "overlap";
20028
20052
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20029
20053
  component?: vue.Component | undefined;
@@ -20051,8 +20075,9 @@ declare const VCombobox: {
20051
20075
  noClickAnimation: boolean;
20052
20076
  persistent: boolean;
20053
20077
  scrim: NonNullable<string | boolean>;
20078
+ submenu: boolean;
20054
20079
  }> & Omit<{
20055
- location: Anchor;
20080
+ location: NonNullable<Anchor> | undefined;
20056
20081
  origin: "auto" | Anchor | "overlap";
20057
20082
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20058
20083
  component?: vue.Component | undefined;
@@ -20078,6 +20103,7 @@ declare const VCombobox: {
20078
20103
  noClickAnimation: boolean;
20079
20104
  persistent: boolean;
20080
20105
  scrim: NonNullable<string | boolean>;
20106
+ submenu: boolean;
20081
20107
  offset?: string | number | number[] | undefined;
20082
20108
  id?: string | undefined;
20083
20109
  height?: string | number | undefined;
@@ -20128,7 +20154,7 @@ declare const VCombobox: {
20128
20154
  }) => vue.VNodeChild) | undefined;
20129
20155
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20130
20156
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20131
- location: Anchor;
20157
+ location: NonNullable<Anchor> | undefined;
20132
20158
  origin: "auto" | Anchor | "overlap";
20133
20159
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20134
20160
  component?: vue.Component | undefined;
@@ -20154,6 +20180,7 @@ declare const VCombobox: {
20154
20180
  noClickAnimation: boolean;
20155
20181
  persistent: boolean;
20156
20182
  scrim: NonNullable<string | boolean>;
20183
+ submenu: boolean;
20157
20184
  } & {
20158
20185
  offset?: string | number | number[] | undefined;
20159
20186
  id?: string | undefined;
@@ -20207,7 +20234,7 @@ declare const VCombobox: {
20207
20234
  }) => vue.VNodeChild) | undefined;
20208
20235
  } & {
20209
20236
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20210
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20237
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20211
20238
  itemColor?: string | undefined;
20212
20239
  autoSelectFirst?: boolean | "exact" | undefined;
20213
20240
  } & {
@@ -20612,7 +20639,7 @@ declare const VCombobox: {
20612
20639
  }) => vue.VNodeChild) | undefined;
20613
20640
  }) | undefined;
20614
20641
  menuProps?: (Partial<{
20615
- location: Anchor;
20642
+ location: NonNullable<Anchor> | undefined;
20616
20643
  origin: "auto" | Anchor | "overlap";
20617
20644
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20618
20645
  component?: vue.Component | undefined;
@@ -20640,8 +20667,9 @@ declare const VCombobox: {
20640
20667
  noClickAnimation: boolean;
20641
20668
  persistent: boolean;
20642
20669
  scrim: NonNullable<string | boolean>;
20670
+ submenu: boolean;
20643
20671
  }> & Omit<{
20644
- location: Anchor;
20672
+ location: NonNullable<Anchor> | undefined;
20645
20673
  origin: "auto" | Anchor | "overlap";
20646
20674
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20647
20675
  component?: vue.Component | undefined;
@@ -20667,6 +20695,7 @@ declare const VCombobox: {
20667
20695
  noClickAnimation: boolean;
20668
20696
  persistent: boolean;
20669
20697
  scrim: NonNullable<string | boolean>;
20698
+ submenu: boolean;
20670
20699
  offset?: string | number | number[] | undefined;
20671
20700
  id?: string | undefined;
20672
20701
  height?: string | number | undefined;
@@ -20717,7 +20746,7 @@ declare const VCombobox: {
20717
20746
  }) => vue.VNodeChild) | undefined;
20718
20747
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20719
20748
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20720
- location: Anchor;
20749
+ location: NonNullable<Anchor> | undefined;
20721
20750
  origin: "auto" | Anchor | "overlap";
20722
20751
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20723
20752
  component?: vue.Component | undefined;
@@ -20743,6 +20772,7 @@ declare const VCombobox: {
20743
20772
  noClickAnimation: boolean;
20744
20773
  persistent: boolean;
20745
20774
  scrim: NonNullable<string | boolean>;
20775
+ submenu: boolean;
20746
20776
  } & {
20747
20777
  offset?: string | number | number[] | undefined;
20748
20778
  id?: string | undefined;
@@ -20796,7 +20826,7 @@ declare const VCombobox: {
20796
20826
  }) => vue.VNodeChild) | undefined;
20797
20827
  } & {
20798
20828
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20799
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20829
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20800
20830
  itemColor?: string | undefined;
20801
20831
  autoSelectFirst?: boolean | "exact" | undefined;
20802
20832
  } & {
@@ -21415,7 +21445,7 @@ declare const VCombobox: {
21415
21445
  };
21416
21446
  menuProps: {
21417
21447
  type: PropType<Partial<{
21418
- location: Anchor;
21448
+ location: NonNullable<Anchor> | undefined;
21419
21449
  origin: "auto" | Anchor | "overlap";
21420
21450
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21421
21451
  component?: vue.Component | undefined;
@@ -21443,8 +21473,9 @@ declare const VCombobox: {
21443
21473
  noClickAnimation: boolean;
21444
21474
  persistent: boolean;
21445
21475
  scrim: NonNullable<string | boolean>;
21476
+ submenu: boolean;
21446
21477
  }> & Omit<{
21447
- location: Anchor;
21478
+ location: NonNullable<Anchor> | undefined;
21448
21479
  origin: "auto" | Anchor | "overlap";
21449
21480
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21450
21481
  component?: vue.Component | undefined;
@@ -21470,6 +21501,7 @@ declare const VCombobox: {
21470
21501
  noClickAnimation: boolean;
21471
21502
  persistent: boolean;
21472
21503
  scrim: NonNullable<string | boolean>;
21504
+ submenu: boolean;
21473
21505
  offset?: string | number | number[] | undefined;
21474
21506
  id?: string | undefined;
21475
21507
  height?: string | number | undefined;
@@ -21520,7 +21552,7 @@ declare const VCombobox: {
21520
21552
  }) => vue.VNodeChild) | undefined;
21521
21553
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21522
21554
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
21523
- location: Anchor;
21555
+ location: NonNullable<Anchor> | undefined;
21524
21556
  origin: "auto" | Anchor | "overlap";
21525
21557
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21526
21558
  component?: vue.Component | undefined;
@@ -21546,6 +21578,7 @@ declare const VCombobox: {
21546
21578
  noClickAnimation: boolean;
21547
21579
  persistent: boolean;
21548
21580
  scrim: NonNullable<string | boolean>;
21581
+ submenu: boolean;
21549
21582
  } & {
21550
21583
  offset?: string | number | number[] | undefined;
21551
21584
  id?: string | undefined;
@@ -21599,7 +21632,7 @@ declare const VCombobox: {
21599
21632
  }) => vue.VNodeChild) | undefined;
21600
21633
  } & {
21601
21634
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21602
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
21635
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
21603
21636
  };
21604
21637
  multiple: BooleanConstructor;
21605
21638
  noDataText: {
@@ -22068,7 +22101,7 @@ declare const VCombobox: {
22068
22101
  };
22069
22102
  menuProps: {
22070
22103
  type: PropType<Partial<{
22071
- location: Anchor;
22104
+ location: NonNullable<Anchor> | undefined;
22072
22105
  origin: "auto" | Anchor | "overlap";
22073
22106
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22074
22107
  component?: vue.Component | undefined;
@@ -22096,8 +22129,9 @@ declare const VCombobox: {
22096
22129
  noClickAnimation: boolean;
22097
22130
  persistent: boolean;
22098
22131
  scrim: NonNullable<string | boolean>;
22132
+ submenu: boolean;
22099
22133
  }> & Omit<{
22100
- location: Anchor;
22134
+ location: NonNullable<Anchor> | undefined;
22101
22135
  origin: "auto" | Anchor | "overlap";
22102
22136
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22103
22137
  component?: vue.Component | undefined;
@@ -22123,6 +22157,7 @@ declare const VCombobox: {
22123
22157
  noClickAnimation: boolean;
22124
22158
  persistent: boolean;
22125
22159
  scrim: NonNullable<string | boolean>;
22160
+ submenu: boolean;
22126
22161
  offset?: string | number | number[] | undefined;
22127
22162
  id?: string | undefined;
22128
22163
  height?: string | number | undefined;
@@ -22173,7 +22208,7 @@ declare const VCombobox: {
22173
22208
  }) => vue.VNodeChild) | undefined;
22174
22209
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22175
22210
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
22176
- location: Anchor;
22211
+ location: NonNullable<Anchor> | undefined;
22177
22212
  origin: "auto" | Anchor | "overlap";
22178
22213
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22179
22214
  component?: vue.Component | undefined;
@@ -22199,6 +22234,7 @@ declare const VCombobox: {
22199
22234
  noClickAnimation: boolean;
22200
22235
  persistent: boolean;
22201
22236
  scrim: NonNullable<string | boolean>;
22237
+ submenu: boolean;
22202
22238
  } & {
22203
22239
  offset?: string | number | number[] | undefined;
22204
22240
  id?: string | undefined;
@@ -22252,7 +22288,7 @@ declare const VCombobox: {
22252
22288
  }) => vue.VNodeChild) | undefined;
22253
22289
  } & {
22254
22290
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22255
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
22291
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
22256
22292
  };
22257
22293
  multiple: BooleanConstructor;
22258
22294
  noDataText: {
@@ -30462,7 +30498,7 @@ declare const VDialog: {
30462
30498
  onAfterLeave?: (() => any) | undefined;
30463
30499
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30464
30500
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30465
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30501
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30466
30502
  activatorEl: vue.Ref<HTMLElement | undefined>;
30467
30503
  scrimEl: vue.Ref<HTMLElement | undefined>;
30468
30504
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31146,7 +31182,7 @@ declare const VDialog: {
31146
31182
  onAfterLeave?: (() => any) | undefined;
31147
31183
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31148
31184
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31149
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31185
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31150
31186
  activatorEl: vue.Ref<HTMLElement | undefined>;
31151
31187
  scrimEl: vue.Ref<HTMLElement | undefined>;
31152
31188
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31727,7 +31763,7 @@ declare const VDialog: {
31727
31763
  onAfterLeave?: (() => any) | undefined;
31728
31764
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31729
31765
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31730
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31766
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31731
31767
  activatorEl: vue.Ref<HTMLElement | undefined>;
31732
31768
  scrimEl: vue.Ref<HTMLElement | undefined>;
31733
31769
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -36187,7 +36223,7 @@ declare const VFooter: {
36187
36223
  } | undefined;
36188
36224
  } & {
36189
36225
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36190
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
36226
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
36191
36227
  absolute: boolean;
36192
36228
  height: string | number;
36193
36229
  order: string | number;
@@ -36257,7 +36293,7 @@ declare const VFooter: {
36257
36293
  } | undefined;
36258
36294
  } & {
36259
36295
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36260
- }, {}, {}, {}, {}, {
36296
+ }, any, {}, {}, {}, {
36261
36297
  absolute: boolean;
36262
36298
  height: string | number;
36263
36299
  order: string | number;
@@ -36295,7 +36331,7 @@ declare const VFooter: {
36295
36331
  } | undefined;
36296
36332
  } & {
36297
36333
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36298
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
36334
+ }, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
36299
36335
  absolute: boolean;
36300
36336
  height: string | number;
36301
36337
  order: string | number;
@@ -41888,7 +41924,7 @@ type VMain = InstanceType<typeof VMain>;
41888
41924
 
41889
41925
  declare const VMenu: {
41890
41926
  new (...args: any[]): vue.CreateComponentPublicInstance<{
41891
- location: Anchor;
41927
+ location: NonNullable<Anchor> | undefined;
41892
41928
  origin: "auto" | Anchor | "overlap";
41893
41929
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41894
41930
  component?: Component | undefined;
@@ -41914,6 +41950,7 @@ declare const VMenu: {
41914
41950
  noClickAnimation: boolean;
41915
41951
  persistent: boolean;
41916
41952
  scrim: NonNullable<string | boolean>;
41953
+ submenu: boolean;
41917
41954
  } & {
41918
41955
  offset?: string | number | number[] | undefined;
41919
41956
  id?: string | undefined;
@@ -42423,7 +42460,7 @@ declare const VMenu: {
42423
42460
  onAfterLeave?: (() => any) | undefined;
42424
42461
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42425
42462
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
42426
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42463
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42427
42464
  activatorEl: vue.Ref<HTMLElement | undefined>;
42428
42465
  scrimEl: vue.Ref<HTMLElement | undefined>;
42429
42466
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -42435,7 +42472,7 @@ declare const VMenu: {
42435
42472
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
42436
42473
  'update:modelValue': (value: boolean) => boolean;
42437
42474
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
42438
- location: Anchor;
42475
+ location: NonNullable<Anchor> | undefined;
42439
42476
  origin: "auto" | Anchor | "overlap";
42440
42477
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42441
42478
  component?: Component | undefined;
@@ -42461,6 +42498,7 @@ declare const VMenu: {
42461
42498
  noClickAnimation: boolean;
42462
42499
  persistent: boolean;
42463
42500
  scrim: NonNullable<string | boolean>;
42501
+ submenu: boolean;
42464
42502
  } & {
42465
42503
  offset?: string | number | number[] | undefined;
42466
42504
  id?: string | undefined;
@@ -42515,7 +42553,7 @@ declare const VMenu: {
42515
42553
  } & {
42516
42554
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42517
42555
  }, {
42518
- location: Anchor;
42556
+ location: NonNullable<Anchor> | undefined;
42519
42557
  origin: "auto" | Anchor | "overlap";
42520
42558
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42521
42559
  component?: Component | undefined;
@@ -42543,6 +42581,7 @@ declare const VMenu: {
42543
42581
  noClickAnimation: boolean;
42544
42582
  persistent: boolean;
42545
42583
  scrim: NonNullable<string | boolean>;
42584
+ submenu: boolean;
42546
42585
  }, true, {}, vue.SlotsType<Partial<{
42547
42586
  default: (arg: {
42548
42587
  isActive: vue.Ref<boolean>;
@@ -42564,7 +42603,7 @@ declare const VMenu: {
42564
42603
  M: {};
42565
42604
  Defaults: {};
42566
42605
  }, {
42567
- location: Anchor;
42606
+ location: NonNullable<Anchor> | undefined;
42568
42607
  origin: "auto" | Anchor | "overlap";
42569
42608
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42570
42609
  component?: Component | undefined;
@@ -42590,6 +42629,7 @@ declare const VMenu: {
42590
42629
  noClickAnimation: boolean;
42591
42630
  persistent: boolean;
42592
42631
  scrim: NonNullable<string | boolean>;
42632
+ submenu: boolean;
42593
42633
  } & {
42594
42634
  offset?: string | number | number[] | undefined;
42595
42635
  id?: string | undefined;
@@ -43099,7 +43139,7 @@ declare const VMenu: {
43099
43139
  onAfterLeave?: (() => any) | undefined;
43100
43140
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43101
43141
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43102
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43142
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43103
43143
  activatorEl: vue.Ref<HTMLElement | undefined>;
43104
43144
  scrimEl: vue.Ref<HTMLElement | undefined>;
43105
43145
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43109,7 +43149,7 @@ declare const VMenu: {
43109
43149
  localTop: vue.ComputedRef<boolean>;
43110
43150
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
43111
43151
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, {}, {}, {}, {
43112
- location: Anchor;
43152
+ location: NonNullable<Anchor> | undefined;
43113
43153
  origin: "auto" | Anchor | "overlap";
43114
43154
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43115
43155
  component?: Component | undefined;
@@ -43137,12 +43177,13 @@ declare const VMenu: {
43137
43177
  noClickAnimation: boolean;
43138
43178
  persistent: boolean;
43139
43179
  scrim: NonNullable<string | boolean>;
43180
+ submenu: boolean;
43140
43181
  }>;
43141
43182
  __isFragment?: undefined;
43142
43183
  __isTeleport?: undefined;
43143
43184
  __isSuspense?: undefined;
43144
43185
  } & vue.ComponentOptionsBase<{
43145
- location: Anchor;
43186
+ location: NonNullable<Anchor> | undefined;
43146
43187
  origin: "auto" | Anchor | "overlap";
43147
43188
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43148
43189
  component?: Component | undefined;
@@ -43168,6 +43209,7 @@ declare const VMenu: {
43168
43209
  noClickAnimation: boolean;
43169
43210
  persistent: boolean;
43170
43211
  scrim: NonNullable<string | boolean>;
43212
+ submenu: boolean;
43171
43213
  } & {
43172
43214
  offset?: string | number | number[] | undefined;
43173
43215
  id?: string | undefined;
@@ -43677,7 +43719,7 @@ declare const VMenu: {
43677
43719
  onAfterLeave?: (() => any) | undefined;
43678
43720
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43679
43721
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43680
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43722
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43681
43723
  activatorEl: vue.Ref<HTMLElement | undefined>;
43682
43724
  scrimEl: vue.Ref<HTMLElement | undefined>;
43683
43725
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43689,7 +43731,7 @@ declare const VMenu: {
43689
43731
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43690
43732
  'update:modelValue': (value: boolean) => boolean;
43691
43733
  }, string, {
43692
- location: Anchor;
43734
+ location: NonNullable<Anchor> | undefined;
43693
43735
  origin: "auto" | Anchor | "overlap";
43694
43736
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43695
43737
  component?: Component | undefined;
@@ -43717,6 +43759,7 @@ declare const VMenu: {
43717
43759
  noClickAnimation: boolean;
43718
43760
  persistent: boolean;
43719
43761
  scrim: NonNullable<string | boolean>;
43762
+ submenu: boolean;
43720
43763
  }, {}, string, vue.SlotsType<Partial<{
43721
43764
  default: (arg: {
43722
43765
  isActive: vue.Ref<boolean>;
@@ -43732,9 +43775,12 @@ declare const VMenu: {
43732
43775
  }>[];
43733
43776
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43734
43777
  offset: vue.PropType<string | number | number[] | undefined>;
43735
- location: {
43778
+ location: Omit<{
43736
43779
  type: vue.PropType<Anchor>;
43737
43780
  default: string;
43781
+ }, "type" | "default"> & {
43782
+ type: vue.PropType<NonNullable<Anchor> | undefined>;
43783
+ default: NonNullable<Anchor> | undefined;
43738
43784
  };
43739
43785
  origin: {
43740
43786
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43845,11 +43891,15 @@ declare const VMenu: {
43845
43891
  };
43846
43892
  attach: vue.PropType<string | boolean | Element>;
43847
43893
  id: StringConstructor;
43894
+ submenu: BooleanConstructor;
43848
43895
  }, vue.ExtractPropTypes<{
43849
43896
  offset: vue.PropType<string | number | number[] | undefined>;
43850
- location: {
43897
+ location: Omit<{
43851
43898
  type: vue.PropType<Anchor>;
43852
43899
  default: string;
43900
+ }, "type" | "default"> & {
43901
+ type: vue.PropType<NonNullable<Anchor> | undefined>;
43902
+ default: NonNullable<Anchor> | undefined;
43853
43903
  };
43854
43904
  origin: {
43855
43905
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43960,6 +44010,7 @@ declare const VMenu: {
43960
44010
  };
43961
44011
  attach: vue.PropType<string | boolean | Element>;
43962
44012
  id: StringConstructor;
44013
+ submenu: BooleanConstructor;
43963
44014
  }>>;
43964
44015
  type VMenu = InstanceType<typeof VMenu>;
43965
44016
 
@@ -49588,7 +49639,7 @@ declare const VSelect: {
49588
49639
  }) => vue.VNodeChild) | undefined;
49589
49640
  }) | undefined;
49590
49641
  menuProps?: (Partial<{
49591
- location: Anchor;
49642
+ location: NonNullable<Anchor> | undefined;
49592
49643
  origin: "auto" | Anchor | "overlap";
49593
49644
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49594
49645
  component?: Component | undefined;
@@ -49616,8 +49667,9 @@ declare const VSelect: {
49616
49667
  noClickAnimation: boolean;
49617
49668
  persistent: boolean;
49618
49669
  scrim: NonNullable<string | boolean>;
49670
+ submenu: boolean;
49619
49671
  }> & Omit<{
49620
- location: Anchor;
49672
+ location: NonNullable<Anchor> | undefined;
49621
49673
  origin: "auto" | Anchor | "overlap";
49622
49674
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49623
49675
  component?: Component | undefined;
@@ -49643,6 +49695,7 @@ declare const VSelect: {
49643
49695
  noClickAnimation: boolean;
49644
49696
  persistent: boolean;
49645
49697
  scrim: NonNullable<string | boolean>;
49698
+ submenu: boolean;
49646
49699
  offset?: string | number | number[] | undefined;
49647
49700
  id?: string | undefined;
49648
49701
  height?: string | number | undefined;
@@ -49693,7 +49746,7 @@ declare const VSelect: {
49693
49746
  }) => vue.VNodeChild) | undefined;
49694
49747
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49695
49748
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49696
- location: Anchor;
49749
+ location: NonNullable<Anchor> | undefined;
49697
49750
  origin: "auto" | Anchor | "overlap";
49698
49751
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49699
49752
  component?: Component | undefined;
@@ -49719,6 +49772,7 @@ declare const VSelect: {
49719
49772
  noClickAnimation: boolean;
49720
49773
  persistent: boolean;
49721
49774
  scrim: NonNullable<string | boolean>;
49775
+ submenu: boolean;
49722
49776
  } & {
49723
49777
  offset?: string | number | number[] | undefined;
49724
49778
  id?: string | undefined;
@@ -49772,7 +49826,7 @@ declare const VSelect: {
49772
49826
  }) => vue.VNodeChild) | undefined;
49773
49827
  } & {
49774
49828
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49775
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
49829
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
49776
49830
  itemColor?: string | undefined;
49777
49831
  } & {
49778
49832
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50120,7 +50174,7 @@ declare const VSelect: {
50120
50174
  }) => vue.VNodeChild) | undefined;
50121
50175
  }) | undefined;
50122
50176
  menuProps?: (Partial<{
50123
- location: Anchor;
50177
+ location: NonNullable<Anchor> | undefined;
50124
50178
  origin: "auto" | Anchor | "overlap";
50125
50179
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50126
50180
  component?: Component | undefined;
@@ -50148,8 +50202,9 @@ declare const VSelect: {
50148
50202
  noClickAnimation: boolean;
50149
50203
  persistent: boolean;
50150
50204
  scrim: NonNullable<string | boolean>;
50205
+ submenu: boolean;
50151
50206
  }> & Omit<{
50152
- location: Anchor;
50207
+ location: NonNullable<Anchor> | undefined;
50153
50208
  origin: "auto" | Anchor | "overlap";
50154
50209
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50155
50210
  component?: Component | undefined;
@@ -50175,6 +50230,7 @@ declare const VSelect: {
50175
50230
  noClickAnimation: boolean;
50176
50231
  persistent: boolean;
50177
50232
  scrim: NonNullable<string | boolean>;
50233
+ submenu: boolean;
50178
50234
  offset?: string | number | number[] | undefined;
50179
50235
  id?: string | undefined;
50180
50236
  height?: string | number | undefined;
@@ -50225,7 +50281,7 @@ declare const VSelect: {
50225
50281
  }) => vue.VNodeChild) | undefined;
50226
50282
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50227
50283
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50228
- location: Anchor;
50284
+ location: NonNullable<Anchor> | undefined;
50229
50285
  origin: "auto" | Anchor | "overlap";
50230
50286
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50231
50287
  component?: Component | undefined;
@@ -50251,6 +50307,7 @@ declare const VSelect: {
50251
50307
  noClickAnimation: boolean;
50252
50308
  persistent: boolean;
50253
50309
  scrim: NonNullable<string | boolean>;
50310
+ submenu: boolean;
50254
50311
  } & {
50255
50312
  offset?: string | number | number[] | undefined;
50256
50313
  id?: string | undefined;
@@ -50304,7 +50361,7 @@ declare const VSelect: {
50304
50361
  }) => vue.VNodeChild) | undefined;
50305
50362
  } & {
50306
50363
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50307
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50364
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50308
50365
  itemColor?: string | undefined;
50309
50366
  } & {
50310
50367
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50765,7 +50822,7 @@ declare const VSelect: {
50765
50822
  }) => vue.VNodeChild) | undefined;
50766
50823
  }) | undefined;
50767
50824
  menuProps?: (Partial<{
50768
- location: Anchor;
50825
+ location: NonNullable<Anchor> | undefined;
50769
50826
  origin: "auto" | Anchor | "overlap";
50770
50827
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50771
50828
  component?: Component | undefined;
@@ -50793,8 +50850,9 @@ declare const VSelect: {
50793
50850
  noClickAnimation: boolean;
50794
50851
  persistent: boolean;
50795
50852
  scrim: NonNullable<string | boolean>;
50853
+ submenu: boolean;
50796
50854
  }> & Omit<{
50797
- location: Anchor;
50855
+ location: NonNullable<Anchor> | undefined;
50798
50856
  origin: "auto" | Anchor | "overlap";
50799
50857
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50800
50858
  component?: Component | undefined;
@@ -50820,6 +50878,7 @@ declare const VSelect: {
50820
50878
  noClickAnimation: boolean;
50821
50879
  persistent: boolean;
50822
50880
  scrim: NonNullable<string | boolean>;
50881
+ submenu: boolean;
50823
50882
  offset?: string | number | number[] | undefined;
50824
50883
  id?: string | undefined;
50825
50884
  height?: string | number | undefined;
@@ -50870,7 +50929,7 @@ declare const VSelect: {
50870
50929
  }) => vue.VNodeChild) | undefined;
50871
50930
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50872
50931
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50873
- location: Anchor;
50932
+ location: NonNullable<Anchor> | undefined;
50874
50933
  origin: "auto" | Anchor | "overlap";
50875
50934
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50876
50935
  component?: Component | undefined;
@@ -50896,6 +50955,7 @@ declare const VSelect: {
50896
50955
  noClickAnimation: boolean;
50897
50956
  persistent: boolean;
50898
50957
  scrim: NonNullable<string | boolean>;
50958
+ submenu: boolean;
50899
50959
  } & {
50900
50960
  offset?: string | number | number[] | undefined;
50901
50961
  id?: string | undefined;
@@ -50949,7 +51009,7 @@ declare const VSelect: {
50949
51009
  }) => vue.VNodeChild) | undefined;
50950
51010
  } & {
50951
51011
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50952
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
51012
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50953
51013
  itemColor?: string | undefined;
50954
51014
  } & {
50955
51015
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51345,7 +51405,7 @@ declare const VSelect: {
51345
51405
  }) => vue.VNodeChild) | undefined;
51346
51406
  }) | undefined;
51347
51407
  menuProps?: (Partial<{
51348
- location: Anchor;
51408
+ location: NonNullable<Anchor> | undefined;
51349
51409
  origin: "auto" | Anchor | "overlap";
51350
51410
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51351
51411
  component?: Component | undefined;
@@ -51373,8 +51433,9 @@ declare const VSelect: {
51373
51433
  noClickAnimation: boolean;
51374
51434
  persistent: boolean;
51375
51435
  scrim: NonNullable<string | boolean>;
51436
+ submenu: boolean;
51376
51437
  }> & Omit<{
51377
- location: Anchor;
51438
+ location: NonNullable<Anchor> | undefined;
51378
51439
  origin: "auto" | Anchor | "overlap";
51379
51440
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51380
51441
  component?: Component | undefined;
@@ -51400,6 +51461,7 @@ declare const VSelect: {
51400
51461
  noClickAnimation: boolean;
51401
51462
  persistent: boolean;
51402
51463
  scrim: NonNullable<string | boolean>;
51464
+ submenu: boolean;
51403
51465
  offset?: string | number | number[] | undefined;
51404
51466
  id?: string | undefined;
51405
51467
  height?: string | number | undefined;
@@ -51450,7 +51512,7 @@ declare const VSelect: {
51450
51512
  }) => vue.VNodeChild) | undefined;
51451
51513
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51452
51514
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
51453
- location: Anchor;
51515
+ location: NonNullable<Anchor> | undefined;
51454
51516
  origin: "auto" | Anchor | "overlap";
51455
51517
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51456
51518
  component?: Component | undefined;
@@ -51476,6 +51538,7 @@ declare const VSelect: {
51476
51538
  noClickAnimation: boolean;
51477
51539
  persistent: boolean;
51478
51540
  scrim: NonNullable<string | boolean>;
51541
+ submenu: boolean;
51479
51542
  } & {
51480
51543
  offset?: string | number | number[] | undefined;
51481
51544
  id?: string | undefined;
@@ -51529,7 +51592,7 @@ declare const VSelect: {
51529
51592
  }) => vue.VNodeChild) | undefined;
51530
51593
  } & {
51531
51594
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51532
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
51595
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
51533
51596
  itemColor?: string | undefined;
51534
51597
  } & {
51535
51598
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52141,7 +52204,7 @@ declare const VSelect: {
52141
52204
  };
52142
52205
  menuProps: {
52143
52206
  type: PropType<Partial<{
52144
- location: Anchor;
52207
+ location: NonNullable<Anchor> | undefined;
52145
52208
  origin: "auto" | Anchor | "overlap";
52146
52209
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52147
52210
  component?: Component | undefined;
@@ -52169,8 +52232,9 @@ declare const VSelect: {
52169
52232
  noClickAnimation: boolean;
52170
52233
  persistent: boolean;
52171
52234
  scrim: NonNullable<string | boolean>;
52235
+ submenu: boolean;
52172
52236
  }> & Omit<{
52173
- location: Anchor;
52237
+ location: NonNullable<Anchor> | undefined;
52174
52238
  origin: "auto" | Anchor | "overlap";
52175
52239
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52176
52240
  component?: Component | undefined;
@@ -52196,6 +52260,7 @@ declare const VSelect: {
52196
52260
  noClickAnimation: boolean;
52197
52261
  persistent: boolean;
52198
52262
  scrim: NonNullable<string | boolean>;
52263
+ submenu: boolean;
52199
52264
  offset?: string | number | number[] | undefined;
52200
52265
  id?: string | undefined;
52201
52266
  height?: string | number | undefined;
@@ -52246,7 +52311,7 @@ declare const VSelect: {
52246
52311
  }) => vue.VNodeChild) | undefined;
52247
52312
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52248
52313
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52249
- location: Anchor;
52314
+ location: NonNullable<Anchor> | undefined;
52250
52315
  origin: "auto" | Anchor | "overlap";
52251
52316
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52252
52317
  component?: Component | undefined;
@@ -52272,6 +52337,7 @@ declare const VSelect: {
52272
52337
  noClickAnimation: boolean;
52273
52338
  persistent: boolean;
52274
52339
  scrim: NonNullable<string | boolean>;
52340
+ submenu: boolean;
52275
52341
  } & {
52276
52342
  offset?: string | number | number[] | undefined;
52277
52343
  id?: string | undefined;
@@ -52325,7 +52391,7 @@ declare const VSelect: {
52325
52391
  }) => vue.VNodeChild) | undefined;
52326
52392
  } & {
52327
52393
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52328
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
52394
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52329
52395
  };
52330
52396
  multiple: BooleanConstructor;
52331
52397
  noDataText: {
@@ -52773,7 +52839,7 @@ declare const VSelect: {
52773
52839
  };
52774
52840
  menuProps: {
52775
52841
  type: PropType<Partial<{
52776
- location: Anchor;
52842
+ location: NonNullable<Anchor> | undefined;
52777
52843
  origin: "auto" | Anchor | "overlap";
52778
52844
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52779
52845
  component?: Component | undefined;
@@ -52801,8 +52867,9 @@ declare const VSelect: {
52801
52867
  noClickAnimation: boolean;
52802
52868
  persistent: boolean;
52803
52869
  scrim: NonNullable<string | boolean>;
52870
+ submenu: boolean;
52804
52871
  }> & Omit<{
52805
- location: Anchor;
52872
+ location: NonNullable<Anchor> | undefined;
52806
52873
  origin: "auto" | Anchor | "overlap";
52807
52874
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52808
52875
  component?: Component | undefined;
@@ -52828,6 +52895,7 @@ declare const VSelect: {
52828
52895
  noClickAnimation: boolean;
52829
52896
  persistent: boolean;
52830
52897
  scrim: NonNullable<string | boolean>;
52898
+ submenu: boolean;
52831
52899
  offset?: string | number | number[] | undefined;
52832
52900
  id?: string | undefined;
52833
52901
  height?: string | number | undefined;
@@ -52878,7 +52946,7 @@ declare const VSelect: {
52878
52946
  }) => vue.VNodeChild) | undefined;
52879
52947
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52880
52948
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52881
- location: Anchor;
52949
+ location: NonNullable<Anchor> | undefined;
52882
52950
  origin: "auto" | Anchor | "overlap";
52883
52951
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52884
52952
  component?: Component | undefined;
@@ -52904,6 +52972,7 @@ declare const VSelect: {
52904
52972
  noClickAnimation: boolean;
52905
52973
  persistent: boolean;
52906
52974
  scrim: NonNullable<string | boolean>;
52975
+ submenu: boolean;
52907
52976
  } & {
52908
52977
  offset?: string | number | number[] | undefined;
52909
52978
  id?: string | undefined;
@@ -52957,7 +53026,7 @@ declare const VSelect: {
52957
53026
  }) => vue.VNodeChild) | undefined;
52958
53027
  } & {
52959
53028
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52960
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
53029
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52961
53030
  };
52962
53031
  multiple: BooleanConstructor;
52963
53032
  noDataText: {
@@ -55236,7 +55305,7 @@ declare const VSnackbar: {
55236
55305
  onAfterLeave?: (() => any) | undefined;
55237
55306
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55238
55307
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55239
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55308
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55240
55309
  activatorEl: Ref<HTMLElement | undefined>;
55241
55310
  scrimEl: Ref<HTMLElement | undefined>;
55242
55311
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -55923,7 +55992,7 @@ declare const VSnackbar: {
55923
55992
  onAfterLeave?: (() => any) | undefined;
55924
55993
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55925
55994
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55926
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55995
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55927
55996
  activatorEl: Ref<HTMLElement | undefined>;
55928
55997
  scrimEl: Ref<HTMLElement | undefined>;
55929
55998
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -56502,7 +56571,7 @@ declare const VSnackbar: {
56502
56571
  onAfterLeave?: (() => any) | undefined;
56503
56572
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56504
56573
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
56505
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56574
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56506
56575
  activatorEl: Ref<HTMLElement | undefined>;
56507
56576
  scrimEl: Ref<HTMLElement | undefined>;
56508
56577
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -57160,7 +57229,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
57160
57229
  declare const VSpeedDial: {
57161
57230
  new (...args: any[]): vue.CreateComponentPublicInstance<{
57162
57231
  offset: NonNullable<string | number | number[] | undefined>;
57163
- location: NonNullable<Anchor>;
57232
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57164
57233
  origin: "auto" | Anchor | "overlap";
57165
57234
  minWidth: NonNullable<string | number>;
57166
57235
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57187,6 +57256,7 @@ declare const VSpeedDial: {
57187
57256
  noClickAnimation: boolean;
57188
57257
  persistent: boolean;
57189
57258
  scrim: NonNullable<string | boolean>;
57259
+ submenu: boolean;
57190
57260
  } & {
57191
57261
  id?: string | undefined;
57192
57262
  height?: string | number | undefined;
@@ -57242,7 +57312,7 @@ declare const VSpeedDial: {
57242
57312
  'update:modelValue': (value: boolean) => boolean;
57243
57313
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
57244
57314
  offset: NonNullable<string | number | number[] | undefined>;
57245
- location: NonNullable<Anchor>;
57315
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57246
57316
  origin: "auto" | Anchor | "overlap";
57247
57317
  minWidth: NonNullable<string | number>;
57248
57318
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57269,6 +57339,7 @@ declare const VSpeedDial: {
57269
57339
  noClickAnimation: boolean;
57270
57340
  persistent: boolean;
57271
57341
  scrim: NonNullable<string | boolean>;
57342
+ submenu: boolean;
57272
57343
  } & {
57273
57344
  id?: string | undefined;
57274
57345
  height?: string | number | undefined;
@@ -57322,7 +57393,7 @@ declare const VSpeedDial: {
57322
57393
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57323
57394
  }, {
57324
57395
  offset: NonNullable<string | number | number[] | undefined>;
57325
- location: NonNullable<Anchor>;
57396
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57326
57397
  origin: "auto" | Anchor | "overlap";
57327
57398
  minWidth: NonNullable<string | number>;
57328
57399
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57351,6 +57422,7 @@ declare const VSpeedDial: {
57351
57422
  noClickAnimation: boolean;
57352
57423
  persistent: boolean;
57353
57424
  scrim: NonNullable<string | boolean>;
57425
+ submenu: boolean;
57354
57426
  }, true, {}, vue.SlotsType<Partial<{
57355
57427
  default: (arg: {
57356
57428
  isActive: vue.Ref<boolean>;
@@ -57373,7 +57445,7 @@ declare const VSpeedDial: {
57373
57445
  Defaults: {};
57374
57446
  }, {
57375
57447
  offset: NonNullable<string | number | number[] | undefined>;
57376
- location: NonNullable<Anchor>;
57448
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57377
57449
  origin: "auto" | Anchor | "overlap";
57378
57450
  minWidth: NonNullable<string | number>;
57379
57451
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57400,6 +57472,7 @@ declare const VSpeedDial: {
57400
57472
  noClickAnimation: boolean;
57401
57473
  persistent: boolean;
57402
57474
  scrim: NonNullable<string | boolean>;
57475
+ submenu: boolean;
57403
57476
  } & {
57404
57477
  id?: string | undefined;
57405
57478
  height?: string | number | undefined;
@@ -57453,7 +57526,7 @@ declare const VSpeedDial: {
57453
57526
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57454
57527
  }, {}, {}, {}, {}, {
57455
57528
  offset: NonNullable<string | number | number[] | undefined>;
57456
- location: NonNullable<Anchor>;
57529
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57457
57530
  origin: "auto" | Anchor | "overlap";
57458
57531
  minWidth: NonNullable<string | number>;
57459
57532
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57482,13 +57555,14 @@ declare const VSpeedDial: {
57482
57555
  noClickAnimation: boolean;
57483
57556
  persistent: boolean;
57484
57557
  scrim: NonNullable<string | boolean>;
57558
+ submenu: boolean;
57485
57559
  }>;
57486
57560
  __isFragment?: undefined;
57487
57561
  __isTeleport?: undefined;
57488
57562
  __isSuspense?: undefined;
57489
57563
  } & vue.ComponentOptionsBase<{
57490
57564
  offset: NonNullable<string | number | number[] | undefined>;
57491
- location: NonNullable<Anchor>;
57565
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57492
57566
  origin: "auto" | Anchor | "overlap";
57493
57567
  minWidth: NonNullable<string | number>;
57494
57568
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57515,6 +57589,7 @@ declare const VSpeedDial: {
57515
57589
  noClickAnimation: boolean;
57516
57590
  persistent: boolean;
57517
57591
  scrim: NonNullable<string | boolean>;
57592
+ submenu: boolean;
57518
57593
  } & {
57519
57594
  id?: string | undefined;
57520
57595
  height?: string | number | undefined;
@@ -57570,7 +57645,7 @@ declare const VSpeedDial: {
57570
57645
  'update:modelValue': (value: boolean) => boolean;
57571
57646
  }, string, {
57572
57647
  offset: NonNullable<string | number | number[] | undefined>;
57573
- location: NonNullable<Anchor>;
57648
+ location: NonNullable<NonNullable<Anchor> | undefined>;
57574
57649
  origin: "auto" | Anchor | "overlap";
57575
57650
  minWidth: NonNullable<string | number>;
57576
57651
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57599,6 +57674,7 @@ declare const VSpeedDial: {
57599
57674
  noClickAnimation: boolean;
57600
57675
  persistent: boolean;
57601
57676
  scrim: NonNullable<string | boolean>;
57677
+ submenu: boolean;
57602
57678
  }, {}, string, vue.SlotsType<Partial<{
57603
57679
  default: (arg: {
57604
57680
  isActive: vue.Ref<boolean>;
@@ -57617,12 +57693,15 @@ declare const VSpeedDial: {
57617
57693
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57618
57694
  default: NonNullable<string | number | number[] | undefined>;
57619
57695
  };
57620
- location: Omit<{
57696
+ location: Omit<Omit<{
57621
57697
  type: vue.PropType<Anchor>;
57622
57698
  default: string;
57623
57699
  }, "type" | "default"> & {
57624
- type: vue.PropType<NonNullable<Anchor>>;
57625
- default: NonNullable<Anchor>;
57700
+ type: vue.PropType<NonNullable<Anchor> | undefined>;
57701
+ default: NonNullable<Anchor> | undefined;
57702
+ }, "type" | "default"> & {
57703
+ type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57704
+ default: NonNullable<NonNullable<Anchor> | undefined>;
57626
57705
  };
57627
57706
  origin: {
57628
57707
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57753,17 +57832,21 @@ declare const VSpeedDial: {
57753
57832
  };
57754
57833
  attach: vue.PropType<string | boolean | Element>;
57755
57834
  id: StringConstructor;
57835
+ submenu: BooleanConstructor;
57756
57836
  }, vue.ExtractPropTypes<{
57757
57837
  offset: {
57758
57838
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57759
57839
  default: NonNullable<string | number | number[] | undefined>;
57760
57840
  };
57761
- location: Omit<{
57841
+ location: Omit<Omit<{
57762
57842
  type: vue.PropType<Anchor>;
57763
57843
  default: string;
57764
57844
  }, "type" | "default"> & {
57765
- type: vue.PropType<NonNullable<Anchor>>;
57766
- default: NonNullable<Anchor>;
57845
+ type: vue.PropType<NonNullable<Anchor> | undefined>;
57846
+ default: NonNullable<Anchor> | undefined;
57847
+ }, "type" | "default"> & {
57848
+ type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57849
+ default: NonNullable<NonNullable<Anchor> | undefined>;
57767
57850
  };
57768
57851
  origin: {
57769
57852
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57894,6 +57977,7 @@ declare const VSpeedDial: {
57894
57977
  };
57895
57978
  attach: vue.PropType<string | boolean | Element>;
57896
57979
  id: StringConstructor;
57980
+ submenu: BooleanConstructor;
57897
57981
  }>>;
57898
57982
  type VSpeedDial = InstanceType<typeof VSpeedDial>;
57899
57983
 
@@ -68701,7 +68785,7 @@ declare const VTooltip: {
68701
68785
  onAfterLeave?: (() => any) | undefined;
68702
68786
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68703
68787
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
68704
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68788
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68705
68789
  activatorEl: vue.Ref<HTMLElement | undefined>;
68706
68790
  scrimEl: vue.Ref<HTMLElement | undefined>;
68707
68791
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69367,7 +69451,7 @@ declare const VTooltip: {
69367
69451
  onAfterLeave?: (() => any) | undefined;
69368
69452
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69369
69453
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69370
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69454
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69371
69455
  activatorEl: vue.Ref<HTMLElement | undefined>;
69372
69456
  scrimEl: vue.Ref<HTMLElement | undefined>;
69373
69457
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69937,7 +70021,7 @@ declare const VTooltip: {
69937
70021
  onAfterLeave?: (() => any) | undefined;
69938
70022
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69939
70023
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69940
- }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
70024
+ }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69941
70025
  activatorEl: vue.Ref<HTMLElement | undefined>;
69942
70026
  scrimEl: vue.Ref<HTMLElement | undefined>;
69943
70027
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -75704,6 +75788,7 @@ declare const VNumberInput: {
75704
75788
  errorMessages: string | readonly string[] | null;
75705
75789
  maxErrors: string | number;
75706
75790
  rules: readonly ValidationRule$1[];
75791
+ modelValue: Number | null;
75707
75792
  tile: boolean;
75708
75793
  density: Density;
75709
75794
  clearIcon: IconValue;
@@ -75733,7 +75818,6 @@ declare const VNumberInput: {
75733
75818
  theme?: string | undefined;
75734
75819
  counter?: string | number | boolean | undefined;
75735
75820
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
75736
- modelValue?: any;
75737
75821
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
75738
75822
  validationValue?: any;
75739
75823
  rounded?: string | number | boolean | undefined;
@@ -75812,7 +75896,7 @@ declare const VNumberInput: {
75812
75896
  } & {
75813
75897
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
75814
75898
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
75815
- 'update:modelValue': (val: number) => true;
75899
+ 'update:modelValue': (val: number) => boolean;
75816
75900
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
75817
75901
  flat: boolean;
75818
75902
  reverse: boolean;
@@ -75834,6 +75918,7 @@ declare const VNumberInput: {
75834
75918
  errorMessages: string | readonly string[] | null;
75835
75919
  maxErrors: string | number;
75836
75920
  rules: readonly ValidationRule$1[];
75921
+ modelValue: Number | null;
75837
75922
  tile: boolean;
75838
75923
  density: Density;
75839
75924
  clearIcon: IconValue;
@@ -75863,7 +75948,6 @@ declare const VNumberInput: {
75863
75948
  theme?: string | undefined;
75864
75949
  counter?: string | number | boolean | undefined;
75865
75950
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
75866
- modelValue?: any;
75867
75951
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
75868
75952
  validationValue?: any;
75869
75953
  rounded?: string | number | boolean | undefined;
@@ -75962,6 +76046,7 @@ declare const VNumberInput: {
75962
76046
  errorMessages: string | readonly string[] | null;
75963
76047
  maxErrors: string | number;
75964
76048
  rules: readonly ValidationRule$1[];
76049
+ modelValue: Number | null;
75965
76050
  rounded: string | number | boolean;
75966
76051
  tile: boolean;
75967
76052
  density: Density;
@@ -76047,6 +76132,7 @@ declare const VNumberInput: {
76047
76132
  errorMessages: string | readonly string[] | null;
76048
76133
  maxErrors: string | number;
76049
76134
  rules: readonly ValidationRule$1[];
76135
+ modelValue: Number | null;
76050
76136
  tile: boolean;
76051
76137
  density: Density;
76052
76138
  clearIcon: IconValue;
@@ -76076,7 +76162,6 @@ declare const VNumberInput: {
76076
76162
  theme?: string | undefined;
76077
76163
  counter?: string | number | boolean | undefined;
76078
76164
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76079
- modelValue?: any;
76080
76165
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76081
76166
  validationValue?: any;
76082
76167
  rounded?: string | number | boolean | undefined;
@@ -76175,6 +76260,7 @@ declare const VNumberInput: {
76175
76260
  errorMessages: string | readonly string[] | null;
76176
76261
  maxErrors: string | number;
76177
76262
  rules: readonly ValidationRule$1[];
76263
+ modelValue: Number | null;
76178
76264
  rounded: string | number | boolean;
76179
76265
  tile: boolean;
76180
76266
  density: Density;
@@ -76215,6 +76301,7 @@ declare const VNumberInput: {
76215
76301
  errorMessages: string | readonly string[] | null;
76216
76302
  maxErrors: string | number;
76217
76303
  rules: readonly ValidationRule$1[];
76304
+ modelValue: Number | null;
76218
76305
  tile: boolean;
76219
76306
  density: Density;
76220
76307
  clearIcon: IconValue;
@@ -76244,7 +76331,6 @@ declare const VNumberInput: {
76244
76331
  theme?: string | undefined;
76245
76332
  counter?: string | number | boolean | undefined;
76246
76333
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76247
- modelValue?: any;
76248
76334
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
76249
76335
  validationValue?: any;
76250
76336
  rounded?: string | number | boolean | undefined;
@@ -76323,7 +76409,7 @@ declare const VNumberInput: {
76323
76409
  } & {
76324
76410
  "onUpdate:modelValue"?: ((val: number) => any) | undefined;
76325
76411
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
76326
- 'update:modelValue': (val: number) => true;
76412
+ 'update:modelValue': (val: number) => boolean;
76327
76413
  }, string, {
76328
76414
  flat: boolean;
76329
76415
  reverse: boolean;
@@ -76345,6 +76431,7 @@ declare const VNumberInput: {
76345
76431
  errorMessages: string | readonly string[] | null;
76346
76432
  maxErrors: string | number;
76347
76433
  rules: readonly ValidationRule$1[];
76434
+ modelValue: Number | null;
76348
76435
  rounded: string | number | boolean;
76349
76436
  tile: boolean;
76350
76437
  density: Density;
@@ -76466,7 +76553,6 @@ declare const VNumberInput: {
76466
76553
  type: PropType<readonly ValidationRule$1[]>;
76467
76554
  default: () => never[];
76468
76555
  };
76469
- modelValue: null;
76470
76556
  validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
76471
76557
  validationValue: null;
76472
76558
  rounded: {
@@ -76515,6 +76601,10 @@ declare const VNumberInput: {
76515
76601
  };
76516
76602
  inset: BooleanConstructor;
76517
76603
  hideInput: BooleanConstructor;
76604
+ modelValue: {
76605
+ type: PropType<Number | null>;
76606
+ default: null;
76607
+ };
76518
76608
  min: {
76519
76609
  type: NumberConstructor;
76520
76610
  default: number;
@@ -76591,7 +76681,6 @@ declare const VNumberInput: {
76591
76681
  type: PropType<readonly ValidationRule$1[]>;
76592
76682
  default: () => never[];
76593
76683
  };
76594
- modelValue: null;
76595
76684
  validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
76596
76685
  validationValue: null;
76597
76686
  rounded: {
@@ -76640,6 +76729,10 @@ declare const VNumberInput: {
76640
76729
  };
76641
76730
  inset: BooleanConstructor;
76642
76731
  hideInput: BooleanConstructor;
76732
+ modelValue: {
76733
+ type: PropType<Number | null>;
76734
+ default: null;
76735
+ };
76643
76736
  min: {
76644
76737
  type: NumberConstructor;
76645
76738
  default: number;
@@ -78382,6 +78475,7 @@ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
78382
78475
 
78383
78476
  declare const VPullToRefresh: {
78384
78477
  new (...args: any[]): vue.CreateComponentPublicInstance<{
78478
+ disabled: boolean;
78385
78479
  pullDownThreshold: number;
78386
78480
  } & {} & {
78387
78481
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -78416,6 +78510,7 @@ declare const VPullToRefresh: {
78416
78510
  done: () => void;
78417
78511
  }) => true;
78418
78512
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
78513
+ disabled: boolean;
78419
78514
  pullDownThreshold: number;
78420
78515
  } & {} & {
78421
78516
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -78446,6 +78541,7 @@ declare const VPullToRefresh: {
78446
78541
  done: () => void;
78447
78542
  }) => any) | undefined;
78448
78543
  }, {
78544
+ disabled: boolean;
78449
78545
  pullDownThreshold: number;
78450
78546
  }, true, {}, vue.SlotsType<Partial<{
78451
78547
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -78466,6 +78562,7 @@ declare const VPullToRefresh: {
78466
78562
  M: {};
78467
78563
  Defaults: {};
78468
78564
  }, {
78565
+ disabled: boolean;
78469
78566
  pullDownThreshold: number;
78470
78567
  } & {} & {
78471
78568
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -78496,12 +78593,14 @@ declare const VPullToRefresh: {
78496
78593
  done: () => void;
78497
78594
  }) => any) | undefined;
78498
78595
  }, {}, {}, {}, {}, {
78596
+ disabled: boolean;
78499
78597
  pullDownThreshold: number;
78500
78598
  }>;
78501
78599
  __isFragment?: undefined;
78502
78600
  __isTeleport?: undefined;
78503
78601
  __isSuspense?: undefined;
78504
78602
  } & vue.ComponentOptionsBase<{
78603
+ disabled: boolean;
78505
78604
  pullDownThreshold: number;
78506
78605
  } & {} & {
78507
78606
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -78536,6 +78635,7 @@ declare const VPullToRefresh: {
78536
78635
  done: () => void;
78537
78636
  }) => true;
78538
78637
  }, string, {
78638
+ disabled: boolean;
78539
78639
  pullDownThreshold: number;
78540
78640
  }, {}, string, vue.SlotsType<Partial<{
78541
78641
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -78549,11 +78649,13 @@ declare const VPullToRefresh: {
78549
78649
  [key: string]: any;
78550
78650
  }>[];
78551
78651
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
78652
+ disabled: BooleanConstructor;
78552
78653
  pullDownThreshold: {
78553
78654
  type: NumberConstructor;
78554
78655
  default: number;
78555
78656
  };
78556
78657
  }, vue.ExtractPropTypes<{
78658
+ disabled: BooleanConstructor;
78557
78659
  pullDownThreshold: {
78558
78660
  type: NumberConstructor;
78559
78661
  default: number;