vuetify 3.1.16 → 3.2.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 (476) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +331 -179
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/importMap.json +8 -4
  5. package/dist/json/tags.json +45 -2
  6. package/dist/json/web-types.json +851 -329
  7. package/dist/vuetify-labs.css +844 -621
  8. package/dist/vuetify-labs.d.ts +5908 -7618
  9. package/dist/vuetify-labs.esm.js +1628 -652
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1627 -650
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +272 -65
  14. package/dist/vuetify.d.ts +6192 -7178
  15. package/dist/vuetify.esm.js +1365 -423
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +1364 -421
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +798 -728
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.ts +35 -1
  23. package/lib/blueprints/md1.d.ts +35 -1
  24. package/lib/blueprints/md2.d.ts +35 -1
  25. package/lib/blueprints/md3.d.ts +35 -1
  26. package/lib/components/VAlert/VAlert.mjs +6 -4
  27. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  28. package/lib/components/VAlert/index.d.ts +57 -55
  29. package/lib/components/VApp/VApp.mjs +4 -2
  30. package/lib/components/VApp/VApp.mjs.map +1 -1
  31. package/lib/components/VApp/index.d.ts +22 -13
  32. package/lib/components/VAppBar/VAppBar.mjs +65 -13
  33. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
  35. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +113 -92
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +276 -418
  40. package/lib/components/VAvatar/VAvatar.mjs +4 -2
  41. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  42. package/lib/components/VAvatar/index.d.ts +23 -14
  43. package/lib/components/VBadge/VBadge.mjs +6 -5
  44. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  45. package/lib/components/VBadge/index.d.ts +27 -22
  46. package/lib/components/VBanner/VBanner.mjs +6 -4
  47. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  48. package/lib/components/VBanner/VBannerActions.mjs +5 -2
  49. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  50. package/lib/components/VBanner/index.d.ts +92 -66
  51. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
  52. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  53. package/lib/components/VBottomNavigation/index.d.ts +22 -13
  54. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +4 -2
  55. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  56. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
  57. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  58. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
  59. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  60. package/lib/components/VBreadcrumbs/index.d.ts +132 -91
  61. package/lib/components/VBtn/VBtn.mjs +9 -4
  62. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  63. package/lib/components/VBtn/_mixins.scss +1 -1
  64. package/lib/components/VBtn/index.d.ts +39 -36
  65. package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
  66. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  67. package/lib/components/VBtnGroup/index.d.ts +22 -13
  68. package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
  69. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  70. package/lib/components/VBtnToggle/index.d.ts +30 -21
  71. package/lib/components/VCard/VCard.mjs +5 -3
  72. package/lib/components/VCard/VCard.mjs.map +1 -1
  73. package/lib/components/VCard/VCardActions.mjs +7 -4
  74. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  75. package/lib/components/VCard/VCardItem.mjs +5 -2
  76. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  77. package/lib/components/VCard/index.d.ts +250 -141
  78. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  79. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  80. package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
  81. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  82. package/lib/components/VCarousel/index.d.ts +78 -141
  83. package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
  84. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  85. package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
  86. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  87. package/lib/components/VCheckbox/index.d.ts +75 -109
  88. package/lib/components/VChip/VChip.mjs +7 -8
  89. package/lib/components/VChip/VChip.mjs.map +1 -1
  90. package/lib/components/VChip/index.d.ts +27 -30
  91. package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
  92. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  93. package/lib/components/VChipGroup/index.d.ts +22 -13
  94. package/lib/components/VCode/index.d.ts +30 -17
  95. package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
  96. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  97. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
  98. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  99. package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
  100. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  101. package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
  102. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  103. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
  104. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  105. package/lib/components/VColorPicker/index.d.ts +34 -1
  106. package/lib/components/VCombobox/VCombobox.mjs +2 -1
  107. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  108. package/lib/components/VCombobox/index.d.ts +276 -418
  109. package/lib/components/VCounter/VCounter.mjs +4 -1
  110. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  111. package/lib/components/VCounter/index.d.ts +22 -145
  112. package/lib/components/VDefaultsProvider/index.d.ts +0 -12
  113. package/lib/components/VDialog/VDialog.mjs +2 -1
  114. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  115. package/lib/components/VDialog/index.d.ts +104 -282
  116. package/lib/components/VDivider/VDivider.mjs +4 -2
  117. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  118. package/lib/components/VDivider/index.d.ts +22 -13
  119. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
  120. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  121. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
  122. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  123. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
  124. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  125. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
  126. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  127. package/lib/components/VExpansionPanel/index.d.ts +109 -81
  128. package/lib/components/VField/VField.css +59 -11
  129. package/lib/components/VField/VField.mjs +18 -8
  130. package/lib/components/VField/VField.mjs.map +1 -1
  131. package/lib/components/VField/VField.sass +57 -5
  132. package/lib/components/VField/VFieldLabel.mjs +6 -3
  133. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  134. package/lib/components/VField/_variables.scss +4 -0
  135. package/lib/components/VField/index.d.ts +169 -84
  136. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  137. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  138. package/lib/components/VFileInput/index.d.ts +147 -174
  139. package/lib/components/VFooter/VFooter.mjs +4 -2
  140. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  141. package/lib/components/VFooter/index.d.ts +22 -13
  142. package/lib/components/VForm/VForm.mjs +5 -2
  143. package/lib/components/VForm/VForm.mjs.map +1 -1
  144. package/lib/components/VForm/index.d.ts +30 -17
  145. package/lib/components/VGrid/VCol.mjs +4 -1
  146. package/lib/components/VGrid/VCol.mjs.map +1 -1
  147. package/lib/components/VGrid/VContainer.mjs +4 -1
  148. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  149. package/lib/components/VGrid/VRow.mjs +4 -1
  150. package/lib/components/VGrid/VRow.mjs.map +1 -1
  151. package/lib/components/VGrid/index.d.ts +104 -60
  152. package/lib/components/VHover/index.d.ts +20 -44
  153. package/lib/components/VIcon/VIcon.mjs +4 -2
  154. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  155. package/lib/components/VIcon/index.d.ts +23 -26
  156. package/lib/components/VImg/VImg.mjs +5 -3
  157. package/lib/components/VImg/VImg.mjs.map +1 -1
  158. package/lib/components/VImg/index.d.ts +26 -29
  159. package/lib/components/VInput/VInput.mjs +4 -1
  160. package/lib/components/VInput/VInput.mjs.map +1 -1
  161. package/lib/components/VInput/index.d.ts +37 -40
  162. package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
  163. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  164. package/lib/components/VItemGroup/index.d.ts +30 -33
  165. package/lib/components/VKbd/index.d.ts +30 -17
  166. package/lib/components/VLabel/VLabel.mjs +4 -1
  167. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  168. package/lib/components/VLabel/index.d.ts +22 -13
  169. package/lib/components/VLayout/VLayout.mjs +8 -4
  170. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  171. package/lib/components/VLayout/VLayoutItem.mjs +4 -2
  172. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  173. package/lib/components/VLayout/index.d.ts +44 -26
  174. package/lib/components/VLazy/VLazy.mjs +4 -2
  175. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  176. package/lib/components/VLazy/index.d.ts +22 -13
  177. package/lib/components/VList/VList.mjs +4 -2
  178. package/lib/components/VList/VList.mjs.map +1 -1
  179. package/lib/components/VList/VListChildren.mjs.map +1 -1
  180. package/lib/components/VList/VListGroup.mjs +5 -2
  181. package/lib/components/VList/VListGroup.mjs.map +1 -1
  182. package/lib/components/VList/VListItem.mjs +4 -2
  183. package/lib/components/VList/VListItem.mjs.map +1 -1
  184. package/lib/components/VList/VListItemAction.mjs +4 -1
  185. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  186. package/lib/components/VList/VListItemMedia.mjs +4 -1
  187. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  188. package/lib/components/VList/VListSubheader.mjs +5 -3
  189. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  190. package/lib/components/VList/index.d.ts +932 -826
  191. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
  192. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  193. package/lib/components/VLocaleProvider/index.d.ts +30 -17
  194. package/lib/components/VMain/VMain.mjs +4 -2
  195. package/lib/components/VMain/VMain.mjs.map +1 -1
  196. package/lib/components/VMain/index.d.ts +30 -17
  197. package/lib/components/VMenu/VMenu.mjs +2 -1
  198. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  199. package/lib/components/VMenu/index.d.ts +104 -282
  200. package/lib/components/VMessages/VMessages.mjs +4 -2
  201. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  202. package/lib/components/VMessages/index.d.ts +22 -145
  203. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
  204. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  205. package/lib/components/VNavigationDrawer/index.d.ts +26 -29
  206. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  207. package/lib/components/VNoSsr/index.d.ts +3 -13
  208. package/lib/components/VOverlay/VOverlay.mjs +5 -3
  209. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  210. package/lib/components/VOverlay/index.d.ts +38 -45
  211. package/lib/components/VPagination/VPagination.mjs +4 -1
  212. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  213. package/lib/components/VPagination/index.d.ts +23 -30
  214. package/lib/components/VParallax/VParallax.mjs +5 -2
  215. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  216. package/lib/components/VParallax/index.d.ts +34 -33
  217. package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
  218. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  219. package/lib/components/VProgressCircular/index.d.ts +22 -13
  220. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
  221. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  222. package/lib/components/VProgressLinear/index.d.ts +42 -45
  223. package/lib/components/VRadio/VRadio.mjs +2 -1
  224. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  225. package/lib/components/VRadio/index.d.ts +27 -38
  226. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  227. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  228. package/lib/components/VRadioGroup/index.d.ts +45 -68
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs +33 -21
  230. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  231. package/lib/components/VRangeSlider/index.d.ts +50 -49
  232. package/lib/components/VRating/VRating.css +0 -4
  233. package/lib/components/VRating/VRating.mjs +10 -36
  234. package/lib/components/VRating/VRating.mjs.map +1 -1
  235. package/lib/components/VRating/VRating.sass +0 -5
  236. package/lib/components/VRating/index.d.ts +24 -18
  237. package/lib/components/VResponsive/VResponsive.mjs +4 -2
  238. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  239. package/lib/components/VResponsive/index.d.ts +43 -31
  240. package/lib/components/VSelect/VSelect.mjs +2 -1
  241. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  242. package/lib/components/VSelect/index.d.ts +245 -567
  243. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
  244. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  245. package/lib/components/VSelectionControl/index.d.ts +76 -46
  246. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
  247. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  248. package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
  249. package/lib/components/VSheet/VSheet.mjs +4 -2
  250. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  251. package/lib/components/VSheet/index.d.ts +22 -13
  252. package/lib/components/VSlideGroup/VSlideGroup.mjs +4 -1
  253. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  254. package/lib/components/VSlideGroup/index.d.ts +59 -90
  255. package/lib/components/VSlider/VSlider.mjs +33 -14
  256. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  257. package/lib/components/VSlider/VSliderThumb.mjs +6 -4
  258. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  259. package/lib/components/VSlider/VSliderTrack.mjs +6 -4
  260. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  261. package/lib/components/VSlider/index.d.ts +50 -49
  262. package/lib/components/VSlider/slider.mjs +43 -23
  263. package/lib/components/VSlider/slider.mjs.map +1 -1
  264. package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
  265. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  266. package/lib/components/VSnackbar/index.d.ts +92 -142
  267. package/lib/components/VSwitch/VSwitch.mjs +2 -1
  268. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  269. package/lib/components/VSwitch/index.d.ts +45 -72
  270. package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
  271. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  272. package/lib/components/VSystemBar/index.d.ts +22 -13
  273. package/lib/components/VTable/VTable.mjs +4 -1
  274. package/lib/components/VTable/VTable.mjs.map +1 -1
  275. package/lib/components/VTable/index.d.ts +26 -29
  276. package/lib/components/VTabs/VTab.mjs +3 -4
  277. package/lib/components/VTabs/VTab.mjs.map +1 -1
  278. package/lib/components/VTabs/VTabs.mjs +2 -2
  279. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  280. package/lib/components/VTabs/index.d.ts +51 -33
  281. package/lib/components/VTextField/VTextField.mjs +2 -1
  282. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  283. package/lib/components/VTextField/index.d.ts +337 -317
  284. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  285. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  286. package/lib/components/VTextarea/index.d.ts +127 -146
  287. package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
  288. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  289. package/lib/components/VThemeProvider/index.d.ts +22 -13
  290. package/lib/components/VTimeline/VTimeline.mjs +5 -3
  291. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  292. package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
  293. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  294. package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
  295. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  296. package/lib/components/VTimeline/index.d.ts +67 -57
  297. package/lib/components/VToolbar/VToolbar.css +3 -1
  298. package/lib/components/VToolbar/VToolbar.mjs +4 -2
  299. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  300. package/lib/components/VToolbar/VToolbar.sass +3 -1
  301. package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
  302. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  303. package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
  304. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  305. package/lib/components/VToolbar/index.d.ts +74 -71
  306. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  307. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  308. package/lib/components/VTooltip/index.d.ts +119 -150
  309. package/lib/components/VValidation/index.d.ts +6 -18
  310. package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +21 -23
  311. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
  312. package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
  313. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
  314. package/lib/{labs → components}/VVirtualScroll/index.d.ts +70 -30
  315. package/lib/components/VVirtualScroll/index.mjs.map +1 -0
  316. package/lib/components/VWindow/VWindow.mjs +4 -1
  317. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  318. package/lib/components/VWindow/VWindowItem.mjs +4 -1
  319. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  320. package/lib/components/VWindow/index.d.ts +61 -79
  321. package/lib/components/index.d.ts +5832 -6863
  322. package/lib/components/index.mjs +2 -1
  323. package/lib/components/index.mjs.map +1 -1
  324. package/lib/components/transitions/index.d.ts +0 -192
  325. package/lib/composables/component.mjs +11 -0
  326. package/lib/composables/component.mjs.map +1 -0
  327. package/lib/composables/defaults.mjs +53 -5
  328. package/lib/composables/defaults.mjs.map +1 -1
  329. package/lib/composables/focus.mjs.map +1 -1
  330. package/lib/composables/icons.mjs +15 -4
  331. package/lib/composables/icons.mjs.map +1 -1
  332. package/lib/composables/index.mjs +1 -0
  333. package/lib/composables/index.mjs.map +1 -1
  334. package/lib/composables/intersectionObserver.mjs +2 -2
  335. package/lib/composables/intersectionObserver.mjs.map +1 -1
  336. package/lib/composables/loader.mjs.map +1 -1
  337. package/lib/composables/scroll.mjs +3 -0
  338. package/lib/composables/scroll.mjs.map +1 -1
  339. package/lib/entry-bundler.mjs +1 -1
  340. package/lib/entry-bundler.mjs.map +1 -1
  341. package/lib/framework.mjs +8 -3
  342. package/lib/framework.mjs.map +1 -1
  343. package/lib/iconsets/fa-svg.d.ts +1 -1
  344. package/lib/iconsets/fa.d.ts +1 -1
  345. package/lib/iconsets/fa4.d.ts +1 -1
  346. package/lib/iconsets/md.d.ts +1 -1
  347. package/lib/iconsets/mdi-svg.d.ts +1 -1
  348. package/lib/iconsets/mdi.d.ts +1 -1
  349. package/lib/index.d.ts +46 -3
  350. package/lib/labs/VDataTable/index.d.ts +61 -933
  351. package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
  352. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
  353. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  354. package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
  355. package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
  356. package/lib/labs/VInfiniteScroll/index.d.ts +321 -0
  357. package/lib/labs/VInfiniteScroll/index.mjs +2 -0
  358. package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
  359. package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
  360. package/lib/labs/components.d.ts +377 -1097
  361. package/lib/labs/components.mjs +1 -1
  362. package/lib/labs/components.mjs.map +1 -1
  363. package/lib/labs/date/DateAdapter.mjs +2 -0
  364. package/lib/labs/date/DateAdapter.mjs.map +1 -0
  365. package/lib/labs/date/adapters/vuetify.d.ts +52 -0
  366. package/lib/labs/date/adapters/vuetify.mjs +399 -0
  367. package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
  368. package/lib/labs/date/date.mjs +39 -0
  369. package/lib/labs/date/date.mjs.map +1 -0
  370. package/lib/labs/date/index.d.ts +40 -0
  371. package/lib/labs/date/index.mjs +2 -0
  372. package/lib/labs/date/index.mjs.map +1 -0
  373. package/lib/labs/index.mjs +3 -2
  374. package/lib/labs/index.mjs.map +1 -1
  375. package/lib/locale/af.mjs +5 -1
  376. package/lib/locale/af.mjs.map +1 -1
  377. package/lib/locale/ar.mjs +5 -1
  378. package/lib/locale/ar.mjs.map +1 -1
  379. package/lib/locale/az.mjs +5 -1
  380. package/lib/locale/az.mjs.map +1 -1
  381. package/lib/locale/bg.mjs +5 -1
  382. package/lib/locale/bg.mjs.map +1 -1
  383. package/lib/locale/ca.mjs +5 -1
  384. package/lib/locale/ca.mjs.map +1 -1
  385. package/lib/locale/ckb.mjs +5 -1
  386. package/lib/locale/ckb.mjs.map +1 -1
  387. package/lib/locale/cs.mjs +5 -1
  388. package/lib/locale/cs.mjs.map +1 -1
  389. package/lib/locale/da.mjs +5 -1
  390. package/lib/locale/da.mjs.map +1 -1
  391. package/lib/locale/de.mjs +5 -1
  392. package/lib/locale/de.mjs.map +1 -1
  393. package/lib/locale/el.mjs +5 -1
  394. package/lib/locale/el.mjs.map +1 -1
  395. package/lib/locale/en.mjs +5 -1
  396. package/lib/locale/en.mjs.map +1 -1
  397. package/lib/locale/es.mjs +5 -1
  398. package/lib/locale/es.mjs.map +1 -1
  399. package/lib/locale/et.mjs +5 -1
  400. package/lib/locale/et.mjs.map +1 -1
  401. package/lib/locale/fa.mjs +5 -1
  402. package/lib/locale/fa.mjs.map +1 -1
  403. package/lib/locale/fi.mjs +5 -1
  404. package/lib/locale/fi.mjs.map +1 -1
  405. package/lib/locale/fr.mjs +5 -1
  406. package/lib/locale/fr.mjs.map +1 -1
  407. package/lib/locale/he.mjs +5 -1
  408. package/lib/locale/he.mjs.map +1 -1
  409. package/lib/locale/hr.mjs +5 -1
  410. package/lib/locale/hr.mjs.map +1 -1
  411. package/lib/locale/hu.mjs +5 -1
  412. package/lib/locale/hu.mjs.map +1 -1
  413. package/lib/locale/id.mjs +5 -1
  414. package/lib/locale/id.mjs.map +1 -1
  415. package/lib/locale/index.d.ts +168 -0
  416. package/lib/locale/it.mjs +5 -1
  417. package/lib/locale/it.mjs.map +1 -1
  418. package/lib/locale/ja.mjs +5 -1
  419. package/lib/locale/ja.mjs.map +1 -1
  420. package/lib/locale/ko.mjs +5 -1
  421. package/lib/locale/ko.mjs.map +1 -1
  422. package/lib/locale/lt.mjs +5 -1
  423. package/lib/locale/lt.mjs.map +1 -1
  424. package/lib/locale/lv.mjs +5 -1
  425. package/lib/locale/lv.mjs.map +1 -1
  426. package/lib/locale/nl.mjs +5 -1
  427. package/lib/locale/nl.mjs.map +1 -1
  428. package/lib/locale/no.mjs +5 -1
  429. package/lib/locale/no.mjs.map +1 -1
  430. package/lib/locale/pl.mjs +5 -1
  431. package/lib/locale/pl.mjs.map +1 -1
  432. package/lib/locale/pt.mjs +5 -1
  433. package/lib/locale/pt.mjs.map +1 -1
  434. package/lib/locale/ro.mjs +5 -1
  435. package/lib/locale/ro.mjs.map +1 -1
  436. package/lib/locale/ru.mjs +5 -1
  437. package/lib/locale/ru.mjs.map +1 -1
  438. package/lib/locale/sk.mjs +5 -1
  439. package/lib/locale/sk.mjs.map +1 -1
  440. package/lib/locale/sl.mjs +5 -1
  441. package/lib/locale/sl.mjs.map +1 -1
  442. package/lib/locale/sr-Cyrl.mjs +5 -1
  443. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  444. package/lib/locale/sr-Latn.mjs +5 -1
  445. package/lib/locale/sr-Latn.mjs.map +1 -1
  446. package/lib/locale/sv.mjs +5 -1
  447. package/lib/locale/sv.mjs.map +1 -1
  448. package/lib/locale/th.mjs +5 -1
  449. package/lib/locale/th.mjs.map +1 -1
  450. package/lib/locale/tr.mjs +5 -1
  451. package/lib/locale/tr.mjs.map +1 -1
  452. package/lib/locale/uk.mjs +5 -1
  453. package/lib/locale/uk.mjs.map +1 -1
  454. package/lib/locale/vi.mjs +5 -1
  455. package/lib/locale/vi.mjs.map +1 -1
  456. package/lib/locale/zh-Hans.mjs +5 -1
  457. package/lib/locale/zh-Hans.mjs.map +1 -1
  458. package/lib/locale/zh-Hant.mjs +5 -1
  459. package/lib/locale/zh-Hant.mjs.map +1 -1
  460. package/lib/styles/main.css +152 -0
  461. package/lib/styles/settings/_utilities.scss +11 -1
  462. package/lib/util/createSimpleFunctional.mjs +9 -4
  463. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  464. package/lib/util/defineComponent.mjs +11 -43
  465. package/lib/util/defineComponent.mjs.map +1 -1
  466. package/lib/util/helpers.mjs +6 -2
  467. package/lib/util/helpers.mjs.map +1 -1
  468. package/lib/util/index.mjs +1 -0
  469. package/lib/util/index.mjs.map +1 -1
  470. package/package.json +3 -2
  471. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
  472. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
  473. package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
  474. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
  475. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
  476. /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.16",
