@vuetify/nightly 4.0.0-dev-20230422.0 → 4.0.0-dev-20230427.0

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 (468) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +274 -198
  4. package/dist/json/importMap-labs.json +4 -0
  5. package/dist/json/importMap.json +60 -60
  6. package/dist/json/tags.json +25 -1
  7. package/dist/json/web-types.json +624 -344
  8. package/dist/vuetify-labs.css +110 -86
  9. package/dist/vuetify-labs.d.ts +5976 -8072
  10. package/dist/vuetify-labs.esm.js +1499 -1093
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +1498 -1092
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.css +21 -22
  15. package/dist/vuetify.d.ts +5999 -7524
  16. package/dist/vuetify.esm.js +1255 -1066
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +1254 -1065
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +744 -739
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/blueprints/index.d.ts +1 -1
  24. package/lib/blueprints/md1.d.ts +1 -1
  25. package/lib/blueprints/md2.d.ts +1 -1
  26. package/lib/blueprints/md3.d.ts +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +6 -4
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/index.d.ts +57 -55
  30. package/lib/components/VApp/VApp.mjs +4 -2
  31. package/lib/components/VApp/VApp.mjs.map +1 -1
  32. package/lib/components/VApp/index.d.ts +22 -13
  33. package/lib/components/VAppBar/VAppBar.mjs +3 -3
  34. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  35. package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
  36. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  37. package/lib/components/VAppBar/index.d.ts +87 -92
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
  39. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  40. package/lib/components/VAutocomplete/index.d.ts +225 -403
  41. package/lib/components/VAvatar/VAvatar.mjs +4 -2
  42. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  43. package/lib/components/VAvatar/index.d.ts +23 -14
  44. package/lib/components/VBadge/VBadge.mjs +6 -5
  45. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  46. package/lib/components/VBadge/index.d.ts +27 -22
  47. package/lib/components/VBanner/VBanner.mjs +6 -4
  48. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  49. package/lib/components/VBanner/VBannerActions.mjs +5 -2
  50. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  51. package/lib/components/VBanner/index.d.ts +92 -66
  52. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
  53. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  54. package/lib/components/VBottomNavigation/index.d.ts +22 -13
  55. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
  56. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  57. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
  58. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  59. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
  60. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  61. package/lib/components/VBreadcrumbs/index.d.ts +134 -93
  62. package/lib/components/VBtn/VBtn.mjs +5 -3
  63. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  64. package/lib/components/VBtn/index.d.ts +33 -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 +69 -103
  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 +225 -403
  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 +4 -3
  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 +0 -1
  129. package/lib/components/VField/VField.mjs +9 -6
  130. package/lib/components/VField/VField.mjs.map +1 -1
  131. package/lib/components/VField/VField.sass +0 -1
  132. package/lib/components/VField/VFieldLabel.mjs +6 -3
  133. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  134. package/lib/components/VField/index.d.ts +119 -70
  135. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  136. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  137. package/lib/components/VFileInput/index.d.ts +99 -150
  138. package/lib/components/VFooter/VFooter.mjs +4 -2
  139. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  140. package/lib/components/VFooter/index.d.ts +22 -13
  141. package/lib/components/VForm/VForm.mjs +5 -2
  142. package/lib/components/VForm/VForm.mjs.map +1 -1
  143. package/lib/components/VForm/index.d.ts +30 -17
  144. package/lib/components/VGrid/VCol.mjs +4 -1
  145. package/lib/components/VGrid/VCol.mjs.map +1 -1
  146. package/lib/components/VGrid/VContainer.mjs +4 -1
  147. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  148. package/lib/components/VGrid/VRow.mjs +4 -1
  149. package/lib/components/VGrid/VRow.mjs.map +1 -1
  150. package/lib/components/VGrid/index.d.ts +104 -60
  151. package/lib/components/VHover/index.d.ts +20 -44
  152. package/lib/components/VIcon/VIcon.mjs +4 -2
  153. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  154. package/lib/components/VIcon/index.d.ts +23 -26
  155. package/lib/components/VImg/VImg.mjs +5 -3
  156. package/lib/components/VImg/VImg.mjs.map +1 -1
  157. package/lib/components/VImg/index.d.ts +26 -29
  158. package/lib/components/VInput/VInput.mjs +4 -1
  159. package/lib/components/VInput/VInput.mjs.map +1 -1
  160. package/lib/components/VInput/index.d.ts +31 -34
  161. package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
  162. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  163. package/lib/components/VItemGroup/index.d.ts +30 -33
  164. package/lib/components/VKbd/index.d.ts +30 -17
  165. package/lib/components/VLabel/VLabel.mjs +4 -1
  166. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  167. package/lib/components/VLabel/index.d.ts +22 -13
  168. package/lib/components/VLayout/VLayout.mjs +8 -4
  169. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  170. package/lib/components/VLayout/VLayoutItem.mjs +4 -2
  171. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  172. package/lib/components/VLayout/index.d.ts +44 -26
  173. package/lib/components/VLazy/VLazy.mjs +4 -2
  174. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  175. package/lib/components/VLazy/index.d.ts +22 -13
  176. package/lib/components/VList/VList.mjs +7 -24
  177. package/lib/components/VList/VList.mjs.map +1 -1
  178. package/lib/components/VList/VListChildren.mjs.map +1 -1
  179. package/lib/components/VList/VListGroup.mjs +5 -2
  180. package/lib/components/VList/VListGroup.mjs.map +1 -1
  181. package/lib/components/VList/VListItem.mjs +4 -2
  182. package/lib/components/VList/VListItem.mjs.map +1 -1
  183. package/lib/components/VList/VListItemAction.mjs +4 -1
  184. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  185. package/lib/components/VList/VListItemMedia.mjs +4 -1
  186. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  187. package/lib/components/VList/VListSubheader.mjs +5 -3
  188. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  189. package/lib/components/VList/index.d.ts +932 -826
  190. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
  191. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  192. package/lib/components/VLocaleProvider/index.d.ts +30 -17
  193. package/lib/components/VMain/VMain.mjs +4 -2
  194. package/lib/components/VMain/VMain.mjs.map +1 -1
  195. package/lib/components/VMain/index.d.ts +30 -17
  196. package/lib/components/VMenu/VMenu.mjs +2 -1
  197. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  198. package/lib/components/VMenu/index.d.ts +104 -282
  199. package/lib/components/VMessages/VMessages.mjs +4 -2
  200. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  201. package/lib/components/VMessages/index.d.ts +22 -145
  202. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
  203. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  204. package/lib/components/VNavigationDrawer/index.d.ts +26 -29
  205. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  206. package/lib/components/VNoSsr/index.d.ts +3 -13
  207. package/lib/components/VOverlay/VOverlay.mjs +5 -3
  208. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  209. package/lib/components/VOverlay/index.d.ts +38 -45
  210. package/lib/components/VPagination/VPagination.mjs +4 -1
  211. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  212. package/lib/components/VPagination/index.d.ts +23 -30
  213. package/lib/components/VParallax/VParallax.mjs +5 -2
  214. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  215. package/lib/components/VParallax/index.d.ts +34 -33
  216. package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
  217. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  218. package/lib/components/VProgressCircular/index.d.ts +22 -13
  219. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
  220. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  221. package/lib/components/VProgressLinear/index.d.ts +42 -45
  222. package/lib/components/VRadio/VRadio.mjs +2 -1
  223. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  224. package/lib/components/VRadio/index.d.ts +27 -38
  225. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  226. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  227. package/lib/components/VRadioGroup/index.d.ts +39 -62
  228. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  230. package/lib/components/VRangeSlider/index.d.ts +27 -38
  231. package/lib/components/VRating/VRating.mjs +4 -1
  232. package/lib/components/VRating/VRating.mjs.map +1 -1
  233. package/lib/components/VRating/index.d.ts +23 -18
  234. package/lib/components/VResponsive/VResponsive.mjs +4 -2
  235. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  236. package/lib/components/VResponsive/index.d.ts +43 -31
  237. package/lib/components/VSelect/VSelect.mjs +2 -1
  238. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  239. package/lib/components/VSelect/index.d.ts +194 -552
  240. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
  241. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  242. package/lib/components/VSelectionControl/index.d.ts +76 -46
  243. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
  244. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  245. package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
  246. package/lib/components/VSheet/VSheet.mjs +4 -2
  247. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  248. package/lib/components/VSheet/index.d.ts +22 -13
  249. package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
  250. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  251. package/lib/components/VSlideGroup/index.d.ts +59 -90
  252. package/lib/components/VSlider/VSlider.mjs +2 -1
  253. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  254. package/lib/components/VSlider/VSliderThumb.mjs +6 -4
  255. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  256. package/lib/components/VSlider/VSliderTrack.mjs +6 -4
  257. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  258. package/lib/components/VSlider/index.d.ts +27 -38
  259. package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
  260. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  261. package/lib/components/VSnackbar/index.d.ts +92 -142
  262. package/lib/components/VSwitch/VSwitch.mjs +2 -1
  263. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  264. package/lib/components/VSwitch/index.d.ts +39 -66
  265. package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
  266. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  267. package/lib/components/VSystemBar/index.d.ts +22 -13
  268. package/lib/components/VTable/VTable.mjs +4 -1
  269. package/lib/components/VTable/VTable.mjs.map +1 -1
  270. package/lib/components/VTable/index.d.ts +26 -29
  271. package/lib/components/VTabs/VTab.mjs +2 -2
  272. package/lib/components/VTabs/VTab.mjs.map +1 -1
  273. package/lib/components/VTabs/VTabs.mjs +2 -2
  274. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  275. package/lib/components/VTabs/index.d.ts +45 -27
  276. package/lib/components/VTextField/VTextField.mjs +2 -1
  277. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  278. package/lib/components/VTextField/index.d.ts +208 -269
  279. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  280. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  281. package/lib/components/VTextarea/index.d.ts +79 -122
  282. package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
  283. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  284. package/lib/components/VThemeProvider/index.d.ts +22 -13
  285. package/lib/components/VTimeline/VTimeline.mjs +5 -3
  286. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  287. package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
  288. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  289. package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
  290. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  291. package/lib/components/VTimeline/index.d.ts +67 -57
  292. package/lib/components/VToolbar/VToolbar.mjs +4 -2
  293. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  294. package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
  295. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  296. package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
  297. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  298. package/lib/components/VToolbar/index.d.ts +74 -71
  299. package/lib/components/VTooltip/VTooltip.mjs +2 -1
  300. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  301. package/lib/components/VTooltip/index.d.ts +104 -150
  302. package/lib/components/VValidation/index.d.ts +0 -12
  303. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
  304. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  305. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
  306. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  307. package/lib/components/VVirtualScroll/index.d.ts +70 -30
  308. package/lib/components/VWindow/VWindow.mjs +4 -1
  309. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  310. package/lib/components/VWindow/VWindowItem.mjs +4 -1
  311. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  312. package/lib/components/VWindow/index.d.ts +61 -79
  313. package/lib/components/index.d.ts +5229 -6754
  314. package/lib/components/transitions/index.d.ts +0 -192
  315. package/lib/composables/component.mjs +11 -0
  316. package/lib/composables/component.mjs.map +1 -0
  317. package/lib/composables/defaults.mjs +51 -5
  318. package/lib/composables/defaults.mjs.map +1 -1
  319. package/lib/composables/icons.mjs +15 -4
  320. package/lib/composables/icons.mjs.map +1 -1
  321. package/lib/composables/index.mjs +1 -1
  322. package/lib/composables/index.mjs.map +1 -1
  323. package/lib/composables/intersectionObserver.mjs +2 -2
  324. package/lib/composables/intersectionObserver.mjs.map +1 -1
  325. package/lib/composables/loader.mjs.map +1 -1
  326. package/lib/entry-bundler.mjs +1 -1
  327. package/lib/framework.mjs +2 -2
  328. package/lib/framework.mjs.map +1 -1
  329. package/lib/iconsets/fa-svg.d.ts +1 -1
  330. package/lib/iconsets/fa.d.ts +1 -1
  331. package/lib/iconsets/fa4.d.ts +1 -1
  332. package/lib/iconsets/md.d.ts +1 -1
  333. package/lib/iconsets/mdi-svg.d.ts +1 -1
  334. package/lib/iconsets/mdi.d.ts +1 -1
  335. package/lib/index.d.ts +24 -24
  336. package/lib/labs/VDataTable/VDataTable.mjs +1 -1
  337. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  338. package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
  339. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  340. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  341. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  342. package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
  343. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  344. package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
  345. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  346. package/lib/labs/VDataTable/index.d.ts +61 -933
  347. package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
  348. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
  349. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  350. package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
  351. package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
  352. package/lib/labs/VInfiniteScroll/index.d.ts +321 -0
  353. package/lib/labs/VInfiniteScroll/index.mjs +2 -0
  354. package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
  355. package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
  356. package/lib/labs/components.d.ts +398 -969
  357. package/lib/labs/components.mjs +1 -0
  358. package/lib/labs/components.mjs.map +1 -1
  359. package/lib/labs/date/DateAdapter.mjs +2 -0
  360. package/lib/labs/date/DateAdapter.mjs.map +1 -0
  361. package/lib/labs/date/adapters/vuetify.d.ts +52 -0
  362. package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
  363. package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
  364. package/lib/{composables → labs/date}/date.mjs +3 -3
  365. package/lib/labs/date/date.mjs.map +1 -0
  366. package/lib/labs/date/index.d.ts +40 -0
  367. package/lib/labs/date/index.mjs +2 -0
  368. package/lib/labs/date/index.mjs.map +1 -0
  369. package/lib/labs/index.mjs +3 -2
  370. package/lib/labs/index.mjs.map +1 -1
  371. package/lib/locale/af.mjs +5 -1
  372. package/lib/locale/af.mjs.map +1 -1
  373. package/lib/locale/ar.mjs +5 -1
  374. package/lib/locale/ar.mjs.map +1 -1
  375. package/lib/locale/az.mjs +5 -1
  376. package/lib/locale/az.mjs.map +1 -1
  377. package/lib/locale/bg.mjs +5 -1
  378. package/lib/locale/bg.mjs.map +1 -1
  379. package/lib/locale/ca.mjs +5 -1
  380. package/lib/locale/ca.mjs.map +1 -1
  381. package/lib/locale/ckb.mjs +5 -1
  382. package/lib/locale/ckb.mjs.map +1 -1
  383. package/lib/locale/cs.mjs +5 -1
  384. package/lib/locale/cs.mjs.map +1 -1
  385. package/lib/locale/da.mjs +5 -1
  386. package/lib/locale/da.mjs.map +1 -1
  387. package/lib/locale/de.mjs +5 -1
  388. package/lib/locale/de.mjs.map +1 -1
  389. package/lib/locale/el.mjs +5 -1
  390. package/lib/locale/el.mjs.map +1 -1
  391. package/lib/locale/en.mjs +5 -1
  392. package/lib/locale/en.mjs.map +1 -1
  393. package/lib/locale/es.mjs +5 -1
  394. package/lib/locale/es.mjs.map +1 -1
  395. package/lib/locale/et.mjs +5 -1
  396. package/lib/locale/et.mjs.map +1 -1
  397. package/lib/locale/fa.mjs +5 -1
  398. package/lib/locale/fa.mjs.map +1 -1
  399. package/lib/locale/fi.mjs +5 -1
  400. package/lib/locale/fi.mjs.map +1 -1
  401. package/lib/locale/fr.mjs +5 -1
  402. package/lib/locale/fr.mjs.map +1 -1
  403. package/lib/locale/he.mjs +5 -1
  404. package/lib/locale/he.mjs.map +1 -1
  405. package/lib/locale/hr.mjs +5 -1
  406. package/lib/locale/hr.mjs.map +1 -1
  407. package/lib/locale/hu.mjs +5 -1
  408. package/lib/locale/hu.mjs.map +1 -1
  409. package/lib/locale/id.mjs +5 -1
  410. package/lib/locale/id.mjs.map +1 -1
  411. package/lib/locale/index.d.ts +168 -0
  412. package/lib/locale/it.mjs +5 -1
  413. package/lib/locale/it.mjs.map +1 -1
  414. package/lib/locale/ja.mjs +5 -1
  415. package/lib/locale/ja.mjs.map +1 -1
  416. package/lib/locale/ko.mjs +5 -1
  417. package/lib/locale/ko.mjs.map +1 -1
  418. package/lib/locale/lt.mjs +5 -1
  419. package/lib/locale/lt.mjs.map +1 -1
  420. package/lib/locale/lv.mjs +5 -1
  421. package/lib/locale/lv.mjs.map +1 -1
  422. package/lib/locale/nl.mjs +5 -1
  423. package/lib/locale/nl.mjs.map +1 -1
  424. package/lib/locale/no.mjs +5 -1
  425. package/lib/locale/no.mjs.map +1 -1
  426. package/lib/locale/pl.mjs +5 -1
  427. package/lib/locale/pl.mjs.map +1 -1
  428. package/lib/locale/pt.mjs +5 -1
  429. package/lib/locale/pt.mjs.map +1 -1
  430. package/lib/locale/ro.mjs +5 -1
  431. package/lib/locale/ro.mjs.map +1 -1
  432. package/lib/locale/ru.mjs +5 -1
  433. package/lib/locale/ru.mjs.map +1 -1
  434. package/lib/locale/sk.mjs +5 -1
  435. package/lib/locale/sk.mjs.map +1 -1
  436. package/lib/locale/sl.mjs +5 -1
  437. package/lib/locale/sl.mjs.map +1 -1
  438. package/lib/locale/sr-Cyrl.mjs +5 -1
  439. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  440. package/lib/locale/sr-Latn.mjs +5 -1
  441. package/lib/locale/sr-Latn.mjs.map +1 -1
  442. package/lib/locale/sv.mjs +5 -1
  443. package/lib/locale/sv.mjs.map +1 -1
  444. package/lib/locale/th.mjs +5 -1
  445. package/lib/locale/th.mjs.map +1 -1
  446. package/lib/locale/tr.mjs +5 -1
  447. package/lib/locale/tr.mjs.map +1 -1
  448. package/lib/locale/uk.mjs +5 -1
  449. package/lib/locale/uk.mjs.map +1 -1
  450. package/lib/locale/vi.mjs +5 -1
  451. package/lib/locale/vi.mjs.map +1 -1
  452. package/lib/locale/zh-Hans.mjs +5 -1
  453. package/lib/locale/zh-Hans.mjs.map +1 -1
  454. package/lib/locale/zh-Hant.mjs +5 -1
  455. package/lib/locale/zh-Hant.mjs.map +1 -1
  456. package/lib/util/createSimpleFunctional.mjs +9 -4
  457. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  458. package/lib/util/defineComponent.mjs +11 -43
  459. package/lib/util/defineComponent.mjs.map +1 -1
  460. package/lib/util/helpers.mjs +28 -2
  461. package/lib/util/helpers.mjs.map +1 -1
  462. package/lib/util/index.mjs +1 -0
  463. package/lib/util/index.mjs.map +1 -1
  464. package/package.json +2 -1
  465. package/lib/adapters/date-adapter.mjs +0 -2
  466. package/lib/adapters/date-adapter.mjs.map +0 -1
  467. package/lib/adapters/vuetify.mjs.map +0 -1
  468. package/lib/composables/date.mjs.map +0 -1
