vuetify 3.2.2 → 3.2.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 (343) hide show
  1. package/dist/json/attributes.json +549 -253
  2. package/dist/json/importMap.json +20 -20
  3. package/dist/json/tags.json +77 -2
  4. package/dist/json/web-types.json +1292 -566
  5. package/dist/vuetify-labs.css +113 -110
  6. package/dist/vuetify-labs.d.ts +2593 -11751
  7. package/dist/vuetify-labs.esm.js +2352 -2248
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +2352 -2248
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +38 -35
  12. package/dist/vuetify.d.ts +1264 -11210
  13. package/dist/vuetify.esm.js +1818 -1702
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1818 -1702
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +652 -652
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +1 -3
  21. package/lib/blueprints/md1.d.ts +1 -3
  22. package/lib/blueprints/md2.d.ts +1 -3
  23. package/lib/blueprints/md3.d.ts +1 -3
  24. package/lib/components/VAlert/VAlert.mjs +48 -48
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +2 -2
  27. package/lib/components/VApp/VApp.mjs +9 -8
  28. package/lib/components/VApp/VApp.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBar.mjs +23 -22
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
  32. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
  34. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  35. package/lib/components/VAppBar/index.d.ts +4 -4
  36. package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +33 -38
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
  40. package/lib/components/VAutocomplete/index.d.ts +76 -1183
  41. package/lib/components/VBadge/VBadge.mjs +33 -32
  42. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  43. package/lib/components/VBanner/VBanner.mjs +21 -20
  44. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  45. package/lib/components/VBanner/VBannerActions.mjs +7 -6
  46. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  47. package/lib/components/VBanner/index.d.ts +2 -2
  48. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
  49. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
  51. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  54. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
  55. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  56. package/lib/components/VBreadcrumbs/index.d.ts +1 -0
  57. package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
  58. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  59. package/lib/components/VCard/VCard.mjs +38 -37
  60. package/lib/components/VCard/VCard.mjs.map +1 -1
  61. package/lib/components/VCard/VCardItem.mjs +12 -11
  62. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  63. package/lib/components/VCard/index.d.ts +4 -4
  64. package/lib/components/VCarousel/VCarousel.mjs +28 -27
  65. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  66. package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
  67. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  68. package/lib/components/VCarousel/index.d.ts +170 -20
  69. package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
  70. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  71. package/lib/components/VCheckbox/index.d.ts +24 -12
  72. package/lib/components/VChip/VChip.css +7 -0
  73. package/lib/components/VChip/VChip.mjs +60 -57
  74. package/lib/components/VChip/VChip.mjs.map +1 -1
  75. package/lib/components/VChip/VChip.sass +9 -0
  76. package/lib/components/VChip/index.d.ts +8 -8
  77. package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
  78. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  79. package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
  80. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  81. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
  82. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  83. package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
  84. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
  86. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  87. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
  88. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  89. package/lib/components/VColorPicker/index.d.ts +4 -4
  90. package/lib/components/VColorPicker/util/index.mjs +2 -2
  91. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  92. package/lib/components/VCombobox/VCombobox.mjs +37 -41
  93. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  94. package/lib/components/VCombobox/index.d.ts +76 -1180
  95. package/lib/components/VCounter/VCounter.mjs +16 -15
  96. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  97. package/lib/components/VCounter/index.d.ts +25 -1774
  98. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
  99. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  100. package/lib/components/VDialog/VDialog.mjs +18 -17
  101. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  102. package/lib/components/VDialog/index.d.ts +130 -1120
  103. package/lib/components/VDivider/VDivider.mjs +11 -10
  104. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  105. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
  106. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  107. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
  108. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  109. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
  110. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  111. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
  112. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/index.d.ts +15 -15
  114. package/lib/components/VField/VField.mjs +6 -2
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/VFieldLabel.mjs +6 -5
  117. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  118. package/lib/components/VFileInput/VFileInput.mjs +35 -34
  119. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  120. package/lib/components/VFileInput/index.d.ts +3 -3
  121. package/lib/components/VFooter/VFooter.mjs +21 -20
  122. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  123. package/lib/components/VForm/VForm.mjs +6 -5
  124. package/lib/components/VForm/VForm.mjs.map +1 -1
  125. package/lib/components/VForm/index.d.ts +6 -6
  126. package/lib/components/VGrid/VCol.mjs +26 -25
  127. package/lib/components/VGrid/VCol.mjs.map +1 -1
  128. package/lib/components/VGrid/VContainer.mjs +16 -11
  129. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  130. package/lib/components/VGrid/VRow.mjs +26 -25
  131. package/lib/components/VGrid/VRow.mjs.map +1 -1
  132. package/lib/components/VHover/VHover.mjs +10 -9
  133. package/lib/components/VHover/VHover.mjs.map +1 -1
  134. package/lib/components/VImg/VImg.mjs +35 -34
  135. package/lib/components/VImg/VImg.mjs.map +1 -1
  136. package/lib/components/VImg/index.d.ts +12 -12
  137. package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
  138. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  139. package/lib/components/VLabel/VLabel.mjs +8 -7
  140. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  141. package/lib/components/VLayout/VLayout.mjs +6 -5
  142. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  143. package/lib/components/VLayout/VLayoutItem.mjs +15 -14
  144. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  145. package/lib/components/VLazy/VLazy.mjs +21 -20
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VList/VList.mjs +35 -34
  148. package/lib/components/VList/VList.mjs.map +1 -1
  149. package/lib/components/VList/VListChildren.mjs +5 -4
  150. package/lib/components/VList/VListChildren.mjs.map +1 -1
  151. package/lib/components/VList/VListGroup.mjs +2 -4
  152. package/lib/components/VList/VListGroup.mjs.map +1 -1
  153. package/lib/components/VList/VListItem.mjs +42 -41
  154. package/lib/components/VList/VListItem.mjs.map +1 -1
  155. package/lib/components/VList/VListItemAction.mjs +8 -7
  156. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  157. package/lib/components/VList/VListItemMedia.mjs +8 -7
  158. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  159. package/lib/components/VList/VListSubheader.mjs +10 -9
  160. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  161. package/lib/components/VList/index.d.ts +38 -38
  162. package/lib/components/VList/list.mjs +4 -4
  163. package/lib/components/VList/list.mjs.map +1 -1
  164. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
  165. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  166. package/lib/components/VMain/VMain.mjs +9 -8
  167. package/lib/components/VMain/VMain.mjs.map +1 -1
  168. package/lib/components/VMenu/VMenu.mjs +21 -20
  169. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  170. package/lib/components/VMenu/index.d.ts +43 -1033
  171. package/lib/components/VMessages/VMessages.mjs +18 -17
  172. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  173. package/lib/components/VMessages/index.d.ts +25 -1774
  174. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
  175. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  176. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  177. package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
  178. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  179. package/lib/components/VNavigationDrawer/touch.mjs +4 -4
  180. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  181. package/lib/components/VOverlay/locationStrategies.mjs +5 -3
  182. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  183. package/lib/components/VPagination/VPagination.mjs +84 -83
  184. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  185. package/lib/components/VPagination/index.d.ts +8 -8
  186. package/lib/components/VParallax/VParallax.mjs +9 -8
  187. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  188. package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
  189. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  190. package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
  191. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  192. package/lib/components/VProgressLinear/index.d.ts +8 -8
  193. package/lib/components/VRadio/VRadio.mjs +8 -7
  194. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  195. package/lib/components/VRadio/index.d.ts +18 -12
  196. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
  197. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  198. package/lib/components/VRadioGroup/index.d.ts +16 -10
  199. package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
  200. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  201. package/lib/components/VRating/VRating.mjs +49 -45
  202. package/lib/components/VRating/VRating.mjs.map +1 -1
  203. package/lib/components/VRating/index.d.ts +8 -8
  204. package/lib/components/VResponsive/VResponsive.mjs +8 -7
  205. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  206. package/lib/components/VSelect/VSelect.mjs +22 -21
  207. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  208. package/lib/components/VSelect/index.d.ts +73 -2515
  209. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
  210. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  211. package/lib/components/VSelectionControl/index.d.ts +45 -39
  212. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
  213. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  214. package/lib/components/VSelectionControlGroup/index.d.ts +28 -28
  215. package/lib/components/VSheet/VSheet.mjs +1 -3
  216. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  217. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  218. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  219. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
  220. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  221. package/lib/components/VSlideGroup/index.d.ts +3 -3
  222. package/lib/components/VSlider/VSlider.mjs +18 -13
  223. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  224. package/lib/components/VSlider/VSliderThumb.mjs +26 -25
  225. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  226. package/lib/components/VSlider/VSliderTrack.mjs +13 -12
  227. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  228. package/lib/components/VSlider/slider.mjs +3 -3
  229. package/lib/components/VSlider/slider.mjs.map +1 -1
  230. package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
  231. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  232. package/lib/components/VSwitch/VSwitch.mjs +13 -12
  233. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  234. package/lib/components/VSwitch/index.d.ts +18 -12
  235. package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
  236. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  237. package/lib/components/VTable/VTable.mjs +12 -11
  238. package/lib/components/VTable/VTable.mjs.map +1 -1
  239. package/lib/components/VTabs/VTab.mjs +19 -19
  240. package/lib/components/VTabs/VTab.mjs.map +1 -1
  241. package/lib/components/VTabs/VTabs.mjs +28 -27
  242. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  243. package/lib/components/VTabs/index.d.ts +12 -12
  244. package/lib/components/VTextField/index.d.ts +3 -3
  245. package/lib/components/VTextarea/VTextarea.mjs +31 -27
  246. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  247. package/lib/components/VTextarea/index.d.ts +3 -3
  248. package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
  249. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  250. package/lib/components/VTimeline/VTimeline.mjs +46 -41
  251. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  252. package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
  253. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  254. package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
  255. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  256. package/lib/components/VToolbar/VToolbar.mjs +8 -4
  257. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  258. package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
  259. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  260. package/lib/components/VToolbar/index.d.ts +11 -11
  261. package/lib/components/VTooltip/VTooltip.mjs +20 -19
  262. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  263. package/lib/components/VValidation/VValidation.mjs +1 -3
  264. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  265. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
  266. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  267. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
  268. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  269. package/lib/components/VWindow/VWindow.mjs +3 -3
  270. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  271. package/lib/components/VWindow/VWindowItem.mjs +18 -17
  272. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  273. package/lib/components/VWindow/index.d.ts +9 -9
  274. package/lib/components/index.d.ts +1328 -11279
  275. package/lib/components/transitions/createTransition.mjs +16 -15
  276. package/lib/components/transitions/createTransition.mjs.map +1 -1
  277. package/lib/components/transitions/dialog-transition.mjs +5 -4
  278. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  279. package/lib/components/transitions/index.d.ts +143 -143
  280. package/lib/composables/display.mjs +3 -3
  281. package/lib/composables/display.mjs.map +1 -1
  282. package/lib/composables/form.mjs +4 -4
  283. package/lib/composables/form.mjs.map +1 -1
  284. package/lib/composables/forwardRefs.mjs.map +1 -1
  285. package/lib/composables/hydration.mjs +6 -6
  286. package/lib/composables/hydration.mjs.map +1 -1
  287. package/lib/composables/intersectionObserver.mjs +2 -2
  288. package/lib/composables/intersectionObserver.mjs.map +1 -1
  289. package/lib/composables/layout.mjs +3 -3
  290. package/lib/composables/layout.mjs.map +1 -1
  291. package/lib/composables/lazy.mjs +2 -2
  292. package/lib/composables/lazy.mjs.map +1 -1
  293. package/lib/composables/nested/nested.mjs +5 -4
  294. package/lib/composables/nested/nested.mjs.map +1 -1
  295. package/lib/composables/scroll.mjs +6 -6
  296. package/lib/composables/scroll.mjs.map +1 -1
  297. package/lib/composables/ssrBoot.mjs +2 -2
  298. package/lib/composables/ssrBoot.mjs.map +1 -1
  299. package/lib/composables/stack.mjs +5 -4
  300. package/lib/composables/stack.mjs.map +1 -1
  301. package/lib/composables/theme.mjs +3 -3
  302. package/lib/composables/theme.mjs.map +1 -1
  303. package/lib/composables/transition.mjs +5 -2
  304. package/lib/composables/transition.mjs.map +1 -1
  305. package/lib/composables/validation.mjs +3 -3
  306. package/lib/composables/validation.mjs.map +1 -1
  307. package/lib/directives/click-outside/index.mjs +1 -1
  308. package/lib/directives/click-outside/index.mjs.map +1 -1
  309. package/lib/entry-bundler.mjs +1 -1
  310. package/lib/framework.mjs +1 -1
  311. package/lib/index.d.ts +15 -10
  312. package/lib/labs/VDataTable/VDataTable.mjs +54 -59
  313. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  314. package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
  315. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  316. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
  317. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  318. package/lib/labs/VDataTable/VDataTableHeaders.mjs +16 -15
  319. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  320. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
  321. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  322. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
  323. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  324. package/lib/labs/VDataTable/VDataTableServer.mjs +54 -64
  325. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  326. package/lib/labs/VDataTable/VDataTableVirtual.mjs +70 -77
  327. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  328. package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
  329. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  330. package/lib/labs/VDataTable/index.d.ts +991 -206
  331. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
  332. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  333. package/lib/labs/VInfiniteScroll/index.d.ts +16 -1
  334. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
  335. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  336. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  337. package/lib/labs/components.d.ts +1011 -211
  338. package/lib/labs/date/date.mjs +7 -7
  339. package/lib/labs/date/date.mjs.map +1 -1
  340. package/lib/labs/date/index.d.ts +1 -3
  341. package/lib/locale/adapters/vuetify.mjs +8 -5
  342. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  343. package/package.json +2 -2
