vuetify 3.1.16 → 3.2.1

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 (476) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +331 -179
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/importMap.json +16 -12
  5. package/dist/json/tags.json +45 -2
  6. package/dist/json/web-types.json +851 -329
  7. package/dist/vuetify-labs.css +663 -440
  8. package/dist/vuetify-labs.d.ts +5905 -7618
  9. package/dist/vuetify-labs.esm.js +1635 -649
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1634 -647
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +265 -58
  14. package/dist/vuetify.d.ts +6509 -7498
  15. package/dist/vuetify.esm.js +1375 -423
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +1374 -421
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +800 -728
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.ts +35 -1
  23. package/lib/blueprints/md1.d.ts +35 -1
  24. package/lib/blueprints/md2.d.ts +35 -1
  25. package/lib/blueprints/md3.d.ts +35 -1
  26. package/lib/components/VAlert/VAlert.mjs +6 -4
  27. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  28. package/lib/components/VAlert/index.d.ts +57 -55
  29. package/lib/components/VApp/VApp.mjs +4 -2
  30. package/lib/components/VApp/VApp.mjs.map +1 -1
  31. package/lib/components/VApp/index.d.ts +22 -13
  32. package/lib/components/VAppBar/VAppBar.mjs +65 -13
  33. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
  35. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +113 -92
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +276 -418
  40. package/lib/components/VAvatar/VAvatar.mjs +4 -2
  41. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  42. package/lib/components/VAvatar/index.d.ts +23 -14
  43. package/lib/components/VBadge/VBadge.mjs +6 -5
  44. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  45. package/lib/components/VBadge/index.d.ts +27 -22
  46. package/lib/components/VBanner/VBanner.mjs +6 -4
  47. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  48. package/lib/components/VBanner/VBannerActions.mjs +5 -2
  49. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  50. package/lib/components/VBanner/index.d.ts +92 -66
  51. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
  52. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  53. package/lib/components/VBottomNavigation/index.d.ts +22 -13
  54. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +4 -2
  55. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  56. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
  57. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  58. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
  59. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  60. package/lib/components/VBreadcrumbs/index.d.ts +132 -91
  61. package/lib/components/VBtn/VBtn.mjs +9 -4
  62. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  63. package/lib/components/VBtn/_mixins.scss +1 -1
  64. package/lib/components/VBtn/index.d.ts +39 -36
  65. package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
  66. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  67. package/lib/components/VBtnGroup/index.d.ts +22 -13
  68. package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
  69. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  70. package/lib/components/VBtnToggle/index.d.ts +30 -21
  71. package/lib/components/VCard/VCard.mjs +5 -3
  72. package/lib/components/VCard/VCard.mjs.map +1 -1
  73. package/lib/components/VCard/VCardActions.mjs +7 -4
  74. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  75. package/lib/components/VCard/VCardItem.mjs +5 -2
  76. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  77. package/lib/components/VCard/index.d.ts +250 -141
  78. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  79. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  80. package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
  81. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  82. package/lib/components/VCarousel/index.d.ts +78 -141
  83. package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
  84. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  85. package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
  86. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  87. package/lib/components/VCheckbox/index.d.ts +75 -109
  88. package/lib/components/VChip/VChip.mjs +7 -8
  89. package/lib/components/VChip/VChip.mjs.map +1 -1
  90. package/lib/components/VChip/index.d.ts +27 -30
  91. package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
  92. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  93. package/lib/components/VChipGroup/index.d.ts +22 -13
  94. package/lib/components/VCode/index.d.ts +30 -17
  95. package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
  96. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  97. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
  98. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  99. package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
  100. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  101. package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
  102. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  103. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
  104. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  105. package/lib/components/VColorPicker/index.d.ts +34 -1
  106. package/lib/components/VCombobox/VCombobox.mjs +2 -1
  107. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  108. package/lib/components/VCombobox/index.d.ts +276 -418
  109. package/lib/components/VCounter/VCounter.mjs +4 -1
  110. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  111. package/lib/components/VCounter/index.d.ts +22 -145
  112. package/lib/components/VDefaultsProvider/index.d.ts +0 -12
  113. package/lib/components/VDialog/VDialog.mjs +2 -1
  114. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  115. package/lib/components/VDialog/index.d.ts +104 -282
  116. package/lib/components/VDivider/VDivider.mjs +4 -2
  117. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  118. package/lib/components/VDivider/index.d.ts +22 -13
  119. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
  120. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  121. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
  122. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  123. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
  124. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  125. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
  126. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  127. package/lib/components/VExpansionPanel/index.d.ts +109 -81
  128. package/lib/components/VField/VField.css +59 -11
  129. package/lib/components/VField/VField.mjs +18 -8
  130. package/lib/components/VField/VField.mjs.map +1 -1
  131. package/lib/components/VField/VField.sass +57 -5
  132. package/lib/components/VField/VFieldLabel.mjs +6 -3
  133. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  134. package/lib/components/VField/_variables.scss +4 -0
  135. package/lib/components/VField/index.d.ts +169 -84
  136. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  137. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  138. package/lib/components/VFileInput/index.d.ts +147 -174
  139. package/lib/components/VFooter/VFooter.mjs +4 -2
  140. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  141. package/lib/components/VFooter/index.d.ts +22 -13
  142. package/lib/components/VForm/VForm.mjs +5 -2
  143. package/lib/components/VForm/VForm.mjs.map +1 -1
  144. package/lib/components/VForm/index.d.ts +30 -17
  145. package/lib/components/VGrid/VCol.mjs +4 -1
  146. package/lib/components/VGrid/VCol.mjs.map +1 -1
  147. package/lib/components/VGrid/VContainer.mjs +4 -1
  148. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  149. package/lib/components/VGrid/VRow.mjs +4 -1
  150. package/lib/components/VGrid/VRow.mjs.map +1 -1
  151. package/lib/components/VGrid/index.d.ts +104 -60
  152. package/lib/components/VHover/index.d.ts +20 -44
  153. package/lib/components/VIcon/VIcon.mjs +4 -2
  154. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  155. package/lib/components/VIcon/index.d.ts +23 -26
  156. package/lib/components/VImg/VImg.mjs +5 -3
  157. package/lib/components/VImg/VImg.mjs.map +1 -1
  158. package/lib/components/VImg/index.d.ts +26 -29
  159. package/lib/components/VInput/VInput.mjs +4 -1
  160. package/lib/components/VInput/VInput.mjs.map +1 -1
  161. package/lib/components/VInput/index.d.ts +37 -40
  162. package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
  163. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  164. package/lib/components/VItemGroup/index.d.ts +30 -33
  165. package/lib/components/VKbd/index.d.ts +30 -17
  166. package/lib/components/VLabel/VLabel.mjs +4 -1
  167. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  168. package/lib/components/VLabel/index.d.ts +22 -13
  169. package/lib/components/VLayout/VLayout.mjs +8 -4
  170. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  171. package/lib/components/VLayout/VLayoutItem.mjs +4 -2
  172. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  173. package/lib/components/VLayout/index.d.ts +44 -26
  174. package/lib/components/VLazy/VLazy.mjs +4 -2
  175. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  176. package/lib/components/VLazy/index.d.ts +22 -13
  177. package/lib/components/VList/VList.mjs +4 -2
  178. package/lib/components/VList/VList.mjs.map +1 -1
  179. package/lib/components/VList/VListChildren.mjs.map +1 -1
  180. package/lib/components/VList/VListGroup.mjs +5 -2
  181. package/lib/components/VList/VListGroup.mjs.map +1 -1
  182. package/lib/components/VList/VListItem.mjs +4 -2
  183. package/lib/components/VList/VListItem.mjs.map +1 -1
  184. package/lib/components/VList/VListItemAction.mjs +4 -1
  185. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  186. package/lib/components/VList/VListItemMedia.mjs +4 -1
  187. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  188. package/lib/components/VList/VListSubheader.mjs +5 -3
  189. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  190. package/lib/components/VList/index.d.ts +932 -826
  191. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
  192. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  193. package/lib/components/VLocaleProvider/index.d.ts +30 -17
  194. package/lib/components/VMain/VMain.mjs +4 -2
  195. package/lib/components/VMain/VMain.mjs.map +1 -1
  196. package/lib/components/VMain/index.d.ts +30 -17
  197. package/lib/components/VMenu/VMenu.mjs +2 -1
  198. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  199. package/lib/components/VMenu/index.d.ts +104 -282
  200. package/lib/components/VMessages/VMessages.mjs +4 -2
  201. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  202. package/lib/components/VMessages/index.d.ts +22 -145
  203. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
  204. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  205. package/lib/components/VNavigationDrawer/index.d.ts +26 -29
  206. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  207. package/lib/components/VNoSsr/index.d.ts +3 -13
  208. package/lib/components/VOverlay/VOverlay.mjs +5 -3
  209. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  210. package/lib/components/VOverlay/index.d.ts +38 -45
  211. package/lib/components/VPagination/VPagination.mjs +4 -1
  212. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  213. package/lib/components/VPagination/index.d.ts +23 -30
  214. package/lib/components/VParallax/VParallax.mjs +5 -2
  215. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  216. package/lib/components/VParallax/index.d.ts +34 -33
  217. package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
  218. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  219. package/lib/components/VProgressCircular/index.d.ts +22 -13
  220. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
  221. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  222. package/lib/components/VProgressLinear/index.d.ts +42 -45
  223. package/lib/components/VRadio/VRadio.mjs +2 -1
  224. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  225. package/lib/components/VRadio/index.d.ts +27 -38
  226. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  227. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  228. package/lib/components/VRadioGroup/index.d.ts +45 -68
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs +33 -21
  230. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  231. package/lib/components/VRangeSlider/index.d.ts +50 -49
  232. package/lib/components/VRating/VRating.css +0 -4
  233. package/lib/components/VRating/VRating.mjs +10 -36
  234. package/lib/components/VRating/VRating.mjs.map +1 -1
  235. package/lib/components/VRating/VRating.sass +0 -5
  236. package/lib/components/VRating/index.d.ts +24 -18
  237. package/lib/components/VResponsive/VResponsive.mjs +4 -2
  238. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  239. package/lib/components/VResponsive/index.d.ts +43 -31
  240. package/lib/components/VSelect/VSelect.mjs +2 -1
  241. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  242. package/lib/components/VSelect/index.d.ts +245 -567
  243. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
  244. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  245. package/lib/components/VSelectionControl/index.d.ts +76 -46
  246. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
  247. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  248. package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
  249. package/lib/components/VSheet/VSheet.mjs +4 -2
  250. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  251. package/lib/components/VSheet/index.d.ts +22 -13
  252. package/lib/components/VSlideGroup/VSlideGroup.mjs +4 -1
  253. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  254. package/lib/components/VSlideGroup/index.d.ts +59 -90
  255. package/lib/components/VSlider/VSlider.mjs +33 -14
  256. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  257. package/lib/components/VSlider/VSliderThumb.mjs +6 -4
  258. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  259. package/lib/components/VSlider/VSliderTrack.mjs +6 -4
  260. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  261. package/lib/components/VSlider/index.d.ts +50 -49
  262. package/lib/components/VSlider/slider.mjs +43 -23
  263. package/lib/components/VSlider/slider.mjs.map +1 -1
  264. package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
  265. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  266. package/lib/components/VSnackbar/index.d.ts +92 -142
  267. package/lib/components/VSwitch/VSwitch.mjs +2 -1
  268. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  269. package/lib/components/VSwitch/index.d.ts +45 -72
  270. package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
  271. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  272. package/lib/components/VSystemBar/index.d.ts +22 -13
  273. package/lib/components/VTable/VTable.mjs +4 -1
  274. package/lib/components/VTable/VTable.mjs.map +1 -1
  275. package/lib/components/VTable/index.d.ts +26 -29
  276. package/lib/components/VTabs/VTab.mjs +3 -4
  277. package/lib/components/VTabs/VTab.mjs.map +1 -1
  278. package/lib/components/VTabs/VTabs.mjs +2 -2
  279. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  280. package/lib/components/VTabs/index.d.ts +51 -33
  281. package/lib/components/VTextField/VTextField.mjs +2 -1
  282. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  283. package/lib/components/VTextField/index.d.ts +337 -317
  284. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  285. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  286. package/lib/components/VTextarea/index.d.ts +127 -146
  287. package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
  288. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  289. package/lib/components/VThemeProvider/index.d.ts +22 -13
  290. package/lib/components/VTimeline/VTimeline.mjs +5 -3
  291. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  292. package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
  293. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  294. package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
  295. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  296. package/lib/components/VTimeline/index.d.ts +67 -57
  297. package/lib/components/VToolbar/VToolbar.css +3 -1
  298. package/lib/components/VToolbar/VToolbar.mjs +4 -2
  299. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  300. package/lib/components/VToolbar/VToolbar.sass +3 -1
  301. package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
  302. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  303. package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
  304. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  305. package/lib/components/VToolbar/index.d.ts +74 -71
  306. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  307. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  308. package/lib/components/VTooltip/index.d.ts +119 -150
  309. package/lib/components/VValidation/index.d.ts +6 -18
  310. package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +21 -23
  311. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
  312. package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
  313. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
  314. package/lib/{labs → components}/VVirtualScroll/index.d.ts +70 -30
  315. package/lib/components/VVirtualScroll/index.mjs.map +1 -0
  316. package/lib/components/VWindow/VWindow.mjs +4 -1
  317. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  318. package/lib/components/VWindow/VWindowItem.mjs +4 -1
  319. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  320. package/lib/components/VWindow/index.d.ts +61 -79
  321. package/lib/components/index.d.ts +5832 -6863
  322. package/lib/components/index.mjs +2 -1
  323. package/lib/components/index.mjs.map +1 -1
  324. package/lib/components/transitions/index.d.ts +0 -192
  325. package/lib/composables/component.mjs +11 -0
  326. package/lib/composables/component.mjs.map +1 -0
  327. package/lib/composables/defaults.mjs +63 -5
  328. package/lib/composables/defaults.mjs.map +1 -1
  329. package/lib/composables/focus.mjs.map +1 -1
  330. package/lib/composables/icons.mjs +15 -4
  331. package/lib/composables/icons.mjs.map +1 -1
  332. package/lib/composables/index.mjs +1 -0
  333. package/lib/composables/index.mjs.map +1 -1
  334. package/lib/composables/intersectionObserver.mjs +2 -2
  335. package/lib/composables/intersectionObserver.mjs.map +1 -1
  336. package/lib/composables/loader.mjs.map +1 -1
  337. package/lib/composables/scroll.mjs +3 -0
  338. package/lib/composables/scroll.mjs.map +1 -1
  339. package/lib/entry-bundler.mjs +1 -1
  340. package/lib/entry-bundler.mjs.map +1 -1
  341. package/lib/framework.mjs +8 -3
  342. package/lib/framework.mjs.map +1 -1
  343. package/lib/iconsets/fa-svg.d.ts +1 -1
  344. package/lib/iconsets/fa.d.ts +1 -1
  345. package/lib/iconsets/fa4.d.ts +1 -1
  346. package/lib/iconsets/md.d.ts +1 -1
  347. package/lib/iconsets/mdi-svg.d.ts +1 -1
  348. package/lib/iconsets/mdi.d.ts +1 -1
  349. package/lib/index.d.ts +45 -5
  350. package/lib/labs/VDataTable/index.d.ts +61 -933
  351. package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
  352. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
  353. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  354. package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
  355. package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
  356. package/lib/labs/VInfiniteScroll/index.d.ts +321 -0
  357. package/lib/labs/VInfiniteScroll/index.mjs +2 -0
  358. package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
  359. package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
  360. package/lib/labs/components.d.ts +377 -1097
  361. package/lib/labs/components.mjs +1 -1
  362. package/lib/labs/components.mjs.map +1 -1
  363. package/lib/labs/date/DateAdapter.mjs +2 -0
  364. package/lib/labs/date/DateAdapter.mjs.map +1 -0
  365. package/lib/labs/date/adapters/vuetify.d.ts +52 -0
  366. package/lib/labs/date/adapters/vuetify.mjs +399 -0
  367. package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
  368. package/lib/labs/date/date.mjs +39 -0
  369. package/lib/labs/date/date.mjs.map +1 -0
  370. package/lib/labs/date/index.d.ts +40 -0
  371. package/lib/labs/date/index.mjs +2 -0
  372. package/lib/labs/date/index.mjs.map +1 -0
  373. package/lib/labs/index.mjs +3 -2
  374. package/lib/labs/index.mjs.map +1 -1
  375. package/lib/locale/af.mjs +5 -1
  376. package/lib/locale/af.mjs.map +1 -1
  377. package/lib/locale/ar.mjs +5 -1
  378. package/lib/locale/ar.mjs.map +1 -1
  379. package/lib/locale/az.mjs +5 -1
  380. package/lib/locale/az.mjs.map +1 -1
  381. package/lib/locale/bg.mjs +5 -1
  382. package/lib/locale/bg.mjs.map +1 -1
  383. package/lib/locale/ca.mjs +5 -1
  384. package/lib/locale/ca.mjs.map +1 -1
  385. package/lib/locale/ckb.mjs +5 -1
  386. package/lib/locale/ckb.mjs.map +1 -1
  387. package/lib/locale/cs.mjs +5 -1
  388. package/lib/locale/cs.mjs.map +1 -1
  389. package/lib/locale/da.mjs +5 -1
  390. package/lib/locale/da.mjs.map +1 -1
  391. package/lib/locale/de.mjs +5 -1
  392. package/lib/locale/de.mjs.map +1 -1
  393. package/lib/locale/el.mjs +5 -1
  394. package/lib/locale/el.mjs.map +1 -1
  395. package/lib/locale/en.mjs +5 -1
  396. package/lib/locale/en.mjs.map +1 -1
  397. package/lib/locale/es.mjs +5 -1
  398. package/lib/locale/es.mjs.map +1 -1
  399. package/lib/locale/et.mjs +5 -1
  400. package/lib/locale/et.mjs.map +1 -1
  401. package/lib/locale/fa.mjs +5 -1
  402. package/lib/locale/fa.mjs.map +1 -1
  403. package/lib/locale/fi.mjs +5 -1
  404. package/lib/locale/fi.mjs.map +1 -1
  405. package/lib/locale/fr.mjs +5 -1
  406. package/lib/locale/fr.mjs.map +1 -1
  407. package/lib/locale/he.mjs +5 -1
  408. package/lib/locale/he.mjs.map +1 -1
  409. package/lib/locale/hr.mjs +5 -1
  410. package/lib/locale/hr.mjs.map +1 -1
  411. package/lib/locale/hu.mjs +5 -1
  412. package/lib/locale/hu.mjs.map +1 -1
  413. package/lib/locale/id.mjs +5 -1
  414. package/lib/locale/id.mjs.map +1 -1
  415. package/lib/locale/index.d.ts +168 -0
  416. package/lib/locale/it.mjs +5 -1
  417. package/lib/locale/it.mjs.map +1 -1
  418. package/lib/locale/ja.mjs +5 -1
  419. package/lib/locale/ja.mjs.map +1 -1
  420. package/lib/locale/ko.mjs +5 -1
  421. package/lib/locale/ko.mjs.map +1 -1
  422. package/lib/locale/lt.mjs +5 -1
  423. package/lib/locale/lt.mjs.map +1 -1
  424. package/lib/locale/lv.mjs +5 -1
  425. package/lib/locale/lv.mjs.map +1 -1
  426. package/lib/locale/nl.mjs +5 -1
  427. package/lib/locale/nl.mjs.map +1 -1
  428. package/lib/locale/no.mjs +5 -1
  429. package/lib/locale/no.mjs.map +1 -1
  430. package/lib/locale/pl.mjs +5 -1
  431. package/lib/locale/pl.mjs.map +1 -1
  432. package/lib/locale/pt.mjs +5 -1
  433. package/lib/locale/pt.mjs.map +1 -1
  434. package/lib/locale/ro.mjs +5 -1
  435. package/lib/locale/ro.mjs.map +1 -1
  436. package/lib/locale/ru.mjs +5 -1
  437. package/lib/locale/ru.mjs.map +1 -1
  438. package/lib/locale/sk.mjs +5 -1
  439. package/lib/locale/sk.mjs.map +1 -1
  440. package/lib/locale/sl.mjs +5 -1
  441. package/lib/locale/sl.mjs.map +1 -1
  442. package/lib/locale/sr-Cyrl.mjs +5 -1
  443. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  444. package/lib/locale/sr-Latn.mjs +5 -1
  445. package/lib/locale/sr-Latn.mjs.map +1 -1
  446. package/lib/locale/sv.mjs +5 -1
  447. package/lib/locale/sv.mjs.map +1 -1
  448. package/lib/locale/th.mjs +5 -1
  449. package/lib/locale/th.mjs.map +1 -1
  450. package/lib/locale/tr.mjs +5 -1
  451. package/lib/locale/tr.mjs.map +1 -1
  452. package/lib/locale/uk.mjs +5 -1
  453. package/lib/locale/uk.mjs.map +1 -1
  454. package/lib/locale/vi.mjs +5 -1
  455. package/lib/locale/vi.mjs.map +1 -1
  456. package/lib/locale/zh-Hans.mjs +5 -1
  457. package/lib/locale/zh-Hans.mjs.map +1 -1
  458. package/lib/locale/zh-Hant.mjs +5 -1
  459. package/lib/locale/zh-Hant.mjs.map +1 -1
  460. package/lib/styles/main.css +152 -0
  461. package/lib/styles/settings/_utilities.scss +11 -1
  462. package/lib/util/createSimpleFunctional.mjs +9 -4
  463. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  464. package/lib/util/defineComponent.mjs +11 -43
  465. package/lib/util/defineComponent.mjs.map +1 -1
  466. package/lib/util/helpers.mjs +6 -2
  467. package/lib/util/helpers.mjs.map +1 -1
  468. package/lib/util/index.mjs +1 -0
  469. package/lib/util/index.mjs.map +1 -1
  470. package/package.json +3 -2
  471. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
  472. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
  473. package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
  474. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
  475. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
  476. /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
