@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230322.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 (336) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +243 -59
  3. package/dist/json/tags.json +48 -2
  4. package/dist/json/web-types.json +1648 -279
  5. package/dist/vuetify-labs.css +666 -482
  6. package/dist/vuetify-labs.d.ts +59419 -13475
  7. package/dist/vuetify-labs.esm.js +797 -531
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +797 -531
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +524 -355
  12. package/dist/vuetify.d.ts +55670 -14368
  13. package/dist/vuetify.esm.js +607 -462
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +607 -462
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +793 -793
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +29 -15
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VAlert/index.d.ts +515 -65
  31. package/lib/components/VApp/VApp.css +1 -0
  32. package/lib/components/VApp/VApp.sass +1 -0
  33. package/lib/components/VApp/index.d.ts +161 -17
  34. package/lib/components/VAppBar/VAppBar.mjs +9 -4
  35. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +624 -82
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -8
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +1744 -113
  40. package/lib/components/VAvatar/index.d.ts +207 -25
  41. package/lib/components/VBadge/index.d.ts +286 -36
  42. package/lib/components/VBanner/VBanner.mjs +19 -12
  43. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  44. package/lib/components/VBanner/index.d.ts +485 -67
  45. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  47. package/lib/components/VBottomNavigation/index.d.ts +323 -36
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.ts +346 -42
  51. package/lib/components/VBtn/VBtn.css +0 -5
  52. package/lib/components/VBtn/VBtn.mjs +65 -58
  53. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  54. package/lib/components/VBtn/VBtn.sass +0 -7
  55. package/lib/components/VBtn/_variables.scss +0 -2
  56. package/lib/components/VBtn/index.d.ts +454 -59
  57. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  59. package/lib/components/VBtnGroup/index.d.ts +187 -22
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VBtnToggle/index.d.ts +248 -32
  63. package/lib/components/VCard/VCard.mjs +10 -6
  64. package/lib/components/VCard/VCard.mjs.map +1 -1
  65. package/lib/components/VCard/VCardItem.mjs +27 -23
  66. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  67. package/lib/components/VCard/index.d.ts +958 -132
  68. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  69. package/lib/components/VCarousel/index.d.ts +585 -87
  70. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  71. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  72. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  73. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  74. package/lib/components/VCheckbox/index.d.ts +841 -119
  75. package/lib/components/VChip/VChip.css +110 -90
  76. package/lib/components/VChip/VChip.mjs +70 -48
  77. package/lib/components/VChip/VChip.mjs.map +1 -1
  78. package/lib/components/VChip/_mixins.scss +27 -23
  79. package/lib/components/VChip/index.d.ts +476 -66
  80. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  81. package/lib/components/VChipGroup/index.d.ts +229 -28
  82. package/lib/components/VCode/index.d.ts +112 -13
  83. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  84. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  87. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  88. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  89. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  90. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  92. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  94. package/lib/components/VColorPicker/index.d.ts +284 -20
  95. package/lib/components/VColorPicker/util/index.mjs +2 -5
  96. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  97. package/lib/components/VCombobox/VCombobox.mjs +23 -8
  98. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  99. package/lib/components/VCombobox/index.d.ts +1756 -113
  100. package/lib/components/VCounter/index.d.ts +1909 -78
  101. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  102. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  103. package/lib/components/VDefaultsProvider/index.d.ts +136 -18
  104. package/lib/components/VDialog/VDialog.css +31 -24
  105. package/lib/components/VDialog/VDialog.mjs +2 -2
  106. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  107. package/lib/components/VDialog/VDialog.sass +19 -12
  108. package/lib/components/VDialog/index.d.ts +2403 -124
  109. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  110. package/lib/components/VDivider/index.d.ts +132 -19
  111. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  114. package/lib/components/VExpansionPanel/index.d.ts +741 -104
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/index.d.ts +179 -23
  117. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  118. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  119. package/lib/components/VFileInput/index.d.ts +1069 -93
  120. package/lib/components/VFooter/VFooter.css +2 -0
  121. package/lib/components/VFooter/VFooter.sass +2 -0
  122. package/lib/components/VFooter/_variables.scss +2 -0
  123. package/lib/components/VFooter/index.d.ts +206 -25
  124. package/lib/components/VForm/index.d.ts +207 -20
  125. package/lib/components/VGrid/VCol.mjs +6 -5
  126. package/lib/components/VGrid/VCol.mjs.map +1 -1
  127. package/lib/components/VGrid/VRow.mjs +4 -4
  128. package/lib/components/VGrid/VRow.mjs.map +1 -1
  129. package/lib/components/VGrid/index.d.ts +745 -64
  130. package/lib/components/VHover/index.d.ts +188 -29
  131. package/lib/components/VIcon/index.d.ts +500 -44
  132. package/lib/components/VImg/VImg.mjs +2 -2
  133. package/lib/components/VImg/VImg.mjs.map +1 -1
  134. package/lib/components/VImg/index.d.ts +281 -40
  135. package/lib/components/VInput/VInput.mjs.map +1 -1
  136. package/lib/components/VInput/index.d.ts +321 -47
  137. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  138. package/lib/components/VItemGroup/index.d.ts +313 -45
  139. package/lib/components/VKbd/VKbd.css +1 -0
  140. package/lib/components/VKbd/VKbd.sass +1 -0
  141. package/lib/components/VKbd/_variables.scss +1 -0
  142. package/lib/components/VKbd/index.d.ts +112 -13
  143. package/lib/components/VLabel/index.d.ts +115 -16
  144. package/lib/components/VLayout/index.d.ts +302 -35
  145. package/lib/components/VLazy/VLazy.mjs +4 -1
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VLazy/index.d.ts +222 -27
  148. package/lib/components/VList/VListChildren.mjs +2 -2
  149. package/lib/components/VList/VListChildren.mjs.map +1 -1
  150. package/lib/components/VList/VListGroup.mjs +1 -4
  151. package/lib/components/VList/VListGroup.mjs.map +1 -1
  152. package/lib/components/VList/VListItem.mjs +23 -19
  153. package/lib/components/VList/VListItem.mjs.map +1 -1
  154. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  155. package/lib/components/VList/index.d.ts +1500 -191
  156. package/lib/components/VLocaleProvider/index.d.ts +123 -16
  157. package/lib/components/VMain/index.d.ts +121 -14
  158. package/lib/components/VMenu/VMenu.css +4 -4
  159. package/lib/components/VMenu/VMenu.mjs +8 -7
  160. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  161. package/lib/components/VMenu/VMenu.sass +1 -1
  162. package/lib/components/VMenu/index.d.ts +2411 -121
  163. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  164. package/lib/components/VMessages/index.d.ts +1934 -87
  165. package/lib/components/VNavigationDrawer/index.d.ts +382 -47
  166. package/lib/components/VNoSsr/index.d.ts +6 -0
  167. package/lib/components/VOverlay/VOverlay.css +2 -2
  168. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  169. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  170. package/lib/components/VOverlay/VOverlay.sass +1 -1
  171. package/lib/components/VOverlay/_variables.scss +1 -1
  172. package/lib/components/VOverlay/index.d.ts +527 -75
  173. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  174. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  175. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  176. package/lib/components/VPagination/index.d.ts +504 -56
  177. package/lib/components/VParallax/VParallax.mjs +3 -3
  178. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  179. package/lib/components/VParallax/index.d.ts +144 -19
  180. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  181. package/lib/components/VProgressCircular/index.d.ts +189 -22
  182. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  183. package/lib/components/VProgressLinear/index.d.ts +325 -42
  184. package/lib/components/VRadio/index.d.ts +318 -46
  185. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  186. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  187. package/lib/components/VRadioGroup/index.d.ts +468 -66
  188. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  189. package/lib/components/VRangeSlider/index.d.ts +530 -66
  190. package/lib/components/VRating/VRating.css +0 -4
  191. package/lib/components/VRating/VRating.mjs +6 -35
  192. package/lib/components/VRating/VRating.mjs.map +1 -1
  193. package/lib/components/VRating/VRating.sass +0 -5
  194. package/lib/components/VRating/index.d.ts +309 -38
  195. package/lib/components/VResponsive/index.d.ts +144 -21
  196. package/lib/components/VSelect/VSelect.mjs +23 -8
  197. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  198. package/lib/components/VSelect/index.d.ts +3150 -247
  199. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  200. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  201. package/lib/components/VSelectionControl/index.d.ts +90 -10
  202. package/lib/components/VSelectionControlGroup/index.d.ts +245 -35
  203. package/lib/components/VSheet/VSheet.mjs +16 -12
  204. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  205. package/lib/components/VSheet/index.d.ts +196 -27
  206. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  207. package/lib/components/VSlideGroup/index.d.ts +488 -70
  208. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  209. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  210. package/lib/components/VSlider/index.d.ts +523 -65
  211. package/lib/components/VSlider/slider.mjs +5 -6
  212. package/lib/components/VSlider/slider.mjs.map +1 -1
  213. package/lib/components/VSnackbar/VSnackbar.css +2 -9
  214. package/lib/components/VSnackbar/VSnackbar.mjs +10 -11
  215. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  216. package/lib/components/VSnackbar/VSnackbar.sass +3 -10
  217. package/lib/components/VSnackbar/index.d.ts +1255 -74
  218. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  219. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  220. package/lib/components/VSwitch/index.d.ts +503 -75
  221. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  222. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  223. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  224. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  225. package/lib/components/VSystemBar/_variables.scss +4 -1
  226. package/lib/components/VSystemBar/index.d.ts +186 -23
  227. package/lib/components/VTable/VTable.mjs.map +1 -1
  228. package/lib/components/VTable/index.d.ts +193 -26
  229. package/lib/components/VTabs/VTab.mjs +7 -23
  230. package/lib/components/VTabs/VTab.mjs.map +1 -1
  231. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  232. package/lib/components/VTabs/index.d.ts +628 -64
  233. package/lib/components/VTextField/VTextField.mjs +9 -5
  234. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  235. package/lib/components/VTextField/index.d.ts +1447 -101
  236. package/lib/components/VTextarea/VTextarea.mjs +8 -1
  237. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  238. package/lib/components/VTextarea/index.d.ts +1043 -93
  239. package/lib/components/VThemeProvider/index.d.ts +127 -16
  240. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  241. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  242. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  243. package/lib/components/VTimeline/index.d.ts +446 -60
  244. package/lib/components/VToolbar/VToolbar.mjs +10 -9
  245. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  246. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  247. package/lib/components/VToolbar/index.d.ts +552 -73
  248. package/lib/components/VTooltip/VTooltip.css +3 -3
  249. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  250. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  251. package/lib/components/VTooltip/VTooltip.sass +1 -1
  252. package/lib/components/VTooltip/index.d.ts +1315 -73
  253. package/lib/components/VValidation/index.d.ts +204 -27
  254. package/lib/components/VWindow/index.d.ts +541 -75
  255. package/lib/components/index.d.ts +55694 -14389
  256. package/lib/components/transitions/createTransition.mjs +1 -1
  257. package/lib/components/transitions/createTransition.mjs.map +1 -1
  258. package/lib/components/transitions/index.d.ts +2144 -259
  259. package/lib/composables/defaults.mjs +5 -1
  260. package/lib/composables/defaults.mjs.map +1 -1
  261. package/lib/composables/display.mjs +15 -10
  262. package/lib/composables/display.mjs.map +1 -1
  263. package/lib/composables/form.mjs.map +1 -1
  264. package/lib/composables/loader.mjs.map +1 -1
  265. package/lib/composables/nested/nested.mjs +2 -2
  266. package/lib/composables/nested/nested.mjs.map +1 -1
  267. package/lib/composables/nested/selectStrategies.mjs +7 -1
  268. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  269. package/lib/composables/proxiedModel.mjs +1 -1
  270. package/lib/composables/proxiedModel.mjs.map +1 -1
  271. package/lib/composables/resizeObserver.mjs.map +1 -1
  272. package/lib/composables/stack.mjs +2 -2
  273. package/lib/composables/stack.mjs.map +1 -1
  274. package/lib/composables/theme.mjs +28 -23
  275. package/lib/composables/theme.mjs.map +1 -1
  276. package/lib/composables/variant.mjs.map +1 -1
  277. package/lib/entry-bundler.mjs +1 -1
  278. package/lib/framework.mjs +1 -1
  279. package/lib/index.d.ts +6 -9
  280. package/lib/labs/VDataTable/VDataTable.css +15 -0
  281. package/lib/labs/VDataTable/VDataTable.mjs +45 -19
  282. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  283. package/lib/labs/VDataTable/VDataTable.sass +9 -0
  284. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  285. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  286. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  287. package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
  288. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  289. package/lib/labs/VDataTable/VDataTableRows.mjs +6 -7
  290. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  291. package/lib/labs/VDataTable/VDataTableServer.mjs +41 -19
  292. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  293. package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
  294. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  295. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  296. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  297. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  298. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  299. package/lib/labs/VDataTable/composables/options.mjs +4 -10
  300. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  301. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  302. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  303. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  304. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  305. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  306. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  307. package/lib/labs/VDataTable/index.d.ts +4934 -317
  308. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  309. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  310. package/lib/labs/VVirtualScroll/index.d.ts +41 -7
  311. package/lib/labs/components.d.ts +4970 -324
  312. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  313. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  314. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  315. package/lib/locale/index.mjs +1 -1
  316. package/lib/locale/index.mjs.map +1 -1
  317. package/lib/styles/elements/_global.sass +0 -4
  318. package/lib/styles/generic/_index.scss +0 -1
  319. package/lib/styles/generic/_transitions.scss +111 -9
  320. package/lib/styles/main.css +316 -167
  321. package/lib/styles/settings/_utilities.scss +7 -0
  322. package/lib/styles/tools/_sheet.sass +3 -6
  323. package/lib/styles/utilities/_display.sass +6 -5
  324. package/lib/styles/utilities/_elevation.scss +13 -0
  325. package/lib/styles/utilities/_index.sass +3 -2
  326. package/lib/styles/utilities/_screenreaders.sass +13 -11
  327. package/lib/util/animation.mjs +8 -1
  328. package/lib/util/animation.mjs.map +1 -1
  329. package/lib/util/colorUtils.mjs +4 -5
  330. package/lib/util/colorUtils.mjs.map +1 -1
  331. package/lib/util/defineComponent.mjs +15 -7
  332. package/lib/util/defineComponent.mjs.map +1 -1
  333. package/lib/util/helpers.mjs +4 -0
  334. package/lib/util/helpers.mjs.map +1 -1
  335. package/package.json +15 -7
  336. package/lib/styles/generic/_elevation.scss +0 -10
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.2.0-dev-20230214.0",
5
+ "version": "3.2.0-dev-20230322.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -685,6 +685,17 @@
685
685
  "type": "[boolean]"
