vuetify 3.3.1 → 3.3.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 (483) hide show
  1. package/dist/json/attributes.json +48 -52
  2. package/dist/json/tags.json +0 -1
  3. package/dist/json/web-types.json +630 -762
  4. package/dist/vuetify-labs.css +49 -36
  5. package/dist/vuetify-labs.d.ts +1844 -1613
  6. package/dist/vuetify-labs.esm.js +5486 -5305
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +5485 -5304
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +30 -8
  11. package/dist/vuetify.d.ts +1767 -1633
  12. package/dist/vuetify.esm.js +5134 -4883
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +5133 -4882
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +1001 -988
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.mts +33 -33
  20. package/lib/blueprints/md1.d.mts +33 -33
  21. package/lib/blueprints/md2.d.mts +33 -33
  22. package/lib/blueprints/md3.d.mts +33 -33
  23. package/lib/components/VAlert/VAlert.mjs +6 -6
  24. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  25. package/lib/components/VAlert/index.d.mts +1 -1
  26. package/lib/components/VApp/VApp.mjs +4 -4
  27. package/lib/components/VApp/VApp.mjs.map +1 -1
  28. package/lib/components/VAppBar/VAppBar.mjs +9 -6
  29. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  30. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.mts +25 -9
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +27 -22
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.mts +88 -88
  36. package/lib/components/VAvatar/VAvatar.mjs +4 -4
  37. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  38. package/lib/components/VBadge/VBadge.mjs +6 -6
  39. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  40. package/lib/components/VBanner/VBanner.mjs +7 -10
  41. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  42. package/lib/components/VBanner/VBannerActions.mjs +2 -2
  43. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  44. package/lib/components/VBanner/VBannerText.mjs +1 -0
  45. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  46. package/lib/components/VBanner/index.d.mts +1 -1
  47. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
  48. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
  50. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  51. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
  54. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  55. package/lib/components/VBtn/VBtn.mjs +7 -7
  56. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  57. package/lib/components/VBtn/index.d.mts +24 -8
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
  59. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VCard/VCard.mjs +8 -8
  63. package/lib/components/VCard/VCard.mjs.map +1 -1
  64. package/lib/components/VCard/VCardItem.mjs +4 -4
  65. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  66. package/lib/components/VCard/VCardSubtitle.mjs +1 -0
  67. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  68. package/lib/components/VCard/VCardText.mjs +1 -0
  69. package/lib/components/VCard/VCardText.mjs.map +1 -1
  70. package/lib/components/VCard/VCardTitle.mjs +1 -0
  71. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  72. package/lib/components/VCard/index.d.mts +45 -29
  73. package/lib/components/VCarousel/VCarousel.mjs +4 -7
  74. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  75. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  76. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  77. package/lib/components/VCheckbox/VCheckbox.mjs +11 -4
  78. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  79. package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
  80. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  81. package/lib/components/VCheckbox/index.d.mts +57 -51
  82. package/lib/components/VChip/VChip.mjs +8 -8
  83. package/lib/components/VChip/VChip.mjs.map +1 -1
  84. package/lib/components/VChip/index.d.mts +48 -32
  85. package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
  86. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  87. package/lib/components/VCode/index.mjs +3 -0
  88. package/lib/components/VCode/index.mjs.map +1 -1
  89. package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
  90. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
  92. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
  94. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  95. package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
  96. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  97. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
  98. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  99. package/lib/components/VCombobox/VCombobox.mjs +29 -20
  100. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  101. package/lib/components/VCombobox/index.d.mts +88 -88
  102. package/lib/components/VCounter/VCounter.mjs +2 -2
  103. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  104. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
  105. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  106. package/lib/components/VDefaultsProvider/index.d.mts +7 -9
  107. package/lib/components/VDialog/VDialog.mjs +7 -7
  108. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  109. package/lib/components/VDialog/index.d.mts +66 -66
  110. package/lib/components/VDivider/VDivider.mjs +3 -3
  111. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
  113. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  114. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
  115. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  116. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +6 -6
  117. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  118. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
  119. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  120. package/lib/components/VExpansionPanel/index.d.mts +57 -25
  121. package/lib/components/VField/VField.css +1 -0
  122. package/lib/components/VField/VField.mjs +8 -8
  123. package/lib/components/VField/VField.mjs.map +1 -1
  124. package/lib/components/VField/VField.sass +1 -0
  125. package/lib/components/VField/VFieldLabel.mjs +1 -1
  126. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  127. package/lib/components/VField/index.d.mts +5 -5
  128. package/lib/components/VFileInput/VFileInput.mjs +5 -5
  129. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  130. package/lib/components/VFileInput/index.d.mts +60 -60
  131. package/lib/components/VFooter/VFooter.mjs +4 -4
  132. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  133. package/lib/components/VForm/VForm.mjs +3 -3
  134. package/lib/components/VForm/VForm.mjs.map +1 -1
  135. package/lib/components/VGrid/VCol.mjs +2 -2
  136. package/lib/components/VGrid/VCol.mjs.map +1 -1
  137. package/lib/components/VGrid/VContainer.mjs +3 -3
  138. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  139. package/lib/components/VGrid/VRow.mjs +2 -2
  140. package/lib/components/VGrid/VRow.mjs.map +1 -1
  141. package/lib/components/VGrid/VSpacer.mjs +1 -0
  142. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  143. package/lib/components/VHover/VHover.mjs +1 -1
  144. package/lib/components/VHover/VHover.mjs.map +1 -1
  145. package/lib/components/VIcon/VIcon.mjs +6 -6
  146. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  147. package/lib/components/VImg/VImg.mjs +5 -4
  148. package/lib/components/VImg/VImg.mjs.map +1 -1
  149. package/lib/components/VInput/InputIcon.mjs +3 -2
  150. package/lib/components/VInput/InputIcon.mjs.map +1 -1
  151. package/lib/components/VInput/VInput.mjs +8 -4
  152. package/lib/components/VInput/VInput.mjs.map +1 -1
  153. package/lib/components/VInput/index.d.mts +10 -10
  154. package/lib/components/VItemGroup/VItem.mjs +2 -2
  155. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  156. package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
  157. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  158. package/lib/components/VKbd/index.mjs +3 -0
  159. package/lib/components/VKbd/index.mjs.map +1 -1
  160. package/lib/components/VLabel/VLabel.mjs +1 -1
  161. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  162. package/lib/components/VLayout/VLayout.mjs +3 -3
  163. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  164. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  165. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  166. package/lib/components/VLazy/VLazy.mjs +3 -3
  167. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  168. package/lib/components/VList/VList.css +1 -0
  169. package/lib/components/VList/VList.mjs +5 -4
  170. package/lib/components/VList/VList.mjs.map +1 -1
  171. package/lib/components/VList/VList.sass +1 -0
  172. package/lib/components/VList/VListChildren.mjs +3 -3
  173. package/lib/components/VList/VListChildren.mjs.map +1 -1
  174. package/lib/components/VList/VListGroup.mjs +8 -8
  175. package/lib/components/VList/VListGroup.mjs.map +1 -1
  176. package/lib/components/VList/VListImg.mjs +1 -0
  177. package/lib/components/VList/VListImg.mjs.map +1 -1
  178. package/lib/components/VList/VListItem.css +18 -0
  179. package/lib/components/VList/VListItem.mjs +10 -10
  180. package/lib/components/VList/VListItem.mjs.map +1 -1
  181. package/lib/components/VList/VListItem.sass +12 -0
  182. package/lib/components/VList/VListItemAction.mjs +1 -1
  183. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  184. package/lib/components/VList/VListItemMedia.mjs +1 -1
  185. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  186. package/lib/components/VList/VListItemSubtitle.mjs +1 -0
  187. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  188. package/lib/components/VList/VListItemTitle.mjs +1 -0
  189. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  190. package/lib/components/VList/VListSubheader.mjs +3 -3
  191. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  192. package/lib/components/VList/index.d.mts +48 -32
  193. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
  194. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  195. package/lib/components/VMain/VMain.mjs +3 -3
  196. package/lib/components/VMain/VMain.mjs.map +1 -1
  197. package/lib/components/VMenu/VMenu.mjs +35 -9
  198. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  199. package/lib/components/VMenu/index.d.mts +113 -113
  200. package/lib/components/VMenu/shared.mjs +2 -0
  201. package/lib/components/VMenu/shared.mjs.map +1 -1
  202. package/lib/components/VMessages/VMessages.mjs +3 -3
  203. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  204. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
  205. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  206. package/lib/components/VOverlay/VOverlay.mjs +18 -18
  207. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  208. package/lib/components/VOverlay/index.d.mts +21 -21
  209. package/lib/components/VOverlay/locationStrategies.mjs +5 -5
  210. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  211. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  212. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  213. package/lib/components/VOverlay/useActivator.mjs +34 -44
  214. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  215. package/lib/components/VOverlay/util/point.mjs +2 -0
  216. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  217. package/lib/components/VPagination/VPagination.mjs +9 -9
  218. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  219. package/lib/components/VParallax/VParallax.mjs +3 -6
  220. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  221. package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
  222. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  223. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
  224. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  225. package/lib/components/VRadio/VRadio.mjs +3 -3
  226. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  227. package/lib/components/VRadio/index.d.mts +4 -4
  228. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  229. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  230. package/lib/components/VRadioGroup/index.d.mts +32 -32
  231. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  232. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  233. package/lib/components/VRangeSlider/index.d.mts +8 -8
  234. package/lib/components/VRating/VRating.mjs +6 -9
  235. package/lib/components/VRating/VRating.mjs.map +1 -1
  236. package/lib/components/VResponsive/VResponsive.css +1 -0
  237. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  238. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  239. package/lib/components/VResponsive/VResponsive.sass +1 -0
  240. package/lib/components/VSelect/VSelect.mjs +24 -19
  241. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  242. package/lib/components/VSelect/index.d.mts +88 -88
  243. package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
  244. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  245. package/lib/components/VSelectionControl/index.d.mts +2 -2
  246. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
  247. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  248. package/lib/components/VSheet/VSheet.mjs +4 -4
  249. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  250. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  251. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  252. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
  253. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  254. package/lib/components/VSlider/VSlider.mjs +6 -6
  255. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  256. package/lib/components/VSlider/VSliderThumb.mjs +8 -8
  257. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  258. package/lib/components/VSlider/VSliderTrack.mjs +3 -3
  259. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  260. package/lib/components/VSlider/index.d.mts +8 -8
  261. package/lib/components/VSlider/slider.mjs +4 -7
  262. package/lib/components/VSlider/slider.mjs.map +1 -1
  263. package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
  264. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  265. package/lib/components/VSnackbar/index.d.mts +77 -77
  266. package/lib/components/VStepper/index.mjs +3 -2
  267. package/lib/components/VStepper/index.mjs.map +1 -1
  268. package/lib/components/VSwitch/VSwitch.mjs +6 -6
  269. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  270. package/lib/components/VSwitch/index.d.mts +41 -41
  271. package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
  272. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  273. package/lib/components/VTable/VTable.mjs +1 -1
  274. package/lib/components/VTable/VTable.mjs.map +1 -1
  275. package/lib/components/VTabs/VTab.mjs +3 -3
  276. package/lib/components/VTabs/VTab.mjs.map +1 -1
  277. package/lib/components/VTabs/VTabs.css +1 -0
  278. package/lib/components/VTabs/VTabs.mjs +7 -7
  279. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  280. package/lib/components/VTabs/VTabs.sass +1 -0
  281. package/lib/components/VTabs/index.d.mts +24 -8
  282. package/lib/components/VTabs/shared.mjs +2 -0
  283. package/lib/components/VTabs/shared.mjs.map +1 -1
  284. package/lib/components/VTextField/VTextField.mjs +6 -6
  285. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  286. package/lib/components/VTextField/index.d.mts +72 -72
  287. package/lib/components/VTextarea/VTextarea.css +7 -7
  288. package/lib/components/VTextarea/VTextarea.mjs +8 -11
  289. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  290. package/lib/components/VTextarea/VTextarea.sass +9 -9
  291. package/lib/components/VTextarea/index.d.mts +60 -60
  292. package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
  293. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  294. package/lib/components/VTimeline/VTimeline.mjs +4 -4
  295. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  296. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
  297. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  298. package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
  299. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  300. package/lib/components/VToolbar/VToolbar.mjs +8 -8
  301. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  302. package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
  303. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  304. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
  305. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  306. package/lib/components/VToolbar/index.d.mts +1 -1
  307. package/lib/components/VTooltip/VTooltip.mjs +6 -6
  308. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  309. package/lib/components/VTooltip/index.d.mts +113 -113
  310. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
  311. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  312. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
  313. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  314. package/lib/components/VVirtualScroll/index.d.mts +9 -9
  315. package/lib/components/VWindow/VWindow.mjs +6 -6
  316. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  317. package/lib/components/VWindow/VWindowItem.mjs +5 -5
  318. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  319. package/lib/components/index.d.mts +1970 -1838
  320. package/lib/components/transitions/createTransition.mjs +5 -8
  321. package/lib/components/transitions/createTransition.mjs.map +1 -1
  322. package/lib/components/transitions/dialog-transition.mjs +1 -3
  323. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  324. package/lib/components/transitions/index.d.mts +117 -117
  325. package/lib/composables/defaults.mjs +5 -0
  326. package/lib/composables/defaults.mjs.map +1 -1
  327. package/lib/composables/display.mjs +1 -1
  328. package/lib/composables/display.mjs.map +1 -1
  329. package/lib/composables/filter.mjs +2 -4
  330. package/lib/composables/filter.mjs.map +1 -1
  331. package/lib/composables/focus.mjs +1 -1
  332. package/lib/composables/focus.mjs.map +1 -1
  333. package/lib/composables/forwardRefs.mjs +2 -0
  334. package/lib/composables/forwardRefs.mjs.map +1 -1
  335. package/lib/composables/hydration.mjs +1 -1
  336. package/lib/composables/hydration.mjs.map +1 -1
  337. package/lib/composables/icons.mjs +7 -1
  338. package/lib/composables/icons.mjs.map +1 -1
  339. package/lib/composables/lazy.mjs +1 -3
  340. package/lib/composables/lazy.mjs.map +1 -1
  341. package/lib/composables/locale.mjs +2 -1
  342. package/lib/composables/locale.mjs.map +1 -1
  343. package/lib/composables/mutationObserver.mjs +2 -5
  344. package/lib/composables/mutationObserver.mjs.map +1 -1
  345. package/lib/composables/nested/nested.mjs +2 -2
  346. package/lib/composables/nested/nested.mjs.map +1 -1
  347. package/lib/composables/nested/selectStrategies.mjs +1 -0
  348. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  349. package/lib/composables/proxiedModel.mjs +3 -3
  350. package/lib/composables/proxiedModel.mjs.map +1 -1
  351. package/lib/composables/refs.mjs +4 -1
  352. package/lib/composables/refs.mjs.map +1 -1
  353. package/lib/composables/resizeObserver.mjs +4 -4
  354. package/lib/composables/resizeObserver.mjs.map +1 -1
  355. package/lib/composables/router.mjs +1 -4
  356. package/lib/composables/router.mjs.map +1 -1
  357. package/lib/composables/scopeId.mjs +1 -0
  358. package/lib/composables/scopeId.mjs.map +1 -1
  359. package/lib/composables/theme.mjs +1 -1
  360. package/lib/composables/theme.mjs.map +1 -1
  361. package/lib/composables/toggleScope.mjs +4 -0
  362. package/lib/composables/toggleScope.mjs.map +1 -1
  363. package/lib/composables/touch.mjs +1 -0
  364. package/lib/composables/touch.mjs.map +1 -1
  365. package/lib/composables/validation.mjs +2 -2
  366. package/lib/composables/validation.mjs.map +1 -1
  367. package/lib/composables/virtual.mjs +108 -0
  368. package/lib/composables/virtual.mjs.map +1 -0
  369. package/lib/directives/click-outside/index.mjs +2 -1
  370. package/lib/directives/click-outside/index.mjs.map +1 -1
  371. package/lib/directives/intersect/index.mjs +1 -1
  372. package/lib/directives/intersect/index.mjs.map +1 -1
  373. package/lib/directives/resize/index.mjs +2 -0
  374. package/lib/directives/resize/index.mjs.map +1 -1
  375. package/lib/directives/scroll/index.mjs +2 -0
  376. package/lib/directives/scroll/index.mjs.map +1 -1
  377. package/lib/directives/touch/index.mjs +1 -2
  378. package/lib/directives/touch/index.mjs.map +1 -1
  379. package/lib/entry-bundler.mjs +7 -2
  380. package/lib/entry-bundler.mjs.map +1 -1
  381. package/lib/framework.mjs +4 -6
  382. package/lib/framework.mjs.map +1 -1
  383. package/lib/iconsets/fa.mjs +1 -1
  384. package/lib/iconsets/fa.mjs.map +1 -1
  385. package/lib/iconsets/fa4.mjs +4 -3
  386. package/lib/iconsets/fa4.mjs.map +1 -1
  387. package/lib/iconsets/md.mjs +4 -3
  388. package/lib/iconsets/md.mjs.map +1 -1
  389. package/lib/iconsets/mdi-svg.mjs +36 -36
  390. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  391. package/lib/iconsets/mdi.mjs +4 -3
  392. package/lib/iconsets/mdi.mjs.map +1 -1
  393. package/lib/index.d.mts +35 -33
  394. package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
  395. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
  396. package/lib/labs/VBottomSheet/index.d.mts +21 -21
  397. package/lib/labs/VDataIterator/VDataIterator.mjs +7 -7
  398. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
  399. package/lib/labs/VDataIterator/composables/items.mjs +2 -2
  400. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
  401. package/lib/labs/VDataIterator/index.d.mts +28 -27
  402. package/lib/labs/VDataTable/VDataTable.css +5 -14
  403. package/lib/labs/VDataTable/VDataTable.mjs +8 -8
  404. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  405. package/lib/labs/VDataTable/VDataTable.sass +7 -15
  406. package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
  407. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  408. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
  409. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  410. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
  411. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  412. package/lib/labs/VDataTable/VDataTableHeaders.mjs +8 -8
  413. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  414. package/lib/labs/VDataTable/VDataTableRow.mjs +1 -1
  415. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  416. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
  417. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  418. package/lib/labs/VDataTable/VDataTableServer.mjs +7 -7
  419. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  420. package/lib/labs/VDataTable/VDataTableVirtual.mjs +34 -22
  421. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  422. package/lib/labs/VDataTable/composables/expand.mjs +4 -4
  423. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  424. package/lib/labs/VDataTable/composables/group.mjs +1 -1
  425. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  426. package/lib/labs/VDataTable/composables/headers.mjs +2 -2
  427. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  428. package/lib/labs/VDataTable/composables/items.mjs +5 -8
  429. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  430. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  431. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  432. package/lib/labs/VDataTable/composables/select.mjs +4 -3
  433. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  434. package/lib/labs/VDataTable/composables/sort.mjs +4 -9
  435. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  436. package/lib/labs/VDataTable/index.d.mts +182 -83
  437. package/lib/labs/VDataTable/types.mjs.map +1 -1
  438. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  439. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  440. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
  441. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  442. package/lib/labs/components.d.mts +213 -114
  443. package/lib/labs/date/date.mjs.map +1 -1
  444. package/lib/labs/entry-bundler.mjs +3 -1
  445. package/lib/labs/entry-bundler.mjs.map +1 -1
  446. package/lib/locale/adapters/vue-i18n.d.mts +1 -1
  447. package/lib/locale/adapters/vue-i18n.mjs +5 -1
  448. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  449. package/lib/locale/adapters/vuetify.mjs +1 -3
  450. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  451. package/lib/util/anchor.mjs +1 -0
  452. package/lib/util/anchor.mjs.map +1 -1
  453. package/lib/util/animation.mjs +1 -0
  454. package/lib/util/animation.mjs.map +1 -1
  455. package/lib/util/bindProps.mjs +49 -0
  456. package/lib/util/bindProps.mjs.map +1 -0
  457. package/lib/util/color/APCA.mjs +1 -0
  458. package/lib/util/color/APCA.mjs.map +1 -1
  459. package/lib/util/color/transformCIELAB.mjs +2 -0
  460. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  461. package/lib/util/color/transformSRGB.mjs +3 -1
  462. package/lib/util/color/transformSRGB.mjs.map +1 -1
  463. package/lib/util/colorUtils.mjs +2 -2
  464. package/lib/util/colorUtils.mjs.map +1 -1
  465. package/lib/util/console.mjs +1 -0
  466. package/lib/util/console.mjs.map +1 -1
  467. package/lib/util/createSimpleFunctional.mjs +2 -1
  468. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  469. package/lib/util/defineComponent.mjs +5 -5
  470. package/lib/util/defineComponent.mjs.map +1 -1
  471. package/lib/util/getCurrentInstance.mjs +1 -2
  472. package/lib/util/getCurrentInstance.mjs.map +1 -1
  473. package/lib/util/helpers.mjs +6 -3
  474. package/lib/util/helpers.mjs.map +1 -1
  475. package/lib/util/index.mjs +1 -0
  476. package/lib/util/index.mjs.map +1 -1
  477. package/lib/util/injectSelf.mjs +2 -1
  478. package/lib/util/injectSelf.mjs.map +1 -1
  479. package/lib/util/propsFactory.mjs +1 -0
  480. package/lib/util/propsFactory.mjs.map +1 -1
  481. package/package.json +4 -4
  482. package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
  483. package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