5
+ "version": "3.2.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
  {
@@ -569,6 +569,15 @@
569
569
  "type": "string"
570
570
  }
571
571
  },
572
+ {
573
+ "name": "scrollBehavior",
574
+ "description": "MISSING DESCRIPTION",
575
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
576
+ "value": {
577
+ "kind": "expression",
578
+ "type": "string"
579
+ }
580
+ },
572
581
  {
573
582
  "name": "collapse",
574
583
  "description": "Morphs the component into a collapsed state, reducing its maximum width.",
@@ -621,6 +630,24 @@
621
630
  "kind": "expression",
622
631
  "type": "string | number"
623
632
  }
633
+ },
634
+ {
635
+ "name": "scrollTarget",
636
+ "description": "MISSING DESCRIPTION",
637
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
638
+ "value": {
639
+ "kind": "expression",
640
+ "type": "string"
641
+ }
642
+ },
643
+ {
644
+ "name": "scrollThreshold",
645
+ "description": "MISSING DESCRIPTION",
646
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
647
+ "value": {
648
+ "kind": "expression",
649
+ "type": "string | number"
650
+ }
624
651
  }
625
652
  ],
626
653
  "events": [
@@ -689,7 +716,7 @@
689
716
  "default": "'$menu'",
690
717
  "value": {
691
718
  "kind": "expression",
692
- "type": "string | (new () => any) | FunctionalComponent"
719
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
693
720
  }
694
721
  }
