@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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "4.0.0-dev-20230422.0",
5
+ "version": "4.0.0-dev-20230427.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -92,7 +92,7 @@
92
92
  "default": "'$close'",
93
93
  "value": {
94
94
  "kind": "expression",
95
- "type": "string | (new () => any) | FunctionalComponent"
95
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
96
96
  }
97
97
  },
98
98
  {
@@ -112,7 +112,7 @@
112
112
  "default": "false",
113
113
  "value": {
114
114
  "kind": "expression",
115
- "type": "false | string | (new () => any) | FunctionalComponent"
115
+ "type": "false | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
116
116
  }
117
117
  },
118
118
  {
@@ -716,7 +716,7 @@
716
716
  "default": "'$menu'",
717
717
  "value": {
718
718
  "kind": "expression",
719
- "type": "string | (new () => any) | FunctionalComponent"
719
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
720
720
  }
721
721
  }
722
722
  ],
@@ -1073,7 +1073,7 @@
1073
1073
  "default": "'$dropdown'",
1074
1074
  "value": {
1075
1075
  "kind": "expression",
1076
- "type": "string | (new () => any) | FunctionalComponent"
1076
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1077
1077
  }
1078
1078
  },
1079
1079
  {
@@ -1264,7 +1264,7 @@
1264
1264
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1265
1265
  "value": {
1266
1266
  "kind": "expression",
1267
- "type": "string | (new () => any) | FunctionalComponent"
1267
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1268
1268
  }
1269
1269
  },
1270
1270
  {
@@ -1273,7 +1273,7 @@
1273
1273
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1274
1274
  "value": {
1275
1275
  "kind": "expression",
1276
- "type": "string | (new () => any) | FunctionalComponent"
1276
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1277
1277
  }
1278
1278
  },
1279
1279
  {
@@ -1414,7 +1414,7 @@
1414
1414
  "default": "'$clear'",
1415
1415
  "value": {
1416
1416
  "kind": "expression",
1417
- "type": "string | (new () => any) | FunctionalComponent"
1417
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1418
1418
  }
1419
1419
  },
1420
1420
  {
@@ -1428,6 +1428,15 @@
1428
1428
  },
1429
1429
  "type": "boolean"
1430
1430
  },
1431
+ {
1432
+ "name": "baseColor",
1433
+ "description": "MISSING DESCRIPTION",
1434
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1435
+ "value": {
1436
+ "kind": "expression",
1437
+ "type": "string"
1438
+ }
1439
+ },
1431
1440
  {
1432
1441
  "name": "persistentClear",
1433
1442
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -1445,7 +1454,7 @@
1445
1454
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1446
1455
  "value": {
1447
1456
  "kind": "expression",
1448
- "type": "string | (new () => any) | FunctionalComponent"
1457
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1449
1458
  }
1450
1459
  },
1451
1460
  {
@@ -1899,7 +1908,7 @@
1899
1908
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
1900
1909
  "value": {
1901
1910
  "kind": "expression",
1902
- "type": "string | (new () => any) | FunctionalComponent"
1911
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1903
1912
  }
1904
1913
  },
1905
1914
  {
@@ -2008,7 +2017,7 @@
2008
2017
  "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2009
2018
  "value": {
2010
2019
  "kind": "expression",
2011
- "type": "string | (new () => any) | FunctionalComponent"
2020
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
2012
2021
  }
2013
2022
  },
2014
2023
  {
@@ -2232,7 +2241,7 @@
2232
2241
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2233
2242
  "value": {
2234
2243
  "kind": "expression",
2235
- "type": "string | (new () => any) | FunctionalComponent"
2244
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
2236
2245
  }
2237
2246
  },
2238
2247
  {
@@ -2766,7 +2775,7 @@
2766
2775
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
2767
2776
  "value": {
2768
2777
  "kind": "expression",
2769
- "type": "string | (new () => any) | FunctionalComponent"
2778
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
2770
2779
  }
2771
2780
  },
2772
2781
  {
@@ -2815,7 +2824,7 @@
2815
2824
  "default": "[]",
2816
2825
  "value": {
2817
2826
  "kind": "expression",
2818
- "type": "unknown[]"
2827
+ "type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]"
2819
2828
  }
2820
2829
  },
2821
2830
  {
@@ -2881,7 +2890,7 @@
2881
2890
  "vue-properties": [
2882
2891
  {
2883
2892
  "name": "item",
2884
- "type": "unknown"
2893
+ "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
2885
2894
  },
2886
2895
  {
2887
2896
  "name": "index",
@@ -2896,7 +2905,7 @@
2896
2905
  "vue-properties": [
2897
2906
  {
2898
2907
  "name": "item",
2899
- "type": "unknown"
2908
+ "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
2900
2909
  },
2901
2910
  {
2902
2911
  "name": "index",
@@ -2996,6 +3005,17 @@
2996
3005
  },
2997
3006
  "type": "boolean"
2998
3007
  },
3008
+ {
3009
+ "name": "replace",
3010
+ "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.",
3011
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3012
+ "default": "false",
3013
+ "value": {
3014
+ "kind": "expression",
3015
+ "type": "boolean"
3016
+ },
3017
+ "type": "boolean"
3018
+ },
2999
3019
  {
3000
3020
  "name": "activeClass",
3001
3021
  "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",
@@ -3024,15 +3044,13 @@
3024
3044
  }
3025
3045
  },
3026
3046
  {
3027
- "name": "replace",
3028
- "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.",
3047
+ "name": "to",
3048
+ "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.",
3029
3049
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3030
- "default": "false",
3031
3050
  "value": {
3032
3051
  "kind": "expression",
3033
- "type": "boolean"
3034
- },
3035
- "type": "boolean"
3052
+ "type": "unknown"
3053
+ }
3036
3054
  },
3037
3055
  {
3038
3056
  "name": "exact",
@@ -3044,15 +3062,6 @@
3044
3062
  "type": "boolean"
3045
3063
  },
3046
3064
  "type": "boolean"
3047
- },
3048
- {
3049
- "name": "to",
3050
- "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.",
3051
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
3052
- "value": {
3053
- "kind": "expression",
3054
- "type": "unknown"
3055
- }
3056
3065
  }
3057
3066
  ],
3058
3067
  "events": [],
@@ -3123,7 +3132,7 @@
3123
3132
  "default": "false",
3124
3133
  "value": {
3125
3134
  "kind": "expression",
3126
- "type": "boolean | string | (new () => any) | FunctionalComponent"
3135
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3127
3136
  }
3128
3137
  },
3129
3138
  {
@@ -3312,7 +3321,7 @@
3312
3321
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3313
3322
  "value": {
3314
3323
  "kind": "expression",
3315
- "type": "string | (new () => any) | FunctionalComponent"
3324
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3316
3325
  }
3317
3326
  },
3318
3327
  {
@@ -3321,7 +3330,7 @@
3321
3330
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3322
3331
  "value": {
3323
3332
  "kind": "expression",
3324
- "type": "string | (new () => any) | FunctionalComponent"
3333
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3325
3334
  }
3326
3335
  },
3327
3336
  {
@@ -3345,6 +3354,17 @@
3345
3354
  "type": "string | boolean"
3346
3355
  }
3347
3356
  },
3357
+ {
3358
+ "name": "replace",
3359
+ "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.",
3360
+ "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3361
+ "default": "false",
3362
+ "value": {
3363
+ "kind": "expression",
3364
+ "type": "boolean"
3365
+ },
3366
+ "type": "boolean"
3367
+ },
3348
3368
  {
3349
3369
  "name": "stacked",
3350
3370
  "description": "Displays the button as a flex-column.",
@@ -3375,15 +3395,13 @@
3375
3395
  }
3376
3396
  },
3377
3397
  {
3378
- "name": "replace",
3379
- "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.",
3398
+ "name": "to",
3399
+ "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.",
3380
3400
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3381
- "default": "false",
3382
3401
  "value": {
3383
3402
  "kind": "expression",
3384
- "type": "boolean"
3385
- },
3386
- "type": "boolean"
3403
+ "type": "unknown"
3404
+ }
3387
3405
  },
3388
3406
  {
3389
3407
  "name": "exact",
@@ -3396,15 +3414,6 @@
3396
3414
  },
3397
3415
  "type": "boolean"
3398
3416
  },
3399
- {
3400
- "name": "to",
3401
- "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.",
3402
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3403
- "value": {
3404
- "kind": "expression",
3405
- "type": "unknown"
3406
- }
3407
- },
3408
3417
  {
3409
3418
  "name": "ripple",
3410
3419
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -3985,7 +3994,7 @@
3985
3994
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3986
3995
  "value": {
3987
3996
  "kind": "expression",
3988
- "type": "string | (new () => any) | FunctionalComponent"
3997
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3989
3998
  }
3990
3999
  },