@@ -76,12 +76,12 @@
76
76
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
77
77
  },
78
78
  "v-alert/location": {
79
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
79
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
80
80
  "description": "Specifies the component's location. Can combine by using a space separated string"
81
81
  },
82
82
  "v-alert/position": {
83
83
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
84
- "description": "Specifies the type of positioning method used for the component."
84
+ "description": "MISSING DESCRIPTION"
85
85
  },
86
86
  "v-alert/rounded": {
87
87
  "type": "string | number | boolean\n",
@@ -264,12 +264,12 @@
264
264
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
265
265
  },
266
266
  "v-app-bar-nav-icon/location": {
267
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
267
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
268
268
  "description": "Specifies the component's location. Can combine by using a space separated string"
269
269
  },
270
270
  "v-app-bar-nav-icon/position": {
271
271
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
272
- "description": "Specifies the type of positioning method used for the component."
272
+ "description": "MISSING DESCRIPTION"
273
273
  },
274
274
  "v-app-bar-nav-icon/rounded": {
275
275
  "type": "string | number | boolean\n",
@@ -320,7 +320,7 @@
320
320
  "description": "Displays the button as a flex-column."
321
321
  },
322
322
  "v-app-bar-nav-icon/ripple": {
323
- "type": "boolean\n",
323
+ "type": "boolean | { class: string }\n",
324
324
  "description": "Applies the [v-ripple](/directives/ripple) directive."
325
325
  },