695
722
  ],
@@ -777,6 +804,17 @@
777
804
  "description": "",
778
805
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete",
779
806
  "attributes": [
807
+ {
808
+ "name": "flat",
809
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
810
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
811
+ "default": "false",
812
+ "value": {
813
+ "kind": "expression",
814
+ "type": "boolean"
815
+ },
816
+ "type": "boolean"
817
+ },
780
818
  {
781
819
  "name": "type",
782
820
  "description": "Sets input type",
@@ -820,7 +858,7 @@
820
858
  },
821
859
  {
822
860
  "name": "reverse",
823
- "description": "Reverses the input orientation",
861
+ "description": "Reverses the orientation ",
824
862
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
825
863
  "default": "false",
826
864
  "value": {
@@ -829,6 +867,16 @@
829
867
  },
830
868
  "type": "boolean"
831
869
  },
870
+ {
871
+ "name": "rounded",
872
+ "description": "Adds a border radius to the input",
873
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
874
+ "default": "false",
875
+ "value": {
876
+ "kind": "expression",
877
+ "type": "string | number | boolean"
878
+ }
879
+ },
832
880
  {
833
881
  "name": "theme",
834
882
  "description": "Specify a theme for this component and all of its children",
@@ -854,7 +902,7 @@
854
902
  "default": "'filled'",
855
903
  "value": {
856
904
  "kind": "expression",
857
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
905
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
858
906
  }
859
907
  },
860
908
  {
@@ -1025,7 +1073,7 @@
1025
1073
  "default": "'$dropdown'",
1026
1074
  "value": {
1027
1075
  "kind": "expression",
1028
- "type": "string | (new () => any) | FunctionalComponent"
1076
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1029
1077
  }
1030
1078
  },
1031
1079
  {
@@ -1216,7 +1264,7 @@
1216
1264
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1217
1265
  "value": {
1218
1266
  "kind": "expression",
1219
- "type": "string | (new () => any) | FunctionalComponent"
1267
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1220
1268
  }
1221
1269
  },
1222
1270
  {
@@ -1225,7 +1273,7 @@
1225
1273
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1226
1274
  "value": {
1227
1275
  "kind": "expression",
1228
- "type": "string | (new () => any) | FunctionalComponent"
1276
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1229
1277
  }
1230
1278
  },
1231
1279
  {
@@ -1361,12 +1409,12 @@
1361
1409
  },
1362
1410
  {
1363
1411
  "name": "clearIcon",
1364
- "description": "Applied when using **clearable** and the input is dirty",
1412
+ "description": "The icon used when the **clerable** prop is set to true",
1365
1413
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1366
1414
  "default": "'$clear'",
1367
1415
  "value": {
1368
1416
  "kind": "expression",
1369
- "type": "string | (new () => any) | FunctionalComponent"
1417
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1370
1418
  }
1371
1419
  },
1372
1420
  {
@@ -1380,6 +1428,15 @@
1380
1428
  },
1381
1429
  "type": "boolean"
1382
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
+ },
1383
1440
  {
1384
1441
  "name": "persistentClear",
1385
1442
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -1393,11 +1450,11 @@
1393
1450
  },
1394
1451
  {
1395
1452
  "name": "prependInnerIcon",
1396
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
1453
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot",
1397
1454
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1398
1455
  "value": {
1399
1456
  "kind": "expression",
1400
- "type": "string | (new () => any) | FunctionalComponent"
1457
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1401
1458
  }
1402
1459
  },
1403
1460
  {
@@ -1486,12 +1543,12 @@
1486
1543
  },
1487
1544
  {
1488
1545
  "name": "update:focused",
1489
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
1546
+ "description": "Emitted when the input is focused or blurred",
1490
1547
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
1491
1548
  "arguments": [
1492
1549
  {
1493
1550
  "name": "argument",
1494
- "type": "[boolean]"
1551
+ "type": "[boolean] | [boolean]"
1495
1552
  }
1496
1553
  ]
1497
1554
  },
@@ -1851,7 +1908,7 @@
1851
1908
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
1852
1909
  "value": {
1853
1910
  "kind": "expression",
1854
- "type": "string | (new () => any) | FunctionalComponent"
1911
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1855
1912
  }
1856
1913
  },
1857
1914
  {
@@ -1960,7 +2017,7 @@
1960
2017
  "doc-url": "https://vuetifyjs.com/api/v-badge#props",
1961
2018
  "value": {
1962
2019
  "kind": "expression",
1963
- "type": "string | (new () => any) | FunctionalComponent"
2020
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
1964
2021
  }
1965
2022
  },
1966
2023
  {
@@ -2184,7 +2241,7 @@
2184
2241
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2185
2242
  "value": {
2186
2243
  "kind": "expression",
2187
- "type": "string | (new () => any) | FunctionalComponent"
2244
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
2188
2245
  }
2189
2246
  },
2190
2247
  {
@@ -2718,7 +2775,7 @@
2718
2775
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
2719
2776
  "value": {
2720
2777
  "kind": "expression",
2721
- "type": "string | (new () => any) | FunctionalComponent"
2778
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
2722
2779
  }
2723
2780
  },
2724
2781
  {
@@ -2948,6 +3005,17 @@
2948
3005
  },
2949
3006
  "type": "boolean"
2950
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
+ },
2951
3019
  {
2952
3020
  "name": "activeClass",
2953
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",
@@ -2975,17 +3043,6 @@
2975
3043
  "type": "string"
2976
3044
  }
2977
3045
  },
2978
- {
2979
- "name": "replace",
2980
- "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.",
2981
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
2982
- "default": "false",
2983
- "value": {
2984
- "kind": "expression",
2985
- "type": "boolean"
2986
- },
2987
- "type": "boolean"
2988
- },
2989
3046
  {
2990
3047
  "name": "to",
2991
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.",
@@ -3038,6 +3095,15 @@
3038
3095
  "type": "any"
3039
3096
  }
3040
3097
  },
3098
+ {
3099
+ "name": "text",
3100
+ "description": "Specify content text for the component.",
3101
+ "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3102
+ "value": {
3103
+ "kind": "expression",
3104
+ "type": "string"
3105
+ }
3106
+ },
3041
3107
  {
3042
3108
  "name": "flat",
3043
3109
  "description": "Removes the button box shadow.",
@@ -3066,7 +3132,7 @@
3066
3132
  "default": "false",
3067
3133
  "value": {
3068
3134
  "kind": "expression",
3069
- "type": "boolean | string | (new () => any) | FunctionalComponent"
3135
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3070
3136
  }
3071
3137
  },
3072
3138
  {
@@ -3255,7 +3321,7 @@
3255
3321
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3256
3322
  "value": {
3257
3323
  "kind": "expression",
3258
- "type": "string | (new () => any) | FunctionalComponent"
3324
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3259
3325
  }
3260
3326
  },
3261
3327
  {
@@ -3264,7 +3330,7 @@
3264
3330
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3265
3331
  "value": {
3266
3332
  "kind": "expression",
3267
- "type": "string | (new () => any) | FunctionalComponent"
3333
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3268
3334
  }
3269
3335
  },
3270
3336
  {
@@ -3288,6 +3354,17 @@
3288
3354
  "type": "string | boolean"
3289
3355
  }
3290
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
+ },
3291
3368
  {
3292
3369
  "name": "stacked",
3293
3370
  "description": "Displays the button as a flex-column.",
@@ -3317,17 +3394,6 @@
3317
3394
  "type": "string"
3318
3395
  }
3319
3396
  },
3320
- {
3321
- "name": "replace",
3322
- "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.",
3323
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3324
- "default": "false",
3325
- "value": {
3326
- "kind": "expression",
3327
- "type": "boolean"
3328
- },
3329
- "type": "boolean"
3330
- },
3331
3397
  {
3332
3398
  "name": "to",
3333
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.",
@@ -3928,7 +3994,7 @@
3928
3994
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3929
3995
  "value": {
3930
3996
  "kind": "expression",
3931
- "type": "string | (new () => any) | FunctionalComponent"
3997
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3932
3998
  }
3933
3999
  },
3934
4000
  {
@@ -3937,7 +4003,7 @@
3937
4003
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3938
4004
  "value": {
3939
4005
  "kind": "expression",
3940
- "type": "string | (new () => any) | FunctionalComponent"
4006
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
3941
4007
  }
3942
4008
  },
3943
4009
  {
@@ -3951,17 +4017,19 @@
3951
4017
  }
3952
4018
  },
3953
4019
  {
3954
- "name": "href",
3955
- "description": "Designates the component as anchor and applies the **href** attribute.",
4020
+ "name": "replace",
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.",
3956
4022
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4023
+ "default": "false",
3957
4024
  "value": {
3958
4025
  "kind": "expression",
3959
- "type": "string"
3960
- }
4026
+ "type": "boolean"
4027
+ },
4028
+ "type": "boolean"
3961
4029
  },
3962
4030
  {
3963
- "name": "replace",
3964
- "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.",
4031
+ "name": "link",
4032
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
3965
4033
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3966
4034
  "default": "false",
3967
4035
  "value": {
@@ -3970,6 +4038,15 @@
3970
4038
  },
3971
4039
  "type": "boolean"
3972
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
+ },
3973
4050
  {
3974
4051
  "name": "to",
3975
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.",
@@ -4038,17 +4115,6 @@
4038
4115
  "kind": "expression",
4039
4116
  "type": "string"
4040
4117
  }
4041
- },
4042
- {
4043
- "name": "link",
4044
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
4045
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
4046
- "default": "false",
4047
- "value": {
4048
- "kind": "expression",
4049
- "type": "boolean"
4050
- },
4051
- "type": "boolean"
4052
4118
  }
4053
4119
  ],
4054
4120
  "events": [],
@@ -4170,7 +4236,7 @@
4170
4236
  "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
4171
4237
  "value": {
4172
4238
  "kind": "expression",
4173
- "type": "string | (new () => any) | FunctionalComponent"
4239
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4174
4240
  }
4175
4241
  },
4176
4242
  {
@@ -4179,7 +4245,7 @@
4179
4245
  "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
4180
4246
  "value": {
4181
4247
  "kind": "expression",
4182
- "type": "string | (new () => any) | FunctionalComponent"
4248
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4183
4249
  }
4184
4250
  },
4185
4251
  {
@@ -4490,7 +4556,7 @@
4490
4556
  "default": "'$delimiter'",
4491
4557
  "value": {
4492
4558
  "kind": "expression",
4493
- "type": "string | (new () => any) | FunctionalComponent"
4559
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4494
4560
  }
4495
4561
  },
4496
4562
  {
@@ -4531,7 +4597,7 @@
4531
4597
  "default": "'$next'",
4532
4598
  "value": {
4533
4599
  "kind": "expression",
4534
- "type": "string | (new () => any) | FunctionalComponent"
4600
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4535
4601
  }
4536
4602
  },