3991
4000
  {
@@ -3994,7 +4003,7 @@
3994
4003
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3995
4004
  "value": {
3996
4005
  "kind": "expression",
3997
- "type": "string | (new () => any) | FunctionalComponent"
4006
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3998
4007
  }
3999
4008
  },
4000
4009
  {
@@ -4007,15 +4016,6 @@
4007
4016
  "type": "string | boolean"
4008
4017
  }
4009
4018
  },
4010
- {
4011
- "name": "href",
4012
- "description": "Designates the component as anchor and applies the **href** attribute.",
4013
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
4014
- "value": {
4015
- "kind": "expression",
4016
- "type": "string"
4017
- }
4018
- },
4019
4019
  {
4020
4020
  "name": "replace",
4021
4021
  "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.",
@@ -4028,8 +4028,8 @@
4028
4028
  "type": "boolean"
4029
4029
  },
4030
4030
  {
4031
- "name": "exact",
4032
- "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.",
4031
+ "name": "link",
4032
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
4033
4033
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4034
4034
  "default": "false",
4035
4035
  "value": {
@@ -4038,6 +4038,15 @@
4038
4038
  },
4039
4039
  "type": "boolean"
4040
4040
  },
4041
+ {
4042
+ "name": "href",
4043
+ "description": "Designates the component as anchor and applies the **href** attribute.",
4044
+ "doc-url": "https://vuetifyjs.com/api/v-card#props",
4045
+ "value": {
4046
+ "kind": "expression",
4047
+ "type": "string"
4048
+ }
4049
+ },
4041
4050
  {
4042
4051
  "name": "to",
4043
4052
  "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.",
@@ -4047,6 +4056,17 @@
4047
4056
  "type": "unknown"
4048
4057
  }
4049
4058
  },
4059
+ {
4060
+ "name": "exact",
4061
+ "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.",
4062
+ "doc-url": "https://vuetifyjs.com/api/v-card#props",
4063
+ "default": "false",
4064
+ "value": {
4065
+ "kind": "expression",
4066
+ "type": "boolean"
4067
+ },
4068
+ "type": "boolean"
4069
+ },
4050
4070
  {
4051
4071
  "name": "ripple",
4052
4072
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -4095,17 +4115,6 @@
4095
4115
  "kind": "expression",
4096
4116
  "type": "string"
4097
4117
  }
4098
- },
4099
- {
4100
- "name": "link",
4101
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
4102
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
4103
- "default": "false",
4104
- "value": {
4105
- "kind": "expression",
4106
- "type": "boolean"
4107
- },
4108
- "type": "boolean"
4109
4118
  }
4110
4119
  ],
4111
4120
  "events": [],
@@ -4227,7 +4236,7 @@
4227
4236
  "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
4228
4237
  "value": {
4229
4238
  "kind": "expression",
4230
- "type": "string | (new () => any) | FunctionalComponent"
4239
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4231
4240
  }
4232
4241
  },
4233
4242
  {
@@ -4236,7 +4245,7 @@
4236
4245
  "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
4237
4246
  "value": {
4238
4247
  "kind": "expression",
4239
- "type": "string | (new () => any) | FunctionalComponent"
4248
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4240
4249
  }
4241
4250
  },
4242
4251
  {
@@ -4547,7 +4556,7 @@
4547
4556
  "default": "'$delimiter'",
4548
4557
  "value": {
4549
4558
  "kind": "expression",
4550
- "type": "string | (new () => any) | FunctionalComponent"
4559
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4551
4560
  }
4552
4561
  },
4553
4562
  {
@@ -4588,7 +4597,7 @@
4588
4597
  "default": "'$next'",
4589
4598
  "value": {
4590
4599
  "kind": "expression",
4591
- "type": "string | (new () => any) | FunctionalComponent"
4600
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4592
4601
  }
4593
4602
  },
4594
4603
  {
@@ -4598,7 +4607,7 @@
4598
4607
  "default": "'$prev'",
4599
4608
  "value": {
4600
4609
  "kind": "expression",
4601
- "type": "string | (new () => any) | FunctionalComponent"
4610
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4602
4611
  }
4603
4612
  },
4604
4613
  {
@@ -4675,7 +4684,7 @@
4675
4684
  "vue-properties": [
4676
4685
  {
4677
4686
  "name": "props",
4678
- "type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
4687
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
4679
4688
  }
4680
4689
  ]
4681
4690
  },
@@ -4686,7 +4695,7 @@
4686
4695
  "vue-properties": [
4687
4696
  {
4688
4697
  "name": "props",
4689
- "type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
4698
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
4690
4699
  }
4691
4700
  ]
4692
4701
  }
@@ -4820,7 +4829,7 @@
4820
4829
  },
4821
4830
  {
4822
4831
  "name": "value",
4823
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
4832
+ "description": "The input's value",
4824
4833
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4825
4834
  "value": {
4826
4835
  "kind": "expression",
@@ -4882,7 +4891,7 @@
4882
4891
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4883
4892
  "value": {
4884
4893
  "kind": "expression",
4885
- "type": "string | (new () => any) | FunctionalComponent"
4894
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4886
4895
  }
4887
4896
  },
4888
4897
  {
@@ -4891,7 +4900,7 @@
4891
4900
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4892
4901
  "value": {
4893
4902
  "kind": "expression",
4894
- "type": "string | (new () => any) | FunctionalComponent"
4903
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4895
4904
  }
4896
4905
  },
4897
4906
  {
@@ -5043,12 +5052,12 @@
5043
5052
  "default": "'$checkboxIndeterminate'",
5044
5053
  "value": {
5045
5054
  "kind": "expression",
5046
- "type": "string | (new () => any) | FunctionalComponent"
5055
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5047
5056
  }
5048
5057
  },
5049
5058
  {
5050
5059
  "name": "trueValue",
5051
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5060
+ "description": "Sets value for truthy state",
5052
5061
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5053
5062
  "value": {
5054
5063
  "kind": "expression",
@@ -5057,7 +5066,7 @@
5057
5066
  },
5058
5067
  {
5059
5068
  "name": "falseValue",
5060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5069
+ "description": "Sets value for falsy state",
5061
5070
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5062
5071
  "value": {
5063
5072
  "kind": "expression",
@@ -5071,7 +5080,7 @@
5071
5080
  "default": "'$checkboxOff'",
5072
5081
  "value": {
5073
5082
  "kind": "expression",
5074
- "type": "string | (new () => any) | FunctionalComponent"
5083
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5075
5084
  }
5076
5085
  },
5077
5086
  {
@@ -5081,7 +5090,7 @@
5081
5090
  "default": "'$checkboxOn'",
5082
5091
  "value": {
5083
5092
  "kind": "expression",
5084
- "type": "string | (new () => any) | FunctionalComponent"
5093
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5085
5094
  }
5086
5095
  }
5087
5096
  ],
@@ -5400,7 +5409,7 @@
5400
5409
  },
5401
5410
  {
5402
5411
  "name": "value",
5403
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5412
+ "description": "MISSING DESCRIPTION",
5404
5413
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5405
5414
  "value": {
5406
5415
  "kind": "expression",
@@ -5507,12 +5516,12 @@
5507
5516
  "default": "'$checkboxIndeterminate'",
5508
5517
  "value": {
5509
5518
  "kind": "expression",
5510
- "type": "string | (new () => any) | FunctionalComponent"
5519
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5511
5520
  }
5512
5521
  },
5513
5522
  {
5514
5523
  "name": "trueValue",
5515
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5524
+ "description": "Sets value for truthy state",
5516
5525
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5517
5526
  "value": {
5518
5527
  "kind": "expression",
@@ -5521,7 +5530,7 @@
5521
5530
  },
5522
5531
  {
5523
5532
  "name": "falseValue",
5524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5533
+ "description": "Sets value for falsy state",
5525
5534
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5526
5535
  "value": {
5527
5536
  "kind": "expression",
@@ -5535,7 +5544,7 @@
5535
5544
  "default": "'$checkboxOff'",
5536
5545
  "value": {
5537
5546
  "kind": "expression",
5538
- "type": "string | (new () => any) | FunctionalComponent"
5547
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5539
5548
  }
5540
5549
  },
5541
5550
  {
@@ -5545,7 +5554,7 @@
5545
5554
  "default": "'$checkboxOn'",
5546
5555
  "value": {
5547
5556
  "kind": "expression",
5548
- "type": "string | (new () => any) | FunctionalComponent"
5557
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5549
5558
  }
5550
5559
  }
5551
5560
  ],
@@ -5680,7 +5689,7 @@
5680
5689
  "default": "'$delete'",
5681
5690
  "value": {
5682
5691
  "kind": "expression",
5683
- "type": "string | (new () => any) | FunctionalComponent"
5692
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5684
5693
  }
5685
5694
  },
5686
5695
  {
@@ -5818,7 +5827,7 @@
5818
5827
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5819
5828
  "value": {
5820
5829
  "kind": "expression",
5821
- "type": "string | (new () => any) | FunctionalComponent"
5830
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5822
5831
  }
5823
5832
  },
5824
5833
  {
@@ -5827,9 +5836,31 @@
5827
5836
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5828
5837
  "value": {
5829
5838
  "kind": "expression",
5830
- "type": "string | (new () => any) | FunctionalComponent"
5839
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5831
5840
  }
5832
5841
  },
5842
+ {
5843
+ "name": "replace",
5844
+ "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.",
5845
+ "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5846
+ "default": "false",
5847
+ "value": {
5848
+ "kind": "expression",
5849
+ "type": "boolean"
5850
+ },
5851
+ "type": "boolean"
5852
+ },
5853
+ {
5854
+ "name": "link",
5855
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
5856
+ "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5857
+ "default": "false",
5858
+ "value": {
5859
+ "kind": "expression",
5860
+ "type": "boolean"
5861
+ },
5862
+ "type": "boolean"
5863
+ },
5833
5864
  {
5834
5865
  "name": "selectedClass",
5835
5866
  "description": "Configure the active CSS class applied when an item is selected.",
@@ -5858,15 +5889,13 @@
5858
5889
  }
5859
5890
  },
5860
5891
  {
5861
- "name": "replace",
5862
- "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.",
5892
+ "name": "to",
5893
+ "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.",
5863
5894
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5864
- "default": "false",
5865
5895
  "value": {
5866
5896
  "kind": "expression",
5867
- "type": "boolean"
5868
- },
5869
- "type": "boolean"
5897
+ "type": "unknown"
5898
+ }
5870
5899
  },