@@ -7,18 +7,6 @@
7
7
  "type": "string",
8
8
  "description": "Specify content text for the component."
9
9
  },
10
- "v-alert/border-color": {
11
- "type": "string",
12
- "description": "Specifies the color of the border. Accepts any color value."
13
- },
14
- "v-alert/closable": {
15
- "type": "boolean",
16
- "description": "Adds a close icon that can hide the alert."
17
- },
18
- "v-alert/prominent": {
19
- "type": "boolean",
20
- "description": "Displays a larger vertically centered icon to draw more attention."
21
- },
22
10
  "v-alert/border": {
23
11
  "type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\"",
24
12
  "description": "Adds a colored border to the component."
@@ -27,6 +15,14 @@
27
15
  "type": "\"success\" | \"info\" | \"warning\" | \"error\"",
28
16
  "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
29
17
  },
18
+ "v-alert/border-color": {
19
+ "type": "string",
20
+ "description": "Specifies the color of the border. Accepts any color value."
21
+ },
22
+ "v-alert/closable": {
23
+ "type": "boolean",
24
+ "description": "Adds a close icon that can hide the alert."
25
+ },
30
26
  "v-alert/close-icon": {
31
27
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
32
28
  "description": "Change the default icon used for **closable** alerts."
@@ -43,6 +39,10 @@
43
39
  "type": "boolean",
44
40
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
45
41
  },
42
+ "v-alert/prominent": {
43
+ "type": "boolean",
44
+ "description": "Displays a larger vertically centered icon to draw more attention."
45
+ },
46
46
  "v-alert/density": {
47
47
  "type": "\"default\" | \"comfortable\" | \"compact\"",
48
48
  "description": "Adjusts the vertical height used by the component."
@@ -408,8 +408,8 @@
408
408
  "description": "Sets the DOM id on the component"
409
409
  },
410
410
  "v-autocomplete/items": {
411
- "type": "unknown[]",
412
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
411
+ "type": "any[]",
412
+ "description": "An array of strings or objects used for automatically generating children components"
413
413
  },
414
414
  "v-autocomplete/active": {
415
415
  "type": "boolean",
@@ -461,11 +461,11 @@
461
461
  },
462
462
  "v-autocomplete/chips": {
463
463
  "type": "boolean",
464
- "description": "Changes display of selections to chips"
464
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
465
465
  },
466
466
  "v-autocomplete/closable-chips": {
467
467
  "type": "boolean",
468
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
468
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
469
469
  },
470
470
  "v-autocomplete/eager": {
471
471
  "type": "boolean",
@@ -477,7 +477,7 @@
477
477
  },
478
478
  "v-autocomplete/hide-selected": {
479
479
  "type": "boolean",
480
- "description": "Do not display in the select menu items that are already selected"
480
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
481
481
  },
482
482
  "v-autocomplete/menu": {
483
483
  "type": "boolean",
@@ -489,7 +489,7 @@
489
489
  },
490
490
  "v-autocomplete/menu-props": {
491
491
  "type": "unknown",
492
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
492
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
493
493
  },
494
494
  "v-autocomplete/transition": {
495
495
  "type": "string | boolean",
@@ -497,7 +497,7 @@
497
497
  },
498
498
  "v-autocomplete/multiple": {
499
499
  "type": "boolean",
500
- "description": "Changes select to multiple. Accepts array for value"
500
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
501
501
  },
502
502
  "v-autocomplete/no-data-text": {
503
503
  "type": "string",
@@ -505,7 +505,7 @@
505
505
  },
506
506
  "v-autocomplete/open-on-clear": {
507
507
  "type": "boolean",
508
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
508
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
509
509
  },
510
510
  "v-autocomplete/value-comparator": {
511
511
  "type": "(a: any, b: any) => boolean",
@@ -727,6 +727,10 @@
727
727
  "type": "boolean",
728
728
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
729
729
  },
730
+ "v-badge/content": {
731
+ "type": "string | number",
732
+ "description": "Text content to show in the badge."
733
+ },
730
734
  "v-badge/dot": {
731
735
  "type": "boolean",
732
736
  "description": "Reduce the size of the badge and hide its contents."
@@ -735,14 +739,6 @@
735
739
  "type": "boolean",
736
740
  "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop."
737
741
  },
738
- "v-badge/text-color": {
739
- "type": "string",
740
- "description": "Applies a specified color to the control text - 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)"
741
- },
742
- "v-badge/content": {
743
- "type": "string | number",
744
- "description": "Text content to show in the badge."
745
- },
746
742
  "v-badge/max": {
747
743
  "type": "string | number",
748
744
  "description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
@@ -755,6 +751,10 @@
755
751
  "type": "string | number",
756
752
  "description": "Offset the badge on the y-axis."
757
753
  },
754
+ "v-badge/text-color": {
755
+ "type": "string",
756
+ "description": "Applies a specified color to the control text - 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)"
757
+ },
758
758
  "v-banner/text": {
759
759
  "type": "string",
760
760
  "description": "Specify content text for the component."
@@ -979,6 +979,10 @@
979
979
  "type": "string",
980
980
  "description": "The applied color when the component is in an active state"
981
981
  },
982
+ "v-breadcrumbs-divider/divider": {
983
+ "type": "string | number",
984
+ "description": "Specifies the dividing character between items."
985
+ },
982
986
  "v-breadcrumbs-item/title": {
983
987
  "type": "string",
984
988
  "description": "Specify a title text for the component."
@@ -1468,8 +1472,8 @@
1468
1472
  "description": "Configure the active CSS class applied when an item is selected."
1469
1473
  },
1470
1474
  "v-carousel/direction": {
1471
- "type": "string",
1472
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
1475
+ "type": "\"horizontal\" | \"vertical\"",
1476
+ "description": "The transition direction when changing windows."
1473
1477
  },
1474
1478
  "v-carousel/mandatory": {
1475
1479
  "type": "\"force\"",
@@ -1479,6 +1483,10 @@
1479
1483
  "type": "boolean",
1480
1484
  "description": "Determines if the carousel should cycle through images."
1481
1485
  },