@@ -28,7 +28,7 @@
28
28
  "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
29
29
  },
30
30
  "v-alert/close-icon": {
31
- "type": "string | (new () => any) | FunctionalComponent",
31
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
32
32
  "description": "Change the default icon used for **closable** alerts."
33
33
  },
34
34
  "v-alert/close-label": {
@@ -36,7 +36,7 @@
36
36
  "description": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization)."
37
37
  },
38
38
  "v-alert/icon": {
39
- "type": "false | string | (new () => any) | FunctionalComponent",
39
+ "type": "false | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
40
40
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
41
41
  },
42
42
  "v-alert/model-value": {
@@ -179,6 +179,10 @@
179
179
  "type": "string",
180
180
  "description": "Specifies a [v-img](/components/images) as the component's background."
181
181
  },
182
+ "v-app-bar/scroll-behavior": {
183
+ "type": "string",
184
+ "description": "MISSING DESCRIPTION"
185
+ },
182
186
  "v-app-bar/collapse": {
183
187
  "type": "boolean",
184
188
  "description": "Morphs the component into a collapsed state, reducing its maximum width."
@@ -199,8 +203,16 @@
199
203
  "type": "string | number",
200
204
  "description": "Adjust the order of the component in relation to its registration order."
201
205
  },
206
+ "v-app-bar/scroll-target": {
207
+ "type": "string",
208
+ "description": "MISSING DESCRIPTION"
209
+ },
210
+ "v-app-bar/scroll-threshold": {
211
+ "type": "string | number",
212
+ "description": "MISSING DESCRIPTION"
213
+ },
202
214
  "v-app-bar-nav-icon/icon": {
203
- "type": "string | (new () => any) | FunctionalComponent",
215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
204
216
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
205
217
  },
