vuetify 3.2.1 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. package/dist/json/attributes.json +1302 -870
  2. package/dist/json/importMap.json +8 -8
  3. package/dist/json/tags.json +112 -3
  4. package/dist/json/web-types.json +2973 -1917
  5. package/dist/vuetify-labs.css +67 -57
  6. package/dist/vuetify-labs.d.ts +2785 -11610
  7. package/dist/vuetify-labs.esm.js +2318 -2227
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +2318 -2227
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +31 -21
  12. package/dist/vuetify.d.ts +1786 -11406
  13. package/dist/vuetify.esm.js +1785 -1685
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1785 -1685
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +612 -614
  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 +47 -46
  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 +28 -31
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs +14 -17
  32. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  33. package/lib/components/VAppBar/index.d.ts +394 -28
  34. package/lib/components/VAutocomplete/VAutocomplete.css +1 -5
  35. package/lib/components/VAutocomplete/VAutocomplete.mjs +37 -34
  36. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  37. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -6
  38. package/lib/components/VAutocomplete/index.d.ts +67 -1174
  39. package/lib/components/VBadge/VBadge.mjs +33 -32
  40. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  41. package/lib/components/VBanner/VBanner.mjs +21 -20
  42. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  43. package/lib/components/VBanner/VBannerActions.mjs +7 -6
  44. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  45. package/lib/components/VBanner/index.d.ts +2 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
  47. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
  51. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  54. package/lib/components/VBreadcrumbs/index.d.ts +1 -0
  55. package/lib/components/VBtn/VBtn.mjs +7 -6
  56. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  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/VCheckboxBtn.mjs +0 -1
  72. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  73. package/lib/components/VCheckbox/index.d.ts +24 -12
  74. package/lib/components/VChip/VChip.css +8 -0
  75. package/lib/components/VChip/VChip.mjs +60 -57
  76. package/lib/components/VChip/VChip.mjs.map +1 -1
  77. package/lib/components/VChip/VChip.sass +10 -0
  78. package/lib/components/VChip/index.d.ts +8 -8
  79. package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
  80. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  81. package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
  82. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  83. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +21 -20
  84. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
  86. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  87. package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
  88. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  89. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
  90. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  91. package/lib/components/VColorPicker/index.d.ts +4 -4
  92. package/lib/components/VColorPicker/util/index.mjs +2 -2
  93. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  94. package/lib/components/VCombobox/VCombobox.mjs +40 -37
  95. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  96. package/lib/components/VCombobox/index.d.ts +67 -1171
  97. package/lib/components/VCounter/VCounter.mjs +16 -15
  98. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  99. package/lib/components/VCounter/index.d.ts +25 -1774
  100. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
  101. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  102. package/lib/components/VDialog/VDialog.mjs +18 -17
  103. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  104. package/lib/components/VDialog/index.d.ts +130 -1120
  105. package/lib/components/VDivider/VDivider.mjs +11 -10
  106. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  107. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
  108. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  109. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
  110. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  111. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
  112. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
  114. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  115. package/lib/components/VExpansionPanel/index.d.ts +15 -15
  116. package/lib/components/VField/VField.mjs +6 -2
  117. package/lib/components/VField/VField.mjs.map +1 -1
  118. package/lib/components/VField/VFieldLabel.mjs +6 -5
  119. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  120. package/lib/components/VFileInput/VFileInput.mjs +37 -35
  121. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  122. package/lib/components/VFileInput/index.d.ts +3 -3
  123. package/lib/components/VFooter/VFooter.mjs +19 -18
  124. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  125. package/lib/components/VForm/VForm.mjs +6 -5
  126. package/lib/components/VForm/VForm.mjs.map +1 -1
  127. package/lib/components/VForm/index.d.ts +3 -3
  128. package/lib/components/VGrid/VCol.mjs +26 -25
  129. package/lib/components/VGrid/VCol.mjs.map +1 -1
  130. package/lib/components/VGrid/VContainer.mjs +16 -11
  131. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  132. package/lib/components/VGrid/VRow.mjs +26 -25
  133. package/lib/components/VGrid/VRow.mjs.map +1 -1
  134. package/lib/components/VHover/VHover.mjs +10 -9
  135. package/lib/components/VHover/VHover.mjs.map +1 -1
  136. package/lib/components/VIcon/VIcon.mjs +28 -29
  137. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  138. package/lib/components/VImg/VImg.mjs +29 -28
  139. package/lib/components/VImg/VImg.mjs.map +1 -1
  140. package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
  141. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  142. package/lib/components/VLabel/VLabel.mjs +8 -7
  143. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  144. package/lib/components/VLayout/VLayout.mjs +6 -5
  145. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  146. package/lib/components/VLayout/VLayoutItem.mjs +15 -14
  147. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  148. package/lib/components/VLazy/VLazy.mjs +21 -20
  149. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  150. package/lib/components/VList/VList.mjs +33 -32
  151. package/lib/components/VList/VList.mjs.map +1 -1
  152. package/lib/components/VList/VListChildren.mjs +5 -4
  153. package/lib/components/VList/VListChildren.mjs.map +1 -1
  154. package/lib/components/VList/VListGroup.mjs +2 -4
  155. package/lib/components/VList/VListGroup.mjs.map +1 -1
  156. package/lib/components/VList/VListItem.mjs +42 -41
  157. package/lib/components/VList/VListItem.mjs.map +1 -1
  158. package/lib/components/VList/VListItemAction.mjs +8 -7
  159. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  160. package/lib/components/VList/VListItemMedia.mjs +8 -7
  161. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  162. package/lib/components/VList/VListSubheader.mjs +10 -9
  163. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  164. package/lib/components/VList/index.d.ts +30 -30
  165. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
  166. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  167. package/lib/components/VMain/VMain.mjs +9 -8
  168. package/lib/components/VMain/VMain.mjs.map +1 -1
  169. package/lib/components/VMenu/VMenu.mjs +18 -17
  170. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  171. package/lib/components/VMenu/index.d.ts +40 -1030
  172. package/lib/components/VMessages/VMessages.mjs +18 -17
  173. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  174. package/lib/components/VMessages/index.d.ts +25 -1774
  175. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +48 -54
  176. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  177. package/lib/components/VNavigationDrawer/sticky.mjs +9 -3
  178. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  179. package/lib/components/VOverlay/locationStrategies.mjs +5 -3
  180. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  181. package/lib/components/VPagination/VPagination.mjs +82 -81
  182. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  183. package/lib/components/VPagination/index.d.ts +8 -8
  184. package/lib/components/VParallax/VParallax.mjs +9 -8
  185. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  186. package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
  187. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  188. package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
  189. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  190. package/lib/components/VProgressLinear/index.d.ts +8 -8
  191. package/lib/components/VRadio/VRadio.mjs +8 -7
  192. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  193. package/lib/components/VRadio/index.d.ts +18 -12
  194. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
  195. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  196. package/lib/components/VRadioGroup/index.d.ts +16 -10
  197. package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
  198. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  199. package/lib/components/VRating/VRating.mjs +44 -43
  200. package/lib/components/VRating/VRating.mjs.map +1 -1
  201. package/lib/components/VRating/index.d.ts +8 -8
  202. package/lib/components/VResponsive/VResponsive.mjs +8 -7
  203. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  204. package/lib/components/VSelect/VSelect.mjs +29 -21
  205. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  206. package/lib/components/VSelect/index.d.ts +64 -2506
  207. package/lib/components/VSelectionControl/index.d.ts +42 -36
  208. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
  209. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  210. package/lib/components/VSelectionControlGroup/index.d.ts +28 -28
  211. package/lib/components/VSheet/VSheet.css +6 -0
  212. package/lib/components/VSheet/VSheet.mjs +1 -3
  213. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  214. package/lib/components/VSheet/_variables.scss +1 -1
  215. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
  216. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  217. package/lib/components/VSlider/VSlider.mjs +18 -13
  218. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  219. package/lib/components/VSlider/VSliderThumb.mjs +26 -25
  220. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  221. package/lib/components/VSlider/VSliderTrack.mjs +13 -12
  222. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  223. package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
  224. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  225. package/lib/components/VSwitch/VSwitch.mjs +13 -12
  226. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  227. package/lib/components/VSwitch/index.d.ts +18 -12
  228. package/lib/components/VSystemBar/VSystemBar.mjs +13 -12
  229. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  230. package/lib/components/VTable/VTable.mjs +12 -11
  231. package/lib/components/VTable/VTable.mjs.map +1 -1
  232. package/lib/components/VTabs/VTab.mjs +15 -14
  233. package/lib/components/VTabs/VTab.mjs.map +1 -1
  234. package/lib/components/VTabs/VTabs.mjs +28 -27
  235. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  236. package/lib/components/VTabs/index.d.ts +12 -12
  237. package/lib/components/VTextField/VTextField.mjs +1 -1
  238. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  239. package/lib/components/VTextField/index.d.ts +3 -3
  240. package/lib/components/VTextarea/VTextarea.mjs +27 -26
  241. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  242. package/lib/components/VTextarea/index.d.ts +3 -3
  243. package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
  244. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  245. package/lib/components/VTimeline/VTimeline.mjs +46 -41
  246. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  247. package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
  248. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  249. package/lib/components/VTimeline/VTimelineItem.mjs +21 -20
  250. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  251. package/lib/components/VToolbar/VToolbar.mjs +6 -2
  252. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  253. package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
  254. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  255. package/lib/components/VToolbar/index.d.ts +11 -11
  256. package/lib/components/VTooltip/VTooltip.mjs +20 -19
  257. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  258. package/lib/components/VTreeview/_mixins.sass +0 -0
  259. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  260. package/lib/components/VValidation/VValidation.mjs +1 -3
  261. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  262. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +11 -10
  263. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  264. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
  265. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  266. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  267. package/lib/components/VWindow/VWindowItem.mjs +15 -14
  268. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  269. package/lib/components/VWindow/index.d.ts +9 -9
  270. package/lib/components/index.d.ts +1755 -11373
  271. package/lib/components/transitions/createTransition.mjs +16 -15
  272. package/lib/components/transitions/createTransition.mjs.map +1 -1
  273. package/lib/components/transitions/dialog-transition.mjs +5 -4
  274. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  275. package/lib/components/transitions/index.d.ts +143 -143
  276. package/lib/composables/forwardRefs.mjs.map +1 -1
  277. package/lib/composables/icons.mjs +2 -2
  278. package/lib/composables/icons.mjs.map +1 -1
  279. package/lib/composables/scroll.mjs +16 -17
  280. package/lib/composables/scroll.mjs.map +1 -1
  281. package/lib/composables/theme.mjs +3 -3
  282. package/lib/composables/theme.mjs.map +1 -1
  283. package/lib/directives/click-outside/index.mjs +1 -1
  284. package/lib/directives/click-outside/index.mjs.map +1 -1
  285. package/lib/entry-bundler.mjs +1 -1
  286. package/lib/framework.mjs +1 -1
  287. package/lib/framework.mjs.map +1 -1
  288. package/lib/index.d.ts +4 -6
  289. package/lib/labs/VDataTable/VDataTable.mjs +53 -59
  290. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  291. package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
  292. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  293. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
  294. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  295. package/lib/labs/VDataTable/VDataTableHeaders.mjs +16 -15
  296. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  297. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
  298. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  299. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
  300. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  301. package/lib/labs/VDataTable/VDataTableServer.mjs +53 -64
  302. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  303. package/lib/labs/VDataTable/VDataTableVirtual.mjs +65 -72
  304. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  305. package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
  306. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  307. package/lib/labs/VDataTable/index.d.ts +991 -206
  308. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
  309. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  310. package/lib/labs/VInfiniteScroll/index.d.ts +16 -1
  311. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
  312. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  313. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  314. package/lib/labs/components.d.ts +1011 -211
  315. package/lib/labs/date/date.mjs +7 -7
  316. package/lib/labs/date/date.mjs.map +1 -1
  317. package/lib/labs/date/index.d.ts +1 -3
  318. package/lib/locale/el.mjs +0 -0
  319. package/lib/locale/index.mjs +0 -0
  320. 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."
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "v-alert/location": {
79
79
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
80
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
80
+ "description": "Specifies the component's location. Can combine by using a space separated string"
81
81
  },
82
82
  "v-alert/position": {
83
83
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -181,7 +181,7 @@
181
181
  },
182
182
  "v-app-bar/scroll-behavior": {
183
183
  "type": "string",
184
- "description": "MISSING DESCRIPTION"
184
+ "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
185
185
  },
186
186
  "v-app-bar/collapse": {
187
187
  "type": "boolean",
@@ -205,15 +205,151 @@
205
205
  },
206
206
  "v-app-bar/scroll-target": {
207
207
  "type": "string",
208
- "description": "MISSING DESCRIPTION"
208
+ "description": "The element to target for scrolling events. Uses `window` by default."
209
209
  },
210
210
  "v-app-bar/scroll-threshold": {
211
211
  "type": "string | number",
212
- "description": "MISSING DESCRIPTION"
212
+ "description": "The amount of scroll distance down before **scroll-behavior** activates."
213
+ },
214
+ "v-app-bar-nav-icon/symbol": {
215
+ "type": "any",
216
+ "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
217
+ },
218
+ "v-app-bar-nav-icon/text": {
219
+ "type": "string",
220
+ "description": "Specify content text for the component."
221
+ },
222
+ "v-app-bar-nav-icon/flat": {
223
+ "type": "boolean",
224
+ "description": "Removes the button box shadow."
225
+ },
226
+ "v-app-bar-nav-icon/border": {
227
+ "type": "string | number | boolean",
228
+ "description": "Applies border styles to component."
213
229
  },
214
230
  "v-app-bar-nav-icon/icon": {
231
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
232
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
233
+ },
234
+ "v-app-bar-nav-icon/density": {
235
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
236
+ "description": "Adjusts the vertical height used by the component."
237
+ },
238
+ "v-app-bar-nav-icon/height": {
239
+ "type": "string | number",
240
+ "description": "Sets the height for the component."
241
+ },
242
+ "v-app-bar-nav-icon/max-height": {
243
+ "type": "string | number",
244
+ "description": "Sets the maximum height for the component."
245
+ },
246
+ "v-app-bar-nav-icon/max-width": {
247
+ "type": "string | number",
248
+ "description": "Sets the maximum width for the component."
249
+ },
250
+ "v-app-bar-nav-icon/min-height": {
251
+ "type": "string | number",
252
+ "description": "Sets the minimum height for the component."
253
+ },
254
+ "v-app-bar-nav-icon/min-width": {
255
+ "type": "string | number",
256
+ "description": "Sets the minimum width for the component."
257
+ },
258
+ "v-app-bar-nav-icon/width": {
259
+ "type": "string | number",
260
+ "description": "Sets the width for the component."
261
+ },
262
+ "v-app-bar-nav-icon/elevation": {
263
+ "type": "string | number",
264
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
265
+ },
266
+ "v-app-bar-nav-icon/location": {
267
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
268
+ "description": "Specifies the component's location. Can combine by using a space separated string"
269
+ },
270
+ "v-app-bar-nav-icon/position": {
271
+ "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
272
+ "description": "Specifies the type of positioning method used for the component."
273
+ },
274
+ "v-app-bar-nav-icon/rounded": {
275
+ "type": "string | number | boolean",
276
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
277
+ },
278
+ "v-app-bar-nav-icon/tag": {
279
+ "type": "string",
280
+ "description": "Specify a custom tag used on the root element."
281
+ },
282
+ "v-app-bar-nav-icon/theme": {
283
+ "type": "string",
284
+ "description": "Specify a theme for this component and all of its children"
285
+ },
286
+ "v-app-bar-nav-icon/color": {
287
+ "type": "string",
288
+ "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)"
289
+ },
290
+ "v-app-bar-nav-icon/variant": {
291
+ "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
292
+ "description": "Applies a distinct style to the component"
293
+ },
294
+ "v-app-bar-nav-icon/value": {
295
+ "type": "any",
296
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
297
+ },
298
+ "v-app-bar-nav-icon/size": {
299
+ "type": "string | number",
300
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
301
+ },
302
+ "v-app-bar-nav-icon/active": {
303
+ "type": "boolean",
304
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
305
+ },
306
+ "v-app-bar-nav-icon/prepend-icon": {
215
307
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
216
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
308
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
309
+ },
310
+ "v-app-bar-nav-icon/append-icon": {
311
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
312
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
313
+ },
314
+ "v-app-bar-nav-icon/block": {
315
+ "type": "boolean",
316
+ "description": "Expands the button to 100% of available space."
317
+ },
318
+ "v-app-bar-nav-icon/stacked": {
319
+ "type": "boolean",
320
+ "description": "Displays the button as a flex-column."
321
+ },
322
+ "v-app-bar-nav-icon/ripple": {
323
+ "type": "boolean",
324
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
325
+ },
326
+ "v-app-bar-nav-icon/disabled": {
327
+ "type": "boolean",
328
+ "description": "Removes the ability to click or target the component"
329
+ },
330
+ "v-app-bar-nav-icon/selected-class": {
331
+ "type": "string",
332
+ "description": "Configure the active CSS class applied when an item is selected."
333
+ },
334
+ "v-app-bar-nav-icon/loading": {
335
+ "type": "string | boolean",
336
+ "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"
337
+ },
338
+ "v-app-bar-nav-icon/href": {
339
+ "type": "string",
340
+ "description": "Designates the component as anchor and applies the **href** attribute."
341
+ },
342
+ "v-app-bar-nav-icon/replace": {
343
+ "type": "boolean",
344
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
345
+ },
346
+ "v-app-bar-nav-icon/exact": {
347
+ "type": "boolean",
348
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
349
+ },
350
+ "v-app-bar-nav-icon/to": {
351
+ "type": "unknown",
352
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
217
353
  },
218
354
  "v-app-bar-title/text": {
219
355
  "type": "string",
@@ -273,7 +409,27 @@
273
409
  },
274
410
  "v-autocomplete/items": {
275
411
  "type": "unknown[]",
276
- "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."
412
+ "description": "An array of strings or objects used for automatically generating children components"
413
+ },
414
+ "v-autocomplete/active": {
415
+ "type": "boolean",
416
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
417
+ },
418
+ "v-autocomplete/prepend-icon": {
419
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
420
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
421
+ },
422
+ "v-autocomplete/append-icon": {
423
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
424
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
425
+ },
426
+ "v-autocomplete/disabled": {
427
+ "type": "boolean",
428
+ "description": "Removes the ability to click or target the input"
429
+ },
430
+ "v-autocomplete/loading": {
431
+ "type": "string | boolean",
432
+ "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"
277
433
  },
278
434
  "v-autocomplete/label": {
279
435
  "type": "string",
@@ -281,11 +437,11 @@
281
437
  },
282
438
  "v-autocomplete/search": {
283
439
  "type": "string",
284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-autocomplete.json))"
440
+ "description": "Text input used to filter items."
285
441
  },
286
442
  "v-autocomplete/filter-mode": {
287
443
  "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
444
+ "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
289
445
  },
290
446
  "v-autocomplete/no-filter": {
291
447
  "type": "boolean",
@@ -293,27 +449,27 @@
293
449
  },
294
450
  "v-autocomplete/custom-filter": {
295
451
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
296
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
452
+ "description": "Function used to filter items."
297
453
  },
298
454
  "v-autocomplete/custom-key-filter": {
299
455
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
300
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
456
+ "description": "Function used on specific keys within the item object."
301
457
  },
302
458
  "v-autocomplete/filter-keys": {
303
459
  "type": "string | string[]",
304
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
460
+ "description": "Array of specific keys to filter on the item."
305
461
  },