5871
5900
  {
5872
5901
  "name": "exact",
@@ -5879,15 +5908,6 @@
5879
5908
  },
5880
5909
  "type": "boolean"
5881
5910
  },
5882
- {
5883
- "name": "to",
5884
- "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.",
5885
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5886
- "value": {
5887
- "kind": "expression",
5888
- "type": "unknown"
5889
- }
5890
- },
5891
5911
  {
5892
5912
  "name": "ripple",
5893
5913
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -5917,17 +5937,6 @@
5917
5937
  "type": "string"
5918
5938
  }
5919
5939
  },
5920
- {
5921
- "name": "link",
5922
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
5923
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5924
- "default": "false",
5925
- "value": {
5926
- "kind": "expression",
5927
- "type": "boolean"
5928
- },
5929
- "type": "boolean"
5930
- },
5931
5940
  {
5932
5941
  "name": "draggable",
5933
5942
  "description": "Makes the chip draggable",
@@ -6224,7 +6233,7 @@
6224
6233
  "doc-url": "https://vuetifyjs.com/api/v-class-icon#props",
6225
6234
  "value": {
6226
6235
  "kind": "expression",
6227
- "type": "string | (new () => any) | FunctionalComponent"
6236
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
6228
6237
  }
6229
6238
  },
6230
6239
  {
@@ -7008,7 +7017,7 @@
7008
7017
  "default": "'$dropdown'",
7009
7018
  "value": {
7010
7019
  "kind": "expression",
7011
- "type": "string | (new () => any) | FunctionalComponent"
7020
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7012
7021
  }
7013
7022
  },
7014
7023
  {
@@ -7199,7 +7208,7 @@
7199
7208
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7200
7209
  "value": {
7201
7210
  "kind": "expression",
7202
- "type": "string | (new () => any) | FunctionalComponent"
7211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7203
7212
  }
7204
7213
  },
7205
7214
  {
@@ -7208,7 +7217,7 @@
7208
7217
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7209
7218
  "value": {
7210
7219
  "kind": "expression",
7211
- "type": "string | (new () => any) | FunctionalComponent"
7220
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7212
7221
  }
7213
7222
  },
7214
7223
  {
@@ -7349,7 +7358,7 @@
7349
7358
  "default": "'$clear'",
7350
7359
  "value": {
7351
7360
  "kind": "expression",
7352
- "type": "string | (new () => any) | FunctionalComponent"
7361
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7353
7362
  }
7354
7363
  },
7355
7364
  {
@@ -7363,6 +7372,15 @@
7363
7372
  },
7364
7373
  "type": "boolean"
7365
7374
  },
7375
+ {
7376
+ "name": "baseColor",
7377
+ "description": "MISSING DESCRIPTION",
7378
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7379
+ "value": {
7380
+ "kind": "expression",
7381
+ "type": "string"
7382
+ }
7383
+ },
7366
7384
  {
7367
7385
  "name": "persistentClear",
7368
7386
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -7380,7 +7398,7 @@
7380
7398
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7381
7399
  "value": {
7382
7400
  "kind": "expression",
7383
- "type": "string | (new () => any) | FunctionalComponent"
7401
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7384
7402
  }
7385
7403
  },
7386
7404
  {
@@ -7821,7 +7839,7 @@
7821
7839
  "doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
7822
7840
  "value": {
7823
7841
  "kind": "expression",
7824
- "type": "string | (new () => any) | FunctionalComponent"
7842
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7825
7843
  }
7826
7844
  },
7827
7845
  {
@@ -7917,7 +7935,7 @@
7917
7935
  "default": "{component: {name: 'slide-y-transition'}}",
7918
7936
  "value": {
7919
7937
  "kind": "expression",
7920
- "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>] } }"
7938
+ "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>] } }"
7921
7939
  }
7922
7940
  },
7923
7941
  {
@@ -10793,7 +10811,7 @@
10793
10811
  "default": "{component: {name: 'VDialogTransition'}}",
10794
10812
  "value": {
10795
10813
  "kind": "expression",
10796
- "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>] } }"
10814
+ "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>] } }"
10797
10815
  }
10798
10816
  },
10799
10817
  {
@@ -11401,7 +11419,7 @@
11401
11419
  "default": "'$expand'",
11402
11420
  "value": {
11403
11421
  "kind": "expression",
11404
- "type": "string | (new () => any) | FunctionalComponent"
11422
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11405
11423
  }
11406
11424
  },
11407
11425
  {
@@ -11411,7 +11429,7 @@
11411
11429
  "default": "'$collapse'",
11412
11430
  "value": {
11413
11431
  "kind": "expression",
11414
- "type": "string | (new () => any) | FunctionalComponent"
11432
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11415
11433
  }
11416
11434
  },
11417
11435
  {
@@ -11541,7 +11559,7 @@
11541
11559
  "default": "'$expand'",
11542
11560
  "value": {
11543
11561
  "kind": "expression",
11544
- "type": "string | (new () => any) | FunctionalComponent"
11562
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11545
11563
  }
11546
11564
  },
11547
11565
  {
@@ -11551,7 +11569,7 @@
11551
11569
  "default": "'$collapse'",
11552
11570
  "value": {
11553
11571
  "kind": "expression",
11554
- "type": "string | (new () => any) | FunctionalComponent"
11572
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11555
11573
  }
11556
11574
  },