206
218
  "v-app-bar-title/text": {
@@ -211,6 +223,10 @@
211
223
  "type": "string",
212
224
  "description": "Specify a custom tag used on the root element."
213
225
  },
226
+ "v-autocomplete/flat": {
227
+ "type": "boolean",
228
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
229
+ },
214
230
  "v-autocomplete/type": {
215
231
  "type": "string",
216
232
  "description": "Sets input type"
@@ -229,7 +245,11 @@
229
245
  },
230
246
  "v-autocomplete/reverse": {
231
247
  "type": "boolean",
232
- "description": "Reverses the input orientation"
248
+ "description": "Reverses the orientation "
249
+ },
250
+ "v-autocomplete/rounded": {
251
+ "type": "string | number | boolean",
252
+ "description": "Adds a border radius to the input"
233
253
  },
234
254
  "v-autocomplete/theme": {
235
255
  "type": "string",
@@ -240,7 +260,7 @@
240
260
  "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)"
241
261
  },
242
262
  "v-autocomplete/variant": {
243
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
263
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
244
264
  "description": "Applies a distinct style to the component"
245
265
  },
246
266
  "v-autocomplete/name": {
@@ -308,7 +328,7 @@
308
328
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
309
329
  },
310
330
  "v-autocomplete/menu-icon": {
311
- "type": "string | (new () => any) | FunctionalComponent",
331
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
312
332
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
313
333
  },
314
334
  "v-autocomplete/menu-props": {
@@ -384,11 +404,11 @@
384
404
  "description": "Displays suffix text"
385
405
  },
386
406
  "v-autocomplete/append-icon": {
387
- "type": "string | (new () => any) | FunctionalComponent",
407
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
388
408
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
389
409
  },
390
410
  "v-autocomplete/prepend-icon": {
391
- "type": "string | (new () => any) | FunctionalComponent",
411
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
392
412
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
393
413
  },
394
414
  "v-autocomplete/hint": {
@@ -444,20 +464,24 @@
444
464
  "description": "Allows for the component to be cleared"
445
465
  },
446
466
  "v-autocomplete/clear-icon": {
447
- "type": "string | (new () => any) | FunctionalComponent",
448
- "description": "Applied when using **clearable** and the input is dirty"
467
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
468
+ "description": "The icon used when the **clerable** prop is set to true"
449
469
  },
450
470
  "v-autocomplete/active": {
451
471
  "type": "boolean",
452
472
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
453
473
  },
474
+ "v-autocomplete/base-color": {
475
+ "type": "string",
476
+ "description": "MISSING DESCRIPTION"
477
+ },
454
478
  "v-autocomplete/persistent-clear": {
455
479
  "type": "boolean",
456
480
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
457
481
  },
458
482
  "v-autocomplete/prepend-inner-icon": {
459
- "type": "string | (new () => any) | FunctionalComponent",
460
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
483
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
484
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
461
485
  },
462
486
  "v-autocomplete/single-line": {
463
487
  "type": "boolean",
@@ -488,7 +512,7 @@
488
512
  "description": "Applies margin at the end of the component."
489
513
  },
490
514
  "v-avatar/icon": {
491
- "type": "string | (new () => any) | FunctionalComponent",
515
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
492
516
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
493
517
  },
494
518
  "v-avatar/density": {
@@ -524,7 +548,7 @@
524
548
  "description": "Apply a specific image using [v-img](/components/images/)."
525
549
  },
526
550
  "v-badge/icon": {
527
- "type": "string | (new () => any) | FunctionalComponent",
551
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
528
552
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
529
553
  },
530
554
  "v-badge/model-value": {
@@ -604,7 +628,7 @@
604
628
  "description": "Applies border styles to component."
605
629
  },
606
630
  "v-banner/icon": {
607
- "type": "string | (new () => any) | FunctionalComponent",
631
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
608
632
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
609
633
  },
610
634
  "v-banner/density": {
@@ -776,7 +800,7 @@
776
800
  "description": "Forces at least one item to always be selected (if available)."
777
801
  },
778
802
  "v-breadcrumbs/icon": {
779
- "type": "string | (new () => any) | FunctionalComponent",
803
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
780
804
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
781
805
  },
782
806
  "v-breadcrumbs/density": {
@@ -839,6 +863,10 @@
839
863
  "type": "boolean",
840
864
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
841
865
  },
866
+ "v-breadcrumbs-item/replace": {
867
+ "type": "boolean",
868
+ "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
+ },
842
870
  "v-breadcrumbs-item/active-class": {
843
871
  "type": "string",
844
872
  "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"
@@ -851,10 +879,6 @@
851
879
  "type": "string",
852
880
  "description": "Designates the component as anchor and applies the **href** attribute."
853
881
  },
854
- "v-breadcrumbs-item/replace": {
855
- "type": "boolean",
856
- "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."
857
- },
858
882
  "v-breadcrumbs-item/to": {
859
883
  "type": "unknown",
860
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."
@@ -867,6 +891,10 @@
867
891
  "type": "any",
868
892
  "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/) "
869
893
  },