306
462
  "v-autocomplete/chips": {
307
463
  "type": "boolean",
308
- "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))"
309
465
  },
310
466
  "v-autocomplete/closable-chips": {
311
467
  "type": "boolean",
312
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
468
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
313
469
  },
314
470
  "v-autocomplete/eager": {
315
471
  "type": "boolean",
316
- "description": "MISSING DESCRIPTION"
472
+ "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."
317
473
  },
318
474
  "v-autocomplete/hide-no-data": {
319
475
  "type": "boolean",
@@ -321,23 +477,19 @@
321
477
  },
322
478
  "v-autocomplete/hide-selected": {
323
479
  "type": "boolean",
324
- "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))"
325
481
  },
326
482
  "v-autocomplete/menu": {
327
483
  "type": "boolean",
328
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
484
+ "description": "Renders with the menu open by default"
329
485
  },
330
486
  "v-autocomplete/menu-icon": {
331
487
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
332
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
488
+ "description": "Sets the the spin icon"
333
489
  },
334
490
  "v-autocomplete/menu-props": {
335
491
  "type": "unknown",
336
- "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."
337
- },
338
- "v-autocomplete/disabled": {
339
- "type": "boolean",
340
- "description": "Removes the ability to click or target the input"
492
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
341
493
  },
342
494
  "v-autocomplete/transition": {
343
495
  "type": "string | boolean",
@@ -345,7 +497,7 @@
345
497
  },
346
498
  "v-autocomplete/multiple": {
347
499
  "type": "boolean",
348
- "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))"
349
501
  },
350
502
  "v-autocomplete/no-data-text": {
351
503
  "type": "string",
@@ -353,7 +505,7 @@
353
505
  },
354
506
  "v-autocomplete/open-on-clear": {
355
507
  "type": "boolean",
356
- "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))"
357
509
  },
358
510
  "v-autocomplete/value-comparator": {
359
511
  "type": "(a: any, b: any) => boolean",
@@ -361,15 +513,15 @@
361
513
  },
362
514
  "v-autocomplete/item-title": {
363
515
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
516
+ "description": "Property on supplied `items` that contains its title"
365
517
  },
366
518
  "v-autocomplete/item-value": {
367
519
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
368
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
520
+ "description": "Property on supplied `items` that contains its value"
369
521
  },
370
522
  "v-autocomplete/item-children": {
371
523
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
372
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
524
+ "description": "Property on supplied `items` that contains its children"
373
525
  },
374
526
  "v-autocomplete/item-props": {
375
527
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -377,7 +529,7 @@
377
529
  },
378
530
  "v-autocomplete/return-object": {
379
531
  "type": "boolean",
380
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
532
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
381
533
  },
382
534
  "v-autocomplete/autofocus": {
383
535
  "type": "boolean",
@@ -397,20 +549,12 @@
397
549
  },
398
550
  "v-autocomplete/persistent-counter": {
399
551
  "type": "boolean",
400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
552
+ "description": "Forces counter to always be visible"
401
553
  },
402
554
  "v-autocomplete/suffix": {
403
555
  "type": "string",
404
556
  "description": "Displays suffix text"
405
557
  },
406
- "v-autocomplete/append-icon": {
407
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
408
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
409
- },
410
- "v-autocomplete/prepend-icon": {
411
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
412
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
413
- },
414
558
  "v-autocomplete/hint": {
415
559
  "type": "string",
416
560
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -421,11 +565,11 @@
421
565
  },
422
566
  "v-autocomplete/messages": {
423
567
  "type": "string | string[]",
424
- "description": "Displays a list of messages or message if using a string"
568
+ "description": "Displays a list of messages or a single message if using a string"
425
569
  },
426
570
  "v-autocomplete/direction": {
427
571
  "type": "\"horizontal\" | \"vertical\"",
428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
572
+ "description": "Changes the direction of the input"
429
573
  },
430
574
  "v-autocomplete/error-messages": {
431
575
  "type": "string | string[]",
@@ -467,13 +611,9 @@
467
611
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
468
612
  "description": "The icon used when the **clerable** prop is set to true"
469
613
  },
470
- "v-autocomplete/active": {
471
- "type": "boolean",
472
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
473
- },
474
614
  "v-autocomplete/base-color": {
475
615
  "type": "string",
476
- "description": "MISSING DESCRIPTION"
616
+ "description": "Sets the color of the input when it is not focused"
477
617
  },
478
618
  "v-autocomplete/persistent-clear": {
479
619
  "type": "boolean",
@@ -487,21 +627,17 @@
487
627
  "type": "boolean",
488
628
  "description": "Label does not move on focus/dirty"
489
629
  },
490
- "v-autocomplete/loading": {
491
- "type": "string | boolean",
492
- "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"
493
- },
494
630
  "v-autocomplete/counter": {
495
631
  "type": "string | number | true",
496
632
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
497
633
  },
498
634
  "v-autocomplete/counter-value": {
499
635
  "type": "(value: any) => number",
500
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
636
+ "description": "Function returns the counter display text"
501
637
  },
502
638
  "v-autocomplete/model-modifiers": {
503
639
  "type": "Record<string, boolean>",
504
- "description": "MISSING DESCRIPTION"
640
+ "description": "**FOR INTERNAL USE ONLY**"
505
641
  },
506
642
  "v-avatar/end": {
507
643
  "type": "boolean",
@@ -557,7 +693,7 @@
557
693
  },
558
694
  "v-badge/location": {
559
695
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
560
- "description": "Changes the location of the badge. Possible values are **top**, **bottom**, **start**, **end**, **top start**, **top end**, **bottom start**, **bottom end**."
696
+ "description": "Specifies the component's location. Can combine by using a space separated string"
561
697
  },
562
698
  "v-badge/rounded": {
563
699
  "type": "string | number | boolean",
@@ -591,6 +727,10 @@
591
727
  "type": "boolean",
592
728
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
593
729
  },
730
+ "v-badge/content": {
731
+ "type": "string | number",
732
+ "description": "Text content to show in the badge."
733
+ },
594
734
  "v-badge/dot": {
595
735
  "type": "boolean",
596
736
  "description": "Reduce the size of the badge and hide its contents."
@@ -599,14 +739,6 @@
599
739
  "type": "boolean",
600
740
  "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop."
601
741
  },
602
- "v-badge/text-color": {
603
- "type": "string",
604
- "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)"
605
- },
606
- "v-badge/content": {
607
- "type": "string | number",
608
- "description": "Text content to show in the badge."
609
- },
610
742
  "v-badge/max": {
611
743
  "type": "string | number",
612
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."
@@ -619,6 +751,10 @@
619
751
  "type": "string | number",
620
752
  "description": "Offset the badge on the y-axis."
621
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
+ },
622
758
  "v-banner/text": {
623
759
  "type": "string",
624
760
  "description": "Specify content text for the component."
@@ -665,7 +801,7 @@
665
801
  },
666
802
  "v-banner/location": {
667
803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
804
+ "description": "Specifies the component's location. Can combine by using a space separated string"
669
805
  },
670
806
  "v-banner/position": {
671
807
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -691,17 +827,17 @@
691
827
  "type": "string",
692
828
  "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)"
693
829
  },
694
- "v-banner/avatar": {
695
- "type": "string",
696
- "description": "Designates a specific src image to pass to the thumbnail."
697
- },
698
830
  "v-banner/stacked": {
699
831
  "type": "boolean",
700
832
  "description": "Forces the banner actions onto a new line. This is only applicable when the banner is not **single-line** or using the **actions** slot."
701
833
  },
834
+ "v-banner/avatar": {
835
+ "type": "string",
836
+ "description": "Designates a specific src image to pass to the thumbnail."
837
+ },
702
838
  "v-banner/lines": {
703
839
  "type": "\"one\" | \"two\" | \"three\"",
704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
840
+ "description": "The amount of visible lines of text before it truncates."
705
841
  },
706
842
  "v-banner-actions/density": {
707
843
  "type": "string",
@@ -763,10 +899,18 @@
763
899
  "type": "string | number",
764
900
  "description": "Adjust the order of the component in relation to its registration order."
765
901
  },
902
+ "v-bottom-navigation/active": {
903
+ "type": "boolean",
904
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
905
+ },
766
906
  "v-bottom-navigation/disabled": {
767
907
  "type": "boolean",
768
908
  "description": "Puts all children components into a disabled state"
769
909
  },
910
+ "v-bottom-navigation/selected-class": {
911
+ "type": "string",
912
+ "description": "Configure the active CSS class applied when an item is selected."
913
+ },
770
914
  "v-bottom-navigation/multiple": {
771
915
  "type": "boolean",
772
916
  "description": "Allows one to select mulitple items."
@@ -775,10 +919,6 @@
775
919
  "type": "string",
776
920
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)"
777
921
  },
778
- "v-bottom-navigation/active": {
779
- "type": "boolean",
780
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
781
- },
782
922
  "v-bottom-navigation/mode": {
783
923
  "type": "string",
784
924
  "description": "Changes the orientation and active state styling of the component."
@@ -791,10 +931,6 @@
791
931
  "type": "boolean",
792
932
  "description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
793
933
  },
794
- "v-bottom-navigation/selected-class": {
795
- "type": "string",
796
- "description": "Configure the active CSS class applied when an item is selected."
797
- },
798
934
  "v-bottom-navigation/mandatory": {
799
935
  "type": "boolean | \"force\"",
800
936
  "description": "Forces at least one item to always be selected (if available)."
@@ -843,6 +979,10 @@
843
979
  "type": "string",
844
980
  "description": "The applied color when the component is in an active state"
845
981
  },
982
+ "v-breadcrumbs-divider/divider": {
983
+ "type": "string | number",
984
+ "description": "Specifies the dividing character between items."
985
+ },
846
986
  "v-breadcrumbs-item/title": {
847
987
  "type": "string",
848
988
  "description": "Specify a title text for the component."
@@ -855,18 +995,30 @@
855
995
  "type": "string",
856
996
  "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)"
857
997
  },
998
+ "v-breadcrumbs-item/active": {
999
+ "type": "boolean",
1000
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
1001
+ },
858
1002
  "v-breadcrumbs-item/disabled": {
859
1003
  "type": "boolean",
860
1004
  "description": "Removes the ability to click or target the component"
861
1005
  },