4537
4603
  {
@@ -4541,7 +4607,7 @@
4541
4607
  "default": "'$prev'",
4542
4608
  "value": {
4543
4609
  "kind": "expression",
4544
- "type": "string | (new () => any) | FunctionalComponent"
4610
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4545
4611
  }
4546
4612
  },
4547
4613
  {
@@ -4618,7 +4684,7 @@
4618
4684
  "vue-properties": [
4619
4685
  {
4620
4686
  "name": "props",
4621
- "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 }"
4622
4688
  }
4623
4689
  ]
4624
4690
  },
@@ -4629,7 +4695,7 @@
4629
4695
  "vue-properties": [
4630
4696
  {
4631
4697
  "name": "props",
4632
- "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 }"
4633
4699
  }
4634
4700
  ]
4635
4701
  }
@@ -4825,7 +4891,7 @@
4825
4891
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4826
4892
  "value": {
4827
4893
  "kind": "expression",
4828
- "type": "string | (new () => any) | FunctionalComponent"
4894
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4829
4895
  }
4830
4896
  },
4831
4897
  {
@@ -4834,7 +4900,7 @@
4834
4900
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4835
4901
  "value": {
4836
4902
  "kind": "expression",
4837
- "type": "string | (new () => any) | FunctionalComponent"
4903
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4838
4904
  }
4839
4905
  },
4840
4906
  {
@@ -4986,7 +5052,7 @@
4986
5052
  "default": "'$checkboxIndeterminate'",
4987
5053
  "value": {
4988
5054
  "kind": "expression",
4989
- "type": "string | (new () => any) | FunctionalComponent"
5055
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4990
5056
  }
4991
5057
  },
4992
5058
  {
@@ -5014,7 +5080,7 @@
5014
5080
  "default": "'$checkboxOff'",
5015
5081
  "value": {
5016
5082
  "kind": "expression",
5017
- "type": "string | (new () => any) | FunctionalComponent"
5083
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5018
5084
  }
5019
5085
  },
5020
5086
  {
@@ -5024,7 +5090,7 @@
5024
5090
  "default": "'$checkboxOn'",
5025
5091
  "value": {
5026
5092
  "kind": "expression",
5027
- "type": "string | (new () => any) | FunctionalComponent"
5093
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5028
5094
  }
5029
5095
  }
5030
5096
  ],
@@ -5058,7 +5124,7 @@
5058
5124
  "arguments": [
5059
5125
  {
5060
5126
  "name": "argument",
5061
- "type": "[boolean]"
5127
+ "type": "[boolean] | [boolean]"
5062
5128
  }
5063
5129
  ]
5064
5130
  }
@@ -5450,7 +5516,7 @@
5450
5516
  "default": "'$checkboxIndeterminate'",
5451
5517
  "value": {
5452
5518
  "kind": "expression",
5453
- "type": "string | (new () => any) | FunctionalComponent"
5519
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5454
5520
  }
5455
5521
  },
5456
5522
  {
@@ -5478,7 +5544,7 @@
5478
5544
  "default": "'$checkboxOff'",
5479
5545
  "value": {
5480
5546
  "kind": "expression",
5481
- "type": "string | (new () => any) | FunctionalComponent"
5547
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5482
5548
  }
5483
5549
  },
5484
5550
  {
@@ -5488,7 +5554,7 @@
5488
5554
  "default": "'$checkboxOn'",
5489
5555
  "value": {
5490
5556
  "kind": "expression",
5491
- "type": "string | (new () => any) | FunctionalComponent"
5557
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5492
5558
  }
5493
5559
  }
5494
5560
  ],
@@ -5623,7 +5689,7 @@
5623
5689
  "default": "'$delete'",
5624
5690
  "value": {
5625
5691
  "kind": "expression",
5626
- "type": "string | (new () => any) | FunctionalComponent"
5692
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5627
5693
  }
5628
5694
  },
5629
5695
  {
@@ -5761,7 +5827,7 @@
5761
5827
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5762
5828
  "value": {
5763
5829
  "kind": "expression",
5764
- "type": "string | (new () => any) | FunctionalComponent"
5830
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5765
5831
  }
5766
5832
  },
5767
5833
  {
@@ -5770,9 +5836,31 @@
5770
5836
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5771
5837
  "value": {
5772
5838
  "kind": "expression",
5773
- "type": "string | (new () => any) | FunctionalComponent"
5839
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
5774
5840
  }
5775
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
+ },
5776
5864
  {
5777
5865
  "name": "selectedClass",
5778
5866
  "description": "Configure the active CSS class applied when an item is selected.",
@@ -5800,17 +5888,6 @@
5800
5888
  "type": "string"
5801
5889
  }
5802
5890
  },
5803
- {
5804
- "name": "replace",
5805
- "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.",
5806
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5807
- "default": "false",
5808
- "value": {
5809
- "kind": "expression",
5810
- "type": "boolean"
5811
- },
5812
- "type": "boolean"
5813
- },
5814
5891
  {
5815
5892
  "name": "to",
5816
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.",
@@ -5860,17 +5937,6 @@
5860
5937
  "type": "string"
5861
5938
  }
5862
5939
  },
5863
- {
5864
- "name": "link",
5865
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
5866
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5867
- "default": "false",
5868
- "value": {
5869
- "kind": "expression",
5870
- "type": "boolean"
5871
- },
5872
- "type": "boolean"
5873
- },
5874
5940
  {
5875
5941
  "name": "draggable",
5876
5942
  "description": "Makes the chip draggable",
@@ -6167,7 +6233,7 @@
6167
6233
  "doc-url": "https://vuetifyjs.com/api/v-class-icon#props",
6168
6234
  "value": {
6169
6235
  "kind": "expression",
6170
- "type": "string | (new () => any) | FunctionalComponent"
6236
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
6171
6237
  }
6172
6238
  },
6173
6239
  {
@@ -6691,6 +6757,17 @@
6691
6757
  "description": "",
6692
6758
  "doc-url": "https://vuetifyjs.com/api/v-combobox",
6693
6759
  "attributes": [
6760
+ {
6761
+ "name": "flat",
6762
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
6763
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6764
+ "default": "false",
6765
+ "value": {
6766
+ "kind": "expression",
6767
+ "type": "boolean"
6768
+ },
6769
+ "type": "boolean"
6770
+ },
6694
6771
  {
6695
6772
  "name": "type",
6696
6773
  "description": "Sets input type",
@@ -6734,7 +6811,7 @@
6734
6811
  },
6735
6812
  {
6736
6813
  "name": "reverse",
6737
- "description": "Reverses the input orientation",
6814
+ "description": "Reverses the orientation ",
6738
6815
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6739
6816
  "default": "false",
6740
6817
  "value": {
@@ -6743,6 +6820,16 @@
6743
6820
  },
6744
6821
  "type": "boolean"
6745
6822
  },
6823
+ {
6824
+ "name": "rounded",
6825
+ "description": "Adds a border radius to the input",
6826
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6827
+ "default": "false",
6828
+ "value": {
6829
+ "kind": "expression",
6830
+ "type": "string | number | boolean"
6831
+ }
6832
+ },
6746
6833
  {
6747
6834
  "name": "theme",
6748
6835
  "description": "Specify a theme for this component and all of its children",
@@ -6768,7 +6855,7 @@
6768
6855
  "default": "'filled'",
6769
6856
  "value": {
6770
6857
  "kind": "expression",
6771
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
6858
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
6772
6859
  }
6773
6860
  },
6774
6861
  {
@@ -6930,7 +7017,7 @@
6930
7017
  "default": "'$dropdown'",
6931
7018
  "value": {
6932
7019
  "kind": "expression",
6933
- "type": "string | (new () => any) | FunctionalComponent"
7020
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
6934
7021
  }
6935
7022
  },
6936
7023
  {
@@ -7121,7 +7208,7 @@
7121
7208
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7122
7209
  "value": {
7123
7210
  "kind": "expression",
7124
- "type": "string | (new () => any) | FunctionalComponent"
7211
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7125
7212
  }
7126
7213
  },
7127
7214
  {
@@ -7130,7 +7217,7 @@
7130
7217
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7131
7218
  "value": {
7132
7219
  "kind": "expression",
7133
- "type": "string | (new () => any) | FunctionalComponent"
7220
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7134
7221
  }
7135
7222
  },
7136
7223
  {
@@ -7266,12 +7353,12 @@
7266
7353
  },
7267
7354
  {
7268
7355
  "name": "clearIcon",
7269
- "description": "Applied when using **clearable** and the input is dirty",
7356
+ "description": "The icon used when the **clerable** prop is set to true",
7270
7357
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7271
7358
  "default": "'$clear'",
7272
7359
  "value": {
7273
7360
  "kind": "expression",
7274
- "type": "string | (new () => any) | FunctionalComponent"
7361
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7275
7362
  }
7276
7363
  },
7277
7364
  {
@@ -7285,6 +7372,15 @@
7285
7372
  },
7286
7373
  "type": "boolean"
7287
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
+ },
7288
7384
  {
7289
7385
  "name": "persistentClear",
7290
7386
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -7298,11 +7394,11 @@
7298
7394
  },
7299
7395
  {
7300
7396
  "name": "prependInnerIcon",
7301
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
7397
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot",
7302
7398
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7303
7399
  "value": {
7304
7400
  "kind": "expression",
7305
- "type": "string | (new () => any) | FunctionalComponent"
7401
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7306
7402
  }
7307
7403
  },
7308
7404
  {
@@ -7400,12 +7496,12 @@
7400
7496
  },
7401
7497
  {
7402
7498
  "name": "update:focused",
7403
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
7499
+ "description": "Emitted when the input is focused or blurred",
7404
7500
  "doc-url": "https://vuetifyjs.com/api/v-combobox#events",
7405
7501
  "arguments": [
7406
7502
  {
7407
7503
  "name": "argument",
7408
- "type": "[boolean]"
7504
+ "type": "[boolean] | [boolean]"
7409
7505
  }
7410
7506
  ]
7411
7507
  },
@@ -7743,7 +7839,7 @@
7743
7839
  "doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
7744
7840
  "value": {
7745
7841
  "kind": "expression",
7746
- "type": "string | (new () => any) | FunctionalComponent"
7842
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7747
7843
  }
7748
7844
  },
7749
7845
  {
@@ -7839,7 +7935,7 @@
7839
7935
  "default": "{component: {name: 'slide-y-transition'}}",
7840
7936
  "value": {
7841
7937
  "kind": "expression",
7842
- "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>] } }"
7843
7939
  }
7844
7940
  },
7845
7941
  {
@@ -10715,7 +10811,7 @@
10715
10811
  "default": "{component: {name: 'VDialogTransition'}}",
10716
10812
  "value": {
10717
10813
  "kind": "expression",
10718
- "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>] } }"
10719
10815
  }
10720
10816
  },
10721
10817
  {
@@ -11323,7 +11419,7 @@
11323
11419
  "default": "'$expand'",
11324
11420
  "value": {
11325
11421
  "kind": "expression",
11326
- "type": "string | (new () => any) | FunctionalComponent"
11422
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11327
11423
  }
11328
11424
  },
11329
11425
  {
@@ -11333,7 +11429,7 @@
11333
11429
  "default": "'$collapse'",
11334
11430
  "value": {
11335
11431
  "kind": "expression",
11336
- "type": "string | (new () => any) | FunctionalComponent"
11432
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11337
11433
  }
11338
11434
  },