894
+ "v-btn/text": {
895
+ "type": "string",
896
+ "description": "Specify content text for the component."
897
+ },
870
898
  "v-btn/flat": {
871
899
  "type": "boolean",
872
900
  "description": "Removes the button box shadow."
@@ -876,7 +904,7 @@
876
904
  "description": "Applies border styles to component."
877
905
  },
878
906
  "v-btn/icon": {
879
- "type": "boolean | string | (new () => any) | FunctionalComponent",
907
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
880
908
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
881
909
  },
882
910
  "v-btn/density": {
@@ -956,11 +984,11 @@
956
984
  "description": "Expands the button to 100% of available space."
957
985
  },
958
986
  "v-btn/append-icon": {
959
- "type": "string | (new () => any) | FunctionalComponent",
987
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
960
988
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
961
989
  },
962
990
  "v-btn/prepend-icon": {
963
- "type": "string | (new () => any) | FunctionalComponent",
991
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
964
992
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
965
993
  },
966
994
  "v-btn/active": {
@@ -971,6 +999,10 @@
971
999
  "type": "string | boolean",
972
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"
973
1001
  },
1002
+ "v-btn/replace": {
1003
+ "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."
1005
+ },
974
1006
  "v-btn/stacked": {
975
1007
  "type": "boolean",
976
1008
  "description": "Displays the button as a flex-column."
@@ -983,10 +1015,6 @@
983
1015
  "type": "string",
984
1016
  "description": "Designates the component as anchor and applies the **href** attribute."
985
1017
  },
986
- "v-btn/replace": {
987
- "type": "boolean",
988
- "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."
989
- },
990
1018
  "v-btn/to": {
991
1019
  "type": "unknown",
992
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."
@@ -1180,25 +1208,29 @@
1180
1208
  "description": "Removes the ability to click or target the component"
1181
1209
  },
1182
1210
  "v-card/append-icon": {
1183
- "type": "string | (new () => any) | FunctionalComponent",
1211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1184
1212
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1185
1213
  },
1186
1214
  "v-card/prepend-icon": {
1187
- "type": "string | (new () => any) | FunctionalComponent",
1215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1188
1216
  "description": "Prepends a [v-icon](/components/icons/) component to the header"
1189
1217
  },
1190
1218
  "v-card/loading": {
1191
1219
  "type": "string | boolean",
1192
1220
  "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"
1193
1221
  },
1194
- "v-card/href": {
1195
- "type": "string",
1196
- "description": "Designates the component as anchor and applies the **href** attribute."
1197
- },
1198
1222
  "v-card/replace": {
1199
1223
  "type": "boolean",
1200
1224
  "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."
1201
1225
  },
1226
+ "v-card/link": {
1227
+ "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."
1233
+ },
1202
1234
  "v-card/to": {
1203
1235
  "type": "unknown",
1204
1236
  "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."
@@ -1227,10 +1259,6 @@
1227
1259
  "type": "string",
1228
1260
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1229
1261
  },
1230
- "v-card/link": {
1231
- "type": "boolean",
1232
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1233
- },
1234
1262
  "v-card-item/title": {
1235
1263
  "type": "string",
1236
1264
  "description": "Specify a title text for the component."
@@ -1240,11 +1268,11 @@
1240
1268
  "description": "Adjusts the vertical height used by the component."
1241
1269
  },
1242
1270
  "v-card-item/append-icon": {
1243
- "type": "string | (new () => any) | FunctionalComponent",
1271
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1244
1272
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1245
1273
  },
1246
1274
  "v-card-item/prepend-icon": {
1247
- "type": "string | (new () => any) | FunctionalComponent",
1275
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1248
1276
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1249
1277
  },
1250
1278
  "v-card-item/subtitle": {
@@ -1324,7 +1352,7 @@
1324
1352
  "description": "Hides the bottom delimiter background."
1325
1353
  },
1326
1354
  "v-carousel/delimiter-icon": {
1327
- "type": "string | (new () => any) | FunctionalComponent",
1355
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1328
1356
  "description": "Sets icon for carousel delimiter"
1329
1357
  },
1330
1358
  "v-carousel/interval": {
@@ -1340,11 +1368,11 @@
1340
1368
  "description": "Determines whether carousel is continuous"
1341
1369
  },
1342
1370
  "v-carousel/next-icon": {
1343
- "type": "string | (new () => any) | FunctionalComponent",
1371
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1344
1372
  "description": "The displayed icon for forcing pagination to the next item."
1345
1373
  },
1346
1374
  "v-carousel/prev-icon": {
1347
- "type": "string | (new () => any) | FunctionalComponent",
1375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1348
1376
  "description": "The displayed icon for forcing pagination to the previous item."
1349
1377
  },
1350
1378
  "v-carousel/show-arrows": {
@@ -1416,11 +1444,11 @@
1416
1444
  "description": "Apply a custom comparison algorithm used for values"
1417
1445
  },
1418
1446
  "v-checkbox/append-icon": {
1419
- "type": "string | (new () => any) | FunctionalComponent",
1447
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1420
1448
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1421
1449
  },
1422
1450
  "v-checkbox/prepend-icon": {
1423
- "type": "string | (new () => any) | FunctionalComponent",
1451
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1424
1452
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1425
1453
  },
1426
1454
  "v-checkbox/hint": {
@@ -1480,7 +1508,7 @@
1480
1508
  "description": "Sets an indeterminate state for the checkbox"
1481
1509
  },
1482
1510
  "v-checkbox/indeterminate-icon": {
1483
- "type": "string | (new () => any) | FunctionalComponent",
1511
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1484
1512
  "description": "The icon used when in an indeterminate state"
1485
1513
  },
1486
1514
  "v-checkbox/true-value": {
@@ -1492,11 +1520,11 @@
1492
1520
  "description": "Sets value for falsy state"
1493
1521
  },
1494
1522
  "v-checkbox/false-icon": {
1495
- "type": "string | (new () => any) | FunctionalComponent",
1523
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1496
1524
  "description": "The icon used when inactive"
1497
1525
  },
1498
1526
  "v-checkbox/true-icon": {
1499
- "type": "string | (new () => any) | FunctionalComponent",
1527
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1500
1528
  "description": "The icon used when active"
1501
1529
  },
1502
1530
  "v-checkbox-btn/type": {
@@ -1568,7 +1596,7 @@
1568
1596
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1569
1597
  },
1570
1598
  "v-checkbox-btn/indeterminate-icon": {
1571
- "type": "string | (new () => any) | FunctionalComponent",
1599
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1572
1600
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1573
1601
  },
1574
1602
  "v-checkbox-btn/true-value": {
@@ -1580,11 +1608,11 @@
1580
1608
  "description": "Sets value for falsy state"
1581
1609
  },
1582
1610
  "v-checkbox-btn/false-icon": {
1583
- "type": "string | (new () => any) | FunctionalComponent",
1611
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1584
1612
  "description": "The icon used when inactive"
1585
1613
  },
1586
1614
  "v-checkbox-btn/true-icon": {
1587
- "type": "string | (new () => any) | FunctionalComponent",
1615
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1588
1616
  "description": "The icon used when active"
1589
1617
  },
1590
1618
  "v-chip/text": {
@@ -1604,7 +1632,7 @@
1604
1632
  "description": "Applies border styles to component."
1605
1633
  },
1606
1634
  "v-chip/close-icon": {
1607
- "type": "string | (new () => any) | FunctionalComponent",
1635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1608
1636
  "description": "Change the default icon used for **close** chips"
1609
1637
  },
1610
1638
  "v-chip/close-label": {
@@ -1660,13 +1688,21 @@
1660
1688
  "description": "Removes the ability to click or target the component"
1661
1689
  },
1662
1690
  "v-chip/append-icon": {
1663
- "type": "string | (new () => any) | FunctionalComponent",
1691
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1664
1692
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1665
1693
  },
1666
1694
  "v-chip/prepend-icon": {
1667
- "type": "string | (new () => any) | FunctionalComponent",
1695
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1668
1696
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1669
1697
  },
1698
+ "v-chip/replace": {
1699
+ "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."
1701
+ },
1702
+ "v-chip/link": {
1703
+ "type": "boolean",
1704
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1705
+ },
1670
1706
  "v-chip/selected-class": {
1671
1707
  "type": "string",
1672
1708
  "description": "Configure the active CSS class applied when an item is selected."
@@ -1679,10 +1715,6 @@
1679
1715
  "type": "string",
1680
1716
  "description": "Designates the component as anchor and applies the **href** attribute."
1681
1717
  },
1682
- "v-chip/replace": {
1683
- "type": "boolean",
1684
- "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."
1685
- },
1686
1718
  "v-chip/to": {
1687
1719
  "type": "unknown",
1688
1720
  "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."
@@ -1703,10 +1735,6 @@
1703
1735
  "type": "string",
1704
1736
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1705
1737
  },
1706
- "v-chip/link": {
1707
- "type": "boolean",
1708
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1709
- },
1710
1738
  "v-chip/draggable": {
1711
1739
  "type": "boolean",
1712
1740
  "description": "Makes the chip draggable"
@@ -1772,7 +1800,7 @@
1772
1800
  "description": "Remove horizontal pagination and wrap items as needed"
1773
1801
  },
1774
1802
  "v-class-icon/icon": {
1775
- "type": "string | (new () => any) | FunctionalComponent",
1803
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1776
1804
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
1777
1805
  },
1778
1806
  "v-class-icon/tag": {
@@ -1943,6 +1971,10 @@
1943
1971
  "type": "string[][]",
1944
1972
  "description": "Sets the available color swatches to select from - This prop only accepts rgba hex strings"
1945
1973
  },