11557
11575
  {
@@ -11575,7 +11593,7 @@
11575
11593
  "vue-properties": [
11576
11594
  {
11577
11595
  "name": "collapseIcon",
11578
- "type": "string | (new () => any) | FunctionalComponent"
11596
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11579
11597
  },
11580
11598
  {
11581
11599
  "name": "disabled",
@@ -11587,7 +11605,7 @@
11587
11605
  },
11588
11606
  {
11589
11607
  "name": "expandIcon",
11590
- "type": "string | (new () => any) | FunctionalComponent"
11608
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11591
11609
  },
11592
11610
  {
11593
11611
  "name": "readonly",
@@ -11602,7 +11620,7 @@
11602
11620
  "vue-properties": [
11603
11621
  {
11604
11622
  "name": "collapseIcon",
11605
- "type": "string | (new () => any) | FunctionalComponent"
11623
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11606
11624
  },
11607
11625
  {
11608
11626
  "name": "disabled",
@@ -11614,7 +11632,7 @@
11614
11632
  },
11615
11633
  {
11616
11634
  "name": "expandIcon",
11617
- "type": "string | (new () => any) | FunctionalComponent"
11635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11618
11636
  },
11619
11637
  {
11620
11638
  "name": "readonly",
@@ -12079,7 +12097,7 @@
12079
12097
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
12080
12098
  "value": {
12081
12099
  "kind": "expression",
12082
- "type": "string | (new () => any) | FunctionalComponent"
12100
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12083
12101
  }
12084
12102
  },
12085
12103
  {
@@ -12109,7 +12127,7 @@
12109
12127
  "default": "'$clear'",
12110
12128
  "value": {
12111
12129
  "kind": "expression",
12112
- "type": "string | (new () => any) | FunctionalComponent"
12130
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12113
12131
  }
12114
12132
  },
12115
12133
  {
@@ -12123,6 +12141,15 @@
12123
12141
  },
12124
12142
  "type": "boolean"
12125
12143
  },
12144
+ {
12145
+ "name": "baseColor",
12146
+ "description": "MISSING DESCRIPTION",
12147
+ "doc-url": "https://vuetifyjs.com/api/v-field#props",
12148
+ "value": {
12149
+ "kind": "expression",
12150
+ "type": "string"
12151
+ }
12152
+ },
12126
12153
  {
12127
12154
  "name": "dirty",
12128
12155
  "description": "Manually apply the dirty state styling",
@@ -12151,7 +12178,7 @@
12151
12178
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
12152
12179
  "value": {
12153
12180
  "kind": "expression",
12154
- "type": "string | (new () => any) | FunctionalComponent"
12181
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12155
12182
  }
12156
12183
  },
12157
12184
  {
@@ -12506,7 +12533,7 @@
12506
12533
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12507
12534
  "value": {
12508
12535
  "kind": "expression",
12509
- "type": "string | (new () => any) | FunctionalComponent"
12536
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12510
12537
  }
12511
12538
  },
12512
12539
  {
@@ -12516,7 +12543,7 @@
12516
12543
  "default": "'$file'",
12517
12544
  "value": {
12518
12545
  "kind": "expression",
12519
- "type": "string | (new () => any) | FunctionalComponent"
12546
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12520
12547
  }
12521
12548
  },
12522
12549
  {
@@ -12645,7 +12672,7 @@
12645
12672
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12646
12673
  "value": {
12647
12674
  "kind": "expression",
12648
- "type": "string | (new () => any) | FunctionalComponent"
12675
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12649
12676
  }
12650
12677
  },
12651
12678
  {
@@ -12675,7 +12702,7 @@
12675
12702
  "default": "'$clear'",
12676
12703
  "value": {
12677
12704
  "kind": "expression",
12678
- "type": "string | (new () => any) | FunctionalComponent"
12705
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12679
12706
  }
12680
12707
  },
12681
12708
  {
@@ -12689,6 +12716,15 @@
12689
12716
  },
12690
12717
  "type": "boolean"
12691
12718
  },
12719
+ {
12720
+ "name": "baseColor",
12721
+ "description": "MISSING DESCRIPTION",
12722
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12723
+ "value": {
12724
+ "kind": "expression",
12725
+ "type": "string"
12726
+ }
12727
+ },
12692
12728
  {
12693
12729
  "name": "dirty",
12694
12730
  "description": "Manually apply the dirty state styling",
@@ -12717,7 +12753,7 @@
12717
12753
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12718
12754
  "value": {
12719
12755
  "kind": "expression",
12720
- "type": "string | (new () => any) | FunctionalComponent"
12756
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12721
12757
  }
12722
12758
  },
12723
12759
  {
@@ -12888,33 +12924,7 @@
12888
12924
  {
12889
12925
  "name": "default",
12890
12926
  "description": "The default Vue slot.",
12891
- "doc-url": "https://vuetifyjs.com/api/v-file-input#slots",
12892
- "vue-properties": [
12893
- {
12894
- "name": "props",
12895
- "type": "Record<string, unknown>"
12896
- },
12897
- {
12898
- "name": "isActive",
12899
- "type": "Ref<boolean>"
12900
- },
12901
- {
12902
- "name": "isFocused",
12903
- "type": "Ref<boolean>"
12904
- },
12905
- {
12906
- "name": "controlRef",
12907
- "type": "Ref<HTMLElement>"
12908
- },
12909
- {
12910
- "name": "focus",
12911
- "type": "() => void"
12912
- },
12913
- {
12914
- "name": "blur",
12915
- "type": "() => void"
12916
- }
12917
- ]
12927
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
12918
12928
  },
12919
12929
  {
12920
12930
  "name": "prepend",
@@ -13223,7 +13233,7 @@
13223
13233
  },
13224
13234
  {
13225
13235
  "name": "app",
13226
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))",
13236
+ "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",
13227
13237
  "doc-url": "https://vuetifyjs.com/api/v-footer#props",
13228
13238
  "default": "false",
13229
13239
  "value": {
@@ -13468,7 +13478,7 @@
13468
13478
  "doc-url": "https://vuetifyjs.com/api/v-icon#props",
13469
13479
  "value": {
13470
13480
  "kind": "expression",
13471
- "type": "string | (new () => any) | FunctionalComponent"
13481
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13472
13482
  }
13473
13483
  },
13474
13484
  {
@@ -13687,22 +13697,249 @@
13687
13697
  {
13688
13698
  "name": "default",
13689
13699
  "description": "The default Vue slot.",
13690
- "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13700
+ "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13701
+ },
13702
+ {
13703
+ "name": "placeholder",
13704
+ "description": "Display an overlay while the image is loading",
13705
+ "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13706
+ },
13707
+ {
13708
+ "name": "error",
13709
+ "description": "Will be shown if the image fails to load, replacing the placeholder slot",
13710
+ "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13711
+ },
13712
+ {
13713
+ "name": "sources",
13714
+ "description": "A list of `<source>` elements. If this slot is used v-img will render a `<picture>` instead of `<img>`",
13715
+ "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13716
+ }
13717
+ ],
13718
+ "vue-model": {
13719
+ "prop": "modelValue",
13720
+ "event": "update:modelValue"
13721
+ }
13722
+ },
13723
+ {
13724
+ "name": "v-infinite-scroll",
13725
+ "source": {
13726
+ "module": "./src/components/index.ts",
13727
+ "symbol": "v-infinite-scroll"
13728
+ },
13729
+ "description": "",
13730
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll",
13731
+ "attributes": [
13732
+ {
13733
+ "name": "height",
13734
+ "description": "Sets the height for the component.",
13735
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13736
+ "value": {
13737
+ "kind": "expression",
13738
+ "type": "string | number"
13739
+ }
13740
+ },
13741
+ {
13742
+ "name": "maxHeight",
13743
+ "description": "Sets the maximum height for the component.",
13744
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13745
+ "value": {
13746
+ "kind": "expression",
13747
+ "type": "string | number"
13748
+ }
13749
+ },
13750
+ {
13751
+ "name": "maxWidth",
13752
+ "description": "Sets the maximum width for the component.",
13753
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13754
+ "value": {
13755
+ "kind": "expression",
13756
+ "type": "string | number"
13757
+ }
13758
+ },
13759
+ {
13760
+ "name": "minHeight",
13761
+ "description": "Sets the minimum height for the component.",
13762
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13763
+ "value": {
13764
+ "kind": "expression",
13765
+ "type": "string | number"
13766
+ }
13767
+ },
13768
+ {
13769
+ "name": "minWidth",
13770
+ "description": "Sets the minimum width for the component.",
13771
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13772
+ "value": {
13773
+ "kind": "expression",
13774
+ "type": "string | number"
13775
+ }
13776
+ },
13777
+ {
13778
+ "name": "width",
13779
+ "description": "Sets the width for the component.",
13780
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13781
+ "value": {
13782
+ "kind": "expression",
13783
+ "type": "string | number"
13784
+ }
13785
+ },
13786
+ {
13787
+ "name": "color",
13788
+ "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)",
13789
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13790
+ "value": {
13791
+ "kind": "expression",
13792
+ "type": "string"
13793
+ }
13794
+ },
13795
+ {
13796
+ "name": "direction",
13797
+ "description": "Specifies if scroller is **vertical** or **horizontal**.",
13798
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13799
+ "default": "'vertical'",
13800
+ "value": {
13801
+ "kind": "expression",
13802
+ "type": "\"horizontal\" | \"vertical\""
13803
+ }
13804
+ },
13805
+ {
13806
+ "name": "mode",
13807
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**).",
13808
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13809
+ "default": "'intersect'",
13810
+ "value": {
13811
+ "kind": "expression",
13812
+ "type": "\"intersect\" | \"manual\""
13813
+ }
13814
+ },
13815
+ {
13816
+ "name": "side",
13817
+ "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides.",
13818
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13819
+ "default": "'end'",
13820
+ "value": {
13821
+ "kind": "expression",
13822
+ "type": "\"end\" | \"start\" | \"both\""
13823
+ }
13824
+ },
13825
+ {
13826
+ "name": "margin",
13827
+ "description": "Value sent to the intersection observer. Will make the observer trigger earlier, by the margin (px) value supplied.",
13828
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13829
+ "value": {
13830
+ "kind": "expression",
13831
+ "type": "string | number"
13832
+ }
13833
+ },
13834
+ {
13835
+ "name": "loadMoreText",
13836
+ "description": "Text shown in default load more button, when in manual mode.",
13837
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13838
+ "default": "'$vuetify.infiniteScroll.loadMore'",
13839
+ "value": {
13840
+ "kind": "expression",
13841
+ "type": "string"
13842
+ }
13843
+ },
13844
+ {
13845
+ "name": "emptyText",
13846
+ "description": "Text shown when there is no more content to load.",
13847
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
13848
+ "default": "'$vuetify.infiniteScroll.empty'",
13849
+ "value": {
13850
+ "kind": "expression",
13851
+ "type": "string"
13852
+ }
13853
+ }
13854
+ ],
13855
+ "events": [
13856
+ {
13857
+ "name": "load",
13858
+ "description": "Emitted when reaching the start / end threshold, or if triggered when using manual mode.",
13859
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#events",
13860
+ "arguments": [
13861
+ {
13862
+ "name": "argument",
13863
+ "type": "[{ side: \"end\" | \"start\" | \"both\"; done: (status: \"error\" | \"loading\" | \"empty\" | \"ok\") => void }]"
13864
+ }
13865
+ ]
13866
+ }
13867
+ ],
13868
+ "slots": [
13869
+ {
13870
+ "name": "default",
13871
+ "description": "The default Vue slot.",
13872
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
13873
+ "vue-properties": [
13874
+ {
13875
+ "name": "side",
13876
+ "type": "\"end\" | \"start\" | \"both\""
13877
+ },
13878
+ {
13879
+ "name": "props",
13880
+ "type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
13881
+ }
13882
+ ]
13691
13883
  },
13692
13884
  {
13693
- "name": "placeholder",
13694
- "description": "Display an overlay while the image is loading",
13695
- "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13885
+ "name": "loading",
13886
+ "description": "Shown when content is loading.",
13887
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
13888
+ "vue-properties": [
13889
+ {
13890
+ "name": "side",
13891
+ "type": "\"end\" | \"start\" | \"both\""
13892
+ },
13893
+ {
13894
+ "name": "props",
13895
+ "type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
13896
+ }
13897
+ ]
13696
13898
  },
13697
13899
  {
13698
13900
  "name": "error",
13699
- "description": "Will be shown if the image fails to load, replacing the placeholder slot",
13700
- "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13901
+ "description": "Shown when load returned status 'error'",
13902
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
13903
+ "vue-properties": [
13904
+ {
13905
+ "name": "side",
13906
+ "type": "\"end\" | \"start\" | \"both\""
13907
+ },
13908
+ {
13909
+ "name": "props",
13910
+ "type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
13911
+ }
13912
+ ]
13701
13913
  },
13702
13914
  {
13703
- "name": "sources",
13704
- "description": "A list of `<source>` elements. If this slot is used v-img will render a `<picture>` instead of `<img>`",
13705
- "doc-url": "https://vuetifyjs.com/api/v-img#slots"
13915
+ "name": "empty",
13916
+ "description": "Shown when load returned status 'empty'",
13917
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
13918
+ "vue-properties": [
13919
+ {
13920
+ "name": "side",
13921
+ "type": "\"end\" | \"start\" | \"both\""
13922
+ },
13923
+ {
13924
+ "name": "props",
13925
+ "type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
13926
+ }
13927
+ ]
13928
+ },
13929
+ {
13930
+ "name": "load-more",
13931
+ "description": "Shown when scrolled to either side of the content, in manual mode.",
13932
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
13933
+ "vue-properties": [
13934
+ {
13935
+ "name": "side",
13936
+ "type": "\"end\" | \"start\" | \"both\""
13937
+ },
13938
+ {
13939
+ "name": "props",
13940
+ "type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
13941
+ }
13942
+ ]
13706
13943
  }
13707
13944
  ],
13708
13945
  "vue-model": {
@@ -13793,7 +14030,7 @@
13793
14030
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
13794
14031
  "value": {
13795
14032
  "kind": "expression",
13796
- "type": "string | (new () => any) | FunctionalComponent"
14033
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13797
14034
  }
13798
14035
  },
13799
14036
  {
@@ -13802,7 +14039,7 @@
13802
14039
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
13803
14040
  "value": {
13804
14041
  "kind": "expression",
13805
- "type": "string | (new () => any) | FunctionalComponent"
14042
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13806
14043
  }
13807
14044
  },
13808
14045
  {
@@ -14752,7 +14989,7 @@
14752
14989
  "doc-url": "https://vuetifyjs.com/api/v-ligature-icon#props",
14753
14990
  "value": {
14754
14991
  "kind": "expression",
14755
- "type": "string | (new () => any) | FunctionalComponent"
14992
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14756
14993
  }
14757
14994
  },
14758
14995
  {
@@ -15140,25 +15377,56 @@
15140
15377
  ],
15141
15378
  "slots": [
15142
15379
  {
15143
- "name": "subheader",
15144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
15380
+ "name": "prepend",
15381
+ "description": "Adds an item outside the input and before input content",
15382
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15383
+ },
15384
+ {
15385
+ "name": "append",
15386
+ "description": "Adds an item inside the input and after input content",
15387
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15388
+ },
15389
+ {
15390
+ "name": "default",
15391
+ "description": "The default Vue slot.",
15392
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15393
+ },
15394
+ {
15395
+ "name": "title",
15396
+ "description": "Slot for the component's title content",
15397
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15398
+ },
15399
+ {
15400
+ "name": "subtitle",
15401
+ "description": "Slot for the component's subtitle content",
15145
15402
  "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15146
15403
  },
15147
15404
  {
15148
- "name": "header",
15405
+ "name": "item",
15149
15406
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
15407
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15408
+ },
15409
+ {
15410
+ "name": "divider",
15411
+ "description": "MISSING DESCRIPTION",
15150
15412
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
15151
15413
  "vue-properties": [
15152
15414
  {
15153
15415
  "name": "props",
15154
- "type": "Record<string, unknown>"
15416
+ "type": "unknown"
15155
15417
  }
15156
15418
  ]
15157
15419
  },
15158
15420
  {
15159
- "name": "item",
15421
+ "name": "subheader",
15160
15422
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
15161
- "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15423
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots",
15424
+ "vue-properties": [
15425
+ {
15426
+ "name": "props",
15427
+ "type": "unknown"
15428
+ }
15429
+ ]
15162
15430
  }
15163
15431
  ],
15164
15432
  "vue-model": {
@@ -15218,7 +15486,7 @@
15218
15486
  "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
15219
15487
  "value": {
15220
15488
  "kind": "expression",
15221
- "type": "string | (new () => any) | FunctionalComponent"
15489
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15222
15490
  }
15223
15491
  },
15224
15492
  {
@@ -15227,7 +15495,7 @@
15227
15495
  "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
15228
15496
  "value": {
15229
15497
  "kind": "expression",
15230
- "type": "string | (new () => any) | FunctionalComponent"
15498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15231
15499
  }
15232
15500
  },
15233
15501
  {
@@ -15257,7 +15525,7 @@
15257
15525
  "default": "'$expand'",
15258
15526
  "value": {
15259
15527
  "kind": "expression",
15260
- "type": "string | (new () => any) | FunctionalComponent"
15528
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15261
15529
  }
15262
15530
  },
15263
15531
  {
@@ -15267,7 +15535,7 @@
15267
15535
  "default": "'$collapse'",
15268
15536
  "value": {
15269
15537
  "kind": "expression",
15270
- "type": "string | (new () => any) | FunctionalComponent"
15538
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15271
15539
  }
15272
15540
  },
15273
15541
  {
@@ -15519,7 +15787,7 @@
15519
15787
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15520
15788
  "value": {
15521
15789
  "kind": "expression",
15522
- "type": "string | (new () => any) | FunctionalComponent"
15790
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15523
15791
  }
15524
15792
  },
15525
15793
  {
@@ -15528,7 +15796,7 @@
15528
15796
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15529
15797
  "value": {
15530
15798
  "kind": "expression",
15531
- "type": "string | (new () => any) | FunctionalComponent"
15799
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15532
15800
  }
15533
15801
  },
15534
15802
  {
@@ -15542,6 +15810,28 @@
15542
15810
  },
15543
15811
  "type": "boolean"
15544
15812
  },
