vuetify 3.10.2 → 3.10.4

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 (226) hide show
  1. package/dist/json/attributes.json +3585 -3581
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6506 -6482
  6. package/dist/vuetify-labs.cjs +124 -92
  7. package/dist/vuetify-labs.css +4941 -4941
  8. package/dist/vuetify-labs.d.ts +1375 -1363
  9. package/dist/vuetify-labs.esm.js +125 -93
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +124 -92
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +116 -87
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +6491 -6491
  16. package/dist/vuetify.d.ts +1120 -1108
  17. package/dist/vuetify.esm.js +116 -87
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +116 -87
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +1435 -1428
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +3 -3
  25. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  26. package/lib/components/VApp/VApp.d.ts +3 -3
  27. package/lib/components/VAppBar/VAppBar.d.ts +3 -3
  28. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  29. package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
  31. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.d.ts +3 -3
  34. package/lib/components/VBadge/VBadge.d.ts +3 -3
  35. package/lib/components/VBanner/VBanner.d.ts +3 -3
  36. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  37. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  38. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
  39. package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
  41. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
  43. package/lib/components/VBtn/VBtn.d.ts +6 -6
  44. package/lib/components/VBtn/VBtn.js +5 -5
  45. package/lib/components/VBtn/VBtn.js.map +1 -1
  46. package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
  47. package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
  48. package/lib/components/VCard/VCard.d.ts +6 -6
  49. package/lib/components/VCard/VCard.js +2 -2
  50. package/lib/components/VCard/VCard.js.map +1 -1
  51. package/lib/components/VCard/VCardActions.d.ts +3 -3
  52. package/lib/components/VCard/VCardItem.d.ts +3 -3
  53. package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
  54. package/lib/components/VCard/VCardText.d.ts +3 -3
  55. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  56. package/lib/components/VCarousel/VCarousel.d.ts +3 -3
  57. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  58. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  59. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  60. package/lib/components/VChip/VChip.d.ts +6 -6
  61. package/lib/components/VChip/VChip.js +15 -4
  62. package/lib/components/VChip/VChip.js.map +1 -1
  63. package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
  64. package/lib/components/VCode/index.d.ts +3 -3
  65. package/lib/components/VCombobox/VCombobox.d.ts +129 -116
  66. package/lib/components/VCombobox/VCombobox.js +8 -25
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.d.ts +3 -3
  69. package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
  70. package/lib/components/VDataTable/VDataTable.d.ts +3 -3
  71. package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
  72. package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
  73. package/lib/components/VDataTable/composables/expand.js +8 -8
  74. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  76. package/lib/components/VDialog/VDialog.d.ts +12 -12
  77. package/lib/components/VDialog/VDialog.js +29 -11
  78. package/lib/components/VDialog/VDialog.js.map +1 -1
  79. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
  80. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  81. package/lib/components/VDivider/VDivider.d.ts +3 -3
  82. package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
  83. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
  84. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  85. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
  86. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
  87. package/lib/components/VFab/VFab.d.ts +6 -6
  88. package/lib/components/VField/VField.d.ts +3 -3
  89. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  90. package/lib/components/VFileInput/VFileInput.d.ts +12 -12
  91. package/lib/components/VFileInput/VFileInput.js +2 -1
  92. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  93. package/lib/components/VFooter/VFooter.d.ts +3 -3
  94. package/lib/components/VForm/VForm.d.ts +6 -6
  95. package/lib/components/VGrid/VCol.d.ts +3 -3
  96. package/lib/components/VGrid/VContainer.d.ts +3 -3
  97. package/lib/components/VGrid/VRow.d.ts +3 -3
  98. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  99. package/lib/components/VIcon/VIcon.d.ts +3 -3
  100. package/lib/components/VImg/VImg.d.ts +3 -3
  101. package/lib/components/VInput/VInput.d.ts +3 -3
  102. package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
  103. package/lib/components/VKbd/VKbd.d.ts +3 -3
  104. package/lib/components/VLabel/VLabel.d.ts +3 -3
  105. package/lib/components/VLayout/VLayout.d.ts +3 -3
  106. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  107. package/lib/components/VLazy/VLazy.d.ts +3 -3
  108. package/lib/components/VList/VList.d.ts +11 -11
  109. package/lib/components/VList/VList.js.map +1 -1
  110. package/lib/components/VList/VListGroup.d.ts +3 -3
  111. package/lib/components/VList/VListImg.d.ts +3 -3
  112. package/lib/components/VList/VListItem.d.ts +6 -6
  113. package/lib/components/VList/VListItem.js +2 -2
  114. package/lib/components/VList/VListItem.js.map +1 -1
  115. package/lib/components/VList/VListItemAction.d.ts +3 -3
  116. package/lib/components/VList/VListItemMedia.d.ts +3 -3
  117. package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
  118. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  119. package/lib/components/VList/VListSubheader.d.ts +3 -3
  120. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  121. package/lib/components/VMain/VMain.d.ts +3 -3
  122. package/lib/components/VMenu/VMenu.d.ts +15 -15
  123. package/lib/components/VMessages/VMessages.d.ts +3 -3
  124. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
  125. package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
  126. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  127. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  128. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  129. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  130. package/lib/components/VPagination/VPagination.d.ts +3 -3
  131. package/lib/components/VParallax/VParallax.d.ts +3 -3
  132. package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
  133. package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
  134. package/lib/components/VRadio/VRadio.d.ts +6 -6
  135. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  136. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  137. package/lib/components/VRating/VRating.d.ts +3 -3
  138. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  139. package/lib/components/VSelect/VSelect.d.ts +140 -140
  140. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  141. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  142. package/lib/components/VSheet/VSheet.d.ts +3 -3
  143. package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
  144. package/lib/components/VSlider/VSlider.d.ts +12 -12
  145. package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
  146. package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
  147. package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
  148. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
  149. package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
  150. package/lib/components/VStepper/VStepper.d.ts +3 -3
  151. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  152. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  153. package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
  154. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  155. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  156. package/lib/components/VSwitch/VSwitch.js +2 -2
  157. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  158. package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
  159. package/lib/components/VTable/VTable.d.ts +3 -3
  160. package/lib/components/VTabs/VTab.d.ts +24 -24
  161. package/lib/components/VTabs/VTabs.d.ts +3 -3
  162. package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
  163. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  164. package/lib/components/VTextField/VTextField.d.ts +21 -21
  165. package/lib/components/VTextarea/VTextarea.d.ts +12 -12
  166. package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
  167. package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
  168. package/lib/components/VTimeline/VTimeline.d.ts +3 -3
  169. package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
  170. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  171. package/lib/components/VToolbar/VToolbar.d.ts +3 -3
  172. package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
  173. package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
  174. package/lib/components/VTooltip/VTooltip.d.ts +15 -15
  175. package/lib/components/VTreeview/VTreeview.d.ts +26 -26
  176. package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
  177. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  178. package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
  179. package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
  180. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
  181. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
  182. package/lib/components/VWindow/VWindow.d.ts +3 -3
  183. package/lib/components/VWindow/VWindowItem.d.ts +3 -3
  184. package/lib/components/transitions/createTransition.d.ts +6 -6
  185. package/lib/components/transitions/index.d.ts +78 -78
  186. package/lib/composables/goto.js +2 -2
  187. package/lib/composables/goto.js.map +1 -1
  188. package/lib/composables/group.d.ts +2 -0
  189. package/lib/composables/group.js +15 -9
  190. package/lib/composables/group.js.map +1 -1
  191. package/lib/composables/router.d.ts +2 -0
  192. package/lib/composables/router.js +6 -1
  193. package/lib/composables/router.js.map +1 -1
  194. package/lib/entry-bundler.js +1 -1
  195. package/lib/framework.d.ts +63 -63
  196. package/lib/framework.js +1 -1
  197. package/lib/labs/VCalendar/VCalendar.js +7 -4
  198. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  199. package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
  200. package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
  201. package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
  202. package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
  203. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  204. package/lib/labs/VFileUpload/VFileUpload.js +2 -1
  205. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  206. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  207. package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
  208. package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
  209. package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
  210. package/lib/labs/VPicker/VPicker.d.ts +3 -3
  211. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  212. package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
  213. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
  214. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
  215. package/lib/labs/VVideo/VVideo.d.ts +87 -87
  216. package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
  217. package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
  218. package/lib/util/animation.js +1 -1
  219. package/lib/util/animation.js.map +1 -1
  220. package/lib/util/box.d.ts +1 -1
  221. package/lib/util/box.js +19 -14
  222. package/lib/util/box.js.map +1 -1
  223. package/lib/util/createSimpleFunctional.d.ts +3 -3
  224. package/lib/util/events.js +2 -2
  225. package/lib/util/events.js.map +1 -1
  226. package/package.json +9 -9