326
326
  "v-app-bar-nav-icon/disabled": {
@@ -453,7 +453,7 @@
453
453
  },
454
454
  "v-autocomplete/custom-filter": {
455
455
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
456
- "description": "Function used to filter items."
456
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
457
457
  },
458
458
  "v-autocomplete/custom-key-filter": {
459
459
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
@@ -700,7 +700,7 @@
700
700
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
701
701
  },
702
702
  "v-badge/location": {
703
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
703
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
704
704
  "description": "Specifies the component's location. Can combine by using a space separated string"
705
705
  },
706
706
  "v-badge/rounded": {
@@ -808,12 +808,12 @@
808
808
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
809
809
  },
810
810
  "v-banner/location": {
811
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
811
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
812
812
  "description": "Specifies the component's location. Can combine by using a space separated string"
813
813
  },
814
814
  "v-banner/position": {
815
815
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
816
- "description": "Specifies the type of positioning method used for the component."
816
+ "description": "MISSING DESCRIPTION"
817
817
  },
818
818
  "v-banner/sticky": {
819
819
  "type": "boolean\n",
@@ -972,7 +972,7 @@
972
972
  "description": "Sets the width for the component."
973
973
  },
974
974
  "v-bottom-sheet/location": {
975
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
975
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
976
976
  "description": "MISSING DESCRIPTION"
977
977
  },