1974
+ "v-combobox/flat": {
1975
+ "type": "boolean",
1976
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
1977
+ },
1946
1978
  "v-combobox/type": {
1947
1979
  "type": "string",
1948
1980
  "description": "Sets input type"
@@ -1961,7 +1993,11 @@
1961
1993
  },
1962
1994
  "v-combobox/reverse": {
1963
1995
  "type": "boolean",
1964
- "description": "Reverses the input orientation"
1996
+ "description": "Reverses the orientation "
1997
+ },
1998
+ "v-combobox/rounded": {
1999
+ "type": "string | number | boolean",
2000
+ "description": "Adds a border radius to the input"
1965
2001
  },
1966
2002
  "v-combobox/theme": {
1967
2003
  "type": "string",
@@ -1972,7 +2008,7 @@
1972
2008
  "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)"
1973
2009
  },
1974
2010
  "v-combobox/variant": {
1975
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
2011
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
1976
2012
  "description": "Applies a distinct style to the component"
1977
2013
  },
1978
2014
  "v-combobox/name": {
@@ -2036,7 +2072,7 @@
2036
2072
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2037
2073
  },
2038
2074
  "v-combobox/menu-icon": {
2039
- "type": "string | (new () => any) | FunctionalComponent",
2075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2040
2076
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2041
2077
  },
2042
2078
  "v-combobox/menu-props": {
@@ -2112,11 +2148,11 @@
2112
2148
  "description": "Displays suffix text"
2113
2149
  },
2114
2150
  "v-combobox/append-icon": {
2115
- "type": "string | (new () => any) | FunctionalComponent",
2151
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2116
2152
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2117
2153
  },
2118
2154
  "v-combobox/prepend-icon": {
2119
- "type": "string | (new () => any) | FunctionalComponent",
2155
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2120
2156
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
2121
2157
  },
2122
2158
  "v-combobox/hint": {
@@ -2172,20 +2208,24 @@
2172
2208
  "description": "Allows for the component to be cleared"
2173
2209
  },
2174
2210
  "v-combobox/clear-icon": {
2175
- "type": "string | (new () => any) | FunctionalComponent",
2176
- "description": "Applied when using **clearable** and the input is dirty"
2211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2212
+ "description": "The icon used when the **clerable** prop is set to true"
2177
2213
  },
2178
2214
  "v-combobox/active": {
2179
2215
  "type": "boolean",
2180
2216
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2181
2217
  },
2218
+ "v-combobox/base-color": {
2219
+ "type": "string",
2220
+ "description": "MISSING DESCRIPTION"
2221
+ },
2182
2222
  "v-combobox/persistent-clear": {
2183
2223
  "type": "boolean",
2184
2224
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
2185
2225
  },
2186
2226
  "v-combobox/prepend-inner-icon": {
2187
- "type": "string | (new () => any) | FunctionalComponent",
2188
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
2227
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2228
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
2189
2229
  },
2190
2230
  "v-combobox/single-line": {
2191
2231
  "type": "boolean",
@@ -2212,7 +2252,7 @@
2212
2252
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2213
2253
  },
2214
2254
  "v-component-icon/icon": {
2215
- "type": "string | (new () => any) | FunctionalComponent",
2255
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2216
2256
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2217
2257
  },
2218
2258
  "v-component-icon/tag": {
@@ -2232,7 +2272,7 @@
2232
2272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2233
2273
  },
2234
2274
  "v-counter/transition": {
2235
- "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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
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>] } }",
2236
2276
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2237
2277
  },
2238
2278
  "v-counter/active": {
@@ -2792,7 +2832,7 @@
2792
2832
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
2793
2833
  },
2794
2834
  "v-dialog/transition": {
2795
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
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>] } }",
2796
2836
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2797
2837
  },
2798
2838
  "v-dialog/attach": {
@@ -2956,11 +2996,11 @@
2956
2996
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2957
2997
  },
2958
2998
  "v-expansion-panel/expand-icon": {
2959
- "type": "string | (new () => any) | FunctionalComponent",
2999
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2960
3000
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2961
3001
  },
2962
3002
  "v-expansion-panel/collapse-icon": {
2963
- "type": "string | (new () => any) | FunctionalComponent",
3003
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2964
3004
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2965
3005
  },
2966
3006
  "v-expansion-panel/hide-actions": {
@@ -2984,11 +3024,11 @@
2984
3024
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2985
3025
  },
2986
3026
  "v-expansion-panel-title/expand-icon": {
2987
- "type": "string | (new () => any) | FunctionalComponent",
3027
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2988
3028
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2989
3029
  },
2990
3030
  "v-expansion-panel-title/collapse-icon": {
2991
- "type": "string | (new () => any) | FunctionalComponent",
3031
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2992
3032
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2993
3033
  },
2994
3034
  "v-expansion-panel-title/hide-actions": {
@@ -3087,6 +3127,10 @@
3087
3127
  "type": "boolean",
3088
3128
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
3089
3129
  },
3130
+ "v-field/flat": {
3131
+ "type": "boolean",
3132
+ "description": "MISSING DESCRIPTION"
3133
+ },
3090
3134
  "v-field/model-value": {
3091
3135
  "type": "unknown",
3092
3136
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3099,6 +3143,10 @@
3099
3143
  "type": "boolean",
3100
3144
  "description": "Reverses the orientation "
3101
3145
  },
3146
+ "v-field/rounded": {
3147
+ "type": "string | number | boolean",
3148
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3149
+ },
3102
3150
  "v-field/theme": {
3103
3151
  "type": "string",
3104
3152
  "description": "Specify a theme for this component and all of its children"
@@ -3108,7 +3156,7 @@
3108
3156
  "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)"
3109
3157
  },
3110
3158
  "v-field/variant": {
3111
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
3159
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
3112
3160
  "description": "Applies a distinct style to the component"
3113
3161
  },
3114
3162
  "v-field/id": {
@@ -3128,7 +3176,7 @@
3128
3176
  "description": "Forces a focused state styling on the component."
3129
3177
  },
3130
3178
  "v-field/append-inner-icon": {
3131
- "type": "string | (new () => any) | FunctionalComponent",
3179
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3132
3180
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
3133
3181
  },
3134
3182
  "v-field/bg-color": {
@@ -3140,13 +3188,17 @@
3140
3188
  "description": "Allows for the component to be cleared"
3141
3189
  },
3142
3190
  "v-field/clear-icon": {
3143
- "type": "string | (new () => any) | FunctionalComponent",
3191
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3144
3192
  "description": "The icon used when the **clerable** prop is set to true"
3145
3193
  },
3146
3194
  "v-field/active": {
3147
3195
  "type": "boolean",
3148
3196
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3149
3197
  },
3198
+ "v-field/base-color": {
3199
+ "type": "string",
3200
+ "description": "MISSING DESCRIPTION"
3201
+ },
3150
3202
  "v-field/dirty": {
3151
3203
  "type": "boolean",
3152
3204
  "description": "Manually apply the dirty state styling"
@@ -3156,7 +3208,7 @@
3156
3208
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3157
3209
  },
3158
3210
  "v-field/prepend-inner-icon": {
3159
- "type": "string | (new () => any) | FunctionalComponent",
3211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3160
3212
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
3161
3213
  },
3162
3214
  "v-field/single-line": {
@@ -3171,6 +3223,10 @@
3171
3223
  "type": "boolean",
3172
3224
  "description": "Elevates the label above the slotted content."
3173
3225
  },
3226
+ "v-file-input/flat": {
3227
+ "type": "boolean",
3228
+ "description": "MISSING DESCRIPTION"
3229
+ },
3174
3230
  "v-file-input/model-value": {
3175
3231
  "type": "File[]",
3176
3232
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3187,6 +3243,10 @@
3187
3243
  "type": "boolean",
3188
3244
  "description": "Reverses the orientation "
3189
3245
  },
3246
+ "v-file-input/rounded": {
3247
+ "type": "string | number | boolean",
3248
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3249
+ },
3190
3250
  "v-file-input/theme": {
3191
3251
  "type": "string",
3192
3252
  "description": "Specify a theme for this component and all of its children"
@@ -3196,7 +3256,7 @@
3196
3256
  "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)"
3197
3257
  },
3198
3258
  "v-file-input/variant": {
3199
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
3259
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
3200
3260
  "description": "Applies a distinct style to the component"
3201
3261
  },
3202
3262
  "v-file-input/name": {
@@ -3224,11 +3284,11 @@
3224
3284
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
3225
3285
  },
3226
3286
  "v-file-input/append-icon": {
3227
- "type": "string | (new () => any) | FunctionalComponent",
3287
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3228
3288
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3229
3289
  },
3230
3290
  "v-file-input/prepend-icon": {
3231
- "type": "string | (new () => any) | FunctionalComponent",
3291
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3232
3292
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3233
3293
  },
3234
3294
  "v-file-input/hint": {
@@ -3280,7 +3340,7 @@
3280
3340
  "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"
3281
3341
  },
3282
3342
  "v-file-input/append-inner-icon": {
3283
- "type": "string | (new () => any) | FunctionalComponent",
3343
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3284
3344
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
3285
3345
  },
3286
3346
  "v-file-input/bg-color": {
@@ -3292,13 +3352,17 @@
3292
3352
  "description": "Allows for the component to be cleared"
3293
3353
  },
3294
3354
  "v-file-input/clear-icon": {
3295
- "type": "string | (new () => any) | FunctionalComponent",
3355
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3296
3356
  "description": "The icon used when the **clerable** prop is set to true"
3297
3357
  },
3298
3358
  "v-file-input/active": {
3299
3359
  "type": "boolean",
3300
3360
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3301
3361
  },
