vuetify 3.10.2 → 3.10.3

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 (205) hide show
  1. package/dist/json/attributes.json +1022 -1022
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +148 -148
  4. package/dist/json/web-types.json +1827 -1813
  5. package/dist/vuetify-labs.cjs +36 -50
  6. package/dist/vuetify-labs.css +5911 -5911
  7. package/dist/vuetify-labs.d.ts +1488 -1486
  8. package/dist/vuetify-labs.esm.js +36 -50
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +36 -50
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +36 -49
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +6147 -6147
  15. package/dist/vuetify.d.ts +1112 -1110
  16. package/dist/vuetify.esm.js +36 -49
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +36 -49
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +1421 -1419
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VAlert/VAlert.d.ts +3 -3
  24. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  25. package/lib/components/VApp/VApp.d.ts +3 -3
  26. package/lib/components/VAppBar/VAppBar.d.ts +3 -3
  27. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  28. package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
  29. package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
  30. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  31. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  32. package/lib/components/VAvatar/VAvatar.d.ts +3 -3
  33. package/lib/components/VBadge/VBadge.d.ts +3 -3
  34. package/lib/components/VBanner/VBanner.d.ts +3 -3
  35. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  36. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  37. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
  38. package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
  40. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  41. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
  42. package/lib/components/VBtn/VBtn.d.ts +6 -6
  43. package/lib/components/VBtn/VBtn.js +4 -4
  44. package/lib/components/VBtn/VBtn.js.map +1 -1
  45. package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
  46. package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
  47. package/lib/components/VCard/VCard.d.ts +6 -6
  48. package/lib/components/VCard/VCard.js +2 -2
  49. package/lib/components/VCard/VCard.js.map +1 -1
  50. package/lib/components/VCard/VCardActions.d.ts +3 -3
  51. package/lib/components/VCard/VCardItem.d.ts +3 -3
  52. package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
  53. package/lib/components/VCard/VCardText.d.ts +3 -3
  54. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  55. package/lib/components/VCarousel/VCarousel.d.ts +3 -3
  56. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  57. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  58. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  59. package/lib/components/VChip/VChip.d.ts +6 -6
  60. package/lib/components/VChip/VChip.js +2 -2
  61. package/lib/components/VChip/VChip.js.map +1 -1
  62. package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
  63. package/lib/components/VCode/index.d.ts +3 -3
  64. package/lib/components/VCombobox/VCombobox.d.ts +116 -116
  65. package/lib/components/VCombobox/VCombobox.js +6 -25
  66. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  67. package/lib/components/VCounter/VCounter.d.ts +3 -3
  68. package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
  69. package/lib/components/VDataTable/VDataTable.d.ts +3 -3
  70. package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
  71. package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
  72. package/lib/components/VDataTable/composables/expand.js +8 -8
  73. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  74. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  75. package/lib/components/VDialog/VDialog.d.ts +12 -12
  76. package/lib/components/VDivider/VDivider.d.ts +3 -3
  77. package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
  78. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
  79. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  80. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
  81. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
  82. package/lib/components/VFab/VFab.d.ts +6 -6
  83. package/lib/components/VField/VField.d.ts +3 -3
  84. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  85. package/lib/components/VFileInput/VFileInput.d.ts +12 -12
  86. package/lib/components/VFooter/VFooter.d.ts +3 -3
  87. package/lib/components/VForm/VForm.d.ts +6 -6
  88. package/lib/components/VGrid/VCol.d.ts +3 -3
  89. package/lib/components/VGrid/VContainer.d.ts +3 -3
  90. package/lib/components/VGrid/VRow.d.ts +3 -3
  91. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  92. package/lib/components/VIcon/VIcon.d.ts +3 -3
  93. package/lib/components/VImg/VImg.d.ts +3 -3
  94. package/lib/components/VInput/VInput.d.ts +3 -3
  95. package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
  96. package/lib/components/VKbd/VKbd.d.ts +3 -3
  97. package/lib/components/VLabel/VLabel.d.ts +3 -3
  98. package/lib/components/VLayout/VLayout.d.ts +3 -3
  99. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  100. package/lib/components/VLazy/VLazy.d.ts +3 -3
  101. package/lib/components/VList/VList.d.ts +11 -11
  102. package/lib/components/VList/VList.js.map +1 -1
  103. package/lib/components/VList/VListGroup.d.ts +3 -3
  104. package/lib/components/VList/VListImg.d.ts +3 -3
  105. package/lib/components/VList/VListItem.d.ts +6 -6
  106. package/lib/components/VList/VListItem.js +2 -2
  107. package/lib/components/VList/VListItem.js.map +1 -1
  108. package/lib/components/VList/VListItemAction.d.ts +3 -3
  109. package/lib/components/VList/VListItemMedia.d.ts +3 -3
  110. package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
  111. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  112. package/lib/components/VList/VListSubheader.d.ts +3 -3
  113. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  114. package/lib/components/VMain/VMain.d.ts +3 -3
  115. package/lib/components/VMenu/VMenu.d.ts +15 -15
  116. package/lib/components/VMessages/VMessages.d.ts +3 -3
  117. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
  118. package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
  119. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  120. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  121. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  122. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  123. package/lib/components/VPagination/VPagination.d.ts +3 -3
  124. package/lib/components/VParallax/VParallax.d.ts +3 -3
  125. package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
  126. package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
  127. package/lib/components/VRadio/VRadio.d.ts +6 -6
  128. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  129. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  130. package/lib/components/VRating/VRating.d.ts +3 -3
  131. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  132. package/lib/components/VSelect/VSelect.d.ts +140 -140
  133. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  134. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  135. package/lib/components/VSheet/VSheet.d.ts +3 -3
  136. package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
  137. package/lib/components/VSlider/VSlider.d.ts +12 -12
  138. package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
  139. package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
  140. package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
  141. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
  142. package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
  143. package/lib/components/VStepper/VStepper.d.ts +3 -3
  144. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  145. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  146. package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
  147. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  148. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  149. package/lib/components/VSwitch/VSwitch.js +2 -2
  150. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  151. package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
  152. package/lib/components/VTable/VTable.d.ts +3 -3
  153. package/lib/components/VTabs/VTab.d.ts +24 -24
  154. package/lib/components/VTabs/VTabs.d.ts +3 -3
  155. package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
  156. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  157. package/lib/components/VTextField/VTextField.d.ts +21 -21
  158. package/lib/components/VTextarea/VTextarea.d.ts +12 -12
  159. package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
  160. package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
  161. package/lib/components/VTimeline/VTimeline.d.ts +3 -3
  162. package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
  163. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  164. package/lib/components/VToolbar/VToolbar.d.ts +3 -3
  165. package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
  166. package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
  167. package/lib/components/VTooltip/VTooltip.d.ts +15 -15
  168. package/lib/components/VTreeview/VTreeview.d.ts +26 -26
  169. package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
  170. package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
  171. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
  172. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
  173. package/lib/components/VWindow/VWindow.d.ts +3 -3
  174. package/lib/components/VWindow/VWindowItem.d.ts +3 -3
  175. package/lib/components/transitions/createTransition.d.ts +6 -6
  176. package/lib/components/transitions/index.d.ts +78 -78
  177. package/lib/composables/goto.js +2 -2
  178. package/lib/composables/goto.js.map +1 -1
  179. package/lib/composables/router.d.ts +2 -0
  180. package/lib/composables/router.js +6 -1
  181. package/lib/composables/router.js.map +1 -1
  182. package/lib/entry-bundler.js +1 -1
  183. package/lib/framework.d.ts +65 -65
  184. package/lib/framework.js +1 -1
  185. package/lib/labs/VCalendar/VCalendar.js +0 -1
  186. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  187. package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
  188. package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
  189. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  190. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  191. package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
  192. package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
  193. package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
  194. package/lib/labs/VPicker/VPicker.d.ts +3 -3
  195. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  196. package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
  197. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
  198. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
  199. package/lib/labs/VVideo/VVideo.d.ts +87 -87
  200. package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
  201. package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
  202. package/lib/util/createSimpleFunctional.d.ts +3 -3
  203. package/lib/util/events.js +2 -2
  204. package/lib/util/events.js.map +1 -1
  205. package/package.json +9 -9