1486
+ "v-carousel/delimiter-icon": {
1487
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1488
+ "description": "Sets icon for carousel delimiter"
1489
+ },
1482
1490
  "v-carousel/hide-delimiters": {
1483
1491
  "type": "boolean",
1484
1492
  "description": "Hides the carousel's bottom delimiters."
@@ -1487,10 +1495,6 @@
1487
1495
  "type": "boolean",
1488
1496
  "description": "Hides the bottom delimiter background."
1489
1497
  },
1490
- "v-carousel/delimiter-icon": {
1491
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1492
- "description": "Sets icon for carousel delimiter"
1493
- },
1494
1498
  "v-carousel/interval": {
1495
1499
  "type": "string | number",
1496
1500
  "description": "The duration between image cycles. Requires the **cycle** prop."
@@ -1523,13 +1527,73 @@
1523
1527
  "type": "boolean | \"left\" | \"right\"",
1524
1528
  "description": "Displays carousel delimiters vertically."
1525
1529
  },
1530
+ "v-carousel-item/width": {
1531
+ "type": "string | number",
1532
+ "description": "Sets the width for the component"
1533
+ },
1526
1534
  "v-carousel-item/value": {
1527
1535
  "type": "any",
1528
- "description": "MISSING DESCRIPTION"
1536
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1537
+ },
1538
+ "v-carousel-item/disabled": {
1539
+ "type": "boolean",
1540
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
1541
+ },
1542
+ "v-carousel-item/selected-class": {
1543
+ "type": "string",
1544
+ "description": "Configure the active CSS class applied when an item is selected."
1545
+ },
1546
+ "v-carousel-item/eager": {
1547
+ "type": "boolean",
1548
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1549
+ },
1550
+ "v-carousel-item/transition": {
1551
+ "type": "string | boolean",
1552
+ "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
1553
+ },
1554
+ "v-carousel-item/options": {
1555
+ "type": "{ root: any; rootMargin: any; threshold: any }",
1556
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
1557
+ },
1558
+ "v-carousel-item/aspect-ratio": {
1559
+ "type": "string | number",
1560
+ "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
1561
+ },
1562
+ "v-carousel-item/alt": {
1563
+ "type": "string",
1564
+ "description": "Alternate text for screen readers. Leave empty for decorative images."
1565
+ },
1566
+ "v-carousel-item/cover": {
1567
+ "type": "boolean",
1568
+ "description": "Resizes the background image to cover the entire container."
1569
+ },
1570
+ "v-carousel-item/gradient": {
1571
+ "type": "string",
1572
+ "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
1573
+ },
1574
+ "v-carousel-item/lazy-src": {
1575
+ "type": "string",
1576
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
1577
+ },
1578
+ "v-carousel-item/sizes": {
1579
+ "type": "string",
1580
+ "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
1581
+ },
1582
+ "v-carousel-item/src": {
1583
+ "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
1584
+ "description": "The image URL. This prop is mandatory."
1585
+ },
1586
+ "v-carousel-item/srcset": {
1587
+ "type": "string",
1588
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
1589
+ },
1590
+ "v-carousel-item/reverse-transition": {
1591
+ "type": "string | boolean",
1592
+ "description": "Sets the reverse transition"
1529
1593
  },
1530
1594
  "v-checkbox/type": {
1531
1595
  "type": "string",
1532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1596
+ "description": "MISSING DESCRIPTION"
1533
1597
  },
1534
1598
  "v-checkbox/model-value": {
1535
1599
  "type": "any",
@@ -1557,11 +1621,11 @@
1557
1621
  },
1558
1622
  "v-checkbox/value": {
1559
1623
  "type": "any",
1560
- "description": "The input's value"
1624
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1561
1625
  },
1562
1626
  "v-checkbox/id": {
1563
1627
  "type": "string",
1564
- "description": "Sets the DOM id on the component"
1628
+ "description": "MISSING DESCRIPTION"
1565
1629
  },
1566
1630
  "v-checkbox/prepend-icon": {
1567
1631
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -1655,6 +1719,10 @@
1655
1719
  "type": "any",
1656
1720
  "description": "Sets value for falsy state"
1657
1721
  },
1722
+ "v-checkbox/defaults-target": {
1723
+ "type": "string",
1724
+ "description": "MISSING DESCRIPTION"
1725
+ },
1658
1726
  "v-checkbox/false-icon": {
1659
1727
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1660
1728
  "description": "The icon used when inactive"
@@ -1665,7 +1733,7 @@
1665
1733
  },
1666
1734
  "v-checkbox-btn/type": {
1667
1735
  "type": "string",
1668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1736
+ "description": "MISSING DESCRIPTION"
1669
1737
  },
1670
1738
  "v-checkbox-btn/model-value": {
1671
1739
  "type": "any",
@@ -1673,7 +1741,7 @@
1673
1741
  },
1674
1742
  "v-checkbox-btn/error": {
1675
1743
  "type": "boolean",
1676
- "description": "Puts the input in a manual error state"
1744
+ "description": "MISSING DESCRIPTION"
1677
1745
  },
1678
1746
  "v-checkbox-btn/density": {
1679
1747
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -1693,11 +1761,11 @@
1693
1761
  },
1694
1762
  "v-checkbox-btn/value": {
1695
1763
  "type": "any",
1696
- "description": "MISSING DESCRIPTION"
1764
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1697
1765
  },
1698
1766
  "v-checkbox-btn/id": {
1699
1767
  "type": "string",
1700
- "description": "Sets the DOM id on the component"
1768
+ "description": "MISSING DESCRIPTION"
1701
1769
  },
1702
1770
  "v-checkbox-btn/ripple": {
1703
1771
  "type": "boolean",
@@ -1713,7 +1781,7 @@
1713
1781
  },
1714
1782
  "v-checkbox-btn/multiple": {
1715
1783
  "type": "boolean",
1716
- "description": "Changes select to multiple. Accepts array for value"
1784
+ "description": "MISSING DESCRIPTION"
1717
1785
  },
1718
1786
  "v-checkbox-btn/value-comparator": {
1719
1787
  "type": "(a: any, b: any) => boolean",
@@ -1721,19 +1789,19 @@
1721
1789
  },
1722
1790
  "v-checkbox-btn/readonly": {
1723
1791
  "type": "boolean",
1724
- "description": "Puts input in readonly state"
1792
+ "description": "MISSING DESCRIPTION"
1725
1793
  },
1726
1794
  "v-checkbox-btn/inline": {
1727
1795
  "type": "boolean",
1728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1796
+ "description": "MISSING DESCRIPTION"
1729
1797
  },
1730
1798
  "v-checkbox-btn/indeterminate": {
1731
1799
  "type": "boolean",
1732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1800
+ "description": "Puts the control in an indeterminate state. Used with the [indeterminate-icon](#props-indeterminate-icon) property."
1733
1801
  },
1734
1802
  "v-checkbox-btn/indeterminate-icon": {
1735
1803
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1804
+ "description": "Icon used when the component is in an indeterminate state."
1737
1805
  },
1738
1806
  "v-checkbox-btn/true-value": {
1739
1807
  "type": "any",
@@ -1743,13 +1811,17 @@
1743
1811
  "type": "any",
1744
1812
  "description": "Sets value for falsy state"
1745
1813
  },
1814
+ "v-checkbox-btn/defaults-target": {
1815
+ "type": "string",
1816
+ "description": "MISSING DESCRIPTION"
1817
+ },
1746
1818
  "v-checkbox-btn/false-icon": {
1747
1819
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1748
- "description": "The icon used when inactive"
1820
+ "description": "MISSING DESCRIPTION"
1749
1821
  },
1750
1822
  "v-checkbox-btn/true-icon": {
1751
1823
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1752
- "description": "The icon used when active"
1824
+ "description": "MISSING DESCRIPTION"
1753
1825
  },
1754
1826
  "v-chip/text": {
1755
1827
  "type": "string",
@@ -1759,14 +1831,14 @@
1759
1831
  "type": "boolean",
1760
1832
  "description": "Displays a selection icon when selected"
1761
1833
  },
1762
- "v-chip/closable": {
1763
- "type": "boolean",
1764
- "description": "Adds remove button and then a chip can be closed"
1765
- },
1766
1834
  "v-chip/border": {
1767
1835
  "type": "string | number | boolean",
1768
1836
  "description": "Applies border styles to component."
1769
1837
  },
1838
+ "v-chip/closable": {
1839
+ "type": "boolean",
1840
+ "description": "Adds remove button and then a chip can be closed"
1841
+ },
1770
1842
  "v-chip/close-icon": {
1771
1843
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1772
1844
  "description": "Change the default icon used for **close** chips"
@@ -1875,14 +1947,14 @@
1875
1947
  "type": "boolean",
1876
1948
  "description": "Makes the chip draggable"
1877
1949
  },
1878
- "v-chip/pill": {
1879
- "type": "boolean",
1880
- "description": "Remove `v-avatar` padding"
1881
- },
1882
1950
  "v-chip/filter-icon": {
1883
1951
  "type": "string",
1884
1952
  "description": "Change the default icon used for **filter** chips"
1885
1953
  },
1954
+ "v-chip/pill": {
1955
+ "type": "boolean",
1956
+ "description": "Remove `v-avatar` padding"
1957
+ },
1886
1958
  "v-chip-group/filter": {
1887
1959
  "type": "boolean",
1888
1960
  "description": "Applies an checkmark icon in front of every chip for using it like a filter"
@@ -1981,7 +2053,7 @@
1981
2053
  },
1982
2054
  "v-col/xxl": {
1983
2055
  "type": "string | number | boolean",
1984
- "description": "MISSING DESCRIPTION"
2056
+ "description": "Changes the number of columns on extra extra large and greater breakpoints."
1985
2057
  },
1986
2058
  "v-col/offset-sm": {
1987
2059
  "type": "string | number",
@@ -2001,7 +2073,7 @@
2001
2073
  },