15813
+ {
15814
+ "name": "replace",
15815
+ "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.",
15816
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15817
+ "default": "false",
15818
+ "value": {
15819
+ "kind": "expression",
15820
+ "type": "boolean"
15821
+ },
15822
+ "type": "boolean"
15823
+ },
15824
+ {
15825
+ "name": "link",
15826
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
15827
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15828
+ "default": "false",
15829
+ "value": {
15830
+ "kind": "expression",
15831
+ "type": "boolean"
15832
+ },
15833
+ "type": "boolean"
15834
+ },
15545
15835
  {
15546
15836
  "name": "lines",
15547
15837
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))",
@@ -15579,15 +15869,13 @@
15579
15869
  }
15580
15870
  },
15581
15871
  {
15582
- "name": "replace",
15583
- "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.",
15872
+ "name": "to",
15873
+ "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.",
15584
15874
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15585
- "default": "false",
15586
15875
  "value": {
15587
15876
  "kind": "expression",
15588
- "type": "boolean"
15589
- },
15590
- "type": "boolean"
15877
+ "type": "unknown"
15878
+ }
15591
15879
  },
15592
15880
  {
15593
15881
  "name": "exact",
@@ -15600,15 +15888,6 @@
15600
15888
  },
15601
15889
  "type": "boolean"