11339
11435
  {
@@ -11463,7 +11559,7 @@
11463
11559
  "default": "'$expand'",
11464
11560
  "value": {
11465
11561
  "kind": "expression",
11466
- "type": "string | (new () => any) | FunctionalComponent"
11562
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11467
11563
  }
11468
11564
  },
11469
11565
  {
@@ -11473,7 +11569,7 @@
11473
11569
  "default": "'$collapse'",
11474
11570
  "value": {
11475
11571
  "kind": "expression",
11476
- "type": "string | (new () => any) | FunctionalComponent"
11572
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11477
11573
  }
11478
11574
  },
11479
11575
  {
@@ -11497,7 +11593,7 @@
11497
11593
  "vue-properties": [
11498
11594
  {
11499
11595
  "name": "collapseIcon",
11500
- "type": "string | (new () => any) | FunctionalComponent"
11596
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11501
11597
  },
11502
11598
  {
11503
11599
  "name": "disabled",
@@ -11509,7 +11605,7 @@
11509
11605
  },
11510
11606
  {
11511
11607
  "name": "expandIcon",
11512
- "type": "string | (new () => any) | FunctionalComponent"
11608
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11513
11609
  },
11514
11610
  {
11515
11611
  "name": "readonly",
@@ -11524,7 +11620,7 @@
11524
11620
  "vue-properties": [
11525
11621
  {
11526
11622
  "name": "collapseIcon",
11527
- "type": "string | (new () => any) | FunctionalComponent"
11623
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11528
11624
  },
11529
11625
  {
11530
11626
  "name": "disabled",
@@ -11536,7 +11632,7 @@
11536
11632
  },
11537
11633
  {
11538
11634
  "name": "expandIcon",
11539
- "type": "string | (new () => any) | FunctionalComponent"
11635
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11540
11636
  },
11541
11637
  {
11542
11638
  "name": "readonly",
@@ -11875,6 +11971,17 @@
11875
11971
  "description": "",
11876
11972
  "doc-url": "https://vuetifyjs.com/api/v-field",
11877
11973
  "attributes": [
11974
+ {
11975
+ "name": "flat",
11976
+ "description": "MISSING DESCRIPTION",
11977
+ "doc-url": "https://vuetifyjs.com/api/v-field#props",
11978
+ "default": "false",
11979
+ "value": {
11980
+ "kind": "expression",
11981
+ "type": "boolean"
11982
+ },
11983
+ "type": "boolean"
11984
+ },
11878
11985
  {
11879
11986
  "name": "modelValue",
11880
11987
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -11906,6 +12013,16 @@
11906
12013
  },
11907
12014
  "type": "boolean"
11908
12015
  },
12016
+ {
12017
+ "name": "rounded",
12018
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
12019
+ "doc-url": "https://vuetifyjs.com/api/v-field#props",
12020
+ "default": "false",
12021
+ "value": {
12022
+ "kind": "expression",
12023
+ "type": "string | number | boolean"
12024
+ }
12025
+ },
11909
12026
  {
11910
12027
  "name": "theme",
11911
12028
  "description": "Specify a theme for this component and all of its children",
@@ -11931,7 +12048,7 @@
11931
12048
  "default": "'filled'",
11932
12049
  "value": {
11933
12050
  "kind": "expression",
11934
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
12051
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
11935
12052
  }
11936
12053
  },
11937
12054
  {
@@ -11980,7 +12097,7 @@
11980
12097
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
11981
12098
  "value": {
11982
12099
  "kind": "expression",
11983
- "type": "string | (new () => any) | FunctionalComponent"
12100
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11984
12101
  }
11985
12102
  },
11986
12103
  {
@@ -12010,7 +12127,7 @@
12010
12127
  "default": "'$clear'",
12011
12128
  "value": {
12012
12129
  "kind": "expression",
12013
- "type": "string | (new () => any) | FunctionalComponent"
12130
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12014
12131
  }
12015
12132
  },
12016
12133
  {
@@ -12025,15 +12142,24 @@
12025
12142
  "type": "boolean"
12026
12143
  },
12027
12144
  {
12028
- "name": "dirty",
12029
- "description": "Manually apply the dirty state styling",
12145
+ "name": "baseColor",
12146
+ "description": "MISSING DESCRIPTION",
12030
12147
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
12031
- "default": "false",
12032
12148
  "value": {
12033
12149
  "kind": "expression",
12034
- "type": "boolean"
12035
- },
12036
- "type": "boolean"
12150
+ "type": "string"
12151
+ }
12152
+ },
12153
+ {
12154
+ "name": "dirty",
12155
+ "description": "Manually apply the dirty state styling",
12156
+ "doc-url": "https://vuetifyjs.com/api/v-field#props",
12157
+ "default": "false",
12158
+ "value": {
12159
+ "kind": "expression",
12160
+ "type": "boolean"
12161
+ },
12162
+ "type": "boolean"
12037
12163
  },
12038
12164
  {
12039
12165
  "name": "persistentClear",
@@ -12052,7 +12178,7 @@
12052
12178
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
12053
12179
  "value": {
12054
12180
  "kind": "expression",
12055
- "type": "string | (new () => any) | FunctionalComponent"
12181
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12056
12182
  }
12057
12183
  },
12058
12184
  {
@@ -12096,7 +12222,7 @@
12096
12222
  "arguments": [
12097
12223
  {
12098
12224
  "name": "argument",
12099
- "type": "[boolean]"
12225
+ "type": "[boolean] | [boolean]"
12100
12226
  }
12101
12227
  ]
12102
12228
  },
@@ -12250,6 +12376,17 @@
12250
12376
  "description": "",
12251
12377
  "doc-url": "https://vuetifyjs.com/api/v-file-input",
12252
12378
  "attributes": [
12379
+ {
12380
+ "name": "flat",
12381
+ "description": "MISSING DESCRIPTION",
12382
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12383
+ "default": "false",
12384
+ "value": {
12385
+ "kind": "expression",
12386
+ "type": "boolean"
12387
+ },
12388
+ "type": "boolean"
12389
+ },
12253
12390
  {
12254
12391
  "name": "modelValue",
12255
12392
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -12292,6 +12429,16 @@
12292
12429
  },
12293
12430
  "type": "boolean"
12294
12431
  },
12432
+ {
12433
+ "name": "rounded",
12434
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
12435
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12436
+ "default": "false",
12437
+ "value": {
12438
+ "kind": "expression",
12439
+ "type": "string | number | boolean"
12440
+ }
12441
+ },
12295
12442
  {
12296
12443
  "name": "theme",
12297
12444
  "description": "Specify a theme for this component and all of its children",
@@ -12317,7 +12464,7 @@
12317
12464
  "default": "'filled'",
12318
12465
  "value": {
12319
12466
  "kind": "expression",
12320
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
12467
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
12321
12468
  }
12322
12469
  },
12323
12470
  {
@@ -12386,7 +12533,7 @@
12386
12533
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12387
12534
  "value": {
12388
12535
  "kind": "expression",
12389
- "type": "string | (new () => any) | FunctionalComponent"
12536
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12390
12537
  }
12391
12538
  },
12392
12539
  {
@@ -12396,7 +12543,7 @@
12396
12543
  "default": "'$file'",
12397
12544
  "value": {
12398
12545
  "kind": "expression",
12399
- "type": "string | (new () => any) | FunctionalComponent"
12546
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12400
12547
  }
12401
12548
  },
12402
12549
  {
@@ -12525,7 +12672,7 @@
12525
12672
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12526
12673
  "value": {
12527
12674
  "kind": "expression",
12528
- "type": "string | (new () => any) | FunctionalComponent"
12675
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12529
12676
  }
12530
12677
  },
12531
12678
  {
@@ -12555,7 +12702,7 @@
12555
12702
  "default": "'$clear'",
12556
12703
  "value": {
12557
12704
  "kind": "expression",
12558
- "type": "string | (new () => any) | FunctionalComponent"
12705
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12559
12706
  }
12560
12707
  },
12561
12708
  {
@@ -12569,6 +12716,15 @@
12569
12716
  },
12570
12717
  "type": "boolean"
12571
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
+ },
12572
12728
  {
12573
12729
  "name": "dirty",
12574
12730
  "description": "Manually apply the dirty state styling",
@@ -12597,7 +12753,7 @@
12597
12753
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12598
12754
  "value": {
12599
12755
  "kind": "expression",
12600
- "type": "string | (new () => any) | FunctionalComponent"
12756
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12601
12757
  }
12602
12758
  },
12603
12759
  {
@@ -12704,7 +12860,7 @@
12704
12860
  "arguments": [
12705
12861
  {
12706
12862
  "name": "argument",
12707
- "type": "[boolean]"
12863
+ "type": "[boolean] | [boolean]"
12708
12864
  }
12709
12865
  ]
12710
12866
  },
@@ -12768,33 +12924,7 @@
12768
12924
  {
12769
12925
  "name": "default",
12770
12926
  "description": "The default Vue slot.",
12771
- "doc-url": "https://vuetifyjs.com/api/v-file-input#slots",
12772
- "vue-properties": [
12773
- {
12774
- "name": "props",
12775
- "type": "Record<string, unknown>"
12776
- },
12777
- {
12778
- "name": "isActive",
12779
- "type": "Ref<boolean>"
12780
- },
12781
- {
12782
- "name": "isFocused",
12783
- "type": "Ref<boolean>"
12784
- },
12785
- {
12786
- "name": "controlRef",
12787
- "type": "Ref<HTMLElement>"
12788
- },
12789
- {
12790
- "name": "focus",
12791
- "type": "() => void"
12792
- },
12793
- {
12794
- "name": "blur",
12795
- "type": "() => void"
12796
- }
12797
- ]
12927
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
12798
12928
  },
12799
12929
  {
12800
12930
  "name": "prepend",
@@ -13348,7 +13478,7 @@
13348
13478
  "doc-url": "https://vuetifyjs.com/api/v-icon#props",
13349
13479
  "value": {
13350
13480
  "kind": "expression",
13351
- "type": "string | (new () => any) | FunctionalComponent"
13481
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13352
13482
  }
13353
13483
  },
13354
13484
  {
@@ -13590,6 +13720,233 @@
13590
13720
  "event": "update:modelValue"
13591
13721
  }
13592
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
+ ]
13883
+ },
13884
+ {
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
+ ]
13898
+ },
13899
+ {
13900
+ "name": "error",
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
+ ]
13913
+ },
13914
+ {
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
+ ]
13943
+ }
13944
+ ],
13945
+ "vue-model": {
13946
+ "prop": "modelValue",
13947
+ "event": "update:modelValue"
13948
+ }
13949
+ },
13593
13950
  {
13594
13951
  "name": "v-input",
13595
13952
  "source": {
@@ -13673,7 +14030,7 @@
13673
14030
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
13674
14031
  "value": {
13675
14032
  "kind": "expression",
13676
- "type": "string | (new () => any) | FunctionalComponent"
14033
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13677
14034
  }
13678
14035
  },
13679
14036
  {
@@ -13682,7 +14039,7 @@
13682
14039
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
13683
14040
  "value": {
13684
14041
  "kind": "expression",
13685
- "type": "string | (new () => any) | FunctionalComponent"
14042
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13686
14043
  }
13687
14044
  },
13688
14045
  {
@@ -14632,7 +14989,7 @@
14632
14989
  "doc-url": "https://vuetifyjs.com/api/v-ligature-icon#props",
14633
14990
  "value": {
14634
14991
  "kind": "expression",
14635
- "type": "string | (new () => any) | FunctionalComponent"
14992
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14636
14993
  }
14637
14994
  },
14638
14995
  {
@@ -15020,25 +15377,56 @@
15020
15377
  ],
15021
15378
  "slots": [
15022
15379
  {
15023
- "name": "subheader",
15024
- "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",
15025
15402
  "doc-url": "https://vuetifyjs.com/api/v-list#slots"
15026
15403
  },
15027
15404
  {
15028
- "name": "header",
15405
+ "name": "item",
15029
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",
15030
15412
  "doc-url": "https://vuetifyjs.com/api/v-list#slots",
15031
15413
  "vue-properties": [
15032
15414
  {
15033
15415
  "name": "props",
15034
- "type": "Record<string, unknown>"
15416
+ "type": "unknown"
15035
15417
  }
15036
15418
  ]
15037
15419
  },
15038
15420
  {
15039
- "name": "item",
15421
+ "name": "subheader",
15040
15422
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
15041
- "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
+ ]
15042
15430
  }
15043
15431
  ],
