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
@@ -441,7 +441,7 @@ export type VTextFieldSlots = Omit<VInputSlots & VFieldSlots, 'default'> & {
441
441
  };
442
442
  export declare const VTextField: {
443
443
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
444
- style: import("vue").StyleValue;
444
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
445
445
  focused: boolean;
446
446
  errorMessages: string | readonly string[] | null;
447
447
  maxErrors: string | number;
@@ -592,7 +592,7 @@ export declare const VTextField: {
592
592
  }> & Omit<{
593
593
  theme?: string | undefined;
594
594
  class?: any;
595
- style: import("vue").StyleValue;
595
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
596
596
  focused: boolean;
597
597
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
598
598
  disabled: boolean | null;
@@ -655,7 +655,7 @@ export declare const VTextField: {
655
655
  $emit: (event: string, ...args: any[]) => void;
656
656
  $el: any;
657
657
  $options: import("vue").ComponentOptionsBase<{
658
- style: import("vue").StyleValue;
658
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
659
659
  focused: boolean;
660
660
  disabled: boolean | null;
661
661
  error: boolean;
@@ -768,7 +768,7 @@ export declare const VTextField: {
768
768
  messages: string | readonly string[];
769
769
  direction: "horizontal" | "vertical";
770
770
  }> & Omit<{
771
- style: import("vue").StyleValue;
771
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
772
772
  focused: boolean;
773
773
  disabled: boolean | null;
774
774
  error: boolean;
@@ -838,7 +838,7 @@ export declare const VTextField: {
838
838
  }> & Omit<{
839
839
  theme?: string | undefined;
840
840
  class?: any;
841
- style: import("vue").StyleValue;
841
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
842
842
  focused: boolean;
843
843
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
844
844
  rounded?: string | number | boolean | undefined;
@@ -907,7 +907,7 @@ export declare const VTextField: {
907
907
  $emit: (event: "update:focused", focused: boolean) => void;
908
908
  $el: any;
909
909
  $options: import("vue").ComponentOptionsBase<{
910
- style: import("vue").StyleValue;
910
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
911
911
  focused: boolean;
912
912
  tile: boolean;
913
913
  clearable: boolean;
@@ -1032,7 +1032,7 @@ export declare const VTextField: {
1032
1032
  singleLine: boolean;
1033
1033
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1034
1034
  }> & Omit<{
1035
- style: import("vue").StyleValue;
1035
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1036
1036
  focused: boolean;
1037
1037
  tile: boolean;
1038
1038
  clearable: boolean;
@@ -1169,7 +1169,7 @@ export declare const VTextField: {
1169
1169
  M: {};
1170
1170
  Defaults: {};
1171
1171
  }, {
1172
- style: import("vue").StyleValue;
1172
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1173
1173
  focused: boolean;
1174
1174
  errorMessages: string | readonly string[] | null;
1175
1175
  maxErrors: string | number;
@@ -1320,7 +1320,7 @@ export declare const VTextField: {
1320
1320
  }> & Omit<{
1321
1321
  theme?: string | undefined;
1322
1322
  class?: any;
1323
- style: import("vue").StyleValue;
1323
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1324
1324
  focused: boolean;
1325
1325
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1326
1326
  disabled: boolean | null;
@@ -1383,7 +1383,7 @@ export declare const VTextField: {
1383
1383
  $emit: (event: string, ...args: any[]) => void;
1384
1384
  $el: any;
1385
1385
  $options: import("vue").ComponentOptionsBase<{
1386
- style: import("vue").StyleValue;
1386
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1387
1387
  focused: boolean;
1388
1388
  disabled: boolean | null;
1389
1389
  error: boolean;
@@ -1496,7 +1496,7 @@ export declare const VTextField: {
1496
1496
  messages: string | readonly string[];
1497
1497
  direction: "horizontal" | "vertical";
1498
1498
  }> & Omit<{
1499
- style: import("vue").StyleValue;
1499
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1500
1500
  focused: boolean;
1501
1501
  disabled: boolean | null;
1502
1502
  error: boolean;
@@ -1566,7 +1566,7 @@ export declare const VTextField: {
1566
1566
  }> & Omit<{
1567
1567
  theme?: string | undefined;
1568
1568
  class?: any;
1569
- style: import("vue").StyleValue;
1569
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1570
1570
  focused: boolean;
1571
1571
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1572
1572
  rounded?: string | number | boolean | undefined;
@@ -1635,7 +1635,7 @@ export declare const VTextField: {
1635
1635
  $emit: (event: "update:focused", focused: boolean) => void;
1636
1636
  $el: any;
1637
1637
  $options: import("vue").ComponentOptionsBase<{
1638
- style: import("vue").StyleValue;
1638
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1639
1639
  focused: boolean;
1640
1640
  tile: boolean;
1641
1641
  clearable: boolean;
@@ -1760,7 +1760,7 @@ export declare const VTextField: {
1760
1760
  singleLine: boolean;
1761
1761
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1762
1762
  }> & Omit<{
1763
- style: import("vue").StyleValue;
1763
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1764
1764
  focused: boolean;
1765
1765
  tile: boolean;
1766
1766
  clearable: boolean;
@@ -1850,7 +1850,7 @@ export declare const VTextField: {
1850
1850
  __isTeleport?: undefined;
1851
1851
  __isSuspense?: undefined;
1852
1852
  } & import("vue").ComponentOptionsBase<{
1853
- style: import("vue").StyleValue;
1853
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1854
1854
  focused: boolean;
1855
1855
  errorMessages: string | readonly string[] | null;
1856
1856
  maxErrors: string | number;
@@ -2001,7 +2001,7 @@ export declare const VTextField: {
2001
2001
  }> & Omit<{
2002
2002
  theme?: string | undefined;
2003
2003
  class?: any;
2004
- style: import("vue").StyleValue;
2004
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2005
2005
  focused: boolean;
2006
2006
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2007
2007
  disabled: boolean | null;
@@ -2064,7 +2064,7 @@ export declare const VTextField: {
2064
2064
  $emit: (event: string, ...args: any[]) => void;
2065
2065
  $el: any;
2066
2066
  $options: import("vue").ComponentOptionsBase<{
2067
- style: import("vue").StyleValue;
2067
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2068
2068
  focused: boolean;
2069
2069
  disabled: boolean | null;
2070
2070
  error: boolean;
@@ -2177,7 +2177,7 @@ export declare const VTextField: {
2177
2177
  messages: string | readonly string[];
2178
2178
  direction: "horizontal" | "vertical";
2179
2179
  }> & Omit<{
2180
- style: import("vue").StyleValue;
2180
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2181
2181
  focused: boolean;
2182
2182
  disabled: boolean | null;
2183
2183
  error: boolean;
@@ -2247,7 +2247,7 @@ export declare const VTextField: {
2247
2247
  }> & Omit<{
2248
2248
  theme?: string | undefined;
2249
2249
  class?: any;
2250
- style: import("vue").StyleValue;
2250
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2251
2251
  focused: boolean;
2252
2252
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2253
2253
  rounded?: string | number | boolean | undefined;
@@ -2316,7 +2316,7 @@ export declare const VTextField: {
2316
2316
  $emit: (event: "update:focused", focused: boolean) => void;
2317
2317
  $el: any;
2318
2318
  $options: import("vue").ComponentOptionsBase<{
2319
- style: import("vue").StyleValue;
2319
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2320
2320
  focused: boolean;
2321
2321
  tile: boolean;
2322
2322
  clearable: boolean;
@@ -2441,7 +2441,7 @@ export declare const VTextField: {
2441
2441
  singleLine: boolean;
2442
2442
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2443
2443
  }> & Omit<{
2444
- style: import("vue").StyleValue;
2444
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2445
2445
  focused: boolean;
2446
2446
  tile: boolean;
2447
2447
  clearable: boolean;
@@ -455,7 +455,7 @@ export declare const makeVTextareaProps: <Defaults extends {
455
455
  };
456
456
  export declare const VTextarea: {
457
457
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
458
- style: import("vue").StyleValue;
458
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
459
459
  focused: boolean;
460
460
  errorMessages: string | readonly string[] | null;
461
461
  maxErrors: string | number;
@@ -606,7 +606,7 @@ export declare const VTextarea: {
606
606
  }> & Omit<{
607
607
  theme?: string | undefined;
608
608
  class?: any;
609
- style: import("vue").StyleValue;
609
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
610
610
  focused: boolean;
611
611
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
612
612
  disabled: boolean | null;
@@ -669,7 +669,7 @@ export declare const VTextarea: {
669
669
  $emit: (event: string, ...args: any[]) => void;
670
670
  $el: any;
671
671
  $options: import("vue").ComponentOptionsBase<{
672
- style: import("vue").StyleValue;
672
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
673
673
  focused: boolean;
674
674
  disabled: boolean | null;
675
675
  error: boolean;
@@ -782,7 +782,7 @@ export declare const VTextarea: {
782
782
  messages: string | readonly string[];
783
783
  direction: "horizontal" | "vertical";
784
784
  }> & Omit<{
785
- style: import("vue").StyleValue;
785
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
786
786
  focused: boolean;
787
787
  disabled: boolean | null;
788
788
  error: boolean;
@@ -919,7 +919,7 @@ export declare const VTextarea: {
919
919
  M: {};
920
920
  Defaults: {};
921
921
  }, {
922
- style: import("vue").StyleValue;
922
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
923
923
  focused: boolean;
924
924
  errorMessages: string | readonly string[] | null;
925
925
  maxErrors: string | number;
@@ -1070,7 +1070,7 @@ export declare const VTextarea: {
1070
1070
  }> & Omit<{
1071
1071
  theme?: string | undefined;
1072
1072
  class?: any;
1073
- style: import("vue").StyleValue;
1073
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1074
1074
  focused: boolean;
1075
1075
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1076
1076
  disabled: boolean | null;
@@ -1133,7 +1133,7 @@ export declare const VTextarea: {
1133
1133
  $emit: (event: string, ...args: any[]) => void;
1134
1134
  $el: any;
1135
1135
  $options: import("vue").ComponentOptionsBase<{
1136
- style: import("vue").StyleValue;
1136
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1137
1137
  focused: boolean;
1138
1138
  disabled: boolean | null;
1139
1139
  error: boolean;
@@ -1246,7 +1246,7 @@ export declare const VTextarea: {
1246
1246
  messages: string | readonly string[];
1247
1247
  direction: "horizontal" | "vertical";
1248
1248
  }> & Omit<{
1249
- style: import("vue").StyleValue;
1249
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1250
1250
  focused: boolean;
1251
1251
  disabled: boolean | null;
1252
1252
  error: boolean;
@@ -1338,7 +1338,7 @@ export declare const VTextarea: {
1338
1338
  __isTeleport?: undefined;
1339
1339
  __isSuspense?: undefined;
1340
1340
  } & import("vue").ComponentOptionsBase<{
1341
- style: import("vue").StyleValue;
1341
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1342
1342
  focused: boolean;
1343
1343
  errorMessages: string | readonly string[] | null;
1344
1344
  maxErrors: string | number;
@@ -1489,7 +1489,7 @@ export declare const VTextarea: {
1489
1489
  }> & Omit<{
1490
1490
  theme?: string | undefined;
1491
1491
  class?: any;
1492
- style: import("vue").StyleValue;
1492
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1493
1493
  focused: boolean;
1494
1494
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1495
1495
  disabled: boolean | null;
@@ -1552,7 +1552,7 @@ export declare const VTextarea: {
1552
1552
  $emit: (event: string, ...args: any[]) => void;
1553
1553
  $el: any;
1554
1554
  $options: import("vue").ComponentOptionsBase<{
1555
- style: import("vue").StyleValue;
1555
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1556
1556
  focused: boolean;
1557
1557
  disabled: boolean | null;
1558
1558
  error: boolean;
@@ -1665,7 +1665,7 @@ export declare const VTextarea: {
1665
1665
  messages: string | readonly string[];
1666
1666
  direction: "horizontal" | "vertical";
1667
1667
  }> & Omit<{
1668
- style: import("vue").StyleValue;
1668
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1669
1669
  focused: boolean;
1670
1670
  disabled: boolean | null;
1671
1671
  error: boolean;
@@ -42,7 +42,7 @@ export declare const makeVThemeProviderProps: <Defaults extends {
42
42
  };
43
43
  export declare const VThemeProvider: {
44
44
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
45
- style: import("vue").StyleValue;
45
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
46
46
  tag: string | import("../../util/index.js").JSXComponent;
47
47
  withBackground: boolean;
48
48
  } & {
@@ -77,7 +77,7 @@ export declare const VThemeProvider: {
77
77
  M: {};
78
78
  Defaults: {};
79
79
  }, {
80
- style: import("vue").StyleValue;
80
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
81
81
  tag: string | import("../../util/index.js").JSXComponent;
82
82
  withBackground: boolean;
83
83
  } & {
@@ -105,7 +105,7 @@ export declare const VThemeProvider: {
105
105
  __isTeleport?: undefined;
106
106
  __isSuspense?: undefined;
107
107
  } & import("vue").ComponentOptionsBase<{
108
- style: import("vue").StyleValue;
108
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
109
109
  tag: string | import("../../util/index.js").JSXComponent;
110
110
  withBackground: boolean;
111
111
  } & {
@@ -243,7 +243,7 @@ export declare const makeVTimePickerProps: <Defaults extends {
243
243
  };
244
244
  export declare const VTimePicker: {
245
245
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
246
- style: import("vue").StyleValue;
246
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
247
247
  tile: boolean;
248
248
  tag: string | import("../../util/index.js").JSXComponent;
249
249
  divided: boolean;
@@ -344,7 +344,7 @@ export declare const VTimePicker: {
344
344
  M: {};
345
345
  Defaults: {};
346
346
  }, {
347
- style: import("vue").StyleValue;
347
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
348
348
  tile: boolean;
349
349
  tag: string | import("../../util/index.js").JSXComponent;
350
350
  divided: boolean;
@@ -425,7 +425,7 @@ export declare const VTimePicker: {
425
425
  __isTeleport?: undefined;
426
426
  __isSuspense?: undefined;
427
427
  } & import("vue").ComponentOptionsBase<{
428
- style: import("vue").StyleValue;
428
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
429
429
  tile: boolean;
430
430
  tag: string | import("../../util/index.js").JSXComponent;
431
431
  divided: boolean;
@@ -153,7 +153,7 @@ export declare const makeVTimelineProps: <Defaults extends {
153
153
  };
154
154
  export declare const VTimeline: {
155
155
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
156
- style: import("vue").StyleValue;
156
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
157
157
  density: import("../../composables/density.js").Density;
158
158
  tag: string | import("../../util/index.js").JSXComponent;
159
159
  size: string | number;
@@ -205,7 +205,7 @@ export declare const VTimeline: {
205
205
  M: {};
206
206
  Defaults: {};
207
207
  }, {
208
- style: import("vue").StyleValue;
208
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
209
209
  density: import("../../composables/density.js").Density;
210
210
  tag: string | import("../../util/index.js").JSXComponent;
211
211
  size: string | number;
@@ -250,7 +250,7 @@ export declare const VTimeline: {
250
250
  __isTeleport?: undefined;
251
251
  __isSuspense?: undefined;
252
252
  } & import("vue").ComponentOptionsBase<{
253
- style: import("vue").StyleValue;
253
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
254
254
  density: import("../../composables/density.js").Density;
255
255
  tag: string | import("../../util/index.js").JSXComponent;
256
256
  size: string | number;
@@ -88,7 +88,7 @@ export declare const makeVTimelineDividerProps: <Defaults extends {
88
88
  };
89
89
  export declare const VTimelineDivider: {
90
90
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
91
- style: import("vue").StyleValue;
91
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
92
92
  tile: boolean;
93
93
  size: string | number;
94
94
  fillDot: boolean;
@@ -131,7 +131,7 @@ export declare const VTimelineDivider: {
131
131
  M: {};
132
132
  Defaults: {};
133
133
  }, {
134
- style: import("vue").StyleValue;
134
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
135
135
  tile: boolean;
136
136
  size: string | number;
137
137
  fillDot: boolean;
@@ -167,7 +167,7 @@ export declare const VTimelineDivider: {
167
167
  __isTeleport?: undefined;
168
168
  __isSuspense?: undefined;
169
169
  } & import("vue").ComponentOptionsBase<{
170
- style: import("vue").StyleValue;
170
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
171
171
  tile: boolean;
172
172
  size: string | number;
173
173
  fillDot: boolean;
@@ -159,7 +159,7 @@ export declare const makeVTimelineItemProps: <Defaults extends {
159
159
  };
160
160
  export declare const VTimelineItem: {
161
161
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
162
- style: import("vue").StyleValue;
162
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
163
163
  tile: boolean;
164
164
  tag: string | import("../../util/index.js").JSXComponent;
165
165
  size: string | number;
@@ -226,7 +226,7 @@ export declare const VTimelineItem: {
226
226
  M: {};
227
227
  Defaults: {};
228
228
  }, {
229
- style: import("vue").StyleValue;
229
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
230
230
  tile: boolean;
231
231
  tag: string | import("../../util/index.js").JSXComponent;
232
232
  size: string | number;
@@ -280,7 +280,7 @@ export declare const VTimelineItem: {
280
280
  __isTeleport?: undefined;
281
281
  __isSuspense?: undefined;
282
282
  } & import("vue").ComponentOptionsBase<{
283
- style: import("vue").StyleValue;
283
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
284
284
  tile: boolean;
285
285
  tag: string | import("../../util/index.js").JSXComponent;
286
286
  size: string | number;
@@ -167,7 +167,7 @@ export type VToolbarSlots = {
167
167
  };
168
168
  export declare const VToolbar: {
169
169
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
170
- style: import("vue").StyleValue;
170
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
171
171
  tile: boolean;
172
172
  tag: string | import("../../util/index.js").JSXComponent;
173
173
  absolute: boolean;
@@ -256,7 +256,7 @@ export declare const VToolbar: {
256
256
  M: {};
257
257
  Defaults: {};
258
258
  }, {
259
- style: import("vue").StyleValue;
259
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
260
260
  tile: boolean;
261
261
  tag: string | import("../../util/index.js").JSXComponent;
262
262
  absolute: boolean;
@@ -323,7 +323,7 @@ export declare const VToolbar: {
323
323
  __isTeleport?: undefined;
324
324
  __isSuspense?: undefined;
325
325
  } & import("vue").ComponentOptionsBase<{
326
- style: import("vue").StyleValue;
326
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
327
327
  tile: boolean;
328
328
  tag: string | import("../../util/index.js").JSXComponent;
329
329
  absolute: boolean;
@@ -43,7 +43,7 @@ export declare const makeVToolbarItemsProps: <Defaults extends {
43
43
  };
44
44
  export declare const VToolbarItems: {
45
45
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
46
- style: import("vue").StyleValue;
46
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
47
47
  variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
48
48
  } & {
49
49
  class?: any;
@@ -74,7 +74,7 @@ export declare const VToolbarItems: {
74
74
  M: {};
75
75
  Defaults: {};
76
76
  }, {
77
- style: import("vue").StyleValue;
77
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
78
78
  variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
79
79
  } & {
80
80
  class?: any;
@@ -98,7 +98,7 @@ export declare const VToolbarItems: {
98
98
  __isTeleport?: undefined;
99
99
  __isSuspense?: undefined;
100
100
  } & import("vue").ComponentOptionsBase<{
101
- style: import("vue").StyleValue;
101
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
102
102
  variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
103
103
  } & {
104
104
  class?: any;
@@ -39,7 +39,7 @@ export type VToolbarTitleSlots = {
39
39
  };
40
40
  export declare const VToolbarTitle: {
41
41
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
42
- style: import("vue").StyleValue;
42
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
43
43
  tag: string | import("../../util/index.js").JSXComponent;
44
44
  } & {
45
45
  class?: any;
@@ -76,7 +76,7 @@ export declare const VToolbarTitle: {
76
76
  M: {};
77
77
  Defaults: {};
78
78
  }, {
79
- style: import("vue").StyleValue;
79
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
80
80
  tag: string | import("../../util/index.js").JSXComponent;
81
81
  } & {
82
82
  class?: any;
@@ -103,7 +103,7 @@ export declare const VToolbarTitle: {
103
103
  __isTeleport?: undefined;
104
104
  __isSuspense?: undefined;
105
105
  } & import("vue").ComponentOptionsBase<{
106
- style: import("vue").StyleValue;
106
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
107
107
  tag: string | import("../../util/index.js").JSXComponent;
108
108
  } & {
109
109
  class?: any;
@@ -363,11 +363,11 @@ export declare const makeVTooltipProps: <Defaults extends {
363
363
  };
364
364
  export declare const VTooltip: {
365
365
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
366
- style: import("vue").StyleValue;
366
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
367
367
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
368
368
  location: import("../../util/index.js").Anchor;
369
369
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
370
- offset: string | number | number[] | undefined;
370
+ offset: string | number | number[];
371
371
  stickToTarget: boolean;
372
372
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
373
373
  minWidth: string | number;
@@ -471,7 +471,7 @@ export declare const VTooltip: {
471
471
  }> & Omit<{
472
472
  theme?: string | undefined;
473
473
  class?: any;
474
- style: import("vue").StyleValue;
474
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
475
475
  $children?: {
476
476
  default?: ((arg: {
477
477
  isActive: import("vue").Ref<boolean, boolean>;
@@ -575,7 +575,7 @@ export declare const VTooltip: {
575
575
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
576
576
  $el: any;
577
577
  $options: import("vue").ComponentOptionsBase<{
578
- style: import("vue").StyleValue;
578
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
579
579
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
580
580
  location: import("../../util/index.js").Anchor;
581
581
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -753,7 +753,7 @@ export declare const VTooltip: {
753
753
  zIndex: string | number;
754
754
  _disableGlobalStack: boolean;
755
755
  }> & Omit<{
756
- style: import("vue").StyleValue;
756
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
757
757
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
758
758
  location: import("../../util/index.js").Anchor;
759
759
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -905,11 +905,11 @@ export declare const VTooltip: {
905
905
  M: {};
906
906
  Defaults: {};
907
907
  }, {
908
- style: import("vue").StyleValue;
908
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
909
909
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
910
910
  location: import("../../util/index.js").Anchor;
911
911
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
912
- offset: string | number | number[] | undefined;
912
+ offset: string | number | number[];
913
913
  stickToTarget: boolean;
914
914
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
915
915
  minWidth: string | number;
@@ -1013,7 +1013,7 @@ export declare const VTooltip: {
1013
1013
  }> & Omit<{
1014
1014
  theme?: string | undefined;
1015
1015
  class?: any;
1016
- style: import("vue").StyleValue;
1016
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1017
1017
  $children?: {
1018
1018
  default?: ((arg: {
1019
1019
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1117,7 +1117,7 @@ export declare const VTooltip: {
1117
1117
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1118
1118
  $el: any;
1119
1119
  $options: import("vue").ComponentOptionsBase<{
1120
- style: import("vue").StyleValue;
1120
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1121
1121
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1122
1122
  location: import("../../util/index.js").Anchor;
1123
1123
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1295,7 +1295,7 @@ export declare const VTooltip: {
1295
1295
  zIndex: string | number;
1296
1296
  _disableGlobalStack: boolean;
1297
1297
  }> & Omit<{
1298
- style: import("vue").StyleValue;
1298
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1299
1299
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1300
1300
  location: import("../../util/index.js").Anchor;
1301
1301
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1429,11 +1429,11 @@ export declare const VTooltip: {
1429
1429
  __isTeleport?: undefined;
1430
1430
  __isSuspense?: undefined;
1431
1431
  } & import("vue").ComponentOptionsBase<{
1432
- style: import("vue").StyleValue;
1432
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1433
1433
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1434
1434
  location: import("../../util/index.js").Anchor;
1435
1435
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1436
- offset: string | number | number[] | undefined;
1436
+ offset: string | number | number[];
1437
1437
  stickToTarget: boolean;
1438
1438
  scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
1439
1439
  minWidth: string | number;
@@ -1537,7 +1537,7 @@ export declare const VTooltip: {
1537
1537
  }> & Omit<{
1538
1538
  theme?: string | undefined;
1539
1539
  class?: any;
1540
- style: import("vue").StyleValue;
1540
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1541
1541
  $children?: {
1542
1542
  default?: ((arg: {
1543
1543
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1641,7 +1641,7 @@ export declare const VTooltip: {
1641
1641
  $emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
1642
1642
  $el: any;
1643
1643
  $options: import("vue").ComponentOptionsBase<{
1644
- style: import("vue").StyleValue;
1644
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1645
1645
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1646
1646
  location: import("../../util/index.js").Anchor;
1647
1647
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
@@ -1819,7 +1819,7 @@ export declare const VTooltip: {
1819
1819
  zIndex: string | number;
1820
1820
  _disableGlobalStack: boolean;
1821
1821
  }> & Omit<{
1822
- style: import("vue").StyleValue;
1822
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1823
1823
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1824
1824
  location: import("../../util/index.js").Anchor;
1825
1825
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;