15602
15890
  },
15603
- {
15604
- "name": "to",
15605
- "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.",
15606
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15607
- "value": {
15608
- "kind": "expression",
15609
- "type": "unknown"
15610
- }
15611
- },
15612
15891
  {
15613
15892
  "name": "ripple",
15614
15893
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -15648,17 +15927,6 @@
15648
15927
  "type": "string"
15649
15928
  }
15650
15929
  },
15651
- {
15652
- "name": "link",
15653
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
15654
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15655
- "default": "false",
15656
- "value": {
15657
- "kind": "expression",
15658
- "type": "boolean"
15659
- },
15660
- "type": "boolean"
15661
- },
15662
15930
  {
15663
15931
  "name": "nav",
15664
15932
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))",
@@ -15706,11 +15974,11 @@
15706
15974
  "type": "boolean"
15707
15975
  },
15708
15976
  {
15709
- "name": "activate",
15710
- "type": "(value: boolean) => void"
15977
+ "name": "isSelected",
15978
+ "type": "boolean"
15711
15979
  },
15712
15980
  {
15713
- "name": "isSelected",
15981
+ "name": "isIndeterminate",
15714
15982
  "type": "boolean"
15715
15983
  },
15716
15984
  {
@@ -15729,11 +15997,11 @@
15729
15997
  "type": "boolean"
15730
15998
  },
15731
15999
  {
15732
- "name": "activate",
15733
- "type": "(value: boolean) => void"
16000
+ "name": "isSelected",
16001
+ "type": "boolean"
15734
16002
  },
15735
16003
  {
15736
- "name": "isSelected",
16004
+ "name": "isIndeterminate",
15737
16005
  "type": "boolean"
15738
16006
  },
15739
16007
  {
@@ -15752,11 +16020,11 @@
15752
16020
  "type": "boolean"
15753
16021
  },
15754
16022
  {
15755
- "name": "activate",
15756
- "type": "(value: boolean) => void"
16023
+ "name": "isSelected",
16024
+ "type": "boolean"
15757
16025
  },
15758
16026
  {
15759
- "name": "isSelected",
16027
+ "name": "isIndeterminate",
15760
16028
  "type": "boolean"
15761
16029
  },
15762
16030
  {
@@ -16482,7 +16750,7 @@
16482
16750
  "default": "{component: {name: 'VDialogTransition'}}",
16483
16751
  "value": {
16484
16752
  "kind": "expression",
16485
- "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>] } }"
16753
+ "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>] } }"
16486
16754
  }
16487
16755
  },
16488
16756
  {
@@ -16567,7 +16835,7 @@
16567
16835
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
16568
16836
  "value": {
16569
16837
  "kind": "expression",
16570
- "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 }"
16838
+ "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 }"
16571
16839
  }
16572
16840
  },
16573
16841
  {
@@ -16643,7 +16911,7 @@
16643
16911
  },