15044
15432
  "vue-model": {
@@ -15098,7 +15486,7 @@
15098
15486
  "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
15099
15487
  "value": {
15100
15488
  "kind": "expression",
15101
- "type": "string | (new () => any) | FunctionalComponent"
15489
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15102
15490
  }
15103
15491
  },
15104
15492
  {
@@ -15107,7 +15495,7 @@
15107
15495
  "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
15108
15496
  "value": {
15109
15497
  "kind": "expression",
15110
- "type": "string | (new () => any) | FunctionalComponent"
15498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15111
15499
  }
15112
15500
  },
15113
15501
  {
@@ -15137,7 +15525,7 @@
15137
15525
  "default": "'$expand'",
15138
15526
  "value": {
15139
15527
  "kind": "expression",
15140
- "type": "string | (new () => any) | FunctionalComponent"
15528
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15141
15529
  }
15142
15530
  },
15143
15531
  {
@@ -15147,7 +15535,7 @@
15147
15535
  "default": "'$collapse'",
15148
15536
  "value": {
15149
15537
  "kind": "expression",
15150
- "type": "string | (new () => any) | FunctionalComponent"
15538
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15151
15539
  }
15152
15540
  },
15153
15541
  {
@@ -15399,7 +15787,7 @@
15399
15787
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15400
15788
  "value": {
15401
15789
  "kind": "expression",
15402
- "type": "string | (new () => any) | FunctionalComponent"
15790
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15403
15791
  }
15404
15792
  },
15405
15793
  {
@@ -15408,12 +15796,34 @@
15408
15796
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15409
15797
  "value": {
15410
15798
  "kind": "expression",
15411
- "type": "string | (new () => any) | FunctionalComponent"
15412
- }
15799
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15800
+ }
15801
+ },
15802
+ {
15803
+ "name": "active",
15804
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component",
15805
+ "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15806
+ "default": "false",
15807
+ "value": {
15808
+ "kind": "expression",
15809
+ "type": "boolean"
15810
+ },
15811
+ "type": "boolean"
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"
15413
15823
  },
15414
15824
  {
15415
- "name": "active",
15416
- "description": "Controls the **active** state of the item. This is typically used to highlight the component",
15825
+ "name": "link",
15826
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
15417
15827
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15418
15828
  "default": "false",
15419
15829
  "value": {
@@ -15458,17 +15868,6 @@
15458
15868
  "type": "string"
15459
15869
  }
15460
15870
  },
15461
- {
15462
- "name": "replace",
15463
- "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.",
15464
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15465
- "default": "false",
15466
- "value": {
15467
- "kind": "expression",
15468
- "type": "boolean"
15469
- },
15470
- "type": "boolean"
15471
- },
15472
15871
  {
15473
15872
  "name": "to",
15474
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.",
@@ -15528,17 +15927,6 @@
15528
15927
  "type": "string"
15529
15928
  }
15530
15929
  },
15531
- {
15532
- "name": "link",
15533
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
15534
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
15535
- "default": "false",
15536
- "value": {
15537
- "kind": "expression",
15538
- "type": "boolean"
15539
- },
15540
- "type": "boolean"
15541
- },
15542
15930
  {
15543
15931
  "name": "nav",
15544
15932
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))",
@@ -15586,11 +15974,11 @@
15586
15974
  "type": "boolean"
15587
15975
  },
15588
15976
  {
15589
- "name": "activate",
15590
- "type": "(value: boolean) => void"
15977
+ "name": "isSelected",
15978
+ "type": "boolean"
15591
15979
  },
15592
15980
  {
15593
- "name": "isSelected",
15981
+ "name": "isIndeterminate",
15594
15982
  "type": "boolean"
15595
15983
  },
15596
15984
  {
@@ -15609,11 +15997,11 @@
15609
15997
  "type": "boolean"
15610
15998
  },
15611
15999
  {
15612
- "name": "activate",
15613
- "type": "(value: boolean) => void"
16000
+ "name": "isSelected",
16001
+ "type": "boolean"
15614
16002
  },
15615
16003
  {
15616
- "name": "isSelected",
16004
+ "name": "isIndeterminate",
15617
16005
  "type": "boolean"
15618
16006
  },
15619
16007
  {
@@ -15632,11 +16020,11 @@
15632
16020
  "type": "boolean"
15633
16021
  },
15634
16022
  {
15635
- "name": "activate",
15636
- "type": "(value: boolean) => void"
16023
+ "name": "isSelected",
16024
+ "type": "boolean"
15637
16025
  },
15638
16026
  {
15639
- "name": "isSelected",
16027
+ "name": "isIndeterminate",
15640
16028
  "type": "boolean"
15641
16029
  },
15642
16030
  {
@@ -16362,7 +16750,7 @@
16362
16750
  "default": "{component: {name: 'VDialogTransition'}}",
16363
16751
  "value": {
16364
16752
  "kind": "expression",
16365
- "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>] } }"
16366
16754
  }
16367
16755
  },
16368
16756
  {
@@ -16447,7 +16835,7 @@
16447
16835
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
16448
16836
  "value": {
16449
16837
  "kind": "expression",
16450
- "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 }"
16451
16839
  }
16452
16840
  },
16453
16841
  {
@@ -16814,13 +17202,7 @@
16814
17202
  "doc-url": "https://vuetifyjs.com/api/v-no-ssr",
16815
17203
  "attributes": [],
16816
17204
  "events": [],
16817
- "slots": [
16818
- {
16819
- "name": "default",
16820
- "description": "The default Vue slot.",
16821
- "doc-url": "https://vuetifyjs.com/api/v-no-ssr#slots"
16822
- }
16823
- ],
17205
+ "slots": [],
16824
17206
  "vue-model": {
16825
17207
  "prop": "modelValue",
16826
17208
  "event": "update:modelValue"
@@ -17395,7 +17777,7 @@
17395
17777
  "default": "'$next'",
17396
17778
  "value": {
17397
17779
  "kind": "expression",
17398
- "type": "string | (new () => any) | FunctionalComponent"
17780
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17399
17781
  }
17400
17782
  },
17401
17783
  {
@@ -17405,7 +17787,7 @@
17405
17787
  "default": "'$prev'",
17406
17788
  "value": {
17407
17789
  "kind": "expression",
17408
- "type": "string | (new () => any) | FunctionalComponent"
17790
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17409
17791
  }
17410
17792
  },
17411
17793
  {
@@ -17435,7 +17817,7 @@
17435
17817
  "default": "'$first'",
17436
17818
  "value": {
17437
17819
  "kind": "expression",
17438
- "type": "string | (new () => any) | FunctionalComponent"
17820
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17439
17821
  }
17440
17822
  },
17441
17823
  {
@@ -17445,7 +17827,7 @@
17445
17827
  "default": "'$last'",
17446
17828
  "value": {
17447
17829
  "kind": "expression",
17448
- "type": "string | (new () => any) | FunctionalComponent"
17830
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17449
17831
  }
17450
17832
  },
17451
17833
  {
@@ -18206,7 +18588,7 @@
18206
18588
  "default": "'$radioOff'",
18207
18589
  "value": {
18208
18590
  "kind": "expression",
18209
- "type": "string | (new () => any) | FunctionalComponent"
18591
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18210
18592
  }
18211
18593
  },
18212
18594
  {
@@ -18216,7 +18598,7 @@
18216
18598
  "default": "'$radioOn'",
18217
18599
  "value": {
18218
18600
  "kind": "expression",
18219
- "type": "string | (new () => any) | FunctionalComponent"
18601
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18220
18602
  }
18221
18603
  }
18222
18604
  ],
@@ -18401,7 +18783,7 @@
18401
18783
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18402
18784
  "value": {
18403
18785
  "kind": "expression",
18404
- "type": "string | (new () => any) | FunctionalComponent"
18786
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18405
18787
  }
18406
18788
  },
18407
18789
  {
@@ -18410,7 +18792,7 @@
18410
18792
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
18411
18793
  "value": {
18412
18794
  "kind": "expression",
18413
- "type": "string | (new () => any) | FunctionalComponent"
18795
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18414
18796
  }
18415
18797
  },
18416
18798
  {
@@ -18562,7 +18944,7 @@
18562
18944
  "default": "'$radioOff'",
18563
18945
  "value": {
18564
18946
  "kind": "expression",
18565
- "type": "string | (new () => any) | FunctionalComponent"
18947
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18566
18948
  }
18567
18949
  },
18568
18950
  {
@@ -18572,7 +18954,7 @@
18572
18954
  "default": "'$radioOn'",
18573
18955
  "value": {
18574
18956
  "kind": "expression",
18575
- "type": "string | (new () => any) | FunctionalComponent"
18957
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18576
18958
  }
18577
18959
  }
18578
18960
  ],
@@ -18949,7 +19331,7 @@
18949
19331
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
18950
19332
  "value": {
18951
19333
  "kind": "expression",
18952
- "type": "string | (new () => any) | FunctionalComponent"
19334
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18953
19335
  }
18954
19336
  },
18955
19337
  {
@@ -18958,7 +19340,7 @@
18958
19340
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
18959
19341
  "value": {
18960
19342
  "kind": "expression",
18961
- "type": "string | (new () => any) | FunctionalComponent"
19343
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18962
19344
  }
18963
19345
  },
18964
19346
  {
@@ -19250,7 +19632,29 @@
19250
19632
  "arguments": [
19251
19633
  {
19252
19634
  "name": "argument",
19253
- "type": "[boolean]"
19635
+ "type": "[boolean] | [boolean]"
19636
+ }
19637
+ ]
19638
+ },
19639
+ {
19640
+ "name": "end",
19641
+ "description": "MISSING DESCRIPTION",
19642
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#events",
19643
+ "arguments": [
19644
+ {
19645
+ "name": "argument",
19646
+ "type": "[[number, number]]"
19647
+ }
19648
+ ]
19649
+ },
19650
+ {
19651
+ "name": "start",
19652
+ "description": "MISSING DESCRIPTION",
19653
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#events",
19654
+ "arguments": [
19655
+ {
19656
+ "name": "argument",
19657
+ "type": "[[number, number]]"
19254
19658
  }
19255
19659
  ]
19256
19660
  }
@@ -19654,7 +20058,7 @@
19654
20058
  "default": "'$ratingEmpty'",