@@ -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": {
@@ -212,7 +212,7 @@
212
212
  "description": "MISSING DESCRIPTION"
213
213
  },
214
214
  "v-app-bar-nav-icon/icon": {
215
- "type": "string | (new () => any) | FunctionalComponent",
215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
216
216
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
217
217
  },
218
218
  "v-app-bar-title/text": {
@@ -328,7 +328,7 @@
328
328
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
329
329
  },
330
330
  "v-autocomplete/menu-icon": {
331
- "type": "string | (new () => any) | FunctionalComponent",
331
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
332
332
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
333
333
  },
334
334
  "v-autocomplete/menu-props": {
@@ -404,11 +404,11 @@
404
404
  "description": "Displays suffix text"
405
405
  },
406
406
  "v-autocomplete/append-icon": {
407
- "type": "string | (new () => any) | FunctionalComponent",
407
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
408
408
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
409
409
  },
410
410
  "v-autocomplete/prepend-icon": {
411
- "type": "string | (new () => any) | FunctionalComponent",
411
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
412
412
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
413
413
  },
414
414
  "v-autocomplete/hint": {
@@ -464,19 +464,23 @@
464
464
  "description": "Allows for the component to be cleared"
465
465
  },
466
466
  "v-autocomplete/clear-icon": {
467
- "type": "string | (new () => any) | FunctionalComponent",
467
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
468
468
  "description": "The icon used when the **clerable** prop is set to true"
469
469
  },