16644
16912
  {
16645
16913
  "name": "width",
16646
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
16914
+ "description": "Sets the width for the component",
16647
16915
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16648
16916
  "default": "256",
16649
16917
  "value": {
@@ -16662,7 +16930,7 @@
16662
16930
  },
16663
16931
  {
16664
16932
  "name": "location",
16665
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
16933
+ "description": "Sets the drawer's location within the layout.",
16666
16934
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16667
16935
  "default": "'start'",
16668
16936
  "value": {
@@ -16858,7 +17126,7 @@
16858
17126
  },
16859
17127
  {
16860
17128
  "name": "railWidth",
16861
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
17129
+ "description": "Sets the width for the component when `rail` is enabled.",
16862
17130
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
16863
17131
  "default": "56",
16864
17132
  "value": {
@@ -16934,13 +17202,7 @@
16934
17202
  "doc-url": "https://vuetifyjs.com/api/v-no-ssr",
16935
17203
  "attributes": [],
16936
17204
  "events": [],
16937
- "slots": [
16938
- {
16939
- "name": "default",
16940
- "description": "The default Vue slot.",
16941
- "doc-url": "https://vuetifyjs.com/api/v-no-ssr#slots"
16942
- }
16943
- ],
17205
+ "slots": [],
16944
17206
  "vue-model": {
16945
17207
  "prop": "modelValue",
16946
17208
  "event": "update:modelValue"
@@ -17515,7 +17777,7 @@
17515
17777
  "default": "'$next'",
17516
17778
  "value": {
17517
17779
  "kind": "expression",
17518
- "type": "string | (new () => any) | FunctionalComponent"
17780
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17519
17781
  }
17520
17782
  },
17521
17783
  {
@@ -17525,7 +17787,7 @@
17525
17787
  "default": "'$prev'",
17526
17788
  "value": {
17527
17789
  "kind": "expression",
17528
- "type": "string | (new () => any) | FunctionalComponent"
17790
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17529
17791
  }
17530
17792
  },
17531
17793
  {
@@ -17555,7 +17817,7 @@
17555
17817
  "default": "'$first'",
17556
17818
  "value": {
17557
17819
  "kind": "expression",
17558
- "type": "string | (new () => any) | FunctionalComponent"
17820
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17559
17821
  }
17560
17822
  },
17561
17823
  {
@@ -17565,7 +17827,7 @@
17565
17827
  "default": "'$last'",
17566
17828
  "value": {
17567
17829
  "kind": "expression",
17568
- "type": "string | (new () => any) | FunctionalComponent"
17830
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17569
17831
  }
17570
17832
  },
17571
17833
  {
@@ -18212,7 +18474,7 @@
18212
18474
  },
18213
18475
  {
18214
18476
  "name": "value",
18215
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18477
+ "description": "MISSING DESCRIPTION",
18216
18478
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18217
18479
  "value": {
18218
18480
  "kind": "expression",
@@ -18303,7 +18565,7 @@
18303
18565
  },
18304
18566
  {
18305
18567
  "name": "trueValue",
18306
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18568
+ "description": "Sets value for truthy state",
18307
18569
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18308
18570
  "value": {
18309
18571
  "kind": "expression",
@@ -18312,7 +18574,7 @@
18312
18574
  },
18313
18575
  {
18314
18576
  "name": "falseValue",
18315
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
18577
+ "description": "Sets value for falsy state",
18316
18578
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18317
18579
  "value": {
18318
18580
  "kind": "expression",
@@ -18326,7 +18588,7 @@
18326
18588
  "default": "'$radioOff'",
18327
18589
  "value": {
18328
18590
  "kind": "expression",
18329
- "type": "string | (new () => any) | FunctionalComponent"
18591
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18330
18592
  }
18331
18593
  },
18332
18594
  {
@@ -18336,7 +18598,7 @@
18336
18598
  "default": "'$radioOn'",
18337
18599
  "value": {
18338
18600
  "kind": "expression",
18339
- "type": "string | (new () => any) | FunctionalComponent"
18601
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18340
18602
  }
18341
18603
  }
18342
18604
  ],
@@ -18521,7 +18783,7 @@
18521
18783
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18522
18784
  "value": {
18523
18785
  "kind": "expression",
18524
- "type": "string | (new () => any) | FunctionalComponent"
18786
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18525
18787
  }
18526
18788
  },
18527
18789
  {
@@ -18530,7 +18792,7 @@
18530
18792
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18531
18793
  "value": {
18532
18794
  "kind": "expression",
18533
- "type": "string | (new () => any) | FunctionalComponent"
18795
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18534
18796
  }
18535
18797
  },
18536
18798
  {
@@ -18682,7 +18944,7 @@
18682
18944
  "default": "'$radioOff'",
18683
18945
  "value": {
18684
18946
  "kind": "expression",
18685
- "type": "string | (new () => any) | FunctionalComponent"
18947
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18686
18948
  }
18687
18949
  },
18688
18950
  {
@@ -18692,7 +18954,7 @@
18692
18954
  "default": "'$radioOn'",
18693
18955
  "value": {
18694
18956
  "kind": "expression",
18695
- "type": "string | (new () => any) | FunctionalComponent"
18957
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18696
18958
  }
18697
18959
  }
18698
18960
  ],
@@ -19069,7 +19331,7 @@
19069
19331
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
19070
19332
  "value": {
19071
19333
  "kind": "expression",
19072
- "type": "string | (new () => any) | FunctionalComponent"
19334
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19073
19335
  }
19074
19336
  },
19075
19337
  {
@@ -19078,7 +19340,7 @@
19078
19340
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
19079
19341
  "value": {
19080
19342
  "kind": "expression",
19081
- "type": "string | (new () => any) | FunctionalComponent"
19343
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19082
19344
  }
19083
19345
  },
19084
19346
  {
@@ -19796,7 +20058,7 @@
19796
20058
  "default": "'$ratingEmpty'",
19797
20059
  "value": {
19798
20060
  "kind": "expression",
19799
- "type": "string | (new () => any) | FunctionalComponent"
20061
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19800
20062
  }
19801
20063
  },
19802
20064
  {
@@ -19806,7 +20068,7 @@
19806
20068
  "default": "'$ratingFull'",
19807
20069
  "value": {
19808
20070
  "kind": "expression",
19809
- "type": "string | (new () => any) | FunctionalComponent"
20071
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19810
20072
  }
19811
20073
  },
19812
20074
  {
@@ -19866,7 +20128,7 @@
19866
20128
  },
19867
20129
  {
19868
20130
  "name": "icon",
19869
- "type": "string | (new () => any) | FunctionalComponent"
20131
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19870
20132
  },
19871
20133
  {
19872
20134
  "name": "color",
@@ -20892,7 +21154,7 @@
20892
21154
  "default": "'$dropdown'",
20893
21155
  "value": {
20894
21156
  "kind": "expression",
20895
- "type": "string | (new () => any) | FunctionalComponent"
21157
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
20896
21158
  }
20897
21159
  },
20898
21160
  {
@@ -20922,7 +21184,7 @@
20922
21184
  "default": "{component: {name: 'VDialogTransition'}}",
20923
21185
  "value": {
20924
21186
  "kind": "expression",
20925
- "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>] } }"
21187
+ "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>] } }"
20926
21188
  }
20927
21189
  },
20928
21190
  {
@@ -21083,7 +21345,7 @@
21083
21345
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
21084
21346
  "value": {
21085
21347
  "kind": "expression",
21086
- "type": "string | (new () => any) | FunctionalComponent"
21348
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21087
21349
  }
21088
21350
  },
21089
21351
  {
@@ -21092,7 +21354,7 @@
21092
21354
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
21093
21355
  "value": {
21094
21356
  "kind": "expression",
21095
- "type": "string | (new () => any) | FunctionalComponent"
21357
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21096
21358
  }
21097
21359
  },
21098
21360
  {
@@ -21233,7 +21495,7 @@
21233
21495
  "default": "'$clear'",
21234
21496
  "value": {
21235
21497
  "kind": "expression",
21236
- "type": "string | (new () => any) | FunctionalComponent"
21498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21237
21499
  }
21238
21500
  },
21239
21501
  {
@@ -21247,6 +21509,15 @@
21247
21509
  },
21248
21510
  "type": "boolean"
21249
21511
  },
21512
+ {
21513
+ "name": "baseColor",
21514
+ "description": "MISSING DESCRIPTION",
21515
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
21516
+ "value": {
21517
+ "kind": "expression",
21518
+ "type": "string"
21519
+ }
21520
+ },
21250
21521
  {
21251
21522
  "name": "persistentClear",
21252
21523
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -21264,7 +21535,7 @@
21264
21535
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
21265
21536
  "value": {
21266
21537
  "kind": "expression",
21267
- "type": "string | (new () => any) | FunctionalComponent"
21538
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21268
21539
  }
21269
21540
  },
21270
21541
  {
@@ -21747,7 +22018,7 @@
21747
22018
  },
21748
22019
  {
21749
22020
  "name": "value",
21750
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
22021
+ "description": "MISSING DESCRIPTION",
21751
22022
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21752
22023
  "value": {
21753
22024
  "kind": "expression",
@@ -21838,7 +22109,7 @@
21838
22109
  },
21839
22110
  {
21840
22111
  "name": "trueValue",
21841
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
22112
+ "description": "Sets value for truthy state",
21842
22113
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21843
22114
  "value": {
21844
22115
  "kind": "expression",
@@ -21847,7 +22118,7 @@
21847
22118
  },
21848
22119
  {
21849
22120
  "name": "falseValue",
21850
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
22121
+ "description": "Sets value for falsy state",
21851
22122
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21852
22123
  "value": {
21853
22124
  "kind": "expression",
@@ -21860,7 +22131,7 @@
21860
22131
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21861
22132
  "value": {
21862
22133
  "kind": "expression",
21863
- "type": "string | (new () => any) | FunctionalComponent"
22134
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21864
22135
  }
21865
22136
  },
21866
22137
  {
@@ -21869,7 +22140,7 @@
21869
22140
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21870
22141
  "value": {
21871
22142
  "kind": "expression",
21872
- "type": "string | (new () => any) | FunctionalComponent"
22143
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21873
22144
  }
21874
22145
  }
21875
22146
  ],
@@ -22090,7 +22361,7 @@
22090
22361
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22091
22362
  "value": {
22092
22363
  "kind": "expression",
22093
- "type": "string | (new () => any) | FunctionalComponent"
22364
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22094
22365
  }
22095
22366
  },
22096
22367
  {
@@ -22099,7 +22370,7 @@
22099
22370
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22100
22371
  "value": {
22101
22372
  "kind": "expression",
22102
- "type": "string | (new () => any) | FunctionalComponent"
22373
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22103
22374
  }
22104
22375
  },
22105
22376
  {
@@ -22541,7 +22812,7 @@
22541
22812
  "default": "'$next'",
22542
22813
  "value": {
22543
22814
  "kind": "expression",
22544
- "type": "string | (new () => any) | FunctionalComponent"
22815
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22545
22816
  }
22546
22817
  },
22547
22818
  {
@@ -22551,7 +22822,7 @@
22551
22822
  "default": "'$prev'",
22552
22823
  "value": {
22553
22824
  "kind": "expression",
22554
- "type": "string | (new () => any) | FunctionalComponent"
22825
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22555
22826
  }
22556
22827
  },
22557
22828
  {
@@ -23215,7 +23486,7 @@
23215
23486
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23216
23487
  "value": {
23217
23488
  "kind": "expression",
23218
- "type": "string | (new () => any) | FunctionalComponent"
23489
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
23219
23490
  }
23220
23491
  },
23221
23492
  {
@@ -23224,7 +23495,7 @@
23224
23495
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23225
23496
  "value": {
23226
23497
  "kind": "expression",
23227
- "type": "string | (new () => any) | FunctionalComponent"
23498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
23228
23499
  }
23229
23500
  },
23230
23501
  {
@@ -24223,7 +24494,7 @@
24223
24494
  "doc-url": "https://vuetifyjs.com/api/v-svg-icon#props",
24224
24495
  "value": {
24225
24496
  "kind": "expression",
24226
- "type": "string | (new () => any) | FunctionalComponent"
24497
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24227
24498
  }
24228
24499
  },
24229
24500
  {
@@ -24331,7 +24602,7 @@
24331
24602
  },
24332
24603
  {
24333
24604
  "name": "value",
24334
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24605
+ "description": "The input's value",
24335
24606
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24336
24607
  "value": {
24337
24608
  "kind": "expression",
@@ -24393,7 +24664,7 @@
24393
24664
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24394
24665
  "value": {
24395
24666
  "kind": "expression",
24396
- "type": "string | (new () => any) | FunctionalComponent"
24667
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24397
24668
  }
24398
24669
  },
24399
24670
  {
@@ -24402,7 +24673,7 @@
24402
24673
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24403
24674
  "value": {
24404
24675
  "kind": "expression",
24405
- "type": "string | (new () => any) | FunctionalComponent"
24676
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24406
24677
  }
24407
24678
  },
24408
24679
  {
@@ -24570,7 +24841,7 @@
24570
24841
  },
24571
24842
  {
24572
24843
  "name": "trueValue",
24573
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24844
+ "description": "Sets value for truthy state",
24574
24845
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24575
24846
  "value": {
24576
24847
  "kind": "expression",
@@ -24579,7 +24850,7 @@
24579
24850
  },
24580
24851
  {
24581
24852
  "name": "falseValue",
24582
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
24853
+ "description": "Sets value for falsy state",
24583
24854
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24584
24855
  "value": {
24585
24856
  "kind": "expression",
@@ -24592,7 +24863,7 @@
24592
24863
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24593
24864
  "value": {
24594
24865
  "kind": "expression",
24595
- "type": "string | (new () => any) | FunctionalComponent"
24866
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24596
24867
  }
24597
24868
  },
24598
24869
  {
@@ -24601,7 +24872,7 @@
24601
24872
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24602
24873
  "value": {
24603
24874
  "kind": "expression",
24604
- "type": "string | (new () => any) | FunctionalComponent"
24875
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24605
24876
  }
24606
24877
  },
24607
24878
  {
@@ -25046,7 +25317,7 @@
25046
25317
  "default": "false",
25047
25318
  "value": {
25048
25319
  "kind": "expression",
25049
- "type": "boolean | string | (new () => any) | FunctionalComponent"
25320
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25050
25321
  }
25051
25322
  },
25052
25323
  {
@@ -25217,7 +25488,7 @@
25217
25488
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25218
25489
  "value": {
25219
25490
  "kind": "expression",
25220
- "type": "string | (new () => any) | FunctionalComponent"
25491
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25221
25492
  }
25222
25493
  },
25223
25494
  {
@@ -25226,7 +25497,7 @@
25226
25497
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25227
25498
  "value": {
25228
25499
  "kind": "expression",
25229
- "type": "string | (new () => any) | FunctionalComponent"
25500
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25230
25501
  }
25231
25502
  },
25232
25503
  {
@@ -25249,6 +25520,17 @@
25249
25520
  "type": "string | boolean"
25250
25521
  }
25251
25522
  },
25523
+ {
25524
+ "name": "replace",
25525
+ "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.",
25526
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25527
+ "default": "false",
25528
+ "value": {
25529
+ "kind": "expression",
25530
+ "type": "boolean"
25531
+ },
25532
+ "type": "boolean"
25533
+ },
25252
25534
  {
25253
25535
  "name": "stacked",
25254
25536
  "description": "Displays the tab as a flex-column.",
@@ -25280,15 +25562,13 @@
25280
25562
  }
25281
25563
  },
25282
25564
  {
25283
- "name": "replace",
25284
- "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.",
25565
+ "name": "to",
25566
+ "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.",
25285
25567
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25286
- "default": "false",
25287
25568
  "value": {
25288
25569
  "kind": "expression",
25289
- "type": "boolean"
25290
- },
25291
- "type": "boolean"
25570
+ "type": "unknown"
25571
+ }
25292
25572
  },
25293
25573
  {
25294
25574
  "name": "exact",
@@ -25301,15 +25581,6 @@
25301
25581
  },
25302
25582
  "type": "boolean"
25303
25583
  },
25304
- {
25305
- "name": "to",
25306
- "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.",
25307
- "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25308
- "value": {
25309
- "kind": "expression",
25310
- "type": "unknown"
25311
- }
25312
- },
25313
25584
  {
25314
25585
  "name": "ripple",
25315
25586
  "description": "Applies the [v-ripple](/directives/ripple) directive.",
@@ -25638,7 +25909,7 @@
25638
25909
  "default": "'$next'",
25639
25910
  "value": {
25640
25911
  "kind": "expression",
25641
- "type": "string | (new () => any) | FunctionalComponent"
25912
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25642
25913
  }
25643
25914
  },
25644
25915
  {
@@ -25648,7 +25919,7 @@
25648
25919
  "default": "'$prev'",
25649
25920
  "value": {
25650
25921
  "kind": "expression",
25651
- "type": "string | (new () => any) | FunctionalComponent"
25922
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25652
25923
  }
25653
25924
  },
25654
25925
  {
@@ -25952,7 +26223,7 @@
25952
26223
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25953
26224
  "value": {
25954
26225
  "kind": "expression",
25955
- "type": "string | (new () => any) | FunctionalComponent"
26226
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25956
26227
  }
25957
26228
  },
25958
26229
  {
@@ -25961,7 +26232,7 @@
25961
26232
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25962
26233
  "value": {
25963
26234
  "kind": "expression",
25964
- "type": "string | (new () => any) | FunctionalComponent"
26235
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25965
26236
  }
25966
26237
  },
25967
26238
  {
@@ -26090,7 +26361,7 @@
26090
26361
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
26091
26362
  "value": {
26092
26363
  "kind": "expression",
26093
- "type": "string | (new () => any) | FunctionalComponent"
26364
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26094
26365
  }
26095
26366
  },
26096
26367
  {
@@ -26120,7 +26391,7 @@
26120
26391
  "default": "'$clear'",
26121
26392
  "value": {
26122
26393
  "kind": "expression",
26123
- "type": "string | (new () => any) | FunctionalComponent"
26394
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26124
26395
  }
26125
26396
  },
26126
26397
  {
@@ -26134,6 +26405,15 @@
26134
26405
  },
26135
26406
  "type": "boolean"
26136
26407
  },
26408
+ {
26409
+ "name": "baseColor",
26410
+ "description": "MISSING DESCRIPTION",
26411
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
26412
+ "value": {
26413
+ "kind": "expression",
26414
+ "type": "string"
26415
+ }
26416
+ },
26137
26417
  {
26138
26418
  "name": "dirty",
26139
26419
  "description": "Manually apply the dirty state styling",
@@ -26162,7 +26442,7 @@
26162
26442
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
26163
26443
  "value": {
26164
26444
  "kind": "expression",
26165
- "type": "string | (new () => any) | FunctionalComponent"
26445
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26166
26446
  }
26167
26447
  },
26168
26448
  {
@@ -26719,7 +26999,7 @@
26719
26999
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26720
27000
  "value": {
26721
27001
  "kind": "expression",
26722
- "type": "string | (new () => any) | FunctionalComponent"
27002
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26723
27003
  }
26724
27004
  },
26725
27005
  {
@@ -26728,7 +27008,7 @@
26728
27008
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26729
27009
  "value": {
26730
27010
  "kind": "expression",
26731
- "type": "string | (new () => any) | FunctionalComponent"
27011
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26732
27012
  }
26733
27013
  },
26734
27014
  {
@@ -26857,7 +27137,7 @@
26857
27137
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26858
27138
  "value": {
26859
27139
  "kind": "expression",
26860
- "type": "string | (new () => any) | FunctionalComponent"
27140
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26861
27141
  }
26862
27142
  },
26863
27143
  {
@@ -26887,7 +27167,7 @@
26887
27167
  "default": "'$clear'",
26888
27168
  "value": {
26889
27169
  "kind": "expression",
26890
- "type": "string | (new () => any) | FunctionalComponent"
27170
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26891
27171
  }
26892
27172
  },
26893
27173
  {
@@ -26901,6 +27181,15 @@
26901
27181
  },
26902
27182
  "type": "boolean"
26903
27183
  },