3362
+ "v-file-input/base-color": {
3363
+ "type": "string",
3364
+ "description": "MISSING DESCRIPTION"
3365
+ },
3302
3366
  "v-file-input/dirty": {
3303
3367
  "type": "boolean",
3304
3368
  "description": "Manually apply the dirty state styling"
@@ -3308,7 +3372,7 @@
3308
3372
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3309
3373
  },
3310
3374
  "v-file-input/prepend-inner-icon": {
3311
- "type": "string | (new () => any) | FunctionalComponent",
3375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3312
3376
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
3313
3377
  },
3314
3378
  "v-file-input/single-line": {
@@ -3424,7 +3488,7 @@
3424
3488
  "description": "Applies margin at the end of the component."
3425
3489
  },
3426
3490
  "v-icon/icon": {
3427
- "type": "string | (new () => any) | FunctionalComponent",
3491
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3428
3492
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3429
3493
  },
3430
3494
  "v-icon/tag": {
@@ -3491,6 +3555,58 @@
3491
3555
  "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3492
3556
  "description": "The image URL. This prop is mandatory."
3493
3557
  },
3558
+ "v-infinite-scroll/height": {
3559
+ "type": "string | number",
3560
+ "description": "Sets the height for the component."
3561
+ },
3562
+ "v-infinite-scroll/max-height": {
3563
+ "type": "string | number",
3564
+ "description": "Sets the maximum height for the component."
3565
+ },
3566
+ "v-infinite-scroll/max-width": {
3567
+ "type": "string | number",
3568
+ "description": "Sets the maximum width for the component."
3569
+ },
3570
+ "v-infinite-scroll/min-height": {
3571
+ "type": "string | number",
3572
+ "description": "Sets the minimum height for the component."
3573
+ },
3574
+ "v-infinite-scroll/min-width": {
3575
+ "type": "string | number",
3576
+ "description": "Sets the minimum width for the component."
3577
+ },
3578
+ "v-infinite-scroll/width": {
3579
+ "type": "string | number",
3580
+ "description": "Sets the width for the component."
3581
+ },
3582
+ "v-infinite-scroll/color": {
3583
+ "type": "string",
3584
+ "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)"
3585
+ },
3586
+ "v-infinite-scroll/direction": {
3587
+ "type": "\"horizontal\" | \"vertical\"",
3588
+ "description": "Specifies if scroller is **vertical** or **horizontal**."
3589
+ },
3590
+ "v-infinite-scroll/mode": {
3591
+ "type": "\"intersect\" | \"manual\"",
3592
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
3593
+ },
3594
+ "v-infinite-scroll/side": {
3595
+ "type": "\"end\" | \"start\" | \"both\"",
3596
+ "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
3597
+ },
3598
+ "v-infinite-scroll/margin": {
3599
+ "type": "string | number",
3600
+ "description": "Value sent to the intersection observer. Will make the observer trigger earlier, by the margin (px) value supplied."
3601
+ },
3602
+ "v-infinite-scroll/load-more-text": {
3603
+ "type": "string",
3604
+ "description": "Text shown in default load more button, when in manual mode."
3605
+ },
3606
+ "v-infinite-scroll/empty-text": {
3607
+ "type": "string",
3608
+ "description": "Text shown when there is no more content to load."
3609
+ },
3494
3610
  "v-input/model-value": {
3495
3611
  "type": "any",
3496
3612
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3520,11 +3636,11 @@
3520
3636
  "description": "Removes the ability to click or target the component"
3521
3637
  },
3522
3638
  "v-input/append-icon": {
3523
- "type": "string | (new () => any) | FunctionalComponent",
3639
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3524
3640
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3525
3641
  },
3526
3642
  "v-input/prepend-icon": {
3527
- "type": "string | (new () => any) | FunctionalComponent",
3643
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3528
3644
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3529
3645
  },
3530
3646
  "v-input/hint": {
@@ -3708,7 +3824,7 @@
3708
3824
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
3709
3825
  },
3710
3826
  "v-ligature-icon/icon": {
3711
- "type": "string | (new () => any) | FunctionalComponent",
3827
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3712
3828
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3713
3829
  },
3714
3830
  "v-ligature-icon/tag": {
@@ -3860,11 +3976,11 @@
3860
3976
  "description": "Expands / Collapse the list-group"
3861
3977
  },
3862
3978
  "v-list-group/append-icon": {
3863
- "type": "string | (new () => any) | FunctionalComponent",
3979
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3864
3980
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3865
3981
  },
3866
3982
  "v-list-group/prepend-icon": {
3867
- "type": "string | (new () => any) | FunctionalComponent",
3983
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3868
3984
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3869
3985
  },
3870
3986
  "v-list-group/active-color": {
@@ -3876,11 +3992,11 @@
3876
3992
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3877
3993
  },
3878
3994
  "v-list-group/expand-icon": {
3879
- "type": "string | (new () => any) | FunctionalComponent",
3995
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3880
3996
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3881
3997
  },
3882
3998
  "v-list-group/collapse-icon": {
3883
- "type": "string | (new () => any) | FunctionalComponent",
3999
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3884
4000
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3885
4001
  },
3886
4002
  "v-list-group/subgroup": {
@@ -3960,17 +4076,25 @@
3960
4076
  "description": "Removes the ability to click or target the component"
3961
4077
  },
3962
4078
  "v-list-item/append-icon": {
3963
- "type": "string | (new () => any) | FunctionalComponent",
4079
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3964
4080
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3965
4081
  },
3966
4082
  "v-list-item/prepend-icon": {
3967
- "type": "string | (new () => any) | FunctionalComponent",
4083
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3968
4084
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
3969
4085
  },
3970
4086
  "v-list-item/active": {
3971
4087
  "type": "boolean",
3972
4088
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3973
4089
  },
4090
+ "v-list-item/replace": {
4091
+ "type": "boolean",
4092
+ "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
+ },
4094
+ "v-list-item/link": {
4095
+ "type": "boolean",
4096
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
4097
+ },
3974
4098
  "v-list-item/lines": {
3975
4099
  "type": "\"one\" | \"two\" | \"three\"",
3976
4100
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
@@ -3987,10 +4111,6 @@
3987
4111
  "type": "string",
3988
4112
  "description": "Designates the component as anchor and applies the **href** attribute."
3989
4113
  },
3990
- "v-list-item/replace": {
3991
- "type": "boolean",
3992
- "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."
3993
- },
3994
4114
  "v-list-item/to": {
3995
4115
  "type": "unknown",
3996
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."
@@ -4015,10 +4135,6 @@
4015
4135
  "type": "string",
4016
4136
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
4017
4137
  },
4018
- "v-list-item/link": {
4019
- "type": "boolean",
4020
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
4021
- },
4022
4138
  "v-list-item/nav": {
4023
4139
  "type": "boolean",
4024
4140
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
@@ -4228,7 +4344,7 @@
4228
4344
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
4229
4345
  },
4230
4346
  "v-menu/transition": {
4231
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
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>] } }",
4232
4348
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4233
4349
  },
4234
4350
  "v-menu/attach": {
@@ -4240,7 +4356,7 @@
4240
4356
  "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)"
4241
4357
  },
4242
4358
  "v-messages/transition": {
4243
- "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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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 }",
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 }",
4244
4360
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4245
4361
  },
4246
4362
  "v-messages/messages": {
@@ -4540,11 +4656,11 @@
4540
4656
  "description": "The applied color when the component is in an active state"
4541
4657
  },
4542
4658
  "v-pagination/next-icon": {
4543
- "type": "string | (new () => any) | FunctionalComponent",
4659
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4544
4660
  "description": "The icon to use for the next button"
4545
4661
  },
4546
4662
  "v-pagination/prev-icon": {
4547
- "type": "string | (new () => any) | FunctionalComponent",
4663
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4548
4664
  "description": "The icon to use for the prev button"
4549
4665
  },
4550
4666
  "v-pagination/show-first-last-page": {
@@ -4556,11 +4672,11 @@
4556
4672
  "description": "Specify the total visible pagination numbers"
4557
4673
  },
4558
4674
  "v-pagination/first-icon": {
4559
- "type": "string | (new () => any) | FunctionalComponent",
4675
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4560
4676
  "description": "The icon to use for the first button"
4561
4677
  },
4562
4678
  "v-pagination/last-icon": {
4563
- "type": "string | (new () => any) | FunctionalComponent",
4679
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4564
4680
  "description": "The icon to use for the last button"
4565
4681
  },
4566
4682
  "v-pagination/aria-label": {
@@ -4784,11 +4900,11 @@
4784
4900
  "description": "Sets value for falsy state"
4785
4901
  },
4786
4902
  "v-radio/false-icon": {
4787
- "type": "string | (new () => any) | FunctionalComponent",
4903
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4788
4904
  "description": "The icon used when inactive"
4789
4905
  },
4790
4906
  "v-radio/true-icon": {
4791
- "type": "string | (new () => any) | FunctionalComponent",
4907
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4792
4908
  "description": "The icon used when active"
4793
4909
  },
4794
4910
  "v-radio-group/type": {
@@ -4840,11 +4956,11 @@
4840
4956
  "description": "Apply a custom comparison algorithm used for values"
4841
4957
  },
4842
4958
  "v-radio-group/append-icon": {
4843
- "type": "string | (new () => any) | FunctionalComponent",
4959
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4844
4960
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4845
4961
  },
4846
4962
  "v-radio-group/prepend-icon": {
4847
- "type": "string | (new () => any) | FunctionalComponent",
4963
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4848
4964
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4849
4965
  },
4850
4966
  "v-radio-group/hint": {
@@ -4904,11 +5020,11 @@
4904
5020
  "description": "Applies the [v-ripple](/directives/ripple) directive."
4905
5021
  },
4906
5022
  "v-radio-group/false-icon": {
4907
- "type": "string | (new () => any) | FunctionalComponent",
5023
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4908
5024
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
4909
5025
  },