19655
20059
  "value": {
19656
20060
  "kind": "expression",
19657
- "type": "string | (new () => any) | FunctionalComponent"
20061
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19658
20062
  }
19659
20063
  },
19660
20064
  {
@@ -19664,7 +20068,7 @@
19664
20068
  "default": "'$ratingFull'",
19665
20069
  "value": {
19666
20070
  "kind": "expression",
19667
- "type": "string | (new () => any) | FunctionalComponent"
20071
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19668
20072
  }
19669
20073
  },
19670
20074
  {
@@ -19724,7 +20128,7 @@
19724
20128
  },
19725
20129
  {
19726
20130
  "name": "icon",
19727
- "type": "string | (new () => any) | FunctionalComponent"
20131
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
19728
20132
  },
19729
20133
  {
19730
20134
  "name": "color",
@@ -19733,6 +20137,10 @@
19733
20137
  {
19734
20138
  "name": "props",
19735
20139
  "type": "Record<string, unknown>"
20140
+ },
20141
+ {
20142
+ "name": "rating",
20143
+ "type": "number"
19736
20144
  }
19737
20145
  ]
19738
20146
  },
@@ -20535,6 +20943,17 @@
20535
20943
  "description": "",
20536
20944
  "doc-url": "https://vuetifyjs.com/api/v-select",
20537
20945
  "attributes": [
20946
+ {
20947
+ "name": "flat",
20948
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
20949
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
20950
+ "default": "false",
20951
+ "value": {
20952
+ "kind": "expression",
20953
+ "type": "boolean"
20954
+ },
20955
+ "type": "boolean"
20956
+ },
20538
20957
  {
20539
20958
  "name": "type",
20540
20959
  "description": "Sets input type",
@@ -20578,7 +20997,7 @@
20578
20997
  },
20579
20998
  {
20580
20999
  "name": "reverse",
20581
- "description": "Reverses the input orientation",
21000
+ "description": "Reverses the orientation ",
20582
21001
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
20583
21002
  "default": "false",
20584
21003
  "value": {
@@ -20587,6 +21006,16 @@
20587
21006
  },
20588
21007
  "type": "boolean"
20589
21008
  },
21009
+ {
21010
+ "name": "rounded",
21011
+ "description": "Adds a border radius to the input",
21012
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
21013
+ "default": "false",
21014
+ "value": {
21015
+ "kind": "expression",
21016
+ "type": "string | number | boolean"
21017
+ }
21018
+ },
20590
21019
  {
20591
21020
  "name": "theme",
20592
21021
  "description": "Specify a theme for this component and all of its children",
@@ -20612,7 +21041,7 @@
20612
21041
  "default": "'filled'",
20613
21042
  "value": {
20614
21043
  "kind": "expression",
20615
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
21044
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
20616
21045
  }
20617
21046
  },
20618
21047
  {
@@ -20725,7 +21154,7 @@
20725
21154
  "default": "'$dropdown'",
20726
21155
  "value": {
20727
21156
  "kind": "expression",
20728
- "type": "string | (new () => any) | FunctionalComponent"
21157
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
20729
21158
  }
20730
21159
  },
20731
21160
  {
@@ -20755,7 +21184,7 @@
20755
21184
  "default": "{component: {name: 'VDialogTransition'}}",
20756
21185
  "value": {
20757
21186
  "kind": "expression",
20758
- "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>] } }"
20759
21188
  }
20760
21189
  },
20761
21190
  {
@@ -20916,7 +21345,7 @@
20916
21345
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
20917
21346
  "value": {
20918
21347
  "kind": "expression",
20919
- "type": "string | (new () => any) | FunctionalComponent"
21348
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
20920
21349
  }
20921
21350
  },
20922
21351
  {
@@ -20925,7 +21354,7 @@
20925
21354
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
20926
21355
  "value": {
20927
21356
  "kind": "expression",
20928
- "type": "string | (new () => any) | FunctionalComponent"
21357
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
20929
21358
  }
20930
21359
  },
20931
21360
  {
@@ -21061,12 +21490,12 @@
21061
21490
  },
21062
21491
  {
21063
21492
  "name": "clearIcon",
21064
- "description": "Applied when using **clearable** and the input is dirty",
21493
+ "description": "The icon used when the **clerable** prop is set to true",
21065
21494
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
21066
21495
  "default": "'$clear'",
21067
21496
  "value": {
21068
21497
  "kind": "expression",
21069
- "type": "string | (new () => any) | FunctionalComponent"
21498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21070
21499
  }
21071
21500
  },
21072
21501
  {
@@ -21080,6 +21509,15 @@
21080
21509
  },
21081
21510
  "type": "boolean"
21082
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
+ },
21083
21521
  {
21084
21522
  "name": "persistentClear",
21085
21523
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
@@ -21093,11 +21531,11 @@
21093
21531
  },
21094
21532
  {
21095
21533
  "name": "prependInnerIcon",
21096
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
21534
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot",
21097
21535
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
21098
21536
  "value": {
21099
21537
  "kind": "expression",
21100
- "type": "string | (new () => any) | FunctionalComponent"
21538
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21101
21539
  }
21102
21540
  },
21103
21541
  {
@@ -21186,12 +21624,12 @@
21186
21624
  },
21187
21625
  {
21188
21626
  "name": "update:focused",
21189
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-text-field.json))",
21627
+ "description": "Emitted when the input is focused or blurred",
21190
21628
  "doc-url": "https://vuetifyjs.com/api/v-select#events",
21191
21629
  "arguments": [
21192
21630
  {
21193
21631
  "name": "argument",
21194
- "type": "[boolean]"
21632
+ "type": "[boolean] | [boolean]"
21195
21633
  }
21196
21634
  ]
21197
21635
  },
@@ -21693,7 +22131,7 @@
21693
22131
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21694
22132
  "value": {
21695
22133
  "kind": "expression",
21696
- "type": "string | (new () => any) | FunctionalComponent"
22134
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21697
22135
  }
21698
22136
  },
21699
22137
  {
@@ -21702,7 +22140,7 @@
21702
22140
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
21703
22141
  "value": {
21704
22142
  "kind": "expression",
21705
- "type": "string | (new () => any) | FunctionalComponent"
22143
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21706
22144
  }
21707
22145
  }
21708
22146
  ],
@@ -21923,7 +22361,7 @@
21923
22361
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21924
22362
  "value": {
21925
22363
  "kind": "expression",
21926
- "type": "string | (new () => any) | FunctionalComponent"
22364
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21927
22365
  }
21928
22366
  },
21929
22367
  {
@@ -21932,7 +22370,7 @@
21932
22370
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
21933
22371
  "value": {
21934
22372
  "kind": "expression",
21935
- "type": "string | (new () => any) | FunctionalComponent"
22373
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21936
22374
  }
21937
22375
  },
21938
22376
  {
@@ -22374,7 +22812,7 @@
22374
22812
  "default": "'$next'",
22375
22813
  "value": {
22376
22814
  "kind": "expression",
22377
- "type": "string | (new () => any) | FunctionalComponent"
22815
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22378
22816
  }
22379
22817
  },
22380
22818
  {
@@ -22384,7 +22822,7 @@
22384
22822
  "default": "'$prev'",
22385
22823
  "value": {
22386
22824
  "kind": "expression",
22387
- "type": "string | (new () => any) | FunctionalComponent"
22825
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22388
22826
  }
22389
22827
  },
22390
22828
  {
@@ -23048,7 +23486,7 @@
23048
23486
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23049
23487
  "value": {
23050
23488
  "kind": "expression",
23051
- "type": "string | (new () => any) | FunctionalComponent"
23489
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
23052
23490
  }
23053
23491
  },
23054
23492
  {
@@ -23057,7 +23495,7 @@
23057
23495
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
23058
23496
  "value": {
23059
23497
  "kind": "expression",
23060
- "type": "string | (new () => any) | FunctionalComponent"
23498
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
23061
23499
  }
23062
23500
  },
23063
23501
  {
@@ -23338,7 +23776,29 @@
23338
23776
  "arguments": [
23339
23777
  {
23340
23778
  "name": "argument",
23341
- "type": "[boolean]"
23779
+ "type": "[boolean] | [boolean]"
23780
+ }
23781
+ ]
23782
+ },
23783
+ {
23784
+ "name": "end",
23785
+ "description": "Slider value emitted at the end of slider movement",
23786
+ "doc-url": "https://vuetifyjs.com/api/v-slider#events",
23787
+ "arguments": [
23788
+ {
23789
+ "name": "argument",
23790
+ "type": "[number]"
23791
+ }
23792
+ ]
23793
+ },
23794
+ {
23795
+ "name": "start",
23796
+ "description": "Slider value emitted at start of slider movement",
23797
+ "doc-url": "https://vuetifyjs.com/api/v-slider#events",
23798
+ "arguments": [
23799
+ {
23800
+ "name": "argument",
23801
+ "type": "[number]"
23342
23802
  }
23343
23803
  ]
23344
23804
  }
@@ -24034,7 +24494,7 @@
24034
24494
  "doc-url": "https://vuetifyjs.com/api/v-svg-icon#props",
24035
24495
  "value": {
24036
24496
  "kind": "expression",
24037
- "type": "string | (new () => any) | FunctionalComponent"
24497
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24038
24498
  }
24039
24499
  },
24040
24500
  {
@@ -24204,7 +24664,7 @@
24204
24664
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24205
24665
  "value": {
24206
24666
  "kind": "expression",
24207
- "type": "string | (new () => any) | FunctionalComponent"
24667
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24208
24668
  }
24209
24669
  },
24210
24670
  {
@@ -24213,7 +24673,7 @@
24213
24673
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24214
24674
  "value": {
24215
24675
  "kind": "expression",
24216
- "type": "string | (new () => any) | FunctionalComponent"
24676
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24217
24677
  }
24218
24678
  },
24219
24679
  {
@@ -24403,7 +24863,7 @@
24403
24863
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24404
24864
  "value": {
24405
24865
  "kind": "expression",
24406
- "type": "string | (new () => any) | FunctionalComponent"
24866
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24407
24867
  }
24408
24868
  },
24409
24869
  {
@@ -24412,7 +24872,7 @@
24412
24872
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24413
24873
  "value": {
24414
24874
  "kind": "expression",
24415
- "type": "string | (new () => any) | FunctionalComponent"
24875
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24416
24876
  }
24417
24877
  },
24418
24878
  {
@@ -24468,7 +24928,7 @@
24468
24928
  "arguments": [
24469
24929
  {
24470
24930
  "name": "argument",
24471
- "type": "[boolean]"
24931
+ "type": "[boolean] | [boolean]"
24472
24932
  }
24473
24933
  ]
24474
24934
  },
@@ -24832,8 +25292,8 @@
24832
25292
  "doc-url": "https://vuetifyjs.com/api/v-tab",