470
470
  "v-autocomplete/active": {
471
471
  "type": "boolean",
472
472
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
473
473
  },
474
+ "v-autocomplete/base-color": {
475
+ "type": "string",
476
+ "description": "MISSING DESCRIPTION"
477
+ },
474
478
  "v-autocomplete/persistent-clear": {
475
479
  "type": "boolean",
476
480
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
477
481
  },
478
482
  "v-autocomplete/prepend-inner-icon": {
479
- "type": "string | (new () => any) | FunctionalComponent",
483
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
480
484
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
481
485
  },
482
486
  "v-autocomplete/single-line": {
@@ -508,7 +512,7 @@
508
512
  "description": "Applies margin at the end of the component."
509
513
  },
510
514
  "v-avatar/icon": {
511
- "type": "string | (new () => any) | FunctionalComponent",
515
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
512
516
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
513
517
  },
514
518
  "v-avatar/density": {
@@ -544,7 +548,7 @@
544
548
  "description": "Apply a specific image using [v-img](/components/images/)."
545
549
  },
546
550
  "v-badge/icon": {
547
- "type": "string | (new () => any) | FunctionalComponent",
551
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
548
552
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
549
553
  },
550
554
  "v-badge/model-value": {
@@ -624,7 +628,7 @@
624
628
  "description": "Applies border styles to component."
625
629
  },
626
630
  "v-banner/icon": {
627
- "type": "string | (new () => any) | FunctionalComponent",
631
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
628
632
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
629
633
  },
630
634
  "v-banner/density": {
@@ -796,7 +800,7 @@
796
800
  "description": "Forces at least one item to always be selected (if available)."
797
801
  },
798
802
  "v-breadcrumbs/icon": {
799
- "type": "string | (new () => any) | FunctionalComponent",
803
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
800
804
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
801
805
  },
802
806
  "v-breadcrumbs/density": {
@@ -816,7 +820,7 @@
816
820
  "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)"
817
821
  },
818
822
  "v-breadcrumbs/items": {
819
- "type": "unknown[]",
823
+ "type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]",
820
824
  "description": "An array of strings or objects used for automatically generating children components"
821
825
  },
822
826
  "v-breadcrumbs/disabled": {
@@ -859,6 +863,10 @@
859
863
  "type": "boolean",
860
864
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
861
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
+ },
862
870
  "v-breadcrumbs-item/active-class": {
863
871
  "type": "string",
864
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"
@@ -871,18 +879,14 @@
871
879
  "type": "string",
872
880
  "description": "Designates the component as anchor and applies the **href** attribute."
873
881
  },
874
- "v-breadcrumbs-item/replace": {
875
- "type": "boolean",
876
- "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."
882
+ "v-breadcrumbs-item/to": {
883
+ "type": "unknown",
884
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
877
885
  },
878
886
  "v-breadcrumbs-item/exact": {
879
887
  "type": "boolean",
880
888
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
881
889
  },
882
- "v-breadcrumbs-item/to": {
883
- "type": "unknown",
884
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
885
- },
886
890
  "v-btn/symbol": {
887
891
  "type": "any",
888
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/) "
@@ -900,7 +904,7 @@
900
904
  "description": "Applies border styles to component."
901
905
  },
902
906
  "v-btn/icon": {
903
- "type": "boolean | string | (new () => any) | FunctionalComponent",
907
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
904
908
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
905
909
  },
906
910
  "v-btn/density": {
@@ -980,11 +984,11 @@
980
984
  "description": "Expands the button to 100% of available space."
981
985
  },
982
986
  "v-btn/append-icon": {
983
- "type": "string | (new () => any) | FunctionalComponent",
987
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
984
988
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
985
989
  },
986
990
  "v-btn/prepend-icon": {
987
- "type": "string | (new () => any) | FunctionalComponent",
991
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
988
992
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
989
993
  },
990
994
  "v-btn/active": {
@@ -995,6 +999,10 @@
995
999
  "type": "string | boolean",
996
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"
997
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
+ },
998
1006
  "v-btn/stacked": {
999
1007
  "type": "boolean",
1000
1008
  "description": "Displays the button as a flex-column."
@@ -1007,18 +1015,14 @@
1007
1015
  "type": "string",
1008
1016
  "description": "Designates the component as anchor and applies the **href** attribute."
1009
1017
  },