@@ -399,7 +399,7 @@ export declare const makeVDatePickerProps: <Defaults extends {
399
399
  };
400
400
  export declare const VDatePicker: {
401
401
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
402
- style: import("vue").StyleValue;
402
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
403
403
  tile: boolean;
404
404
  tag: string | import("../../util/index.js").JSXComponent;
405
405
  divided: boolean;
@@ -551,7 +551,7 @@ export declare const VDatePicker: {
551
551
  M: {};
552
552
  Defaults: {};
553
553
  }, {
554
- style: import("vue").StyleValue;
554
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
555
555
  tile: boolean;
556
556
  tag: string | import("../../util/index.js").JSXComponent;
557
557
  divided: boolean;
@@ -637,7 +637,7 @@ export declare const VDatePicker: {
637
637
  __isTeleport?: undefined;
638
638
  __isSuspense?: undefined;
639
639
  } & import("vue").ComponentOptionsBase<{
640
- style: import("vue").StyleValue;
640
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
641
641
  tile: boolean;
642
642
  tag: string | import("../../util/index.js").JSXComponent;
643
643
  divided: boolean;
@@ -853,7 +853,7 @@ export declare const makeVDialogProps: <Defaults extends {
853
853
  };
854
854
  export declare const VDialog: {
855
855
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
856
- style: import("vue").StyleValue;
856
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
857
857
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
858
858
  location: import("../../util/index.js").Anchor;
859
859
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1030,7 +1030,7 @@ export declare const VDialog: {
1030
1030
  }> & Omit<{
1031
1031
  theme?: string | undefined;
1032
1032
  class?: any;
1033
- style: import("vue").StyleValue;
1033
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1034
1034
  $children?: {
1035
1035
  default?: ((arg: {
1036
1036
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1134,7 +1134,7 @@ export declare const VDialog: {
1134
1134
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1135
1135
  $el: any;
1136
1136
  $options: import("vue").ComponentOptionsBase<{
1137
- style: import("vue").StyleValue;
1137
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1138
1138
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1139
1139
  location: import("../../util/index.js").Anchor;
1140
1140
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1312,7 +1312,7 @@ export declare const VDialog: {
1312
1312
  zIndex: string | number;
1313
1313
  _disableGlobalStack: boolean;
1314
1314
  }> & Omit<{
1315
- style: import("vue").StyleValue;
1315
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1316
1316
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1317
1317
  location: import("../../util/index.js").Anchor;
1318
1318
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1533,7 +1533,7 @@ export declare const VDialog: {
1533
1533
  M: {};
1534
1534
  Defaults: {};
1535
1535
  }, {
1536
- style: import("vue").StyleValue;
1536
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1537
1537
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1538
1538
  location: import("../../util/index.js").Anchor;
1539
1539
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1710,7 +1710,7 @@ export declare const VDialog: {
1710
1710
  }> & Omit<{
1711
1711
  theme?: string | undefined;
1712
1712
  class?: any;
1713
- style: import("vue").StyleValue;
1713
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1714
1714
  $children?: {
1715
1715
  default?: ((arg: {
1716
1716
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1814,7 +1814,7 @@ export declare const VDialog: {
1814
1814
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1815
1815
  $el: any;
1816
1816
  $options: import("vue").ComponentOptionsBase<{
1817
- style: import("vue").StyleValue;
1817
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1818
1818
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1819
1819
  location: import("../../util/index.js").Anchor;
1820
1820
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1992,7 +1992,7 @@ export declare const VDialog: {
1992
1992
  zIndex: string | number;
1993
1993
  _disableGlobalStack: boolean;
1994
1994
  }> & Omit<{
1995
- style: import("vue").StyleValue;
1995
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1996
1996
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1997
1997
  location: import("../../util/index.js").Anchor;
1998
1998
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2193,7 +2193,7 @@ export declare const VDialog: {
2193
2193
  __isTeleport?: undefined;
2194
2194
  __isSuspense?: undefined;
2195
2195
  } & import("vue").ComponentOptionsBase<{
2196
- style: import("vue").StyleValue;
2196
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2197
2197
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2198
2198
  location: import("../../util/index.js").Anchor;
2199
2199
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2370,7 +2370,7 @@ export declare const VDialog: {
2370
2370
  }> & Omit<{
2371
2371
  theme?: string | undefined;
2372
2372
  class?: any;
2373
- style: import("vue").StyleValue;
2373
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2374
2374
  $children?: {
2375
2375
  default?: ((arg: {
2376
2376
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2474,7 +2474,7 @@ export declare const VDialog: {
2474
2474
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
2475
2475
  $el: any;
2476
2476
  $options: import("vue").ComponentOptionsBase<{
2477
- style: import("vue").StyleValue;
2477
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2478
2478
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2479
2479
  location: import("../../util/index.js").Anchor;
2480
2480
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -2652,7 +2652,7 @@ export declare const VDialog: {
2652
2652
  zIndex: string | number;
2653
2653
  _disableGlobalStack: boolean;
2654
2654
  }> & Omit<{
2655
- style: import("vue").StyleValue;
2655
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2656
2656
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2657
2657
  location: import("../../util/index.js").Anchor;
2658
2658
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -56,7 +56,7 @@ export declare const makeVDividerProps: <Defaults extends {
56
56
  };
57
57
  export declare const VDivider: {
58
58
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
59
- style: import("vue").StyleValue;
59
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
60
60
  inset: boolean;
61
61
  vertical: boolean;
62
62
  } & {
@@ -93,7 +93,7 @@ export declare const VDivider: {
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
  inset: boolean;
98
98
  vertical: boolean;
99
99
  } & {
@@ -123,7 +123,7 @@ export declare const VDivider: {
123
123
  __isTeleport?: undefined;
124
124
  __isSuspense?: undefined;
125
125
  } & import("vue").ComponentOptionsBase<{
126
- style: import("vue").StyleValue;
126
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
127
127
  inset: boolean;
128
128
  vertical: boolean;
129
129
  } & {
@@ -161,8 +161,8 @@ export declare const makeVEmptyStateProps: <Defaults extends {
161
161
  };
162
162
  export declare const VEmptyState: {
163
163
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
164
- style: import("vue").StyleValue;
165
- size: string | number | undefined;
164
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
165
+ size: string | number;
166
166
  justify: "center" | "end" | "start";
167
167
  textWidth: string | number;
168
168
  } & {
@@ -262,8 +262,8 @@ export declare const VEmptyState: {
262
262
  M: {};
263
263
  Defaults: {};
264
264
  }, {
265
- style: import("vue").StyleValue;
266
- size: string | number | undefined;
265
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
266
+ size: string | number;
267
267
  justify: "center" | "end" | "start";
268
268
  textWidth: string | number;
269
269
  } & {
@@ -335,8 +335,8 @@ export declare const VEmptyState: {
335
335
  __isTeleport?: undefined;
336
336
  __isSuspense?: undefined;
337
337
  } & import("vue").ComponentOptionsBase<{
338
- style: import("vue").StyleValue;
339
- size: string | number | undefined;
338
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
339
+ size: string | number;
340
340
  justify: "center" | "end" | "start";
341
341
  textWidth: string | number;
342
342
  } & {
@@ -203,7 +203,7 @@ export type VExpansionPanelSlots = {
203
203
  };
204
204
  export declare const VExpansionPanel: {
205
205
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
206
- style: import("vue").StyleValue;
206
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
207
207
  tile: boolean;
208
208
  tag: string | import("../../util/index.js").JSXComponent;
209
209
  disabled: boolean;
@@ -216,7 +216,7 @@ export declare const VExpansionPanel: {
216
216
  ripple: boolean | {
217
217
  class?: string | undefined;
218
218
  keys?: string[] | undefined;
219
- } | undefined;
219
+ };
220
220
  readonly: boolean;
221
221
  } & {
222
222
  class?: any;
@@ -296,7 +296,7 @@ export declare const VExpansionPanel: {
296
296
  M: {};
297
297
  Defaults: {};
298
298
  }, {
299
- style: import("vue").StyleValue;
299
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
300
300
  tile: boolean;
301
301
  tag: string | import("../../util/index.js").JSXComponent;
302
302
  disabled: boolean;
@@ -309,7 +309,7 @@ export declare const VExpansionPanel: {
309
309
  ripple: boolean | {
310
310
  class?: string | undefined;
311
311
  keys?: string[] | undefined;
312
- } | undefined;
312
+ };
313
313
  readonly: boolean;
314
314
  } & {
315
315
  class?: any;
@@ -372,7 +372,7 @@ export declare const VExpansionPanel: {
372
372
  __isTeleport?: undefined;
373
373
  __isSuspense?: undefined;
374
374
  } & import("vue").ComponentOptionsBase<{
375
- style: import("vue").StyleValue;
375
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
376
376
  tile: boolean;
377
377
  tag: string | import("../../util/index.js").JSXComponent;
378
378
  disabled: boolean;
@@ -385,7 +385,7 @@ export declare const VExpansionPanel: {
385
385
  ripple: boolean | {
386
386
  class?: string | undefined;
387
387
  keys?: string[] | undefined;
388
- } | undefined;
388
+ };
389
389
  readonly: boolean;
390
390
  } & {
391
391
  class?: any;
@@ -24,7 +24,7 @@ export declare const makeVExpansionPanelTextProps: <Defaults extends {
24
24
  };
25
25
  export declare const VExpansionPanelText: {
26
26
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
27
- style: import("vue").StyleValue;
27
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
28
28
  eager: boolean;
29
29
  } & {
30
30
  class?: any;
@@ -54,7 +54,7 @@ export declare const VExpansionPanelText: {
54
54
  M: {};
55
55
  Defaults: {};
56
56
  }, {
57
- style: import("vue").StyleValue;
57
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
58
58
  eager: boolean;
59
59
  } & {
60
60
  class?: any;
@@ -77,7 +77,7 @@ export declare const VExpansionPanelText: {
77
77
  __isTeleport?: undefined;
78
78
  __isSuspense?: undefined;
79
79
  } & import("vue").ComponentOptionsBase<{
80
- style: import("vue").StyleValue;
80
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
81
81
  eager: boolean;
82
82
  } & {
83
83
  class?: any;
@@ -139,7 +139,7 @@ export declare const makeVExpansionPanelTitleProps: <Defaults extends {
139
139
  };
140
140
  export declare const VExpansionPanelTitle: {
141
141
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
142
- style: import("vue").StyleValue;
142
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
143
143
  expandIcon: IconValue;
144
144
  collapseIcon: IconValue;
145
145
  hideActions: boolean;
@@ -148,7 +148,7 @@ export declare const VExpansionPanelTitle: {
148
148
  ripple: boolean | {
149
149
  class?: string | undefined;
150
150
  keys?: string[] | undefined;
151
- } | undefined;
151
+ };
152
152
  readonly: boolean;
153
153
  } & {
154
154
  class?: any;
@@ -200,7 +200,7 @@ export declare const VExpansionPanelTitle: {
200
200
  M: {};
201
201
  Defaults: {};
202
202
  }, {
203
- style: import("vue").StyleValue;
203
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
204
204
  expandIcon: IconValue;
205
205
  collapseIcon: IconValue;
206
206
  hideActions: boolean;
@@ -209,7 +209,7 @@ export declare const VExpansionPanelTitle: {
209
209
  ripple: boolean | {
210
210
  class?: string | undefined;
211
211
  keys?: string[] | undefined;
212
- } | undefined;
212
+ };
213
213
  readonly: boolean;
214
214
  } & {
215
215
  class?: any;
@@ -251,7 +251,7 @@ export declare const VExpansionPanelTitle: {
251
251
  __isTeleport?: undefined;
252
252
  __isSuspense?: undefined;
253
253
  } & import("vue").ComponentOptionsBase<{
254
- style: import("vue").StyleValue;
254
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
255
255
  expandIcon: IconValue;
256
256
  collapseIcon: IconValue;
257
257
  hideActions: boolean;
@@ -260,7 +260,7 @@ export declare const VExpansionPanelTitle: {
260
260
  ripple: boolean | {
261
261
  class?: string | undefined;
262
262
  keys?: string[] | undefined;
263
- } | undefined;
263
+ };
264
264
  readonly: boolean;
265
265
  } & {
266
266
  class?: any;
@@ -213,7 +213,7 @@ export declare const makeVExpansionPanelsProps: <Defaults extends {
213
213
  };
214
214
  export declare const VExpansionPanels: {
215
215
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
216
- style: import("vue").StyleValue;
216
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
217
217
  tile: boolean;
218
218
  tag: string | import("../../util/index.js").JSXComponent;
219
219
  multiple: boolean;
@@ -227,7 +227,7 @@ export declare const VExpansionPanels: {
227
227
  ripple: boolean | {
228
228
  class?: string | undefined;
229
229
  keys?: string[] | undefined;
230
- } | undefined;
230
+ };
231
231
  readonly: boolean;
232
232
  flat: boolean;
233
233
  variant: "accordion" | "default" | "inset" | "popout";
@@ -293,7 +293,7 @@ export declare const VExpansionPanels: {
293
293
  M: {};
294
294
  Defaults: {};
295
295
  }, {
296
- style: import("vue").StyleValue;
296
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
297
297
  tile: boolean;
298
298
  tag: string | import("../../util/index.js").JSXComponent;
299
299
  multiple: boolean;
@@ -307,7 +307,7 @@ export declare const VExpansionPanels: {
307
307
  ripple: boolean | {
308
308
  class?: string | undefined;
309
309
  keys?: string[] | undefined;
310
- } | undefined;
310
+ };
311
311
  readonly: boolean;
312
312
  flat: boolean;
313
313
  variant: "accordion" | "default" | "inset" | "popout";
@@ -364,7 +364,7 @@ export declare const VExpansionPanels: {
364
364
  __isTeleport?: undefined;
365
365
  __isSuspense?: undefined;
366
366
  } & import("vue").ComponentOptionsBase<{
367
- style: import("vue").StyleValue;
367
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
368
368
  tile: boolean;
369
369
  tag: string | import("../../util/index.js").JSXComponent;
370
370
  multiple: boolean;
@@ -378,7 +378,7 @@ export declare const VExpansionPanels: {
378
378
  ripple: boolean | {
379
379
  class?: string | undefined;
380
380
  keys?: string[] | undefined;
381
- } | undefined;
381
+ };
382
382
  readonly: boolean;
383
383
  flat: boolean;
384
384
  variant: "accordion" | "default" | "inset" | "popout";
@@ -415,7 +415,7 @@ export declare const makeVFabProps: <Defaults extends {
415
415
  };
416
416
  export declare const VFab: {
417
417
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
418
- style: import("vue").StyleValue;
418
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
419
419
  order: string | number;
420
420
  absolute: boolean;
421
421
  density: import("../../composables/density.js").Density;
@@ -436,7 +436,7 @@ export declare const VFab: {
436
436
  ripple: boolean | {
437
437
  class?: string | undefined;
438
438
  keys?: string[] | undefined;
439
- } | undefined;
439
+ };
440
440
  transition: string | boolean | (import("vue").TransitionProps & {
441
441
  component?: import("vue").Component | undefined;
442
442
  }) | null;
@@ -534,7 +534,7 @@ export declare const VFab: {
534
534
  M: {};
535
535
  Defaults: {};
536
536
  }, {
537
- style: import("vue").StyleValue;
537
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
538
538
  order: string | number;
539
539
  absolute: boolean;
540
540
  density: import("../../composables/density.js").Density;
@@ -555,7 +555,7 @@ export declare const VFab: {
555
555
  ripple: boolean | {
556
556
  class?: string | undefined;
557
557
  keys?: string[] | undefined;
558
- } | undefined;
558
+ };
559
559
  transition: string | boolean | (import("vue").TransitionProps & {
560
560
  component?: import("vue").Component | undefined;
561
561
  }) | null;
@@ -644,7 +644,7 @@ export declare const VFab: {
644
644
  __isTeleport?: undefined;
645
645
  __isSuspense?: undefined;
646
646
  } & import("vue").ComponentOptionsBase<{
647
- style: import("vue").StyleValue;
647
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
648
648
  order: string | number;
649
649
  absolute: boolean;
650
650
  density: import("../../composables/density.js").Density;
@@ -665,7 +665,7 @@ export declare const VFab: {
665
665
  ripple: boolean | {
666
666
  class?: string | undefined;
667
667
  keys?: string[] | undefined;
668
- } | undefined;
668
+ };
669
669
  transition: string | boolean | (import("vue").TransitionProps & {
670
670
  component?: import("vue").Component | undefined;
671
671
  }) | null;
@@ -221,7 +221,7 @@ export type VFieldSlots = {
221
221
  };
222
222
  export declare const VField: {
223
223
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
224
- style: import("vue").StyleValue;
224
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
225
225
  focused: boolean;
226
226
  tile: boolean;
227
227
  clearable: boolean;
@@ -314,7 +314,7 @@ export declare const VField: {
314
314
  M: {};
315
315
  Defaults: {};
316
316
  }, {
317
- style: import("vue").StyleValue;
317
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
318
318
  focused: boolean;
319
319
  tile: boolean;
320
320
  clearable: boolean;
@@ -377,7 +377,7 @@ export declare const VField: {
377
377
  __isTeleport?: undefined;
378
378
  __isSuspense?: undefined;
379
379
  } & import("vue").ComponentOptionsBase<{
380
- style: import("vue").StyleValue;
380
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
381
381
  focused: boolean;
382
382
  tile: boolean;
383
383
  clearable: boolean;
@@ -24,7 +24,7 @@ export declare const makeVFieldLabelProps: <Defaults extends {
24
24
  };
25
25
  export declare const VFieldLabel: {
26
26
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
27
- style: import("vue").StyleValue;
27
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
28
28
  floating: boolean;
29
29
  } & {
30
30
  class?: any;
@@ -54,7 +54,7 @@ export declare const VFieldLabel: {
54
54
  M: {};
55
55
  Defaults: {};
56
56
  }, {
57
- style: import("vue").StyleValue;
57
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
58
58
  floating: boolean;
59
59
  } & {
60
60
  class?: any;
@@ -77,7 +77,7 @@ export declare const VFieldLabel: {
77
77
  __isTeleport?: undefined;
78
78
  __isSuspense?: undefined;
79
79
  } & import("vue").ComponentOptionsBase<{
80
- style: import("vue").StyleValue;
80
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
81
81
  floating: boolean;
82
82
  } & {
83
83
  class?: any;
@@ -469,7 +469,7 @@ export declare const makeVFileInputProps: <Defaults extends {
469
469
  };
470
470
  export declare const VFileInput: {
471
471
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
472
- style: import("vue").StyleValue;
472
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
473
473
  focused: boolean;
474
474
  errorMessages: string | readonly string[] | null;
475
475
  maxErrors: string | number;
@@ -633,7 +633,7 @@ export declare const VFileInput: {
633
633
  }> & Omit<{
634
634
  theme?: string | undefined;
635
635
  class?: any;
636
- style: import("vue").StyleValue;
636
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
637
637
  focused: boolean;
638
638
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
639
639
  disabled: boolean | null;
@@ -696,7 +696,7 @@ export declare const VFileInput: {
696
696
  $emit: (event: string, ...args: any[]) => void;
697
697
  $el: any;
698
698
  $options: import("vue").ComponentOptionsBase<{
699
- style: import("vue").StyleValue;
699
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
700
700
  focused: boolean;
701
701
  disabled: boolean | null;
702
702
  error: boolean;
@@ -809,7 +809,7 @@ export declare const VFileInput: {
809
809
  messages: string | readonly string[];
810
810
  direction: "horizontal" | "vertical";
811
811
  }> & Omit<{
812
- style: import("vue").StyleValue;
812
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
813
813
  focused: boolean;
814
814
  disabled: boolean | null;
815
815
  error: boolean;
@@ -960,7 +960,7 @@ export declare const VFileInput: {
960
960
  M: {};
961
961
  Defaults: {};
962
962
  }, {
963
- style: import("vue").StyleValue;
963
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
964
964
  focused: boolean;
965
965
  errorMessages: string | readonly string[] | null;
966
966
  maxErrors: string | number;
@@ -1124,7 +1124,7 @@ export declare const VFileInput: {
1124
1124
  }> & Omit<{
1125
1125
  theme?: string | undefined;
1126
1126
  class?: any;
1127
- style: import("vue").StyleValue;
1127
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1128
1128
  focused: boolean;
1129
1129
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1130
1130
  disabled: boolean | null;
@@ -1187,7 +1187,7 @@ export declare const VFileInput: {
1187
1187
  $emit: (event: string, ...args: any[]) => void;
1188
1188
  $el: any;
1189
1189
  $options: import("vue").ComponentOptionsBase<{
1190
- style: import("vue").StyleValue;
1190
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1191
1191
  focused: boolean;
1192
1192
  disabled: boolean | null;
1193
1193
  error: boolean;
@@ -1300,7 +1300,7 @@ export declare const VFileInput: {
1300
1300
  messages: string | readonly string[];
1301
1301
  direction: "horizontal" | "vertical";
1302
1302
  }> & Omit<{
1303
- style: import("vue").StyleValue;
1303
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1304
1304
  focused: boolean;
1305
1305
  disabled: boolean | null;
1306
1306
  error: boolean;
@@ -1396,7 +1396,7 @@ export declare const VFileInput: {
1396
1396
  __isTeleport?: undefined;
1397
1397
  __isSuspense?: undefined;
1398
1398
  } & import("vue").ComponentOptionsBase<{
1399
- style: import("vue").StyleValue;
1399
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1400
1400
  focused: boolean;
1401
1401
  errorMessages: string | readonly string[] | null;
1402
1402
  maxErrors: string | number;
@@ -1560,7 +1560,7 @@ export declare const VFileInput: {
1560
1560
  }> & Omit<{
1561
1561
  theme?: string | undefined;
1562
1562
  class?: any;
1563
- style: import("vue").StyleValue;
1563
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1564
1564
  focused: boolean;
1565
1565
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1566
1566
  disabled: boolean | null;
@@ -1623,7 +1623,7 @@ export declare const VFileInput: {
1623
1623
  $emit: (event: string, ...args: any[]) => void;
1624
1624
  $el: any;
1625
1625
  $options: import("vue").ComponentOptionsBase<{
1626
- style: import("vue").StyleValue;
1626
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1627
1627
  focused: boolean;
1628
1628
  disabled: boolean | null;
1629
1629
  error: boolean;
@@ -1736,7 +1736,7 @@ export declare const VFileInput: {
1736
1736
  messages: string | readonly string[];
1737
1737
  direction: "horizontal" | "vertical";
1738
1738
  }> & Omit<{
1739
- style: import("vue").StyleValue;
1739
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1740
1740
  focused: boolean;
1741
1741
  disabled: boolean | null;
1742
1742
  error: boolean;
@@ -121,7 +121,7 @@ export declare const makeVFooterProps: <Defaults extends {
121
121
  };
122
122
  export declare const VFooter: {
123
123
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
124
- style: import("vue").StyleValue;
124
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
125
125
  order: string | number;
126
126
  absolute: boolean;
127
127
  tile: boolean;
@@ -168,7 +168,7 @@ export declare const VFooter: {
168
168
  M: {};
169
169
  Defaults: {};
170
170
  }, {
171
- style: import("vue").StyleValue;
171
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
172
172
  order: string | number;
173
173
  absolute: boolean;
174
174
  tile: boolean;
@@ -208,7 +208,7 @@ export declare const VFooter: {
208
208
  __isTeleport?: undefined;
209
209
  __isSuspense?: undefined;
210
210
  } & import("vue").ComponentOptionsBase<{
211
- style: import("vue").StyleValue;
211
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
212
212
  order: string | number;
213
213
  absolute: boolean;
214
214
  tile: boolean;