24833
25293
  "attributes": [
24834
25294
  {
24835
- "name": "title",
24836
- "description": "Specify a title text for the component.",
25295
+ "name": "text",
25296
+ "description": "Specify content text for the component.",
24837
25297
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
24838
25298
  "value": {
24839
25299
  "kind": "expression",
@@ -24857,7 +25317,7 @@
24857
25317
  "default": "false",
24858
25318
  "value": {
24859
25319
  "kind": "expression",
24860
- "type": "boolean | string | (new () => any) | FunctionalComponent"
25320
+ "type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
24861
25321
  }
24862
25322
  },
24863
25323
  {
@@ -25028,7 +25488,7 @@
25028
25488
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25029
25489
  "value": {
25030
25490
  "kind": "expression",
25031
- "type": "string | (new () => any) | FunctionalComponent"
25491
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25032
25492
  }
25033
25493
  },
25034
25494
  {
@@ -25037,7 +25497,7 @@
25037
25497
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25038
25498
  "value": {
25039
25499
  "kind": "expression",
25040
- "type": "string | (new () => any) | FunctionalComponent"
25500
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25041
25501
  }
25042
25502
  },
25043
25503
  {
@@ -25060,6 +25520,17 @@
25060
25520
  "type": "string | boolean"
25061
25521
  }
25062
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
+ },
25063
25534
  {
25064
25535
  "name": "stacked",
25065
25536
  "description": "Displays the tab as a flex-column.",
@@ -25090,17 +25561,6 @@
25090
25561
  "type": "string"
25091
25562
  }
25092
25563
  },
25093
- {
25094
- "name": "replace",
25095
- "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.",
25096
- "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25097
- "default": "false",
25098
- "value": {
25099
- "kind": "expression",
25100
- "type": "boolean"
25101
- },
25102
- "type": "boolean"
25103
- },
25104
25564
  {
25105
25565
  "name": "to",
25106
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.",
@@ -25449,7 +25909,7 @@
25449
25909
  "default": "'$next'",
25450
25910
  "value": {
25451
25911
  "kind": "expression",
25452
- "type": "string | (new () => any) | FunctionalComponent"
25912
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25453
25913
  }
25454
25914
  },
25455
25915
  {
@@ -25459,7 +25919,7 @@
25459
25919
  "default": "'$prev'",
25460
25920
  "value": {
25461
25921
  "kind": "expression",
25462
- "type": "string | (new () => any) | FunctionalComponent"
25922
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25463
25923
  }
25464
25924
  },
25465
25925
  {
@@ -25559,6 +26019,17 @@
25559
26019
  "description": "",
25560
26020
  "doc-url": "https://vuetifyjs.com/api/v-text-field",
25561
26021
  "attributes": [
26022
+ {
26023
+ "name": "flat",
26024
+ "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
26025
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
26026
+ "default": "false",
26027
+ "value": {
26028
+ "kind": "expression",
26029
+ "type": "boolean"
26030
+ },
26031
+ "type": "boolean"
26032
+ },
25562
26033
  {
25563
26034
  "name": "type",
25564
26035
  "description": "Sets input type",
@@ -25610,6 +26081,16 @@
25610
26081
  },
25611
26082
  "type": "boolean"
25612
26083
  },
26084
+ {
26085
+ "name": "rounded",
26086
+ "description": "Adds a border radius to the input",
26087
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
26088
+ "default": "false",
26089
+ "value": {
26090
+ "kind": "expression",
26091
+ "type": "string | number | boolean"
26092
+ }
26093
+ },
25613
26094
  {
25614
26095
  "name": "theme",
25615
26096
  "description": "Specify a theme for this component and all of its children",
@@ -25635,7 +26116,7 @@
25635
26116
  "default": "'filled'",
25636
26117
  "value": {
25637
26118
  "kind": "expression",
25638
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
26119
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
25639
26120
  }
25640
26121
  },
25641
26122
  {
@@ -25742,7 +26223,7 @@
25742
26223
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25743
26224
  "value": {
25744
26225
  "kind": "expression",
25745
- "type": "string | (new () => any) | FunctionalComponent"
26226
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25746
26227
  }
25747
26228
  },
25748
26229
  {
@@ -25751,7 +26232,7 @@
25751
26232
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25752
26233
  "value": {
25753
26234
  "kind": "expression",
25754
- "type": "string | (new () => any) | FunctionalComponent"
26235
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25755
26236
  }
25756
26237
  },
25757
26238
  {
@@ -25880,7 +26361,7 @@
25880
26361
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25881
26362
  "value": {
25882
26363
  "kind": "expression",
25883
- "type": "string | (new () => any) | FunctionalComponent"
26364
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25884
26365
  }
25885
26366
  },
25886
26367
  {
@@ -25910,7 +26391,7 @@
25910
26391
  "default": "'$clear'",
25911
26392
  "value": {
25912
26393
  "kind": "expression",
25913
- "type": "string | (new () => any) | FunctionalComponent"
26394
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25914
26395
  }
25915
26396
  },
25916
26397
  {
@@ -25924,6 +26405,15 @@
25924
26405
  },
25925
26406
  "type": "boolean"
25926
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
+ },
25927
26417
  {
25928
26418
  "name": "dirty",
25929
26419
  "description": "Manually apply the dirty state styling",
@@ -25952,7 +26442,7 @@
25952
26442
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25953
26443
  "value": {
25954
26444
  "kind": "expression",
25955
- "type": "string | (new () => any) | FunctionalComponent"
26445
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
25956
26446
  }
25957
26447
  },
25958
26448
  {
@@ -26046,7 +26536,7 @@
26046
26536
  "arguments": [
26047
26537
  {
26048
26538
  "name": "argument",
26049
- "type": "[boolean]"
26539
+ "type": "[boolean] | [boolean]"
26050
26540
  }
26051
26541
  ]
26052
26542
  },
@@ -26315,6 +26805,17 @@
26315
26805
  "description": "",
26316
26806
  "doc-url": "https://vuetifyjs.com/api/v-textarea",
26317
26807
  "attributes": [
26808
+ {
26809
+ "name": "flat",
26810
+ "description": "MISSING DESCRIPTION",
26811
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26812
+ "default": "false",
26813
+ "value": {
26814
+ "kind": "expression",
26815
+ "type": "boolean"
26816
+ },
26817
+ "type": "boolean"
26818
+ },
26318
26819
  {
26319
26820
  "name": "modelValue",
26320
26821
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -26356,6 +26857,16 @@
26356
26857
  },
26357
26858
  "type": "boolean"
26358
26859
  },
26860
+ {
26861
+ "name": "rounded",
26862
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
26863
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26864
+ "default": "false",
26865
+ "value": {
26866
+ "kind": "expression",
26867
+ "type": "string | number | boolean"
26868
+ }
26869
+ },
26359
26870
  {
26360
26871
  "name": "theme",
26361
26872
  "description": "Specify a theme for this component and all of its children",
@@ -26381,7 +26892,7 @@
26381
26892
  "default": "'filled'",
26382
26893
  "value": {
26383
26894
  "kind": "expression",
26384
- "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\""
26895
+ "type": "\"outlined\" | \"plain\" | \"underlined\" | \"filled\" | \"solo\" | \"solo-inverted\" | \"solo-filled\""
26385
26896
  }
26386
26897
  },
26387
26898
  {
@@ -26488,7 +26999,7 @@
26488
26999
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26489
27000
  "value": {
26490
27001
  "kind": "expression",
26491
- "type": "string | (new () => any) | FunctionalComponent"
27002
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26492
27003
  }
26493
27004
  },
26494
27005
  {
@@ -26497,7 +27008,7 @@
26497
27008
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26498
27009
  "value": {
26499
27010
  "kind": "expression",
26500
- "type": "string | (new () => any) | FunctionalComponent"
27011
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26501
27012
  }
26502
27013
  },
26503
27014
  {
@@ -26626,7 +27137,7 @@
26626
27137
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26627
27138
  "value": {
26628
27139
  "kind": "expression",
26629
- "type": "string | (new () => any) | FunctionalComponent"
27140
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26630
27141
  }
26631
27142
  },
26632
27143
  {
@@ -26656,7 +27167,7 @@
26656
27167
  "default": "'$clear'",
26657
27168
  "value": {
26658
27169
  "kind": "expression",
26659
- "type": "string | (new () => any) | FunctionalComponent"
27170
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26660
27171
  }
26661
27172
  },
26662
27173
  {
@@ -26670,6 +27181,15 @@
26670
27181
  },
26671
27182
  "type": "boolean"
26672
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
+ },
26673
27193
  {
26674
27194
  "name": "dirty",
26675
27195
  "description": "Manually apply the dirty state styling",
@@ -26698,7 +27218,7 @@
26698
27218
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26699
27219
  "value": {
26700
27220
  "kind": "expression",
26701
- "type": "string | (new () => any) | FunctionalComponent"
27221
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
26702
27222
  }
26703
27223
  },
26704
27224
  {
@@ -26833,7 +27353,7 @@
26833
27353
  "arguments": [
26834
27354
  {
26835
27355
  "name": "argument",
26836
- "type": "[boolean]"
27356
+ "type": "[boolean] | [boolean]"
26837
27357
  }
26838
27358
  ]
26839
27359
  },
@@ -27189,6 +27709,15 @@
27189
27709
  "type": "\"horizontal\" | \"vertical\""
27190
27710
  }
27191
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
+ },
27192
27721
  {
27193
27722
  "name": "align",
27194
27723
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
@@ -27238,15 +27767,6 @@
27238
27767
  "type": "string | number"
27239
27768
  }
27240
27769
  },
27241
- {
27242
- "name": "side",
27243
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
27244
- "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
27245
- "value": {
27246
- "kind": "expression",
27247
- "type": "\"end\" | \"start\""
27248
- }
27249
- },
27250
27770
  {
27251
27771
  "name": "truncateLine",
27252
27772
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends",
@@ -27285,7 +27805,7 @@
27285
27805
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
27286
27806
  "value": {
27287
27807
  "kind": "expression",
27288
- "type": "string | (new () => any) | FunctionalComponent"
27808
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
27289
27809
  }
27290
27810
  },
27291
27811
  {
@@ -27893,6 +28413,17 @@
27893
28413
  "type": "string"
27894
28414
  }
27895
28415
  },
28416
+ {
28417
+ "name": "eager",
28418
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
28419
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
28420
+ "default": "true",
28421
+ "value": {
28422
+ "kind": "expression",
28423
+ "type": "boolean"
28424
+ },
28425
+ "type": "boolean"
28426
+ },
27896
28427
  {
27897
28428
  "name": "activator",
27898
28429
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -28391,15 +28922,6 @@
28391
28922
  "type": "unknown[]"
28392
28923
  }
28393
28924
  },
28394
- {
28395
- "name": "visibleItems",
28396
- "description": "MISSING DESCRIPTION",
28397
- "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
28398
- "value": {
28399
- "kind": "expression",
28400
- "type": "string | number"
28401
- }
28402
- },
28403
28925
  {
28404
28926
  "name": "itemHeight",
28405
28927
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size.",
@@ -28540,7 +29062,7 @@
28540
29062
  "default": "'$next'",
28541
29063
  "value": {
28542
29064
  "kind": "expression",
28543
- "type": "string | (new () => any) | FunctionalComponent"
29065
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
28544
29066
  }
28545
29067
  },
28546
29068
  {
@@ -28550,7 +29072,7 @@
28550
29072
  "default": "'$prev'",
28551
29073
  "value": {
28552
29074
  "kind": "expression",
28553
- "type": "string | (new () => any) | FunctionalComponent"
29075
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
28554
29076
  }
28555
29077
  },
28556
29078
  {
@@ -28617,7 +29139,7 @@
28617
29139
  "vue-properties": [
28618
29140
  {
28619
29141
  "name": "props",
28620
- "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 }"
28621
29143
  }
28622
29144
  ]
28623
29145
  },
@@ -28628,7 +29150,7 @@
28628
29150
  "vue-properties": [
28629
29151
  {
28630
29152
  "name": "props",
28631
- "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 }"
28632
29154
  }
28633
29155
  ]
28634
29156
  }