978
978
  "v-bottom-sheet/absolute": {
@@ -1060,7 +1060,7 @@
1060
1060
  "description": "A function used to specifies how the component should position relative to its activator"
1061
1061
  },
1062
1062
  "v-bottom-sheet/origin": {
1063
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
1063
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
1064
1064
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
1065
1065
  },
1066
1066
  "v-bottom-sheet/offset": {
@@ -1240,12 +1240,12 @@
1240
1240
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1241
1241
  },
1242
1242
  "v-btn/location": {
1243
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
1243
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1244
1244
  "description": "Specifies the component's location. Can combine by using a space separated string"
1245
1245
  },
1246
1246
  "v-btn/position": {
1247
1247
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1248
- "description": "Specifies the type of positioning method used for the component."
1248
+ "description": "MISSING DESCRIPTION"
1249
1249
  },
1250
1250
  "v-btn/rounded": {
1251
1251
  "type": "string | number | boolean\n",
@@ -1296,7 +1296,7 @@
1296
1296
  "description": "Displays the button as a flex-column."
1297
1297
  },
1298
1298
  "v-btn/ripple": {
1299
- "type": "boolean\n",
1299
+ "type": "boolean | { class: string }\n",
1300
1300
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1301
1301
  },
1302
1302
  "v-btn/disabled": {
@@ -1472,12 +1472,12 @@
1472
1472
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1473
1473
  },