1010
- "v-btn/replace": {
1011
- "type": "boolean",
1012
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1018
+ "v-btn/to": {
1019
+ "type": "unknown",
1020
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1013
1021
  },
1014
1022
  "v-btn/exact": {
1015
1023
  "type": "boolean",
1016
1024
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1017
1025
  },
1018
- "v-btn/to": {
1019
- "type": "unknown",
1020
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1021
- },
1022
1026
  "v-btn/ripple": {
1023
1027
  "type": "boolean",
1024
1028
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -1204,33 +1208,37 @@
1204
1208
  "description": "Removes the ability to click or target the component"
1205
1209
  },
1206
1210
  "v-card/append-icon": {
1207
- "type": "string | (new () => any) | FunctionalComponent",
1211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1208
1212
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1209
1213
  },
1210
1214
  "v-card/prepend-icon": {
1211
- "type": "string | (new () => any) | FunctionalComponent",
1215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1212
1216
  "description": "Prepends a [v-icon](/components/icons/) component to the header"
1213
1217
  },
1214
1218
  "v-card/loading": {
1215
1219
  "type": "string | boolean",
1216
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"
1217
1221
  },
1218
- "v-card/href": {
1219
- "type": "string",
1220
- "description": "Designates the component as anchor and applies the **href** attribute."
1221
- },
1222
1222
  "v-card/replace": {
1223
1223
  "type": "boolean",
1224
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."
1225
1225
  },
1226
- "v-card/exact": {
1226
+ "v-card/link": {
1227
1227
  "type": "boolean",
1228
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
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."
1229
1233
  },
1230
1234
  "v-card/to": {
1231
1235
  "type": "unknown",
1232
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."
1233
1237
  },
1238
+ "v-card/exact": {
1239
+ "type": "boolean",
1240
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1241
+ },
1234
1242
  "v-card/ripple": {
1235
1243
  "type": "boolean",
1236
1244
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -1251,10 +1259,6 @@
1251
1259
  "type": "string",
1252
1260
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1253
1261
  },
1254
- "v-card/link": {
1255
- "type": "boolean",
1256
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1257
- },
1258
1262
  "v-card-item/title": {
1259
1263
  "type": "string",
1260
1264
  "description": "Specify a title text for the component."
@@ -1264,11 +1268,11 @@
1264
1268
  "description": "Adjusts the vertical height used by the component."
1265
1269
  },
1266
1270
  "v-card-item/append-icon": {
1267
- "type": "string | (new () => any) | FunctionalComponent",
1271
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1268
1272
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1269
1273
  },
1270
1274
  "v-card-item/prepend-icon": {
1271
- "type": "string | (new () => any) | FunctionalComponent",
1275
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1272
1276
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1273
1277
  },
1274
1278
  "v-card-item/subtitle": {
@@ -1348,7 +1352,7 @@
1348
1352
  "description": "Hides the bottom delimiter background."
1349
1353
  },
1350
1354
  "v-carousel/delimiter-icon": {
1351
- "type": "string | (new () => any) | FunctionalComponent",
1355
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1352
1356
  "description": "Sets icon for carousel delimiter"
1353
1357
  },
1354
1358
  "v-carousel/interval": {
@@ -1364,11 +1368,11 @@
1364
1368
  "description": "Determines whether carousel is continuous"
1365
1369
  },
1366
1370
  "v-carousel/next-icon": {
1367
- "type": "string | (new () => any) | FunctionalComponent",
1371
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1368
1372
  "description": "The displayed icon for forcing pagination to the next item."
1369
1373
  },
1370
1374
  "v-carousel/prev-icon": {
1371
- "type": "string | (new () => any) | FunctionalComponent",
1375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1372
1376
  "description": "The displayed icon for forcing pagination to the previous item."
1373
1377
  },
1374
1378
  "v-carousel/show-arrows": {
@@ -1417,7 +1421,7 @@
1417
1421
  },
1418
1422
  "v-checkbox/value": {
1419
1423
  "type": "any",
1420
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1424
+ "description": "The input's value"
1421
1425
  },
1422
1426
  "v-checkbox/id": {
1423
1427
  "type": "string",
@@ -1440,11 +1444,11 @@
1440
1444
  "description": "Apply a custom comparison algorithm used for values"
1441
1445
  },
1442
1446
  "v-checkbox/append-icon": {
1443
- "type": "string | (new () => any) | FunctionalComponent",
1447
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1444
1448
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1445
1449
  },
1446
1450
  "v-checkbox/prepend-icon": {
1447
- "type": "string | (new () => any) | FunctionalComponent",
1451
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1448
1452
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1449
1453
  },
1450
1454
  "v-checkbox/hint": {
@@ -1504,23 +1508,23 @@
1504
1508
  "description": "Sets an indeterminate state for the checkbox"
1505
1509
  },
1506
1510
  "v-checkbox/indeterminate-icon": {
1507
- "type": "string | (new () => any) | FunctionalComponent",
1511
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1508
1512
  "description": "The icon used when in an indeterminate state"
1509
1513
  },
1510
1514
  "v-checkbox/true-value": {
1511
1515
  "type": "any",
1512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1516
+ "description": "Sets value for truthy state"
1513
1517
  },
1514
1518
  "v-checkbox/false-value": {
1515
1519
  "type": "any",
1516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1520
+ "description": "Sets value for falsy state"
1517
1521
  },
1518
1522
  "v-checkbox/false-icon": {
1519
- "type": "string | (new () => any) | FunctionalComponent",
1523
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1520
1524
  "description": "The icon used when inactive"
1521
1525
  },
1522
1526
  "v-checkbox/true-icon": {
1523
- "type": "string | (new () => any) | FunctionalComponent",
1527
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1524
1528
  "description": "The icon used when active"
1525
1529
  },
1526
1530
  "v-checkbox-btn/type": {
@@ -1553,7 +1557,7 @@
1553
1557
  },
1554
1558
  "v-checkbox-btn/value": {
1555
1559
  "type": "any",
1556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1560
+ "description": "MISSING DESCRIPTION"
1557
1561
  },
1558
1562
  "v-checkbox-btn/id": {
1559
1563
  "type": "string",
@@ -1592,23 +1596,23 @@
1592
1596
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1593
1597
  },
1594
1598
  "v-checkbox-btn/indeterminate-icon": {
1595
- "type": "string | (new () => any) | FunctionalComponent",
1599
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1596
1600
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1597
1601
  },
1598
1602
  "v-checkbox-btn/true-value": {
1599
1603
  "type": "any",
1600
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1604
+ "description": "Sets value for truthy state"
1601
1605
  },
1602
1606
  "v-checkbox-btn/false-value": {
1603
1607
  "type": "any",
1604
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
1608
+ "description": "Sets value for falsy state"
1605
1609
  },
1606
1610
  "v-checkbox-btn/false-icon": {
1607
- "type": "string | (new () => any) | FunctionalComponent",
1611
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1608
1612
  "description": "The icon used when inactive"
1609
1613
  },
1610
1614
  "v-checkbox-btn/true-icon": {
1611
- "type": "string | (new () => any) | FunctionalComponent",
1615
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1612
1616
  "description": "The icon used when active"
1613
1617
  },
1614
1618
  "v-chip/text": {
@@ -1628,7 +1632,7 @@
1628
1632
  "description": "Applies border styles to component."
1629
1633
  },
1630
1634
  "v-chip/close-icon": {
1631
- "type": "string | (new () => any) | FunctionalComponent",
1635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1632
1636
  "description": "Change the default icon used for **close** chips"
1633
1637
  },
1634
1638
  "v-chip/close-label": {
@@ -1684,13 +1688,21 @@
1684
1688
  "description": "Removes the ability to click or target the component"
1685
1689
  },
1686
1690
  "v-chip/append-icon": {
1687
- "type": "string | (new () => any) | FunctionalComponent",
1691
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1688
1692
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1689
1693
  },
1690
1694
  "v-chip/prepend-icon": {
1691
- "type": "string | (new () => any) | FunctionalComponent",
1695
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1692
1696
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1693
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
+ },
1694
1706
  "v-chip/selected-class": {
1695
1707
  "type": "string",
1696
1708
  "description": "Configure the active CSS class applied when an item is selected."
@@ -1703,18 +1715,14 @@
1703
1715
  "type": "string",
1704
1716
  "description": "Designates the component as anchor and applies the **href** attribute."
1705
1717
  },
1706
- "v-chip/replace": {
1707
- "type": "boolean",
1708
- "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."
1718
+ "v-chip/to": {
1719
+ "type": "unknown",
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."
1709
1721
  },
1710
1722
  "v-chip/exact": {
1711
1723
  "type": "boolean",
1712
1724
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1713
1725
  },
1714
- "v-chip/to": {
1715
- "type": "unknown",
1716
- "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."
1717
- },
1718
1726
  "v-chip/ripple": {
1719
1727
  "type": "boolean",
1720
1728
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -1727,10 +1735,6 @@
1727
1735
  "type": "string",
1728
1736
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1729
1737
  },
1730
- "v-chip/link": {
1731
- "type": "boolean",
1732
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1733
- },
1734
1738
  "v-chip/draggable": {
1735
1739
  "type": "boolean",
1736
1740
  "description": "Makes the chip draggable"
@@ -1796,7 +1800,7 @@
1796
1800
  "description": "Remove horizontal pagination and wrap items as needed"
1797
1801
  },
1798
1802
  "v-class-icon/icon": {
1799
- "type": "string | (new () => any) | FunctionalComponent",
1803
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1800
1804
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
1801
1805
  },
1802
1806
  "v-class-icon/tag": {
@@ -2068,7 +2072,7 @@
2068
2072
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2069
2073
  },
2070
2074
  "v-combobox/menu-icon": {
2071
- "type": "string | (new () => any) | FunctionalComponent",
2075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2072
2076
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
2073
2077
  },
2074
2078
  "v-combobox/menu-props": {
@@ -2144,11 +2148,11 @@
2144
2148
  "description": "Displays suffix text"
2145
2149
  },
2146
2150
  "v-combobox/append-icon": {
2147
- "type": "string | (new () => any) | FunctionalComponent",
2151
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2148
2152
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2149
2153
  },
2150
2154
  "v-combobox/prepend-icon": {
2151
- "type": "string | (new () => any) | FunctionalComponent",
2155
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2152
2156
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
2153
2157
  },
2154
2158
  "v-combobox/hint": {
@@ -2204,19 +2208,23 @@
2204
2208
  "description": "Allows for the component to be cleared"
2205
2209
  },
2206
2210
  "v-combobox/clear-icon": {
2207
- "type": "string | (new () => any) | FunctionalComponent",
2211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2208
2212
  "description": "The icon used when the **clerable** prop is set to true"
2209
2213
  },
2210
2214
  "v-combobox/active": {
2211
2215
  "type": "boolean",
2212
2216
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2213
2217
  },
2218
+ "v-combobox/base-color": {
2219
+ "type": "string",
2220
+ "description": "MISSING DESCRIPTION"
2221
+ },
2214
2222
  "v-combobox/persistent-clear": {
2215
2223
  "type": "boolean",
2216
2224
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
2217
2225
  },
2218
2226
  "v-combobox/prepend-inner-icon": {
2219
- "type": "string | (new () => any) | FunctionalComponent",
2227
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2220
2228
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
2221
2229
  },
2222
2230
  "v-combobox/single-line": {
@@ -2244,7 +2252,7 @@
2244
2252
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2245
2253
  },
2246
2254
  "v-component-icon/icon": {
2247
- "type": "string | (new () => any) | FunctionalComponent",
2255
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2248
2256
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2249
2257
  },
2250
2258
  "v-component-icon/tag": {
@@ -2264,7 +2272,7 @@
2264
2272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2265
2273
  },
2266
2274
  "v-counter/transition": {
2267
- "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>] } }",
2268
2276
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2269
2277
  },
2270
2278
  "v-counter/active": {
@@ -2824,7 +2832,7 @@
2824
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))"
2825
2833
  },
2826
2834
  "v-dialog/transition": {
2827
- "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>] } }",
2828
2836
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2829
2837
  },
2830
2838
  "v-dialog/attach": {
@@ -2988,11 +2996,11 @@
2988
2996
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2989
2997
  },
2990
2998
  "v-expansion-panel/expand-icon": {
2991
- "type": "string | (new () => any) | FunctionalComponent",
2999
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2992
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))"
2993
3001
  },