2002
2074
  "v-col/offset-xxl": {
2003
2075
  "type": "string | number",
2004
- "description": "MISSING DESCRIPTION"
2076
+ "description": "Changes the offset of the component on extra extra large and greater breakpoints."
2005
2077
  },
2006
2078
  "v-col/order-sm": {
2007
2079
  "type": "string | number",
@@ -2021,7 +2093,7 @@
2021
2093
  },
2022
2094
  "v-col/order-xxl": {
2023
2095
  "type": "string | number",
2024
- "description": "MISSING DESCRIPTION"
2096
+ "description": "Changes the order of the component on extra extra large and greater breakpoints."
2025
2097
  },
2026
2098
  "v-col/align-self": {
2027
2099
  "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
@@ -2071,6 +2143,14 @@
2071
2143
  "type": "string",
2072
2144
  "description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
2073
2145
  },
2146
+ "v-color-picker/canvas-height": {
2147
+ "type": "string | number",
2148
+ "description": "Height of canvas"
2149
+ },
2150
+ "v-color-picker/dot-size": {
2151
+ "type": "string | number",
2152
+ "description": "Changes the size of the selection dot on the canvas"
2153
+ },
2074
2154
  "v-color-picker/hide-canvas": {
2075
2155
  "type": "boolean",
2076
2156
  "description": "Hides canvas"
@@ -2083,22 +2163,14 @@
2083
2163
  "type": "boolean",
2084
2164
  "description": "Hides inputs"
2085
2165
  },
2086
- "v-color-picker/show-swatches": {
2087
- "type": "boolean",
2088
- "description": "Displays color swatches"
2089
- },
2090
- "v-color-picker/canvas-height": {
2091
- "type": "string | number",
2092
- "description": "Height of canvas"
2093
- },
2094
- "v-color-picker/dot-size": {
2095
- "type": "string | number",
2096
- "description": "Changes the size of the selection dot on the canvas"
2097
- },
2098
2166
  "v-color-picker/modes": {
2099
2167
  "type": "string[]",
2100
2168
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
2101
2169
  },
2170
+ "v-color-picker/show-swatches": {
2171
+ "type": "boolean",
2172
+ "description": "Displays color swatches"
2173
+ },
2102
2174
  "v-color-picker/swatches-max-height": {
2103
2175
  "type": "string | number",
2104
2176
  "description": "Sets the maximum height of the swatches section"
@@ -2156,8 +2228,8 @@
2156
2228
  "description": "Sets the DOM id on the component"
2157
2229
  },
2158
2230
  "v-combobox/items": {
2159
- "type": "unknown[]",
2160
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
2231
+ "type": "any[]",
2232
+ "description": "An array of strings or objects used for automatically generating children components"
2161
2233
  },
2162
2234
  "v-combobox/active": {
2163
2235
  "type": "boolean",
@@ -2205,11 +2277,11 @@
2205
2277
  },
2206
2278
  "v-combobox/chips": {
2207
2279
  "type": "boolean",
2208
- "description": "Changes display of selections to chips"
2280
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2209
2281
  },
2210
2282
  "v-combobox/closable-chips": {
2211
2283
  "type": "boolean",
2212
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
2284
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2213
2285
  },
2214
2286
  "v-combobox/eager": {
2215
2287
  "type": "boolean",
@@ -2221,7 +2293,7 @@
2221
2293
  },
2222
2294
  "v-combobox/hide-selected": {
2223
2295
  "type": "boolean",
2224
- "description": "Do not display in the select menu items that are already selected"
2296
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2225
2297
  },
2226
2298
  "v-combobox/menu": {
2227
2299
  "type": "boolean",
@@ -2233,7 +2305,7 @@
2233
2305
  },
2234
2306
  "v-combobox/menu-props": {
2235
2307
  "type": "unknown",
2236
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
2308
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2237
2309
  },
2238
2310
  "v-combobox/transition": {
2239
2311
  "type": "string | boolean",
@@ -2241,7 +2313,7 @@
2241
2313
  },
2242
2314
  "v-combobox/multiple": {
2243
2315
  "type": "boolean",
2244
- "description": "Changes select to multiple. Accepts array for value"
2316
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2245
2317
  },
2246
2318
  "v-combobox/no-data-text": {
2247
2319
  "type": "string",
@@ -2249,7 +2321,7 @@
2249
2321
  },
2250
2322
  "v-combobox/open-on-clear": {
2251
2323
  "type": "boolean",
2252
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
2324
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2253
2325
  },
2254
2326
  "v-combobox/value-comparator": {
2255
2327
  "type": "(a: any, b: any) => boolean",
@@ -2405,24 +2477,28 @@
2405
2477
  },
2406
2478
  "v-counter/value": {
2407
2479
  "type": "string | number",
2408
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2480
+ "description": "Sets the current counter value."
2409
2481
  },
2410
2482
  "v-counter/active": {
2411
2483
  "type": "boolean",
2412
- "description": "Determines whether the counter is visible or not"
2484
+ "description": "Determines whether the counter is visible or not."
2413
2485
  },
2414
2486
  "v-counter/transition": {
2415
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
2487
+ "type": "string | { component: Component }",
2416
2488
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2417
2489
  },
2418
2490
  "v-counter/max": {
2419
2491
  "type": "string | number",
2420
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2492
+ "description": "Sets the maximum allowed value."
2421
2493
  },
2422
2494
  "v-data-table/model-value": {
2423
2495
  "type": "any[]",
2424
2496
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2425
2497
  },
2498
+ "v-data-table/density": {
2499
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2500
+ "description": "Adjusts the vertical height of the table rows"
2501
+ },
2426
2502
  "v-data-table/height": {
2427
2503
  "type": "string | number",
2428
2504
  "description": "Set an explicit height of table"
@@ -2431,10 +2507,30 @@
2431
2507
  "type": "string | number",
2432
2508
  "description": "Sets the width for the component"
2433
2509
  },
2510
+ "v-data-table/sticky": {
2511
+ "type": "boolean",
2512
+ "description": "MISSING DESCRIPTION"
2513
+ },
2514
+ "v-data-table/tag": {
2515
+ "type": "string",
2516
+ "description": "Specify a custom tag used on the root element."
2517
+ },
2518
+ "v-data-table/theme": {
2519
+ "type": "string",
2520
+ "description": "Specify a theme for this component and all of its children"
2521
+ },
2522
+ "v-data-table/color": {
2523
+ "type": "string",
2524
+ "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)"
2525
+ },
2434
2526
  "v-data-table/items": {
2435
2527
  "type": "any[]",
2436
2528
  "description": "An array of strings or objects used for automatically generating children components"
2437
2529
  },
2530
+ "v-data-table/loading": {
2531
+ "type": "string | boolean",
2532
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2533
+ },
2438
2534
  "v-data-table/search": {
2439
2535
  "type": "string",
2440
2536
  "description": "Text input used to filter items"
@@ -2491,16 +2587,32 @@
2491
2587
  "type": "boolean",
2492
2588
  "description": "Adds a hover effects to a table rows"
2493
2589
  },
2590
+ "v-data-table/next-icon": {
2591
+ "type": "string",
2592
+ "description": "MISSING DESCRIPTION"
2593
+ },
2594
+ "v-data-table/prev-icon": {
2595
+ "type": "string",
2596
+ "description": "MISSING DESCRIPTION"
2597
+ },
2494
2598
  "v-data-table/headers": {
2495
2599
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
2496
2600
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
2497
2601
  },