1474
1474
  "v-card/location": {
1475
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
1475
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1476
1476
  "description": "Specifies the component's location. Can combine by using a space separated string"
1477
1477
  },
1478
1478
  "v-card/position": {
1479
1479
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1480
- "description": "Specifies the type of positioning method used for the component."
1480
+ "description": "MISSING DESCRIPTION"
1481
1481
  },
1482
1482
  "v-card/rounded": {
1483
1483
  "type": "string | number | boolean\n",
@@ -1512,7 +1512,7 @@
1512
1512
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1513
1513
  },
1514
1514
  "v-card/ripple": {
1515
- "type": "boolean\n",
1515
+ "type": "boolean | { class: string }\n",
1516
1516
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1517
1517
  },
1518
1518
  "v-card/disabled": {
@@ -2088,7 +2088,7 @@
2088
2088
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2089
2089
  },
2090
2090
  "v-chip/ripple": {
2091
- "type": "boolean\n",
2091
+ "type": "boolean | { class: string }\n",
2092
2092
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2093
2093
  },
2094
2094
  "v-chip/disabled": {
@@ -2309,7 +2309,7 @@
2309
2309
  },
2310
2310
  "v-color-picker/position": {
2311
2311
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2312
- "description": "Specifies the type of positioning method used for the component."
2312
+ "description": "MISSING DESCRIPTION"
2313
2313
  },