2994
3002
  "v-expansion-panel/collapse-icon": {
2995
- "type": "string | (new () => any) | FunctionalComponent",
3003
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
2996
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))"
2997
3005
  },
2998
3006
  "v-expansion-panel/hide-actions": {
@@ -3016,11 +3024,11 @@
3016
3024
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3017
3025
  },
3018
3026
  "v-expansion-panel-title/expand-icon": {
3019
- "type": "string | (new () => any) | FunctionalComponent",
3027
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3020
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))"
3021
3029
  },
3022
3030
  "v-expansion-panel-title/collapse-icon": {
3023
- "type": "string | (new () => any) | FunctionalComponent",
3031
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3024
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))"
3025
3033
  },
3026
3034
  "v-expansion-panel-title/hide-actions": {
@@ -3168,7 +3176,7 @@
3168
3176
  "description": "Forces a focused state styling on the component."
3169
3177
  },
3170
3178
  "v-field/append-inner-icon": {
3171
- "type": "string | (new () => any) | FunctionalComponent",
3179
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3172
3180
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
3173
3181
  },
3174
3182
  "v-field/bg-color": {
@@ -3180,13 +3188,17 @@
3180
3188
  "description": "Allows for the component to be cleared"
3181
3189
  },
3182
3190
  "v-field/clear-icon": {
3183
- "type": "string | (new () => any) | FunctionalComponent",
3191
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3184
3192
  "description": "The icon used when the **clerable** prop is set to true"
3185
3193
  },
3186
3194
  "v-field/active": {
3187
3195
  "type": "boolean",
3188
3196
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3189
3197
  },
3198
+ "v-field/base-color": {
3199
+ "type": "string",
3200
+ "description": "MISSING DESCRIPTION"
3201
+ },
3190
3202
  "v-field/dirty": {
3191
3203
  "type": "boolean",
3192
3204
  "description": "Manually apply the dirty state styling"
@@ -3196,7 +3208,7 @@
3196
3208
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3197
3209
  },
3198
3210
  "v-field/prepend-inner-icon": {
3199
- "type": "string | (new () => any) | FunctionalComponent",
3211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3200
3212
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
3201
3213
  },
3202
3214
  "v-field/single-line": {
@@ -3272,11 +3284,11 @@
3272
3284
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
3273
3285
  },
3274
3286
  "v-file-input/append-icon": {
3275
- "type": "string | (new () => any) | FunctionalComponent",
3287
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3276
3288
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3277
3289
  },
3278
3290
  "v-file-input/prepend-icon": {
3279
- "type": "string | (new () => any) | FunctionalComponent",
3291
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3280
3292
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3281
3293
  },
3282
3294
  "v-file-input/hint": {
@@ -3328,7 +3340,7 @@
3328
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"
3329
3341
  },
3330
3342
  "v-file-input/append-inner-icon": {
3331
- "type": "string | (new () => any) | FunctionalComponent",
3343
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3332
3344
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
3333
3345
  },
3334
3346
  "v-file-input/bg-color": {
@@ -3340,13 +3352,17 @@
3340
3352
  "description": "Allows for the component to be cleared"
3341
3353
  },
3342
3354
  "v-file-input/clear-icon": {
3343
- "type": "string | (new () => any) | FunctionalComponent",
3355
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3344
3356
  "description": "The icon used when the **clerable** prop is set to true"
3345
3357
  },
3346
3358
  "v-file-input/active": {
3347
3359
  "type": "boolean",
3348
3360
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
3349
3361
  },
3362
+ "v-file-input/base-color": {
3363
+ "type": "string",
3364
+ "description": "MISSING DESCRIPTION"
3365
+ },
3350
3366
  "v-file-input/dirty": {
3351
3367
  "type": "boolean",
3352
3368
  "description": "Manually apply the dirty state styling"
@@ -3356,7 +3372,7 @@
3356
3372
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
3357
3373
  },
3358
3374
  "v-file-input/prepend-inner-icon": {
3359
- "type": "string | (new () => any) | FunctionalComponent",
3375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3360
3376
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
3361
3377
  },
3362
3378
  "v-file-input/single-line": {
@@ -3425,7 +3441,7 @@
3425
3441
  },
3426
3442
  "v-footer/app": {
3427
3443
  "type": "boolean",
3428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
3444
+ "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page"
3429
3445
  },