2498
- "v-data-table/fixed-header": {
2499
- "type": "boolean",
2500
- "description": "Fixed header to top of table"
2602
+ "v-data-table/page": {
2603
+ "type": "string | number",
2604
+ "description": "The current displayed page number (1-indexed)"
2501
2605
  },
2502
- "v-data-table/fixed-footer": {
2503
- "type": "boolean",
2606
+ "v-data-table/items-per-page": {
2607
+ "type": "string | number",
2608
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
2609
+ },
2610
+ "v-data-table/loading-text": {
2611
+ "type": "string",
2612
+ "description": "MISSING DESCRIPTION"
2613
+ },
2614
+ "v-data-table/row-height": {
2615
+ "type": "number",
2504
2616
  "description": "MISSING DESCRIPTION"
2505
2617
  },
2506
2618
  "v-data-table/expand-on-click": {
@@ -2535,13 +2647,61 @@
2535
2647
  "type": "boolean",
2536
2648
  "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
2537
2649
  },
2538
- "v-data-table/page": {
2539
- "type": "string | number",
2540
- "description": "The current displayed page number (1-indexed)"
2650
+ "v-data-table/sort-asc-icon": {
2651
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2652
+ "description": "MISSING DESCRIPTION"
2541
2653
  },
2542
- "v-data-table/items-per-page": {
2543
- "type": "string | number",
2544
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
2654
+ "v-data-table/sort-desc-icon": {
2655
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2656
+ "description": "MISSING DESCRIPTION"
2657
+ },
2658
+ "v-data-table/fixed-header": {
2659
+ "type": "boolean",
2660
+ "description": "Fixed header to top of table"
2661
+ },
2662
+ "v-data-table/fixed-footer": {
2663
+ "type": "boolean",
2664
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
2665
+ },
2666
+ "v-data-table/first-icon": {
2667
+ "type": "string",
2668
+ "description": "MISSING DESCRIPTION"
2669
+ },
2670
+ "v-data-table/last-icon": {
2671
+ "type": "string",
2672
+ "description": "MISSING DESCRIPTION"
2673
+ },
2674
+ "v-data-table/items-per-page-text": {
2675
+ "type": "string",
2676
+ "description": "MISSING DESCRIPTION"
2677
+ },
2678
+ "v-data-table/page-text": {
2679
+ "type": "string",
2680
+ "description": "MISSING DESCRIPTION"
2681
+ },
2682
+ "v-data-table/first-page-label": {
2683
+ "type": "string",
2684
+ "description": "MISSING DESCRIPTION"
2685
+ },
2686
+ "v-data-table/prev-page-label": {
2687
+ "type": "string",
2688
+ "description": "MISSING DESCRIPTION"
2689
+ },
2690
+ "v-data-table/next-page-label": {
2691
+ "type": "string",
2692
+ "description": "MISSING DESCRIPTION"
2693
+ },
2694
+ "v-data-table/last-page-label": {
2695
+ "type": "string",
2696
+ "description": "MISSING DESCRIPTION"
2697
+ },
2698
+ "v-data-table/items-per-page-options": {
2699
+ "type": "{ title: string; value: number }[]",
2700
+ "description": "MISSING DESCRIPTION"
2701
+ },
2702
+ "v-data-table/show-current-page": {
2703
+ "type": "boolean",
2704
+ "description": "MISSING DESCRIPTION"
2545
2705
  },
2546
2706
  "v-data-table-row/item": {
2547
2707
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
@@ -2567,26 +2727,42 @@
2567
2727
  "type": "string",
2568
2728
  "description": "Text shown when no items are provided to the component"
2569
2729
  },
2570
- "v-data-table-rows/row-height": {
2571
- "type": "number",
2572
- "description": "MISSING DESCRIPTION"
2573
- },
2574
2730
  "v-data-table-rows/loading-text": {
2575
2731
  "type": "string",
2576
2732
  "description": "MISSING DESCRIPTION"
2577
2733
  },
2734
+ "v-data-table-rows/row-height": {
2735
+ "type": "number",
2736
+ "description": "MISSING DESCRIPTION"
2737
+ },
2578
2738
  "v-data-table-server/model-value": {
2579
2739
  "type": "any[]",
2580
2740
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2581
2741
  },
2742
+ "v-data-table-server/density": {
2743
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2744
+ "description": "Adjusts the vertical height used by the component."
2745
+ },
2582
2746
  "v-data-table-server/height": {
2583
2747
  "type": "string | number",
2584
- "description": "Set an explicit height of table"
2748
+ "description": "Use the height prop to set the height of the table."
2585
2749
  },
2586
2750
  "v-data-table-server/width": {
2587
2751
  "type": "string | number",
2588
2752
  "description": "Sets the width for the component"
2589
2753
  },
2754
+ "v-data-table-server/sticky": {
2755
+ "type": "boolean",
2756
+ "description": "MISSING DESCRIPTION"
2757
+ },
2758
+ "v-data-table-server/tag": {
2759
+ "type": "string",
2760
+ "description": "Specify a custom tag used on the root element."
2761
+ },
2762
+ "v-data-table-server/theme": {
2763
+ "type": "string",
2764
+ "description": "Specify a theme for this component and all of its children"
2765
+ },
2590
2766
  "v-data-table-server/color": {
2591
2767
  "type": "string",
2592
2768
  "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)"
@@ -2597,11 +2773,11 @@
2597
2773
  },
2598
2774
  "v-data-table-server/loading": {
2599
2775
  "type": "string | boolean",
2600
- "description": "MISSING DESCRIPTION"
2776
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2601
2777
  },
2602
2778
  "v-data-table-server/search": {
2603
2779
  "type": "string",
2604
- "description": "Text input used to filter items"
2780
+ "description": "Text input used to filter items."
2605
2781
  },
2606
2782
  "v-data-table-server/hide-no-data": {
2607
2783
  "type": "boolean",
@@ -2633,18 +2809,34 @@
2633
2809
  },
2634
2810
  "v-data-table-server/hover": {
2635
2811
  "type": "boolean",
2636
- "description": "Adds a hover effects to a table rows"
2812
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
2813
+ },
2814
+ "v-data-table-server/next-icon": {
2815
+ "type": "string",
2816
+ "description": "MISSING DESCRIPTION"
2817
+ },
2818
+ "v-data-table-server/prev-icon": {
2819
+ "type": "string",
2820
+ "description": "MISSING DESCRIPTION"
2637
2821
  },
2638
2822
  "v-data-table-server/headers": {
2639
2823
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
2640
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
2824
+ "description": "Array of header items to display"
2641
2825
  },
2642
- "v-data-table-server/fixed-header": {
2643
- "type": "boolean",
2644
- "description": "Fixed header to top of table"
2826
+ "v-data-table-server/page": {
2827
+ "type": "string | number",
2828
+ "description": "MISSING DESCRIPTION"
2645
2829
  },
2646
- "v-data-table-server/fixed-footer": {
2647
- "type": "boolean",
2830
+ "v-data-table-server/items-per-page": {
2831
+ "type": "string | number",
2832
+ "description": "MISSING DESCRIPTION"
2833
+ },
2834
+ "v-data-table-server/loading-text": {
2835
+ "type": "string",
2836
+ "description": "MISSING DESCRIPTION"
2837
+ },
2838
+ "v-data-table-server/row-height": {
2839
+ "type": "number",
2648
2840
  "description": "MISSING DESCRIPTION"
2649
2841
  },
2650
2842
  "v-data-table-server/expand-on-click": {
@@ -2653,7 +2845,7 @@
2653
2845
  },
2654
2846
  "v-data-table-server/show-expand": {
2655
2847
  "type": "boolean",
2656
- "description": "Shows the expand toggle in default rows"
2848
+ "description": "MISSING DESCRIPTION"
2657
2849
  },
2658
2850
  "v-data-table-server/expanded": {
2659
2851
  "type": "string[]",
@@ -2661,36 +2853,80 @@
2661
2853
  },
2662
2854
  "v-data-table-server/group-by": {
2663
2855
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
2664
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
2856
+ "description": "MISSING DESCRIPTION"
2665
2857
  },
2666
2858
  "v-data-table-server/show-select": {
2667
2859
  "type": "boolean",
2668
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)"
2860
+ "description": "MISSING DESCRIPTION"
2669
2861
  },
2670
2862
  "v-data-table-server/sort-by": {
2671
2863
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
2672
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
2864
+ "description": "MISSING DESCRIPTION"
2673
2865
  },
2674
2866
  "v-data-table-server/multi-sort": {
2675
2867
  "type": "boolean",
2676
- "description": "If `true` then one can sort on multiple properties"
2868
+ "description": "MISSING DESCRIPTION"
2677
2869
  },
2678
2870
  "v-data-table-server/must-sort": {
2679
2871
  "type": "boolean",
2680
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
2872
+ "description": "MISSING DESCRIPTION"
2681
2873
  },
2682
- "v-data-table-server/page": {
2683
- "type": "string | number",
2684
- "description": "The current displayed page number (1-indexed)"
2874
+ "v-data-table-server/sort-asc-icon": {
2875
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2876
+ "description": "MISSING DESCRIPTION"
2685
2877
  },
2686
- "v-data-table-server/items-per-page": {
2687
- "type": "string | number",
2688
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
2878
+ "v-data-table-server/sort-desc-icon": {
2879
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2880
+ "description": "MISSING DESCRIPTION"
2689
2881
  },
2690
- "v-data-table-server/loading-text": {
2882
+ "v-data-table-server/fixed-header": {
2883
+ "type": "boolean",
2884
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
2885
+ },
2886
+ "v-data-table-server/fixed-footer": {
2887
+ "type": "boolean",
2888
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
2889
+ },
2890
+ "v-data-table-server/first-icon": {
2891
+ "type": "string",
2892
+ "description": "MISSING DESCRIPTION"
2893
+ },
2894
+ "v-data-table-server/last-icon": {
2691
2895
  "type": "string",
2692
2896
  "description": "MISSING DESCRIPTION"
2693
2897
  },
2898
+ "v-data-table-server/items-per-page-text": {
2899
+ "type": "string",
2900
+ "description": "MISSING DESCRIPTION"
2901
+ },
2902
+ "v-data-table-server/page-text": {
2903
+ "type": "string",
2904
+ "description": "MISSING DESCRIPTION"
2905
+ },
2906
+ "v-data-table-server/first-page-label": {
2907
+ "type": "string",
2908
+ "description": "MISSING DESCRIPTION"
2909
+ },
2910
+ "v-data-table-server/prev-page-label": {
2911
+ "type": "string",
2912
+ "description": "MISSING DESCRIPTION"
2913
+ },
2914
+ "v-data-table-server/next-page-label": {
2915
+ "type": "string",
2916
+ "description": "MISSING DESCRIPTION"
2917
+ },
2918
+ "v-data-table-server/last-page-label": {
2919
+ "type": "string",
2920
+ "description": "MISSING DESCRIPTION"
2921
+ },
2922
+ "v-data-table-server/items-per-page-options": {
2923
+ "type": "{ title: string; value: number }[]",
2924
+ "description": "MISSING DESCRIPTION"
2925
+ },
2926
+ "v-data-table-server/show-current-page": {
2927
+ "type": "boolean",
2928
+ "description": "MISSING DESCRIPTION"
2929
+ },
2694
2930
  "v-data-table-server/items-length": {
2695
2931
  "type": "string | number",
2696
2932
  "description": "MISSING DESCRIPTION"
@@ -2699,21 +2935,45 @@
2699
2935
  "type": "any[]",
2700
2936
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2701
2937
  },
2938
+ "v-data-table-virtual/density": {
2939
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2940
+ "description": "Adjusts the vertical height used by the component."
2941
+ },
2702
2942
  "v-data-table-virtual/height": {
2703
2943
  "type": "string | number",
2704
- "description": "Set an explicit height of table"
2944
+ "description": "Use the height prop to set the height of the table."
2945
+ },
2946
+ "v-data-table-virtual/width": {
2947
+ "type": "string | number",
2948
+ "description": "Sets the width for the component"
2949
+ },
2950
+ "v-data-table-virtual/sticky": {
2951
+ "type": "boolean",
2952
+ "description": "MISSING DESCRIPTION"
2953
+ },
2954
+ "v-data-table-virtual/tag": {
2955
+ "type": "string",
2956
+ "description": "Specify a custom tag used on the root element."
2705
2957
  },
2706
- "v-data-table-virtual/width": {
2707
- "type": "string | number",
2708
- "description": "Sets the width for the component"
2958
+ "v-data-table-virtual/theme": {
2959
+ "type": "string",
2960
+ "description": "Specify a theme for this component and all of its children"
2961
+ },
2962
+ "v-data-table-virtual/color": {
2963
+ "type": "string",
2964
+ "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)"
2709
2965
  },
2710
2966
  "v-data-table-virtual/items": {
2711
2967
  "type": "any[]",
2712
2968
  "description": "An array of strings or objects used for automatically generating children components"
2713
2969
  },
2970
+ "v-data-table-virtual/loading": {
2971
+ "type": "string | boolean",
2972
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2973
+ },
2714
2974
  "v-data-table-virtual/search": {
2715
2975
  "type": "string",
2716
- "description": "Text input used to filter items"
2976
+ "description": "Text input used to filter items."
2717
2977
  },
2718
2978
  "v-data-table-virtual/filter-mode": {
2719
2979
  "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
@@ -2725,7 +2985,7 @@
2725
2985
  },
2726
2986
  "v-data-table-virtual/custom-filter": {
2727
2987
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
2728
- "description": "Function to filter items"
2988
+ "description": "Function used to filter items."
2729
2989
  },
2730
2990
  "v-data-table-virtual/custom-key-filter": {
2731
2991
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
@@ -2765,18 +3025,18 @@
2765
3025
  },
2766
3026
  "v-data-table-virtual/hover": {
2767
3027
  "type": "boolean",
2768
- "description": "Adds a hover effects to a table rows"
3028
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
2769
3029
  },
2770
3030
  "v-data-table-virtual/headers": {
2771
3031
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
2772
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
3032
+ "description": "Array of header items to display"
2773
3033
  },
2774
- "v-data-table-virtual/fixed-header": {
2775
- "type": "boolean",
2776
- "description": "Fixed header to top of table"
3034
+ "v-data-table-virtual/loading-text": {
3035
+ "type": "string",
3036
+ "description": "MISSING DESCRIPTION"
2777
3037
  },
2778
- "v-data-table-virtual/fixed-footer": {
2779
- "type": "boolean",
3038
+ "v-data-table-virtual/row-height": {
3039
+ "type": "number",
2780
3040
  "description": "MISSING DESCRIPTION"
2781
3041
  },
2782
3042
  "v-data-table-virtual/expand-on-click": {
@@ -2785,7 +3045,7 @@
2785
3045
  },
2786
3046
  "v-data-table-virtual/show-expand": {
2787
3047
  "type": "boolean",
2788
- "description": "Shows the expand toggle in default rows"
3048
+ "description": "MISSING DESCRIPTION"
2789
3049
  },
2790
3050
  "v-data-table-virtual/expanded": {
2791
3051
  "type": "string[]",
@@ -2793,23 +3053,39 @@
2793
3053
  },
2794
3054
  "v-data-table-virtual/group-by": {
2795
3055
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
2796
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier"
3056
+ "description": "MISSING DESCRIPTION"
2797
3057
  },
2798
3058
  "v-data-table-virtual/show-select": {
2799
3059
  "type": "boolean",
2800
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)"
3060
+ "description": "MISSING DESCRIPTION"
2801
3061
  },
2802
3062
  "v-data-table-virtual/sort-by": {
2803
3063
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
2804
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
3064
+ "description": "MISSING DESCRIPTION"
2805
3065
  },
2806
3066
  "v-data-table-virtual/multi-sort": {
2807
3067
  "type": "boolean",
2808
- "description": "If `true` then one can sort on multiple properties"
3068
+ "description": "MISSING DESCRIPTION"
2809
3069
  },
2810
3070
  "v-data-table-virtual/must-sort": {
2811
3071
  "type": "boolean",
2812
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
3072
+ "description": "MISSING DESCRIPTION"
3073
+ },
3074
+ "v-data-table-virtual/sort-asc-icon": {
3075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3076
+ "description": "MISSING DESCRIPTION"
3077
+ },
3078
+ "v-data-table-virtual/sort-desc-icon": {
3079
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3080
+ "description": "MISSING DESCRIPTION"
3081
+ },
3082
+ "v-data-table-virtual/fixed-header": {
3083
+ "type": "boolean",
3084
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3085
+ },
3086
+ "v-data-table-virtual/fixed-footer": {
3087
+ "type": "boolean",
3088
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))"
2813
3089
  },
2814
3090
  "v-data-table-virtual/visible-items": {
2815
3091
  "type": "string | number",
@@ -2827,14 +3103,14 @@
2827
3103
  "type": "boolean",
2828
3104
  "description": "Force current defaults to match the application root defaults"
2829
3105
  },
2830
- "v-defaults-provider/scoped": {
2831
- "type": "boolean",
2832
- "description": "Prevents the ability for default values to be inherited from parent components"
2833
- },
2834
3106
  "v-defaults-provider/reset": {
2835
3107
  "type": "string | number",
2836
3108
  "description": "Reset the default values up the nested chain by {n} amount"
2837
3109
  },
3110
+ "v-defaults-provider/scoped": {
3111
+ "type": "boolean",
3112
+ "description": "Prevents the ability for default values to be inherited from parent components"
3113
+ },
2838
3114
  "v-defaults-provider/defaults": {
2839
3115
  "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
2840
3116
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
@@ -2968,25 +3244,25 @@
2968
3244
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
2969
3245
  },
2970
3246
  "v-dialog/transition": {
2971
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
3247
+ "type": "string | { component: Component }",
2972
3248
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2973
3249
  },
2974
3250
  "v-dialog/attach": {
2975
3251
  "type": "string | boolean | Element",
2976
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
3252
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
2977
3253
  },
2978
3254
  "v-dialog/fullscreen": {
2979
3255
  "type": "boolean",
2980
3256
  "description": "Changes layout for fullscreen display."
2981
3257
  },
2982
- "v-dialog/scrollable": {
2983
- "type": "boolean",
2984
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
2985
- },
2986
3258
  "v-dialog/retain-focus": {
2987
3259
  "type": "boolean",
2988
3260
  "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
2989
3261
  },
3262
+ "v-dialog/scrollable": {
3263
+ "type": "boolean",
3264
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
3265
+ },
2990
3266
  "v-dialog-bottom-transition/disabled": {
2991
3267
  "type": "boolean",
2992
3268
  "description": "Removes the ability to click or target the component"
@@ -3659,6 +3935,10 @@
3659
3935
  "type": "{ root: any; rootMargin: any; threshold: any }",
3660
3936
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
3661
3937
  },
3938
+ "v-img/aspect-ratio": {
3939
+ "type": "string | number",
3940
+ "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
3941
+ },
3662
3942
  "v-img/alt": {
3663
3943
  "type": "string",
3664
3944
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -3679,18 +3959,14 @@
3679
3959
  "type": "string",
3680
3960
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
3681
3961
  },
3682
- "v-img/srcset": {
3683
- "type": "string",
3684
- "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
3685
- },
3686
- "v-img/aspect-ratio": {
3687
- "type": "string | number",
3688
- "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
3689
- },
3690
3962
  "v-img/src": {
3691
3963
  "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3692
3964
  "description": "The image URL. This prop is mandatory."
3693
3965
  },
3966
+ "v-img/srcset": {
3967
+ "type": "string",
3968
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
3969
+ },
3694
3970
  "v-infinite-scroll/height": {
3695
3971
  "type": "string | number",
3696
3972
  "description": "Sets the height for the component."
@@ -3715,6 +3991,10 @@
3715
3991
  "type": "string | number",
3716
3992
  "description": "Sets the width for the component."
3717
3993
  },
3994
+ "v-infinite-scroll/tag": {
3995
+ "type": "string",
3996
+ "description": "Specify a custom tag used on the root element."
3997
+ },
3718
3998
  "v-infinite-scroll/color": {
3719
3999
  "type": "string",
3720
4000
  "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)"
@@ -4084,7 +4364,7 @@
4084
4364
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4085
4365
  },
4086
4366
  "v-list/open-strategy": {
4087
- "type": "\"multiple\" | \"single\" | \"list\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
4367
+ "type": "\"multiple\" | \"list\" | \"single\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
4088
4368
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4089
4369
  },
4090
4370
  "v-list/opened": {
@@ -4480,12 +4760,12 @@
4480
4760
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
4481
4761
  },
4482
4762
  "v-menu/transition": {
4483
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
4763
+ "type": "string | { component: Component }",
4484
4764
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4485
4765
  },
4486
4766
  "v-menu/attach": {
4487
4767
  "type": "string | boolean | Element",
4488
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
4768
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
4489
4769
  },
4490
4770
  "v-messages/color": {
4491
4771
  "type": "string",
@@ -4496,7 +4776,7 @@
4496
4776
  "description": "Determines whether the messages are visible or not"
4497
4777
  },
4498
4778
  "v-messages/transition": {
4499
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }",
4779
+ "type": "string | { component: Component; leaveAbsolute: boolean; group: boolean }",
4500
4780
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4501
4781
  },
4502
4782
  "v-messages/messages": {
@@ -4583,14 +4863,6 @@
4583
4863
  "type": "boolean",
4584
4864
  "description": "The drawer remains visible regardless of screen size"
4585
4865
  },
4586
- "v-navigation-drawer/temporary": {
4587
- "type": "boolean",
4588
- "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
4589
- },
4590
- "v-navigation-drawer/touchless": {
4591
- "type": "boolean",
4592
- "description": "Disable mobile touch functionality"
4593
- },
4594
4866
  "v-navigation-drawer/rail": {
4595
4867
  "type": "boolean",
4596
4868
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
@@ -4599,6 +4871,14 @@
4599
4871
  "type": "string | number",
4600
4872
  "description": "Sets the width for the component when `rail` is enabled."
4601
4873
  },
4874
+ "v-navigation-drawer/temporary": {
4875
+ "type": "boolean",
4876
+ "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
4877
+ },
4878
+ "v-navigation-drawer/touchless": {
4879
+ "type": "boolean",
4880
+ "description": "Disable mobile touch functionality"
4881
+ },
4602
4882
  "v-overlay/model-value": {
4603
4883
  "type": "boolean",
4604
4884
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4733,7 +5013,7 @@
4733
5013
  },
4734
5014
  "v-overlay/attach": {
4735
5015
  "type": "string | boolean | Element",
4736
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
5016
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
4737
5017
  },
4738
5018
  "v-pagination/length": {
4739
5019
  "type": "string | number",
@@ -4799,14 +5079,6 @@
4799
5079
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4800
5080
  "description": "The icon to use for the prev button"
4801
5081
  },
4802
- "v-pagination/show-first-last-page": {
4803
- "type": "boolean",
4804
- "description": "Show buttons for going to first and last page"
4805
- },
4806
- "v-pagination/total-visible": {
4807
- "type": "string | number",
4808
- "description": "Specify the total visible pagination numbers"
4809
- },
4810
5082
  "v-pagination/first-icon": {
4811
5083
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4812
5084
  "description": "The icon to use for the first button"
@@ -4819,6 +5091,10 @@
4819
5091
  "type": "string",
4820
5092
  "description": "Label for the root element"
4821
5093
  },
5094
+ "v-pagination/total-visible": {
5095
+ "type": "string | number",
5096
+ "description": "Specify the total visible pagination numbers"
5097
+ },
4822
5098
  "v-pagination/page-aria-label": {
4823
5099
  "type": "string",
4824
5100
  "description": "Label for each page button"
@@ -4847,6 +5123,10 @@
4847
5123
  "type": "string",
4848
5124
  "description": "Text to show between page buttons when truncating the list"
4849
5125
  },
5126
+ "v-pagination/show-first-last-page": {
5127
+ "type": "boolean",
5128
+ "description": "Show buttons for going to first and last page"
5129
+ },
4850
5130
  "v-parallax/scale": {
4851
5131
  "type": "string | number",
4852
5132
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
@@ -4943,6 +5223,14 @@
4943
5223
  "type": "boolean",
4944
5224
  "description": "Clicking on the progress track will automatically set the value"
4945
5225
  },
5226
+ "v-progress-linear/bg-opacity": {
5227
+ "type": "string | number",
5228
+ "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
5229
+ },
5230
+ "v-progress-linear/buffer-value": {
5231
+ "type": "string | number",
5232
+ "description": "The percentage value for the buffer"
5233
+ },
4946
5234
  "v-progress-linear/stream": {
4947
5235
  "type": "boolean",
4948
5236
  "description": "An alternative style for portraying loading that works in tandem with **buffer-value**"
@@ -4955,17 +5243,9 @@
4955
5243
  "type": "boolean",
4956
5244
  "description": "Applies a border radius to the progress bar"
4957
5245
  },
4958
- "v-progress-linear/bg-opacity": {
4959
- "type": "string | number",
4960
- "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
4961
- },
4962
- "v-progress-linear/buffer-value": {
4963
- "type": "string | number",
4964
- "description": "The percentage value for the buffer"
4965
- },
4966
5246
  "v-radio/type": {
4967
5247
  "type": "string",
4968
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5248
+ "description": "MISSING DESCRIPTION"
4969
5249
  },
4970
5250
  "v-radio/model-value": {
4971
5251
  "type": "any",
@@ -4973,7 +5253,7 @@
4973
5253
  },
4974
5254
  "v-radio/error": {
4975
5255
  "type": "boolean",
4976
- "description": "Puts the input in a manual error state"
5256
+ "description": "MISSING DESCRIPTION"
4977
5257
  },
4978
5258
  "v-radio/density": {
4979
5259
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -4993,11 +5273,11 @@
4993
5273
  },
4994
5274
  "v-radio/value": {
4995
5275
  "type": "any",
4996
- "description": "MISSING DESCRIPTION"
5276
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
4997
5277
  },
4998
5278
  "v-radio/id": {
4999
5279
  "type": "string",
5000
- "description": "Sets the DOM id on the component"
5280
+ "description": "MISSING DESCRIPTION"
5001
5281
  },
5002
5282
  "v-radio/ripple": {
5003
5283
  "type": "boolean",
@@ -5013,7 +5293,7 @@
5013
5293
  },
5014
5294
  "v-radio/multiple": {
5015
5295
  "type": "boolean",
5016
- "description": "Changes select to multiple. Accepts array for value"
5296
+ "description": "MISSING DESCRIPTION"
5017
5297
  },
5018
5298
  "v-radio/value-comparator": {
5019
5299
  "type": "(a: any, b: any) => boolean",
@@ -5021,11 +5301,11 @@
5021
5301
  },
5022
5302
  "v-radio/readonly": {
5023
5303
  "type": "boolean",
5024
- "description": "Puts input in readonly state"
5304
+ "description": "MISSING DESCRIPTION"
5025
5305
  },
5026
5306
  "v-radio/inline": {
5027
5307
  "type": "boolean",
5028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5308
+ "description": "MISSING DESCRIPTION"
5029
5309
  },
5030
5310
  "v-radio/true-value": {
5031
5311
  "type": "any",
@@ -5035,6 +5315,10 @@
5035
5315
  "type": "any",
5036
5316
  "description": "Sets value for falsy state"
5037
5317
  },
5318
+ "v-radio/defaults-target": {
5319
+ "type": "string",
5320
+ "description": "MISSING DESCRIPTION"
5321
+ },
5038
5322
  "v-radio/false-icon": {
5039
5323
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5040
5324
  "description": "The icon used when inactive"
@@ -5077,7 +5361,7 @@
5077
5361
  },
5078
5362
  "v-radio-group/id": {
5079
5363
  "type": "string",
5080
- "description": "Sets the DOM id on the component"
5364
+ "description": "MISSING DESCRIPTION"
5081
5365
  },
5082
5366
  "v-radio-group/prepend-icon": {
5083
5367
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -5155,6 +5439,10 @@
5155
5439
  "type": "boolean",
5156
5440
  "description": "Displays radio buttons in row"
5157
5441
  },
5442
+ "v-radio-group/defaults-target": {
5443
+ "type": "string",
5444
+ "description": "MISSING DESCRIPTION"
5445
+ },
5158
5446
  "v-radio-group/false-icon": {
5159
5447
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5160
5448
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
@@ -5267,10 +5555,6 @@
5267
5555
  "type": "string | number",
5268
5556
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5269
5557
  },
5270
- "v-range-slider/strict": {
5271
- "type": "boolean",
5272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
5273
- },
5274
5558
  "v-range-slider/min": {
5275
5559
  "type": "string | number",
5276
5560
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
@@ -5315,6 +5599,10 @@
5315
5599
  "type": "string | number",
5316
5600
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5317
5601
  },
5602
+ "v-range-slider/strict": {
5603
+ "type": "boolean",
5604
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
5605
+ },
5318
5606
  "v-rating/length": {
5319
5607
  "type": "string | number",
5320
5608
  "description": "The amount of items to show"
@@ -5371,10 +5659,6 @@
5371
5659
  "type": "boolean",
5372
5660
  "description": "Provides visual feedback when hovering over icons"
5373
5661
  },
5374
- "v-rating/half-increments": {
5375
- "type": "boolean",
5376
- "description": "Allows the selection of half increments"
5377
- },
5378
5662
  "v-rating/item-aria-label": {
5379
5663
  "type": "string",
5380
5664
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
@@ -5387,6 +5671,10 @@
5387
5671
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5388
5672
  "description": "The icon displayed when full"
5389
5673
  },
5674
+ "v-rating/half-increments": {
5675
+ "type": "boolean",
5676
+ "description": "Allows the selection of half increments"
5677
+ },
5390
5678
  "v-rating/item-label-position": {
5391
5679
  "type": "string",
5392
5680
  "description": "Position of item labels. Accepts 'top' and 'bottom'."
@@ -5431,6 +5719,10 @@
5431
5719
  "type": "string",
5432
5720
  "description": "Specify a custom tag used on the root element."
5433
5721
  },
5722
+ "v-row/align": {
5723
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5724
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
5725
+ },
5434
5726
  "v-row/dense": {
5435
5727
  "type": "boolean",
5436
5728
  "description": "Reduces the gutter between `v-col`s."
@@ -5439,10 +5731,6 @@
5439
5731
  "type": "boolean",
5440
5732
  "description": "Removes the gutter between `v-col`s."
5441
5733
  },
5442
- "v-row/align": {
5443
- "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5444
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
5445
- },
5446
5734
  "v-row/align-sm": {
5447
5735
  "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5448
5736
  "description": "Changes the **align-items** property on small and greater breakpoints."
@@ -5680,7 +5968,7 @@
5680
5968
  "description": "Sets the DOM id on the component"
5681
5969
  },
5682
5970
  "v-select/items": {
5683
- "type": "unknown[]",
5971
+ "type": "any[]",
5684
5972
  "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
5685
5973
  },
5686
5974
  "v-select/active": {
@@ -5740,7 +6028,7 @@
5740
6028
  "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
5741
6029
  },
5742
6030
  "v-select/transition": {
5743
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
6031
+ "type": "string | { component: Component }",
5744
6032
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5745
6033
  },
5746
6034
  "v-select/multiple": {
@@ -5889,7 +6177,7 @@
5889
6177
  },
5890
6178
  "v-selection-control/type": {
5891
6179
  "type": "string",
5892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6180
+ "description": "MISSING DESCRIPTION"
5893
6181
  },
5894
6182
  "v-selection-control/model-value": {
5895
6183
  "type": "unknown",
@@ -5897,7 +6185,7 @@
5897
6185
  },
5898
6186
  "v-selection-control/error": {
5899
6187
  "type": "boolean",
5900
- "description": "Puts the input in a manual error state"
6188
+ "description": "MISSING DESCRIPTION"
5901
6189
  },
5902
6190
  "v-selection-control/density": {
5903
6191
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -5917,11 +6205,11 @@
5917
6205
  },
5918
6206
  "v-selection-control/value": {
5919
6207
  "type": "any",
5920
- "description": "MISSING DESCRIPTION"
6208
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5921
6209
  },
5922
6210
  "v-selection-control/id": {
5923
6211
  "type": "string",
5924
- "description": "Sets the DOM id on the component"
6212
+ "description": "MISSING DESCRIPTION"
5925
6213
  },
5926
6214
  "v-selection-control/ripple": {
5927
6215
  "type": "boolean",
@@ -5937,7 +6225,7 @@
5937
6225
  },
5938
6226
  "v-selection-control/multiple": {
5939
6227
  "type": "boolean",
5940
- "description": "Changes select to multiple. Accepts array for value"
6228
+ "description": "MISSING DESCRIPTION"
5941
6229
  },
5942
6230
  "v-selection-control/value-comparator": {
5943
6231
  "type": "(a: any, b: any) => boolean",
@@ -5945,11 +6233,11 @@
5945
6233
  },
5946
6234
  "v-selection-control/readonly": {
5947
6235
  "type": "boolean",
5948
- "description": "Puts input in readonly state"
6236
+ "description": "MISSING DESCRIPTION"
5949
6237
  },
5950
6238
  "v-selection-control/inline": {
5951
6239
  "type": "boolean",
5952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6240
+ "description": "MISSING DESCRIPTION"
5953
6241
  },
5954
6242
  "v-selection-control/true-value": {
5955
6243
  "type": "any",
@@ -5959,17 +6247,21 @@
5959
6247
  "type": "any",
5960
6248
  "description": "Sets value for falsy state"
5961
6249
  },
6250
+ "v-selection-control/defaults-target": {
6251
+ "type": "string",
6252
+ "description": "MISSING DESCRIPTION"
6253
+ },
5962
6254
  "v-selection-control/false-icon": {
5963
6255
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5964
- "description": "The icon used when inactive"
6256
+ "description": "MISSING DESCRIPTION"
5965
6257
  },
5966
6258
  "v-selection-control/true-icon": {
5967
6259
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5968
- "description": "The icon used when active"
6260
+ "description": "MISSING DESCRIPTION"
5969
6261
  },
5970
6262
  "v-selection-control-group/type": {
5971
6263
  "type": "string",
5972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6264
+ "description": "Provides the default type for children selection controls."
5973
6265
  },
5974
6266
  "v-selection-control-group/model-value": {
5975
6267
  "type": "any",
@@ -6021,7 +6313,11 @@
6021
6313
  },
6022
6314
  "v-selection-control-group/inline": {
6023
6315
  "type": "boolean",
6024
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6316
+ "description": "Puts children inputs into a row."
6317
+ },
6318
+ "v-selection-control-group/defaults-target": {
6319
+ "type": "string",
6320
+ "description": "The target component to provide defaults values for."
6025
6321
  },
6026
6322
  "v-selection-control-group/false-icon": {
6027
6323
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -6031,10 +6327,6 @@
6031
6327
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6032
6328
  "description": "The icon used when active"
6033
6329
  },
6034
- "v-selection-control-group/defaults-target": {
6035
- "type": "string",
6036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6037
- },
6038
6330
  "v-sheet/border": {
6039
6331
  "type": "string | number | boolean",
6040
6332
  "description": "Applies border styles to component."
@@ -6092,7 +6384,7 @@
6092
6384
  "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)"
6093
6385
  },
6094
6386
  "v-skeleton-loader/type": {
6095
- "type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
6387
+ "type": "string | string[]",
6096
6388
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
6097
6389
  },
6098
6390
  "v-skeleton-loader/height": {
@@ -6585,7 +6877,7 @@
6585
6877
  },
6586
6878
  "v-snackbar/attach": {
6587
6879
  "type": "string | boolean | Element",
6588
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
6880
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
6589
6881
  },
6590
6882
  "v-snackbar/vertical": {
6591
6883
  "type": "boolean",
@@ -6617,7 +6909,7 @@
6617
6909
  },
6618
6910
  "v-switch/type": {
6619
6911
  "type": "string",
6620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6912
+ "description": "MISSING DESCRIPTION"
6621
6913
  },
6622
6914
  "v-switch/model-value": {
6623
6915
  "type": "any",
@@ -6645,11 +6937,11 @@
6645
6937
  },
6646
6938
  "v-switch/value": {
6647
6939
  "type": "any",
6648
- "description": "The input's value"
6940
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6649
6941
  },
6650
6942
  "v-switch/id": {
6651
6943
  "type": "string",
6652
- "description": "Sets the DOM id on the component"
6944
+ "description": "MISSING DESCRIPTION"
6653
6945
  },
6654
6946
  "v-switch/prepend-icon": {
6655
6947
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -6733,7 +7025,7 @@
6733
7025
  },
6734
7026
  "v-switch/inline": {
6735
7027
  "type": "boolean",
6736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
7028
+ "description": "MISSING DESCRIPTION"
6737
7029
  },
6738
7030
  "v-switch/indeterminate": {
6739
7031
  "type": "boolean",
@@ -6747,13 +7039,17 @@
6747
7039
  "type": "any",
6748
7040
  "description": "Sets value for falsy state"
6749
7041
  },
7042
+ "v-switch/defaults-target": {
7043
+ "type": "string",
7044
+ "description": "MISSING DESCRIPTION"
7045
+ },
6750
7046
  "v-switch/false-icon": {
6751
7047
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6752
- "description": "The icon used when inactive"
7048
+ "description": "MISSING DESCRIPTION"
6753
7049
  },
6754
7050
  "v-switch/true-icon": {
6755
7051
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6756
- "description": "The icon used when active"
7052
+ "description": "MISSING DESCRIPTION"
6757
7053
  },
6758
7054
  "v-switch/inset": {
6759
7055
  "type": "boolean",
@@ -6861,7 +7157,7 @@
6861
7157
  },
6862
7158
  "v-tab/color": {
6863
7159
  "type": "string",
6864
- "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)"
7160
+ "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)"
6865
7161
  },
6866
7162
  "v-tab/variant": {
6867
7163
  "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
@@ -7047,14 +7343,14 @@
7047
7343
  "type": "boolean",
7048
7344
  "description": "Hide's the generated `v-tabs-slider`"
7049
7345
  },
7050
- "v-tabs/fixed-tabs": {
7051
- "type": "boolean",
7052
- "description": "`v-tabs-item` min-width 160px, max-width 360px"
7053
- },
7054
7346
  "v-tabs/align-tabs": {
7055
7347
  "type": "\"title\" | \"end\" | \"start\" | \"center\"",
7056
7348
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
7057
7349
  },
7350
+ "v-tabs/fixed-tabs": {
7351
+ "type": "boolean",
7352
+ "description": "`v-tabs-item` min-width 160px, max-width 360px"
7353
+ },
7058
7354
  "v-text-field/flat": {
7059
7355
  "type": "boolean",
7060
7356
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
@@ -7479,19 +7775,15 @@
7479
7775
  "type": "\"horizontal\" | \"vertical\"",
7480
7776
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7481
7777
  },
7482
- "v-timeline/side": {
7483
- "type": "\"end\" | \"start\"",
7484
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7485
- },
7486
7778
  "v-timeline/align": {
7487
7779
  "type": "\"start\" | \"center\"",
7488
7780
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7489
7781
  },
7490
- "v-timeline/justify": {
7491
- "type": "string",
7782
+ "v-timeline/side": {
7783
+ "type": "\"end\" | \"start\"",
7492
7784
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7493
7785
  },
7494
- "v-timeline/line-color": {
7786
+ "v-timeline/justify": {
7495
7787
  "type": "string",
7496
7788
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7497
7789
  },
@@ -7503,6 +7795,10 @@
7503
7795
  "type": "string | number",
7504
7796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7505
7797
  },
7798
+ "v-timeline/line-color": {
7799
+ "type": "string",
7800
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7801
+ },
7506
7802
  "v-timeline/truncate-line": {
7507
7803
  "type": "\"end\" | \"start\" | \"both\"",
7508
7804
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
@@ -7571,14 +7867,14 @@
7571
7867
  "type": "boolean",
7572
7868
  "description": "Hide the timeline item dot"
7573
7869
  },
7574
- "v-timeline-item/icon-color": {
7575
- "type": "string",
7576
- "description": "Color of the icon"
7577
- },
7578
7870
  "v-timeline-item/hide-opposite": {
7579
7871
  "type": "boolean",
7580
7872
  "description": "Hide opposite content if it exists"
7581
7873
  },
7874
+ "v-timeline-item/icon-color": {
7875
+ "type": "string",
7876
+ "description": "Color of the icon"
7877
+ },
7582
7878
  "v-toolbar/title": {
7583
7879
  "type": "string",
7584
7880
  "description": "Specify a title text for the component."
@@ -7648,7 +7944,7 @@
7648
7944
  "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)"
7649
7945
  },
7650
7946
  "v-toolbar-items/variant": {
7651
- "type": "string",
7947
+ "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
7652
7948
  "description": "Applies a distinct style to the component"
7653
7949
  },
7654
7950
  "v-toolbar-title/text": {
@@ -7793,7 +8089,7 @@
7793
8089
  },
7794
8090
  "v-tooltip/attach": {
7795
8091
  "type": "string | boolean | Element",
7796
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
8092
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
7797
8093
  },
7798
8094
  "v-validation/model-value": {
7799
8095
  "type": "any",
@@ -7900,8 +8196,8 @@
7900
8196
  "description": "Configure the active CSS class applied when an item is selected."
7901
8197
  },
7902
8198
  "v-window/direction": {
7903
- "type": "string",
7904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
8199
+ "type": "\"horizontal\" | \"vertical\"",
8200
+ "description": "The transition direction when changing windows."
7905
8201
  },
7906
8202
  "v-window/mandatory": {
7907
8203
  "type": "\"force\"",