862
- "v-breadcrumbs-item/active": {
863
- "type": "boolean",
864
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
1006
+ "v-breadcrumbs-item/href": {
1007
+ "type": "string",
1008
+ "description": "Designates the component as anchor and applies the **href** attribute."
865
1009
  },
866
1010
  "v-breadcrumbs-item/replace": {
867
1011
  "type": "boolean",
868
1012
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
869
1013
  },
1014
+ "v-breadcrumbs-item/exact": {
1015
+ "type": "boolean",
1016
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1017
+ },
1018
+ "v-breadcrumbs-item/to": {
1019
+ "type": "unknown",
1020
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1021
+ },
870
1022
  "v-breadcrumbs-item/active-class": {
871
1023
  "type": "string",
872
1024
  "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
@@ -875,18 +1027,6 @@
875
1027
  "type": "string",
876
1028
  "description": "The applied color when the component is in an active state"
877
1029
  },
878
- "v-breadcrumbs-item/href": {
879
- "type": "string",
880
- "description": "Designates the component as anchor and applies the **href** attribute."
881
- },
882
- "v-breadcrumbs-item/to": {
883
- "type": "unknown",
884
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
885
- },
886
- "v-breadcrumbs-item/exact": {
887
- "type": "boolean",
888
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
889
- },
890
1030
  "v-btn/symbol": {
891
1031
  "type": "any",
892
1032
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
@@ -941,7 +1081,7 @@
941
1081
  },
942
1082
  "v-btn/location": {
943
1083
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
1084
+ "description": "Specifies the component's location. Can combine by using a space separated string"
945
1085
  },
946
1086
  "v-btn/position": {
947
1087
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -975,57 +1115,57 @@
975
1115
  "type": "string | number",
976
1116
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
977
1117
  },
978
- "v-btn/disabled": {
1118
+ "v-btn/active": {
979
1119
  "type": "boolean",
980
- "description": "Removes the ability to click or target the component"
1120
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
981
1121
  },
982
- "v-btn/block": {
983
- "type": "boolean",
984
- "description": "Expands the button to 100% of available space."
1122
+ "v-btn/prepend-icon": {
1123
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1124
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
985
1125
  },
986
1126
  "v-btn/append-icon": {
987
1127
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
988
1128
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
989
1129
  },
990
- "v-btn/prepend-icon": {
991
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
992
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
993
- },
994
- "v-btn/active": {
1130
+ "v-btn/block": {
995
1131
  "type": "boolean",
996
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
1132
+ "description": "Expands the button to 100% of available space."
997
1133
  },
998
- "v-btn/loading": {
999
- "type": "string | boolean",
1000
- "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"
1134
+ "v-btn/stacked": {
1135
+ "type": "boolean",
1136
+ "description": "Displays the button as a flex-column."
1001
1137
  },
1002
- "v-btn/replace": {
1138
+ "v-btn/ripple": {
1003
1139
  "type": "boolean",
1004
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1140
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1005
1141
  },
1006
- "v-btn/stacked": {
1142
+ "v-btn/disabled": {
1007
1143
  "type": "boolean",
1008
- "description": "Displays the button as a flex-column."
1144
+ "description": "Removes the ability to click or target the component"
1009
1145
  },
1010
1146
  "v-btn/selected-class": {
1011
1147
  "type": "string",
1012
1148
  "description": "Configure the active CSS class applied when an item is selected."
1013
1149
  },
1150
+ "v-btn/loading": {
1151
+ "type": "string | boolean",
1152
+ "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"
1153
+ },
1014
1154
  "v-btn/href": {
1015
1155
  "type": "string",
1016
1156
  "description": "Designates the component as anchor and applies the **href** attribute."
1017
1157
  },
1018
- "v-btn/to": {
1019
- "type": "unknown",
1020
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1158
+ "v-btn/replace": {
1159
+ "type": "boolean",
1160
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1021
1161
  },
1022
1162
  "v-btn/exact": {
1023
1163
  "type": "boolean",
1024
1164
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1025
1165
  },
1026
- "v-btn/ripple": {
1027
- "type": "boolean",
1028
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1166
+ "v-btn/to": {
1167
+ "type": "unknown",
1168
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1029
1169
  },
1030
1170
  "v-btn-group/border": {
1031
1171
  "type": "string | number | boolean",
@@ -1103,6 +1243,10 @@
1103
1243
  "type": "boolean",
1104
1244
  "description": "Puts all children components into a disabled state"
1105
1245
  },
1246
+ "v-btn-toggle/selected-class": {
1247
+ "type": "string",
1248
+ "description": "Configure the active CSS class applied when an item is selected."
1249
+ },
1106
1250
  "v-btn-toggle/multiple": {
1107
1251
  "type": "boolean",
1108
1252
  "description": "Allows one to select mulitple items."
@@ -1111,10 +1255,6 @@
1111
1255
  "type": "number",
1112
1256
  "description": "Sets a maximum number of selections that can be made."
1113
1257
  },
1114
- "v-btn-toggle/selected-class": {
1115
- "type": "string",
1116
- "description": "Configure the active CSS class applied when an item is selected."
1117
- },
1118
1258
  "v-btn-toggle/mandatory": {
1119
1259
  "type": "boolean | \"force\"",
1120
1260
  "description": "Forces at least one item to always be selected (if available)."
@@ -1173,7 +1313,7 @@
1173
1313
  },
1174
1314
  "v-card/location": {
1175
1315
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
1176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
1316
+ "description": "Specifies the component's location. Can combine by using a space separated string"
1177
1317
  },
1178
1318
  "v-card/position": {
1179
1319
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -1203,45 +1343,45 @@
1203
1343
  "type": "string",
1204
1344
  "description": "Apply a specific background image to the component."
1205
1345
  },
1206
- "v-card/disabled": {
1207
- "type": "boolean",
1208
- "description": "Removes the ability to click or target the component"
1346
+ "v-card/prepend-icon": {
1347
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1348
+ "description": "Prepends a [v-icon](/components/icons/) component to the header"
1209
1349
  },
1210
1350
  "v-card/append-icon": {
1211
1351
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1212
1352
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1213
1353
  },
1214
- "v-card/prepend-icon": {
1215
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1216
- "description": "Prepends a [v-icon](/components/icons/) component to the header"
1354
+ "v-card/ripple": {
1355
+ "type": "boolean",
1356
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1357
+ },
1358
+ "v-card/disabled": {
1359
+ "type": "boolean",
1360
+ "description": "Removes the ability to click or target the component"
1217
1361
  },
1218
1362
  "v-card/loading": {
1219
1363
  "type": "string | boolean",
1220
1364
  "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"
1221
1365
  },
1366
+ "v-card/href": {
1367
+ "type": "string",
1368
+ "description": "Designates the component as anchor and applies the **href** attribute."
1369
+ },
1222
1370
  "v-card/replace": {
1223
1371
  "type": "boolean",
1224
1372
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1225
1373
  },
1226
- "v-card/link": {
1374
+ "v-card/exact": {
1227
1375
  "type": "boolean",
1228
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1229
- },
1230
- "v-card/href": {
1231
- "type": "string",
1232
- "description": "Designates the component as anchor and applies the **href** attribute."
1376
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1233
1377
  },
1234
1378
  "v-card/to": {
1235
1379
  "type": "unknown",
1236
1380
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1237
1381
  },
1238
- "v-card/exact": {
1239
- "type": "boolean",
1240
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1241
- },
1242
- "v-card/ripple": {
1382
+ "v-card/link": {
1243
1383
  "type": "boolean",
1244
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1384
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1245
1385
  },
1246
1386
  "v-card/subtitle": {
1247
1387
  "type": "string",
@@ -1267,14 +1407,14 @@
1267
1407
  "type": "\"default\" | \"comfortable\" | \"compact\"",
1268
1408
  "description": "Adjusts the vertical height used by the component."
1269
1409
  },
1270
- "v-card-item/append-icon": {
1271
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1272
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1273
- },
1274
1410
  "v-card-item/prepend-icon": {
1275
1411
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1276
1412
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1277
1413
  },
1414
+ "v-card-item/append-icon": {
1415
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1416
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1417
+ },
1278
1418
  "v-card-item/subtitle": {
1279
1419
  "type": "string",
1280
1420
  "description": "Specify a subtitle text for the component."
@@ -1327,14 +1467,14 @@
1327
1467
  "type": "boolean",
1328
1468
  "description": "Removes the ability to click or target the component"
1329
1469
  },
1330
- "v-carousel/direction": {
1331
- "type": "string",
1332
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
1333
- },
1334
1470
  "v-carousel/selected-class": {
1335
1471
  "type": "string",
1336
1472
  "description": "Configure the active CSS class applied when an item is selected."
1337
1473
  },
1474
+ "v-carousel/direction": {
1475
+ "type": "\"horizontal\" | \"vertical\"",
1476
+ "description": "The transition direction when changing windows."
1477
+ },
1338
1478
  "v-carousel/mandatory": {
1339
1479
  "type": "\"force\"",
1340
1480
  "description": "Forces at least one item to always be selected (if available)."
@@ -1343,6 +1483,10 @@
1343
1483
  "type": "boolean",
1344
1484
  "description": "Determines if the carousel should cycle through images."
1345
1485
  },
1486
+ "v-carousel/delimiter-icon": {
1487
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1488
+ "description": "Sets icon for carousel delimiter"
1489
+ },
1346
1490
  "v-carousel/hide-delimiters": {
1347
1491
  "type": "boolean",
1348
1492
  "description": "Hides the carousel's bottom delimiters."
@@ -1351,10 +1495,6 @@
1351
1495
  "type": "boolean",
1352
1496
  "description": "Hides the bottom delimiter background."
1353
1497
  },
1354
- "v-carousel/delimiter-icon": {
1355
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1356
- "description": "Sets icon for carousel delimiter"
1357
- },
1358
1498
  "v-carousel/interval": {
1359
1499
  "type": "string | number",
1360
1500
  "description": "The duration between image cycles. Requires the **cycle** prop."
@@ -1387,13 +1527,73 @@
1387
1527
  "type": "boolean | \"left\" | \"right\"",
1388
1528
  "description": "Displays carousel delimiters vertically."
1389
1529
  },
1530
+ "v-carousel-item/width": {
1531
+ "type": "string | number",
1532
+ "description": "Sets the width for the component"
1533
+ },
1390
1534
  "v-carousel-item/value": {
1391
1535
  "type": "any",
1392
- "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"
1393
1593
  },
1394
1594
  "v-checkbox/type": {
1395
1595
  "type": "string",
1396
- "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"
1397
1597
  },
1398
1598
  "v-checkbox/model-value": {
1399
1599
  "type": "any",
@@ -1421,20 +1621,32 @@
1421
1621
  },
1422
1622
  "v-checkbox/value": {
1423
1623
  "type": "any",
1424
- "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."
1425
1625
  },
1426
1626
  "v-checkbox/id": {
1427
1627
  "type": "string",
1428
- "description": "Sets the DOM id on the component"
1628
+ "description": "MISSING DESCRIPTION"
1429
1629
  },
1430
- "v-checkbox/label": {
1431
- "type": "string",
1432
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1630
+ "v-checkbox/prepend-icon": {
1631
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1632
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1633
+ },
1634
+ "v-checkbox/append-icon": {
1635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1636
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1637
+ },
1638
+ "v-checkbox/ripple": {
1639
+ "type": "boolean",
1640
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1433
1641
  },
1434
1642
  "v-checkbox/disabled": {
1435
1643
  "type": "boolean",
1436
1644
  "description": "Removes the ability to click or target the component"
1437
1645
  },
1646
+ "v-checkbox/label": {
1647
+ "type": "string",
1648
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1649
+ },
1438
1650
  "v-checkbox/multiple": {
1439
1651
  "type": "boolean",
1440
1652
  "description": "Changes expected model to an array"
@@ -1443,14 +1655,6 @@
1443
1655
  "type": "(a: any, b: any) => boolean",
1444
1656
  "description": "Apply a custom comparison algorithm used for values"
1445
1657
  },
1446
- "v-checkbox/append-icon": {
1447
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1448
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1449
- },
1450
- "v-checkbox/prepend-icon": {
1451
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1452
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1453
- },
1454
1658
  "v-checkbox/hint": {
1455
1659
  "type": "string",
1456
1660
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -1461,11 +1665,11 @@
1461
1665
  },
1462
1666
  "v-checkbox/messages": {
1463
1667
  "type": "string | string[]",
1464
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
1668
+ "description": "Displays a list of messages or a single message if using a string"
1465
1669
  },
1466
1670
  "v-checkbox/direction": {
1467
1671
  "type": "\"horizontal\" | \"vertical\"",
1468
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
1672
+ "description": "Changes the direction of the input"
1469
1673
  },
1470
1674
  "v-checkbox/error-messages": {
1471
1675
  "type": "string | string[]",
@@ -1499,10 +1703,6 @@
1499
1703
  "type": "boolean | \"auto\"",
1500
1704
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
1501
1705
  },
1502
- "v-checkbox/ripple": {
1503
- "type": "boolean",
1504
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1505
- },
1506
1706
  "v-checkbox/indeterminate": {
1507
1707
  "type": "boolean",
1508
1708
  "description": "Sets an indeterminate state for the checkbox"
@@ -1519,6 +1719,10 @@
1519
1719
  "type": "any",
1520
1720
  "description": "Sets value for falsy state"
1521
1721
  },
1722
+ "v-checkbox/defaults-target": {
1723
+ "type": "string",
1724
+ "description": "MISSING DESCRIPTION"
1725
+ },
1522
1726
  "v-checkbox/false-icon": {
1523
1727
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1524
1728
  "description": "The icon used when inactive"
@@ -1529,7 +1733,7 @@
1529
1733
  },
1530
1734
  "v-checkbox-btn/type": {
1531
1735
  "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))"
1736
+ "description": "MISSING DESCRIPTION"
1533
1737
  },
1534
1738
  "v-checkbox-btn/model-value": {
1535
1739
  "type": "any",
@@ -1537,7 +1741,7 @@
1537
1741
  },
1538
1742
  "v-checkbox-btn/error": {
1539
1743
  "type": "boolean",
1540
- "description": "Puts the input in a manual error state"
1744
+ "description": "MISSING DESCRIPTION"
1541
1745
  },
1542
1746
  "v-checkbox-btn/density": {
1543
1747
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -1557,23 +1761,27 @@
1557
1761
  },
1558
1762
  "v-checkbox-btn/value": {
1559
1763
  "type": "any",
1560
- "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."
1561
1765
  },
1562
1766
  "v-checkbox-btn/id": {
1563
1767
  "type": "string",
1564
- "description": "Sets the DOM id on the component"
1768
+ "description": "MISSING DESCRIPTION"
1565
1769
  },
1566
- "v-checkbox-btn/label": {
1567
- "type": "string",
1568
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1770
+ "v-checkbox-btn/ripple": {
1771
+ "type": "boolean",
1772
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1569
1773
  },
1570
1774
  "v-checkbox-btn/disabled": {
1571
1775
  "type": "boolean",
1572
1776
  "description": "Removes the ability to click or target the component"
1573
1777
  },
1778
+ "v-checkbox-btn/label": {
1779
+ "type": "string",
1780
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1781
+ },
1574
1782
  "v-checkbox-btn/multiple": {
1575
1783
  "type": "boolean",
1576
- "description": "Changes select to multiple. Accepts array for value"
1784
+ "description": "MISSING DESCRIPTION"
1577
1785
  },
1578
1786
  "v-checkbox-btn/value-comparator": {
1579
1787
  "type": "(a: any, b: any) => boolean",
@@ -1581,23 +1789,19 @@
1581
1789
  },
1582
1790
  "v-checkbox-btn/readonly": {
1583
1791
  "type": "boolean",
1584
- "description": "Puts input in readonly state"
1792
+ "description": "MISSING DESCRIPTION"
1585
1793
  },
1586
1794
  "v-checkbox-btn/inline": {
1587
1795
  "type": "boolean",
1588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1589
- },
1590
- "v-checkbox-btn/ripple": {
1591
- "type": "boolean",
1592
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1796
+ "description": "MISSING DESCRIPTION"
1593
1797
  },
1594
1798
  "v-checkbox-btn/indeterminate": {
1595
1799
  "type": "boolean",
1596
- "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."
1597
1801
  },
1598
1802
  "v-checkbox-btn/indeterminate-icon": {
1599
1803
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1600
- "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."
1601
1805
  },
1602
1806
  "v-checkbox-btn/true-value": {
1603
1807
  "type": "any",
@@ -1607,13 +1811,17 @@
1607
1811
  "type": "any",
1608
1812
  "description": "Sets value for falsy state"
1609
1813
  },
1814
+ "v-checkbox-btn/defaults-target": {
1815
+ "type": "string",
1816
+ "description": "MISSING DESCRIPTION"
1817
+ },
1610
1818
  "v-checkbox-btn/false-icon": {
1611
1819
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1612
- "description": "The icon used when inactive"
1820
+ "description": "MISSING DESCRIPTION"
1613
1821
  },
1614
1822
  "v-checkbox-btn/true-icon": {
1615
1823
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1616
- "description": "The icon used when active"
1824
+ "description": "MISSING DESCRIPTION"
1617
1825
  },
1618
1826
  "v-chip/text": {
1619
1827
  "type": "string",
@@ -1623,14 +1831,14 @@
1623
1831
  "type": "boolean",
1624
1832
  "description": "Displays a selection icon when selected"
1625
1833
  },
1626
- "v-chip/closable": {
1627
- "type": "boolean",
1628
- "description": "Adds remove button and then a chip can be closed"
1629
- },
1630
1834
  "v-chip/border": {
1631
1835
  "type": "string | number | boolean",
1632
1836
  "description": "Applies border styles to component."
1633
1837
  },
1838
+ "v-chip/closable": {
1839
+ "type": "boolean",
1840
+ "description": "Adds remove button and then a chip can be closed"
1841
+ },
1634
1842
  "v-chip/close-icon": {
1635
1843
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1636
1844
  "description": "Change the default icon used for **close** chips"
@@ -1679,53 +1887,53 @@
1679
1887
  "type": "string | number",
1680
1888
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
1681
1889
  },
1682
- "v-chip/label": {
1683
- "type": "boolean",
1684
- "description": "Applies a medium size border radius"
1685
- },
1686
- "v-chip/disabled": {
1687
- "type": "boolean",
1688
- "description": "Removes the ability to click or target the component"
1890
+ "v-chip/prepend-icon": {
1891
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1892
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1689
1893
  },
1690
1894
  "v-chip/append-icon": {
1691
1895
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1692
1896
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1693
1897
  },
1694
- "v-chip/prepend-icon": {
1695
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1696
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1697
- },
1698
- "v-chip/replace": {
1898
+ "v-chip/ripple": {
1699
1899
  "type": "boolean",
1700
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1900
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1701
1901
  },
1702
- "v-chip/link": {
1902
+ "v-chip/disabled": {
1703
1903
  "type": "boolean",
1704
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1904
+ "description": "Removes the ability to click or target the component"
1705
1905
  },
1706
1906
  "v-chip/selected-class": {
1707
1907
  "type": "string",
1708
1908
  "description": "Configure the active CSS class applied when an item is selected."
1709
1909
  },
1710
- "v-chip/active-class": {
1711
- "type": "string",
1712
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
1713
- },
1714
1910
  "v-chip/href": {
1715
1911
  "type": "string",
1716
1912
  "description": "Designates the component as anchor and applies the **href** attribute."
1717
1913
  },
1914
+ "v-chip/replace": {
1915
+ "type": "boolean",
1916
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1917
+ },
1918
+ "v-chip/exact": {
1919
+ "type": "boolean",
1920
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1921
+ },
1718
1922
  "v-chip/to": {
1719
1923
  "type": "unknown",
1720
1924
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1721
1925
  },
1722
- "v-chip/exact": {
1926
+ "v-chip/label": {
1723
1927
  "type": "boolean",
1724
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1928
+ "description": "Applies a medium size border radius"
1725
1929
  },
1726
- "v-chip/ripple": {
1930
+ "v-chip/link": {
1727
1931
  "type": "boolean",
1728
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1932
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1933
+ },
1934
+ "v-chip/active-class": {
1935
+ "type": "string",
1936
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
1729
1937
  },
1730
1938
  "v-chip/append-avatar": {
1731
1939
  "type": "string",
@@ -1739,14 +1947,14 @@
1739
1947
  "type": "boolean",
1740
1948
  "description": "Makes the chip draggable"
1741
1949
  },
1742
- "v-chip/pill": {
1743
- "type": "boolean",
1744
- "description": "Remove `v-avatar` padding"
1745
- },
1746
1950
  "v-chip/filter-icon": {
1747
1951
  "type": "string",
1748
1952
  "description": "Change the default icon used for **filter** chips"
1749
1953
  },
1954
+ "v-chip/pill": {
1955
+ "type": "boolean",
1956
+ "description": "Remove `v-avatar` padding"
1957
+ },
1750
1958
  "v-chip-group/filter": {
1751
1959
  "type": "boolean",
1752
1960
  "description": "Applies an checkmark icon in front of every chip for using it like a filter"
@@ -1775,6 +1983,10 @@
1775
1983
  "type": "boolean",
1776
1984
  "description": "Puts all children components into a disabled state"
1777
1985
  },
1986
+ "v-chip-group/selected-class": {
1987
+ "type": "string",
1988
+ "description": "Configure the active CSS class applied when an item is selected."
1989
+ },
1778
1990
  "v-chip-group/multiple": {
1779
1991
  "type": "boolean",
1780
1992
  "description": "Allows one to select mulitple items."
@@ -1787,10 +1999,6 @@
1787
1999
  "type": "number",
1788
2000
  "description": "Sets a maximum number of selections that can be made."
1789
2001
  },
1790
- "v-chip-group/selected-class": {
1791
- "type": "string",
1792
- "description": "Configure the active CSS class applied when an item is selected."
1793
- },
1794
2002
  "v-chip-group/mandatory": {
1795
2003
  "type": "boolean | \"force\"",
1796
2004
  "description": "Forces at least one item to always be selected (if available)."
@@ -1845,7 +2053,7 @@
1845
2053
  },
1846
2054
  "v-col/xxl": {
1847
2055
  "type": "string | number | boolean",
1848
- "description": "MISSING DESCRIPTION"
2056
+ "description": "Changes the number of columns on extra extra large and greater breakpoints."
1849
2057
  },
1850
2058
  "v-col/offset-sm": {
1851
2059
  "type": "string | number",
@@ -1865,7 +2073,7 @@
1865
2073
  },
1866
2074
  "v-col/offset-xxl": {
1867
2075
  "type": "string | number",
1868
- "description": "MISSING DESCRIPTION"
2076
+ "description": "Changes the offset of the component on extra extra large and greater breakpoints."
1869
2077
  },
1870
2078
  "v-col/order-sm": {
1871
2079
  "type": "string | number",
@@ -1885,7 +2093,7 @@
1885
2093
  },
1886
2094
  "v-col/order-xxl": {
1887
2095
  "type": "string | number",
1888
- "description": "MISSING DESCRIPTION"
2096
+ "description": "Changes the order of the component on extra extra large and greater breakpoints."
1889
2097
  },
1890
2098
  "v-col/align-self": {
1891
2099
  "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
@@ -1935,6 +2143,14 @@
1935
2143
  "type": "string",
1936
2144
  "description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
1937
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
+ },
1938
2154
  "v-color-picker/hide-canvas": {
1939
2155
  "type": "boolean",
1940
2156
  "description": "Hides canvas"
@@ -1947,22 +2163,14 @@
1947
2163
  "type": "boolean",
1948
2164
  "description": "Hides inputs"
1949
2165
  },
1950
- "v-color-picker/show-swatches": {
1951
- "type": "boolean",
1952
- "description": "Displays color swatches"
1953
- },
1954
- "v-color-picker/canvas-height": {
1955
- "type": "string | number",
1956
- "description": "Height of canvas"
1957
- },
1958
- "v-color-picker/dot-size": {
1959
- "type": "string | number",
1960
- "description": "Changes the size of the selection dot on the canvas"
1961
- },
1962
2166
  "v-color-picker/modes": {
1963
2167
  "type": "string[]",
1964
2168
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
1965
2169
  },
2170
+ "v-color-picker/show-swatches": {
2171
+ "type": "boolean",
2172
+ "description": "Displays color swatches"
2173
+ },
1966
2174
  "v-color-picker/swatches-max-height": {
1967
2175
  "type": "string | number",
1968
2176
  "description": "Sets the maximum height of the swatches section"
@@ -2021,7 +2229,27 @@
2021
2229
  },
2022
2230
  "v-combobox/items": {
2023
2231
  "type": "unknown[]",
2024
- "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."
2232
+ "description": "An array of strings or objects used for automatically generating children components"
2233
+ },
2234
+ "v-combobox/active": {
2235
+ "type": "boolean",
2236
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2237
+ },
2238
+ "v-combobox/prepend-icon": {
2239
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2240
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
2241
+ },
2242
+ "v-combobox/append-icon": {
2243
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2244
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2245
+ },
2246
+ "v-combobox/disabled": {
2247
+ "type": "boolean",
2248
+ "description": "Removes the ability to click or target the input"
2249
+ },
2250
+ "v-combobox/loading": {
2251
+ "type": "string | boolean",
2252
+ "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"
2025
2253
  },
2026
2254
  "v-combobox/label": {
2027
2255
  "type": "string",
@@ -2029,59 +2257,55 @@
2029
2257
  },
2030
2258
  "v-combobox/filter-mode": {
2031
2259
  "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
2032
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2260
+ "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2033
2261
  },
2034
2262
  "v-combobox/no-filter": {
2035
2263
  "type": "boolean",
2036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2264
+ "description": "Disables all item filtering."
2037
2265
  },
2038
2266
  "v-combobox/custom-filter": {
2039
2267
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
2040
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2268
+ "description": "Function used to filter items."
2041
2269
  },
2042
2270
  "v-combobox/custom-key-filter": {
2043
2271
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
2044
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2272
+ "description": "Function used on specific keys within the item object."
2045
2273
  },
2046
2274
  "v-combobox/filter-keys": {
2047
2275
  "type": "string | string[]",
2048
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2276
+ "description": "Array of specific keys to filter on the item."
2049
2277
  },
2050
2278
  "v-combobox/chips": {
2051
2279
  "type": "boolean",
2052
- "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))"
2053
2281
  },
2054
2282
  "v-combobox/closable-chips": {
2055
2283
  "type": "boolean",
2056
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2284
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2057
2285
  },
2058
2286
  "v-combobox/eager": {
2059
2287
  "type": "boolean",
2060
- "description": "MISSING DESCRIPTION"
2288
+ "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."
2061
2289
  },
2062
2290
  "v-combobox/hide-no-data": {
2063
2291
  "type": "boolean",
2064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2292
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
2065
2293
  },
2066
2294
  "v-combobox/hide-selected": {
2067
2295
  "type": "boolean",
2068
- "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))"
2069
2297
  },
2070
2298
  "v-combobox/menu": {
2071
2299
  "type": "boolean",
2072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2300
+ "description": "Renders with the menu open by default"
2073
2301
  },
2074
2302
  "v-combobox/menu-icon": {
2075
2303
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2076
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2304
+ "description": "Sets the the spin icon"
2077
2305
  },
2078
2306
  "v-combobox/menu-props": {
2079
2307
  "type": "unknown",
2080
- "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."
2081
- },
2082
- "v-combobox/disabled": {
2083
- "type": "boolean",
2084
- "description": "Removes the ability to click or target the input"
2308
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))"
2085
2309
  },
2086
2310
  "v-combobox/transition": {
2087
2311
  "type": "string | boolean",
@@ -2089,7 +2313,7 @@
2089
2313
  },
2090
2314
  "v-combobox/multiple": {
2091
2315
  "type": "boolean",
2092
- "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))"
2093
2317
  },
2094
2318
  "v-combobox/no-data-text": {
2095
2319
  "type": "string",
@@ -2097,7 +2321,7 @@
2097
2321
  },
2098
2322
  "v-combobox/open-on-clear": {
2099
2323
  "type": "boolean",
2100
- "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))"
2101
2325
  },
2102
2326
  "v-combobox/value-comparator": {
2103
2327
  "type": "(a: any, b: any) => boolean",
@@ -2105,15 +2329,15 @@
2105
2329
  },
2106
2330
  "v-combobox/item-title": {
2107
2331
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2108
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2332
+ "description": "Property on supplied `items` that contains its title"
2109
2333
  },
2110
2334
  "v-combobox/item-value": {
2111
2335
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2112
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2336
+ "description": "Property on supplied `items` that contains its value"
2113
2337
  },
2114
2338
  "v-combobox/item-children": {
2115
2339
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2116
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2340
+ "description": "Property on supplied `items` that contains its children"
2117
2341
  },
2118
2342
  "v-combobox/item-props": {
2119
2343
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -2121,7 +2345,7 @@
2121
2345
  },
2122
2346
  "v-combobox/return-object": {
2123
2347
  "type": "boolean",
2124
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2348
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
2125
2349
  },
2126
2350
  "v-combobox/autofocus": {
2127
2351
  "type": "boolean",
@@ -2141,20 +2365,12 @@
2141
2365
  },
2142
2366
  "v-combobox/persistent-counter": {
2143
2367
  "type": "boolean",
2144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
2368
+ "description": "Forces counter to always be visible"
2145
2369
  },
2146
2370
  "v-combobox/suffix": {
2147
2371
  "type": "string",
2148
2372
  "description": "Displays suffix text"
2149
2373
  },
2150
- "v-combobox/append-icon": {
2151
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2152
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2153
- },
2154
- "v-combobox/prepend-icon": {
2155
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2156
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
2157
- },
2158
2374
  "v-combobox/hint": {
2159
2375
  "type": "string",
2160
2376
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -2165,11 +2381,11 @@
2165
2381
  },
2166
2382
  "v-combobox/messages": {
2167
2383
  "type": "string | string[]",
2168
- "description": "Displays a list of messages or message if using a string"
2384
+ "description": "Displays a list of messages or a single message if using a string"
2169
2385
  },
2170
2386
  "v-combobox/direction": {
2171
2387
  "type": "\"horizontal\" | \"vertical\"",
2172
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
2388
+ "description": "Changes the direction of the input"
2173
2389
  },
2174
2390
  "v-combobox/error-messages": {
2175
2391
  "type": "string | string[]",
@@ -2211,13 +2427,9 @@
2211
2427
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2212
2428
  "description": "The icon used when the **clerable** prop is set to true"
2213
2429
  },
2214
- "v-combobox/active": {
2215
- "type": "boolean",
2216
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2217
- },
2218
2430
  "v-combobox/base-color": {
2219
2431
  "type": "string",
2220
- "description": "MISSING DESCRIPTION"
2432
+ "description": "Sets the color of the input when it is not focused"
2221
2433
  },
2222
2434
  "v-combobox/persistent-clear": {
2223
2435
  "type": "boolean",
@@ -2231,21 +2443,17 @@
2231
2443
  "type": "boolean",
2232
2444
  "description": "Label does not move on focus/dirty"
2233
2445
  },
2234
- "v-combobox/loading": {
2235
- "type": "string | boolean",
2236
- "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"
2237
- },
2238
2446
  "v-combobox/counter": {
2239
2447
  "type": "string | number | true",
2240
2448
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
2241
2449
  },
2242
2450
  "v-combobox/counter-value": {
2243
2451
  "type": "(value: any) => number",
2244
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
2452
+ "description": "Function returns the counter display text"
2245
2453
  },
2246
2454
  "v-combobox/model-modifiers": {
2247
2455
  "type": "Record<string, boolean>",
2248
- "description": "MISSING DESCRIPTION"
2456
+ "description": "**FOR INTERNAL USE ONLY**"
2249
2457
  },
2250
2458
  "v-combobox/delimiters": {
2251
2459
  "type": "string[]",
@@ -2269,24 +2477,28 @@
2269
2477
  },
2270
2478
  "v-counter/value": {
2271
2479
  "type": "string | number",
2272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2273
- },
2274
- "v-counter/transition": {
2275
- "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>] } }",
2276
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2480
+ "description": "Sets the current counter value."
2277
2481
  },
2278
2482
  "v-counter/active": {
2279
2483
  "type": "boolean",
2280
- "description": "Determines whether the counter is visible or not"
2484
+ "description": "Determines whether the counter is visible or not."
2485
+ },
2486
+ "v-counter/transition": {
2487
+ "type": "string | { component: Component }",
2488
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2281
2489
  },
2282
2490
  "v-counter/max": {
2283
2491
  "type": "string | number",
2284
- "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."
2285
2493
  },
2286
2494
  "v-data-table/model-value": {
2287
2495
  "type": "any[]",
2288
2496
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2289
2497
  },
2498
+ "v-data-table/density": {
2499
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2500
+ "description": "Adjusts the vertical height of the table rows"
2501
+ },
2290
2502
  "v-data-table/height": {
2291
2503
  "type": "string | number",
2292
2504
  "description": "Set an explicit height of table"
@@ -2295,21 +2507,41 @@
2295
2507
  "type": "string | number",
2296
2508
  "description": "Sets the width for the component"
2297
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
+ },
2298
2526
  "v-data-table/items": {
2299
2527
  "type": "any[]",
2300
2528
  "description": "An array of strings or objects used for automatically generating children components"
2301
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
+ },
2302
2534
  "v-data-table/search": {
2303
2535
  "type": "string",
2304
2536
  "description": "Text input used to filter items"
2305
2537
  },
2306
2538
  "v-data-table/filter-mode": {
2307
2539
  "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
2308
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2540
+ "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2309
2541
  },
2310
2542
  "v-data-table/no-filter": {
2311
2543
  "type": "boolean",
2312
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2544
+ "description": "Disables all item filtering."
2313
2545
  },
2314
2546
  "v-data-table/custom-filter": {
2315
2547
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
@@ -2317,15 +2549,15 @@
2317
2549
  },
2318
2550
  "v-data-table/custom-key-filter": {
2319
2551
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
2320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2552
+ "description": "Function used on specific keys within the item object."
2321
2553
  },
2322
2554
  "v-data-table/filter-keys": {
2323
2555
  "type": "string | string[]",
2324
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2556
+ "description": "Array of specific keys to filter on the item."
2325
2557
  },
2326
2558
  "v-data-table/hide-no-data": {
2327
2559
  "type": "boolean",
2328
- "description": "MISSING DESCRIPTION"
2560
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
2329
2561
  },
2330
2562
  "v-data-table/no-data-text": {
2331
2563
  "type": "string",
@@ -2333,15 +2565,15 @@
2333
2565
  },
2334
2566
  "v-data-table/item-title": {
2335
2567
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2336
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2568
+ "description": "Property on supplied `items` that contains its title"
2337
2569
  },
2338
2570
  "v-data-table/item-value": {
2339
2571
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2340
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2572
+ "description": "Property on supplied `items` that contains its value"
2341
2573
  },
2342
2574
  "v-data-table/item-children": {
2343
2575
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2344
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2576
+ "description": "Property on supplied `items` that contains its children"
2345
2577
  },
2346
2578
  "v-data-table/item-props": {
2347
2579
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -2349,22 +2581,38 @@
2349
2581
  },
2350
2582
  "v-data-table/return-object": {
2351
2583
  "type": "boolean",
2352
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2584
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
2353
2585
  },
2354
2586
  "v-data-table/hover": {
2355
2587
  "type": "boolean",
2356
2588
  "description": "Adds a hover effects to a table rows"
2357
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
+ },
2358
2598
  "v-data-table/headers": {
2359
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>[][]",
2360
2600
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
2361
2601
  },
2362
- "v-data-table/fixed-header": {
2363
- "type": "boolean",
2364
- "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)"
2365
2605
  },
2366
- "v-data-table/fixed-footer": {
2367
- "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",
2368
2616
  "description": "MISSING DESCRIPTION"
2369
2617
  },
2370
2618
  "v-data-table/expand-on-click": {
@@ -2399,13 +2647,61 @@
2399
2647
  "type": "boolean",
2400
2648
  "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
2401
2649
  },
2402
- "v-data-table/page": {
2403
- "type": "string | number",
2404
- "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"
2405
2653
  },
2406
- "v-data-table/items-per-page": {
2407
- "type": "string | number",
2408
- "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"
2409
2705
  },
2410
2706
  "v-data-table-row/item": {
2411
2707
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
@@ -2419,38 +2715,54 @@
2419
2715
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
2420
2716
  "description": "An array of strings or objects used for automatically generating children components"
2421
2717
  },
2718
+ "v-data-table-rows/loading": {
2719
+ "type": "string | boolean",
2720
+ "description": "MISSING DESCRIPTION"
2721
+ },
2422
2722
  "v-data-table-rows/hide-no-data": {
2423
2723
  "type": "boolean",
2424
- "description": "MISSING DESCRIPTION"
2724
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
2425
2725
  },
2426
2726
  "v-data-table-rows/no-data-text": {
2427
2727
  "type": "string",
2428
2728
  "description": "Text shown when no items are provided to the component"
2429
2729
  },
2430
- "v-data-table-rows/loading": {
2431
- "type": "string | boolean",
2730
+ "v-data-table-rows/loading-text": {
2731
+ "type": "string",
2432
2732
  "description": "MISSING DESCRIPTION"
2433
2733
  },
2434
2734
  "v-data-table-rows/row-height": {
2435
2735
  "type": "number",
2436
2736
  "description": "MISSING DESCRIPTION"
2437
2737
  },
2438
- "v-data-table-rows/loading-text": {
2439
- "type": "string",
2440
- "description": "MISSING DESCRIPTION"
2441
- },
2442
2738
  "v-data-table-server/model-value": {
2443
2739
  "type": "any[]",
2444
2740
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2445
2741
  },
2742
+ "v-data-table-server/density": {
2743
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2744
+ "description": "Adjusts the vertical height used by the component."
2745
+ },
2446
2746
  "v-data-table-server/height": {
2447
2747
  "type": "string | number",
2448
- "description": "Set an explicit height of table"
2748
+ "description": "Use the height prop to set the height of the table."
2449
2749
  },
2450
2750
  "v-data-table-server/width": {
2451
2751
  "type": "string | number",
2452
2752
  "description": "Sets the width for the component"
2453
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
+ },
2454
2766
  "v-data-table-server/color": {
2455
2767
  "type": "string",
2456
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)"
@@ -2459,13 +2771,17 @@
2459
2771
  "type": "any[]",
2460
2772
  "description": "An array of strings or objects used for automatically generating children components"
2461
2773
  },
2774
+ "v-data-table-server/loading": {
2775
+ "type": "string | boolean",
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"
2777
+ },
2462
2778
  "v-data-table-server/search": {
2463
2779
  "type": "string",
2464
- "description": "Text input used to filter items"
2780
+ "description": "Text input used to filter items."
2465
2781
  },
2466
2782
  "v-data-table-server/hide-no-data": {
2467
2783
  "type": "boolean",
2468
- "description": "MISSING DESCRIPTION"
2784
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
2469
2785
  },
2470
2786
  "v-data-table-server/no-data-text": {
2471
2787
  "type": "string",
@@ -2473,15 +2789,15 @@
2473
2789
  },
2474
2790
  "v-data-table-server/item-title": {
2475
2791
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2792
+ "description": "Property on supplied `items` that contains its title"
2477
2793
  },
2478
2794
  "v-data-table-server/item-value": {
2479
2795
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2796
+ "description": "Property on supplied `items` that contains its value"
2481
2797
  },
2482
2798
  "v-data-table-server/item-children": {
2483
2799
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2484
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2800
+ "description": "Property on supplied `items` that contains its children"
2485
2801
  },
2486
2802
  "v-data-table-server/item-props": {
2487
2803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -2489,26 +2805,38 @@
2489
2805
  },
2490
2806
  "v-data-table-server/return-object": {
2491
2807
  "type": "boolean",
2492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
2493
- },
2494
- "v-data-table-server/loading": {
2495
- "type": "string | boolean",
2496
- "description": "MISSING DESCRIPTION"
2808
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
2497
2809
  },
2498
2810
  "v-data-table-server/hover": {
2499
2811
  "type": "boolean",
2500
- "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"
2501
2821
  },
2502
2822
  "v-data-table-server/headers": {
2503
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>[][]",
2504
- "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"
2505
2825
  },
2506
- "v-data-table-server/fixed-header": {
2507
- "type": "boolean",
2508
- "description": "Fixed header to top of table"
2826
+ "v-data-table-server/page": {
2827
+ "type": "string | number",
2828
+ "description": "MISSING DESCRIPTION"
2509
2829
  },
2510
- "v-data-table-server/fixed-footer": {
2511
- "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",
2512
2840
  "description": "MISSING DESCRIPTION"
2513
2841
  },
2514
2842
  "v-data-table-server/expand-on-click": {
@@ -2517,7 +2845,7 @@
2517
2845
  },
2518
2846
  "v-data-table-server/show-expand": {
2519
2847
  "type": "boolean",
2520
- "description": "Shows the expand toggle in default rows"
2848
+ "description": "MISSING DESCRIPTION"
2521
2849
  },
2522
2850
  "v-data-table-server/expanded": {
2523
2851
  "type": "string[]",
@@ -2525,36 +2853,80 @@
2525
2853
  },
2526
2854
  "v-data-table-server/group-by": {
2527
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>[]",
2528
- "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"
2529
2857
  },
2530
2858
  "v-data-table-server/show-select": {
2531
2859
  "type": "boolean",
2532
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)"
2860
+ "description": "MISSING DESCRIPTION"
2533
2861
  },
2534
2862
  "v-data-table-server/sort-by": {
2535
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>[]",
2536
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
2864
+ "description": "MISSING DESCRIPTION"
2537
2865
  },
2538
2866
  "v-data-table-server/multi-sort": {
2539
2867
  "type": "boolean",
2540
- "description": "If `true` then one can sort on multiple properties"
2868
+ "description": "MISSING DESCRIPTION"
2541
2869
  },
2542
2870
  "v-data-table-server/must-sort": {
2543
2871
  "type": "boolean",
2544
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending"
2872
+ "description": "MISSING DESCRIPTION"
2545
2873
  },
2546
- "v-data-table-server/page": {
2547
- "type": "string | number",
2548
- "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"
2549
2877
  },
2550
- "v-data-table-server/items-per-page": {
2551
- "type": "string | number",
2552
- "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"
2553
2881
  },
2554
- "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": {
2555
2895
  "type": "string",
2556
2896
  "description": "MISSING DESCRIPTION"
2557
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
+ },
2558
2930
  "v-data-table-server/items-length": {
2559
2931
  "type": "string | number",
2560
2932
  "description": "MISSING DESCRIPTION"
@@ -2563,45 +2935,69 @@
2563
2935
  "type": "any[]",
2564
2936
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2565
2937
  },
2938
+ "v-data-table-virtual/density": {
2939
+ "type": "\"default\" | \"comfortable\" | \"compact\"",
2940
+ "description": "Adjusts the vertical height used by the component."
2941
+ },
2566
2942
  "v-data-table-virtual/height": {
2567
2943
  "type": "string | number",
2568
- "description": "Set an explicit height of table"
2944
+ "description": "Use the height prop to set the height of the table."
2569
2945
  },
2570
2946
  "v-data-table-virtual/width": {
2571
2947
  "type": "string | number",
2572
2948
  "description": "Sets the width for the component"
2573
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."
2957
+ },
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)"
2965
+ },
2574
2966
  "v-data-table-virtual/items": {
2575
2967
  "type": "any[]",
2576
2968
  "description": "An array of strings or objects used for automatically generating children components"
2577
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
+ },
2578
2974
  "v-data-table-virtual/search": {
2579
2975
  "type": "string",
2580
- "description": "Text input used to filter items"
2976
+ "description": "Text input used to filter items."
2581
2977
  },
2582
2978
  "v-data-table-virtual/filter-mode": {
2583
2979
  "type": "\"every\" | \"some\" | \"union\" | \"intersection\"",
2584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2980
+ "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2585
2981
  },
2586
2982
  "v-data-table-virtual/no-filter": {
2587
2983
  "type": "boolean",
2588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2984
+ "description": "Disables all item filtering."
2589
2985
  },
2590
2986
  "v-data-table-virtual/custom-filter": {
2591
2987
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
2592
- "description": "Function to filter items"
2988
+ "description": "Function used to filter items."
2593
2989
  },
2594
2990
  "v-data-table-virtual/custom-key-filter": {
2595
2991
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
2596
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2992
+ "description": "Function used on specific keys within the item object."
2597
2993
  },
2598
2994
  "v-data-table-virtual/filter-keys": {
2599
2995
  "type": "string | string[]",
2600
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
2996
+ "description": "Array of specific keys to filter on the item."
2601
2997
  },
2602
2998
  "v-data-table-virtual/hide-no-data": {
2603
2999
  "type": "boolean",
2604
- "description": "MISSING DESCRIPTION"
3000
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
2605
3001
  },
2606
3002
  "v-data-table-virtual/no-data-text": {
2607
3003
  "type": "string",
@@ -2609,15 +3005,15 @@
2609
3005
  },
2610
3006
  "v-data-table-virtual/item-title": {
2611
3007
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2612
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
3008
+ "description": "Property on supplied `items` that contains its title"
2613
3009
  },
2614
3010
  "v-data-table-virtual/item-value": {
2615
3011
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
3012
+ "description": "Property on supplied `items` that contains its value"
2617
3013
  },
2618
3014
  "v-data-table-virtual/item-children": {
2619
3015
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
2620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
3016
+ "description": "Property on supplied `items` that contains its children"
2621
3017
  },
2622
3018
  "v-data-table-virtual/item-props": {
2623
3019
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -2625,22 +3021,22 @@
2625
3021
  },
2626
3022
  "v-data-table-virtual/return-object": {
2627
3023
  "type": "boolean",
2628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
3024
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
2629
3025
  },
2630
3026
  "v-data-table-virtual/hover": {
2631
3027
  "type": "boolean",
2632
- "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."
2633
3029
  },
2634
3030
  "v-data-table-virtual/headers": {
2635
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>[][]",
2636
- "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"
2637
3033
  },
2638
- "v-data-table-virtual/fixed-header": {
2639
- "type": "boolean",
2640
- "description": "Fixed header to top of table"
3034
+ "v-data-table-virtual/loading-text": {
3035
+ "type": "string",
3036
+ "description": "MISSING DESCRIPTION"
2641
3037
  },
2642
- "v-data-table-virtual/fixed-footer": {
2643
- "type": "boolean",
3038
+ "v-data-table-virtual/row-height": {
3039
+ "type": "number",
2644
3040
  "description": "MISSING DESCRIPTION"
2645
3041
  },
2646
3042
  "v-data-table-virtual/expand-on-click": {
@@ -2649,7 +3045,7 @@
2649
3045
  },
2650
3046
  "v-data-table-virtual/show-expand": {
2651
3047
  "type": "boolean",
2652
- "description": "Shows the expand toggle in default rows"
3048
+ "description": "MISSING DESCRIPTION"
2653
3049
  },
2654
3050
  "v-data-table-virtual/expanded": {
2655
3051
  "type": "string[]",
@@ -2657,23 +3053,39 @@
2657
3053
  },
2658
3054
  "v-data-table-virtual/group-by": {
2659
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>[]",
2660
- "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"
2661
3057
  },
2662
3058
  "v-data-table-virtual/show-select": {
2663
3059
  "type": "boolean",
2664
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)"
3060
+ "description": "MISSING DESCRIPTION"
2665
3061
  },
2666
3062
  "v-data-table-virtual/sort-by": {
2667
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>[]",
2668
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier"
3064
+ "description": "MISSING DESCRIPTION"
2669
3065
  },
2670
3066
  "v-data-table-virtual/multi-sort": {
2671
3067
  "type": "boolean",
2672
- "description": "If `true` then one can sort on multiple properties"
3068
+ "description": "MISSING DESCRIPTION"
2673
3069
  },
2674
3070
  "v-data-table-virtual/must-sort": {
2675
3071
  "type": "boolean",
2676
- "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))"
2677
3089
  },
2678
3090
  "v-data-table-virtual/visible-items": {
2679
3091
  "type": "string | number",
@@ -2691,14 +3103,14 @@
2691
3103
  "type": "boolean",
2692
3104
  "description": "Force current defaults to match the application root defaults"
2693
3105
  },
2694
- "v-defaults-provider/scoped": {
2695
- "type": "boolean",
2696
- "description": "Prevents the ability for default values to be inherited from parent components"
2697
- },
2698
3106
  "v-defaults-provider/reset": {
2699
3107
  "type": "string | number",
2700
3108
  "description": "Reset the default values up the nested chain by {n} amount"
2701
3109
  },
3110
+ "v-defaults-provider/scoped": {
3111
+ "type": "boolean",
3112
+ "description": "Prevents the ability for default values to be inherited from parent components"
3113
+ },
2702
3114
  "v-defaults-provider/defaults": {
2703
3115
  "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
2704
3116
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
@@ -2733,7 +3145,7 @@
2733
3145
  },
2734
3146
  "v-dialog/location": {
2735
3147
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
2736
- "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
3148
+ "description": "MISSING DESCRIPTION"
2737
3149
  },
2738
3150
  "v-dialog/absolute": {
2739
3151
  "type": "boolean",
@@ -2747,6 +3159,10 @@
2747
3159
  "type": "string | number",
2748
3160
  "description": "The z-index used for the component"
2749
3161
  },
3162
+ "v-dialog/disabled": {
3163
+ "type": "boolean",
3164
+ "description": "Removes the ability to click or target the component"
3165
+ },
2750
3166
  "v-dialog/eager": {
2751
3167
  "type": "boolean",
2752
3168
  "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."
@@ -2771,10 +3187,6 @@
2771
3187
  "type": "any",
2772
3188
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
2773
3189
  },
2774
- "v-dialog/disabled": {
2775
- "type": "boolean",
2776
- "description": "Removes the ability to click or target the component"
2777
- },
2778
3190
  "v-dialog/no-click-animation": {
2779
3191
  "type": "boolean",
2780
3192
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
@@ -2805,7 +3217,7 @@
2805
3217
  },
2806
3218
  "v-dialog/close-on-content-click": {
2807
3219
  "type": "boolean",
2808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
3220
+ "description": "Closes component when you click on its content"
2809
3221
  },
2810
3222
  "v-dialog/close-delay": {
2811
3223
  "type": "string | number",
@@ -2817,7 +3229,7 @@
2817
3229
  },
2818
3230
  "v-dialog/location-strategy": {
2819
3231
  "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
2820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3232
+ "description": "A function used to specifies how the component should position relative to its activator"
2821
3233
  },
2822
3234
  "v-dialog/origin": {
2823
3235
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -2825,14 +3237,14 @@
2825
3237
  },
2826
3238
  "v-dialog/offset": {
2827
3239
  "type": "string | number | number[]",
2828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3240
+ "description": "A single value that offsets content away from the target based upon what side it is on"
2829
3241
  },
2830
3242
  "v-dialog/scroll-strategy": {
2831
- "type": "\"close\" | \"none\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
3243
+ "type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
2832
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))"
2833
3245
  },
2834
3246
  "v-dialog/transition": {
2835
- "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 }",
2836
3248
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2837
3249
  },
2838
3250
  "v-dialog/attach": {
@@ -2843,14 +3255,14 @@
2843
3255
  "type": "boolean",
2844
3256
  "description": "Changes layout for fullscreen display."
2845
3257
  },
2846
- "v-dialog/scrollable": {
2847
- "type": "boolean",
2848
- "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)."
2849
- },
2850
3258
  "v-dialog/retain-focus": {
2851
3259
  "type": "boolean",
2852
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."
2853
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
+ },
2854
3266
  "v-dialog-bottom-transition/disabled": {
2855
3267
  "type": "boolean",
2856
3268
  "description": "Removes the ability to click or target the component"
@@ -2971,14 +3383,22 @@
2971
3383
  "type": "any",
2972
3384
  "description": "Controls the opened/closed state of content"
2973
3385
  },
2974
- "v-expansion-panel/eager": {
2975
- "type": "boolean",
2976
- "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."
3386
+ "v-expansion-panel/ripple": {
3387
+ "type": "boolean | Record<string, any>",
3388
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2977
3389
  },
2978
3390
  "v-expansion-panel/disabled": {
2979
3391
  "type": "boolean",
2980
3392
  "description": "Disables the expansion-panel content"
2981
3393
  },
3394
+ "v-expansion-panel/selected-class": {
3395
+ "type": "string",
3396
+ "description": "Configure the active CSS class applied when an item is selected."
3397
+ },
3398
+ "v-expansion-panel/eager": {
3399
+ "type": "boolean",
3400
+ "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."
3401
+ },
2982
3402
  "v-expansion-panel/readonly": {
2983
3403
  "type": "boolean",
2984
3404
  "description": "Makes the expansion-panel content read only."
@@ -2987,14 +3407,6 @@
2987
3407
  "type": "string",
2988
3408
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)"
2989
3409
  },
2990
- "v-expansion-panel/selected-class": {
2991
- "type": "string",
2992
- "description": "Configure the active CSS class applied when an item is selected."
2993
- },
2994
- "v-expansion-panel/ripple": {
2995
- "type": "boolean | Record<string, any>",
2996
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2997
- },
2998
3410
  "v-expansion-panel/expand-icon": {
2999
3411
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3000
3412
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
@@ -3015,14 +3427,14 @@
3015
3427
  "type": "string",
3016
3428
  "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)"
3017
3429
  },
3018
- "v-expansion-panel-title/readonly": {
3019
- "type": "boolean",
3020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3021
- },
3022
3430
  "v-expansion-panel-title/ripple": {
3023
3431
  "type": "boolean | Record<string, any>",
3024
3432
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3025
3433
  },
3434
+ "v-expansion-panel-title/readonly": {
3435
+ "type": "boolean",
3436
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3437
+ },
3026
3438
  "v-expansion-panel-title/expand-icon": {
3027
3439
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3028
3440
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
@@ -3059,6 +3471,10 @@
3059
3471
  "type": "boolean",
3060
3472
  "description": "Puts all children components into a disabled state"
3061
3473
  },
3474
+ "v-expansion-panels/selected-class": {
3475
+ "type": "string",
3476
+ "description": "Configure the active CSS class applied when an item is selected."
3477
+ },
3062
3478
  "v-expansion-panels/multiple": {
3063
3479
  "type": "boolean",
3064
3480
  "description": "Allows one to select mulitple items."
@@ -3071,10 +3487,6 @@
3071
3487
  "type": "number",
3072
3488
  "description": "Sets a maximum number of selections that can be made."
3073
3489
  },
3074
- "v-expansion-panels/selected-class": {
3075
- "type": "string",
3076
- "description": "Configure the active CSS class applied when an item is selected."
3077
- },
3078
3490
  "v-expansion-panels/mandatory": {
3079
3491
  "type": "boolean | \"force\"",
3080
3492
  "description": "Forces at least one item to always be selected (if available)."
@@ -3163,14 +3575,22 @@
3163
3575
  "type": "string",
3164
3576
  "description": "Sets the DOM id on the component"
3165
3577
  },
3578
+ "v-field/active": {
3579
+ "type": "boolean",
3580
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3581
+ },
3582
+ "v-field/disabled": {
3583
+ "type": "boolean",
3584
+ "description": "Removes the ability to click or target the input"
3585
+ },
3586
+ "v-field/loading": {
3587
+ "type": "string | boolean",
3588
+ "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"
3589
+ },
3166
3590
  "v-field/label": {
3167
3591
  "type": "string",
3168
3592
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
3169
3593
  },
3170
- "v-field/disabled": {
3171
- "type": "boolean",
3172
- "description": "Removes the ability to click or target the input"
3173
- },
3174
3594
  "v-field/focused": {
3175
3595
  "type": "boolean",
3176
3596
  "description": "Forces a focused state styling on the component."
@@ -3191,13 +3611,9 @@
3191
3611
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3192
3612
  "description": "The icon used when the **clerable** prop is set to true"
3193
3613
  },
3194
- "v-field/active": {
3195
- "type": "boolean",
3196
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3197
- },
3198
3614
  "v-field/base-color": {
3199
3615
  "type": "string",
3200
- "description": "MISSING DESCRIPTION"
3616
+ "description": "Sets the color of the input when it is not focused"
3201
3617
  },
3202
3618
  "v-field/dirty": {
3203
3619
  "type": "boolean",
@@ -3215,10 +3631,6 @@
3215
3631
  "type": "boolean",
3216
3632
  "description": "Label does not move on focus/dirty"
3217
3633
  },
3218
- "v-field/loading": {
3219
- "type": "string | boolean",
3220
- "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"
3221
- },
3222
3634
  "v-field-label/floating": {
3223
3635
  "type": "boolean",
3224
3636
  "description": "Elevates the label above the slotted content."
@@ -3267,6 +3679,26 @@
3267
3679
  "type": "string",
3268
3680
  "description": "Sets the DOM id on the component"
3269
3681
  },
3682
+ "v-file-input/active": {
3683
+ "type": "boolean",
3684
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3685
+ },
3686
+ "v-file-input/prepend-icon": {
3687
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3688
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3689
+ },
3690
+ "v-file-input/append-icon": {
3691
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3692
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3693
+ },
3694
+ "v-file-input/disabled": {
3695
+ "type": "boolean",
3696
+ "description": "Removes the ability to click or target the input"
3697
+ },
3698
+ "v-file-input/loading": {
3699
+ "type": "string | boolean",
3700
+ "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"
3701
+ },
3270
3702
  "v-file-input/label": {
3271
3703
  "type": "string",
3272
3704
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
@@ -3275,22 +3707,10 @@
3275
3707
  "type": "boolean",
3276
3708
  "description": "Changes display of selections to chips"
3277
3709
  },
3278
- "v-file-input/disabled": {
3279
- "type": "boolean",
3280
- "description": "Removes the ability to click or target the input"
3281
- },
3282
3710
  "v-file-input/multiple": {
3283
3711
  "type": "boolean",
3284
3712
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
3285
3713
  },
3286
- "v-file-input/append-icon": {
3287
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3288
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3289
- },
3290
- "v-file-input/prepend-icon": {
3291
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3292
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3293
- },
3294
3714
  "v-file-input/hint": {
3295
3715
  "type": "string",
3296
3716
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -3301,11 +3721,11 @@
3301
3721
  },
3302
3722
  "v-file-input/messages": {
3303
3723
  "type": "string | string[]",
3304
- "description": "Displays a list of messages or message if using a string"
3724
+ "description": "Displays a list of messages or a single message if using a string"
3305
3725
  },
3306
3726
  "v-file-input/direction": {
3307
3727
  "type": "\"horizontal\" | \"vertical\"",
3308
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
3728
+ "description": "Changes the direction of the input"
3309
3729
  },
3310
3730
  "v-file-input/error-messages": {
3311
3731
  "type": "string | string[]",
@@ -3355,13 +3775,9 @@
3355
3775
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3356
3776
  "description": "The icon used when the **clerable** prop is set to true"
3357
3777
  },
3358
- "v-file-input/active": {
3359
- "type": "boolean",
3360
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3361
- },
3362
3778
  "v-file-input/base-color": {
3363
3779
  "type": "string",
3364
- "description": "MISSING DESCRIPTION"
3780
+ "description": "Sets the color of the input when it is not focused"
3365
3781
  },
3366
3782
  "v-file-input/dirty": {
3367
3783
  "type": "boolean",
@@ -3379,10 +3795,6 @@
3379
3795
  "type": "boolean",
3380
3796
  "description": "Label does not move on focus/dirty"
3381
3797
  },
3382
- "v-file-input/loading": {
3383
- "type": "string | boolean",
3384
- "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"
3385
- },
3386
3798
  "v-file-input/counter": {
3387
3799
  "type": "boolean",
3388
3800
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))"
@@ -3509,11 +3921,11 @@
3509
3921
  },
3510
3922
  "v-img/width": {
3511
3923
  "type": "string | number",
3512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
3924
+ "description": "Sets the width for the component"
3513
3925
  },
3514
3926
  "v-img/eager": {
3515
3927
  "type": "boolean",
3516
- "description": "MISSING DESCRIPTION"
3928
+ "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."
3517
3929
  },
3518
3930
  "v-img/transition": {
3519
3931
  "type": "string",
@@ -3523,6 +3935,10 @@
3523
3935
  "type": "{ root: any; rootMargin: any; threshold: any }",
3524
3936
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
3525
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
+ },
3526
3942
  "v-img/alt": {
3527
3943
  "type": "string",
3528
3944
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -3533,7 +3949,7 @@
3533
3949
  },
3534
3950
  "v-img/gradient": {
3535
3951
  "type": "string",
3536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
3952
+ "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)."
3537
3953
  },
3538
3954
  "v-img/lazy-src": {
3539
3955
  "type": "string",
@@ -3543,18 +3959,14 @@
3543
3959
  "type": "string",
3544
3960
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
3545
3961
  },
3546
- "v-img/srcset": {
3547
- "type": "string",
3548
- "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)."
3549
- },
3550
- "v-img/aspect-ratio": {
3551
- "type": "string | number",
3552
- "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
3553
- },
3554
3962
  "v-img/src": {
3555
3963
  "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3556
3964
  "description": "The image URL. This prop is mandatory."
3557
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
+ },
3558
3970
  "v-infinite-scroll/height": {
3559
3971
  "type": "string | number",
3560
3972
  "description": "Sets the height for the component."
@@ -3579,6 +3991,10 @@
3579
3991
  "type": "string | number",
3580
3992
  "description": "Sets the width for the component."
3581
3993
  },
3994
+ "v-infinite-scroll/tag": {
3995
+ "type": "string",
3996
+ "description": "Specify a custom tag used on the root element."
3997
+ },
3582
3998
  "v-infinite-scroll/color": {
3583
3999
  "type": "string",
3584
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)"
@@ -3625,23 +4041,23 @@
3625
4041
  },
3626
4042
  "v-input/id": {
3627
4043
  "type": "string",
3628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
3629
- },
3630
- "v-input/label": {
3631
- "type": "string",
3632
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4044
+ "description": "MISSING DESCRIPTION"
3633
4045
  },
3634
- "v-input/disabled": {
3635
- "type": "boolean",
3636
- "description": "Removes the ability to click or target the component"
4046
+ "v-input/prepend-icon": {
4047
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4048
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3637
4049
  },
3638
4050
  "v-input/append-icon": {
3639
4051
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3640
4052
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3641
4053
  },
3642
- "v-input/prepend-icon": {
3643
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3644
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4054
+ "v-input/disabled": {
4055
+ "type": "boolean",
4056
+ "description": "Removes the ability to click or target the component"
4057
+ },
4058
+ "v-input/label": {
4059
+ "type": "string",
4060
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
3645
4061
  },
3646
4062
  "v-input/hint": {
3647
4063
  "type": "string",
@@ -3653,11 +4069,11 @@
3653
4069
  },
3654
4070
  "v-input/messages": {
3655
4071
  "type": "string | string[]",
3656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
4072
+ "description": "Displays a list of messages or a single message if using a string"
3657
4073
  },
3658
4074
  "v-input/direction": {
3659
4075
  "type": "\"horizontal\" | \"vertical\"",
3660
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
4076
+ "description": "Changes the direction of the input"
3661
4077
  },
3662
4078
  "v-input/error-messages": {
3663
4079
  "type": "string | string[]",
@@ -3719,6 +4135,10 @@
3719
4135
  "type": "boolean",
3720
4136
  "description": "Puts all children components into a disabled state"
3721
4137
  },
4138
+ "v-item-group/selected-class": {
4139
+ "type": "string",
4140
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
4141
+ },
3722
4142
  "v-item-group/multiple": {
3723
4143
  "type": "boolean",
3724
4144
  "description": "Allows one to select mulitple items."
@@ -3727,10 +4147,6 @@
3727
4147
  "type": "number",
3728
4148
  "description": "Sets a maximum number of selections that can be made."
3729
4149
  },
3730
- "v-item-group/selected-class": {
3731
- "type": "string",
3732
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
3733
- },
3734
4150
  "v-item-group/mandatory": {
3735
4151
  "type": "boolean | \"force\"",
3736
4152
  "description": "Forces at least one item to always be selected (if available)."
@@ -3897,15 +4313,15 @@
3897
4313
  },
3898
4314
  "v-list/item-title": {
3899
4315
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
3900
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
4316
+ "description": "Property on supplied `items` that contains its title"
3901
4317
  },
3902
4318
  "v-list/item-value": {
3903
4319
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
3904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
4320
+ "description": "Property on supplied `items` that contains its value"
3905
4321
  },
3906
4322
  "v-list/item-children": {
3907
4323
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
3908
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
4324
+ "description": "Property on supplied `items` that contains its children"
3909
4325
  },
3910
4326
  "v-list/item-props": {
3911
4327
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -3913,7 +4329,7 @@
3913
4329
  },
3914
4330
  "v-list/return-object": {
3915
4331
  "type": "boolean",
3916
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
4332
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
3917
4333
  },
3918
4334
  "v-list/bg-color": {
3919
4335
  "type": "string",
@@ -3948,7 +4364,7 @@
3948
4364
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
3949
4365
  },
3950
4366
  "v-list/open-strategy": {
3951
- "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> }",
3952
4368
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
3953
4369
  },
3954
4370
  "v-list/opened": {
@@ -3975,14 +4391,14 @@
3975
4391
  "type": "any",
3976
4392
  "description": "Expands / Collapse the list-group"
3977
4393
  },
3978
- "v-list-group/append-icon": {
3979
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3980
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3981
- },
3982
4394
  "v-list-group/prepend-icon": {
3983
4395
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3984
4396
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3985
4397
  },
4398
+ "v-list-group/append-icon": {
4399
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4400
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4401
+ },
3986
4402
  "v-list-group/active-color": {
3987
4403
  "type": "string",
3988
4404
  "description": "The applied color when the component is in an active state"
@@ -4071,26 +4487,42 @@
4071
4487
  "type": "any",
4072
4488
  "description": "The value used for selection."
4073
4489
  },
4074
- "v-list-item/disabled": {
4490
+ "v-list-item/active": {
4075
4491
  "type": "boolean",
4076
- "description": "Removes the ability to click or target the component"
4492
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
4493
+ },
4494
+ "v-list-item/prepend-icon": {
4495
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4496
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
4077
4497
  },
4078
4498
  "v-list-item/append-icon": {
4079
4499
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4080
4500
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4081
4501
  },
4082
- "v-list-item/prepend-icon": {
4083
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4084
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
4502
+ "v-list-item/ripple": {
4503
+ "type": "boolean",
4504
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4085
4505
  },
4086
- "v-list-item/active": {
4506
+ "v-list-item/disabled": {
4087
4507
  "type": "boolean",
4088
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
4508
+ "description": "Removes the ability to click or target the component"
4509
+ },
4510
+ "v-list-item/href": {
4511
+ "type": "string",
4512
+ "description": "Designates the component as anchor and applies the **href** attribute."
4089
4513
  },
4090
4514
  "v-list-item/replace": {
4091
4515
  "type": "boolean",
4092
4516
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
4093
4517
  },
4518
+ "v-list-item/exact": {
4519
+ "type": "boolean",
4520
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
4521
+ },
4522
+ "v-list-item/to": {
4523
+ "type": "unknown",
4524
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
4525
+ },
4094
4526
  "v-list-item/link": {
4095
4527
  "type": "boolean",
4096
4528
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
@@ -4107,22 +4539,6 @@
4107
4539
  "type": "string",
4108
4540
  "description": "The applied color when the component is in an active state"
4109
4541
  },
4110
- "v-list-item/href": {
4111
- "type": "string",
4112
- "description": "Designates the component as anchor and applies the **href** attribute."
4113
- },
4114
- "v-list-item/to": {
4115
- "type": "unknown",
4116
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
4117
- },
4118
- "v-list-item/exact": {
4119
- "type": "boolean",
4120
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
4121
- },
4122
- "v-list-item/ripple": {
4123
- "type": "boolean",
4124
- "description": "Applies the [v-ripple](/directives/ripple) directive."
4125
- },
4126
4542
  "v-list-item/subtitle": {
4127
4543
  "type": "string | number | boolean",
4128
4544
  "description": "Specify a subtitle text for the component."
@@ -4245,7 +4661,7 @@
4245
4661
  },
4246
4662
  "v-menu/location": {
4247
4663
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
4248
- "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
4664
+ "description": "MISSING DESCRIPTION"
4249
4665
  },
4250
4666
  "v-menu/theme": {
4251
4667
  "type": "string",
@@ -4259,6 +4675,10 @@
4259
4675
  "type": "string",
4260
4676
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-menu.json))"
4261
4677
  },
4678
+ "v-menu/disabled": {
4679
+ "type": "boolean",
4680
+ "description": "Removes the ability to click or target the component"
4681
+ },
4262
4682
  "v-menu/eager": {
4263
4683
  "type": "boolean",
4264
4684
  "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."
@@ -4283,10 +4703,6 @@
4283
4703
  "type": "any",
4284
4704
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
4285
4705
  },
4286
- "v-menu/disabled": {
4287
- "type": "boolean",
4288
- "description": "Removes the ability to click or target the component"
4289
- },
4290
4706
  "v-menu/no-click-animation": {
4291
4707
  "type": "boolean",
4292
4708
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -4329,7 +4745,7 @@
4329
4745
  },
4330
4746
  "v-menu/location-strategy": {
4331
4747
  "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
4332
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
4748
+ "description": "A function used to specifies how the component should position relative to its activator"
4333
4749
  },
4334
4750
  "v-menu/origin": {
4335
4751
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -4337,14 +4753,14 @@
4337
4753
  },
4338
4754
  "v-menu/offset": {
4339
4755
  "type": "string | number | number[]",
4340
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
4756
+ "description": "A single value that offsets content away from the target based upon what side it is on"
4341
4757
  },
4342
4758
  "v-menu/scroll-strategy": {
4343
- "type": "\"close\" | \"none\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
4759
+ "type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
4344
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))"
4345
4761
  },
4346
4762
  "v-menu/transition": {
4347
- "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 }",
4348
4764
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4349
4765
  },
4350
4766
  "v-menu/attach": {
@@ -4355,18 +4771,18 @@
4355
4771
  "type": "string",
4356
4772
  "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)"
4357
4773
  },
4774
+ "v-messages/active": {
4775
+ "type": "boolean",
4776
+ "description": "Determines whether the messages are visible or not"
4777
+ },
4358
4778
  "v-messages/transition": {
4359
- "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 }",
4360
4780
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4361
4781
  },
4362
4782
  "v-messages/messages": {
4363
4783
  "type": "string | string[]",
4364
4784
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-messages.json))"
4365
4785
  },
4366
- "v-messages/active": {
4367
- "type": "boolean",
4368
- "description": "Determines whether the messages are visible or not"
4369
- },
4370
4786
  "v-navigation-drawer/border": {
4371
4787
  "type": "string | number | boolean",
4372
4788
  "description": "Applies border styles to component."
@@ -4385,7 +4801,7 @@
4385
4801
  },
4386
4802
  "v-navigation-drawer/location": {
4387
4803
  "type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
4388
- "description": "Sets the drawer's location within the layout."
4804
+ "description": "MISSING DESCRIPTION"
4389
4805
  },
4390
4806
  "v-navigation-drawer/absolute": {
4391
4807
  "type": "boolean",
@@ -4447,14 +4863,6 @@
4447
4863
  "type": "boolean",
4448
4864
  "description": "The drawer remains visible regardless of screen size"
4449
4865
  },
4450
- "v-navigation-drawer/temporary": {
4451
- "type": "boolean",
4452
- "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
4453
- },
4454
- "v-navigation-drawer/touchless": {
4455
- "type": "boolean",
4456
- "description": "Disable mobile touch functionality"
4457
- },
4458
4866
  "v-navigation-drawer/rail": {
4459
4867
  "type": "boolean",
4460
4868
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
@@ -4463,6 +4871,14 @@
4463
4871
  "type": "string | number",
4464
4872
  "description": "Sets the width for the component when `rail` is enabled."
4465
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
+ },
4466
4882
  "v-overlay/model-value": {
4467
4883
  "type": "boolean",
4468
4884
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4493,7 +4909,7 @@
4493
4909
  },
4494
4910
  "v-overlay/location": {
4495
4911
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
4496
- "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
4912
+ "description": "MISSING DESCRIPTION"
4497
4913
  },
4498
4914
  "v-overlay/absolute": {
4499
4915
  "type": "boolean",
@@ -4507,6 +4923,10 @@
4507
4923
  "type": "string | number",
4508
4924
  "description": "The z-index used for the component"
4509
4925
  },
4926
+ "v-overlay/disabled": {
4927
+ "type": "boolean",
4928
+ "description": "Removes the ability to click or target the component"
4929
+ },
4510
4930
  "v-overlay/eager": {
4511
4931
  "type": "boolean",
4512
4932
  "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."
@@ -4531,10 +4951,6 @@
4531
4951
  "type": "any",
4532
4952
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
4533
4953
  },
4534
- "v-overlay/disabled": {
4535
- "type": "boolean",
4536
- "description": "Removes the ability to click or target the component"
4537
- },
4538
4954
  "v-overlay/no-click-animation": {
4539
4955
  "type": "boolean",
4540
4956
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -4565,7 +4981,7 @@
4565
4981
  },
4566
4982
  "v-overlay/close-on-content-click": {
4567
4983
  "type": "boolean",
4568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
4984
+ "description": "Closes component when you click on its content"
4569
4985
  },
4570
4986
  "v-overlay/close-delay": {
4571
4987
  "type": "string | number",
@@ -4577,7 +4993,7 @@
4577
4993
  },
4578
4994
  "v-overlay/location-strategy": {
4579
4995
  "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
4580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
4996
+ "description": "A function used to specifies how the component should position relative to its activator"
4581
4997
  },
4582
4998
  "v-overlay/origin": {
4583
4999
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -4585,10 +5001,10 @@
4585
5001
  },
4586
5002
  "v-overlay/offset": {
4587
5003
  "type": "string | number | number[]",
4588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
5004
+ "description": "A single value that offsets content away from the target based upon what side it is on"
4589
5005
  },
4590
5006
  "v-overlay/scroll-strategy": {
4591
- "type": "\"close\" | \"none\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
5007
+ "type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
4592
5008
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
4593
5009
  },
4594
5010
  "v-overlay/transition": {
@@ -4663,14 +5079,6 @@
4663
5079
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4664
5080
  "description": "The icon to use for the prev button"
4665
5081
  },
4666
- "v-pagination/show-first-last-page": {
4667
- "type": "boolean",
4668
- "description": "Show buttons for going to first and last page"
4669
- },
4670
- "v-pagination/total-visible": {
4671
- "type": "string | number",
4672
- "description": "Specify the total visible pagination numbers"
4673
- },
4674
5082
  "v-pagination/first-icon": {
4675
5083
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4676
5084
  "description": "The icon to use for the first button"
@@ -4683,6 +5091,10 @@
4683
5091
  "type": "string",
4684
5092
  "description": "Label for the root element"
4685
5093
  },
5094
+ "v-pagination/total-visible": {
5095
+ "type": "string | number",
5096
+ "description": "Specify the total visible pagination numbers"
5097
+ },
4686
5098
  "v-pagination/page-aria-label": {
4687
5099
  "type": "string",
4688
5100
  "description": "Label for each page button"
@@ -4711,6 +5123,10 @@
4711
5123
  "type": "string",
4712
5124
  "description": "Text to show between page buttons when truncating the list"
4713
5125
  },
5126
+ "v-pagination/show-first-last-page": {
5127
+ "type": "boolean",
5128
+ "description": "Show buttons for going to first and last page"
5129
+ },
4714
5130
  "v-parallax/scale": {
4715
5131
  "type": "string | number",
4716
5132
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
@@ -4765,7 +5181,7 @@
4765
5181
  },
4766
5182
  "v-progress-linear/location": {
4767
5183
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
4768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
5184
+ "description": "Specifies the component's location. Can combine by using a space separated string"
4769
5185
  },
4770
5186
  "v-progress-linear/absolute": {
4771
5187
  "type": "boolean",
@@ -4787,14 +5203,14 @@
4787
5203
  "type": "string",
4788
5204
  "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)"
4789
5205
  },
4790
- "v-progress-linear/bg-color": {
4791
- "type": "string",
4792
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)"
4793
- },
4794
5206
  "v-progress-linear/active": {
4795
5207
  "type": "boolean",
4796
5208
  "description": "Reduce the height to 0, hiding component"
4797
5209
  },
5210
+ "v-progress-linear/bg-color": {
5211
+ "type": "string",
5212
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)"
5213
+ },
4798
5214
  "v-progress-linear/max": {
4799
5215
  "type": "string | number",
4800
5216
  "description": "Sets the maximum value the progress can reach"
@@ -4807,6 +5223,14 @@
4807
5223
  "type": "boolean",
4808
5224
  "description": "Clicking on the progress track will automatically set the value"
4809
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
+ },
4810
5234
  "v-progress-linear/stream": {
4811
5235
  "type": "boolean",
4812
5236
  "description": "An alternative style for portraying loading that works in tandem with **buffer-value**"
@@ -4819,17 +5243,9 @@
4819
5243
  "type": "boolean",
4820
5244
  "description": "Applies a border radius to the progress bar"
4821
5245
  },
4822
- "v-progress-linear/bg-opacity": {
4823
- "type": "string | number",
4824
- "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
4825
- },
4826
- "v-progress-linear/buffer-value": {
4827
- "type": "string | number",
4828
- "description": "The percentage value for the buffer"
4829
- },
4830
5246
  "v-radio/type": {
4831
5247
  "type": "string",
4832
- "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"
4833
5249
  },
4834
5250
  "v-radio/model-value": {
4835
5251
  "type": "any",
@@ -4837,7 +5253,7 @@
4837
5253
  },
4838
5254
  "v-radio/error": {
4839
5255
  "type": "boolean",
4840
- "description": "Puts the input in a manual error state"
5256
+ "description": "MISSING DESCRIPTION"
4841
5257
  },
4842
5258
  "v-radio/density": {
4843
5259
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -4857,23 +5273,27 @@
4857
5273
  },
4858
5274
  "v-radio/value": {
4859
5275
  "type": "any",
4860
- "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."
4861
5277
  },
4862
5278
  "v-radio/id": {
4863
5279
  "type": "string",
4864
- "description": "Sets the DOM id on the component"
4865
- },
4866
- "v-radio/label": {
4867
- "type": "string",
4868
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5280
+ "description": "MISSING DESCRIPTION"
5281
+ },
5282
+ "v-radio/ripple": {
5283
+ "type": "boolean",
5284
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4869
5285
  },
4870
5286
  "v-radio/disabled": {
4871
5287
  "type": "boolean",
4872
5288
  "description": "Removes the ability to click or target the component"
4873
5289
  },
5290
+ "v-radio/label": {
5291
+ "type": "string",
5292
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5293
+ },
4874
5294
  "v-radio/multiple": {
4875
5295
  "type": "boolean",
4876
- "description": "Changes select to multiple. Accepts array for value"
5296
+ "description": "MISSING DESCRIPTION"
4877
5297
  },
4878
5298
  "v-radio/value-comparator": {
4879
5299
  "type": "(a: any, b: any) => boolean",
@@ -4881,15 +5301,11 @@
4881
5301
  },
4882
5302
  "v-radio/readonly": {
4883
5303
  "type": "boolean",
4884
- "description": "Puts input in readonly state"
5304
+ "description": "MISSING DESCRIPTION"
4885
5305
  },
4886
5306
  "v-radio/inline": {
4887
5307
  "type": "boolean",
4888
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4889
- },
4890
- "v-radio/ripple": {
4891
- "type": "boolean",
4892
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5308
+ "description": "MISSING DESCRIPTION"
4893
5309
  },
4894
5310
  "v-radio/true-value": {
4895
5311
  "type": "any",
@@ -4899,6 +5315,10 @@
4899
5315
  "type": "any",
4900
5316
  "description": "Sets value for falsy state"
4901
5317
  },
5318
+ "v-radio/defaults-target": {
5319
+ "type": "string",
5320
+ "description": "MISSING DESCRIPTION"
5321
+ },
4902
5322
  "v-radio/false-icon": {
4903
5323
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4904
5324
  "description": "The icon used when inactive"
@@ -4941,28 +5361,32 @@
4941
5361
  },
4942
5362
  "v-radio-group/id": {
4943
5363
  "type": "string",
4944
- "description": "Sets the DOM id on the component"
5364
+ "description": "MISSING DESCRIPTION"
4945
5365
  },
4946
- "v-radio-group/label": {
4947
- "type": "string",
4948
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5366
+ "v-radio-group/prepend-icon": {
5367
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5368
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5369
+ },
5370
+ "v-radio-group/append-icon": {
5371
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5372
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5373
+ },
5374
+ "v-radio-group/ripple": {
5375
+ "type": "boolean",
5376
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4949
5377
  },
4950
5378
  "v-radio-group/disabled": {
4951
5379
  "type": "boolean",
4952
5380
  "description": "Removes the ability to click or target the component"
4953
5381
  },
5382
+ "v-radio-group/label": {
5383
+ "type": "string",
5384
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5385
+ },
4954
5386
  "v-radio-group/value-comparator": {
4955
5387
  "type": "(a: any, b: any) => boolean",
4956
5388
  "description": "Apply a custom comparison algorithm used for values"
4957
5389
  },
4958
- "v-radio-group/append-icon": {
4959
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4960
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4961
- },
4962
- "v-radio-group/prepend-icon": {
4963
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4964
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4965
- },
4966
5390
  "v-radio-group/hint": {
4967
5391
  "type": "string",
4968
5392
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -4973,11 +5397,11 @@
4973
5397
  },
4974
5398
  "v-radio-group/messages": {
4975
5399
  "type": "string | string[]",
4976
- "description": "Displays a list of messages or message if using a string"
5400
+ "description": "Displays a list of messages or a single message if using a string"
4977
5401
  },
4978
5402
  "v-radio-group/direction": {
4979
5403
  "type": "\"horizontal\" | \"vertical\"",
4980
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
5404
+ "description": "Changes the direction of the input"
4981
5405
  },
4982
5406
  "v-radio-group/error-messages": {
4983
5407
  "type": "string | string[]",
@@ -5015,9 +5439,9 @@
5015
5439
  "type": "boolean",
5016
5440
  "description": "Displays radio buttons in row"
5017
5441
  },
5018
- "v-radio-group/ripple": {
5019
- "type": "boolean",
5020
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5442
+ "v-radio-group/defaults-target": {
5443
+ "type": "string",
5444
+ "description": "MISSING DESCRIPTION"
5021
5445
  },
5022
5446
  "v-radio-group/false-icon": {
5023
5447
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -5061,23 +5485,23 @@
5061
5485
  },
5062
5486
  "v-range-slider/id": {
5063
5487
  "type": "string",
5064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
5065
- },
5066
- "v-range-slider/label": {
5067
- "type": "string",
5068
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5488
+ "description": "MISSING DESCRIPTION"
5069
5489
  },
5070
- "v-range-slider/disabled": {
5071
- "type": "boolean",
5072
- "description": "Removes the ability to click or target the component"
5490
+ "v-range-slider/prepend-icon": {
5491
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5492
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5073
5493
  },
5074
5494
  "v-range-slider/append-icon": {
5075
5495
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5076
5496
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5077
5497
  },
5078
- "v-range-slider/prepend-icon": {
5079
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5080
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5498
+ "v-range-slider/disabled": {
5499
+ "type": "boolean",
5500
+ "description": "Removes the ability to click or target the component"
5501
+ },
5502
+ "v-range-slider/label": {
5503
+ "type": "string",
5504
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5081
5505
  },
5082
5506
  "v-range-slider/hint": {
5083
5507
  "type": "string",
@@ -5089,7 +5513,7 @@
5089
5513
  },
5090
5514
  "v-range-slider/messages": {
5091
5515
  "type": "string | string[]",
5092
- "description": "Displays a list of messages or message if using a string"
5516
+ "description": "Displays a list of messages or a single message if using a string"
5093
5517
  },
5094
5518
  "v-range-slider/direction": {
5095
5519
  "type": "\"horizontal\" | \"vertical\"",
@@ -5131,10 +5555,6 @@
5131
5555
  "type": "string | number",
5132
5556
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5133
5557
  },
5134
- "v-range-slider/strict": {
5135
- "type": "boolean",
5136
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
5137
- },
5138
5558
  "v-range-slider/min": {
5139
5559
  "type": "string | number",
5140
5560
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
@@ -5179,6 +5599,10 @@
5179
5599
  "type": "string | number",
5180
5600
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5181
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
+ },
5182
5606
  "v-rating/length": {
5183
5607
  "type": "string | number",
5184
5608
  "description": "The amount of items to show"
@@ -5211,6 +5635,10 @@
5211
5635
  "type": "string | number",
5212
5636
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5213
5637
  },
5638
+ "v-rating/ripple": {
5639
+ "type": "boolean",
5640
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5641
+ },
5214
5642
  "v-rating/disabled": {
5215
5643
  "type": "boolean",
5216
5644
  "description": "Removes the ability to click or target the component"
@@ -5227,18 +5655,10 @@
5227
5655
  "type": "string",
5228
5656
  "description": "The applied color when the component is in an active state"
5229
5657
  },
5230
- "v-rating/ripple": {
5231
- "type": "boolean",
5232
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5233
- },
5234
5658
  "v-rating/hover": {
5235
5659
  "type": "boolean",
5236
5660
  "description": "Provides visual feedback when hovering over icons"
5237
5661
  },
5238
- "v-rating/half-increments": {
5239
- "type": "boolean",
5240
- "description": "Allows the selection of half increments"
5241
- },
5242
5662
  "v-rating/item-aria-label": {
5243
5663
  "type": "string",
5244
5664
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
@@ -5251,6 +5671,10 @@
5251
5671
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5252
5672
  "description": "The icon displayed when full"
5253
5673
  },
5674
+ "v-rating/half-increments": {
5675
+ "type": "boolean",
5676
+ "description": "Allows the selection of half increments"
5677
+ },
5254
5678
  "v-rating/item-label-position": {
5255
5679
  "type": "string",
5256
5680
  "description": "Position of item labels. Accepts 'top' and 'bottom'."
@@ -5295,6 +5719,10 @@
5295
5719
  "type": "string",
5296
5720
  "description": "Specify a custom tag used on the root element."
5297
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
+ },
5298
5726
  "v-row/dense": {
5299
5727
  "type": "boolean",
5300
5728
  "description": "Reduces the gutter between `v-col`s."
@@ -5303,10 +5731,6 @@
5303
5731
  "type": "boolean",
5304
5732
  "description": "Removes the gutter between `v-col`s."
5305
5733
  },
5306
- "v-row/align": {
5307
- "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5308
- "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**."
5309
- },
5310
5734
  "v-row/align-sm": {
5311
5735
  "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5312
5736
  "description": "Changes the **align-items** property on small and greater breakpoints."
@@ -5547,6 +5971,26 @@
5547
5971
  "type": "unknown[]",
5548
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."
5549
5973
  },
5974
+ "v-select/active": {
5975
+ "type": "boolean",
5976
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5977
+ },
5978
+ "v-select/prepend-icon": {
5979
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5980
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
5981
+ },
5982
+ "v-select/append-icon": {
5983
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5984
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5985
+ },
5986
+ "v-select/disabled": {
5987
+ "type": "boolean",
5988
+ "description": "Removes the ability to click or target the input"
5989
+ },
5990
+ "v-select/loading": {
5991
+ "type": "string | boolean",
5992
+ "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"
5993
+ },
5550
5994
  "v-select/label": {
5551
5995
  "type": "string",
5552
5996
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
@@ -5557,15 +6001,15 @@
5557
6001
  },
5558
6002
  "v-select/closable-chips": {
5559
6003
  "type": "boolean",
5560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
6004
+ "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components"
5561
6005
  },
5562
6006
  "v-select/eager": {
5563
6007
  "type": "boolean",
5564
- "description": "MISSING DESCRIPTION"
6008
+ "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."
5565
6009
  },
5566
6010
  "v-select/hide-no-data": {
5567
6011
  "type": "boolean",
5568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
6012
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
5569
6013
  },
5570
6014
  "v-select/hide-selected": {
5571
6015
  "type": "boolean",
@@ -5573,22 +6017,18 @@
5573
6017
  },
5574
6018
  "v-select/menu": {
5575
6019
  "type": "boolean",
5576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
6020
+ "description": "Renders with the menu open by default"
5577
6021
  },
5578
6022
  "v-select/menu-icon": {
5579
6023
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
6024
+ "description": "Sets the the spin icon"
5581
6025
  },
5582
6026
  "v-select/menu-props": {
5583
6027
  "type": "unknown",
5584
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."
5585
6029
  },
5586
- "v-select/disabled": {
5587
- "type": "boolean",
5588
- "description": "Removes the ability to click or target the input"
5589
- },
5590
6030
  "v-select/transition": {
5591
- "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 }",
5592
6032
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5593
6033
  },
5594
6034
  "v-select/multiple": {
@@ -5609,7 +6049,7 @@
5609
6049
  },
5610
6050
  "v-select/item-title": {
5611
6051
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
5612
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
6052
+ "description": "Property on supplied `items` that contains its title"
5613
6053
  },
5614
6054
  "v-select/item-value": {
5615
6055
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -5617,7 +6057,7 @@
5617
6057
  },
5618
6058
  "v-select/item-children": {
5619
6059
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
5620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
6060
+ "description": "Property on supplied `items` that contains its children"
5621
6061
  },
5622
6062
  "v-select/item-props": {
5623
6063
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -5645,20 +6085,12 @@
5645
6085
  },
5646
6086
  "v-select/persistent-counter": {
5647
6087
  "type": "boolean",
5648
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
6088
+ "description": "Forces counter to always be visible"
5649
6089
  },
5650
6090
  "v-select/suffix": {
5651
6091
  "type": "string",
5652
6092
  "description": "Displays suffix text"
5653
6093
  },
5654
- "v-select/append-icon": {
5655
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5656
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5657
- },
5658
- "v-select/prepend-icon": {
5659
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5660
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
5661
- },
5662
6094
  "v-select/hint": {
5663
6095
  "type": "string",
5664
6096
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -5669,11 +6101,11 @@
5669
6101
  },
5670
6102
  "v-select/messages": {
5671
6103
  "type": "string | string[]",
5672
- "description": "Displays a list of messages or message if using a string"
6104
+ "description": "Displays a list of messages or a single message if using a string"
5673
6105
  },
5674
6106
  "v-select/direction": {
5675
6107
  "type": "\"horizontal\" | \"vertical\"",
5676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
6108
+ "description": "Changes the direction of the input"
5677
6109
  },
5678
6110
  "v-select/error-messages": {
5679
6111
  "type": "string | string[]",
@@ -5715,13 +6147,9 @@
5715
6147
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5716
6148
  "description": "The icon used when the **clerable** prop is set to true"
5717
6149
  },
5718
- "v-select/active": {
5719
- "type": "boolean",
5720
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5721
- },
5722
6150
  "v-select/base-color": {
5723
6151
  "type": "string",
5724
- "description": "MISSING DESCRIPTION"
6152
+ "description": "Sets the color of the input when it is not focused"
5725
6153
  },
5726
6154
  "v-select/persistent-clear": {
5727
6155
  "type": "boolean",
@@ -5735,25 +6163,21 @@
5735
6163
  "type": "boolean",
5736
6164
  "description": "Label does not move on focus/dirty"
5737
6165
  },
5738
- "v-select/loading": {
5739
- "type": "string | boolean",
5740
- "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"
5741
- },
5742
6166
  "v-select/counter": {
5743
6167
  "type": "string | number | true",
5744
6168
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
5745
6169
  },
5746
6170
  "v-select/counter-value": {
5747
6171
  "type": "(value: any) => number",
5748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
6172
+ "description": "Function returns the counter display text"
5749
6173
  },
5750
6174
  "v-select/model-modifiers": {
5751
6175
  "type": "Record<string, boolean>",
5752
- "description": "MISSING DESCRIPTION"
6176
+ "description": "**FOR INTERNAL USE ONLY**"
5753
6177
  },
5754
6178
  "v-selection-control/type": {
5755
6179
  "type": "string",
5756
- "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"
5757
6181
  },
5758
6182
  "v-selection-control/model-value": {
5759
6183
  "type": "unknown",
@@ -5761,7 +6185,7 @@
5761
6185
  },
5762
6186
  "v-selection-control/error": {
5763
6187
  "type": "boolean",
5764
- "description": "Puts the input in a manual error state"
6188
+ "description": "MISSING DESCRIPTION"
5765
6189
  },
5766
6190
  "v-selection-control/density": {
5767
6191
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -5781,23 +6205,27 @@
5781
6205
  },
5782
6206
  "v-selection-control/value": {
5783
6207
  "type": "any",
5784
- "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."
5785
6209
  },
5786
6210
  "v-selection-control/id": {
5787
6211
  "type": "string",
5788
- "description": "Sets the DOM id on the component"
6212
+ "description": "MISSING DESCRIPTION"
5789
6213
  },
5790
- "v-selection-control/label": {
5791
- "type": "string",
5792
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6214
+ "v-selection-control/ripple": {
6215
+ "type": "boolean",
6216
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5793
6217
  },
5794
6218
  "v-selection-control/disabled": {
5795
6219
  "type": "boolean",
5796
6220
  "description": "Removes the ability to click or target the component"
5797
6221
  },
6222
+ "v-selection-control/label": {
6223
+ "type": "string",
6224
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6225
+ },
5798
6226
  "v-selection-control/multiple": {
5799
6227
  "type": "boolean",
5800
- "description": "Changes select to multiple. Accepts array for value"
6228
+ "description": "MISSING DESCRIPTION"
5801
6229
  },
5802
6230
  "v-selection-control/value-comparator": {
5803
6231
  "type": "(a: any, b: any) => boolean",
@@ -5805,15 +6233,11 @@
5805
6233
  },
5806
6234
  "v-selection-control/readonly": {
5807
6235
  "type": "boolean",
5808
- "description": "Puts input in readonly state"
6236
+ "description": "MISSING DESCRIPTION"
5809
6237
  },
5810
6238
  "v-selection-control/inline": {
5811
6239
  "type": "boolean",
5812
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5813
- },
5814
- "v-selection-control/ripple": {
5815
- "type": "boolean",
5816
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6240
+ "description": "MISSING DESCRIPTION"
5817
6241
  },
5818
6242
  "v-selection-control/true-value": {
5819
6243
  "type": "any",
@@ -5823,17 +6247,21 @@
5823
6247
  "type": "any",
5824
6248
  "description": "Sets value for falsy state"
5825
6249
  },
6250
+ "v-selection-control/defaults-target": {
6251
+ "type": "string",
6252
+ "description": "MISSING DESCRIPTION"
6253
+ },
5826
6254
  "v-selection-control/false-icon": {
5827
6255
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5828
- "description": "The icon used when inactive"
6256
+ "description": "MISSING DESCRIPTION"
5829
6257
  },
5830
6258
  "v-selection-control/true-icon": {
5831
6259
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5832
- "description": "The icon used when active"
6260
+ "description": "MISSING DESCRIPTION"
5833
6261
  },
5834
6262
  "v-selection-control-group/type": {
5835
6263
  "type": "string",
5836
- "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."
5837
6265
  },
5838
6266
  "v-selection-control-group/model-value": {
5839
6267
  "type": "any",
@@ -5863,6 +6291,10 @@
5863
6291
  "type": "string",
5864
6292
  "description": "Sets the DOM id on the component"
5865
6293
  },
6294
+ "v-selection-control-group/ripple": {
6295
+ "type": "boolean",
6296
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6297
+ },
5866
6298
  "v-selection-control-group/disabled": {
5867
6299
  "type": "boolean",
5868
6300
  "description": "Removes the ability to click or target the component"
@@ -5881,11 +6313,11 @@
5881
6313
  },
5882
6314
  "v-selection-control-group/inline": {
5883
6315
  "type": "boolean",
5884
- "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."
5885
6317
  },
5886
- "v-selection-control-group/ripple": {
5887
- "type": "boolean",
5888
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6318
+ "v-selection-control-group/defaults-target": {
6319
+ "type": "string",
6320
+ "description": "The target component to provide defaults values for."
5889
6321
  },
5890
6322
  "v-selection-control-group/false-icon": {
5891
6323
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -5895,10 +6327,6 @@
5895
6327
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5896
6328
  "description": "The icon used when active"
5897
6329
  },
5898
- "v-selection-control-group/defaults-target": {
5899
- "type": "string",
5900
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5901
- },
5902
6330
  "v-sheet/border": {
5903
6331
  "type": "string | number | boolean",
5904
6332
  "description": "Applies border styles to component."
@@ -5933,7 +6361,7 @@
5933
6361
  },
5934
6362
  "v-sheet/location": {
5935
6363
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
5936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/location.json))"
6364
+ "description": "Specifies the component's location. Can combine by using a space separated string"
5937
6365
  },
5938
6366
  "v-sheet/position": {
5939
6367
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -5956,7 +6384,7 @@
5956
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)"
5957
6385
  },
5958
6386
  "v-skeleton-loader/type": {
5959
- "type": "\"text\" | \"image\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"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\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"button\" | \"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": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"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-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"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-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
5960
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."
5961
6389
  },
5962
6390
  "v-skeleton-loader/height": {
@@ -6023,6 +6451,10 @@
6023
6451
  "type": "boolean",
6024
6452
  "description": "Puts all children components into a disabled state"
6025
6453
  },
6454
+ "v-slide-group/selected-class": {
6455
+ "type": "string",
6456
+ "description": "Configure the active CSS class applied when an item is selected."
6457
+ },
6026
6458
  "v-slide-group/multiple": {
6027
6459
  "type": "boolean",
6028
6460
  "description": "Allows one to select mulitple items."
@@ -6035,10 +6467,6 @@
6035
6467
  "type": "number",
6036
6468
  "description": "Sets a maximum number of selections that can be made."
6037
6469
  },
6038
- "v-slide-group/selected-class": {
6039
- "type": "string",
6040
- "description": "Configure the active CSS class applied when an item is selected."
6041
- },
6042
6470
  "v-slide-group/mandatory": {
6043
6471
  "type": "boolean | \"force\"",
6044
6472
  "description": "Forces at least one item to always be selected (if available)."
@@ -6201,23 +6629,23 @@
6201
6629
  },
6202
6630
  "v-slider/id": {
6203
6631
  "type": "string",
6204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
6205
- },
6206
- "v-slider/label": {
6207
- "type": "string",
6208
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6632
+ "description": "MISSING DESCRIPTION"
6209
6633
  },
6210
- "v-slider/disabled": {
6211
- "type": "boolean",
6212
- "description": "Removes the ability to click or target the component"
6634
+ "v-slider/prepend-icon": {
6635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6636
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6213
6637
  },
6214
6638
  "v-slider/append-icon": {
6215
6639
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6216
6640
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6217
6641
  },
6218
- "v-slider/prepend-icon": {
6219
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6220
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6642
+ "v-slider/disabled": {
6643
+ "type": "boolean",
6644
+ "description": "Removes the ability to click or target the component"
6645
+ },
6646
+ "v-slider/label": {
6647
+ "type": "string",
6648
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6221
6649
  },
6222
6650
  "v-slider/hint": {
6223
6651
  "type": "string",
@@ -6229,7 +6657,7 @@
6229
6657
  },
6230
6658
  "v-slider/messages": {
6231
6659
  "type": "string | string[]",
6232
- "description": "Displays a list of messages or message if using a string"
6660
+ "description": "Displays a list of messages or a single message if using a string"
6233
6661
  },
6234
6662
  "v-slider/direction": {
6235
6663
  "type": "\"horizontal\" | \"vertical\"",
@@ -6345,7 +6773,7 @@
6345
6773
  },
6346
6774
  "v-snackbar/location": {
6347
6775
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
6348
- "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
6776
+ "description": "MISSING DESCRIPTION"
6349
6777
  },
6350
6778
  "v-snackbar/position": {
6351
6779
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -6375,6 +6803,10 @@
6375
6803
  "type": "string | number",
6376
6804
  "description": "The z-index used for the component"
6377
6805
  },
6806
+ "v-snackbar/disabled": {
6807
+ "type": "boolean",
6808
+ "description": "Removes the ability to click or target the component"
6809
+ },
6378
6810
  "v-snackbar/eager": {
6379
6811
  "type": "boolean",
6380
6812
  "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."
@@ -6399,10 +6831,6 @@
6399
6831
  "type": "any",
6400
6832
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
6401
6833
  },
6402
- "v-snackbar/disabled": {
6403
- "type": "boolean",
6404
- "description": "Removes the ability to click or target the component"
6405
- },
6406
6834
  "v-snackbar/activator-props": {
6407
6835
  "type": "{ }",
6408
6836
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -6421,7 +6849,7 @@
6421
6849
  },
6422
6850
  "v-snackbar/close-on-content-click": {
6423
6851
  "type": "boolean",
6424
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
6852
+ "description": "Closes component when you click on its content"
6425
6853
  },
6426
6854
  "v-snackbar/close-delay": {
6427
6855
  "type": "string | number",
@@ -6433,7 +6861,7 @@
6433
6861
  },
6434
6862
  "v-snackbar/location-strategy": {
6435
6863
  "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
6436
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
6864
+ "description": "A function used to specifies how the component should position relative to its activator"
6437
6865
  },
6438
6866
  "v-snackbar/origin": {
6439
6867
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -6441,7 +6869,7 @@
6441
6869
  },
6442
6870
  "v-snackbar/offset": {
6443
6871
  "type": "string | number | number[]",
6444
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
6872
+ "description": "A single value that offsets content away from the target based upon what side it is on"
6445
6873
  },
6446
6874
  "v-snackbar/transition": {
6447
6875
  "type": "string",
@@ -6481,7 +6909,7 @@
6481
6909
  },
6482
6910
  "v-switch/type": {
6483
6911
  "type": "string",
6484
- "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"
6485
6913
  },
6486
6914
  "v-switch/model-value": {
6487
6915
  "type": "any",
@@ -6509,20 +6937,36 @@
6509
6937
  },
6510
6938
  "v-switch/value": {
6511
6939
  "type": "any",
6512
- "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."
6513
6941
  },
6514
6942
  "v-switch/id": {
6515
6943
  "type": "string",
6516
- "description": "Sets the DOM id on the component"
6944
+ "description": "MISSING DESCRIPTION"
6945
+ },
6946
+ "v-switch/prepend-icon": {
6947
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6948
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6949
+ },
6950
+ "v-switch/append-icon": {
6951
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6952
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6953
+ },
6954
+ "v-switch/ripple": {
6955
+ "type": "boolean",
6956
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6957
+ },
6958
+ "v-switch/disabled": {
6959
+ "type": "boolean",
6960
+ "description": "Removes the ability to click or target the component"
6961
+ },
6962
+ "v-switch/loading": {
6963
+ "type": "string | boolean",
6964
+ "description": "Displays circular 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"
6517
6965
  },
6518
6966
  "v-switch/label": {
6519
6967
  "type": "string",
6520
6968
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6521
6969
  },
6522
- "v-switch/disabled": {
6523
- "type": "boolean",
6524
- "description": "Removes the ability to click or target the component"
6525
- },
6526
6970
  "v-switch/multiple": {
6527
6971
  "type": "boolean",
6528
6972
  "description": "Changes expected model to an array"
@@ -6531,14 +6975,6 @@
6531
6975
  "type": "(a: any, b: any) => boolean",
6532
6976
  "description": "Apply a custom comparison algorithm used for values"
6533
6977
  },
6534
- "v-switch/append-icon": {
6535
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6536
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6537
- },
6538
- "v-switch/prepend-icon": {
6539
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6540
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6541
- },
6542
6978
  "v-switch/hint": {
6543
6979
  "type": "string",
6544
6980
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -6549,11 +6985,11 @@
6549
6985
  },
6550
6986
  "v-switch/messages": {
6551
6987
  "type": "string | string[]",
6552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
6988
+ "description": "Displays a list of messages or a single message if using a string"
6553
6989
  },
6554
6990
  "v-switch/direction": {
6555
6991
  "type": "\"horizontal\" | \"vertical\"",
6556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
6992
+ "description": "Changes the direction of the input"
6557
6993
  },
6558
6994
  "v-switch/error-messages": {
6559
6995
  "type": "string | string[]",
@@ -6587,17 +7023,9 @@
6587
7023
  "type": "boolean | \"auto\"",
6588
7024
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6589
7025
  },
6590
- "v-switch/loading": {
6591
- "type": "string | boolean",
6592
- "description": "Displays circular 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"
6593
- },
6594
7026
  "v-switch/inline": {
6595
7027
  "type": "boolean",
6596
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6597
- },
6598
- "v-switch/ripple": {
6599
- "type": "boolean",
6600
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7028
+ "description": "MISSING DESCRIPTION"
6601
7029
  },
6602
7030
  "v-switch/indeterminate": {
6603
7031
  "type": "boolean",
@@ -6611,13 +7039,17 @@
6611
7039
  "type": "any",
6612
7040
  "description": "Sets value for falsy state"
6613
7041
  },
7042
+ "v-switch/defaults-target": {
7043
+ "type": "string",
7044
+ "description": "MISSING DESCRIPTION"
7045
+ },
6614
7046
  "v-switch/false-icon": {
6615
7047
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6616
- "description": "The icon used when inactive"
7048
+ "description": "MISSING DESCRIPTION"
6617
7049
  },
6618
7050
  "v-switch/true-icon": {
6619
7051
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6620
- "description": "The icon used when active"
7052
+ "description": "MISSING DESCRIPTION"
6621
7053
  },
6622
7054
  "v-switch/inset": {
6623
7055
  "type": "boolean",
@@ -6673,7 +7105,7 @@
6673
7105
  },
6674
7106
  "v-tab/icon": {
6675
7107
  "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6676
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7108
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
6677
7109
  },
6678
7110
  "v-tab/density": {
6679
7111
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -6725,7 +7157,7 @@
6725
7157
  },
6726
7158
  "v-tab/color": {
6727
7159
  "type": "string",
6728
- "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)"
6729
7161
  },
6730
7162
  "v-tab/variant": {
6731
7163
  "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
@@ -6739,53 +7171,53 @@
6739
7171
  "type": "string | number",
6740
7172
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
6741
7173
  },
6742
- "v-tab/disabled": {
6743
- "type": "boolean",
6744
- "description": "Removes the ability to click or target the component"
6745
- },
6746
- "v-tab/append-icon": {
6747
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6748
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6749
- },
6750
7174
  "v-tab/prepend-icon": {
6751
7175
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6752
7176
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
6753
7177
  },
6754
- "v-tab/direction": {
6755
- "type": "\"horizontal\" | \"vertical\"",
6756
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
7178
+ "v-tab/append-icon": {
7179
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7180
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6757
7181
  },
6758
- "v-tab/loading": {
6759
- "type": "string | boolean",
6760
- "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"
7182
+ "v-tab/stacked": {
7183
+ "type": "boolean",
7184
+ "description": "Displays the tab as a flex-column."
6761
7185
  },
6762
- "v-tab/replace": {
7186
+ "v-tab/ripple": {
6763
7187
  "type": "boolean",
6764
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
7188
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6765
7189
  },
6766
- "v-tab/stacked": {
7190
+ "v-tab/disabled": {
6767
7191
  "type": "boolean",
6768
- "description": "Displays the tab as a flex-column."
7192
+ "description": "Removes the ability to click or target the component"
6769
7193
  },
6770
7194
  "v-tab/selected-class": {
6771
7195
  "type": "string",
6772
7196
  "description": "Configure the active CSS class applied when an item is selected."
6773
7197
  },
7198
+ "v-tab/loading": {
7199
+ "type": "string | boolean",
7200
+ "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"
7201
+ },
6774
7202
  "v-tab/href": {
6775
7203
  "type": "string",
6776
7204
  "description": "Designates the component as anchor and applies the **href** attribute."
6777
7205
  },
6778
- "v-tab/to": {
6779
- "type": "unknown",
6780
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7206
+ "v-tab/replace": {
7207
+ "type": "boolean",
7208
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
6781
7209
  },
6782
7210
  "v-tab/exact": {
6783
7211
  "type": "boolean",
6784
7212
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
6785
7213
  },
6786
- "v-tab/ripple": {
6787
- "type": "boolean",
6788
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7214
+ "v-tab/to": {
7215
+ "type": "unknown",
7216
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7217
+ },
7218
+ "v-tab/direction": {
7219
+ "type": "\"horizontal\" | \"vertical\"",
7220
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
6789
7221
  },
6790
7222
  "v-tab/slider-color": {
6791
7223
  "type": "string",
@@ -6851,10 +7283,18 @@
6851
7283
  "type": "(string | Record<string, any>)[]",
6852
7284
  "description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
6853
7285
  },
7286
+ "v-tabs/stacked": {
7287
+ "type": "boolean",
7288
+ "description": "Apply the stacked prop to all children v-tab components."
7289
+ },
6854
7290
  "v-tabs/disabled": {
6855
7291
  "type": "boolean",
6856
7292
  "description": "Puts all children components into a disabled state"
6857
7293
  },
7294
+ "v-tabs/selected-class": {
7295
+ "type": "string",
7296
+ "description": "Configure the active CSS class applied when an item is selected."
7297
+ },
6858
7298
  "v-tabs/multiple": {
6859
7299
  "type": "boolean",
6860
7300
  "description": "Allows one to select mulitple items."
@@ -6871,18 +7311,10 @@
6871
7311
  "type": "number",
6872
7312
  "description": "Sets a maximum number of selections that can be made."
6873
7313
  },
6874
- "v-tabs/stacked": {
6875
- "type": "boolean",
6876
- "description": "Apply the stacked prop to all children v-tab components."
6877
- },
6878
7314
  "v-tabs/grow": {
6879
7315
  "type": "boolean",
6880
7316
  "description": "Force `v-tab`'s to take up all available space"
6881
7317
  },
6882
- "v-tabs/selected-class": {
6883
- "type": "string",
6884
- "description": "Configure the active CSS class applied when an item is selected."
6885
- },
6886
7318
  "v-tabs/mandatory": {
6887
7319
  "type": "boolean | \"force\"",
6888
7320
  "description": "Forces at least one item to always be selected (if available)."
@@ -6911,14 +7343,14 @@
6911
7343
  "type": "boolean",
6912
7344
  "description": "Hide's the generated `v-tabs-slider`"
6913
7345
  },
6914
- "v-tabs/fixed-tabs": {
6915
- "type": "boolean",
6916
- "description": "`v-tabs-item` min-width 160px, max-width 360px"
6917
- },
6918
7346
  "v-tabs/align-tabs": {
6919
7347
  "type": "\"title\" | \"end\" | \"start\" | \"center\"",
6920
7348
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
6921
7349
  },
7350
+ "v-tabs/fixed-tabs": {
7351
+ "type": "boolean",
7352
+ "description": "`v-tabs-item` min-width 160px, max-width 360px"
7353
+ },
6922
7354
  "v-text-field/flat": {
6923
7355
  "type": "boolean",
6924
7356
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
@@ -6967,14 +7399,30 @@
6967
7399
  "type": "string",
6968
7400
  "description": "Sets the DOM id on the component"
6969
7401
  },
6970
- "v-text-field/label": {
6971
- "type": "string",
6972
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
7402
+ "v-text-field/active": {
7403
+ "type": "boolean",
7404
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7405
+ },
7406
+ "v-text-field/prepend-icon": {
7407
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7408
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
7409
+ },
7410
+ "v-text-field/append-icon": {
7411
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7412
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6973
7413
  },
6974
7414
  "v-text-field/disabled": {
6975
7415
  "type": "boolean",
6976
7416
  "description": "Removes the ability to click or target the input"
6977
7417
  },
7418
+ "v-text-field/loading": {
7419
+ "type": "string | boolean",
7420
+ "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"
7421
+ },
7422
+ "v-text-field/label": {
7423
+ "type": "string",
7424
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
7425
+ },
6978
7426
  "v-text-field/autofocus": {
6979
7427
  "type": "boolean",
6980
7428
  "description": "Enables autofocus"
@@ -6993,20 +7441,12 @@
6993
7441
  },
6994
7442
  "v-text-field/persistent-counter": {
6995
7443
  "type": "boolean",
6996
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
7444
+ "description": "Forces counter to always be visible"
6997
7445
  },
6998
7446
  "v-text-field/suffix": {
6999
7447
  "type": "string",
7000
7448
  "description": "Displays suffix text"
7001
7449
  },
7002
- "v-text-field/append-icon": {
7003
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7004
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7005
- },
7006
- "v-text-field/prepend-icon": {
7007
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7008
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
7009
- },
7010
7450
  "v-text-field/hint": {
7011
7451
  "type": "string",
7012
7452
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -7017,11 +7457,11 @@
7017
7457
  },
7018
7458
  "v-text-field/messages": {
7019
7459
  "type": "string | string[]",
7020
- "description": "Displays a list of messages or message if using a string"
7460
+ "description": "Displays a list of messages or a single message if using a string"
7021
7461
  },
7022
7462
  "v-text-field/direction": {
7023
7463
  "type": "\"horizontal\" | \"vertical\"",
7024
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
7464
+ "description": "Changes the direction of the input"
7025
7465
  },
7026
7466
  "v-text-field/error-messages": {
7027
7467
  "type": "string | string[]",
@@ -7071,13 +7511,9 @@
7071
7511
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7072
7512
  "description": "Applied when using **clearable** and the input is dirty"
7073
7513
  },
7074
- "v-text-field/active": {
7075
- "type": "boolean",
7076
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7077
- },
7078
7514
  "v-text-field/base-color": {
7079
7515
  "type": "string",
7080
- "description": "MISSING DESCRIPTION"
7516
+ "description": "Sets the color of the input when it is not focused"
7081
7517
  },
7082
7518
  "v-text-field/dirty": {
7083
7519
  "type": "boolean",
@@ -7095,21 +7531,17 @@
7095
7531
  "type": "boolean",
7096
7532
  "description": "Label does not move on focus/dirty"
7097
7533
  },
7098
- "v-text-field/loading": {
7099
- "type": "string | boolean",
7100
- "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"
7101
- },
7102
7534
  "v-text-field/counter": {
7103
7535
  "type": "string | number | true",
7104
7536
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7105
7537
  },
7106
7538
  "v-text-field/counter-value": {
7107
7539
  "type": "(value: any) => number",
7108
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))"
7540
+ "description": "Function returns the counter display text"
7109
7541
  },
7110
7542
  "v-text-field/model-modifiers": {
7111
7543
  "type": "Record<string, boolean>",
7112
- "description": "MISSING DESCRIPTION"
7544
+ "description": "**FOR INTERNAL USE ONLY**"
7113
7545
  },
7114
7546
  "v-textarea/flat": {
7115
7547
  "type": "boolean",
@@ -7155,14 +7587,30 @@
7155
7587
  "type": "string",
7156
7588
  "description": "Sets the DOM id on the component"
7157
7589
  },
7158
- "v-textarea/label": {
7159
- "type": "string",
7160
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
7590
+ "v-textarea/active": {
7591
+ "type": "boolean",
7592
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7593
+ },
7594
+ "v-textarea/prepend-icon": {
7595
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7596
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
7597
+ },
7598
+ "v-textarea/append-icon": {
7599
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7600
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7161
7601
  },
7162
7602
  "v-textarea/disabled": {
7163
7603
  "type": "boolean",
7164
7604
  "description": "Removes the ability to click or target the input"
7165
7605
  },
7606
+ "v-textarea/loading": {
7607
+ "type": "string | boolean",
7608
+ "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"
7609
+ },
7610
+ "v-textarea/label": {
7611
+ "type": "string",
7612
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
7613
+ },
7166
7614
  "v-textarea/autofocus": {
7167
7615
  "type": "boolean",
7168
7616
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
@@ -7181,20 +7629,12 @@
7181
7629
  },
7182
7630
  "v-textarea/persistent-counter": {
7183
7631
  "type": "boolean",
7184
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7632
+ "description": "Forces counter to always be visible"
7185
7633
  },
7186
7634
  "v-textarea/suffix": {
7187
7635
  "type": "string",
7188
7636
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7189
7637
  },
7190
- "v-textarea/append-icon": {
7191
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7192
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7193
- },
7194
- "v-textarea/prepend-icon": {
7195
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7196
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
7197
- },
7198
7638
  "v-textarea/hint": {
7199
7639
  "type": "string",
7200
7640
  "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property"
@@ -7205,11 +7645,11 @@
7205
7645
  },
7206
7646
  "v-textarea/messages": {
7207
7647
  "type": "string | string[]",
7208
- "description": "Displays a list of messages or message if using a string"
7648
+ "description": "Displays a list of messages or a single message if using a string"
7209
7649
  },
7210
7650
  "v-textarea/direction": {
7211
7651
  "type": "\"horizontal\" | \"vertical\"",
7212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
7652
+ "description": "Changes the direction of the input"
7213
7653
  },
7214
7654
  "v-textarea/error-messages": {
7215
7655
  "type": "string | string[]",
@@ -7259,13 +7699,9 @@
7259
7699
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7260
7700
  "description": "The icon used when the **clerable** prop is set to true"
7261
7701
  },
7262
- "v-textarea/active": {
7263
- "type": "boolean",
7264
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7265
- },
7266
7702
  "v-textarea/base-color": {
7267
7703
  "type": "string",
7268
- "description": "MISSING DESCRIPTION"
7704
+ "description": "Sets the color of the input when it is not focused"
7269
7705
  },
7270
7706
  "v-textarea/dirty": {
7271
7707
  "type": "boolean",
@@ -7283,21 +7719,17 @@
7283
7719
  "type": "boolean",
7284
7720
  "description": "Label does not move on focus/dirty"
7285
7721
  },
7286
- "v-textarea/loading": {
7287
- "type": "string | boolean",
7288
- "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"
7289
- },
7290
7722
  "v-textarea/counter": {
7291
7723
  "type": "string | number | true",
7292
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7724
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7293
7725
  },
7294
7726
  "v-textarea/counter-value": {
7295
7727
  "type": "(value: any) => number",
7296
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7728
+ "description": "MISSING DESCRIPTION"
7297
7729
  },
7298
7730
  "v-textarea/model-modifiers": {
7299
7731
  "type": "Record<string, boolean>",
7300
- "description": "MISSING DESCRIPTION"
7732
+ "description": "**FOR INTERNAL USE ONLY**"
7301
7733
  },
7302
7734
  "v-textarea/auto-grow": {
7303
7735
  "type": "boolean",
@@ -7343,19 +7775,15 @@
7343
7775
  "type": "\"horizontal\" | \"vertical\"",
7344
7776
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7345
7777
  },
7346
- "v-timeline/side": {
7347
- "type": "\"end\" | \"start\"",
7348
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7349
- },
7350
7778
  "v-timeline/align": {
7351
7779
  "type": "\"start\" | \"center\"",
7352
7780
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7353
7781
  },
7354
- "v-timeline/justify": {
7355
- "type": "string",
7782
+ "v-timeline/side": {
7783
+ "type": "\"end\" | \"start\"",
7356
7784
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7357
7785
  },
7358
- "v-timeline/line-color": {
7786
+ "v-timeline/justify": {
7359
7787
  "type": "string",
7360
7788
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7361
7789
  },
@@ -7367,6 +7795,10 @@
7367
7795
  "type": "string | number",
7368
7796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7369
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
+ },
7370
7802
  "v-timeline/truncate-line": {
7371
7803
  "type": "\"end\" | \"start\" | \"both\"",
7372
7804
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
@@ -7435,14 +7867,14 @@
7435
7867
  "type": "boolean",
7436
7868
  "description": "Hide the timeline item dot"
7437
7869
  },
7438
- "v-timeline-item/icon-color": {
7439
- "type": "string",
7440
- "description": "Color of the icon"
7441
- },
7442
7870
  "v-timeline-item/hide-opposite": {
7443
7871
  "type": "boolean",
7444
7872
  "description": "Hide opposite content if it exists"
7445
7873
  },
7874
+ "v-timeline-item/icon-color": {
7875
+ "type": "string",
7876
+ "description": "Color of the icon"
7877
+ },
7446
7878
  "v-toolbar/title": {
7447
7879
  "type": "string",
7448
7880
  "description": "Specify a title text for the component."
@@ -7512,7 +7944,7 @@
7512
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)"
7513
7945
  },
7514
7946
  "v-toolbar-items/variant": {
7515
- "type": "string",
7947
+ "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
7516
7948
  "description": "Applies a distinct style to the component"
7517
7949
  },
7518
7950
  "v-toolbar-title/text": {
@@ -7557,7 +7989,7 @@
7557
7989
  },
7558
7990
  "v-tooltip/location": {
7559
7991
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
7560
- "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
7992
+ "description": "MISSING DESCRIPTION"
7561
7993
  },
7562
7994
  "v-tooltip/theme": {
7563
7995
  "type": "string",
@@ -7571,6 +8003,10 @@
7571
8003
  "type": "string",
7572
8004
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
7573
8005
  },
8006
+ "v-tooltip/disabled": {
8007
+ "type": "boolean",
8008
+ "description": "Removes the ability to click or target the component"
8009
+ },
7574
8010
  "v-tooltip/eager": {
7575
8011
  "type": "boolean",
7576
8012
  "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."
@@ -7595,10 +8031,6 @@
7595
8031
  "type": "any",
7596
8032
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
7597
8033
  },
7598
- "v-tooltip/disabled": {
7599
- "type": "boolean",
7600
- "description": "Removes the ability to click or target the component"
7601
- },
7602
8034
  "v-tooltip/no-click-animation": {
7603
8035
  "type": "boolean",
7604
8036
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -7625,7 +8057,7 @@
7625
8057
  },
7626
8058
  "v-tooltip/close-on-content-click": {
7627
8059
  "type": "boolean",
7628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
8060
+ "description": "Closes component when you click on its content"
7629
8061
  },
7630
8062
  "v-tooltip/close-delay": {
7631
8063
  "type": "string | number",
@@ -7637,7 +8069,7 @@
7637
8069
  },
7638
8070
  "v-tooltip/location-strategy": {
7639
8071
  "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
7640
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
8072
+ "description": "A function used to specifies how the component should position relative to its activator"
7641
8073
  },
7642
8074
  "v-tooltip/origin": {
7643
8075
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -7645,10 +8077,10 @@
7645
8077
  },
7646
8078
  "v-tooltip/offset": {
7647
8079
  "type": "string | number | number[]",
7648
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
8080
+ "description": "A single value that offsets content away from the target based upon what side it is on"
7649
8081
  },
7650
8082
  "v-tooltip/scroll-strategy": {
7651
- "type": "\"close\" | \"none\" | \"block\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
8083
+ "type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
7652
8084
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
7653
8085
  },
7654
8086
  "v-tooltip/transition": {
@@ -7671,14 +8103,14 @@
7671
8103
  "type": "string",
7672
8104
  "description": "Sets the component's name attribute."
7673
8105
  },
7674
- "v-validation/label": {
7675
- "type": "string",
7676
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
7677
- },
7678
8106
  "v-validation/disabled": {
7679
8107
  "type": "boolean",
7680
8108
  "description": "Removes the ability to click or target the component"
7681
8109
  },
8110
+ "v-validation/label": {
8111
+ "type": "string",
8112
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
8113
+ },
7682
8114
  "v-validation/error-messages": {
7683
8115
  "type": "string | string[]",
7684
8116
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation"
@@ -7759,14 +8191,14 @@
7759
8191
  "type": "boolean",
7760
8192
  "description": "Removes the ability to click or target the component"
7761
8193
  },
7762
- "v-window/direction": {
7763
- "type": "string",
7764
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
7765
- },
7766
8194
  "v-window/selected-class": {
7767
8195
  "type": "string",
7768
8196
  "description": "Configure the active CSS class applied when an item is selected."
7769
8197
  },
8198
+ "v-window/direction": {
8199
+ "type": "\"horizontal\" | \"vertical\"",
8200
+ "description": "The transition direction when changing windows."
8201
+ },
7770
8202
  "v-window/mandatory": {
7771
8203
  "type": "\"force\"",
7772
8204
  "description": "Forces at least one item to always be selected (if available)."
@@ -7795,22 +8227,22 @@
7795
8227
  "type": "any",
7796
8228
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
7797
8229
  },
7798
- "v-window-item/eager": {
7799
- "type": "boolean",
7800
- "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."
7801
- },
7802
8230
  "v-window-item/disabled": {
7803
8231
  "type": "boolean",
7804
8232
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
7805
8233
  },
7806
- "v-window-item/transition": {
7807
- "type": "string | boolean",
7808
- "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
7809
- },
7810
8234
  "v-window-item/selected-class": {
7811
8235
  "type": "string",
7812
8236
  "description": "Configure the active CSS class applied when an item is selected."
7813
8237
  },
8238
+ "v-window-item/eager": {
8239
+ "type": "boolean",
8240
+ "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."
8241
+ },
8242
+ "v-window-item/transition": {
8243
+ "type": "string | boolean",
8244
+ "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
8245
+ },
7814
8246
  "v-window-item/reverse-transition": {
7815
8247
  "type": "string | boolean",
7816
8248
  "description": "Sets the reverse transition"