3430
3446
  "v-form/model-value": {
3431
3447
  "type": "boolean",
@@ -3472,7 +3488,7 @@
3472
3488
  "description": "Applies margin at the end of the component."
3473
3489
  },
3474
3490
  "v-icon/icon": {
3475
- "type": "string | (new () => any) | FunctionalComponent",
3491
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3476
3492
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3477
3493
  },
3478
3494
  "v-icon/tag": {
@@ -3539,6 +3555,58 @@
3539
3555
  "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3540
3556
  "description": "The image URL. This prop is mandatory."
3541
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
+ },
3542
3610
  "v-input/model-value": {
3543
3611
  "type": "any",
3544
3612
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3568,11 +3636,11 @@
3568
3636
  "description": "Removes the ability to click or target the component"
3569
3637
  },
3570
3638
  "v-input/append-icon": {
3571
- "type": "string | (new () => any) | FunctionalComponent",
3639
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3572
3640
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3573
3641
  },
3574
3642
  "v-input/prepend-icon": {
3575
- "type": "string | (new () => any) | FunctionalComponent",
3643
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3576
3644
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3577
3645
  },
3578
3646
  "v-input/hint": {
@@ -3756,7 +3824,7 @@
3756
3824
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
3757
3825
  },
3758
3826
  "v-ligature-icon/icon": {
3759
- "type": "string | (new () => any) | FunctionalComponent",
3827
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3760
3828
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3761
3829
  },
3762
3830
  "v-ligature-icon/tag": {
@@ -3908,11 +3976,11 @@
3908
3976
  "description": "Expands / Collapse the list-group"
3909
3977
  },
3910
3978
  "v-list-group/append-icon": {
3911
- "type": "string | (new () => any) | FunctionalComponent",
3979
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3912
3980
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3913
3981
  },
3914
3982
  "v-list-group/prepend-icon": {
3915
- "type": "string | (new () => any) | FunctionalComponent",
3983
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3916
3984
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3917
3985
  },
3918
3986
  "v-list-group/active-color": {
@@ -3924,11 +3992,11 @@
3924
3992
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3925
3993
  },
3926
3994
  "v-list-group/expand-icon": {
3927
- "type": "string | (new () => any) | FunctionalComponent",
3995
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3928
3996
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3929
3997
  },
3930
3998
  "v-list-group/collapse-icon": {
3931
- "type": "string | (new () => any) | FunctionalComponent",
3999
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
3932
4000
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3933
4001
  },
3934
4002
  "v-list-group/subgroup": {
@@ -4008,17 +4076,25 @@
4008
4076
  "description": "Removes the ability to click or target the component"
4009
4077
  },
4010
4078
  "v-list-item/append-icon": {
4011
- "type": "string | (new () => any) | FunctionalComponent",
4079
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4012
4080
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4013
4081
  },
4014
4082
  "v-list-item/prepend-icon": {
4015
- "type": "string | (new () => any) | FunctionalComponent",
4083
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4016
4084
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
4017
4085
  },
4018
4086
  "v-list-item/active": {
4019
4087
  "type": "boolean",
4020
4088
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
4021
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
+ },
4022
4098
  "v-list-item/lines": {
4023
4099
  "type": "\"one\" | \"two\" | \"three\"",
4024
4100
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
@@ -4035,18 +4111,14 @@
4035
4111
  "type": "string",
4036
4112
  "description": "Designates the component as anchor and applies the **href** attribute."
4037
4113
  },
4038
- "v-list-item/replace": {
4039
- "type": "boolean",
4040
- "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."
4114
+ "v-list-item/to": {
4115
+ "type": "unknown",
4116
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
4041
4117
  },
4042
4118
  "v-list-item/exact": {
4043
4119
  "type": "boolean",
4044
4120
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
4045
4121
  },
4046
- "v-list-item/to": {
4047
- "type": "unknown",
4048
- "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."
4049
- },
4050
4122
  "v-list-item/ripple": {
4051
4123
  "type": "boolean",
4052
4124
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -4063,10 +4135,6 @@
4063
4135
  "type": "string",
4064
4136
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
4065
4137
  },
4066
- "v-list-item/link": {
4067
- "type": "boolean",
4068
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
4069
- },
4070
4138
  "v-list-item/nav": {
4071
4139
  "type": "boolean",
4072
4140
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
@@ -4276,7 +4344,7 @@
4276
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))"
4277
4345
  },
4278
4346
  "v-menu/transition": {
4279
- "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>] } }",
4280
4348
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4281
4349
  },
4282
4350
  "v-menu/attach": {
@@ -4288,7 +4356,7 @@
4288
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)"
4289
4357
  },
4290
4358
  "v-messages/transition": {
4291
- "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 }",
4292
4360
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4293
4361
  },
4294
4362
  "v-messages/messages": {
@@ -4309,7 +4377,7 @@
4309
4377
  },
4310
4378
  "v-navigation-drawer/width": {
4311
4379
  "type": "string | number",
4312
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
4380
+ "description": "Sets the width for the component"
4313
4381
  },
4314
4382
  "v-navigation-drawer/elevation": {
4315
4383
  "type": "string | number",
@@ -4317,7 +4385,7 @@
4317
4385
  },
4318
4386
  "v-navigation-drawer/location": {
4319
4387
  "type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
4320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
4388
+ "description": "Sets the drawer's location within the layout."
4321
4389
  },
4322
4390
  "v-navigation-drawer/absolute": {
4323
4391
  "type": "boolean",
@@ -4393,7 +4461,7 @@
4393
4461
  },
4394
4462
  "v-navigation-drawer/rail-width": {
4395
4463
  "type": "string | number",
4396
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
4464
+ "description": "Sets the width for the component when `rail` is enabled."
4397
4465
  },
4398
4466
  "v-overlay/model-value": {
4399
4467
  "type": "boolean",
@@ -4588,11 +4656,11 @@
4588
4656
  "description": "The applied color when the component is in an active state"
4589
4657
  },
4590
4658
  "v-pagination/next-icon": {
4591
- "type": "string | (new () => any) | FunctionalComponent",
4659
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4592
4660
  "description": "The icon to use for the next button"
4593
4661
  },
4594
4662
  "v-pagination/prev-icon": {
4595
- "type": "string | (new () => any) | FunctionalComponent",
4663
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4596
4664
  "description": "The icon to use for the prev button"
4597
4665
  },
4598
4666
  "v-pagination/show-first-last-page": {
@@ -4604,11 +4672,11 @@
4604
4672
  "description": "Specify the total visible pagination numbers"
4605
4673
  },
4606
4674
  "v-pagination/first-icon": {
4607
- "type": "string | (new () => any) | FunctionalComponent",
4675
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4608
4676
  "description": "The icon to use for the first button"
4609
4677
  },
4610
4678
  "v-pagination/last-icon": {
4611
- "type": "string | (new () => any) | FunctionalComponent",
4679
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4612
4680
  "description": "The icon to use for the last button"
4613
4681
  },
4614
4682
  "v-pagination/aria-label": {
@@ -4789,7 +4857,7 @@
4789
4857
  },
4790
4858
  "v-radio/value": {
4791
4859
  "type": "any",
4792
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
4860
+ "description": "MISSING DESCRIPTION"
4793
4861
  },
4794
4862
  "v-radio/id": {
4795
4863
  "type": "string",
@@ -4825,18 +4893,18 @@
4825
4893
  },
4826
4894
  "v-radio/true-value": {
4827
4895
  "type": "any",
4828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
4896
+ "description": "Sets value for truthy state"
4829
4897
  },
4830
4898
  "v-radio/false-value": {
4831
4899
  "type": "any",
4832
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
4900
+ "description": "Sets value for falsy state"
4833
4901
  },
4834
4902
  "v-radio/false-icon": {
4835
- "type": "string | (new () => any) | FunctionalComponent",
4903
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4836
4904
  "description": "The icon used when inactive"
4837
4905
  },
4838
4906
  "v-radio/true-icon": {
4839
- "type": "string | (new () => any) | FunctionalComponent",
4907
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4840
4908
  "description": "The icon used when active"
4841
4909
  },
4842
4910
  "v-radio-group/type": {
@@ -4888,11 +4956,11 @@
4888
4956
  "description": "Apply a custom comparison algorithm used for values"
4889
4957
  },
4890
4958
  "v-radio-group/append-icon": {
4891
- "type": "string | (new () => any) | FunctionalComponent",
4959
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4892
4960
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4893
4961
  },