4910
5026
  "v-radio-group/true-icon": {
4911
- "type": "string | (new () => any) | FunctionalComponent",
5027
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4912
5028
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
4913
5029
  },
4914
5030
  "v-range-slider/model-value": {
@@ -4956,11 +5072,11 @@
4956
5072
  "description": "Removes the ability to click or target the component"
4957
5073
  },
4958
5074
  "v-range-slider/append-icon": {
4959
- "type": "string | (new () => any) | FunctionalComponent",
5075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4960
5076
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4961
5077
  },
4962
5078
  "v-range-slider/prepend-icon": {
4963
- "type": "string | (new () => any) | FunctionalComponent",
5079
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4964
5080
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4965
5081
  },
4966
5082
  "v-range-slider/hint": {
@@ -5128,11 +5244,11 @@
5128
5244
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
5129
5245
  },
5130
5246
  "v-rating/empty-icon": {
5131
- "type": "string | (new () => any) | FunctionalComponent",
5247
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5132
5248
  "description": "The icon displayed when empty"
5133
5249
  },
5134
5250
  "v-rating/full-icon": {
5135
- "type": "string | (new () => any) | FunctionalComponent",
5251
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5136
5252
  "description": "The icon displayed when full"
5137
5253
  },
5138
5254
  "v-rating/item-label-position": {
@@ -5379,6 +5495,10 @@
5379
5495
  "type": "boolean",
5380
5496
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
5381
5497
  },
5498
+ "v-select/flat": {
5499
+ "type": "boolean",
5500
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
5501
+ },
5382
5502
  "v-select/type": {
5383
5503
  "type": "string",
5384
5504
  "description": "Sets input type"
@@ -5397,7 +5517,11 @@
5397
5517
  },
5398
5518
  "v-select/reverse": {
5399
5519
  "type": "boolean",
5400
- "description": "Reverses the input orientation"
5520
+ "description": "Reverses the orientation "
5521
+ },
5522
+ "v-select/rounded": {
5523
+ "type": "string | number | boolean",
5524
+ "description": "Adds a border radius to the input"
5401
5525
  },
5402
5526
  "v-select/theme": {
5403
5527
  "type": "string",
@@ -5408,7 +5532,7 @@
5408
5532
  "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)"
5409
5533
  },
5410
5534
  "v-select/variant": {
5411
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
5535
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
5412
5536
  "description": "Applies a distinct style to the component"
5413
5537
  },
5414
5538
  "v-select/name": {
@@ -5452,7 +5576,7 @@
5452
5576
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
5453
5577
  },
5454
5578
  "v-select/menu-icon": {
5455
- "type": "string | (new () => any) | FunctionalComponent",
5579
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5456
5580
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
5457
5581
  },
5458
5582
  "v-select/menu-props": {
@@ -5464,7 +5588,7 @@
5464
5588
  "description": "Removes the ability to click or target the input"
5465
5589
  },
5466
5590
  "v-select/transition": {
5467
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { 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>] } }",
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>] } }",
5468
5592
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5469
5593
  },
5470
5594
  "v-select/multiple": {
@@ -5528,11 +5652,11 @@
5528
5652
  "description": "Displays suffix text"
5529
5653
  },
5530
5654
  "v-select/append-icon": {
5531
- "type": "string | (new () => any) | FunctionalComponent",
5655
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5532
5656
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5533
5657
  },
5534
5658
  "v-select/prepend-icon": {
5535
- "type": "string | (new () => any) | FunctionalComponent",
5659
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5536
5660
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
5537
5661
  },
5538
5662
  "v-select/hint": {
@@ -5588,20 +5712,24 @@
5588
5712
  "description": "Allows for the component to be cleared"
5589
5713
  },
5590
5714
  "v-select/clear-icon": {
5591
- "type": "string | (new () => any) | FunctionalComponent",
5592
- "description": "Applied when using **clearable** and the input is dirty"
5715
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5716
+ "description": "The icon used when the **clerable** prop is set to true"
5593
5717
  },
5594
5718
  "v-select/active": {
5595
5719
  "type": "boolean",
5596
5720
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5597
5721
  },
5722
+ "v-select/base-color": {
5723
+ "type": "string",
5724
+ "description": "MISSING DESCRIPTION"
5725
+ },
5598
5726
  "v-select/persistent-clear": {
5599
5727
  "type": "boolean",
5600
5728
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
5601
5729
  },
5602
5730
  "v-select/prepend-inner-icon": {
5603
- "type": "string | (new () => any) | FunctionalComponent",
5604
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
5731
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5732
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
5605
5733
  },
5606
5734
  "v-select/single-line": {
5607
5735
  "type": "boolean",
@@ -5696,11 +5824,11 @@
5696
5824
  "description": "Sets value for falsy state"
5697
5825
  },
5698
5826
  "v-selection-control/false-icon": {
5699
- "type": "string | (new () => any) | FunctionalComponent",
5827
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5700
5828
  "description": "The icon used when inactive"
5701
5829
  },
5702
5830
  "v-selection-control/true-icon": {
5703
- "type": "string | (new () => any) | FunctionalComponent",
5831
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5704
5832
  "description": "The icon used when active"
5705
5833
  },
5706
5834
  "v-selection-control-group/type": {
@@ -5760,11 +5888,11 @@
5760
5888
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5761
5889
  },
5762
5890
  "v-selection-control-group/false-icon": {
5763
- "type": "string | (new () => any) | FunctionalComponent",
5891
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5764
5892
  "description": "The icon used when inactive"
5765
5893
  },
5766
5894
  "v-selection-control-group/true-icon": {
5767
- "type": "string | (new () => any) | FunctionalComponent",
5895
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5768
5896
  "description": "The icon used when active"
5769
5897
  },
5770
5898
  "v-selection-control-group/defaults-target": {
@@ -5916,11 +6044,11 @@
5916
6044
  "description": "Forces at least one item to always be selected (if available)."
5917
6045
  },
5918
6046
  "v-slide-group/next-icon": {
5919
- "type": "string | (new () => any) | FunctionalComponent",
6047
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5920
6048
  "description": "The appended slot when arrows are shown"
5921
6049
  },
5922
6050
  "v-slide-group/prev-icon": {
5923
- "type": "string | (new () => any) | FunctionalComponent",
6051
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5924
6052
  "description": "The prepended slot when arrows are shown"
5925
6053
  },
5926
6054
  "v-slide-group/show-arrows": {
@@ -6084,11 +6212,11 @@
6084
6212
  "description": "Removes the ability to click or target the component"
6085
6213
  },
6086
6214
  "v-slider/append-icon": {
6087
- "type": "string | (new () => any) | FunctionalComponent",
6215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6088
6216
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6089
6217
  },
6090
6218
  "v-slider/prepend-icon": {
6091
- "type": "string | (new () => any) | FunctionalComponent",
6219
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6092
6220
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6093
6221
  },
6094
6222
  "v-slider/hint": {
@@ -6340,7 +6468,7 @@
6340
6468
  "description": "Specify a custom tag used on the root element"
6341
6469
  },
6342
6470
  "v-svg-icon/icon": {
6343
- "type": "string | (new () => any) | FunctionalComponent",
6471
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6344
6472
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6345
6473
  },
6346
6474
  "v-svg-icon/tag": {
@@ -6404,11 +6532,11 @@
6404
6532
  "description": "Apply a custom comparison algorithm used for values"
6405
6533
  },
6406
6534
  "v-switch/append-icon": {
6407
- "type": "string | (new () => any) | FunctionalComponent",
6535
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6408
6536
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6409
6537
  },
6410
6538
  "v-switch/prepend-icon": {
6411
- "type": "string | (new () => any) | FunctionalComponent",
6539
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6412
6540
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6413
6541
  },
6414
6542
  "v-switch/hint": {
@@ -6484,11 +6612,11 @@
6484
6612
  "description": "Sets value for falsy state"
6485
6613
  },
6486
6614
  "v-switch/false-icon": {
6487
- "type": "string | (new () => any) | FunctionalComponent",
6615
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6488
6616
  "description": "The icon used when inactive"
6489
6617
  },
6490
6618
  "v-switch/true-icon": {
6491
- "type": "string | (new () => any) | FunctionalComponent",
6619
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6492
6620
  "description": "The icon used when active"
6493
6621
  },
6494
6622
  "v-switch/inset": {
@@ -6535,16 +6663,16 @@
6535
6663
  "type": "boolean",
6536
6664
  "description": "Increases the system bar height to 32px (24px default)."
6537
6665
  },