2314
2314
  "v-color-picker/rounded": {
2315
2315
  "type": "string | number | boolean\n",
@@ -2461,7 +2461,7 @@
2461
2461
  },
2462
2462
  "v-combobox/custom-filter": {
2463
2463
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
2464
- "description": "Function used to filter items."
2464
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
2465
2465
  },
2466
2466
  "v-combobox/custom-key-filter": {
2467
2467
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
@@ -3004,7 +3004,7 @@
3004
3004
  "description": "MISSING DESCRIPTION"
3005
3005
  },
3006
3006
  "v-data-table-row/item": {
3007
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>\n",
3007
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>\n",
3008
3008
  "description": "MISSING DESCRIPTION"
3009
3009
  },
3010
3010
  "v-data-table-row/index": {
@@ -3012,7 +3012,7 @@
3012
3012
  "description": "MISSING DESCRIPTION"
3013
3013
  },
3014
3014
  "v-data-table-rows/items": {
3015
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3015
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3016
3016
  "description": "An array of strings or objects used for automatically generating children components"
3017
3017
  },
3018
3018
  "v-data-table-rows/loading": {
@@ -3165,7 +3165,7 @@
3165
3165
  },
3166
3166
  "v-data-table-server/headers": {
3167
3167
  "type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
3168
- "description": "Array of header items to display"
3168
+ "description": "MISSING DESCRIPTION"
3169
3169
  },