686
686
  }
687
687
  ]
688
+ },
689
+ {
690
+ "name": "click:close",
691
+ "description": "MISSING DESCRIPTION",
692
+ "doc-url": "https://vuetifyjs.com/api/v-alert#events",
693
+ "arguments": [
694
+ {
695
+ "name": "argument",
696
+ "type": "[MouseEvent]"
697
+ }
698
+ ]
688
699
  }
689
700
  ],
690
701
  "slots": [
@@ -807,7 +818,7 @@
807
818
  },
808
819
  {
809
820
  "name": "id",
810
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
821
+ "description": "Sets the DOM id on the component",
811
822
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
812
823
  "value": {
813
824
  "kind": "expression",
@@ -919,7 +930,7 @@
919
930
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
920
931
  "value": {
921
932
  "kind": "expression",
922
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
933
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
923
934
  }
924
935
  },
925
936
  {
@@ -928,7 +939,7 @@
928
939
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
929
940
  "value": {
930
941
  "kind": "expression",
931
- "type": "{ }"
942
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
932
943
  }
933
944
  },
934
945
  {
@@ -1120,7 +1131,7 @@
1120
1131
  },
1121
1132
  {
1122
1133
  "name": "itemProps",
1123
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
1134
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
1124
1135
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1125
1136
  "default": "'props'",
1126
1137
  "value": {
@@ -1716,7 +1727,7 @@
1716
1727
  "vue-properties": [
1717
1728
  {
1718
1729
  "name": "item",
1719
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1730
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1720
1731
  },
1721
1732
  {
1722
1733
  "name": "index",
@@ -1735,7 +1746,7 @@
1735
1746
  "vue-properties": [
1736
1747
  {
1737
1748
  "name": "item",
1738
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1749
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1739
1750
  },
1740
1751
  {
1741
1752
  "name": "index",
@@ -1754,7 +1765,7 @@
1754
1765
  "vue-properties": [
1755
1766
  {
1756
1767
  "name": "item",
1757
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1768
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1758
1769
  },
1759
1770
  {
1760
1771
  "name": "index",
@@ -2977,7 +2988,13 @@
2977
2988
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
2978
2989
  "attributes": [],
2979
2990
  "events": [],
2980
- "slots": [],
2991
+ "slots": [
2992
+ {
2993
+ "name": "[string]",
2994
+ "description": "MISSING DESCRIPTION",
2995
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#slots"
2996
+ }
2997
+ ],
2981
2998
  "vue-model": {
2982
2999
  "prop": "modelValue",
2983
3000
  "event": "update:modelValue"
@@ -5749,46 +5766,46 @@
5749
5766
  ]
5750
5767
  },
5751
5768
  {
5752
- "name": "group:selected",
5753
- "description": "Event that is emitted when an item is selected within a group.",
5769
+ "name": "click:close",
5770
+ "description": "Emitted when close icon is clicked",
5754
5771
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
5755
5772
  "arguments": [
5756
5773
  {
5757
5774
  "name": "argument",
5758
- "type": "[{ value: boolean }]"
5775
+ "type": "[MouseEvent]"
5759
5776
  }
5760
5777
  ]
5761
5778
  },
5762
5779
  {
5763
- "name": "click",
5764
- "description": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used",
5780
+ "name": "group:selected",
5781
+ "description": "Event that is emitted when an item is selected within a group.",
5765
5782
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
5766
5783
  "arguments": [
5767
5784
  {
5768
5785
  "name": "argument",
5769
- "type": "[MouseEvent | KeyboardEvent]"
5786
+ "type": "[{ value: boolean }]"
5770
5787
  }
5771
5788
  ]
5772
5789
  },
5773
5790
  {
5774
- "name": "clickOnce",
5775
- "description": "MISSING DESCRIPTION",
5791
+ "name": "click",
5792
+ "description": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used",
5776
5793
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
5777
5794
  "arguments": [
5778
5795
  {
5779
5796
  "name": "argument",
5780
- "type": "never"
5797
+ "type": "[(MouseEvent | KeyboardEvent)]"
5781
5798
  }
5782
5799
  ]
5783
5800
  },
5784
5801
  {
5785
- "name": "click:close",
5786
- "description": "Emitted when close icon is clicked",
5802
+ "name": "clickOnce",
5803
+ "description": "MISSING DESCRIPTION",
5787
5804
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
5788
5805
  "arguments": [
5789
5806
  {
5790
5807
  "name": "argument",
5791
- "type": "[Event]"
5808
+ "type": "never"
5792
5809
  }
5793
5810
  ]
5794
5811
  }
@@ -6094,26 +6111,6 @@
6094
6111
  "type": "string"
6095
6112
  }
6096
6113
  },
6097
- {
6098
- "name": "canvasHeight",
6099
- "description": "Height of canvas",
6100
- "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6101
- "default": "150",
6102
- "value": {
6103
- "kind": "expression",
6104
- "type": "string | number"
6105
- }
6106
- },
6107
- {
6108
- "name": "dotSize",
6109
- "description": "Changes the size of the selection dot on the canvas",
6110
- "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6111
- "default": "10",
6112
- "value": {
6113
- "kind": "expression",
6114
- "type": "string | number"
6115
- }
6116
- },
6117
6114
  {
6118
6115
  "name": "hideCanvas",
6119
6116
  "description": "Hides canvas",
@@ -6147,16 +6144,6 @@
6147
6144
  },
6148
6145
  "type": "boolean"
6149
6146
  },
6150
- {
6151
- "name": "modes",
6152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
6153
- "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6154
- "default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
6155
- "value": {
6156
- "kind": "expression",
6157
- "type": "string[]"
6158
- }
6159
- },
6160
6147
  {
6161
6148
  "name": "showSwatches",
6162
6149
  "description": "Displays color swatches",
@@ -6168,6 +6155,36 @@
6168
6155
  },
6169
6156
  "type": "boolean"
6170
6157
  },
6158
+ {
6159
+ "name": "canvasHeight",
6160
+ "description": "Height of canvas",
6161
+ "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6162
+ "default": "150",
6163
+ "value": {
6164
+ "kind": "expression",
6165
+ "type": "string | number"
6166
+ }
6167
+ },
6168
+ {
6169
+ "name": "dotSize",
6170
+ "description": "Changes the size of the selection dot on the canvas",
6171
+ "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6172
+ "default": "10",
6173
+ "value": {
6174
+ "kind": "expression",
6175
+ "type": "string | number"
6176
+ }
6177
+ },
6178
+ {
6179
+ "name": "modes",
6180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
6181
+ "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6182
+ "default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
6183
+ "value": {
6184
+ "kind": "expression",
6185
+ "type": "string[]"
6186
+ }
6187
+ },
6171
6188
  {
6172
6189
  "name": "swatchesMaxHeight",
6173
6190
  "description": "Sets the maximum height of the swatches section",
@@ -6268,7 +6285,7 @@
6268
6285
  },
6269
6286
  {
6270
6287
  "name": "id",
6271
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
6288
+ "description": "Sets the DOM id on the component",
6272
6289
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6273
6290
  "value": {
6274
6291
  "kind": "expression",
@@ -6371,7 +6388,7 @@
6371
6388
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6372
6389
  "value": {
6373
6390
  "kind": "expression",
6374
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
6391
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
6375
6392
  }
6376
6393
  },
6377
6394
  {
@@ -6380,7 +6397,7 @@
6380
6397
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6381
6398
  "value": {
6382
6399
  "kind": "expression",
6383
- "type": "{ }"
6400
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
6384
6401
  }
6385
6402
  },
6386
6403
  {
@@ -6572,7 +6589,7 @@
6572
6589
  },
6573
6590
  {
6574
6591
  "name": "itemProps",
6575
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
6592
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
6576
6593
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6577
6594
  "default": "'props'",
6578
6595
  "value": {
@@ -7177,7 +7194,7 @@
7177
7194
  "vue-properties": [
7178
7195
  {
7179
7196
  "name": "item",
7180
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7197
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7181
7198
  },
7182
7199
  {
7183
7200
  "name": "index",
@@ -7196,7 +7213,7 @@
7196
7213
  "vue-properties": [
7197
7214
  {
7198
7215
  "name": "item",
7199
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7216
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7200
7217
  },
7201
7218
  {
7202
7219
  "name": "index",
@@ -7215,7 +7232,7 @@
7215
7232
  "vue-properties": [
7216
7233
  {
7217
7234
  "name": "item",
7218
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7235
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7219
7236
  },
7220
7237
  {
7221
7238
  "name": "index",
@@ -7270,7 +7287,7 @@
7270
7287
  "default": "{component: {name: 'slide-y-transition'}}",
7271
7288
  "value": {
7272
7289
  "kind": "expression",
7273
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { 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, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }"
7290
+ "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ 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<{ 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<{ 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, { 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; } & { 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<{ 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, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }"
7274
7291
  }
7275
7292
  },
7276
7293
  {
@@ -7316,9 +7333,20 @@
7316
7333
  "description": "",
7317
7334
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
7318
7335
  "attributes": [
7336
+ {
7337
+ "name": "disabled",
7338
+ "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary",
7339
+ "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7340
+ "default": "false",
7341
+ "value": {
7342
+ "kind": "expression",
7343
+ "type": "boolean"
7344
+ },
7345
+ "type": "boolean"
7346
+ },
7319
7347
  {
7320
7348
  "name": "root",
7321
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7349
+ "description": "Force current defaults to match the application root defaults",
7322
7350
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7323
7351
  "default": "false",
7324
7352
  "value": {
@@ -7329,7 +7357,7 @@
7329
7357
  },
7330
7358
  {
7331
7359
  "name": "scoped",
7332
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7360
+ "description": "Prevents the ability for default values to be inherited from parent components",
7333
7361
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7334
7362
  "default": "false",
7335
7363
  "value": {
@@ -7340,7 +7368,7 @@
7340
7368
  },
7341
7369
  {
7342
7370
  "name": "reset",
7343
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7371
+ "description": "Reset the default values up the nested chain by {n} amount",
7344
7372
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7345
7373
  "value": {
7346
7374
  "kind": "expression",
@@ -7353,7 +7381,7 @@
7353
7381
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7354
7382
  "value": {
7355
7383
  "kind": "expression",
7356
- "type": "{ global: Record<string, unknown> }"
7384
+ "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }"
7357
7385
  }
7358
7386
  }
7359
7387
  ],
@@ -7579,7 +7607,7 @@
7579
7607
  },
7580
7608
  {
7581
7609
  "name": "scrim",
7582
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
7610
+ "description": "Accepts true/false to enable background, and string to define color.",
7583
7611
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
7584
7612
  "default": "true",
7585
7613
  "value": {
@@ -7705,7 +7733,7 @@
7705
7733
  "default": "{component: {name: 'VDialogTransition'}}",
7706
7734
  "value": {
7707
7735
  "kind": "expression",
7708
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
7736
+ "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>] } }"
7709
7737
  }
7710
7738
  },
7711
7739
  {
@@ -8334,12 +8362,56 @@
8334
8362
  {
8335
8363
  "name": "default",
8336
8364
  "description": "The default Vue slot.",
8337
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
8365
+ "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
8366
+ "vue-properties": [
8367
+ {
8368
+ "name": "collapseIcon",
8369
+ "type": "string | (new () => any) | FunctionalComponent"
8370
+ },
8371
+ {
8372
+ "name": "disabled",
8373
+ "type": "boolean"
8374
+ },
8375
+ {
8376
+ "name": "expanded",
8377
+ "type": "boolean"
8378
+ },
8379
+ {
8380
+ "name": "expandIcon",
8381
+ "type": "string | (new () => any) | FunctionalComponent"
8382
+ },
8383
+ {
8384
+ "name": "readonly",
8385
+ "type": "boolean"
8386
+ }
8387
+ ]
8338
8388
  },
8339
8389
  {
8340
8390
  "name": "actions",
8341
8391
  "description": "MISSING DESCRIPTION",
8342
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
8392
+ "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
8393
+ "vue-properties": [
8394
+ {
8395
+ "name": "collapseIcon",
8396
+ "type": "string | (new () => any) | FunctionalComponent"
8397
+ },
8398
+ {
8399
+ "name": "disabled",
8400
+ "type": "boolean"
8401
+ },
8402
+ {
8403
+ "name": "expanded",
8404
+ "type": "boolean"
8405
+ },
8406
+ {
8407
+ "name": "expandIcon",
8408
+ "type": "string | (new () => any) | FunctionalComponent"
8409
+ },
8410
+ {
8411
+ "name": "readonly",
8412
+ "type": "boolean"
8413
+ }
8414
+ ]
8343
8415
  }
8344
8416
  ],
8345
8417
  "vue-model": {
@@ -8378,7 +8450,7 @@
8378
8450
  },
8379
8451
  {
8380
8452
  "name": "id",
8381
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
8453
+ "description": "Sets the DOM id on the component",
8382
8454
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
8383
8455
  "value": {
8384
8456
  "kind": "expression",
@@ -8762,7 +8834,7 @@
8762
8834
  },
8763
8835
  {
8764
8836
  "name": "id",
8765
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
8837
+ "description": "Sets the DOM id on the component",
8766
8838
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
8767
8839
  "value": {
8768
8840
  "kind": "expression",
@@ -9799,120 +9871,420 @@
9799
9871
  }
9800
9872
  },
9801
9873
  {
9802
- "name": "alignSelf",
9803
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**.",
9874
+ "name": "sm",
9875
+ "description": "Changes the number of columns on small and greater breakpoints.",
9804
9876
  "doc-url": "https://vuetifyjs.com/api/v-col#props",
9805
- "default": "null",
9877
+ "default": "false",
9806
9878
  "value": {
9807
9879
  "kind": "expression",
9808
- "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\""
9880
+ "type": "string | number | boolean"
9809
9881
  }
9810
- }
9811
- ],
9812
- "events": [],
9813
- "slots": [
9882
+ },
9814
9883
  {
9815
- "name": "default",
9816
- "description": "The default Vue slot.",
9817
- "doc-url": "https://vuetifyjs.com/api/v-col#slots"
9818
- }
9819
- ],
9820
- "vue-model": {
9821
- "prop": "modelValue",
9822
- "event": "update:modelValue"
9823
- }
9824
- },
9825
- {
9826
- "name": "v-row",
9827
- "source": {
9828
- "module": "./src/components/index.ts",
9829
- "symbol": "v-row"
9830
- },
9831
- "description": "",
9832
- "doc-url": "https://vuetifyjs.com/api/v-row",
9833
- "attributes": [
9884
+ "name": "md",
9885
+ "description": "Changes the number of columns on medium and greater breakpoints.",
9886
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9887
+ "default": "false",
9888
+ "value": {
9889
+ "kind": "expression",
9890
+ "type": "string | number | boolean"
9891
+ }
9892
+ },
9834
9893
  {
9835
- "name": "tag",
9836
- "description": "Specify a custom tag used on the root element.",
9837
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9838
- "default": "'div'",
9894
+ "name": "lg",
9895
+ "description": "Changes the number of columns on large and greater breakpoints.",
9896
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9897
+ "default": "false",
9839
9898
  "value": {
9840
9899
  "kind": "expression",
9841
- "type": "string"
9900
+ "type": "string | number | boolean"
9842
9901
  }
9843
9902
  },
9844
9903
  {
9845
- "name": "dense",
9846
- "description": "Reduces the gutter between `v-col`s.",
9847
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9904
+ "name": "xl",
9905
+ "description": "Changes the number of columns on extra large and greater breakpoints.",
9906
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9848
9907
  "default": "false",
9849
9908
  "value": {
9850
9909
  "kind": "expression",
9851
- "type": "boolean"
9852
- },
9853
- "type": "boolean"
9910
+ "type": "string | number | boolean"
9911
+ }
9854
9912
  },
9855
9913
  {
9856
- "name": "noGutters",
9857
- "description": "Removes the gutter between `v-col`s.",
9858
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9914
+ "name": "xxl",
9915
+ "description": "MISSING DESCRIPTION",
9916
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9859
9917
  "default": "false",
9860
9918
  "value": {
9861
9919
  "kind": "expression",
9862
- "type": "boolean"
9863
- },
9864
- "type": "boolean"
9920
+ "type": "string | number | boolean"
9921
+ }
9865
9922
  },
9866
9923
  {
9867
- "name": "align",
9868
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**.",
9869
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9924
+ "name": "offsetSm",
9925
+ "description": "Changes the offset of the component on small and greater breakpoints.",
9926
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9870
9927
  "default": "null",
9871
9928
  "value": {
9872
9929
  "kind": "expression",
9873
- "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
9930
+ "type": "string | number"
9874
9931
  }
9875
9932
  },
9876
9933
  {
9877
- "name": "justify",
9878
- "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**.",
9879
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9934
+ "name": "offsetMd",
9935
+ "description": "Changes the offset of the component on medium and greater breakpoints.",
9936
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9880
9937
  "default": "null",
9881
9938
  "value": {
9882
9939
  "kind": "expression",
9883
- "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
9940
+ "type": "string | number"
9884
9941
  }
9885
9942
  },
9886
9943
  {
9887
- "name": "alignContent",
9888
- "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**.",
9889
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
9944
+ "name": "offsetLg",
9945
+ "description": "Changes the offset of the component on large and greater breakpoints.",
9946
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9890
9947
  "default": "null",
9891
9948
  "value": {
9892
9949
  "kind": "expression",
9893
- "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
9950
+ "type": "string | number"
9894
9951
  }
9895
- }
9896
- ],
9897
- "events": [],
9898
- "slots": [
9952
+ },
9899
9953
  {
9900
- "name": "default",
9901
- "description": "The default Vue slot.",
9902
- "doc-url": "https://vuetifyjs.com/api/v-row#slots"
9903
- }
9904
- ],
9905
- "vue-model": {
9906
- "prop": "modelValue",
9907
- "event": "update:modelValue"
9908
- }
9909
- },
9910
- {
9911
- "name": "v-spacer",
9912
- "source": {
9913
- "module": "./src/components/index.ts",
9914
- "symbol": "v-spacer"
9915
- },
9954
+ "name": "offsetXl",
9955
+ "description": "Changes the offset of the component on extra large and greater breakpoints.",
9956
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9957
+ "default": "null",
9958
+ "value": {
9959
+ "kind": "expression",
9960
+ "type": "string | number"
9961
+ }
9962
+ },
9963
+ {
9964
+ "name": "offsetXxl",
9965
+ "description": "MISSING DESCRIPTION",
9966
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9967
+ "default": "null",
9968
+ "value": {
9969
+ "kind": "expression",
9970
+ "type": "string | number"
9971
+ }
9972
+ },
9973
+ {
9974
+ "name": "orderSm",
9975
+ "description": "Changes the order of the component on small and greater breakpoints.",
9976
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9977
+ "default": "null",
9978
+ "value": {
9979
+ "kind": "expression",
9980
+ "type": "string | number"
9981
+ }
9982
+ },
9983
+ {
9984
+ "name": "orderMd",
9985
+ "description": "Changes the order of the component on medium and greater breakpoints.",
9986
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9987
+ "default": "null",
9988
+ "value": {
9989
+ "kind": "expression",
9990
+ "type": "string | number"
9991
+ }
9992
+ },
9993
+ {
9994
+ "name": "orderLg",
9995
+ "description": "Changes the order of the component on large and greater breakpoints.",
9996
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
9997
+ "default": "null",
9998
+ "value": {
9999
+ "kind": "expression",
10000
+ "type": "string | number"
10001
+ }
10002
+ },
10003
+ {
10004
+ "name": "orderXl",
10005
+ "description": "Changes the order of the component on extra large and greater breakpoints.",
10006
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
10007
+ "default": "null",
10008
+ "value": {
10009
+ "kind": "expression",
10010
+ "type": "string | number"
10011
+ }
10012
+ },
10013
+ {
10014
+ "name": "orderXxl",
10015
+ "description": "MISSING DESCRIPTION",
10016
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
10017
+ "default": "null",
10018
+ "value": {
10019
+ "kind": "expression",
10020
+ "type": "string | number"
10021
+ }
10022
+ },
10023
+ {
10024
+ "name": "alignSelf",
10025
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**.",
10026
+ "doc-url": "https://vuetifyjs.com/api/v-col#props",
10027
+ "default": "null",
10028
+ "value": {
10029
+ "kind": "expression",
10030
+ "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\""
10031
+ }
10032
+ }
10033
+ ],
10034
+ "events": [],
10035
+ "slots": [
10036
+ {
10037
+ "name": "default",
10038
+ "description": "The default Vue slot.",
10039
+ "doc-url": "https://vuetifyjs.com/api/v-col#slots"
10040
+ }
10041
+ ],
10042
+ "vue-model": {
10043
+ "prop": "modelValue",
10044
+ "event": "update:modelValue"
10045
+ }
10046
+ },
10047
+ {
10048
+ "name": "v-row",
10049
+ "source": {
10050
+ "module": "./src/components/index.ts",
10051
+ "symbol": "v-row"
10052
+ },
10053
+ "description": "",
10054
+ "doc-url": "https://vuetifyjs.com/api/v-row",
10055
+ "attributes": [
10056
+ {
10057
+ "name": "tag",
10058
+ "description": "Specify a custom tag used on the root element.",
10059
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10060
+ "default": "'div'",
10061
+ "value": {
10062
+ "kind": "expression",
10063
+ "type": "string"
10064
+ }
10065
+ },
10066
+ {
10067
+ "name": "dense",
10068
+ "description": "Reduces the gutter between `v-col`s.",
10069
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10070
+ "default": "false",
10071
+ "value": {
10072
+ "kind": "expression",
10073
+ "type": "boolean"
10074
+ },
10075
+ "type": "boolean"
10076
+ },
10077
+ {
10078
+ "name": "noGutters",
10079
+ "description": "Removes the gutter between `v-col`s.",
10080
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10081
+ "default": "false",
10082
+ "value": {
10083
+ "kind": "expression",
10084
+ "type": "boolean"
10085
+ },
10086
+ "type": "boolean"
10087
+ },
10088
+ {
10089
+ "name": "align",
10090
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**.",
10091
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10092
+ "default": "null",
10093
+ "value": {
10094
+ "kind": "expression",
10095
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10096
+ }
10097
+ },
10098
+ {
10099
+ "name": "alignSm",
10100
+ "description": "Changes the **align-items** property on small and greater breakpoints.",
10101
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10102
+ "default": "null",
10103
+ "value": {
10104
+ "kind": "expression",
10105
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10106
+ }
10107
+ },
10108
+ {
10109
+ "name": "alignMd",
10110
+ "description": "Changes the **align-items** property on medium and greater breakpoints.",
10111
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10112
+ "default": "null",
10113
+ "value": {
10114
+ "kind": "expression",
10115
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10116
+ }
10117
+ },
10118
+ {
10119
+ "name": "alignLg",
10120
+ "description": "Changes the **align-items** property on large and greater breakpoints.",
10121
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10122
+ "default": "null",
10123
+ "value": {
10124
+ "kind": "expression",
10125
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10126
+ }
10127
+ },
10128
+ {
10129
+ "name": "alignXl",
10130
+ "description": "Changes the **align-items** property on extra large and greater breakpoints.",
10131
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10132
+ "default": "null",
10133
+ "value": {
10134
+ "kind": "expression",
10135
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10136
+ }
10137
+ },
10138
+ {
10139
+ "name": "alignXxl",
10140
+ "description": "MISSING DESCRIPTION",
10141
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10142
+ "default": "null",
10143
+ "value": {
10144
+ "kind": "expression",
10145
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
10146
+ }
10147
+ },
10148
+ {
10149
+ "name": "justifySm",
10150
+ "description": "Changes the **justify-content** property on small and greater breakpoints.",
10151
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10152
+ "default": "null",
10153
+ "value": {
10154
+ "kind": "expression",
10155
+ "type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10156
+ }
10157
+ },
10158
+ {
10159
+ "name": "justifyMd",
10160
+ "description": "Changes the **justify-content** property on medium and greater breakpoints.",
10161
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10162
+ "default": "null",
10163
+ "value": {
10164
+ "kind": "expression",
10165
+ "type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10166
+ }
10167
+ },
10168
+ {
10169
+ "name": "justifyLg",
10170
+ "description": "Changes the **justify-content** property on large and greater breakpoints.",
10171
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10172
+ "default": "null",
10173
+ "value": {
10174
+ "kind": "expression",
10175
+ "type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10176
+ }
10177
+ },
10178
+ {
10179
+ "name": "justifyXl",
10180
+ "description": "Changes the **justify-content** property on extra large and greater breakpoints.",
10181
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10182
+ "default": "null",
10183
+ "value": {
10184
+ "kind": "expression",
10185
+ "type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10186
+ }
10187
+ },
10188
+ {
10189
+ "name": "justifyXxl",
10190
+ "description": "MISSING DESCRIPTION",
10191
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10192
+ "default": "null",
10193
+ "value": {
10194
+ "kind": "expression",
10195
+ "type": "\"end\" | \"start\" | \"center\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10196
+ }
10197
+ },
10198
+ {
10199
+ "name": "alignContentSm",
10200
+ "description": "Changes the **align-content** property on small and greater breakpoints.",
10201
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10202
+ "default": "null",
10203
+ "value": {
10204
+ "kind": "expression",
10205
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10206
+ }
10207
+ },
10208
+ {
10209
+ "name": "alignContentMd",
10210
+ "description": "Changes the **align-content** property on medium and greater breakpoints.",
10211
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10212
+ "default": "null",
10213
+ "value": {
10214
+ "kind": "expression",
10215
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10216
+ }
10217
+ },
10218
+ {
10219
+ "name": "alignContentLg",
10220
+ "description": "Changes the **align-content** property on large and greater breakpoints.",
10221
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10222
+ "default": "null",
10223
+ "value": {
10224
+ "kind": "expression",
10225
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10226
+ }
10227
+ },
10228
+ {
10229
+ "name": "alignContentXl",
10230
+ "description": "Changes the **align-content** property on extra large and greater breakpoints.",
10231
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10232
+ "default": "null",
10233
+ "value": {
10234
+ "kind": "expression",
10235
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10236
+ }
10237
+ },
10238
+ {
10239
+ "name": "alignContentXxl",
10240
+ "description": "MISSING DESCRIPTION",
10241
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10242
+ "default": "null",
10243
+ "value": {
10244
+ "kind": "expression",
10245
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10246
+ }
10247
+ },
10248
+ {
10249
+ "name": "justify",
10250
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**.",
10251
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10252
+ "default": "null",
10253
+ "value": {
10254
+ "kind": "expression",
10255
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10256
+ }
10257
+ },
10258
+ {
10259
+ "name": "alignContent",
10260
+ "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**.",
10261
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
10262
+ "default": "null",
10263
+ "value": {
10264
+ "kind": "expression",
10265
+ "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\""
10266
+ }
10267
+ }
10268
+ ],
10269
+ "events": [],
10270
+ "slots": [
10271
+ {
10272
+ "name": "default",
10273
+ "description": "The default Vue slot.",
10274
+ "doc-url": "https://vuetifyjs.com/api/v-row#slots"
10275
+ }
10276
+ ],
10277
+ "vue-model": {
10278
+ "prop": "modelValue",
10279
+ "event": "update:modelValue"
10280
+ }
10281
+ },
10282
+ {
10283
+ "name": "v-spacer",
10284
+ "source": {
10285
+ "module": "./src/components/index.ts",
10286
+ "symbol": "v-spacer"
10287
+ },
9916
10288
  "description": "",
9917
10289
  "doc-url": "https://vuetifyjs.com/api/v-spacer",
9918
10290
  "attributes": [
@@ -11639,7 +12011,7 @@
11639
12011
  },
11640
12012
  {
11641
12013
  "name": "itemProps",
11642
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
12014
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
11643
12015
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
11644
12016
  "default": "'props'",
11645
12017
  "value": {
@@ -11733,7 +12105,7 @@
11733
12105
  "default": "'single-leaf'",
11734
12106
  "value": {
11735
12107
  "kind": "expression",
11736
- "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L2-L9\" target=\"_blank\">SelectStrategyFn</a>"
12108
+ "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>"
11737
12109
  }
11738
12110
  },
11739
12111
  {
@@ -12353,7 +12725,7 @@
12353
12725
  "arguments": [
12354
12726
  {
12355
12727
  "name": "argument",
12356
- "type": "[MouseEvent | KeyboardEvent]"
12728
+ "type": "[(MouseEvent | KeyboardEvent)]"
12357
12729
  }
12358
12730
  ]
12359
12731
  },
@@ -13006,7 +13378,7 @@
13006
13378
  },
13007
13379
  {
13008
13380
  "name": "noClickAnimation",
13009
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
13381
+ "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
13010
13382
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
13011
13383
  "default": "false",
13012
13384
  "value": {
@@ -13017,7 +13389,7 @@
13017
13389
  },
13018
13390
  {
13019
13391
  "name": "persistent",
13020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
13392
+ "description": "Clicking outside of the element or pressing esc key will not deactivate it.",
13021
13393
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
13022
13394
  "default": "false",
13023
13395
  "value": {
@@ -13028,7 +13400,7 @@
13028
13400
  },
13029
13401
  {
13030
13402
  "name": "scrim",
13031
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
13403
+ "description": "Accepts true/false to enable background, and string to define color.",
13032
13404
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
13033
13405
  "default": "false",
13034
13406
  "value": {
@@ -13156,7 +13528,7 @@
13156
13528
  "default": "{component: {name: 'VDialogTransition'}}",
13157
13529
  "value": {
13158
13530
  "kind": "expression",
13159
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
13531
+ "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>] } }"
13160
13532
  }
13161
13533
  },
13162
13534
  {
@@ -13241,7 +13613,7 @@
13241
13613
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
13242
13614
  "value": {
13243
13615
  "kind": "expression",
13244
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { 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, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }"
13616
+ "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ 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<{ 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<{ 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, { 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; } & { 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<{ 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, { 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 }"
13245
13617
  }
13246
13618
  },
13247
13619
  {
@@ -13807,7 +14179,7 @@
13807
14179
  },
13808
14180
  {
13809
14181
  "name": "noClickAnimation",
13810
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
14182
+ "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
13811
14183
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
13812
14184
  "default": "false",
13813
14185
  "value": {
@@ -13818,7 +14190,7 @@
13818
14190
  },
13819
14191
  {
13820
14192
  "name": "persistent",
13821
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
14193
+ "description": "Clicking outside of the element or pressing esc key will not deactivate it.",
13822
14194
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
13823
14195
  "default": "false",
13824
14196
  "value": {
@@ -13829,7 +14201,7 @@
13829
14201
  },
13830
14202
  {
13831
14203
  "name": "scrim",
13832
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
14204
+ "description": "Accepts true/false to enable background, and string to define color.",
13833
14205
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
13834
14206
  "default": "true",
13835
14207
  "value": {
@@ -13983,7 +14355,7 @@
13983
14355
  },
13984
14356
  {
13985
14357
  "name": "click:outside",
13986
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
14358
+ "description": "Event that fires when clicking outside an active overlay.",
13987
14359
  "doc-url": "https://vuetifyjs.com/api/v-overlay#events",
13988
14360
  "arguments": [
13989
14361
  {
@@ -16438,7 +16810,7 @@
16438
16810
  "arguments": [
16439
16811
  {
16440
16812
  "name": "argument",
16441
- "type": "[string | number]"
16813
+ "type": "[(string | number)]"
16442
16814
  }
16443
16815
  ]
16444
16816
  }
@@ -16476,6 +16848,10 @@
16476
16848
  {
16477
16849
  "name": "props",
16478
16850
  "type": "Record<string, unknown>"
16851
+ },
16852
+ {
16853
+ "name": "rating",
16854
+ "type": "number"
16479
16855
  }
16480
16856
  ]
16481
16857
  },
@@ -16654,7 +17030,7 @@
16654
17030
  },
16655
17031
  {
16656
17032
  "name": "id",
16657
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
17033
+ "description": "Sets the DOM id on the component",
16658
17034
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
16659
17035
  "value": {
16660
17036
  "kind": "expression",
@@ -16833,7 +17209,7 @@
16833
17209
  "default": "{component: {name: 'VDialogTransition'}}",
16834
17210
  "value": {
16835
17211
  "kind": "expression",
16836
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
17212
+ "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>] } }"
16837
17213
  }
16838
17214
  },
16839
17215
  {
@@ -16909,7 +17285,7 @@
16909
17285
  },
16910
17286
  {
16911
17287
  "name": "itemProps",
16912
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
17288
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
16913
17289
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
16914
17290
  "default": "'props'",
16915
17291
  "value": {
@@ -17494,7 +17870,7 @@
17494
17870
  "vue-properties": [
17495
17871
  {
17496
17872
  "name": "item",
17497
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17873
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17498
17874
  },
17499
17875
  {
17500
17876
  "name": "index",
@@ -17513,7 +17889,7 @@
17513
17889
  "vue-properties": [
17514
17890
  {
17515
17891
  "name": "item",
17516
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17892
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17517
17893
  },
17518
17894
  {
17519
17895
  "name": "index",
@@ -17532,7 +17908,7 @@
17532
17908
  "vue-properties": [
17533
17909
  {
17534
17910
  "name": "item",
17535
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17911
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17536
17912
  },
17537
17913
  {
17538
17914
  "name": "index",
@@ -20478,42 +20854,145 @@
20478
20854
  "type": "any"
20479
20855
  }
20480
20856
  },
20857
+ {
20858
+ "name": "size",
20859
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
20860
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20861
+ "default": "'default'",
20862
+ "value": {
20863
+ "kind": "expression",
20864
+ "type": "string | number"
20865
+ }
20866
+ },
20481
20867
  {
20482
20868
  "name": "title",
20483
20869
  "description": "Specify a title text for the component.",
20484
20870
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20485
20871
  "value": {
20486
20872
  "kind": "expression",
20487
- "type": "string"
20873
+ "type": "string"
20874
+ }
20875
+ },
20876
+ {
20877
+ "name": "color",
20878
+ "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)",
20879
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20880
+ "value": {
20881
+ "kind": "expression",
20882
+ "type": "string"
20883
+ }
20884
+ },
20885
+ {
20886
+ "name": "density",
20887
+ "description": "Adjusts the vertical height used by the component.",
20888
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20889
+ "default": "'default'",
20890
+ "value": {
20891
+ "kind": "expression",
20892
+ "type": "\"default\" | \"comfortable\" | \"compact\""
20893
+ }
20894
+ },
20895
+ {
20896
+ "name": "height",
20897
+ "description": "Sets the height for the component.",
20898
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20899
+ "value": {
20900
+ "kind": "expression",
20901
+ "type": "string | number"
20902
+ }
20903
+ },
20904
+ {
20905
+ "name": "border",
20906
+ "description": "Applies border styles to component.",
20907
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20908
+ "default": "false",
20909
+ "value": {
20910
+ "kind": "expression",
20911
+ "type": "string | number | boolean"
20912
+ }
20913
+ },
20914
+ {
20915
+ "name": "elevation",
20916
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
20917
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20918
+ "value": {
20919
+ "kind": "expression",
20920
+ "type": "string | number"
20921
+ }
20922
+ },
20923
+ {
20924
+ "name": "rounded",
20925
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
20926
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20927
+ "default": "false",
20928
+ "value": {
20929
+ "kind": "expression",
20930
+ "type": "string | number | boolean"
20931
+ }
20932
+ },
20933
+ {
20934
+ "name": "tag",
20935
+ "description": "Specify a custom tag used on the root element.",
20936
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20937
+ "default": "'button'",
20938
+ "value": {
20939
+ "kind": "expression",
20940
+ "type": "string"
20941
+ }
20942
+ },
20943
+ {
20944
+ "name": "icon",
20945
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
20946
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20947
+ "default": "false",
20948
+ "value": {
20949
+ "kind": "expression",
20950
+ "type": "boolean | string | (new () => any) | FunctionalComponent"
20951
+ }
20952
+ },
20953
+ {
20954
+ "name": "maxHeight",
20955
+ "description": "Sets the maximum height for the component.",
20956
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20957
+ "value": {
20958
+ "kind": "expression",
20959
+ "type": "string | number"
20960
+ }
20961
+ },
20962
+ {
20963
+ "name": "maxWidth",
20964
+ "description": "Sets the maximum width for the component.",
20965
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20966
+ "value": {
20967
+ "kind": "expression",
20968
+ "type": "string | number"
20488
20969
  }
20489
20970
  },
20490
20971
  {
20491
- "name": "color",
20492
- "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)",
20972
+ "name": "minHeight",
20973
+ "description": "Sets the minimum height for the component.",
20493
20974
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20494
20975
  "value": {
20495
20976
  "kind": "expression",
20496
- "type": "string"
20977
+ "type": "string | number"
20497
20978
  }
20498
20979
  },
20499
20980
  {
20500
- "name": "tag",
20501
- "description": "Specify a custom tag used on the root element.",
20981
+ "name": "minWidth",
20982
+ "description": "Sets the minimum width for the component.",
20502
20983
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20503
- "default": "'div'",
20504
20984
  "value": {
20505
20985
  "kind": "expression",
20506
- "type": "string"
20986
+ "type": "string | number"
20507
20987
  }
20508
20988
  },
20509
20989
  {
20510
- "name": "icon",
20511
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
20990
+ "name": "width",
20991
+ "description": "Sets the width for the component.",
20512
20992
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
20513
- "default": "false",
20514
20993
  "value": {
20515
20994
  "kind": "expression",
20516
- "type": "boolean | string | (new () => any) | FunctionalComponent"
20995
+ "type": "string | number"
20517
20996
  }
20518
20997
  },
20519
20998
  {
@@ -20527,6 +21006,16 @@
20527
21006
  },
20528
21007
  "type": "boolean"
20529
21008
  },
21009
+ {
21010
+ "name": "variant",
21011
+ "description": "Applies a distinct style to the component",
21012
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
21013
+ "default": "'text'",
21014
+ "value": {
21015
+ "kind": "expression",
21016
+ "type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\""
21017
+ }
21018
+ },
20530
21019
  {
20531
21020
  "name": "replace",
20532
21021
  "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.",
@@ -20577,6 +21066,16 @@
20577
21066
  "type": "\"horizontal\" | \"vertical\""
20578
21067
  }
20579
21068
  },
21069
+ {
21070
+ "name": "loading",
21071
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
21072
+ "doc-url": "https://vuetifyjs.com/api/v-tab#props",
21073
+ "default": "false",
21074
+ "value": {
21075
+ "kind": "expression",
21076
+ "type": "string | boolean"
21077
+ }
21078
+ },
20580
21079
  {
20581
21080
  "name": "stacked",
20582
21081
  "description": "Displays the tab as a flex-column.",
@@ -20721,7 +21220,7 @@
20721
21220
  },
20722
21221
  {
20723
21222
  "name": "hover",
20724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
21223
+ "description": "Will add a hover effect to a table's row when the mouse is over it.",
20725
21224
  "doc-url": "https://vuetifyjs.com/api/v-table#props",
20726
21225
  "default": "false",
20727
21226
  "value": {
@@ -20821,7 +21320,7 @@
20821
21320
  },
20822
21321
  {
20823
21322
  "name": "id",
20824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
21323
+ "description": "Sets the DOM id on the component",
20825
21324
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
20826
21325
  "value": {
20827
21326
  "kind": "expression",
@@ -21604,7 +22103,7 @@
21604
22103
  },
21605
22104
  {
21606
22105
  "name": "id",
21607
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
22106
+ "description": "Sets the DOM id on the component",
21608
22107
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
21609
22108
  "value": {
21610
22109
  "kind": "expression",
@@ -23106,6 +23605,17 @@
23106
23605
  "type": "string | number"
23107
23606
  }
23108
23607
  },
23608
+ {
23609
+ "name": "eager",
23610
+ "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.",
23611
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
23612
+ "default": "true",
23613
+ "value": {
23614
+ "kind": "expression",
23615
+ "type": "boolean"
23616
+ },
23617
+ "type": "boolean"
23618
+ },
23109
23619
  {
23110
23620
  "name": "activator",
23111
23621
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
@@ -23168,7 +23678,7 @@
23168
23678
  },
23169
23679
  {
23170
23680
  "name": "noClickAnimation",
23171
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
23681
+ "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
23172
23682
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
23173
23683
  "default": "false",
23174
23684
  "value": {
@@ -23179,7 +23689,7 @@
23179
23689
  },
23180
23690
  {
23181
23691
  "name": "scrim",
23182
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))",
23692
+ "description": "Accepts true/false to enable background, and string to define color.",
23183
23693
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
23184
23694
  "default": "false",
23185
23695
  "value": {
@@ -23941,7 +24451,7 @@
23941
24451
  "name": "origin",
23942
24452
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
23943
24453
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
23944
- "default": "'top center 0'",
24454
+ "default": "'center center'",
23945
24455
  "value": {
23946
24456
  "kind": "expression",
23947
24457
  "type": "string"
@@ -24016,7 +24526,7 @@
24016
24526
  "name": "origin",
24017
24527
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24018
24528
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
24019
- "default": "'top center 0'",
24529
+ "default": "'center center'",
24020
24530
  "value": {
24021
24531
  "kind": "expression",
24022
24532
  "type": "string"
@@ -24091,7 +24601,7 @@
24091
24601
  "name": "origin",
24092
24602
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24093
24603
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
24094
- "default": "'top center 0'",
24604
+ "default": "'center center'",
24095
24605
  "value": {
24096
24606
  "kind": "expression",
24097
24607
  "type": "string"
@@ -24166,7 +24676,7 @@
24166
24676
  "name": "origin",
24167
24677
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24168
24678
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
24169
- "default": "'top center 0'",
24679
+ "default": "'center center'",
24170
24680
  "value": {
24171
24681
  "kind": "expression",
24172
24682
  "type": "string"
@@ -24241,7 +24751,7 @@
24241
24751
  "name": "origin",
24242
24752
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24243
24753
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
24244
- "default": "'top center 0'",
24754
+ "default": "'center center'",
24245
24755
  "value": {
24246
24756
  "kind": "expression",
24247
24757
  "type": "string"
@@ -24316,7 +24826,7 @@
24316
24826
  "name": "origin",
24317
24827
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24318
24828
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
24319
- "default": "'top center 0'",
24829
+ "default": "'center center'",
24320
24830
  "value": {
24321
24831
  "kind": "expression",
24322
24832
  "type": "string"
@@ -24391,7 +24901,7 @@
24391
24901
  "name": "origin",
24392
24902
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24393
24903
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
24394
- "default": "'top center 0'",
24904
+ "default": "'center center'",
24395
24905
  "value": {
24396
24906
  "kind": "expression",
24397
24907
  "type": "string"
@@ -24466,7 +24976,7 @@
24466
24976
  "name": "origin",
24467
24977
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24468
24978
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
24469
- "default": "'top center 0'",
24979
+ "default": "'center center'",
24470
24980
  "value": {
24471
24981
  "kind": "expression",
24472
24982
  "type": "string"
@@ -24541,7 +25051,7 @@
24541
25051
  "name": "origin",
24542
25052
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24543
25053
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
24544
- "default": "'top center 0'",
25054
+ "default": "'center center'",
24545
25055
  "value": {
24546
25056
  "kind": "expression",
24547
25057
  "type": "string"
@@ -24616,7 +25126,7 @@
24616
25126
  "name": "origin",
24617
25127
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24618
25128
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
24619
- "default": "'top center 0'",
25129
+ "default": "'center center'",
24620
25130
  "value": {
24621
25131
  "kind": "expression",
24622
25132
  "type": "string"
@@ -24691,7 +25201,7 @@
24691
25201
  "name": "origin",
24692
25202
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24693
25203
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
24694
- "default": "'top center 0'",
25204
+ "default": "'center center'",
24695
25205
  "value": {
24696
25206
  "kind": "expression",
24697
25207
  "type": "string"
@@ -24766,7 +25276,7 @@
24766
25276
  "name": "origin",
24767
25277
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
24768
25278
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
24769
- "default": "'top center 0'",
25279
+ "default": "'center center'",
24770
25280
  "value": {
24771
25281
  "kind": "expression",
24772
25282
  "type": "string"
@@ -24977,7 +25487,7 @@
24977
25487
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
24978
25488
  "value": {
24979
25489
  "kind": "expression",
24980
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
25490
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
24981
25491
  }
24982
25492
  },
24983
25493
  {
@@ -24986,7 +25496,7 @@
24986
25496
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
24987
25497
  "value": {
24988
25498
  "kind": "expression",
24989
- "type": "{ }"
25499
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
24990
25500
  }
24991
25501
  },
24992
25502
  {
@@ -25051,7 +25561,7 @@
25051
25561
  },
25052
25562
  {
25053
25563
  "name": "itemProps",
25054
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
25564
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
25055
25565
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
25056
25566
  "default": "'props'",
25057
25567
  "value": {
@@ -25099,7 +25609,7 @@
25099
25609
  "default": "[]",
25100
25610
  "value": {
25101
25611
  "kind": "expression",
25102
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
25612
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
25103
25613
  }
25104
25614
  },
25105
25615
  {
@@ -25293,7 +25803,7 @@
25293
25803
  "arguments": [
25294
25804
  {
25295
25805
  "name": "argument",
25296
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
25806
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
25297
25807
  }
25298
25808
  ]
25299
25809
  }
@@ -25307,7 +25817,37 @@
25307
25817
  {
25308
25818
  "name": "item",
25309
25819
  "description": "Slot to replace the default rendering of a row",
25310
- "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25820
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25821
+ "vue-properties": [
25822
+ {
25823
+ "name": "index",
25824
+ "type": "number"
25825
+ },
25826
+ {
25827
+ "name": "item",
25828
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25829
+ },
25830
+ {
25831
+ "name": "columns",
25832
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25833
+ },
25834
+ {
25835
+ "name": "isExpanded",
25836
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25837
+ },
25838
+ {
25839
+ "name": "toggleExpand",
25840
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25841
+ },
25842
+ {
25843
+ "name": "isSelected",
25844
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25845
+ },
25846
+ {
25847
+ "name": "toggleSelect",
25848
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25849
+ }
25850
+ ]
25311
25851
  },
25312
25852
  {
25313
25853
  "name": "loading",
@@ -25317,13 +25857,156 @@
25317
25857
  {
25318
25858
  "name": "group-header",
25319
25859
  "description": "MISSING DESCRIPTION",
25320
- "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25860
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25861
+ "vue-properties": [
25862
+ {
25863
+ "name": "index",
25864
+ "type": "number"
25865
+ },
25866
+ {
25867
+ "name": "item",
25868
+ "type": "{ type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }"
25869
+ },
25870
+ {
25871
+ "name": "columns",
25872
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25873
+ },
25874
+ {
25875
+ "name": "isExpanded",
25876
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25877
+ },
25878
+ {
25879
+ "name": "toggleExpand",
25880
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25881
+ },
25882
+ {
25883
+ "name": "isSelected",
25884
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25885
+ },
25886
+ {
25887
+ "name": "toggleSelect",
25888
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25889
+ },
25890
+ {
25891
+ "name": "toggleGroup",
25892
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void"
25893
+ },
25894
+ {
25895
+ "name": "isGroupOpen",
25896
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean"
25897
+ }
25898
+ ]
25321
25899
  },
25322
25900
  {
25323
25901
  "name": "no-data",
25324
25902
  "description": "Defines content for when no items are provided",
25325
25903
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25326
25904
  },
25905
+ {
25906
+ "name": "expanded-row",
25907
+ "description": "MISSING DESCRIPTION",
25908
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25909
+ "vue-properties": [
25910
+ {
25911
+ "name": "index",
25912
+ "type": "number"
25913
+ },
25914
+ {
25915
+ "name": "item",
25916
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25917
+ },
25918
+ {
25919
+ "name": "columns",
25920
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25921
+ },
25922
+ {
25923
+ "name": "isExpanded",
25924
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25925
+ },
25926
+ {
25927
+ "name": "toggleExpand",
25928
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25929
+ },
25930
+ {
25931
+ "name": "isSelected",
25932
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25933
+ },
25934
+ {
25935
+ "name": "toggleSelect",
25936
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25937
+ }
25938
+ ]
25939
+ },
25940
+ {
25941
+ "name": "item.data-table-select",
25942
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
25943
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25944
+ "vue-properties": [
25945
+ {
25946
+ "name": "index",
25947
+ "type": "number"
25948
+ },
25949
+ {
25950
+ "name": "item",
25951
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25952
+ },
25953
+ {
25954
+ "name": "columns",
25955
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25956
+ },
25957
+ {
25958
+ "name": "isExpanded",
25959
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25960
+ },
25961
+ {
25962
+ "name": "toggleExpand",
25963
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25964
+ },
25965
+ {
25966
+ "name": "isSelected",
25967
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25968
+ },
25969
+ {
25970
+ "name": "toggleSelect",
25971
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25972
+ }
25973
+ ]
25974
+ },
25975
+ {
25976
+ "name": "item.data-table-expand",
25977
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
25978
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25979
+ "vue-properties": [
25980
+ {
25981
+ "name": "index",
25982
+ "type": "number"
25983
+ },
25984
+ {
25985
+ "name": "item",
25986
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25987
+ },
25988
+ {
25989
+ "name": "columns",
25990
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25991
+ },
25992
+ {
25993
+ "name": "isExpanded",
25994
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25995
+ },
25996
+ {
25997
+ "name": "toggleExpand",
25998
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25999
+ },
26000
+ {
26001
+ "name": "isSelected",
26002
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26003
+ },
26004
+ {
26005
+ "name": "toggleSelect",
26006
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26007
+ }
26008
+ ]
26009
+ },
25327
26010
  {
25328
26011
  "name": "top",
25329
26012
  "description": "Slot to add content above the table",
@@ -25368,6 +26051,41 @@
25368
26051
  "name": "colgroup",
25369
26052
  "description": "MISSING DESCRIPTION",
25370
26053
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
26054
+ },
26055
+ {
26056
+ "name": "[`item.${string}`]",
26057
+ "description": "MISSING DESCRIPTION",
26058
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
26059
+ "vue-properties": [
26060
+ {
26061
+ "name": "index",
26062
+ "type": "number"
26063
+ },
26064
+ {
26065
+ "name": "item",
26066
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26067
+ },
26068
+ {
26069
+ "name": "columns",
26070
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26071
+ },
26072
+ {
26073
+ "name": "isExpanded",
26074
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26075
+ },
26076
+ {
26077
+ "name": "toggleExpand",
26078
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26079
+ },
26080
+ {
26081
+ "name": "isSelected",
26082
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26083
+ },
26084
+ {
26085
+ "name": "toggleSelect",
26086
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26087
+ }
26088
+ ]
25371
26089
  }
25372
26090
  ],
25373
26091
  "vue-model": {
@@ -25391,7 +26109,7 @@
25391
26109
  "default": "[]",
25392
26110
  "value": {
25393
26111
  "kind": "expression",
25394
- "type": "(DataTableItem | GroupHeaderItem)[]"
26112
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]"
25395
26113
  }
25396
26114
  },
25397
26115
  {
@@ -25452,37 +26170,245 @@
25452
26170
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#events",
25453
26171
  "arguments": [
25454
26172
  {
25455
- "name": "argument",
25456
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
26173
+ "name": "argument",
26174
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
26175
+ }
26176
+ ]
26177
+ }
26178
+ ],
26179
+ "slots": [
26180
+ {
26181
+ "name": "default",
26182
+ "description": "The default Vue slot.",
26183
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26184
+ },
26185
+ {
26186
+ "name": "item",
26187
+ "description": "MISSING DESCRIPTION",
26188
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26189
+ "vue-properties": [
26190
+ {
26191
+ "name": "index",
26192
+ "type": "number"
26193
+ },
26194
+ {
26195
+ "name": "item",
26196
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26197
+ },
26198
+ {
26199
+ "name": "columns",
26200
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26201
+ },
26202
+ {
26203
+ "name": "isExpanded",
26204
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26205
+ },
26206
+ {
26207
+ "name": "toggleExpand",
26208
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26209
+ },
26210
+ {
26211
+ "name": "isSelected",
26212
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26213
+ },
26214
+ {
26215
+ "name": "toggleSelect",
26216
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26217
+ }
26218
+ ]
26219
+ },
26220
+ {
26221
+ "name": "loading",
26222
+ "description": "MISSING DESCRIPTION",
26223
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26224
+ },
26225
+ {
26226
+ "name": "group-header",
26227
+ "description": "MISSING DESCRIPTION",
26228
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26229
+ "vue-properties": [
26230
+ {
26231
+ "name": "index",
26232
+ "type": "number"
26233
+ },
26234
+ {
26235
+ "name": "item",
26236
+ "type": "{ type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }"
26237
+ },
26238
+ {
26239
+ "name": "columns",
26240
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26241
+ },
26242
+ {
26243
+ "name": "isExpanded",
26244
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26245
+ },
26246
+ {
26247
+ "name": "toggleExpand",
26248
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26249
+ },
26250
+ {
26251
+ "name": "isSelected",
26252
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26253
+ },
26254
+ {
26255
+ "name": "toggleSelect",
26256
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26257
+ },
26258
+ {
26259
+ "name": "toggleGroup",
26260
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void"
26261
+ },
26262
+ {
26263
+ "name": "isGroupOpen",
26264
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean"
25457
26265
  }
25458
26266
  ]
25459
- }
25460
- ],
25461
- "slots": [
26267
+ },
25462
26268
  {
25463
- "name": "default",
25464
- "description": "The default Vue slot.",
26269
+ "name": "no-data",
26270
+ "description": "MISSING DESCRIPTION",
25465
26271
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
25466
26272
  },
25467
26273
  {
25468
- "name": "item",
26274
+ "name": "expanded-row",
25469
26275
  "description": "MISSING DESCRIPTION",
25470
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26276
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26277
+ "vue-properties": [
26278
+ {
26279
+ "name": "index",
26280
+ "type": "number"
26281
+ },
26282
+ {
26283
+ "name": "item",
26284
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26285
+ },
26286
+ {
26287
+ "name": "columns",
26288
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26289
+ },
26290
+ {
26291
+ "name": "isExpanded",
26292
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26293
+ },
26294
+ {
26295
+ "name": "toggleExpand",
26296
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26297
+ },
26298
+ {
26299
+ "name": "isSelected",
26300
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26301
+ },
26302
+ {
26303
+ "name": "toggleSelect",
26304
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26305
+ }
26306
+ ]
25471
26307
  },
25472
26308
  {
25473
- "name": "loading",
26309
+ "name": "item.data-table-select",
25474
26310
  "description": "MISSING DESCRIPTION",
25475
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26311
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26312
+ "vue-properties": [
26313
+ {
26314
+ "name": "index",
26315
+ "type": "number"
26316
+ },
26317
+ {
26318
+ "name": "item",
26319
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26320
+ },
26321
+ {
26322
+ "name": "columns",
26323
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26324
+ },
26325
+ {
26326
+ "name": "isExpanded",
26327
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26328
+ },
26329
+ {
26330
+ "name": "toggleExpand",
26331
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26332
+ },
26333
+ {
26334
+ "name": "isSelected",
26335
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26336
+ },
26337
+ {
26338
+ "name": "toggleSelect",
26339
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26340
+ }
26341
+ ]
25476
26342
  },
25477
26343
  {
25478
- "name": "group-header",
26344
+ "name": "item.data-table-expand",
25479
26345
  "description": "MISSING DESCRIPTION",
25480
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26346
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26347
+ "vue-properties": [
26348
+ {
26349
+ "name": "index",
26350
+ "type": "number"
26351
+ },
26352
+ {
26353
+ "name": "item",
26354
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26355
+ },
26356
+ {
26357
+ "name": "columns",
26358
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26359
+ },
26360
+ {
26361
+ "name": "isExpanded",
26362
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26363
+ },
26364
+ {
26365
+ "name": "toggleExpand",
26366
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26367
+ },
26368
+ {
26369
+ "name": "isSelected",
26370
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26371
+ },
26372
+ {
26373
+ "name": "toggleSelect",
26374
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26375
+ }
26376
+ ]
25481
26377
  },
25482
26378
  {
25483
- "name": "no-data",
26379
+ "name": "[`item.${string}`]",
25484
26380
  "description": "MISSING DESCRIPTION",
25485
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
26381
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
26382
+ "vue-properties": [
26383
+ {
26384
+ "name": "index",
26385
+ "type": "number"
26386
+ },
26387
+ {
26388
+ "name": "item",
26389
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26390
+ },
26391
+ {
26392
+ "name": "columns",
26393
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26394
+ },
26395
+ {
26396
+ "name": "isExpanded",
26397
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26398
+ },
26399
+ {
26400
+ "name": "toggleExpand",
26401
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26402
+ },
26403
+ {
26404
+ "name": "isSelected",
26405
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26406
+ },
26407
+ {
26408
+ "name": "toggleSelect",
26409
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26410
+ }
26411
+ ]
25486
26412
  }
25487
26413
  ],
25488
26414
  "vue-model": {
@@ -25505,11 +26431,32 @@
25505
26431
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
25506
26432
  "value": {
25507
26433
  "kind": "expression",
25508
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> }"
26434
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
26435
+ }
26436
+ },
26437
+ {
26438
+ "name": "index",
26439
+ "description": "MISSING DESCRIPTION",
26440
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
26441
+ "value": {
26442
+ "kind": "expression",
26443
+ "type": "Number"
25509
26444
  }
25510
26445
  }
25511
26446
  ],
25512
- "events": [],
26447
+ "events": [
26448
+ {
26449
+ "name": "click",
26450
+ "description": "Event that is emitted when the component is clicked",
26451
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
26452
+ "arguments": [
26453
+ {
26454
+ "name": "argument",
26455
+ "type": "[MouseEvent]"
26456
+ }
26457
+ ]
26458
+ }
26459
+ ],
25513
26460
  "slots": [],
25514
26461
  "vue-model": {
25515
26462
  "prop": "modelValue",
@@ -25599,7 +26546,7 @@
25599
26546
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25600
26547
  "value": {
25601
26548
  "kind": "expression",
25602
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
26549
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
25603
26550
  }
25604
26551
  },
25605
26552
  {
@@ -25608,7 +26555,7 @@
25608
26555
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25609
26556
  "value": {
25610
26557
  "kind": "expression",
25611
- "type": "{ }"
26558
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
25612
26559
  }
25613
26560
  },
25614
26561
  {
@@ -25673,7 +26620,7 @@
25673
26620
  },
25674
26621
  {
25675
26622
  "name": "itemProps",
25676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
26623
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
25677
26624
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25678
26625
  "default": "'props'",
25679
26626
  "value": {
@@ -25721,7 +26668,7 @@
25721
26668
  "default": "[]",
25722
26669
  "value": {
25723
26670
  "kind": "expression",
25724
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
26671
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
25725
26672
  }
25726
26673
  },
25727
26674
  {
@@ -25859,70 +26806,243 @@
25859
26806
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
25860
26807
  "arguments": [
25861
26808
  {
25862
- "name": "argument",
25863
- "type": "[any]"
25864
- }
25865
- ]
25866
- },
25867
- {
25868
- "name": "update:groupBy",
25869
- "description": "MISSING DESCRIPTION",
25870
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
25871
- "arguments": [
26809
+ "name": "argument",
26810
+ "type": "[any]"
26811
+ }
26812
+ ]
26813
+ },
26814
+ {
26815
+ "name": "update:groupBy",
26816
+ "description": "MISSING DESCRIPTION",
26817
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
26818
+ "arguments": [
26819
+ {
26820
+ "name": "argument",
26821
+ "type": "[any]"
26822
+ }
26823
+ ]
26824
+ },
26825
+ {
26826
+ "name": "update:expanded",
26827
+ "description": "MISSING DESCRIPTION",
26828
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
26829
+ "arguments": [
26830
+ {
26831
+ "name": "argument",
26832
+ "type": "[any]"
26833
+ }
26834
+ ]
26835
+ },
26836
+ {
26837
+ "name": "click:row",
26838
+ "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
26839
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
26840
+ "arguments": [
26841
+ {
26842
+ "name": "argument",
26843
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
26844
+ }
26845
+ ]
26846
+ }
26847
+ ],
26848
+ "slots": [
26849
+ {
26850
+ "name": "default",
26851
+ "description": "The default Vue slot.",
26852
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26853
+ },
26854
+ {
26855
+ "name": "item",
26856
+ "description": "Slot to replace the default rendering of a row",
26857
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26858
+ "vue-properties": [
26859
+ {
26860
+ "name": "index",
26861
+ "type": "number"
26862
+ },
26863
+ {
26864
+ "name": "item",
26865
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26866
+ },
26867
+ {
26868
+ "name": "columns",
26869
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26870
+ },
26871
+ {
26872
+ "name": "isExpanded",
26873
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26874
+ },
26875
+ {
26876
+ "name": "toggleExpand",
26877
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26878
+ },
26879
+ {
26880
+ "name": "isSelected",
26881
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26882
+ },
26883
+ {
26884
+ "name": "toggleSelect",
26885
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26886
+ }
26887
+ ]
26888
+ },
26889
+ {
26890
+ "name": "loading",
26891
+ "description": "Defines content for when `loading` is true and no items are provided",
26892
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26893
+ },
26894
+ {
26895
+ "name": "group-header",
26896
+ "description": "MISSING DESCRIPTION",
26897
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26898
+ "vue-properties": [
26899
+ {
26900
+ "name": "index",
26901
+ "type": "number"
26902
+ },
26903
+ {
26904
+ "name": "item",
26905
+ "type": "{ type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }"
26906
+ },
26907
+ {
26908
+ "name": "columns",
26909
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26910
+ },
26911
+ {
26912
+ "name": "isExpanded",
26913
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26914
+ },
26915
+ {
26916
+ "name": "toggleExpand",
26917
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26918
+ },
26919
+ {
26920
+ "name": "isSelected",
26921
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26922
+ },
26923
+ {
26924
+ "name": "toggleSelect",
26925
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26926
+ },
26927
+ {
26928
+ "name": "toggleGroup",
26929
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void"
26930
+ },
26931
+ {
26932
+ "name": "isGroupOpen",
26933
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean"
26934
+ }
26935
+ ]
26936
+ },
26937
+ {
26938
+ "name": "no-data",
26939
+ "description": "Defines content for when no items are provided",
26940
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26941
+ },
26942
+ {
26943
+ "name": "expanded-row",
26944
+ "description": "MISSING DESCRIPTION",
26945
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26946
+ "vue-properties": [
26947
+ {
26948
+ "name": "index",
26949
+ "type": "number"
26950
+ },
26951
+ {
26952
+ "name": "item",
26953
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26954
+ },
26955
+ {
26956
+ "name": "columns",
26957
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26958
+ },
26959
+ {
26960
+ "name": "isExpanded",
26961
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26962
+ },
25872
26963
  {
25873
- "name": "argument",
25874
- "type": "[any]"
26964
+ "name": "toggleExpand",
26965
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26966
+ },
26967
+ {
26968
+ "name": "isSelected",
26969
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26970
+ },
26971
+ {
26972
+ "name": "toggleSelect",
26973
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25875
26974
  }
25876
26975
  ]
25877
26976
  },
25878
26977
  {
25879
- "name": "update:expanded",
25880
- "description": "MISSING DESCRIPTION",
25881
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
25882
- "arguments": [
26978
+ "name": "item.data-table-select",
26979
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
26980
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26981
+ "vue-properties": [
25883
26982
  {
25884
- "name": "argument",
25885
- "type": "[any]"
26983
+ "name": "index",
26984
+ "type": "number"
26985
+ },
26986
+ {
26987
+ "name": "item",
26988
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26989
+ },
26990
+ {
26991
+ "name": "columns",
26992
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26993
+ },
26994
+ {
26995
+ "name": "isExpanded",
26996
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26997
+ },
26998
+ {
26999
+ "name": "toggleExpand",
27000
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27001
+ },
27002
+ {
27003
+ "name": "isSelected",
27004
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27005
+ },
27006
+ {
27007
+ "name": "toggleSelect",
27008
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25886
27009
  }
25887
27010
  ]
25888
27011
  },
25889
27012
  {
25890
- "name": "click:row",
25891
- "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
25892
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
25893
- "arguments": [
27013
+ "name": "item.data-table-expand",
27014
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
27015
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
27016
+ "vue-properties": [
25894
27017
  {
25895
- "name": "argument",
25896
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
27018
+ "name": "index",
27019
+ "type": "number"
27020
+ },
27021
+ {
27022
+ "name": "item",
27023
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27024
+ },
27025
+ {
27026
+ "name": "columns",
27027
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27028
+ },
27029
+ {
27030
+ "name": "isExpanded",
27031
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27032
+ },
27033
+ {
27034
+ "name": "toggleExpand",
27035
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27036
+ },
27037
+ {
27038
+ "name": "isSelected",
27039
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27040
+ },
27041
+ {
27042
+ "name": "toggleSelect",
27043
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25897
27044
  }
25898
27045
  ]
25899
- }
25900
- ],
25901
- "slots": [
25902
- {
25903
- "name": "default",
25904
- "description": "The default Vue slot.",
25905
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25906
- },
25907
- {
25908
- "name": "item",
25909
- "description": "Slot to replace the default rendering of a row",
25910
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25911
- },
25912
- {
25913
- "name": "loading",
25914
- "description": "Defines content for when `loading` is true and no items are provided",
25915
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25916
- },
25917
- {
25918
- "name": "group-header",
25919
- "description": "MISSING DESCRIPTION",
25920
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25921
- },
25922
- {
25923
- "name": "no-data",
25924
- "description": "Defines content for when no items are provided",
25925
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25926
27046
  },
25927
27047
  {
25928
27048
  "name": "top",
@@ -25938,6 +27058,41 @@
25938
27058
  "name": "bottom",
25939
27059
  "description": "MISSING DESCRIPTION",
25940
27060
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
27061
+ },
27062
+ {
27063
+ "name": "[`item.${string}`]",
27064
+ "description": "MISSING DESCRIPTION",
27065
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
27066
+ "vue-properties": [
27067
+ {
27068
+ "name": "index",
27069
+ "type": "number"
27070
+ },
27071
+ {
27072
+ "name": "item",
27073
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27074
+ },
27075
+ {
27076
+ "name": "columns",
27077
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27078
+ },
27079
+ {
27080
+ "name": "isExpanded",
27081
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27082
+ },
27083
+ {
27084
+ "name": "toggleExpand",
27085
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27086
+ },
27087
+ {
27088
+ "name": "isSelected",
27089
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27090
+ },
27091
+ {
27092
+ "name": "toggleSelect",
27093
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27094
+ }
27095
+ ]
25941
27096
  }
25942
27097
  ],
25943
27098
  "vue-model": {
@@ -26054,7 +27209,7 @@
26054
27209
  },
26055
27210
  {
26056
27211
  "name": "itemProps",
26057
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
27212
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
26058
27213
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
26059
27214
  "default": "'props'",
26060
27215
  "value": {
@@ -26112,7 +27267,7 @@
26112
27267
  "default": "[]",
26113
27268
  "value": {
26114
27269
  "kind": "expression",
26115
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
27270
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
26116
27271
  }
26117
27272
  },
26118
27273
  {
@@ -26325,7 +27480,7 @@
26325
27480
  "arguments": [
26326
27481
  {
26327
27482
  "name": "argument",
26328
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
27483
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
26329
27484
  }
26330
27485
  ]
26331
27486
  }
@@ -26339,7 +27494,37 @@
26339
27494
  {
26340
27495
  "name": "item",
26341
27496
  "description": "Slot to replace the default rendering of a row",
26342
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27497
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27498
+ "vue-properties": [
27499
+ {
27500
+ "name": "index",
27501
+ "type": "number"
27502
+ },
27503
+ {
27504
+ "name": "item",
27505
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27506
+ },
27507
+ {
27508
+ "name": "columns",
27509
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27510
+ },
27511
+ {
27512
+ "name": "isExpanded",
27513
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27514
+ },
27515
+ {
27516
+ "name": "toggleExpand",
27517
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27518
+ },
27519
+ {
27520
+ "name": "isSelected",
27521
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27522
+ },
27523
+ {
27524
+ "name": "toggleSelect",
27525
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27526
+ }
27527
+ ]
26343
27528
  },
26344
27529
  {
26345
27530
  "name": "loading",
@@ -26349,13 +27534,156 @@
26349
27534
  {
26350
27535
  "name": "group-header",
26351
27536
  "description": "MISSING DESCRIPTION",
26352
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27537
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27538
+ "vue-properties": [
27539
+ {
27540
+ "name": "index",
27541
+ "type": "number"
27542
+ },
27543
+ {
27544
+ "name": "item",
27545
+ "type": "{ type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }"
27546
+ },
27547
+ {
27548
+ "name": "columns",
27549
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27550
+ },
27551
+ {
27552
+ "name": "isExpanded",
27553
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27554
+ },
27555
+ {
27556
+ "name": "toggleExpand",
27557
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27558
+ },
27559
+ {
27560
+ "name": "isSelected",
27561
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27562
+ },
27563
+ {
27564
+ "name": "toggleSelect",
27565
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27566
+ },
27567
+ {
27568
+ "name": "toggleGroup",
27569
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void"
27570
+ },
27571
+ {
27572
+ "name": "isGroupOpen",
27573
+ "type": "(group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean"
27574
+ }
27575
+ ]
26353
27576
  },
26354
27577
  {
26355
27578
  "name": "no-data",
26356
27579
  "description": "Defines content for when no items are provided",
26357
27580
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
26358
27581
  },
27582
+ {
27583
+ "name": "expanded-row",
27584
+ "description": "MISSING DESCRIPTION",
27585
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27586
+ "vue-properties": [
27587
+ {
27588
+ "name": "index",
27589
+ "type": "number"
27590
+ },
27591
+ {
27592
+ "name": "item",
27593
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27594
+ },
27595
+ {
27596
+ "name": "columns",
27597
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27598
+ },
27599
+ {
27600
+ "name": "isExpanded",
27601
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27602
+ },
27603
+ {
27604
+ "name": "toggleExpand",
27605
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27606
+ },
27607
+ {
27608
+ "name": "isSelected",
27609
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27610
+ },
27611
+ {
27612
+ "name": "toggleSelect",
27613
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27614
+ }
27615
+ ]
27616
+ },
27617
+ {
27618
+ "name": "item.data-table-select",
27619
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
27620
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27621
+ "vue-properties": [
27622
+ {
27623
+ "name": "index",
27624
+ "type": "number"
27625
+ },
27626
+ {
27627
+ "name": "item",
27628
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27629
+ },
27630
+ {
27631
+ "name": "columns",
27632
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27633
+ },
27634
+ {
27635
+ "name": "isExpanded",
27636
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27637
+ },
27638
+ {
27639
+ "name": "toggleExpand",
27640
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27641
+ },
27642
+ {
27643
+ "name": "isSelected",
27644
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27645
+ },
27646
+ {
27647
+ "name": "toggleSelect",
27648
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27649
+ }
27650
+ ]
27651
+ },
27652
+ {
27653
+ "name": "item.data-table-expand",
27654
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
27655
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27656
+ "vue-properties": [
27657
+ {
27658
+ "name": "index",
27659
+ "type": "number"
27660
+ },
27661
+ {
27662
+ "name": "item",
27663
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27664
+ },
27665
+ {
27666
+ "name": "columns",
27667
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27668
+ },
27669
+ {
27670
+ "name": "isExpanded",
27671
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27672
+ },
27673
+ {
27674
+ "name": "toggleExpand",
27675
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27676
+ },
27677
+ {
27678
+ "name": "isSelected",
27679
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27680
+ },
27681
+ {
27682
+ "name": "toggleSelect",
27683
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27684
+ }
27685
+ ]
27686
+ },
26359
27687
  {
26360
27688
  "name": "top",
26361
27689
  "description": "Slot to add content above the table",
@@ -26395,6 +27723,41 @@
26395
27723
  "name": "footer.prepend",
26396
27724
  "description": "Adds content to the empty space in the footer",
26397
27725
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27726
+ },
27727
+ {
27728
+ "name": "[`item.${string}`]",
27729
+ "description": "MISSING DESCRIPTION",
27730
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27731
+ "vue-properties": [
27732
+ {
27733
+ "name": "index",
27734
+ "type": "number"
27735
+ },
27736
+ {
27737
+ "name": "item",
27738
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27739
+ },
27740
+ {
27741
+ "name": "columns",
27742
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27743
+ },
27744
+ {
27745
+ "name": "isExpanded",
27746
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27747
+ },
27748
+ {
27749
+ "name": "toggleExpand",
27750
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27751
+ },
27752
+ {
27753
+ "name": "isSelected",
27754
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27755
+ },
27756
+ {
27757
+ "name": "toggleSelect",
27758
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27759
+ }
27760
+ ]
26398
27761
  }
26399
27762
  ],
26400
27763
  "vue-model": {
@@ -26412,7 +27775,13 @@
26412
27775
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer",
26413
27776
  "attributes": [],
26414
27777
  "events": [],
26415
- "slots": [],
27778
+ "slots": [
27779
+ {
27780
+ "name": "[string]",
27781
+ "description": "MISSING DESCRIPTION",
27782
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
27783
+ }
27784
+ ],
26416
27785
  "vue-model": {
26417
27786
  "prop": "modelValue",
26418
27787
  "event": "update:modelValue"