4894
4962
  "v-radio-group/prepend-icon": {
4895
- "type": "string | (new () => any) | FunctionalComponent",
4963
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4896
4964
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
4897
4965
  },
4898
4966
  "v-radio-group/hint": {
@@ -4952,11 +5020,11 @@
4952
5020
  "description": "Applies the [v-ripple](/directives/ripple) directive."
4953
5021
  },
4954
5022
  "v-radio-group/false-icon": {
4955
- "type": "string | (new () => any) | FunctionalComponent",
5023
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4956
5024
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
4957
5025
  },
4958
5026
  "v-radio-group/true-icon": {
4959
- "type": "string | (new () => any) | FunctionalComponent",
5027
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4960
5028
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
4961
5029
  },
4962
5030
  "v-range-slider/model-value": {
@@ -5004,11 +5072,11 @@
5004
5072
  "description": "Removes the ability to click or target the component"
5005
5073
  },
5006
5074
  "v-range-slider/append-icon": {
5007
- "type": "string | (new () => any) | FunctionalComponent",
5075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5008
5076
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5009
5077
  },
5010
5078
  "v-range-slider/prepend-icon": {
5011
- "type": "string | (new () => any) | FunctionalComponent",
5079
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5012
5080
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
5013
5081
  },
5014
5082
  "v-range-slider/hint": {
@@ -5176,11 +5244,11 @@
5176
5244
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
5177
5245
  },
5178
5246
  "v-rating/empty-icon": {
5179
- "type": "string | (new () => any) | FunctionalComponent",
5247
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5180
5248
  "description": "The icon displayed when empty"
5181
5249
  },
5182
5250
  "v-rating/full-icon": {
5183
- "type": "string | (new () => any) | FunctionalComponent",
5251
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5184
5252
  "description": "The icon displayed when full"
5185
5253
  },
5186
5254
  "v-rating/item-label-position": {
@@ -5508,7 +5576,7 @@
5508
5576
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
5509
5577
  },
5510
5578
  "v-select/menu-icon": {
5511
- "type": "string | (new () => any) | FunctionalComponent",
5579
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5512
5580
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
5513
5581
  },
5514
5582
  "v-select/menu-props": {
@@ -5520,7 +5588,7 @@
5520
5588
  "description": "Removes the ability to click or target the input"
5521
5589
  },
5522
5590
  "v-select/transition": {
5523
- "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>] } }",
5524
5592
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5525
5593
  },
5526
5594
  "v-select/multiple": {
@@ -5584,11 +5652,11 @@
5584
5652
  "description": "Displays suffix text"
5585
5653
  },
5586
5654
  "v-select/append-icon": {
5587
- "type": "string | (new () => any) | FunctionalComponent",
5655
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5588
5656
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5589
5657
  },
5590
5658
  "v-select/prepend-icon": {
5591
- "type": "string | (new () => any) | FunctionalComponent",
5659
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5592
5660
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
5593
5661
  },
5594
5662
  "v-select/hint": {
@@ -5644,19 +5712,23 @@
5644
5712
  "description": "Allows for the component to be cleared"
5645
5713
  },
5646
5714
  "v-select/clear-icon": {
5647
- "type": "string | (new () => any) | FunctionalComponent",
5715
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5648
5716
  "description": "The icon used when the **clerable** prop is set to true"
5649
5717
  },
5650
5718
  "v-select/active": {
5651
5719
  "type": "boolean",
5652
5720
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5653
5721
  },
5722
+ "v-select/base-color": {
5723
+ "type": "string",
5724
+ "description": "MISSING DESCRIPTION"
5725
+ },
5654
5726
  "v-select/persistent-clear": {
5655
5727
  "type": "boolean",
5656
5728
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
5657
5729
  },
5658
5730
  "v-select/prepend-inner-icon": {
5659
- "type": "string | (new () => any) | FunctionalComponent",
5731
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5660
5732
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
5661
5733
  },
5662
5734
  "v-select/single-line": {
@@ -5709,7 +5781,7 @@
5709
5781
  },
5710
5782
  "v-selection-control/value": {
5711
5783
  "type": "any",
5712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
5784
+ "description": "MISSING DESCRIPTION"
5713
5785
  },
5714
5786
  "v-selection-control/id": {
5715
5787
  "type": "string",
@@ -5745,18 +5817,18 @@
5745
5817
  },
5746
5818
  "v-selection-control/true-value": {
5747
5819
  "type": "any",
5748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
5820
+ "description": "Sets value for truthy state"
5749
5821
  },
5750
5822
  "v-selection-control/false-value": {
5751
5823
  "type": "any",
5752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
5824
+ "description": "Sets value for falsy state"
5753
5825
  },
5754
5826
  "v-selection-control/false-icon": {
5755
- "type": "string | (new () => any) | FunctionalComponent",
5827
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5756
5828
  "description": "The icon used when inactive"
5757
5829
  },
5758
5830
  "v-selection-control/true-icon": {
5759
- "type": "string | (new () => any) | FunctionalComponent",
5831
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5760
5832
  "description": "The icon used when active"
5761
5833
  },
5762
5834
  "v-selection-control-group/type": {
@@ -5816,11 +5888,11 @@
5816
5888
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5817
5889
  },
5818
5890
  "v-selection-control-group/false-icon": {
5819
- "type": "string | (new () => any) | FunctionalComponent",
5891
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5820
5892
  "description": "The icon used when inactive"
5821
5893
  },
5822
5894
  "v-selection-control-group/true-icon": {
5823
- "type": "string | (new () => any) | FunctionalComponent",
5895
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5824
5896
  "description": "The icon used when active"
5825
5897
  },
5826
5898
  "v-selection-control-group/defaults-target": {
@@ -5972,11 +6044,11 @@
5972
6044
  "description": "Forces at least one item to always be selected (if available)."
5973
6045
  },
5974
6046
  "v-slide-group/next-icon": {
5975
- "type": "string | (new () => any) | FunctionalComponent",
6047
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5976
6048
  "description": "The appended slot when arrows are shown"
5977
6049
  },
5978
6050
  "v-slide-group/prev-icon": {
5979
- "type": "string | (new () => any) | FunctionalComponent",
6051
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
5980
6052
  "description": "The prepended slot when arrows are shown"
5981
6053
  },
5982
6054
  "v-slide-group/show-arrows": {
@@ -6140,11 +6212,11 @@
6140
6212
  "description": "Removes the ability to click or target the component"
6141
6213
  },
6142
6214
  "v-slider/append-icon": {
6143
- "type": "string | (new () => any) | FunctionalComponent",
6215
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6144
6216
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6145
6217
  },
6146
6218
  "v-slider/prepend-icon": {
6147
- "type": "string | (new () => any) | FunctionalComponent",
6219
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6148
6220
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6149
6221
  },
6150
6222
  "v-slider/hint": {
@@ -6396,7 +6468,7 @@
6396
6468
  "description": "Specify a custom tag used on the root element"
6397
6469
  },
6398
6470
  "v-svg-icon/icon": {
6399
- "type": "string | (new () => any) | FunctionalComponent",
6471
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6400
6472
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6401
6473
  },
6402
6474
  "v-svg-icon/tag": {
@@ -6437,7 +6509,7 @@
6437
6509
  },
6438
6510
  "v-switch/value": {
6439
6511
  "type": "any",
6440
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
6512
+ "description": "The input's value"
6441
6513
  },
6442
6514
  "v-switch/id": {
6443
6515
  "type": "string",
@@ -6460,11 +6532,11 @@
6460
6532
  "description": "Apply a custom comparison algorithm used for values"
6461
6533
  },
6462
6534
  "v-switch/append-icon": {
6463
- "type": "string | (new () => any) | FunctionalComponent",
6535
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6464
6536
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6465
6537
  },
6466
6538
  "v-switch/prepend-icon": {
6467
- "type": "string | (new () => any) | FunctionalComponent",
6539
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6468
6540
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
6469
6541
  },
6470
6542
  "v-switch/hint": {
@@ -6533,18 +6605,18 @@
6533
6605
  },
6534
6606
  "v-switch/true-value": {
6535
6607
  "type": "any",
6536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
6608
+ "description": "Sets value for truthy state"
6537
6609
  },
6538
6610
  "v-switch/false-value": {
6539
6611
  "type": "any",
6540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
6612
+ "description": "Sets value for falsy state"
6541
6613
  },