3170
3170
  "v-data-table-server/loading-text": {
3171
3171
  "type": "string\n",
@@ -3285,7 +3285,7 @@
3285
3285
  },
3286
3286
  "v-data-table-virtual/custom-filter": {
3287
3287
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3288
- "description": "Function used to filter items."
3288
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
3289
3289
  },
3290
3290
  "v-data-table-virtual/custom-key-filter": {
3291
3291
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
@@ -3361,7 +3361,7 @@
3361
3361
  },
3362
3362
  "v-data-table-virtual/headers": {
3363
3363
  "type": "DeepReadonly<DataTableHeader[] | DataTableHeader[][]>\n",
3364
- "description": "Array of header items to display"
3364
+ "description": "MISSING DESCRIPTION"
3365
3365
  },
3366
3366
  "v-data-table-virtual/loading-text": {
3367
3367
  "type": "string\n",
@@ -3387,10 +3387,6 @@
3387
3387
  "type": "boolean\n",
3388
3388
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
3389
3389
  },
3390
- "v-data-table-virtual/visible-items": {
3391
- "type": "string | number\n",
3392
- "description": "MISSING DESCRIPTION"
3393
- },
3394
3390
  "v-data-table-virtual/item-height": {
3395
3391
  "type": "string | number\n",
3396
3392
  "description": "MISSING DESCRIPTION"
@@ -3400,7 +3396,7 @@
3400
3396
  "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
3401
3397
  },
3402
3398
  "v-defaults-provider/root": {
3403
- "type": "boolean\n",
3399
+ "type": "string | boolean\n",
3404
3400
  "description": "Force current defaults to match the application root defaults"
3405
3401
  },
3406
3402
  "v-defaults-provider/reset": {
@@ -3444,7 +3440,7 @@
3444
3440
  "description": "Sets the width for the component."
3445
3441
  },
3446
3442
  "v-dialog/location": {
3447
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
3443
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
3448
3444
  "description": "MISSING DESCRIPTION"
3449
3445
  },
3450
3446
  "v-dialog/absolute": {
@@ -3532,7 +3528,7 @@
3532
3528
  "description": "A function used to specifies how the component should position relative to its activator"
3533
3529
  },
3534
3530
  "v-dialog/origin": {
3535
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
3531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
3536
3532
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3537
3533
  },
3538
3534
  "v-dialog/offset": {
@@ -3645,7 +3641,7 @@
3645
3641
  },
3646
3642
  "v-expand-transition/mode": {
3647
3643
  "type": "'default' | 'in-out' | 'out-in'\n",
3648
- "description": "Sets the transition mode (does not apply to transition-group)."
3644
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3649
3645
  },
3650
3646
  "v-expand-x-transition/disabled": {
3651
3647
  "type": "boolean\n",
@@ -3653,7 +3649,7 @@
3653
3649
  },
3654
3650
  "v-expand-x-transition/mode": {
3655
3651
  "type": "'default' | 'in-out' | 'out-in'\n",
3656
- "description": "Sets the transition mode (does not apply to transition-group)."
3652
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
3657
3653
  },
3658
3654
  "v-expansion-panel/title": {
3659
3655
  "type": "string\n",
@@ -3684,7 +3680,7 @@
3684
3680
  "description": "Controls the opened/closed state of content"
3685
3681
  },
3686
3682
  "v-expansion-panel/ripple": {
3687
- "type": "boolean | Record<string, any>\n",
3683
+ "type": "boolean | { class: string }\n",
3688
3684
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3689
3685
  },
3690
3686
  "v-expansion-panel/disabled": {
@@ -3728,7 +3724,7 @@
3728
3724
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3729
3725
  },
3730
3726
  "v-expansion-panel-title/ripple": {
3731
- "type": "boolean | Record<string, any>\n",
3727
+ "type": "boolean | { class: string }\n",
3732
3728
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3733
3729
  },
3734
3730
  "v-expansion-panel-title/readonly": {
@@ -4700,7 +4696,7 @@
4700
4696
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4701
4697
  },
4702
4698
  "v-list/select-strategy": {
4703
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>\n",
4699
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
4704
4700
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4705
4701
  },
4706
4702
  "v-list/nav": {
@@ -4848,7 +4844,7 @@
4848
4844
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4849
4845
  },
4850
4846
  "v-list-item/ripple": {
4851
- "type": "boolean\n",
4847
+ "type": "boolean | { class: string }\n",
4852
4848
  "description": "Applies the [v-ripple](/directives/ripple) directive."
4853
4849
  },