27184
+ {
27185
+ "name": "baseColor",
27186
+ "description": "MISSING DESCRIPTION",
27187
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
27188
+ "value": {
27189
+ "kind": "expression",
27190
+ "type": "string"
27191
+ }
27192
+ },
26904
27193
  {
26905
27194
  "name": "dirty",
26906
27195
  "description": "Manually apply the dirty state styling",
@@ -26929,7 +27218,7 @@
26929
27218
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26930
27219
  "value": {
26931
27220
  "kind": "expression",
26932
- "type": "string | (new () => any) | FunctionalComponent"
27221
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26933
27222
  }
26934
27223
  },
26935
27224
  {
@@ -27420,6 +27709,15 @@
27420
27709
  "type": "\"horizontal\" | \"vertical\""
27421
27710
  }
27422
27711
  },
27712
+ {
27713
+ "name": "side",
27714
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
27715
+ "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
27716
+ "value": {
27717
+ "kind": "expression",
27718
+ "type": "\"end\" | \"start\""
27719
+ }
27720
+ },
27423
27721
  {
27424
27722
  "name": "align",
27425
27723
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
@@ -27469,15 +27767,6 @@
27469
27767
  "type": "string | number"
27470
27768
  }
27471
27769
  },
27472
- {
27473
- "name": "side",
27474
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
27475
- "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
27476
- "value": {
27477
- "kind": "expression",
27478
- "type": "\"end\" | \"start\""
27479
- }
27480
- },
27481
27770
  {
27482
27771
  "name": "truncateLine",
27483
27772
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends",
@@ -27516,7 +27805,7 @@
27516
27805
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
27517
27806
  "value": {
27518
27807
  "kind": "expression",
27519
- "type": "string | (new () => any) | FunctionalComponent"
27808
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
27520
27809
  }
27521
27810
  },
27522
27811
  {
@@ -28633,15 +28922,6 @@
28633
28922
  "type": "unknown[]"
28634
28923
  }
28635
28924
  },
28636
- {
28637
- "name": "visibleItems",
28638
- "description": "MISSING DESCRIPTION",
28639
- "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
28640
- "value": {
28641
- "kind": "expression",
28642
- "type": "string | number"
28643
- }
28644
- },
28645
28925
  {
28646
28926
  "name": "itemHeight",
28647
28927
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size.",
@@ -28782,7 +29062,7 @@
28782
29062
  "default": "'$next'",
28783
29063
  "value": {
28784
29064
  "kind": "expression",
28785
- "type": "string | (new () => any) | FunctionalComponent"
29065
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
28786
29066
  }
28787
29067
  },
28788
29068
  {
@@ -28792,7 +29072,7 @@
28792
29072
  "default": "'$prev'",
28793
29073
  "value": {
28794
29074
  "kind": "expression",
28795
- "type": "string | (new () => any) | FunctionalComponent"
29075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
28796
29076
  }
28797
29077
  },
28798
29078
  {
@@ -28859,7 +29139,7 @@
28859
29139
  "vue-properties": [
28860
29140
  {
28861
29141
  "name": "props",
28862
- "type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
29142
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
28863
29143
  }
28864
29144
  ]
28865
29145
  },
@@ -28870,7 +29150,7 @@
28870
29150
  "vue-properties": [
28871
29151
  {
28872
29152
  "name": "props",
28873
- "type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
29153
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
28874
29154
  }
28875
29155
  ]
28876
29156
  }