6542
6614
  "v-switch/false-icon": {
6543
- "type": "string | (new () => any) | FunctionalComponent",
6615
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6544
6616
  "description": "The icon used when inactive"
6545
6617
  },
6546
6618
  "v-switch/true-icon": {
6547
- "type": "string | (new () => any) | FunctionalComponent",
6619
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6548
6620
  "description": "The icon used when active"
6549
6621
  },
6550
6622
  "v-switch/inset": {
@@ -6600,7 +6672,7 @@
6600
6672
  "description": "Applies border styles to component."
6601
6673
  },
6602
6674
  "v-tab/icon": {
6603
- "type": "boolean | string | (new () => any) | FunctionalComponent",
6675
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6604
6676
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6605
6677
  },
6606
6678
  "v-tab/density": {
@@ -6672,11 +6744,11 @@
6672
6744
  "description": "Removes the ability to click or target the component"
6673
6745
  },
6674
6746
  "v-tab/append-icon": {
6675
- "type": "string | (new () => any) | FunctionalComponent",
6747
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6676
6748
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6677
6749
  },
6678
6750
  "v-tab/prepend-icon": {
6679
- "type": "string | (new () => any) | FunctionalComponent",
6751
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6680
6752
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
6681
6753
  },
6682
6754
  "v-tab/direction": {
@@ -6687,6 +6759,10 @@
6687
6759
  "type": "string | boolean",
6688
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"
6689
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
+ },
6690
6766
  "v-tab/stacked": {
6691
6767
  "type": "boolean",
6692
6768
  "description": "Displays the tab as a flex-column."
@@ -6699,18 +6775,14 @@
6699
6775
  "type": "string",
6700
6776
  "description": "Designates the component as anchor and applies the **href** attribute."
6701
6777
  },
6702
- "v-tab/replace": {
6703
- "type": "boolean",
6704
- "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."
6778
+ "v-tab/to": {
6779
+ "type": "unknown",
6780
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
6705
6781
  },
6706
6782
  "v-tab/exact": {
6707
6783
  "type": "boolean",
6708
6784
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
6709
6785
  },
6710
- "v-tab/to": {
6711
- "type": "unknown",
6712
- "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."
6713
- },
6714
6786
  "v-tab/ripple": {
6715
6787
  "type": "boolean",
6716
6788
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -6816,11 +6888,11 @@
6816
6888
  "description": "Forces at least one item to always be selected (if available)."
6817
6889
  },
6818
6890
  "v-tabs/next-icon": {
6819
- "type": "string | (new () => any) | FunctionalComponent",
6891
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6820
6892
  "description": "Right pagination icon"
6821
6893
  },
6822
6894
  "v-tabs/prev-icon": {
6823
- "type": "string | (new () => any) | FunctionalComponent",
6895
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6824
6896
  "description": "Left pagination icon"
6825
6897
  },
6826
6898
  "v-tabs/show-arrows": {
@@ -6928,11 +7000,11 @@
6928
7000
  "description": "Displays suffix text"
6929
7001
  },
6930
7002
  "v-text-field/append-icon": {
6931
- "type": "string | (new () => any) | FunctionalComponent",
7003
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6932
7004
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6933
7005
  },
6934
7006
  "v-text-field/prepend-icon": {
6935
- "type": "string | (new () => any) | FunctionalComponent",
7007
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6936
7008
  "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
6937
7009
  },
6938
7010
  "v-text-field/hint": {
@@ -6984,7 +7056,7 @@
6984
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"
6985
7057
  },
6986
7058
  "v-text-field/append-inner-icon": {
6987
- "type": "string | (new () => any) | FunctionalComponent",
7059
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
6988
7060
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
6989
7061
  },
6990
7062
  "v-text-field/bg-color": {
@@ -6996,13 +7068,17 @@
6996
7068
  "description": "Allows for the component to be cleared"
6997
7069
  },
6998
7070
  "v-text-field/clear-icon": {
6999
- "type": "string | (new () => any) | FunctionalComponent",
7071
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7000
7072
  "description": "Applied when using **clearable** and the input is dirty"
7001
7073
  },
7002
7074
  "v-text-field/active": {
7003
7075
  "type": "boolean",
7004
7076
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7005
7077
  },
7078
+ "v-text-field/base-color": {
7079
+ "type": "string",
7080
+ "description": "MISSING DESCRIPTION"
7081
+ },
7006
7082
  "v-text-field/dirty": {
7007
7083
  "type": "boolean",
7008
7084
  "description": "Manually apply the dirty state styling"
@@ -7012,7 +7088,7 @@
7012
7088
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
7013
7089
  },
7014
7090
  "v-text-field/prepend-inner-icon": {
7015
- "type": "string | (new () => any) | FunctionalComponent",
7091
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7016
7092
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
7017
7093
  },
7018
7094
  "v-text-field/single-line": {
@@ -7112,11 +7188,11 @@
7112
7188
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
7113
7189
  },
7114
7190
  "v-textarea/append-icon": {
7115
- "type": "string | (new () => any) | FunctionalComponent",
7191
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7116
7192
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7117
7193
  },
7118
7194
  "v-textarea/prepend-icon": {
7119
- "type": "string | (new () => any) | FunctionalComponent",
7195
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7120
7196
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
7121
7197
  },
7122
7198
  "v-textarea/hint": {
@@ -7168,7 +7244,7 @@
7168
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"
7169
7245
  },
7170
7246
  "v-textarea/append-inner-icon": {
7171
- "type": "string | (new () => any) | FunctionalComponent",
7247
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7172
7248
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
7173
7249
  },
7174
7250
  "v-textarea/bg-color": {
@@ -7180,13 +7256,17 @@
7180
7256
  "description": "Allows for the component to be cleared"
7181
7257
  },
7182
7258
  "v-textarea/clear-icon": {
7183
- "type": "string | (new () => any) | FunctionalComponent",
7259
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7184
7260
  "description": "The icon used when the **clerable** prop is set to true"
7185
7261
  },
7186
7262
  "v-textarea/active": {
7187
7263
  "type": "boolean",
7188
7264
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
7189
7265
  },
7266
+ "v-textarea/base-color": {
7267
+ "type": "string",
7268
+ "description": "MISSING DESCRIPTION"
7269
+ },
7190
7270
  "v-textarea/dirty": {
7191
7271
  "type": "boolean",
7192
7272
  "description": "Manually apply the dirty state styling"
@@ -7196,7 +7276,7 @@
7196
7276
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
7197
7277
  },
7198
7278
  "v-textarea/prepend-inner-icon": {
7199
- "type": "string | (new () => any) | FunctionalComponent",
7279
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7200
7280
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
7201
7281
  },
7202
7282
  "v-textarea/single-line": {
@@ -7263,6 +7343,10 @@
7263
7343
  "type": "\"horizontal\" | \"vertical\"",
7264
7344
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7265
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
+ },
7266
7350
  "v-timeline/align": {
7267
7351
  "type": "\"start\" | \"center\"",
7268
7352
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
@@ -7283,16 +7367,12 @@
7283
7367
  "type": "string | number",
7284
7368
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7285
7369
  },
7286
- "v-timeline/side": {
7287
- "type": "\"end\" | \"start\"",
7288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7289
- },
7290
7370
  "v-timeline/truncate-line": {
7291
7371
  "type": "\"end\" | \"start\" | \"both\"",
7292
7372
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
7293
7373
  },
7294
7374
  "v-timeline-item/icon": {
7295
- "type": "string | (new () => any) | FunctionalComponent",
7375
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7296
7376
  "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
7297
7377
  },
7298
7378
  "v-timeline-item/density": {
@@ -7655,10 +7735,6 @@
7655
7735
  "type": "unknown[]",
7656
7736
  "description": "The array of items to display"
7657
7737
  },
7658
- "v-virtual-scroll/visible-items": {
7659
- "type": "string | number",
7660
- "description": "MISSING DESCRIPTION"
7661
- },
7662
7738
  "v-virtual-scroll/item-height": {
7663
7739
  "type": "string | number",
7664
7740
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
@@ -7700,11 +7776,11 @@
7700
7776
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
7701
7777
  },
7702
7778
  "v-window/next-icon": {
7703
- "type": "string | (new () => any) | FunctionalComponent",
7779
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7704
7780
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
7705
7781
  },
7706
7782
  "v-window/prev-icon": {
7707
- "type": "string | (new () => any) | FunctionalComponent",
7783
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7708
7784
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
7709
7785
  },
7710
7786
  "v-window/show-arrows": {