4854
4850
  "v-list-item/disabled": {
@@ -5012,7 +5008,7 @@
5012
5008
  "description": "Sets the width for the component."
5013
5009
  },
5014
5010
  "v-menu/location": {
5015
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
5011
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5016
5012
  "description": "MISSING DESCRIPTION"
5017
5013
  },
5018
5014
  "v-menu/theme": {
@@ -5100,7 +5096,7 @@
5100
5096
  "description": "A function used to specifies how the component should position relative to its activator"
5101
5097
  },
5102
5098
  "v-menu/origin": {
5103
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
5099
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
5104
5100
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5105
5101
  },
5106
5102
  "v-menu/offset": {
@@ -5260,7 +5256,7 @@
5260
5256
  "description": "Sets the width for the component."
5261
5257
  },
5262
5258
  "v-overlay/location": {
5263
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
5259
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5264
5260
  "description": "MISSING DESCRIPTION"
5265
5261
  },
5266
5262
  "v-overlay/absolute": {
@@ -5348,7 +5344,7 @@
5348
5344
  "description": "A function used to specifies how the component should position relative to its activator"
5349
5345
  },
5350
5346
  "v-overlay/origin": {
5351
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
5347
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
5352
5348
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5353
5349
  },
5354
5350
  "v-overlay/offset": {
@@ -5532,7 +5528,7 @@
5532
5528
  "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
5533
5529
  },
5534
5530
  "v-progress-linear/location": {
5535
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
5531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5536
5532
  "description": "Specifies the component's location. Can combine by using a space separated string"
5537
5533
  },
5538
5534
  "v-progress-linear/absolute": {
@@ -6728,12 +6724,12 @@
6728
6724
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6729
6725
  },
6730
6726
  "v-sheet/location": {
6731
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
6727
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6732
6728
  "description": "Specifies the component's location. Can combine by using a space separated string"
6733
6729
  },
6734
6730
  "v-sheet/position": {
6735
6731
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
6736
- "description": "Specifies the type of positioning method used for the component."
6732
+ "description": "MISSING DESCRIPTION"
6737
6733
  },
6738
6734
  "v-sheet/rounded": {
6739
6735
  "type": "string | number | boolean\n",
@@ -7144,12 +7140,12 @@
7144
7140
  "description": "Sets the width for the component."
7145
7141
  },
7146
7142
  "v-snackbar/location": {
7147
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
7143
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7148
7144
  "description": "MISSING DESCRIPTION"
7149
7145
  },
7150
7146
  "v-snackbar/position": {
7151
7147
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
7152
- "description": "Specifies the type of positioning method used for the component."
7148
+ "description": "MISSING DESCRIPTION"
7153
7149
  },
7154
7150
  "v-snackbar/absolute": {
7155
7151
  "type": "boolean\n",
@@ -7236,7 +7232,7 @@
7236
7232
  "description": "A function used to specifies how the component should position relative to its activator"
7237
7233
  },
7238
7234
  "v-snackbar/origin": {
7239
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
7235
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
7240
7236
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
7241
7237
  },
7242
7238
  "v-snackbar/offset": {
@@ -7533,7 +7529,7 @@
7533
7529
  },
7534
7530
  "v-tab/color": {
7535
7531
  "type": "string\n",
7536
- "description": "Applies specified color to the selected tab - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
7532
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
7537
7533
  },
7538
7534
  "v-tab/variant": {
7539
7535
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -7560,7 +7556,7 @@
7560
7556
  "description": "Displays the tab as a flex-column."
7561
7557
  },
7562
7558
  "v-tab/ripple": {
7563
- "type": "boolean\n",
7559
+ "type": "boolean | { class: string }\n",
7564
7560
  "description": "Applies the [v-ripple](/directives/ripple) directive."
7565
7561
  },
7566
7562
  "v-tab/disabled": {
@@ -8372,7 +8368,7 @@
8372
8368
  "description": "Sets the width for the component."
8373
8369
  },
8374
8370
  "v-tooltip/location": {
8375
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n",
8371
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
8376
8372
  "description": "MISSING DESCRIPTION"
8377
8373
  },
8378
8374
  "v-tooltip/theme": {
@@ -8456,7 +8452,7 @@
8456
8452
  "description": "A function used to specifies how the component should position relative to its activator"
8457
8453
  },
8458
8454
  "v-tooltip/origin": {
8459
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
8455
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
8460
8456
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
8461
8457
  },
8462
8458
  "v-tooltip/offset": {
@@ -1076,7 +1076,6 @@
1076
1076
  "sticky",
1077
1077
  "tag",
1078
1078
  "theme",
1079
- "visible-items",
1080
1079
  "width"
1081
1080
  ],
1082
1081
  "description": ""