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
@@ -230,7 +230,7 @@ export declare function useSelectionControl(props: ExtractPropTypes<ReturnType<t
230
230
  };
231
231
  export declare const VSelectionControl: {
232
232
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
233
- style: import("vue").StyleValue;
233
+ style: string | false | import("vue").StyleValue[] | CSSProperties | null;
234
234
  density: import("../../composables/density.js").Density;
235
235
  disabled: boolean | null;
236
236
  error: boolean;
@@ -238,7 +238,7 @@ export declare const VSelectionControl: {
238
238
  ripple: boolean | {
239
239
  class?: string | undefined;
240
240
  keys?: string[] | undefined;
241
- } | undefined;
241
+ };
242
242
  multiple: boolean | null;
243
243
  readonly: boolean | null;
244
244
  valueComparator: typeof import("../../util/index.js").deepEqual;
@@ -299,7 +299,7 @@ export declare const VSelectionControl: {
299
299
  M: {};
300
300
  Defaults: {};
301
301
  }, {
302
- style: import("vue").StyleValue;
302
+ style: string | false | import("vue").StyleValue[] | CSSProperties | null;
303
303
  density: import("../../composables/density.js").Density;
304
304
  disabled: boolean | null;
305
305
  error: boolean;
@@ -307,7 +307,7 @@ export declare const VSelectionControl: {
307
307
  ripple: boolean | {
308
308
  class?: string | undefined;
309
309
  keys?: string[] | undefined;
310
- } | undefined;
310
+ };
311
311
  multiple: boolean | null;
312
312
  readonly: boolean | null;
313
313
  valueComparator: typeof import("../../util/index.js").deepEqual;
@@ -347,7 +347,7 @@ export declare const VSelectionControl: {
347
347
  __isTeleport?: undefined;
348
348
  __isSuspense?: undefined;
349
349
  } & import("vue").ComponentOptionsBase<{
350
- style: import("vue").StyleValue;
350
+ style: string | false | import("vue").StyleValue[] | CSSProperties | null;
351
351
  density: import("../../composables/density.js").Density;
352
352
  disabled: boolean | null;
353
353
  error: boolean;
@@ -355,7 +355,7 @@ export declare const VSelectionControl: {
355
355
  ripple: boolean | {
356
356
  class?: string | undefined;
357
357
  keys?: string[] | undefined;
358
- } | undefined;
358
+ };
359
359
  multiple: boolean | null;
360
360
  readonly: boolean | null;
361
361
  valueComparator: typeof import("../../util/index.js").deepEqual;
@@ -339,7 +339,7 @@ export declare const makeVSelectionControlGroupProps: <Defaults extends {
339
339
  };
340
340
  export declare const VSelectionControlGroup: {
341
341
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
342
- style: import("vue").StyleValue;
342
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
343
343
  density: import("../../composables/density.js").Density;
344
344
  disabled: boolean | null;
345
345
  defaultsTarget: string;
@@ -348,7 +348,7 @@ export declare const VSelectionControlGroup: {
348
348
  ripple: boolean | {
349
349
  class?: string | undefined;
350
350
  keys?: string[] | undefined;
351
- } | undefined;
351
+ };
352
352
  multiple: boolean | null;
353
353
  readonly: boolean | null;
354
354
  valueComparator: typeof deepEqual;
@@ -389,7 +389,7 @@ export declare const VSelectionControlGroup: {
389
389
  M: {};
390
390
  Defaults: {};
391
391
  }, {
392
- style: import("vue").StyleValue;
392
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
393
393
  density: import("../../composables/density.js").Density;
394
394
  disabled: boolean | null;
395
395
  defaultsTarget: string;
@@ -398,7 +398,7 @@ export declare const VSelectionControlGroup: {
398
398
  ripple: boolean | {
399
399
  class?: string | undefined;
400
400
  keys?: string[] | undefined;
401
- } | undefined;
401
+ };
402
402
  multiple: boolean | null;
403
403
  readonly: boolean | null;
404
404
  valueComparator: typeof deepEqual;
@@ -430,7 +430,7 @@ export declare const VSelectionControlGroup: {
430
430
  __isTeleport?: undefined;
431
431
  __isSuspense?: undefined;
432
432
  } & import("vue").ComponentOptionsBase<{
433
- style: import("vue").StyleValue;
433
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
434
434
  density: import("../../composables/density.js").Density;
435
435
  disabled: boolean | null;
436
436
  defaultsTarget: string;
@@ -439,7 +439,7 @@ export declare const VSelectionControlGroup: {
439
439
  ripple: boolean | {
440
440
  class?: string | undefined;
441
441
  keys?: string[] | undefined;
442
- } | undefined;
442
+ };
443
443
  multiple: boolean | null;
444
444
  readonly: boolean | null;
445
445
  valueComparator: typeof deepEqual;
@@ -120,7 +120,7 @@ export declare const makeVSheetProps: <Defaults extends {
120
120
  };
121
121
  export declare const VSheet: {
122
122
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
123
- style: import("vue").StyleValue;
123
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
124
124
  tile: boolean;
125
125
  tag: string | import("../../util/index.js").JSXComponent;
126
126
  } & {
@@ -166,7 +166,7 @@ export declare const VSheet: {
166
166
  M: {};
167
167
  Defaults: {};
168
168
  }, {
169
- style: import("vue").StyleValue;
169
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
170
170
  tile: boolean;
171
171
  tag: string | import("../../util/index.js").JSXComponent;
172
172
  } & {
@@ -205,7 +205,7 @@ export declare const VSheet: {
205
205
  __isTeleport?: undefined;
206
206
  __isSuspense?: undefined;
207
207
  } & import("vue").ComponentOptionsBase<{
208
- style: import("vue").StyleValue;
208
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
209
209
  tile: boolean;
210
210
  tag: string | import("../../util/index.js").JSXComponent;
211
211
  } & {
@@ -178,7 +178,7 @@ export declare const makeVSlideGroupProps: <Defaults extends {
178
178
  };
179
179
  export declare const VSlideGroup: {
180
180
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
181
- style: import("vue").StyleValue;
181
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
182
182
  mobile: boolean | null;
183
183
  tag: string | import("../../util/index.js").JSXComponent;
184
184
  multiple: boolean;
@@ -235,7 +235,7 @@ export declare const VSlideGroup: {
235
235
  M: {};
236
236
  Defaults: {};
237
237
  }, {
238
- style: import("vue").StyleValue;
238
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
239
239
  mobile: boolean | null;
240
240
  tag: string | import("../../util/index.js").JSXComponent;
241
241
  multiple: boolean;
@@ -277,7 +277,7 @@ export declare const VSlideGroup: {
277
277
  __isTeleport?: undefined;
278
278
  __isSuspense?: undefined;
279
279
  } & import("vue").ComponentOptionsBase<{
280
- style: import("vue").StyleValue;
280
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
281
281
  mobile: boolean | null;
282
282
  tag: string | import("../../util/index.js").JSXComponent;
283
283
  multiple: boolean;
@@ -432,7 +432,7 @@ export declare const makeVSliderProps: <Defaults extends {
432
432
  };
433
433
  export declare const VSlider: {
434
434
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
435
- style: import("vue").StyleValue;
435
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
436
436
  focused: boolean;
437
437
  disabled: boolean | null;
438
438
  error: boolean;
@@ -563,7 +563,7 @@ export declare const VSlider: {
563
563
  }> & Omit<{
564
564
  theme?: string | undefined;
565
565
  class?: any;
566
- style: import("vue").StyleValue;
566
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
567
567
  focused: boolean;
568
568
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
569
569
  disabled: boolean | null;
@@ -626,7 +626,7 @@ export declare const VSlider: {
626
626
  $emit: (event: string, ...args: any[]) => void;
627
627
  $el: any;
628
628
  $options: import("vue").ComponentOptionsBase<{
629
- style: import("vue").StyleValue;
629
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
630
630
  focused: boolean;
631
631
  disabled: boolean | null;
632
632
  error: boolean;
@@ -739,7 +739,7 @@ export declare const VSlider: {
739
739
  messages: string | readonly string[];
740
740
  direction: "horizontal" | "vertical";
741
741
  }> & Omit<{
742
- style: import("vue").StyleValue;
742
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
743
743
  focused: boolean;
744
744
  disabled: boolean | null;
745
745
  error: boolean;
@@ -868,7 +868,7 @@ export declare const VSlider: {
868
868
  M: {};
869
869
  Defaults: {};
870
870
  }, {
871
- style: import("vue").StyleValue;
871
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
872
872
  focused: boolean;
873
873
  disabled: boolean | null;
874
874
  error: boolean;
@@ -999,7 +999,7 @@ export declare const VSlider: {
999
999
  }> & Omit<{
1000
1000
  theme?: string | undefined;
1001
1001
  class?: any;
1002
- style: import("vue").StyleValue;
1002
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1003
1003
  focused: boolean;
1004
1004
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1005
1005
  disabled: boolean | null;
@@ -1062,7 +1062,7 @@ export declare const VSlider: {
1062
1062
  $emit: (event: string, ...args: any[]) => void;
1063
1063
  $el: any;
1064
1064
  $options: import("vue").ComponentOptionsBase<{
1065
- style: import("vue").StyleValue;
1065
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1066
1066
  focused: boolean;
1067
1067
  disabled: boolean | null;
1068
1068
  error: boolean;
@@ -1175,7 +1175,7 @@ export declare const VSlider: {
1175
1175
  messages: string | readonly string[];
1176
1176
  direction: "horizontal" | "vertical";
1177
1177
  }> & Omit<{
1178
- style: import("vue").StyleValue;
1178
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1179
1179
  focused: boolean;
1180
1180
  disabled: boolean | null;
1181
1181
  error: boolean;
@@ -1266,7 +1266,7 @@ export declare const VSlider: {
1266
1266
  __isTeleport?: undefined;
1267
1267
  __isSuspense?: undefined;
1268
1268
  } & import("vue").ComponentOptionsBase<{
1269
- style: import("vue").StyleValue;
1269
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1270
1270
  focused: boolean;
1271
1271
  disabled: boolean | null;
1272
1272
  error: boolean;
@@ -1397,7 +1397,7 @@ export declare const VSlider: {
1397
1397
  }> & Omit<{
1398
1398
  theme?: string | undefined;
1399
1399
  class?: any;
1400
- style: import("vue").StyleValue;
1400
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1401
1401
  focused: boolean;
1402
1402
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1403
1403
  disabled: boolean | null;
@@ -1460,7 +1460,7 @@ export declare const VSlider: {
1460
1460
  $emit: (event: string, ...args: any[]) => void;
1461
1461
  $el: any;
1462
1462
  $options: import("vue").ComponentOptionsBase<{
1463
- style: import("vue").StyleValue;
1463
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1464
1464
  focused: boolean;
1465
1465
  disabled: boolean | null;
1466
1466
  error: boolean;
@@ -1573,7 +1573,7 @@ export declare const VSlider: {
1573
1573
  messages: string | readonly string[];
1574
1574
  direction: "horizontal" | "vertical";
1575
1575
  }> & Omit<{
1576
- style: import("vue").StyleValue;
1576
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1577
1577
  focused: boolean;
1578
1578
  disabled: boolean | null;
1579
1579
  error: boolean;
@@ -116,7 +116,7 @@ export declare const makeVSliderThumbProps: <Defaults extends {
116
116
  };
117
117
  export declare const VSliderThumb: {
118
118
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
119
- style: import("vue").StyleValue;
119
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
120
120
  focused: boolean;
121
121
  max: number;
122
122
  min: number;
@@ -125,7 +125,7 @@ export declare const VSliderThumb: {
125
125
  ripple: boolean | {
126
126
  class?: string | undefined;
127
127
  keys?: string[] | undefined;
128
- } | undefined;
128
+ };
129
129
  noKeyboard: boolean;
130
130
  } & {
131
131
  class?: any;
@@ -173,7 +173,7 @@ export declare const VSliderThumb: {
173
173
  M: {};
174
174
  Defaults: {};
175
175
  }, {
176
- style: import("vue").StyleValue;
176
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
177
177
  focused: boolean;
178
178
  max: number;
179
179
  min: number;
@@ -182,7 +182,7 @@ export declare const VSliderThumb: {
182
182
  ripple: boolean | {
183
183
  class?: string | undefined;
184
184
  keys?: string[] | undefined;
185
- } | undefined;
185
+ };
186
186
  noKeyboard: boolean;
187
187
  } & {
188
188
  class?: any;
@@ -219,7 +219,7 @@ export declare const VSliderThumb: {
219
219
  __isTeleport?: undefined;
220
220
  __isSuspense?: undefined;
221
221
  } & import("vue").ComponentOptionsBase<{
222
- style: import("vue").StyleValue;
222
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
223
223
  focused: boolean;
224
224
  max: number;
225
225
  min: number;
@@ -228,7 +228,7 @@ export declare const VSliderThumb: {
228
228
  ripple: boolean | {
229
229
  class?: string | undefined;
230
230
  keys?: string[] | undefined;
231
- } | undefined;
231
+ };
232
232
  noKeyboard: boolean;
233
233
  } & {
234
234
  class?: any;
@@ -51,7 +51,7 @@ export declare const makeVSliderTrackProps: <Defaults extends {
51
51
  };
52
52
  export declare const VSliderTrack: {
53
53
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
54
- style: import("vue").StyleValue;
54
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
55
55
  start: number;
56
56
  stop: number;
57
57
  } & {
@@ -93,7 +93,7 @@ export declare const VSliderTrack: {
93
93
  M: {};
94
94
  Defaults: {};
95
95
  }, {
96
- style: import("vue").StyleValue;
96
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
97
97
  start: number;
98
98
  stop: number;
99
99
  } & {
@@ -125,7 +125,7 @@ export declare const VSliderTrack: {
125
125
  __isTeleport?: undefined;
126
126
  __isSuspense?: undefined;
127
127
  } & import("vue").ComponentOptionsBase<{
128
- style: import("vue").StyleValue;
128
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
129
129
  start: number;
130
130
  stop: number;
131
131
  } & {
@@ -333,7 +333,7 @@ export declare const makeVSnackbarProps: <Defaults extends {
333
333
  };
334
334
  export declare const VSnackbar: {
335
335
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
336
- style: import("vue").StyleValue;
336
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
337
337
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
338
338
  location: import("../../util/index.js").Anchor;
339
339
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -446,7 +446,7 @@ export declare const VSnackbar: {
446
446
  }> & Omit<{
447
447
  theme?: string | undefined;
448
448
  class?: any;
449
- style: import("vue").StyleValue;
449
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
450
450
  $children?: {
451
451
  default?: ((arg: {
452
452
  isActive: Ref<boolean, boolean>;
@@ -550,7 +550,7 @@ export declare const VSnackbar: {
550
550
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
551
551
  $el: any;
552
552
  $options: import("vue").ComponentOptionsBase<{
553
- style: import("vue").StyleValue;
553
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
554
554
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
555
555
  location: import("../../util/index.js").Anchor;
556
556
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -728,7 +728,7 @@ export declare const VSnackbar: {
728
728
  zIndex: string | number;
729
729
  _disableGlobalStack: boolean;
730
730
  }> & Omit<{
731
- style: import("vue").StyleValue;
731
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
732
732
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
733
733
  location: import("../../util/index.js").Anchor;
734
734
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -885,7 +885,7 @@ export declare const VSnackbar: {
885
885
  M: {};
886
886
  Defaults: {};
887
887
  }, {
888
- style: import("vue").StyleValue;
888
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
889
889
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
890
890
  location: import("../../util/index.js").Anchor;
891
891
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -998,7 +998,7 @@ export declare const VSnackbar: {
998
998
  }> & Omit<{
999
999
  theme?: string | undefined;
1000
1000
  class?: any;
1001
- style: import("vue").StyleValue;
1001
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1002
1002
  $children?: {
1003
1003
  default?: ((arg: {
1004
1004
  isActive: Ref<boolean, boolean>;
@@ -1102,7 +1102,7 @@ export declare const VSnackbar: {
1102
1102
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1103
1103
  $el: any;
1104
1104
  $options: import("vue").ComponentOptionsBase<{
1105
- style: import("vue").StyleValue;
1105
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1106
1106
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1107
1107
  location: import("../../util/index.js").Anchor;
1108
1108
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1280,7 +1280,7 @@ export declare const VSnackbar: {
1280
1280
  zIndex: string | number;
1281
1281
  _disableGlobalStack: boolean;
1282
1282
  }> & Omit<{
1283
- style: import("vue").StyleValue;
1283
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1284
1284
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1285
1285
  location: import("../../util/index.js").Anchor;
1286
1286
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1414,7 +1414,7 @@ export declare const VSnackbar: {
1414
1414
  __isTeleport?: undefined;
1415
1415
  __isSuspense?: undefined;
1416
1416
  } & import("vue").ComponentOptionsBase<{
1417
- style: import("vue").StyleValue;
1417
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1418
1418
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1419
1419
  location: import("../../util/index.js").Anchor;
1420
1420
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1527,7 +1527,7 @@ export declare const VSnackbar: {
1527
1527
  }> & Omit<{
1528
1528
  theme?: string | undefined;
1529
1529
  class?: any;
1530
- style: import("vue").StyleValue;
1530
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1531
1531
  $children?: {
1532
1532
  default?: ((arg: {
1533
1533
  isActive: Ref<boolean, boolean>;
@@ -1631,7 +1631,7 @@ export declare const VSnackbar: {
1631
1631
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1632
1632
  $el: any;
1633
1633
  $options: import("vue").ComponentOptionsBase<{
1634
- style: import("vue").StyleValue;
1634
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1635
1635
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1636
1636
  location: import("../../util/index.js").Anchor;
1637
1637
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1809,7 +1809,7 @@ export declare const VSnackbar: {
1809
1809
  zIndex: string | number;
1810
1810
  _disableGlobalStack: boolean;
1811
1811
  }> & Omit<{
1812
- style: import("vue").StyleValue;
1812
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1813
1813
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1814
1814
  location: import("../../util/index.js").Anchor;
1815
1815
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -370,7 +370,7 @@ export declare const makeVSnackbarQueueProps: <Defaults extends {
370
370
  };
371
371
  export declare const VSnackbarQueue: {
372
372
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
373
- style: import("vue").StyleValue;
373
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
374
374
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
375
375
  location: import("../../util/index.js").Anchor;
376
376
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -473,7 +473,7 @@ export declare const VSnackbarQueue: {
473
473
  M: {};
474
474
  Defaults: {};
475
475
  }, {
476
- style: import("vue").StyleValue;
476
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
477
477
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
478
478
  location: import("../../util/index.js").Anchor;
479
479
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -552,7 +552,7 @@ export declare const VSnackbarQueue: {
552
552
  __isTeleport?: undefined;
553
553
  __isSuspense?: undefined;
554
554
  } & import("vue").ComponentOptionsBase<{
555
- style: import("vue").StyleValue;
555
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
556
556
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
557
557
  location: import("../../util/index.js").Anchor;
558
558
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1169,11 +1169,11 @@ export declare const makeVSpeedDialProps: <Defaults extends {
1169
1169
  };
1170
1170
  export declare const VSpeedDial: {
1171
1171
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
1172
- style: import("vue").StyleValue;
1172
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1173
1173
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1174
- location: Anchor | undefined;
1174
+ location: Anchor;
1175
1175
  origin: "auto" | "overlap" | Anchor;
1176
- offset: string | number | number[] | undefined;
1176
+ offset: string | number | number[];
1177
1177
  stickToTarget: boolean;
1178
1178
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
1179
1179
  minWidth: string | number;
@@ -1432,11 +1432,11 @@ export declare const VSpeedDial: {
1432
1432
  M: {};
1433
1433
  Defaults: {};
1434
1434
  }, {
1435
- style: import("vue").StyleValue;
1435
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1436
1436
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1437
- location: Anchor | undefined;
1437
+ location: Anchor;
1438
1438
  origin: "auto" | "overlap" | Anchor;
1439
- offset: string | number | number[] | undefined;
1439
+ offset: string | number | number[];
1440
1440
  stickToTarget: boolean;
1441
1441
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
1442
1442
  minWidth: string | number;
@@ -1677,11 +1677,11 @@ export declare const VSpeedDial: {
1677
1677
  __isTeleport?: undefined;
1678
1678
  __isSuspense?: undefined;
1679
1679
  } & import("vue").ComponentOptionsBase<{
1680
- style: import("vue").StyleValue;
1680
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1681
1681
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1682
- location: Anchor | undefined;
1682
+ location: Anchor;
1683
1683
  origin: "auto" | "overlap" | Anchor;
1684
- offset: string | number | number[] | undefined;
1684
+ offset: string | number | number[];
1685
1685
  stickToTarget: boolean;
1686
1686
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
1687
1687
  minWidth: string | number;
@@ -404,7 +404,7 @@ export declare const makeVStepperProps: <Defaults extends {
404
404
  };
405
405
  export declare const VStepper: {
406
406
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
407
- style: import("vue").StyleValue;
407
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
408
408
  mobile: boolean | null;
409
409
  tile: boolean;
410
410
  tag: string | import("../../util/index.js").JSXComponent;
@@ -561,7 +561,7 @@ export declare const VStepper: {
561
561
  M: {};
562
562
  Defaults: {};
563
563
  }, {
564
- style: import("vue").StyleValue;
564
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
565
565
  mobile: boolean | null;
566
566
  tile: boolean;
567
567
  tag: string | import("../../util/index.js").JSXComponent;
@@ -676,7 +676,7 @@ export declare const VStepper: {
676
676
  __isTeleport?: undefined;
677
677
  __isSuspense?: undefined;
678
678
  } & import("vue").ComponentOptionsBase<{
679
- style: import("vue").StyleValue;
679
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
680
680
  mobile: boolean | null;
681
681
  tile: boolean;
682
682
  tag: string | import("../../util/index.js").JSXComponent;
@@ -1,6 +1,6 @@
1
1
  export declare const VStepperHeader: {
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 VStepperHeader: {
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 VStepperHeader: {
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;
@@ -268,7 +268,7 @@ export declare const VStepperItem: {
268
268
  ripple: boolean | {
269
269
  class?: string | undefined;
270
270
  keys?: string[] | undefined;
271
- } | undefined;
271
+ };
272
272
  rules: readonly ValidationRule[];
273
273
  } & {
274
274
  value?: any;
@@ -349,7 +349,7 @@ export declare const VStepperItem: {
349
349
  ripple: boolean | {
350
350
  class?: string | undefined;
351
351
  keys?: string[] | undefined;
352
- } | undefined;
352
+ };
353
353
  rules: readonly ValidationRule[];
354
354
  } & {
355
355
  value?: any;
@@ -410,7 +410,7 @@ export declare const VStepperItem: {
410
410
  ripple: boolean | {
411
411
  class?: string | undefined;
412
412
  keys?: string[] | undefined;
413
- } | undefined;
413
+ };
414
414
  rules: readonly ValidationRule[];
415
415
  } & {
416
416
  value?: any;
@@ -87,7 +87,7 @@ export declare const makeVStepperWindowProps: <Defaults extends {
87
87
  };
88
88
  export declare const VStepperWindow: {
89
89
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
90
- style: import("vue").StyleValue;
90
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
91
91
  tag: string | import("../../util/index.js").JSXComponent;
92
92
  reverse: boolean;
93
93
  direction: "horizontal" | "vertical";
@@ -135,7 +135,7 @@ export declare const VStepperWindow: {
135
135
  M: {};
136
136
  Defaults: {};
137
137
  }, {
138
- style: import("vue").StyleValue;
138
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
139
139
  tag: string | import("../../util/index.js").JSXComponent;
140
140
  reverse: boolean;
141
141
  direction: "horizontal" | "vertical";
@@ -174,7 +174,7 @@ export declare const VStepperWindow: {
174
174
  __isTeleport?: undefined;
175
175
  __isSuspense?: undefined;
176
176
  } & import("vue").ComponentOptionsBase<{
177
- style: import("vue").StyleValue;
177
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
178
178
  tag: string | import("../../util/index.js").JSXComponent;
179
179
  reverse: boolean;
180
180
  direction: "horizontal" | "vertical";