6538
- "v-tab/title": {
6666
+ "v-tab/text": {
6539
6667
  "type": "string",
6540
- "description": "Specify a title text for the component."
6668
+ "description": "Specify content text for the component."
6541
6669
  },
6542
6670
  "v-tab/border": {
6543
6671
  "type": "string | number | boolean",
6544
6672
  "description": "Applies border styles to component."
6545
6673
  },
6546
6674
  "v-tab/icon": {
6547
- "type": "boolean | string | (new () => any) | FunctionalComponent",
6675
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6548
6676
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6549
6677
  },
6550
6678
  "v-tab/density": {
@@ -6616,11 +6744,11 @@
6616
6744
  "description": "Removes the ability to click or target the component"
6617
6745
  },
6618
6746
  "v-tab/append-icon": {
6619
- "type": "string | (new () => any) | FunctionalComponent",
6747
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6620
6748
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6621
6749
  },
6622
6750
  "v-tab/prepend-icon": {
6623
- "type": "string | (new () => any) | FunctionalComponent",
6751
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6624
6752
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
6625
6753
  },
6626
6754
  "v-tab/direction": {
@@ -6631,6 +6759,10 @@
6631
6759
  "type": "string | boolean",
6632
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"
6633
6761
  },
6762
+ "v-tab/replace": {
6763
+ "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."
6765
+ },
6634
6766
  "v-tab/stacked": {
6635
6767
  "type": "boolean",
6636
6768
  "description": "Displays the tab as a flex-column."
@@ -6643,10 +6775,6 @@
6643
6775
  "type": "string",
6644
6776
  "description": "Designates the component as anchor and applies the **href** attribute."
6645
6777
  },
6646
- "v-tab/replace": {
6647
- "type": "boolean",
6648
- "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."
6649
- },
6650
6778
  "v-tab/to": {
6651
6779
  "type": "unknown",
6652
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."
@@ -6760,11 +6888,11 @@
6760
6888
  "description": "Forces at least one item to always be selected (if available)."
6761
6889
  },
6762
6890
  "v-tabs/next-icon": {
6763
- "type": "string | (new () => any) | FunctionalComponent",
6891
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6764
6892
  "description": "Right pagination icon"
6765
6893
  },
6766
6894
  "v-tabs/prev-icon": {
6767
- "type": "string | (new () => any) | FunctionalComponent",
6895
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6768
6896
  "description": "Left pagination icon"
6769
6897
  },
6770
6898
  "v-tabs/show-arrows": {
@@ -6791,6 +6919,10 @@
6791
6919
  "type": "\"title\" | \"end\" | \"start\" | \"center\"",
6792
6920
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))"
6793
6921
  },
6922
+ "v-text-field/flat": {
6923
+ "type": "boolean",
6924
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props"
6925
+ },
6794
6926
  "v-text-field/type": {
6795
6927
  "type": "string",
6796
6928
  "description": "Sets input type"
@@ -6811,6 +6943,10 @@
6811
6943
  "type": "boolean",
6812
6944
  "description": "Reverses the input orientation"
6813
6945
  },
6946
+ "v-text-field/rounded": {
6947
+ "type": "string | number | boolean",
6948
+ "description": "Adds a border radius to the input"
6949
+ },
6814
6950
  "v-text-field/theme": {
6815
6951
  "type": "string",
6816
6952
  "description": "Specify a theme for this component and all of its children"
@@ -6820,7 +6956,7 @@
6820
6956
  "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)"
6821
6957
  },
6822
6958
  "v-text-field/variant": {
6823
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
6959
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
6824
6960
  "description": "Applies a distinct style to the component"
6825
6961
  },
6826
6962
  "v-text-field/name": {
@@ -6864,11 +7000,11 @@
6864
7000
  "description": "Displays suffix text"
6865
7001
  },
6866
7002
  "v-text-field/append-icon": {
6867
- "type": "string | (new () => any) | FunctionalComponent",
7003
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6868
7004
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6869
7005
  },
6870
7006
  "v-text-field/prepend-icon": {
6871
- "type": "string | (new () => any) | FunctionalComponent",
7007
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6872
7008
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
6873
7009
  },
6874
7010
  "v-text-field/hint": {
@@ -6920,7 +7056,7 @@
6920
7056
  "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"
6921
7057
  },
6922
7058
  "v-text-field/append-inner-icon": {
6923
- "type": "string | (new () => any) | FunctionalComponent",
7059
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6924
7060
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
6925
7061
  },
6926
7062
  "v-text-field/bg-color": {
@@ -6932,13 +7068,17 @@
6932
7068
  "description": "Allows for the component to be cleared"
6933
7069
  },
6934
7070
  "v-text-field/clear-icon": {
6935
- "type": "string | (new () => any) | FunctionalComponent",
7071
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6936
7072
  "description": "Applied when using **clearable** and the input is dirty"
6937
7073
  },
6938
7074
  "v-text-field/active": {
6939
7075
  "type": "boolean",
6940
7076
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
6941
7077
  },
7078
+ "v-text-field/base-color": {
7079
+ "type": "string",
7080
+ "description": "MISSING DESCRIPTION"
7081
+ },
6942
7082
  "v-text-field/dirty": {
6943
7083
  "type": "boolean",
6944
7084
  "description": "Manually apply the dirty state styling"
@@ -6948,7 +7088,7 @@
6948
7088
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
6949
7089
  },
6950
7090
  "v-text-field/prepend-inner-icon": {
6951
- "type": "string | (new () => any) | FunctionalComponent",
7091
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6952
7092
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
6953
7093
  },
6954
7094
  "v-text-field/single-line": {
@@ -6971,6 +7111,10 @@
6971
7111
  "type": "Record<string, boolean>",
6972
7112
  "description": "MISSING DESCRIPTION"
6973
7113
  },
7114
+ "v-textarea/flat": {
7115
+ "type": "boolean",
7116
+ "description": "MISSING DESCRIPTION"
7117
+ },
6974
7118
  "v-textarea/model-value": {
6975
7119
  "type": "any",
6976
7120
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -6987,6 +7131,10 @@
6987
7131
  "type": "boolean",
6988
7132
  "description": "Reverses the orientation "
6989
7133
  },
7134
+ "v-textarea/rounded": {
7135
+ "type": "string | number | boolean",
7136
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
7137
+ },
6990
7138
  "v-textarea/theme": {
6991
7139
  "type": "string",
6992
7140
  "description": "Specify a theme for this component and all of its children"
@@ -6996,7 +7144,7 @@
6996
7144
  "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)"
6997
7145
  },
6998
7146
  "v-textarea/variant": {
6999
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\"",
7147
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\"",
7000
7148
  "description": "Applies a distinct style to the component"
7001
7149
  },
7002
7150
  "v-textarea/name": {
@@ -7040,11 +7188,11 @@
7040
7188
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7041
7189
  },
7042
7190
  "v-textarea/append-icon": {
7043
- "type": "string | (new () => any) | FunctionalComponent",
7191
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7044
7192
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7045
7193
  },
7046
7194
  "v-textarea/prepend-icon": {
7047
- "type": "string | (new () => any) | FunctionalComponent",
7195
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7048
7196
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
7049
7197
  },
7050
7198
  "v-textarea/hint": {
@@ -7096,7 +7244,7 @@
7096
7244
  "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"
7097
7245
  },
7098
7246
  "v-textarea/append-inner-icon": {
7099
- "type": "string | (new () => any) | FunctionalComponent",
7247
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7100
7248
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
7101
7249
  },
7102
7250
  "v-textarea/bg-color": {
@@ -7108,13 +7256,17 @@
7108
7256
  "description": "Allows for the component to be cleared"
7109
7257
  },
7110
7258
  "v-textarea/clear-icon": {
7111
- "type": "string | (new () => any) | FunctionalComponent",
7259
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7112
7260
  "description": "The icon used when the **clerable** prop is set to true"
7113
7261
  },
7114
7262
  "v-textarea/active": {
7115
7263
  "type": "boolean",
7116
7264
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7117
7265
  },
7266
+ "v-textarea/base-color": {
7267
+ "type": "string",
7268
+ "description": "MISSING DESCRIPTION"
7269
+ },
7118
7270
  "v-textarea/dirty": {
7119
7271
  "type": "boolean",
7120
7272
  "description": "Manually apply the dirty state styling"
@@ -7124,7 +7276,7 @@
7124
7276
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
7125
7277
  },
7126
7278
  "v-textarea/prepend-inner-icon": {
7127
- "type": "string | (new () => any) | FunctionalComponent",
7279
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7128
7280
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
7129
7281
  },
7130
7282
  "v-textarea/single-line": {
@@ -7191,6 +7343,10 @@
7191
7343
  "type": "\"horizontal\" | \"vertical\"",
7192
7344
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7193
7345
  },
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
+ },
7194
7350
  "v-timeline/align": {
7195
7351
  "type": "\"start\" | \"center\"",
7196
7352
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
@@ -7211,16 +7367,12 @@
7211
7367
  "type": "string | number",
7212
7368
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7213
7369
  },
7214
- "v-timeline/side": {
7215
- "type": "\"end\" | \"start\"",
7216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7217
- },
7218
7370
  "v-timeline/truncate-line": {
7219
7371
  "type": "\"end\" | \"start\" | \"both\"",
7220
7372
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
7221
7373
  },
7222
7374
  "v-timeline-item/icon": {
7223
- "type": "string | (new () => any) | FunctionalComponent",
7375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7224
7376
  "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
7225
7377
  },
7226
7378
  "v-timeline-item/density": {
@@ -7419,6 +7571,10 @@
7419
7571
  "type": "string",
7420
7572
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tooltip.json))"
7421
7573
  },
7574
+ "v-tooltip/eager": {
7575
+ "type": "boolean",
7576
+ "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."
7577
+ },
7422
7578
  "v-tooltip/activator": {
7423
7579
  "type": "string | Element | ComponentPublicInstance",
7424
7580
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -7579,10 +7735,6 @@
7579
7735
  "type": "unknown[]",
7580
7736
  "description": "The array of items to display"
7581
7737
  },
7582
- "v-virtual-scroll/visible-items": {
7583
- "type": "string | number",
7584
- "description": "MISSING DESCRIPTION"
7585
- },
7586
7738
  "v-virtual-scroll/item-height": {
7587
7739
  "type": "string | number",
7588
7740
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
@@ -7624,11 +7776,11 @@
7624
7776
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
7625
7777
  },
7626
7778
  "v-window/next-icon": {
7627
- "type": "string | (new () => any) | FunctionalComponent",
7779
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7628
7780
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
7629
7781
  },
7630
7782
  "v-window/prev-icon": {
7631
- "type": "string | (new () => any) | FunctionalComponent",
7783
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7632
7784
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
7633
7785
  },
7634
7786
  "v-window/show-arrows": {