@@ -35,7 +35,7 @@ export declare const makeVListItemSubtitleProps: <Defaults extends {
35
35
  };
36
36
  export declare const VListItemSubtitle: {
37
37
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
38
- style: import("vue").StyleValue;
38
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
39
39
  tag: string | import("../../util/index.js").JSXComponent;
40
40
  } & {
41
41
  class?: any;
@@ -66,7 +66,7 @@ export declare const VListItemSubtitle: {
66
66
  M: {};
67
67
  Defaults: {};
68
68
  }, {
69
- style: import("vue").StyleValue;
69
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
70
70
  tag: string | import("../../util/index.js").JSXComponent;
71
71
  } & {
72
72
  class?: any;
@@ -90,7 +90,7 @@ export declare const VListItemSubtitle: {
90
90
  __isTeleport?: undefined;
91
91
  __isSuspense?: undefined;
92
92
  } & import("vue").ComponentOptionsBase<{
93
- style: import("vue").StyleValue;
93
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
94
94
  tag: string | import("../../util/index.js").JSXComponent;
95
95
  } & {
96
96
  class?: any;
@@ -1,6 +1,6 @@
1
1
  export declare const VListItemTitle: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
3
- style: import("vue").StyleValue;
3
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4
4
  tag: string;
5
5
  } & {
6
6
  class?: any;
@@ -32,7 +32,7 @@ export declare const VListItemTitle: {
32
32
  M: {};
33
33
  Defaults: {};
34
34
  }, {
35
- style: import("vue").StyleValue;
35
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
36
36
  tag: string;
37
37
  } & {
38
38
  class?: any;
@@ -57,7 +57,7 @@ export declare const VListItemTitle: {
57
57
  __isTeleport?: undefined;
58
58
  __isSuspense?: undefined;
59
59
  } & import("vue").ComponentOptionsBase<{
60
- style: import("vue").StyleValue;
60
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
61
61
  tag: string;
62
62
  } & {
63
63
  class?: any;
@@ -50,7 +50,7 @@ export declare const makeVListSubheaderProps: <Defaults extends {
50
50
  };
51
51
  export declare const VListSubheader: {
52
52
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
53
- style: import("vue").StyleValue;
53
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
54
54
  tag: string | import("../../util/index.js").JSXComponent;
55
55
  inset: boolean;
56
56
  sticky: boolean;
@@ -86,7 +86,7 @@ export declare const VListSubheader: {
86
86
  M: {};
87
87
  Defaults: {};
88
88
  }, {
89
- style: import("vue").StyleValue;
89
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
90
90
  tag: string | import("../../util/index.js").JSXComponent;
91
91
  inset: boolean;
92
92
  sticky: boolean;
@@ -115,7 +115,7 @@ export declare const VListSubheader: {
115
115
  __isTeleport?: undefined;
116
116
  __isSuspense?: undefined;
117
117
  } & import("vue").ComponentOptionsBase<{
118
- style: import("vue").StyleValue;
118
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
119
119
  tag: string | import("../../util/index.js").JSXComponent;
120
120
  inset: boolean;
121
121
  sticky: boolean;
@@ -47,7 +47,7 @@ export declare const makeVLocaleProviderProps: <Defaults extends {
47
47
  };
48
48
  export declare const VLocaleProvider: {
49
49
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
50
- style: import("vue").StyleValue;
50
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
51
51
  } & {
52
52
  class?: any;
53
53
  locale?: string | undefined;
@@ -80,7 +80,7 @@ export declare const VLocaleProvider: {
80
80
  M: {};
81
81
  Defaults: {};
82
82
  }, {
83
- style: import("vue").StyleValue;
83
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
84
84
  } & {
85
85
  class?: any;
86
86
  locale?: string | undefined;
@@ -106,7 +106,7 @@ export declare const VLocaleProvider: {
106
106
  __isTeleport?: undefined;
107
107
  __isSuspense?: undefined;
108
108
  } & import("vue").ComponentOptionsBase<{
109
- style: import("vue").StyleValue;
109
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
110
110
  } & {
111
111
  class?: any;
112
112
  locale?: string | undefined;
@@ -73,7 +73,7 @@ export declare const makeVMainProps: <Defaults extends {
73
73
  };
74
74
  export declare const VMain: {
75
75
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
76
- style: import("vue").StyleValue;
76
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
77
77
  tag: string | import("../../util/index.js").JSXComponent;
78
78
  scrollable: boolean;
79
79
  } & {
@@ -111,7 +111,7 @@ export declare const VMain: {
111
111
  M: {};
112
112
  Defaults: {};
113
113
  }, {
114
- style: import("vue").StyleValue;
114
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
115
115
  tag: string | import("../../util/index.js").JSXComponent;
116
116
  scrollable: boolean;
117
117
  } & {
@@ -142,7 +142,7 @@ export declare const VMain: {
142
142
  __isTeleport?: undefined;
143
143
  __isSuspense?: undefined;
144
144
  } & import("vue").ComponentOptionsBase<{
145
- style: import("vue").StyleValue;
145
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
146
146
  tag: string | import("../../util/index.js").JSXComponent;
147
147
  scrollable: boolean;
148
148
  } & {
@@ -866,9 +866,9 @@ export declare const makeVMenuProps: <Defaults extends {
866
866
  };
867
867
  export declare const VMenu: {
868
868
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
869
- style: import("vue").StyleValue;
869
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
870
870
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
871
- location: import("../../util/index.js").Anchor | undefined;
871
+ location: import("../../util/index.js").Anchor;
872
872
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
873
873
  stickToTarget: boolean;
874
874
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
@@ -1043,7 +1043,7 @@ export declare const VMenu: {
1043
1043
  }> & Omit<{
1044
1044
  theme?: string | undefined;
1045
1045
  class?: any;
1046
- style: import("vue").StyleValue;
1046
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1047
1047
  $children?: {
1048
1048
  default?: ((arg: {
1049
1049
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1147,7 +1147,7 @@ export declare const VMenu: {
1147
1147
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1148
1148
  $el: any;
1149
1149
  $options: import("vue").ComponentOptionsBase<{
1150
- style: import("vue").StyleValue;
1150
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1151
1151
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1152
1152
  location: import("../../util/index.js").Anchor;
1153
1153
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1325,7 +1325,7 @@ export declare const VMenu: {
1325
1325
  zIndex: string | number;
1326
1326
  _disableGlobalStack: boolean;
1327
1327
  }> & Omit<{
1328
- style: import("vue").StyleValue;
1328
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1329
1329
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1330
1330
  location: import("../../util/index.js").Anchor;
1331
1331
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1547,9 +1547,9 @@ export declare const VMenu: {
1547
1547
  M: {};
1548
1548
  Defaults: {};
1549
1549
  }, {
1550
- style: import("vue").StyleValue;
1550
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1551
1551
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1552
- location: import("../../util/index.js").Anchor | undefined;
1552
+ location: import("../../util/index.js").Anchor;
1553
1553
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1554
1554
  stickToTarget: boolean;
1555
1555
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
@@ -1724,7 +1724,7 @@ export declare const VMenu: {
1724
1724
  }> & Omit<{
1725
1725
  theme?: string | undefined;
1726
1726
  class?: any;
1727
- style: import("vue").StyleValue;
1727
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1728
1728
  $children?: {
1729
1729
  default?: ((arg: {
1730
1730
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1828,7 +1828,7 @@ export declare const VMenu: {
1828
1828
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1829
1829
  $el: any;
1830
1830
  $options: import("vue").ComponentOptionsBase<{
1831
- style: import("vue").StyleValue;
1831
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1832
1832
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1833
1833
  location: import("../../util/index.js").Anchor;
1834
1834
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2006,7 +2006,7 @@ export declare const VMenu: {
2006
2006
  zIndex: string | number;
2007
2007
  _disableGlobalStack: boolean;
2008
2008
  }> & Omit<{
2009
- style: import("vue").StyleValue;
2009
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2010
2010
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2011
2011
  location: import("../../util/index.js").Anchor;
2012
2012
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2210,9 +2210,9 @@ export declare const VMenu: {
2210
2210
  __isTeleport?: undefined;
2211
2211
  __isSuspense?: undefined;
2212
2212
  } & import("vue").ComponentOptionsBase<{
2213
- style: import("vue").StyleValue;
2213
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2214
2214
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2215
- location: import("../../util/index.js").Anchor | undefined;
2215
+ location: import("../../util/index.js").Anchor;
2216
2216
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2217
2217
  stickToTarget: boolean;
2218
2218
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
@@ -2387,7 +2387,7 @@ export declare const VMenu: {
2387
2387
  }> & Omit<{
2388
2388
  theme?: string | undefined;
2389
2389
  class?: any;
2390
- style: import("vue").StyleValue;
2390
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2391
2391
  $children?: {
2392
2392
  default?: ((arg: {
2393
2393
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2491,7 +2491,7 @@ export declare const VMenu: {
2491
2491
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
2492
2492
  $el: any;
2493
2493
  $options: import("vue").ComponentOptionsBase<{
2494
- style: import("vue").StyleValue;
2494
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2495
2495
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2496
2496
  location: import("../../util/index.js").Anchor;
2497
2497
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2669,7 +2669,7 @@ export declare const VMenu: {
2669
2669
  zIndex: string | number;
2670
2670
  _disableGlobalStack: boolean;
2671
2671
  }> & Omit<{
2672
- style: import("vue").StyleValue;
2672
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2673
2673
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2674
2674
  location: import("../../util/index.js").Anchor;
2675
2675
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -109,7 +109,7 @@ export declare const makeVMessagesProps: <Defaults extends {
109
109
  };
110
110
  export declare const VMessages: {
111
111
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
112
- style: import("vue").StyleValue;
112
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
113
113
  transition: string | boolean | {
114
114
  component: Component;
115
115
  leaveAbsolute: boolean;
@@ -156,7 +156,7 @@ export declare const VMessages: {
156
156
  M: {};
157
157
  Defaults: {};
158
158
  }, {
159
- style: import("vue").StyleValue;
159
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
160
160
  transition: string | boolean | {
161
161
  component: Component;
162
162
  leaveAbsolute: boolean;
@@ -196,7 +196,7 @@ export declare const VMessages: {
196
196
  __isTeleport?: undefined;
197
197
  __isSuspense?: undefined;
198
198
  } & import("vue").ComponentOptionsBase<{
199
- style: import("vue").StyleValue;
199
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
200
200
  transition: string | boolean | {
201
201
  component: Component;
202
202
  leaveAbsolute: boolean;
@@ -266,7 +266,7 @@ export declare const makeVNavigationDrawerProps: <Defaults extends {
266
266
  };
267
267
  export declare const VNavigationDrawer: {
268
268
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
269
- style: import("vue").StyleValue;
269
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
270
270
  mobile: boolean | null;
271
271
  order: string | number;
272
272
  absolute: boolean;
@@ -371,7 +371,7 @@ export declare const VNavigationDrawer: {
371
371
  M: {};
372
372
  Defaults: {};
373
373
  }, {
374
- style: import("vue").StyleValue;
374
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
375
375
  mobile: boolean | null;
376
376
  order: string | number;
377
377
  absolute: boolean;
@@ -457,7 +457,7 @@ export declare const VNavigationDrawer: {
457
457
  __isTeleport?: undefined;
458
458
  __isSuspense?: undefined;
459
459
  } & import("vue").ComponentOptionsBase<{
460
- style: import("vue").StyleValue;
460
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
461
461
  mobile: boolean | null;
462
462
  order: string | number;
463
463
  absolute: boolean;