vuetify 3.3.1 → 3.3.2

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 (470) hide show
  1. package/dist/json/attributes.json +40 -44
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +0 -1
  4. package/dist/json/web-types.json +605 -748
  5. package/dist/vuetify-labs.css +53 -32
  6. package/dist/vuetify-labs.d.ts +1591 -1494
  7. package/dist/vuetify-labs.esm.js +8140 -8073
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +8139 -8072
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +21 -1
  12. package/dist/vuetify.d.ts +1187 -1187
  13. package/dist/vuetify.esm.js +6685 -6547
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +6684 -6546
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +979 -975
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +31 -31
  21. package/lib/blueprints/md1.d.mts +31 -31
  22. package/lib/blueprints/md2.d.mts +31 -31
  23. package/lib/blueprints/md3.d.mts +31 -31
  24. package/lib/components/VAlert/VAlert.mjs +6 -6
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.mts +1 -1
  27. package/lib/components/VApp/VApp.mjs +4 -4
  28. package/lib/components/VApp/VApp.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBar.mjs +9 -6
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  32. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  33. package/lib/components/VAppBar/index.d.mts +1 -1
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -11
  35. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  36. package/lib/components/VAutocomplete/index.d.mts +88 -88
  37. package/lib/components/VAvatar/VAvatar.mjs +4 -4
  38. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  39. package/lib/components/VBadge/VBadge.mjs +6 -6
  40. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  41. package/lib/components/VBanner/VBanner.mjs +7 -10
  42. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  43. package/lib/components/VBanner/VBannerActions.mjs +2 -2
  44. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  45. package/lib/components/VBanner/VBannerText.mjs +1 -0
  46. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  47. package/lib/components/VBanner/index.d.mts +1 -1
  48. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
  49. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
  51. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  54. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
  55. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  56. package/lib/components/VBtn/VBtn.mjs +6 -6
  57. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
  59. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VCard/VCard.mjs +7 -7
  63. package/lib/components/VCard/VCard.mjs.map +1 -1
  64. package/lib/components/VCard/VCardItem.mjs +4 -4
  65. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  66. package/lib/components/VCard/VCardSubtitle.mjs +1 -0
  67. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  68. package/lib/components/VCard/VCardText.mjs +1 -0
  69. package/lib/components/VCard/VCardText.mjs.map +1 -1
  70. package/lib/components/VCard/VCardTitle.mjs +1 -0
  71. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  72. package/lib/components/VCard/index.d.mts +1 -1
  73. package/lib/components/VCarousel/VCarousel.mjs +4 -7
  74. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  75. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  76. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  77. package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
  78. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  79. package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
  80. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  81. package/lib/components/VCheckbox/index.d.mts +50 -50
  82. package/lib/components/VChip/VChip.mjs +7 -7
  83. package/lib/components/VChip/VChip.mjs.map +1 -1
  84. package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
  85. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  86. package/lib/components/VCode/index.mjs +3 -0
  87. package/lib/components/VCode/index.mjs.map +1 -1
  88. package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
  89. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  90. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
  91. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  92. package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
  93. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  94. package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
  95. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  96. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
  97. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  98. package/lib/components/VCombobox/VCombobox.mjs +13 -12
  99. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  100. package/lib/components/VCombobox/index.d.mts +88 -88
  101. package/lib/components/VCounter/VCounter.mjs +2 -2
  102. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  103. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
  104. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  105. package/lib/components/VDefaultsProvider/index.d.mts +7 -9
  106. package/lib/components/VDialog/VDialog.mjs +7 -7
  107. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  108. package/lib/components/VDialog/index.d.mts +66 -66
  109. package/lib/components/VDivider/VDivider.mjs +3 -3
  110. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  111. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
  112. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
  114. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  115. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -5
  116. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  117. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
  118. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  119. package/lib/components/VExpansionPanel/index.d.mts +1 -1
  120. package/lib/components/VField/VField.mjs +8 -8
  121. package/lib/components/VField/VField.mjs.map +1 -1
  122. package/lib/components/VField/VFieldLabel.mjs +1 -1
  123. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  124. package/lib/components/VField/index.d.mts +5 -5
  125. package/lib/components/VFileInput/VFileInput.mjs +5 -5
  126. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  127. package/lib/components/VFileInput/index.d.mts +60 -60
  128. package/lib/components/VFooter/VFooter.mjs +4 -4
  129. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  130. package/lib/components/VForm/VForm.mjs +3 -3
  131. package/lib/components/VForm/VForm.mjs.map +1 -1
  132. package/lib/components/VGrid/VCol.mjs +2 -2
  133. package/lib/components/VGrid/VCol.mjs.map +1 -1
  134. package/lib/components/VGrid/VContainer.mjs +3 -3
  135. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  136. package/lib/components/VGrid/VRow.mjs +2 -2
  137. package/lib/components/VGrid/VRow.mjs.map +1 -1
  138. package/lib/components/VGrid/VSpacer.mjs +1 -0
  139. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  140. package/lib/components/VHover/VHover.mjs +1 -1
  141. package/lib/components/VHover/VHover.mjs.map +1 -1
  142. package/lib/components/VIcon/VIcon.mjs +4 -4
  143. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  144. package/lib/components/VImg/VImg.mjs +5 -4
  145. package/lib/components/VImg/VImg.mjs.map +1 -1
  146. package/lib/components/VInput/InputIcon.mjs +3 -2
  147. package/lib/components/VInput/InputIcon.mjs.map +1 -1
  148. package/lib/components/VInput/VInput.mjs +8 -4
  149. package/lib/components/VInput/VInput.mjs.map +1 -1
  150. package/lib/components/VInput/index.d.mts +10 -10
  151. package/lib/components/VItemGroup/VItem.mjs +2 -2
  152. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  153. package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
  154. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  155. package/lib/components/VKbd/index.mjs +3 -0
  156. package/lib/components/VKbd/index.mjs.map +1 -1
  157. package/lib/components/VLabel/VLabel.mjs +1 -1
  158. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  159. package/lib/components/VLayout/VLayout.mjs +3 -3
  160. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  161. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  162. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  163. package/lib/components/VLazy/VLazy.mjs +3 -3
  164. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  165. package/lib/components/VList/VList.css +1 -0
  166. package/lib/components/VList/VList.mjs +5 -4
  167. package/lib/components/VList/VList.mjs.map +1 -1
  168. package/lib/components/VList/VList.sass +1 -0
  169. package/lib/components/VList/VListChildren.mjs +3 -3
  170. package/lib/components/VList/VListChildren.mjs.map +1 -1
  171. package/lib/components/VList/VListGroup.mjs +8 -8
  172. package/lib/components/VList/VListGroup.mjs.map +1 -1
  173. package/lib/components/VList/VListImg.mjs +1 -0
  174. package/lib/components/VList/VListImg.mjs.map +1 -1
  175. package/lib/components/VList/VListItem.css +18 -0
  176. package/lib/components/VList/VListItem.mjs +9 -9
  177. package/lib/components/VList/VListItem.mjs.map +1 -1
  178. package/lib/components/VList/VListItem.sass +12 -0
  179. package/lib/components/VList/VListItemAction.mjs +1 -1
  180. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  181. package/lib/components/VList/VListItemMedia.mjs +1 -1
  182. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  183. package/lib/components/VList/VListItemSubtitle.mjs +1 -0
  184. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  185. package/lib/components/VList/VListItemTitle.mjs +1 -0
  186. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  187. package/lib/components/VList/VListSubheader.mjs +3 -3
  188. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  189. package/lib/components/VList/index.d.mts +24 -24
  190. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
  191. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  192. package/lib/components/VMain/VMain.mjs +3 -3
  193. package/lib/components/VMain/VMain.mjs.map +1 -1
  194. package/lib/components/VMenu/VMenu.mjs +7 -7
  195. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  196. package/lib/components/VMenu/index.d.mts +113 -113
  197. package/lib/components/VMenu/shared.mjs +2 -0
  198. package/lib/components/VMenu/shared.mjs.map +1 -1
  199. package/lib/components/VMessages/VMessages.mjs +3 -3
  200. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  201. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
  202. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  203. package/lib/components/VOverlay/VOverlay.mjs +11 -14
  204. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  205. package/lib/components/VOverlay/index.d.mts +21 -21
  206. package/lib/components/VOverlay/locationStrategies.mjs +5 -5
  207. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  208. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  209. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  210. package/lib/components/VOverlay/useActivator.mjs +6 -10
  211. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  212. package/lib/components/VOverlay/util/point.mjs +2 -0
  213. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  214. package/lib/components/VPagination/VPagination.mjs +9 -9
  215. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  216. package/lib/components/VParallax/VParallax.mjs +3 -6
  217. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  218. package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
  219. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  220. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
  221. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  222. package/lib/components/VRadio/VRadio.mjs +3 -3
  223. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  224. package/lib/components/VRadio/index.d.mts +4 -4
  225. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  226. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  227. package/lib/components/VRadioGroup/index.d.mts +32 -32
  228. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  229. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  230. package/lib/components/VRangeSlider/index.d.mts +8 -8
  231. package/lib/components/VRating/VRating.mjs +6 -9
  232. package/lib/components/VRating/VRating.mjs.map +1 -1
  233. package/lib/components/VResponsive/VResponsive.css +1 -0
  234. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  235. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  236. package/lib/components/VResponsive/VResponsive.sass +1 -0
  237. package/lib/components/VSelect/VSelect.mjs +9 -9
  238. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  239. package/lib/components/VSelect/index.d.mts +88 -88
  240. package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
  241. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  242. package/lib/components/VSelectionControl/index.d.mts +2 -2
  243. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
  244. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  245. package/lib/components/VSheet/VSheet.mjs +4 -4
  246. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  247. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  248. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  249. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
  250. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  251. package/lib/components/VSlider/VSlider.mjs +6 -6
  252. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  253. package/lib/components/VSlider/VSliderThumb.mjs +6 -6
  254. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  255. package/lib/components/VSlider/VSliderTrack.mjs +3 -3
  256. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  257. package/lib/components/VSlider/index.d.mts +8 -8
  258. package/lib/components/VSlider/slider.mjs +4 -7
  259. package/lib/components/VSlider/slider.mjs.map +1 -1
  260. package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
  261. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  262. package/lib/components/VSnackbar/index.d.mts +77 -77
  263. package/lib/components/VStepper/index.mjs +3 -2
  264. package/lib/components/VStepper/index.mjs.map +1 -1
  265. package/lib/components/VSwitch/VSwitch.mjs +6 -6
  266. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  267. package/lib/components/VSwitch/index.d.mts +41 -41
  268. package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
  269. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  270. package/lib/components/VTable/VTable.mjs +1 -1
  271. package/lib/components/VTable/VTable.mjs.map +1 -1
  272. package/lib/components/VTabs/VTab.mjs +3 -3
  273. package/lib/components/VTabs/VTab.mjs.map +1 -1
  274. package/lib/components/VTabs/VTabs.mjs +7 -7
  275. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  276. package/lib/components/VTabs/shared.mjs +2 -0
  277. package/lib/components/VTabs/shared.mjs.map +1 -1
  278. package/lib/components/VTextField/VTextField.mjs +6 -6
  279. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  280. package/lib/components/VTextField/index.d.mts +72 -72
  281. package/lib/components/VTextarea/VTextarea.mjs +8 -11
  282. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  283. package/lib/components/VTextarea/index.d.mts +60 -60
  284. package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
  285. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  286. package/lib/components/VTimeline/VTimeline.mjs +4 -4
  287. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  288. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
  289. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  290. package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
  291. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  292. package/lib/components/VToolbar/VToolbar.mjs +8 -8
  293. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  294. package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
  295. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  296. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
  297. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  298. package/lib/components/VToolbar/index.d.mts +1 -1
  299. package/lib/components/VTooltip/VTooltip.mjs +6 -6
  300. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  301. package/lib/components/VTooltip/index.d.mts +113 -113
  302. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
  303. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  304. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
  305. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  306. package/lib/components/VVirtualScroll/index.d.mts +9 -9
  307. package/lib/components/VWindow/VWindow.mjs +6 -6
  308. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  309. package/lib/components/VWindow/VWindowItem.mjs +5 -5
  310. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  311. package/lib/components/index.d.mts +1481 -1483
  312. package/lib/components/transitions/createTransition.mjs +5 -8
  313. package/lib/components/transitions/createTransition.mjs.map +1 -1
  314. package/lib/components/transitions/dialog-transition.mjs +1 -3
  315. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  316. package/lib/components/transitions/index.d.mts +117 -117
  317. package/lib/composables/defaults.mjs +5 -0
  318. package/lib/composables/defaults.mjs.map +1 -1
  319. package/lib/composables/display.mjs +1 -1
  320. package/lib/composables/display.mjs.map +1 -1
  321. package/lib/composables/filter.mjs +2 -4
  322. package/lib/composables/filter.mjs.map +1 -1
  323. package/lib/composables/focus.mjs +1 -1
  324. package/lib/composables/focus.mjs.map +1 -1
  325. package/lib/composables/forwardRefs.mjs +2 -0
  326. package/lib/composables/forwardRefs.mjs.map +1 -1
  327. package/lib/composables/hydration.mjs +1 -1
  328. package/lib/composables/hydration.mjs.map +1 -1
  329. package/lib/composables/icons.mjs +7 -1
  330. package/lib/composables/icons.mjs.map +1 -1
  331. package/lib/composables/lazy.mjs +1 -3
  332. package/lib/composables/lazy.mjs.map +1 -1
  333. package/lib/composables/locale.mjs +2 -1
  334. package/lib/composables/locale.mjs.map +1 -1
  335. package/lib/composables/mutationObserver.mjs +2 -5
  336. package/lib/composables/mutationObserver.mjs.map +1 -1
  337. package/lib/composables/nested/nested.mjs +2 -2
  338. package/lib/composables/nested/nested.mjs.map +1 -1
  339. package/lib/composables/nested/selectStrategies.mjs +1 -0
  340. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  341. package/lib/composables/proxiedModel.mjs +3 -3
  342. package/lib/composables/proxiedModel.mjs.map +1 -1
  343. package/lib/composables/refs.mjs +4 -1
  344. package/lib/composables/refs.mjs.map +1 -1
  345. package/lib/composables/resizeObserver.mjs +4 -4
  346. package/lib/composables/resizeObserver.mjs.map +1 -1
  347. package/lib/composables/router.mjs +1 -4
  348. package/lib/composables/router.mjs.map +1 -1
  349. package/lib/composables/scopeId.mjs +1 -0
  350. package/lib/composables/scopeId.mjs.map +1 -1
  351. package/lib/composables/theme.mjs.map +1 -1
  352. package/lib/composables/toggleScope.mjs +4 -0
  353. package/lib/composables/toggleScope.mjs.map +1 -1
  354. package/lib/composables/touch.mjs +1 -0
  355. package/lib/composables/touch.mjs.map +1 -1
  356. package/lib/composables/validation.mjs +2 -2
  357. package/lib/composables/validation.mjs.map +1 -1
  358. package/lib/composables/virtual.mjs +108 -0
  359. package/lib/composables/virtual.mjs.map +1 -0
  360. package/lib/directives/click-outside/index.mjs +2 -1
  361. package/lib/directives/click-outside/index.mjs.map +1 -1
  362. package/lib/directives/intersect/index.mjs +1 -1
  363. package/lib/directives/intersect/index.mjs.map +1 -1
  364. package/lib/directives/resize/index.mjs +2 -0
  365. package/lib/directives/resize/index.mjs.map +1 -1
  366. package/lib/directives/scroll/index.mjs +2 -0
  367. package/lib/directives/scroll/index.mjs.map +1 -1
  368. package/lib/directives/touch/index.mjs +1 -2
  369. package/lib/directives/touch/index.mjs.map +1 -1
  370. package/lib/entry-bundler.mjs +7 -2
  371. package/lib/entry-bundler.mjs.map +1 -1
  372. package/lib/framework.mjs +4 -6
  373. package/lib/framework.mjs.map +1 -1
  374. package/lib/iconsets/fa.mjs +1 -1
  375. package/lib/iconsets/fa.mjs.map +1 -1
  376. package/lib/iconsets/fa4.mjs +4 -3
  377. package/lib/iconsets/fa4.mjs.map +1 -1
  378. package/lib/iconsets/md.mjs +4 -3
  379. package/lib/iconsets/md.mjs.map +1 -1
  380. package/lib/iconsets/mdi-svg.mjs +1 -1
  381. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  382. package/lib/iconsets/mdi.mjs +4 -3
  383. package/lib/iconsets/mdi.mjs.map +1 -1
  384. package/lib/index.d.mts +34 -32
  385. package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
  386. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
  387. package/lib/labs/VBottomSheet/index.d.mts +21 -21
  388. package/lib/labs/VDataIterator/VDataIterator.mjs +7 -7
  389. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
  390. package/lib/labs/VDataIterator/composables/items.mjs +2 -2
  391. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
  392. package/lib/labs/VDataIterator/index.d.mts +28 -27
  393. package/lib/labs/VDataTable/VDataTable.css +1 -0
  394. package/lib/labs/VDataTable/VDataTable.mjs +8 -8
  395. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  396. package/lib/labs/VDataTable/VDataTable.sass +1 -0
  397. package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
  398. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  399. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
  400. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  401. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
  402. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  403. package/lib/labs/VDataTable/VDataTableHeaders.mjs +6 -6
  404. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  405. package/lib/labs/VDataTable/VDataTableRow.mjs +1 -1
  406. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  407. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
  408. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  409. package/lib/labs/VDataTable/VDataTableServer.mjs +7 -7
  410. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  411. package/lib/labs/VDataTable/VDataTableVirtual.mjs +34 -22
  412. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  413. package/lib/labs/VDataTable/composables/expand.mjs +4 -4
  414. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  415. package/lib/labs/VDataTable/composables/group.mjs +1 -1
  416. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  417. package/lib/labs/VDataTable/composables/headers.mjs +2 -2
  418. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  419. package/lib/labs/VDataTable/composables/items.mjs +5 -8
  420. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  421. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  422. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  423. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  424. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  425. package/lib/labs/VDataTable/composables/sort.mjs +4 -9
  426. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  427. package/lib/labs/VDataTable/index.d.mts +182 -83
  428. package/lib/labs/VDataTable/types.mjs.map +1 -1
  429. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  430. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  431. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
  432. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  433. package/lib/labs/components.d.mts +213 -114
  434. package/lib/labs/date/date.mjs.map +1 -1
  435. package/lib/labs/entry-bundler.mjs +3 -1
  436. package/lib/labs/entry-bundler.mjs.map +1 -1
  437. package/lib/locale/adapters/vue-i18n.d.mts +1 -1
  438. package/lib/locale/adapters/vue-i18n.mjs +5 -1
  439. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  440. package/lib/locale/adapters/vuetify.mjs +1 -3
  441. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  442. package/lib/util/anchor.mjs +1 -0
  443. package/lib/util/anchor.mjs.map +1 -1
  444. package/lib/util/animation.mjs +1 -0
  445. package/lib/util/animation.mjs.map +1 -1
  446. package/lib/util/color/APCA.mjs +1 -0
  447. package/lib/util/color/APCA.mjs.map +1 -1
  448. package/lib/util/color/transformCIELAB.mjs +2 -0
  449. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  450. package/lib/util/color/transformSRGB.mjs +3 -1
  451. package/lib/util/color/transformSRGB.mjs.map +1 -1
  452. package/lib/util/colorUtils.mjs +2 -2
  453. package/lib/util/colorUtils.mjs.map +1 -1
  454. package/lib/util/console.mjs +1 -0
  455. package/lib/util/console.mjs.map +1 -1
  456. package/lib/util/createSimpleFunctional.mjs +2 -1
  457. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  458. package/lib/util/defineComponent.mjs +5 -5
  459. package/lib/util/defineComponent.mjs.map +1 -1
  460. package/lib/util/getCurrentInstance.mjs +1 -2
  461. package/lib/util/getCurrentInstance.mjs.map +1 -1
  462. package/lib/util/helpers.mjs +3 -3
  463. package/lib/util/helpers.mjs.map +1 -1
  464. package/lib/util/injectSelf.mjs +2 -1
  465. package/lib/util/injectSelf.mjs.map +1 -1
  466. package/lib/util/propsFactory.mjs +1 -0
  467. package/lib/util/propsFactory.mjs.map +1 -1
  468. package/package.json +4 -4
  469. package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
  470. package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
@@ -2,17 +2,17 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.1",
5
+ "version": "3.3.2",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
9
9
  "description-markup": "markdown",
10
10
  "tags": [
11
11
  {
12
- "name": "v-alert",
12
+ "name": "VAlert",
13
13
  "source": {
14
14
  "module": "./src/components/index.ts",
15
- "symbol": "v-alert"
15
+ "symbol": "VAlert"
16
16
  },
17
17
  "description": "",
18
18
  "doc-url": "https://vuetifyjs.com/api/v-alert",
@@ -202,12 +202,12 @@
202
202
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
203
203
  "value": {
204
204
  "kind": "expression",
205
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
205
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
206
206
  }
207
207
  },
208
208
  {
209
209
  "name": "position",
210
- "description": "Specifies the type of positioning method used for the component.",
210
+ "description": "MISSING DESCRIPTION",
211
211
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
212
212
  "value": {
213
213
  "kind": "expression",
@@ -331,10 +331,10 @@
331
331
  }
332
332
  },
333
333
  {
334
- "name": "v-alert-title",
334
+ "name": "VAlertTitle",
335
335
  "source": {
336
336
  "module": "./src/components/index.ts",
337
- "symbol": "v-alert-title"
337
+ "symbol": "VAlertTitle"
338
338
  },
339
339
  "description": "",
340
340
  "doc-url": "https://vuetifyjs.com/api/v-alert-title",
@@ -364,10 +364,10 @@
364
364
  }
365
365
  },
366
366
  {
367
- "name": "v-app",
367
+ "name": "VApp",
368
368
  "source": {
369
369
  "module": "./src/components/index.ts",
370
- "symbol": "v-app"
370
+ "symbol": "VApp"
371
371
  },
372
372
  "description": "",
373
373
  "doc-url": "https://vuetifyjs.com/api/v-app",
@@ -416,10 +416,10 @@
416
416
  }
417
417
  },
418
418
  {
419
- "name": "v-app-bar",
419
+ "name": "VAppBar",
420
420
  "source": {
421
421
  "module": "./src/components/index.ts",
422
- "symbol": "v-app-bar"
422
+ "symbol": "VAppBar"
423
423
  },
424
424
  "description": "",
425
425
  "doc-url": "https://vuetifyjs.com/api/v-app-bar",
@@ -698,10 +698,10 @@
698
698
  }
699
699
  },
700
700
  {
701
- "name": "v-app-bar-nav-icon",
701
+ "name": "VAppBarNavIcon",
702
702
  "source": {
703
703
  "module": "./src/components/index.ts",
704
- "symbol": "v-app-bar-nav-icon"
704
+ "symbol": "VAppBarNavIcon"
705
705
  },
706
706
  "description": "",
707
707
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon",
@@ -833,12 +833,12 @@
833
833
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
834
834
  "value": {
835
835
  "kind": "expression",
836
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
836
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
837
837
  }
838
838
  },
839
839
  {
840
840
  "name": "position",
841
- "description": "Specifies the type of positioning method used for the component.",
841
+ "description": "MISSING DESCRIPTION",
842
842
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
843
843
  "value": {
844
844
  "kind": "expression",
@@ -1067,10 +1067,10 @@
1067
1067
  }
1068
1068
  },
1069
1069
  {
1070
- "name": "v-app-bar-title",
1070
+ "name": "VAppBarTitle",
1071
1071
  "source": {
1072
1072
  "module": "./src/components/index.ts",
1073
- "symbol": "v-app-bar-title"
1073
+ "symbol": "VAppBarTitle"
1074
1074
  },
1075
1075
  "description": "",
1076
1076
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-title",
@@ -1114,10 +1114,10 @@
1114
1114
  }
1115
1115
  },
1116
1116
  {
1117
- "name": "v-autocomplete",
1117
+ "name": "VAutocomplete",
1118
1118
  "source": {
1119
1119
  "module": "./src/components/index.ts",
1120
- "symbol": "v-autocomplete"
1120
+ "symbol": "VAutocomplete"
1121
1121
  },
1122
1122
  "description": "",
1123
1123
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete",
@@ -1346,7 +1346,7 @@
1346
1346
  },
1347
1347
  {
1348
1348
  "name": "customFilter",
1349
- "description": "Function used to filter items.",
1349
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
1350
1350
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1351
1351
  "value": {
1352
1352
  "kind": "expression",
@@ -2241,10 +2241,10 @@
2241
2241
  }
2242
2242
  },
2243
2243
  {
2244
- "name": "v-avatar",
2244
+ "name": "VAvatar",
2245
2245
  "source": {
2246
2246
  "module": "./src/components/index.ts",
2247
- "symbol": "v-avatar"
2247
+ "symbol": "VAvatar"
2248
2248
  },
2249
2249
  "description": "",
2250
2250
  "doc-url": "https://vuetifyjs.com/api/v-avatar",
@@ -2370,10 +2370,10 @@
2370
2370
  }
2371
2371
  },
2372
2372
  {
2373
- "name": "v-badge",
2373
+ "name": "VBadge",
2374
2374
  "source": {
2375
2375
  "module": "./src/components/index.ts",
2376
- "symbol": "v-badge"
2376
+ "symbol": "VBadge"
2377
2377
  },
2378
2378
  "description": "",
2379
2379
  "doc-url": "https://vuetifyjs.com/api/v-badge",
@@ -2404,7 +2404,7 @@
2404
2404
  "default": "'top end'",
2405
2405
  "value": {
2406
2406
  "kind": "expression",
2407
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
2407
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
2408
2408
  }
2409
2409
  },
2410
2410
  {
@@ -2570,10 +2570,10 @@
2570
2570
  }
2571
2571
  },
2572
2572
  {
2573
- "name": "v-banner",
2573
+ "name": "VBanner",
2574
2574
  "source": {
2575
2575
  "module": "./src/components/index.ts",
2576
- "symbol": "v-banner"
2576
+ "symbol": "VBanner"
2577
2577
  },
2578
2578
  "description": "",
2579
2579
  "doc-url": "https://vuetifyjs.com/api/v-banner",
@@ -2685,12 +2685,12 @@
2685
2685
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2686
2686
  "value": {
2687
2687
  "kind": "expression",
2688
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
2688
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
2689
2689
  }
2690
2690
  },
2691
2691
  {
2692
2692
  "name": "position",
2693
- "description": "Specifies the type of positioning method used for the component.",
2693
+ "description": "MISSING DESCRIPTION",
2694
2694
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2695
2695
  "value": {
2696
2696
  "kind": "expression",
@@ -2803,10 +2803,10 @@
2803
2803
  }
2804
2804
  },
2805
2805
  {
2806
- "name": "v-banner-actions",
2806
+ "name": "VBannerActions",
2807
2807
  "source": {
2808
2808
  "module": "./src/components/index.ts",
2809
- "symbol": "v-banner-actions"
2809
+ "symbol": "VBannerActions"
2810
2810
  },
2811
2811
  "description": "",
2812
2812
  "doc-url": "https://vuetifyjs.com/api/v-banner-actions",
@@ -2844,10 +2844,10 @@
2844
2844
  }
2845
2845
  },
2846
2846
  {
2847
- "name": "v-banner-text",
2847
+ "name": "VBannerText",
2848
2848
  "source": {
2849
2849
  "module": "./src/components/index.ts",
2850
- "symbol": "v-banner-text"
2850
+ "symbol": "VBannerText"
2851
2851
  },
2852
2852
  "description": "",
2853
2853
  "doc-url": "https://vuetifyjs.com/api/v-banner-text",
@@ -2877,10 +2877,10 @@
2877
2877
  }
2878
2878
  },
2879
2879
  {
2880
- "name": "v-bottom-navigation",
2880
+ "name": "VBottomNavigation",
2881
2881
  "source": {
2882
2882
  "module": "./src/components/index.ts",
2883
- "symbol": "v-bottom-navigation"
2883
+ "symbol": "VBottomNavigation"
2884
2884
  },
2885
2885
  "description": "",
2886
2886
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation",
@@ -3116,10 +3116,10 @@
3116
3116
  }
3117
3117
  },
3118
3118
  {
3119
- "name": "v-bottom-sheet",
3119
+ "name": "VBottomSheet",
3120
3120
  "source": {
3121
3121
  "module": "./src/components/index.ts",
3122
- "symbol": "v-bottom-sheet"
3122
+ "symbol": "VBottomSheet"
3123
3123
  },
3124
3124
  "description": "",
3125
3125
  "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet",
@@ -3195,7 +3195,7 @@
3195
3195
  "default": "'bottom'",
3196
3196
  "value": {
3197
3197
  "kind": "expression",
3198
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
3198
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
3199
3199
  }
3200
3200
  },
3201
3201
  {
@@ -3410,7 +3410,7 @@
3410
3410
  "default": "'center center'",
3411
3411
  "value": {
3412
3412
  "kind": "expression",
3413
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
3413
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
3414
3414
  }
3415
3415
  },
3416
3416
  {
@@ -3540,10 +3540,10 @@
3540
3540
  }
3541
3541
  },
3542
3542
  {
3543
- "name": "v-breadcrumbs",
3543
+ "name": "VBreadcrumbs",
3544
3544
  "source": {
3545
3545
  "module": "./src/components/index.ts",
3546
- "symbol": "v-breadcrumbs"
3546
+ "symbol": "VBreadcrumbs"
3547
3547
  },
3548
3548
  "description": "",
3549
3549
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs",
@@ -3703,10 +3703,10 @@
3703
3703
  }
3704
3704
  },
3705
3705
  {
3706
- "name": "v-breadcrumbs-divider",
3706
+ "name": "VBreadcrumbsDivider",
3707
3707
  "source": {
3708
3708
  "module": "./src/components/index.ts",
3709
- "symbol": "v-breadcrumbs-divider"
3709
+ "symbol": "VBreadcrumbsDivider"
3710
3710
  },
3711
3711
  "description": "",
3712
3712
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
@@ -3735,10 +3735,10 @@
3735
3735
  }
3736
3736
  },
3737
3737
  {
3738
- "name": "v-breadcrumbs-item",
3738
+ "name": "VBreadcrumbsItem",
3739
3739
  "source": {
3740
3740
  "module": "./src/components/index.ts",
3741
- "symbol": "v-breadcrumbs-item"
3741
+ "symbol": "VBreadcrumbsItem"
3742
3742
  },
3743
3743
  "description": "",
3744
3744
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
@@ -3862,10 +3862,10 @@
3862
3862
  }
3863
3863
  },
3864
3864
  {
3865
- "name": "v-btn",
3865
+ "name": "VBtn",
3866
3866
  "source": {
3867
3867
  "module": "./src/components/index.ts",
3868
- "symbol": "v-btn"
3868
+ "symbol": "VBtn"
3869
3869
  },
3870
3870
  "description": "",
3871
3871
  "doc-url": "https://vuetifyjs.com/api/v-btn",
@@ -3997,12 +3997,12 @@
3997
3997
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3998
3998
  "value": {
3999
3999
  "kind": "expression",
4000
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
4000
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
4001
4001
  }
4002
4002
  },
4003
4003
  {
4004
4004
  "name": "position",
4005
- "description": "Specifies the type of positioning method used for the component.",
4005
+ "description": "MISSING DESCRIPTION",
4006
4006
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
4007
4007
  "value": {
4008
4008
  "kind": "expression",
@@ -4243,10 +4243,10 @@
4243
4243
  }
4244
4244
  },
4245
4245
  {
4246
- "name": "v-btn-group",
4246
+ "name": "VBtnGroup",
4247
4247
  "source": {
4248
4248
  "module": "./src/components/index.ts",
4249
- "symbol": "v-btn-group"
4249
+ "symbol": "VBtnGroup"
4250
4250
  },
4251
4251
  "description": "",
4252
4252
  "doc-url": "https://vuetifyjs.com/api/v-btn-group",
@@ -4353,10 +4353,10 @@
4353
4353
  }
4354
4354
  },
4355
4355
  {
4356
- "name": "v-btn-toggle",
4356
+ "name": "VBtnToggle",
4357
4357
  "source": {
4358
4358
  "module": "./src/components/index.ts",
4359
- "symbol": "v-btn-toggle"
4359
+ "symbol": "VBtnToggle"
4360
4360
  },
4361
4361
  "description": "",
4362
4362
  "doc-url": "https://vuetifyjs.com/api/v-btn-toggle",
@@ -4554,10 +4554,10 @@
4554
4554
  }
4555
4555
  },
4556
4556
  {
4557
- "name": "v-card",
4557
+ "name": "VCard",
4558
4558
  "source": {
4559
4559
  "module": "./src/components/index.ts",
4560
- "symbol": "v-card"
4560
+ "symbol": "VCard"
4561
4561
  },
4562
4562
  "description": "",
4563
4563
  "doc-url": "https://vuetifyjs.com/api/v-card",
@@ -4679,12 +4679,12 @@
4679
4679
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4680
4680
  "value": {
4681
4681
  "kind": "expression",
4682
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
4682
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
4683
4683
  }
4684
4684
  },
4685
4685
  {
4686
4686
  "name": "position",
4687
- "description": "Specifies the type of positioning method used for the component.",
4687
+ "description": "MISSING DESCRIPTION",
4688
4688
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
4689
4689
  "value": {
4690
4690
  "kind": "expression",
@@ -4951,10 +4951,10 @@
4951
4951
  }
4952
4952
  },
4953
4953
  {
4954
- "name": "v-card-actions",
4954
+ "name": "VCardActions",
4955
4955
  "source": {
4956
4956
  "module": "./src/components/index.ts",
4957
- "symbol": "v-card-actions"
4957
+ "symbol": "VCardActions"
4958
4958
  },
4959
4959
  "description": "",
4960
4960
  "doc-url": "https://vuetifyjs.com/api/v-card-actions",
@@ -4973,10 +4973,10 @@
4973
4973
  }
4974
4974
  },
4975
4975
  {
4976
- "name": "v-card-item",
4976
+ "name": "VCardItem",
4977
4977
  "source": {
4978
4978
  "module": "./src/components/index.ts",
4979
- "symbol": "v-card-item"
4979
+ "symbol": "VCardItem"
4980
4980
  },
4981
4981
  "description": "",
4982
4982
  "doc-url": "https://vuetifyjs.com/api/v-card-item",
@@ -5080,10 +5080,10 @@
5080
5080
  }
5081
5081
  },
5082
5082
  {
5083
- "name": "v-card-subtitle",
5083
+ "name": "VCardSubtitle",
5084
5084
  "source": {
5085
5085
  "module": "./src/components/index.ts",
5086
- "symbol": "v-card-subtitle"
5086
+ "symbol": "VCardSubtitle"
5087
5087
  },
5088
5088
  "description": "",
5089
5089
  "doc-url": "https://vuetifyjs.com/api/v-card-subtitle",
@@ -5113,10 +5113,10 @@
5113
5113
  }
5114
5114
  },
5115
5115
  {
5116
- "name": "v-card-text",
5116
+ "name": "VCardText",
5117
5117
  "source": {
5118
5118
  "module": "./src/components/index.ts",
5119
- "symbol": "v-card-text"
5119
+ "symbol": "VCardText"
5120
5120
  },
5121
5121
  "description": "",
5122
5122
  "doc-url": "https://vuetifyjs.com/api/v-card-text",
@@ -5146,10 +5146,10 @@
5146
5146
  }
5147
5147
  },
5148
5148
  {
5149
- "name": "v-card-title",
5149
+ "name": "VCardTitle",
5150
5150
  "source": {
5151
5151
  "module": "./src/components/index.ts",
5152
- "symbol": "v-card-title"
5152
+ "symbol": "VCardTitle"
5153
5153
  },
5154
5154
  "description": "",
5155
5155
  "doc-url": "https://vuetifyjs.com/api/v-card-title",
@@ -5179,10 +5179,10 @@
5179
5179
  }
5180
5180
  },
5181
5181
  {
5182
- "name": "v-carousel",
5182
+ "name": "VCarousel",
5183
5183
  "source": {
5184
5184
  "module": "./src/components/index.ts",
5185
- "symbol": "v-carousel"
5185
+ "symbol": "VCarousel"
5186
5186
  },
5187
5187
  "description": "",
5188
5188
  "doc-url": "https://vuetifyjs.com/api/v-carousel",
@@ -5485,10 +5485,10 @@
5485
5485
  }
5486
5486
  },
5487
5487
  {
5488
- "name": "v-carousel-item",
5488
+ "name": "VCarouselItem",
5489
5489
  "source": {
5490
5490
  "module": "./src/components/index.ts",
5491
- "symbol": "v-carousel-item"
5491
+ "symbol": "VCarouselItem"
5492
5492
  },
5493
5493
  "description": "",
5494
5494
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
@@ -5738,10 +5738,10 @@
5738
5738
  }
5739
5739
  },
5740
5740
  {
5741
- "name": "v-checkbox",
5741
+ "name": "VCheckbox",
5742
5742
  "source": {
5743
5743
  "module": "./src/components/index.ts",
5744
- "symbol": "v-checkbox"
5744
+ "symbol": "VCheckbox"
5745
5745
  },
5746
5746
  "description": "",
5747
5747
  "doc-url": "https://vuetifyjs.com/api/v-checkbox",
@@ -6340,10 +6340,10 @@
6340
6340
  }
6341
6341
  },
6342
6342
  {
6343
- "name": "v-checkbox-btn",
6343
+ "name": "VCheckboxBtn",
6344
6344
  "source": {
6345
6345
  "module": "./src/components/index.ts",
6346
- "symbol": "v-checkbox-btn"
6346
+ "symbol": "VCheckboxBtn"
6347
6347
  },
6348
6348
  "description": "",
6349
6349
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
@@ -6642,10 +6642,10 @@
6642
6642
  }
6643
6643
  },
6644
6644
  {
6645
- "name": "v-chip",
6645
+ "name": "VChip",
6646
6646
  "source": {
6647
6647
  "module": "./src/components/index.ts",
6648
- "symbol": "v-chip"
6648
+ "symbol": "VChip"
6649
6649
  },
6650
6650
  "description": "",
6651
6651
  "doc-url": "https://vuetifyjs.com/api/v-chip",
@@ -7089,10 +7089,10 @@
7089
7089
  }
7090
7090
  },
7091
7091
  {
7092
- "name": "v-chip-group",
7092
+ "name": "VChipGroup",
7093
7093
  "source": {
7094
7094
  "module": "./src/components/index.ts",
7095
- "symbol": "v-chip-group"
7095
+ "symbol": "VChipGroup"
7096
7096
  },
7097
7097
  "description": "",
7098
7098
  "doc-url": "https://vuetifyjs.com/api/v-chip-group",
@@ -7271,10 +7271,10 @@
7271
7271
  }
7272
7272
  },
7273
7273
  {
7274
- "name": "v-class-icon",
7274
+ "name": "VClassIcon",
7275
7275
  "source": {
7276
7276
  "module": "./src/components/index.ts",
7277
- "symbol": "v-class-icon"
7277
+ "symbol": "VClassIcon"
7278
7278
  },
7279
7279
  "description": "",
7280
7280
  "doc-url": "https://vuetifyjs.com/api/v-class-icon",
@@ -7306,10 +7306,10 @@
7306
7306
  }
7307
7307
  },
7308
7308
  {
7309
- "name": "v-code",
7309
+ "name": "VCode",
7310
7310
  "source": {
7311
7311
  "module": "./src/components/index.ts",
7312
- "symbol": "v-code"
7312
+ "symbol": "VCode"
7313
7313
  },
7314
7314
  "description": "",
7315
7315
  "doc-url": "https://vuetifyjs.com/api/v-code",
@@ -7339,10 +7339,10 @@
7339
7339
  }
7340
7340
  },
7341
7341
  {
7342
- "name": "v-col",
7342
+ "name": "VCol",
7343
7343
  "source": {
7344
7344
  "module": "./src/components/index.ts",
7345
- "symbol": "v-col"
7345
+ "symbol": "VCol"
7346
7346
  },
7347
7347
  "description": "",
7348
7348
  "doc-url": "https://vuetifyjs.com/api/v-col",
@@ -7562,10 +7562,10 @@
7562
7562
  }
7563
7563
  },
7564
7564
  {
7565
- "name": "v-color-picker",
7565
+ "name": "VColorPicker",
7566
7566
  "source": {
7567
7567
  "module": "./src/components/index.ts",
7568
- "symbol": "v-color-picker"
7568
+ "symbol": "VColorPicker"
7569
7569
  },
7570
7570
  "description": "",
7571
7571
  "doc-url": "https://vuetifyjs.com/api/v-color-picker",
@@ -7610,7 +7610,7 @@
7610
7610
  },
7611
7611
  {
7612
7612
  "name": "position",
7613
- "description": "Specifies the type of positioning method used for the component.",
7613
+ "description": "MISSING DESCRIPTION",
7614
7614
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
7615
7615
  "value": {
7616
7616
  "kind": "expression",
@@ -7796,10 +7796,10 @@
7796
7796
  }
7797
7797
  },
7798
7798
  {
7799
- "name": "v-combobox",
7799
+ "name": "VCombobox",
7800
7800
  "source": {
7801
7801
  "module": "./src/components/index.ts",
7802
- "symbol": "v-combobox"
7802
+ "symbol": "VCombobox"
7803
7803
  },
7804
7804
  "description": "",
7805
7805
  "doc-url": "https://vuetifyjs.com/api/v-combobox",
@@ -8019,7 +8019,7 @@
8019
8019
  },
8020
8020
  {
8021
8021
  "name": "customFilter",
8022
- "description": "Function used to filter items.",
8022
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
8023
8023
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8024
8024
  "value": {
8025
8025
  "kind": "expression",
@@ -8923,10 +8923,10 @@
8923
8923
  }
8924
8924
  },
8925
8925
  {
8926
- "name": "v-component-icon",
8926
+ "name": "VComponentIcon",
8927
8927
  "source": {
8928
8928
  "module": "./src/components/index.ts",
8929
- "symbol": "v-component-icon"
8929
+ "symbol": "VComponentIcon"
8930
8930
  },
8931
8931
  "description": "",
8932
8932
  "doc-url": "https://vuetifyjs.com/api/v-component-icon",
@@ -8964,10 +8964,10 @@
8964
8964
  }
8965
8965
  },
8966
8966
  {
8967
- "name": "v-container",
8967
+ "name": "VContainer",
8968
8968
  "source": {
8969
8969
  "module": "./src/components/index.ts",
8970
- "symbol": "v-container"
8970
+ "symbol": "VContainer"
8971
8971
  },
8972
8972
  "description": "",
8973
8973
  "doc-url": "https://vuetifyjs.com/api/v-container",
@@ -9007,10 +9007,10 @@
9007
9007
  }
9008
9008
  },
9009
9009
  {
9010
- "name": "v-counter",
9010
+ "name": "VCounter",
9011
9011
  "source": {
9012
9012
  "module": "./src/components/index.ts",
9013
- "symbol": "v-counter"
9013
+ "symbol": "VCounter"
9014
9014
  },
9015
9015
  "description": "",
9016
9016
  "doc-url": "https://vuetifyjs.com/api/v-counter",
@@ -9083,10 +9083,10 @@
9083
9083
  }
9084
9084
  },
9085
9085
  {
9086
- "name": "v-data-iterator",
9086
+ "name": "VDataIterator",
9087
9087
  "source": {
9088
9088
  "module": "./src/components/index.ts",
9089
- "symbol": "v-data-iterator"
9089
+ "symbol": "VDataIterator"
9090
9090
  },
9091
9091
  "description": "",
9092
9092
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator",
@@ -9440,7 +9440,7 @@
9440
9440
  },
9441
9441
  {
9442
9442
  "name": "toggleSort",
9443
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9443
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9444
9444
  },
9445
9445
  {
9446
9446
  "name": "prevPage",
@@ -9476,11 +9476,11 @@
9476
9476
  },
9477
9477
  {
9478
9478
  "name": "isExpanded",
9479
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
9479
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
9480
9480
  },
9481
9481
  {
9482
9482
  "name": "toggleExpand",
9483
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
9483
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
9484
9484
  },
9485
9485
  {
9486
9486
  "name": "isGroupOpen",
@@ -9523,7 +9523,7 @@
9523
9523
  },
9524
9524
  {
9525
9525
  "name": "toggleSort",
9526
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9526
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9527
9527
  },
9528
9528
  {
9529
9529
  "name": "prevPage",
@@ -9559,11 +9559,11 @@
9559
9559
  },
9560
9560
  {
9561
9561
  "name": "isExpanded",
9562
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
9562
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
9563
9563
  },
9564
9564
  {
9565
9565
  "name": "toggleExpand",
9566
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
9566
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
9567
9567
  },
9568
9568
  {
9569
9569
  "name": "isGroupOpen",
@@ -9606,7 +9606,7 @@
9606
9606
  },
9607
9607
  {
9608
9608
  "name": "toggleSort",
9609
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9609
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
9610
9610
  },
9611
9611
  {
9612
9612
  "name": "prevPage",
@@ -9642,11 +9642,11 @@
9642
9642
  },
9643
9643
  {
9644
9644
  "name": "isExpanded",
9645
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
9645
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
9646
9646
  },
9647
9647
  {
9648
9648
  "name": "toggleExpand",
9649
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
9649
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
9650
9650
  },
9651
9651
  {
9652
9652
  "name": "isGroupOpen",
@@ -9678,10 +9678,10 @@
9678
9678
  }
9679
9679
  },
9680
9680
  {
9681
- "name": "v-data-table",
9681
+ "name": "VDataTable",
9682
9682
  "source": {
9683
9683
  "module": "./src/components/index.ts",
9684
- "symbol": "v-data-table"
9684
+ "symbol": "VDataTable"
9685
9685
  },
9686
9686
  "description": "",
9687
9687
  "doc-url": "https://vuetifyjs.com/api/v-data-table",
@@ -10292,7 +10292,7 @@
10292
10292
  "arguments": [
10293
10293
  {
10294
10294
  "name": "argument",
10295
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> }]\n"
10295
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
10296
10296
  }
10297
10297
  ]
10298
10298
  }
@@ -10331,37 +10331,7 @@
10331
10331
  {
10332
10332
  "name": "item",
10333
10333
  "description": "Slot to replace the default rendering of a row",
10334
- "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
10335
- "vue-properties": [
10336
- {
10337
- "name": "index",
10338
- "type": "number"
10339
- },
10340
- {
10341
- "name": "item",
10342
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
10343
- },
10344
- {
10345
- "name": "columns",
10346
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10347
- },
10348
- {
10349
- "name": "isExpanded",
10350
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10351
- },
10352
- {
10353
- "name": "toggleExpand",
10354
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10355
- },
10356
- {
10357
- "name": "isSelected",
10358
- "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
10359
- },
10360
- {
10361
- "name": "toggleSelect",
10362
- "type": "(item: { value: any; selectable: boolean }) => void"
10363
- }
10364
- ]
10334
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
10365
10335
  },
10366
10336
  {
10367
10337
  "name": "loading",
@@ -10383,15 +10353,15 @@
10383
10353
  },
10384
10354
  {
10385
10355
  "name": "columns",
10386
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10356
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10387
10357
  },
10388
10358
  {
10389
10359
  "name": "isExpanded",
10390
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10360
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10391
10361
  },
10392
10362
  {
10393
10363
  "name": "toggleExpand",
10394
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10364
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10395
10365
  },
10396
10366
  {
10397
10367
  "name": "isSelected",
@@ -10427,19 +10397,19 @@
10427
10397
  },
10428
10398
  {
10429
10399
  "name": "item",
10430
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
10400
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
10431
10401
  },
10432
10402
  {
10433
10403
  "name": "columns",
10434
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10404
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10435
10405
  },
10436
10406
  {
10437
10407
  "name": "isExpanded",
10438
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10408
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10439
10409
  },
10440
10410
  {
10441
10411
  "name": "toggleExpand",
10442
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10412
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10443
10413
  },
10444
10414
  {
10445
10415
  "name": "isSelected",
@@ -10462,19 +10432,19 @@
10462
10432
  },
10463
10433
  {
10464
10434
  "name": "item",
10465
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
10435
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
10466
10436
  },
10467
10437
  {
10468
10438
  "name": "columns",
10469
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10439
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10470
10440
  },
10471
10441
  {
10472
10442
  "name": "isExpanded",
10473
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10443
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10474
10444
  },
10475
10445
  {
10476
10446
  "name": "toggleExpand",
10477
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10447
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10478
10448
  },
10479
10449
  {
10480
10450
  "name": "isSelected",
@@ -10497,19 +10467,19 @@
10497
10467
  },
10498
10468
  {
10499
10469
  "name": "item",
10500
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
10470
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
10501
10471
  },
10502
10472
  {
10503
10473
  "name": "columns",
10504
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10474
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10505
10475
  },
10506
10476
  {
10507
10477
  "name": "isExpanded",
10508
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10478
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10509
10479
  },
10510
10480
  {
10511
10481
  "name": "toggleExpand",
10512
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10482
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10513
10483
  },
10514
10484
  {
10515
10485
  "name": "isSelected",
@@ -10528,11 +10498,11 @@
10528
10498
  "vue-properties": [
10529
10499
  {
10530
10500
  "name": "headers",
10531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10501
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10532
10502
  },
10533
10503
  {
10534
10504
  "name": "columns",
10535
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10505
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10536
10506
  },
10537
10507
  {
10538
10508
  "name": "sortBy",
@@ -10548,7 +10518,7 @@
10548
10518
  },
10549
10519
  {
10550
10520
  "name": "toggleSort",
10551
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10521
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10552
10522
  },
10553
10523
  {
10554
10524
  "name": "selectAll",
@@ -10556,15 +10526,15 @@
10556
10526
  },
10557
10527
  {
10558
10528
  "name": "getSortIcon",
10559
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10529
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10560
10530
  },
10561
10531
  {
10562
10532
  "name": "getFixedStyles",
10563
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
10533
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
10564
10534
  },
10565
10535
  {
10566
10536
  "name": "isSorted",
10567
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10537
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10568
10538
  }
10569
10539
  ]
10570
10540
  },
@@ -10590,7 +10560,7 @@
10590
10560
  "vue-properties": [
10591
10561
  {
10592
10562
  "name": "column",
10593
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
10563
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
10594
10564
  },
10595
10565
  {
10596
10566
  "name": "selectAll",
@@ -10598,11 +10568,11 @@
10598
10568
  },
10599
10569
  {
10600
10570
  "name": "isSorted",
10601
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10571
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10602
10572
  },
10603
10573
  {
10604
10574
  "name": "toggleSort",
10605
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10575
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10606
10576
  },
10607
10577
  {
10608
10578
  "name": "sortBy",
@@ -10618,7 +10588,7 @@
10618
10588
  },
10619
10589
  {
10620
10590
  "name": "getSortIcon",
10621
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10591
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10622
10592
  }
10623
10593
  ]
10624
10594
  },
@@ -10629,7 +10599,7 @@
10629
10599
  "vue-properties": [
10630
10600
  {
10631
10601
  "name": "column",
10632
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
10602
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
10633
10603
  },
10634
10604
  {
10635
10605
  "name": "selectAll",
@@ -10637,11 +10607,11 @@
10637
10607
  },
10638
10608
  {
10639
10609
  "name": "isSorted",
10640
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10610
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
10641
10611
  },
10642
10612
  {
10643
10613
  "name": "toggleSort",
10644
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10614
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10645
10615
  },
10646
10616
  {
10647
10617
  "name": "sortBy",
@@ -10657,7 +10627,7 @@
10657
10627
  },
10658
10628
  {
10659
10629
  "name": "getSortIcon",
10660
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10630
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
10661
10631
  }
10662
10632
  ]
10663
10633
  },
@@ -10684,7 +10654,7 @@
10684
10654
  },
10685
10655
  {
10686
10656
  "name": "toggleSort",
10687
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10657
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10688
10658
  },
10689
10659
  {
10690
10660
  "name": "setItemsPerPage",
@@ -10716,11 +10686,11 @@
10716
10686
  },
10717
10687
  {
10718
10688
  "name": "isExpanded",
10719
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10689
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10720
10690
  },
10721
10691
  {
10722
10692
  "name": "toggleExpand",
10723
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10693
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10724
10694
  },
10725
10695
  {
10726
10696
  "name": "isGroupOpen",
@@ -10732,19 +10702,19 @@
10732
10702
  },
10733
10703
  {
10734
10704
  "name": "items",
10735
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
10705
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
10736
10706
  },
10737
10707
  {
10738
10708
  "name": "groupedItems",
10739
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10709
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10740
10710
  },
10741
10711
  {
10742
10712
  "name": "columns",
10743
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10713
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10744
10714
  },
10745
10715
  {
10746
10716
  "name": "headers",
10747
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10717
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10748
10718
  }
10749
10719
  ]
10750
10720
  },
@@ -10771,7 +10741,7 @@
10771
10741
  },
10772
10742
  {
10773
10743
  "name": "toggleSort",
10774
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10744
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10775
10745
  },
10776
10746
  {
10777
10747
  "name": "setItemsPerPage",
@@ -10803,11 +10773,11 @@
10803
10773
  },
10804
10774
  {
10805
10775
  "name": "isExpanded",
10806
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10776
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10807
10777
  },
10808
10778
  {
10809
10779
  "name": "toggleExpand",
10810
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10780
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10811
10781
  },
10812
10782
  {
10813
10783
  "name": "isGroupOpen",
@@ -10819,19 +10789,19 @@
10819
10789
  },
10820
10790
  {
10821
10791
  "name": "items",
10822
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
10792
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
10823
10793
  },
10824
10794
  {
10825
10795
  "name": "groupedItems",
10826
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10796
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10827
10797
  },
10828
10798
  {
10829
10799
  "name": "columns",
10830
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10800
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10831
10801
  },
10832
10802
  {
10833
10803
  "name": "headers",
10834
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10804
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10835
10805
  }
10836
10806
  ]
10837
10807
  },
@@ -10858,7 +10828,7 @@
10858
10828
  },
10859
10829
  {
10860
10830
  "name": "toggleSort",
10861
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10831
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10862
10832
  },
10863
10833
  {
10864
10834
  "name": "setItemsPerPage",
@@ -10890,11 +10860,11 @@
10890
10860
  },
10891
10861
  {
10892
10862
  "name": "isExpanded",
10893
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10863
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10894
10864
  },
10895
10865
  {
10896
10866
  "name": "toggleExpand",
10897
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10867
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10898
10868
  },
10899
10869
  {
10900
10870
  "name": "isGroupOpen",
@@ -10906,19 +10876,19 @@
10906
10876
  },
10907
10877
  {
10908
10878
  "name": "items",
10909
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
10879
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
10910
10880
  },
10911
10881
  {
10912
10882
  "name": "groupedItems",
10913
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10883
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10914
10884
  },
10915
10885
  {
10916
10886
  "name": "columns",
10917
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10887
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
10918
10888
  },
10919
10889
  {
10920
10890
  "name": "headers",
10921
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10891
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10922
10892
  }
10923
10893
  ]
10924
10894
  },
@@ -10945,7 +10915,7 @@
10945
10915
  },
10946
10916
  {
10947
10917
  "name": "toggleSort",
10948
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10918
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
10949
10919
  },
10950
10920
  {
10951
10921
  "name": "setItemsPerPage",
@@ -10977,11 +10947,11 @@
10977
10947
  },
10978
10948
  {
10979
10949
  "name": "isExpanded",
10980
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
10950
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
10981
10951
  },
10982
10952
  {
10983
10953
  "name": "toggleExpand",
10984
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
10954
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
10985
10955
  },
10986
10956
  {
10987
10957
  "name": "isGroupOpen",
@@ -10993,19 +10963,19 @@
10993
10963
  },
10994
10964
  {
10995
10965
  "name": "items",
10996
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
10966
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
10997
10967
  },
10998
10968
  {
10999
10969
  "name": "groupedItems",
11000
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
10970
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11001
10971
  },
11002
10972
  {
11003
10973
  "name": "columns",
11004
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
10974
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11005
10975
  },
11006
10976
  {
11007
10977
  "name": "headers",
11008
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
10978
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11009
10979
  }
11010
10980
  ]
11011
10981
  },
@@ -11032,7 +11002,7 @@
11032
11002
  },
11033
11003
  {
11034
11004
  "name": "toggleSort",
11035
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11005
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11036
11006
  },
11037
11007
  {
11038
11008
  "name": "setItemsPerPage",
@@ -11064,11 +11034,11 @@
11064
11034
  },
11065
11035
  {
11066
11036
  "name": "isExpanded",
11067
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11037
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11068
11038
  },
11069
11039
  {
11070
11040
  "name": "toggleExpand",
11071
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11041
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11072
11042
  },
11073
11043
  {
11074
11044
  "name": "isGroupOpen",
@@ -11080,19 +11050,19 @@
11080
11050
  },
11081
11051
  {
11082
11052
  "name": "items",
11083
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
11053
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
11084
11054
  },
11085
11055
  {
11086
11056
  "name": "groupedItems",
11087
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11057
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11088
11058
  },
11089
11059
  {
11090
11060
  "name": "columns",
11091
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11061
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11092
11062
  },
11093
11063
  {
11094
11064
  "name": "headers",
11095
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11065
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11096
11066
  }
11097
11067
  ]
11098
11068
  },
@@ -11119,7 +11089,7 @@
11119
11089
  },
11120
11090
  {
11121
11091
  "name": "toggleSort",
11122
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11092
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11123
11093
  },
11124
11094
  {
11125
11095
  "name": "setItemsPerPage",
@@ -11151,11 +11121,11 @@
11151
11121
  },
11152
11122
  {
11153
11123
  "name": "isExpanded",
11154
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11124
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11155
11125
  },
11156
11126
  {
11157
11127
  "name": "toggleExpand",
11158
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11128
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11159
11129
  },
11160
11130
  {
11161
11131
  "name": "isGroupOpen",
@@ -11167,19 +11137,19 @@
11167
11137
  },
11168
11138
  {
11169
11139
  "name": "items",
11170
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
11140
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
11171
11141
  },
11172
11142
  {
11173
11143
  "name": "groupedItems",
11174
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11144
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11175
11145
  },
11176
11146
  {
11177
11147
  "name": "columns",
11178
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11148
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11179
11149
  },
11180
11150
  {
11181
11151
  "name": "headers",
11182
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11152
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11183
11153
  }
11184
11154
  ]
11185
11155
  },
@@ -11206,7 +11176,7 @@
11206
11176
  },
11207
11177
  {
11208
11178
  "name": "toggleSort",
11209
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11179
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11210
11180
  },
11211
11181
  {
11212
11182
  "name": "setItemsPerPage",
@@ -11238,11 +11208,11 @@
11238
11208
  },
11239
11209
  {
11240
11210
  "name": "isExpanded",
11241
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11211
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11242
11212
  },
11243
11213
  {
11244
11214
  "name": "toggleExpand",
11245
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11215
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11246
11216
  },
11247
11217
  {
11248
11218
  "name": "isGroupOpen",
@@ -11254,19 +11224,19 @@
11254
11224
  },
11255
11225
  {
11256
11226
  "name": "items",
11257
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
11227
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
11258
11228
  },
11259
11229
  {
11260
11230
  "name": "groupedItems",
11261
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11231
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11262
11232
  },
11263
11233
  {
11264
11234
  "name": "columns",
11265
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11235
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11266
11236
  },
11267
11237
  {
11268
11238
  "name": "headers",
11269
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11239
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11270
11240
  }
11271
11241
  ]
11272
11242
  },
@@ -11293,7 +11263,7 @@
11293
11263
  },
11294
11264
  {
11295
11265
  "name": "toggleSort",
11296
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11266
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11297
11267
  },
11298
11268
  {
11299
11269
  "name": "setItemsPerPage",
@@ -11325,11 +11295,11 @@
11325
11295
  },
11326
11296
  {
11327
11297
  "name": "isExpanded",
11328
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11298
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11329
11299
  },
11330
11300
  {
11331
11301
  "name": "toggleExpand",
11332
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11302
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11333
11303
  },
11334
11304
  {
11335
11305
  "name": "isGroupOpen",
@@ -11341,19 +11311,19 @@
11341
11311
  },
11342
11312
  {
11343
11313
  "name": "items",
11344
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
11314
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
11345
11315
  },
11346
11316
  {
11347
11317
  "name": "groupedItems",
11348
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11318
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
11349
11319
  },
11350
11320
  {
11351
11321
  "name": "columns",
11352
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11322
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11353
11323
  },
11354
11324
  {
11355
11325
  "name": "headers",
11356
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11326
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
11357
11327
  }
11358
11328
  ]
11359
11329
  },
@@ -11373,19 +11343,19 @@
11373
11343
  },
11374
11344
  {
11375
11345
  "name": "item",
11376
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11346
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
11377
11347
  },
11378
11348
  {
11379
11349
  "name": "columns",
11380
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11350
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11381
11351
  },
11382
11352
  {
11383
11353
  "name": "isExpanded",
11384
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11354
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11385
11355
  },
11386
11356
  {
11387
11357
  "name": "toggleExpand",
11388
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11358
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11389
11359
  },
11390
11360
  {
11391
11361
  "name": "isSelected",
@@ -11404,7 +11374,7 @@
11404
11374
  "vue-properties": [
11405
11375
  {
11406
11376
  "name": "column",
11407
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
11377
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
11408
11378
  },
11409
11379
  {
11410
11380
  "name": "selectAll",
@@ -11412,11 +11382,11 @@
11412
11382
  },
11413
11383
  {
11414
11384
  "name": "isSorted",
11415
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11385
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
11416
11386
  },
11417
11387
  {
11418
11388
  "name": "toggleSort",
11419
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11389
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
11420
11390
  },
11421
11391
  {
11422
11392
  "name": "sortBy",
@@ -11432,7 +11402,7 @@
11432
11402
  },
11433
11403
  {
11434
11404
  "name": "getSortIcon",
11435
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11405
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11436
11406
  }
11437
11407
  ]
11438
11408
  }
@@ -11443,10 +11413,10 @@
11443
11413
  }
11444
11414
  },
11445
11415
  {
11446
- "name": "v-data-table-footer",
11416
+ "name": "VDataTableFooter",
11447
11417
  "source": {
11448
11418
  "module": "./src/components/index.ts",
11449
- "symbol": "v-data-table-footer"
11419
+ "symbol": "VDataTableFooter"
11450
11420
  },
11451
11421
  "description": "",
11452
11422
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer",
@@ -11465,10 +11435,10 @@
11465
11435
  }
11466
11436
  },
11467
11437
  {
11468
- "name": "v-data-table-row",
11438
+ "name": "VDataTableRow",
11469
11439
  "source": {
11470
11440
  "module": "./src/components/index.ts",
11471
- "symbol": "v-data-table-row"
11441
+ "symbol": "VDataTableRow"
11472
11442
  },
11473
11443
  "description": "",
11474
11444
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row",
@@ -11479,7 +11449,7 @@
11479
11449
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
11480
11450
  "value": {
11481
11451
  "kind": "expression",
11482
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>\n"
11452
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>\n"
11483
11453
  }
11484
11454
  },
11485
11455
  {
@@ -11512,10 +11482,10 @@
11512
11482
  }
11513
11483
  },
11514
11484
  {
11515
- "name": "v-data-table-rows",
11485
+ "name": "VDataTableRows",
11516
11486
  "source": {
11517
11487
  "module": "./src/components/index.ts",
11518
- "symbol": "v-data-table-rows"
11488
+ "symbol": "VDataTableRows"
11519
11489
  },
11520
11490
  "description": "",
11521
11491
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
@@ -11527,7 +11497,7 @@
11527
11497
  "default": "[]",
11528
11498
  "value": {
11529
11499
  "kind": "expression",
11530
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n"
11500
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n"
11531
11501
  }
11532
11502
  },
11533
11503
  {
@@ -11588,7 +11558,7 @@
11588
11558
  "arguments": [
11589
11559
  {
11590
11560
  "name": "argument",
11591
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> }]\n"
11561
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
11592
11562
  }
11593
11563
  ]
11594
11564
  }
@@ -11627,37 +11597,7 @@
11627
11597
  {
11628
11598
  "name": "item",
11629
11599
  "description": "Define a custom item appearance",
11630
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
11631
- "vue-properties": [
11632
- {
11633
- "name": "index",
11634
- "type": "number"
11635
- },
11636
- {
11637
- "name": "item",
11638
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11639
- },
11640
- {
11641
- "name": "columns",
11642
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11643
- },
11644
- {
11645
- "name": "isExpanded",
11646
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11647
- },
11648
- {
11649
- "name": "toggleExpand",
11650
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11651
- },
11652
- {
11653
- "name": "isSelected",
11654
- "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
11655
- },
11656
- {
11657
- "name": "toggleSelect",
11658
- "type": "(item: { value: any; selectable: boolean }) => void"
11659
- }
11660
- ]
11600
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
11661
11601
  },
11662
11602
  {
11663
11603
  "name": "loading",
@@ -11679,15 +11619,15 @@
11679
11619
  },
11680
11620
  {
11681
11621
  "name": "columns",
11682
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11622
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11683
11623
  },
11684
11624
  {
11685
11625
  "name": "isExpanded",
11686
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11626
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11687
11627
  },
11688
11628
  {
11689
11629
  "name": "toggleExpand",
11690
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11630
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11691
11631
  },
11692
11632
  {
11693
11633
  "name": "isSelected",
@@ -11723,19 +11663,19 @@
11723
11663
  },
11724
11664
  {
11725
11665
  "name": "item",
11726
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11666
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
11727
11667
  },
11728
11668
  {
11729
11669
  "name": "columns",
11730
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11670
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11731
11671
  },
11732
11672
  {
11733
11673
  "name": "isExpanded",
11734
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11674
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11735
11675
  },
11736
11676
  {
11737
11677
  "name": "toggleExpand",
11738
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11678
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11739
11679
  },
11740
11680
  {
11741
11681
  "name": "isSelected",
@@ -11758,19 +11698,19 @@
11758
11698
  },
11759
11699
  {
11760
11700
  "name": "item",
11761
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11701
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
11762
11702
  },
11763
11703
  {
11764
11704
  "name": "columns",
11765
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11705
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11766
11706
  },
11767
11707
  {
11768
11708
  "name": "isExpanded",
11769
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11709
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11770
11710
  },
11771
11711
  {
11772
11712
  "name": "toggleExpand",
11773
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11713
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11774
11714
  },
11775
11715
  {
11776
11716
  "name": "isSelected",
@@ -11793,19 +11733,19 @@
11793
11733
  },
11794
11734
  {
11795
11735
  "name": "item",
11796
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11736
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
11797
11737
  },
11798
11738
  {
11799
11739
  "name": "columns",
11800
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11740
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11801
11741
  },
11802
11742
  {
11803
11743
  "name": "isExpanded",
11804
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11744
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11805
11745
  },
11806
11746
  {
11807
11747
  "name": "toggleExpand",
11808
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11748
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11809
11749
  },
11810
11750
  {
11811
11751
  "name": "isSelected",
@@ -11828,19 +11768,19 @@
11828
11768
  },
11829
11769
  {
11830
11770
  "name": "item",
11831
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
11771
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
11832
11772
  },
11833
11773
  {
11834
11774
  "name": "columns",
11835
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
11775
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
11836
11776
  },
11837
11777
  {
11838
11778
  "name": "isExpanded",
11839
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
11779
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
11840
11780
  },
11841
11781
  {
11842
11782
  "name": "toggleExpand",
11843
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
11783
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
11844
11784
  },
11845
11785
  {
11846
11786
  "name": "isSelected",
@@ -11859,10 +11799,10 @@
11859
11799
  }
11860
11800
  },
11861
11801
  {
11862
- "name": "v-data-table-server",
11802
+ "name": "VDataTableServer",
11863
11803
  "source": {
11864
11804
  "module": "./src/components/index.ts",
11865
- "symbol": "v-data-table-server"
11805
+ "symbol": "VDataTableServer"
11866
11806
  },
11867
11807
  "description": "",
11868
11808
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server",
@@ -12182,7 +12122,7 @@
12182
12122
  },
12183
12123
  {
12184
12124
  "name": "headers",
12185
- "description": "Array of header items to display",
12125
+ "description": "MISSING DESCRIPTION",
12186
12126
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
12187
12127
  "default": "[]",
12188
12128
  "value": {
@@ -12435,7 +12375,7 @@
12435
12375
  "arguments": [
12436
12376
  {
12437
12377
  "name": "argument",
12438
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> }]\n"
12378
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
12439
12379
  }
12440
12380
  ]
12441
12381
  }
@@ -12474,37 +12414,7 @@
12474
12414
  {
12475
12415
  "name": "item",
12476
12416
  "description": "Define a custom item appearance",
12477
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
12478
- "vue-properties": [
12479
- {
12480
- "name": "index",
12481
- "type": "number"
12482
- },
12483
- {
12484
- "name": "item",
12485
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
12486
- },
12487
- {
12488
- "name": "columns",
12489
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12490
- },
12491
- {
12492
- "name": "isExpanded",
12493
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12494
- },
12495
- {
12496
- "name": "toggleExpand",
12497
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12498
- },
12499
- {
12500
- "name": "isSelected",
12501
- "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
12502
- },
12503
- {
12504
- "name": "toggleSelect",
12505
- "type": "(item: { value: any; selectable: boolean }) => void"
12506
- }
12507
- ]
12417
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
12508
12418
  },
12509
12419
  {
12510
12420
  "name": "loading",
@@ -12526,15 +12436,15 @@
12526
12436
  },
12527
12437
  {
12528
12438
  "name": "columns",
12529
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12439
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12530
12440
  },
12531
12441
  {
12532
12442
  "name": "isExpanded",
12533
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12443
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12534
12444
  },
12535
12445
  {
12536
12446
  "name": "toggleExpand",
12537
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12447
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12538
12448
  },
12539
12449
  {
12540
12450
  "name": "isSelected",
@@ -12570,19 +12480,19 @@
12570
12480
  },
12571
12481
  {
12572
12482
  "name": "item",
12573
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
12483
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
12574
12484
  },
12575
12485
  {
12576
12486
  "name": "columns",
12577
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12487
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12578
12488
  },
12579
12489
  {
12580
12490
  "name": "isExpanded",
12581
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12491
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12582
12492
  },
12583
12493
  {
12584
12494
  "name": "toggleExpand",
12585
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12495
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12586
12496
  },
12587
12497
  {
12588
12498
  "name": "isSelected",
@@ -12605,19 +12515,19 @@
12605
12515
  },
12606
12516
  {
12607
12517
  "name": "item",
12608
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
12518
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
12609
12519
  },
12610
12520
  {
12611
12521
  "name": "columns",
12612
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12522
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12613
12523
  },
12614
12524
  {
12615
12525
  "name": "isExpanded",
12616
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12526
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12617
12527
  },
12618
12528
  {
12619
12529
  "name": "toggleExpand",
12620
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12530
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12621
12531
  },
12622
12532
  {
12623
12533
  "name": "isSelected",
@@ -12640,19 +12550,19 @@
12640
12550
  },
12641
12551
  {
12642
12552
  "name": "item",
12643
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
12553
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
12644
12554
  },
12645
12555
  {
12646
12556
  "name": "columns",
12647
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12557
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12648
12558
  },
12649
12559
  {
12650
12560
  "name": "isExpanded",
12651
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12561
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12652
12562
  },
12653
12563
  {
12654
12564
  "name": "toggleExpand",
12655
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12565
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12656
12566
  },
12657
12567
  {
12658
12568
  "name": "isSelected",
@@ -12671,11 +12581,11 @@
12671
12581
  "vue-properties": [
12672
12582
  {
12673
12583
  "name": "headers",
12674
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12584
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12675
12585
  },
12676
12586
  {
12677
12587
  "name": "columns",
12678
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12588
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12679
12589
  },
12680
12590
  {
12681
12591
  "name": "sortBy",
@@ -12691,7 +12601,7 @@
12691
12601
  },
12692
12602
  {
12693
12603
  "name": "toggleSort",
12694
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12604
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12695
12605
  },
12696
12606
  {
12697
12607
  "name": "selectAll",
@@ -12699,15 +12609,15 @@
12699
12609
  },
12700
12610
  {
12701
12611
  "name": "getSortIcon",
12702
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12612
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12703
12613
  },
12704
12614
  {
12705
12615
  "name": "getFixedStyles",
12706
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
12616
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
12707
12617
  },
12708
12618
  {
12709
12619
  "name": "isSorted",
12710
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12620
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12711
12621
  }
12712
12622
  ]
12713
12623
  },
@@ -12733,7 +12643,7 @@
12733
12643
  "vue-properties": [
12734
12644
  {
12735
12645
  "name": "column",
12736
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
12646
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
12737
12647
  },
12738
12648
  {
12739
12649
  "name": "selectAll",
@@ -12741,11 +12651,11 @@
12741
12651
  },
12742
12652
  {
12743
12653
  "name": "isSorted",
12744
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12654
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12745
12655
  },
12746
12656
  {
12747
12657
  "name": "toggleSort",
12748
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12658
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12749
12659
  },
12750
12660
  {
12751
12661
  "name": "sortBy",
@@ -12761,7 +12671,7 @@
12761
12671
  },
12762
12672
  {
12763
12673
  "name": "getSortIcon",
12764
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12674
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12765
12675
  }
12766
12676
  ]
12767
12677
  },
@@ -12772,7 +12682,7 @@
12772
12682
  "vue-properties": [
12773
12683
  {
12774
12684
  "name": "column",
12775
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
12685
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
12776
12686
  },
12777
12687
  {
12778
12688
  "name": "selectAll",
@@ -12780,11 +12690,11 @@
12780
12690
  },
12781
12691
  {
12782
12692
  "name": "isSorted",
12783
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12693
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
12784
12694
  },
12785
12695
  {
12786
12696
  "name": "toggleSort",
12787
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12697
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12788
12698
  },
12789
12699
  {
12790
12700
  "name": "sortBy",
@@ -12800,7 +12710,7 @@
12800
12710
  },
12801
12711
  {
12802
12712
  "name": "getSortIcon",
12803
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12713
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12804
12714
  }
12805
12715
  ]
12806
12716
  },
@@ -12827,7 +12737,7 @@
12827
12737
  },
12828
12738
  {
12829
12739
  "name": "toggleSort",
12830
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12740
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12831
12741
  },
12832
12742
  {
12833
12743
  "name": "setItemsPerPage",
@@ -12859,11 +12769,11 @@
12859
12769
  },
12860
12770
  {
12861
12771
  "name": "isExpanded",
12862
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12772
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12863
12773
  },
12864
12774
  {
12865
12775
  "name": "toggleExpand",
12866
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12776
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12867
12777
  },
12868
12778
  {
12869
12779
  "name": "isGroupOpen",
@@ -12875,19 +12785,19 @@
12875
12785
  },
12876
12786
  {
12877
12787
  "name": "items",
12878
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
12788
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
12879
12789
  },
12880
12790
  {
12881
12791
  "name": "groupedItems",
12882
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12792
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12883
12793
  },
12884
12794
  {
12885
12795
  "name": "columns",
12886
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12796
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12887
12797
  },
12888
12798
  {
12889
12799
  "name": "headers",
12890
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12800
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12891
12801
  }
12892
12802
  ]
12893
12803
  },
@@ -12914,7 +12824,7 @@
12914
12824
  },
12915
12825
  {
12916
12826
  "name": "toggleSort",
12917
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12827
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12918
12828
  },
12919
12829
  {
12920
12830
  "name": "setItemsPerPage",
@@ -12946,11 +12856,11 @@
12946
12856
  },
12947
12857
  {
12948
12858
  "name": "isExpanded",
12949
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12859
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
12950
12860
  },
12951
12861
  {
12952
12862
  "name": "toggleExpand",
12953
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12863
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
12954
12864
  },
12955
12865
  {
12956
12866
  "name": "isGroupOpen",
@@ -12962,19 +12872,19 @@
12962
12872
  },
12963
12873
  {
12964
12874
  "name": "items",
12965
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
12875
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
12966
12876
  },
12967
12877
  {
12968
12878
  "name": "groupedItems",
12969
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12879
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12970
12880
  },
12971
12881
  {
12972
12882
  "name": "columns",
12973
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12883
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
12974
12884
  },
12975
12885
  {
12976
12886
  "name": "headers",
12977
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12887
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12978
12888
  }
12979
12889
  ]
12980
12890
  },
@@ -13001,7 +12911,7 @@
13001
12911
  },
13002
12912
  {
13003
12913
  "name": "toggleSort",
13004
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
12914
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13005
12915
  },
13006
12916
  {
13007
12917
  "name": "setItemsPerPage",
@@ -13033,11 +12943,11 @@
13033
12943
  },
13034
12944
  {
13035
12945
  "name": "isExpanded",
13036
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
12946
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13037
12947
  },
13038
12948
  {
13039
12949
  "name": "toggleExpand",
13040
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
12950
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13041
12951
  },
13042
12952
  {
13043
12953
  "name": "isGroupOpen",
@@ -13049,19 +12959,19 @@
13049
12959
  },
13050
12960
  {
13051
12961
  "name": "items",
13052
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
12962
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13053
12963
  },
13054
12964
  {
13055
12965
  "name": "groupedItems",
13056
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
12966
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13057
12967
  },
13058
12968
  {
13059
12969
  "name": "columns",
13060
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
12970
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13061
12971
  },
13062
12972
  {
13063
12973
  "name": "headers",
13064
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
12974
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13065
12975
  }
13066
12976
  ]
13067
12977
  },
@@ -13088,7 +12998,7 @@
13088
12998
  },
13089
12999
  {
13090
13000
  "name": "toggleSort",
13091
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13001
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13092
13002
  },
13093
13003
  {
13094
13004
  "name": "setItemsPerPage",
@@ -13120,11 +13030,11 @@
13120
13030
  },
13121
13031
  {
13122
13032
  "name": "isExpanded",
13123
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13033
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13124
13034
  },
13125
13035
  {
13126
13036
  "name": "toggleExpand",
13127
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13037
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13128
13038
  },
13129
13039
  {
13130
13040
  "name": "isGroupOpen",
@@ -13136,19 +13046,19 @@
13136
13046
  },
13137
13047
  {
13138
13048
  "name": "items",
13139
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
13049
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13140
13050
  },
13141
13051
  {
13142
13052
  "name": "groupedItems",
13143
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13053
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13144
13054
  },
13145
13055
  {
13146
13056
  "name": "columns",
13147
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13057
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13148
13058
  },
13149
13059
  {
13150
13060
  "name": "headers",
13151
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13061
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13152
13062
  }
13153
13063
  ]
13154
13064
  },
@@ -13175,7 +13085,7 @@
13175
13085
  },
13176
13086
  {
13177
13087
  "name": "toggleSort",
13178
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13088
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13179
13089
  },
13180
13090
  {
13181
13091
  "name": "setItemsPerPage",
@@ -13207,11 +13117,11 @@
13207
13117
  },
13208
13118
  {
13209
13119
  "name": "isExpanded",
13210
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13120
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13211
13121
  },
13212
13122
  {
13213
13123
  "name": "toggleExpand",
13214
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13124
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13215
13125
  },
13216
13126
  {
13217
13127
  "name": "isGroupOpen",
@@ -13223,19 +13133,19 @@
13223
13133
  },
13224
13134
  {
13225
13135
  "name": "items",
13226
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
13136
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13227
13137
  },
13228
13138
  {
13229
13139
  "name": "groupedItems",
13230
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13140
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13231
13141
  },
13232
13142
  {
13233
13143
  "name": "columns",
13234
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13144
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13235
13145
  },
13236
13146
  {
13237
13147
  "name": "headers",
13238
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13148
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13239
13149
  }
13240
13150
  ]
13241
13151
  },
@@ -13262,7 +13172,7 @@
13262
13172
  },
13263
13173
  {
13264
13174
  "name": "toggleSort",
13265
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13175
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13266
13176
  },
13267
13177
  {
13268
13178
  "name": "setItemsPerPage",
@@ -13294,11 +13204,11 @@
13294
13204
  },
13295
13205
  {
13296
13206
  "name": "isExpanded",
13297
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13207
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13298
13208
  },
13299
13209
  {
13300
13210
  "name": "toggleExpand",
13301
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13211
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13302
13212
  },
13303
13213
  {
13304
13214
  "name": "isGroupOpen",
@@ -13310,19 +13220,19 @@
13310
13220
  },
13311
13221
  {
13312
13222
  "name": "items",
13313
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
13223
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13314
13224
  },
13315
13225
  {
13316
13226
  "name": "groupedItems",
13317
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13227
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13318
13228
  },
13319
13229
  {
13320
13230
  "name": "columns",
13321
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13231
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13322
13232
  },
13323
13233
  {
13324
13234
  "name": "headers",
13325
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13235
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13326
13236
  }
13327
13237
  ]
13328
13238
  },
@@ -13349,7 +13259,7 @@
13349
13259
  },
13350
13260
  {
13351
13261
  "name": "toggleSort",
13352
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13262
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13353
13263
  },
13354
13264
  {
13355
13265
  "name": "setItemsPerPage",
@@ -13381,11 +13291,11 @@
13381
13291
  },
13382
13292
  {
13383
13293
  "name": "isExpanded",
13384
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13294
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13385
13295
  },
13386
13296
  {
13387
13297
  "name": "toggleExpand",
13388
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13298
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13389
13299
  },
13390
13300
  {
13391
13301
  "name": "isGroupOpen",
@@ -13397,19 +13307,19 @@
13397
13307
  },
13398
13308
  {
13399
13309
  "name": "items",
13400
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
13310
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13401
13311
  },
13402
13312
  {
13403
13313
  "name": "groupedItems",
13404
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13314
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13405
13315
  },
13406
13316
  {
13407
13317
  "name": "columns",
13408
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13318
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13409
13319
  },
13410
13320
  {
13411
13321
  "name": "headers",
13412
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13322
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13413
13323
  }
13414
13324
  ]
13415
13325
  },
@@ -13436,7 +13346,7 @@
13436
13346
  },
13437
13347
  {
13438
13348
  "name": "toggleSort",
13439
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13349
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13440
13350
  },
13441
13351
  {
13442
13352
  "name": "setItemsPerPage",
@@ -13468,11 +13378,11 @@
13468
13378
  },
13469
13379
  {
13470
13380
  "name": "isExpanded",
13471
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13381
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13472
13382
  },
13473
13383
  {
13474
13384
  "name": "toggleExpand",
13475
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13385
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13476
13386
  },
13477
13387
  {
13478
13388
  "name": "isGroupOpen",
@@ -13484,19 +13394,19 @@
13484
13394
  },
13485
13395
  {
13486
13396
  "name": "items",
13487
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
13397
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
13488
13398
  },
13489
13399
  {
13490
13400
  "name": "groupedItems",
13491
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13401
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
13492
13402
  },
13493
13403
  {
13494
13404
  "name": "columns",
13495
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13405
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13496
13406
  },
13497
13407
  {
13498
13408
  "name": "headers",
13499
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13409
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
13500
13410
  }
13501
13411
  ]
13502
13412
  },
@@ -13516,19 +13426,19 @@
13516
13426
  },
13517
13427
  {
13518
13428
  "name": "item",
13519
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
13429
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
13520
13430
  },
13521
13431
  {
13522
13432
  "name": "columns",
13523
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
13433
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
13524
13434
  },
13525
13435
  {
13526
13436
  "name": "isExpanded",
13527
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
13437
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
13528
13438
  },
13529
13439
  {
13530
13440
  "name": "toggleExpand",
13531
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
13441
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
13532
13442
  },
13533
13443
  {
13534
13444
  "name": "isSelected",
@@ -13547,7 +13457,7 @@
13547
13457
  "vue-properties": [
13548
13458
  {
13549
13459
  "name": "column",
13550
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
13460
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
13551
13461
  },
13552
13462
  {
13553
13463
  "name": "selectAll",
@@ -13555,11 +13465,11 @@
13555
13465
  },
13556
13466
  {
13557
13467
  "name": "isSorted",
13558
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13468
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
13559
13469
  },
13560
13470
  {
13561
13471
  "name": "toggleSort",
13562
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13472
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
13563
13473
  },
13564
13474
  {
13565
13475
  "name": "sortBy",
@@ -13575,7 +13485,7 @@
13575
13485
  },
13576
13486
  {
13577
13487
  "name": "getSortIcon",
13578
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13488
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13579
13489
  }
13580
13490
  ]
13581
13491
  }
@@ -13586,10 +13496,10 @@
13586
13496
  }
13587
13497
  },
13588
13498
  {
13589
- "name": "v-data-table-virtual",
13499
+ "name": "VDataTableVirtual",
13590
13500
  "source": {
13591
13501
  "module": "./src/components/index.ts",
13592
- "symbol": "v-data-table-virtual"
13502
+ "symbol": "VDataTableVirtual"
13593
13503
  },
13594
13504
  "description": "",
13595
13505
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
@@ -13721,7 +13631,7 @@
13721
13631
  },
13722
13632
  {
13723
13633
  "name": "customFilter",
13724
- "description": "Function used to filter items.",
13634
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
13725
13635
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13726
13636
  "value": {
13727
13637
  "kind": "expression",
@@ -13907,7 +13817,7 @@
13907
13817
  },
13908
13818
  {
13909
13819
  "name": "headers",
13910
- "description": "Array of header items to display",
13820
+ "description": "MISSING DESCRIPTION",
13911
13821
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13912
13822
  "default": "[]",
13913
13823
  "value": {
@@ -13974,21 +13884,10 @@
13974
13884
  "type": "boolean\n"
13975
13885
  }
13976
13886
  },
13977
- {
13978
- "name": "visibleItems",
13979
- "description": "MISSING DESCRIPTION",
13980
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13981
- "default": "20",
13982
- "value": {
13983
- "kind": "expression",
13984
- "type": "string | number\n"
13985
- }
13986
- },
13987
13887
  {
13988
13888
  "name": "itemHeight",
13989
13889
  "description": "MISSING DESCRIPTION",
13990
13890
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13991
- "default": "52",
13992
13891
  "value": {
13993
13892
  "kind": "expression",
13994
13893
  "type": "string | number\n"
@@ -14058,7 +13957,7 @@
14058
13957
  "arguments": [
14059
13958
  {
14060
13959
  "name": "argument",
14061
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> }]\n"
13960
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> }]\n"
14062
13961
  }
14063
13962
  ]
14064
13963
  }
@@ -14097,37 +13996,7 @@
14097
13996
  {
14098
13997
  "name": "item",
14099
13998
  "description": "Define a custom item appearance",
14100
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
14101
- "vue-properties": [
14102
- {
14103
- "name": "index",
14104
- "type": "number"
14105
- },
14106
- {
14107
- "name": "item",
14108
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
14109
- },
14110
- {
14111
- "name": "columns",
14112
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14113
- },
14114
- {
14115
- "name": "isExpanded",
14116
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14117
- },
14118
- {
14119
- "name": "toggleExpand",
14120
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14121
- },
14122
- {
14123
- "name": "isSelected",
14124
- "type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
14125
- },
14126
- {
14127
- "name": "toggleSelect",
14128
- "type": "(item: { value: any; selectable: boolean }) => void"
14129
- }
14130
- ]
13999
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
14131
14000
  },
14132
14001
  {
14133
14002
  "name": "loading",
@@ -14149,15 +14018,15 @@
14149
14018
  },
14150
14019
  {
14151
14020
  "name": "columns",
14152
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14021
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14153
14022
  },
14154
14023
  {
14155
14024
  "name": "isExpanded",
14156
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14025
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14157
14026
  },
14158
14027
  {
14159
14028
  "name": "toggleExpand",
14160
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14029
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14161
14030
  },
14162
14031
  {
14163
14032
  "name": "isSelected",
@@ -14193,19 +14062,19 @@
14193
14062
  },
14194
14063
  {
14195
14064
  "name": "item",
14196
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
14065
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
14197
14066
  },
14198
14067
  {
14199
14068
  "name": "columns",
14200
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14069
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14201
14070
  },
14202
14071
  {
14203
14072
  "name": "isExpanded",
14204
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14073
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14205
14074
  },
14206
14075
  {
14207
14076
  "name": "toggleExpand",
14208
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14077
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14209
14078
  },
14210
14079
  {
14211
14080
  "name": "isSelected",
@@ -14228,19 +14097,19 @@
14228
14097
  },
14229
14098
  {
14230
14099
  "name": "item",
14231
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
14100
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
14232
14101
  },
14233
14102
  {
14234
14103
  "name": "columns",
14235
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14104
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14236
14105
  },
14237
14106
  {
14238
14107
  "name": "isExpanded",
14239
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14108
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14240
14109
  },
14241
14110
  {
14242
14111
  "name": "toggleExpand",
14243
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14112
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14244
14113
  },
14245
14114
  {
14246
14115
  "name": "isSelected",
@@ -14263,19 +14132,19 @@
14263
14132
  },
14264
14133
  {
14265
14134
  "name": "item",
14266
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
14135
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
14267
14136
  },
14268
14137
  {
14269
14138
  "name": "columns",
14270
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14139
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14271
14140
  },
14272
14141
  {
14273
14142
  "name": "isExpanded",
14274
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14143
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14275
14144
  },
14276
14145
  {
14277
14146
  "name": "toggleExpand",
14278
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14147
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14279
14148
  },
14280
14149
  {
14281
14150
  "name": "isSelected",
@@ -14294,11 +14163,11 @@
14294
14163
  "vue-properties": [
14295
14164
  {
14296
14165
  "name": "headers",
14297
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14166
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14298
14167
  },
14299
14168
  {
14300
14169
  "name": "columns",
14301
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14170
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14302
14171
  },
14303
14172
  {
14304
14173
  "name": "sortBy",
@@ -14314,7 +14183,7 @@
14314
14183
  },
14315
14184
  {
14316
14185
  "name": "toggleSort",
14317
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14186
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14318
14187
  },
14319
14188
  {
14320
14189
  "name": "selectAll",
@@ -14322,15 +14191,15 @@
14322
14191
  },
14323
14192
  {
14324
14193
  "name": "getSortIcon",
14325
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14194
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14326
14195
  },
14327
14196
  {
14328
14197
  "name": "getFixedStyles",
14329
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
14198
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>, y: number) => CSSProperties"
14330
14199
  },
14331
14200
  {
14332
14201
  "name": "isSorted",
14333
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14202
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14334
14203
  }
14335
14204
  ]
14336
14205
  },
@@ -14356,7 +14225,7 @@
14356
14225
  "vue-properties": [
14357
14226
  {
14358
14227
  "name": "column",
14359
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
14228
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
14360
14229
  },
14361
14230
  {
14362
14231
  "name": "selectAll",
@@ -14364,11 +14233,11 @@
14364
14233
  },
14365
14234
  {
14366
14235
  "name": "isSorted",
14367
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14236
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14368
14237
  },
14369
14238
  {
14370
14239
  "name": "toggleSort",
14371
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14240
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14372
14241
  },
14373
14242
  {
14374
14243
  "name": "sortBy",
@@ -14384,7 +14253,7 @@
14384
14253
  },
14385
14254
  {
14386
14255
  "name": "getSortIcon",
14387
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14256
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14388
14257
  }
14389
14258
  ]
14390
14259
  },
@@ -14395,7 +14264,7 @@
14395
14264
  "vue-properties": [
14396
14265
  {
14397
14266
  "name": "column",
14398
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
14267
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
14399
14268
  },
14400
14269
  {
14401
14270
  "name": "selectAll",
@@ -14403,11 +14272,11 @@
14403
14272
  },
14404
14273
  {
14405
14274
  "name": "isSorted",
14406
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14275
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14407
14276
  },
14408
14277
  {
14409
14278
  "name": "toggleSort",
14410
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14279
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14411
14280
  },
14412
14281
  {
14413
14282
  "name": "sortBy",
@@ -14423,7 +14292,7 @@
14423
14292
  },
14424
14293
  {
14425
14294
  "name": "getSortIcon",
14426
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14295
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14427
14296
  }
14428
14297
  ]
14429
14298
  },
@@ -14434,7 +14303,7 @@
14434
14303
  "vue-properties": [
14435
14304
  {
14436
14305
  "name": "items",
14437
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
14306
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
14438
14307
  },
14439
14308
  {
14440
14309
  "name": "select",
@@ -14450,7 +14319,7 @@
14450
14319
  },
14451
14320
  {
14452
14321
  "name": "toggleSort",
14453
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14322
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14454
14323
  },
14455
14324
  {
14456
14325
  "name": "selectAll",
@@ -14462,11 +14331,11 @@
14462
14331
  },
14463
14332
  {
14464
14333
  "name": "isExpanded",
14465
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14334
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14466
14335
  },
14467
14336
  {
14468
14337
  "name": "toggleExpand",
14469
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14338
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14470
14339
  },
14471
14340
  {
14472
14341
  "name": "isGroupOpen",
@@ -14478,7 +14347,7 @@
14478
14347
  },
14479
14348
  {
14480
14349
  "name": "headers",
14481
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14350
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14482
14351
  },
14483
14352
  {
14484
14353
  "name": "someSelected",
@@ -14490,11 +14359,11 @@
14490
14359
  },
14491
14360
  {
14492
14361
  "name": "groupedItems",
14493
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14362
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14494
14363
  },
14495
14364
  {
14496
14365
  "name": "columns",
14497
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14366
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14498
14367
  }
14499
14368
  ]
14500
14369
  },
@@ -14505,7 +14374,7 @@
14505
14374
  "vue-properties": [
14506
14375
  {
14507
14376
  "name": "items",
14508
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>[]"
14377
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>[]"
14509
14378
  },
14510
14379
  {
14511
14380
  "name": "select",
@@ -14521,7 +14390,7 @@
14521
14390
  },
14522
14391
  {
14523
14392
  "name": "toggleSort",
14524
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14393
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14525
14394
  },
14526
14395
  {
14527
14396
  "name": "selectAll",
@@ -14533,11 +14402,11 @@
14533
14402
  },
14534
14403
  {
14535
14404
  "name": "isExpanded",
14536
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14405
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14537
14406
  },
14538
14407
  {
14539
14408
  "name": "toggleExpand",
14540
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14409
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14541
14410
  },
14542
14411
  {
14543
14412
  "name": "isGroupOpen",
@@ -14549,7 +14418,7 @@
14549
14418
  },
14550
14419
  {
14551
14420
  "name": "headers",
14552
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14421
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[][]"
14553
14422
  },
14554
14423
  {
14555
14424
  "name": "someSelected",
@@ -14561,11 +14430,11 @@
14561
14430
  },
14562
14431
  {
14563
14432
  "name": "groupedItems",
14564
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14433
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
14565
14434
  },
14566
14435
  {
14567
14436
  "name": "columns",
14568
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14437
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14569
14438
  }
14570
14439
  ]
14571
14440
  },
@@ -14580,19 +14449,19 @@
14580
14449
  },
14581
14450
  {
14582
14451
  "name": "item",
14583
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>"
14452
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>"
14584
14453
  },
14585
14454
  {
14586
14455
  "name": "columns",
14587
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
14456
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>[]"
14588
14457
  },
14589
14458
  {
14590
14459
  "name": "isExpanded",
14591
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => boolean"
14460
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => boolean"
14592
14461
  },
14593
14462
  {
14594
14463
  "name": "toggleExpand",
14595
- "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L36\" target=\"_blank\">DataTableItem</a>) => void"
14464
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L38\" target=\"_blank\">DataTableItem</a>) => void"
14596
14465
  },
14597
14466
  {
14598
14467
  "name": "isSelected",
@@ -14611,7 +14480,7 @@
14611
14480
  "vue-properties": [
14612
14481
  {
14613
14482
  "name": "column",
14614
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>"
14483
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>"
14615
14484
  },
14616
14485
  {
14617
14486
  "name": "selectAll",
@@ -14619,11 +14488,11 @@
14619
14488
  },
14620
14489
  {
14621
14490
  "name": "isSorted",
14622
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14491
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => boolean"
14623
14492
  },
14624
14493
  {
14625
14494
  "name": "toggleSort",
14626
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14495
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => void"
14627
14496
  },
14628
14497
  {
14629
14498
  "name": "sortBy",
@@ -14639,7 +14508,7 @@
14639
14508
  },
14640
14509
  {
14641
14510
  "name": "getSortIcon",
14642
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L26-L30\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14511
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L27-L31\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14643
14512
  }
14644
14513
  ]
14645
14514
  }
@@ -14650,10 +14519,10 @@
14650
14519
  }
14651
14520
  },
14652
14521
  {
14653
- "name": "v-defaults-provider",
14522
+ "name": "VDefaultsProvider",
14654
14523
  "source": {
14655
14524
  "module": "./src/components/index.ts",
14656
- "symbol": "v-defaults-provider"
14525
+ "symbol": "VDefaultsProvider"
14657
14526
  },
14658
14527
  "description": "",
14659
14528
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
@@ -14675,7 +14544,7 @@
14675
14544
  "default": "false",
14676
14545
  "value": {
14677
14546
  "kind": "expression",
14678
- "type": "boolean\n"
14547
+ "type": "string | boolean\n"
14679
14548
  }
14680
14549
  },
14681
14550
  {
@@ -14721,10 +14590,10 @@
14721
14590
  }
14722
14591
  },
14723
14592
  {
14724
- "name": "v-dialog",
14593
+ "name": "VDialog",
14725
14594
  "source": {
14726
14595
  "module": "./src/components/index.ts",
14727
- "symbol": "v-dialog"
14596
+ "symbol": "VDialog"
14728
14597
  },
14729
14598
  "description": "",
14730
14599
  "doc-url": "https://vuetifyjs.com/api/v-dialog",
@@ -14800,7 +14669,7 @@
14800
14669
  "default": "'bottom'",
14801
14670
  "value": {
14802
14671
  "kind": "expression",
14803
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
14672
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
14804
14673
  }
14805
14674
  },
14806
14675
  {
@@ -15014,7 +14883,7 @@
15014
14883
  "default": "'center center'",
15015
14884
  "value": {
15016
14885
  "kind": "expression",
15017
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
14886
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
15018
14887
  }
15019
14888
  },
15020
14889
  {
@@ -15134,10 +15003,10 @@
15134
15003
  }
15135
15004
  },
15136
15005
  {
15137
- "name": "v-dialog-bottom-transition",
15006
+ "name": "VDialogBottomTransition",
15138
15007
  "source": {
15139
15008
  "module": "./src/components/index.ts",
15140
- "symbol": "v-dialog-bottom-transition"
15009
+ "symbol": "VDialogBottomTransition"
15141
15010
  },
15142
15011
  "description": "",
15143
15012
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition",
@@ -15156,7 +15025,6 @@
15156
15025
  "name": "origin",
15157
15026
  "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).",
15158
15027
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
15159
- "default": "'center center'",
15160
15028
  "value": {
15161
15029
  "kind": "expression",
15162
15030
  "type": "string\n"
@@ -15216,10 +15084,10 @@
15216
15084
  }
15217
15085
  },
15218
15086
  {
15219
- "name": "v-dialog-top-transition",
15087
+ "name": "VDialogTopTransition",
15220
15088
  "source": {
15221
15089
  "module": "./src/components/index.ts",
15222
- "symbol": "v-dialog-top-transition"
15090
+ "symbol": "VDialogTopTransition"
15223
15091
  },
15224
15092
  "description": "",
15225
15093
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition",
@@ -15238,7 +15106,6 @@
15238
15106
  "name": "origin",
15239
15107
  "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).",
15240
15108
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
15241
- "default": "'center center'",
15242
15109
  "value": {
15243
15110
  "kind": "expression",
15244
15111
  "type": "string\n"
@@ -15298,10 +15165,10 @@
15298
15165
  }
15299
15166
  },
15300
15167
  {
15301
- "name": "v-dialog-transition",
15168
+ "name": "VDialogTransition",
15302
15169
  "source": {
15303
15170
  "module": "./src/components/index.ts",
15304
- "symbol": "v-dialog-transition"
15171
+ "symbol": "VDialogTransition"
15305
15172
  },
15306
15173
  "description": "",
15307
15174
  "doc-url": "https://vuetifyjs.com/api/v-dialog-transition",
@@ -15330,10 +15197,10 @@
15330
15197
  }
15331
15198
  },
15332
15199
  {
15333
- "name": "v-divider",
15200
+ "name": "VDivider",
15334
15201
  "source": {
15335
15202
  "module": "./src/components/index.ts",
15336
- "symbol": "v-divider"
15203
+ "symbol": "VDivider"
15337
15204
  },
15338
15205
  "description": "",
15339
15206
  "doc-url": "https://vuetifyjs.com/api/v-divider",
@@ -15409,10 +15276,10 @@
15409
15276
  }
15410
15277
  },
15411
15278
  {
15412
- "name": "v-expand-transition",
15279
+ "name": "VExpandTransition",
15413
15280
  "source": {
15414
15281
  "module": "./src/components/index.ts",
15415
- "symbol": "v-expand-transition"
15282
+ "symbol": "VExpandTransition"
15416
15283
  },
15417
15284
  "description": "",
15418
15285
  "doc-url": "https://vuetifyjs.com/api/v-expand-transition",
@@ -15429,7 +15296,7 @@
15429
15296
  },
15430
15297
  {
15431
15298
  "name": "mode",
15432
- "description": "Sets the transition mode (does not apply to transition-group).",
15299
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
15433
15300
  "doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
15434
15301
  "default": "'in-out'",
15435
15302
  "value": {
@@ -15452,10 +15319,10 @@
15452
15319
  }
15453
15320
  },
15454
15321
  {
15455
- "name": "v-expand-x-transition",
15322
+ "name": "VExpandXTransition",
15456
15323
  "source": {
15457
15324
  "module": "./src/components/index.ts",
15458
- "symbol": "v-expand-x-transition"
15325
+ "symbol": "VExpandXTransition"
15459
15326
  },
15460
15327
  "description": "",
15461
15328
  "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition",
@@ -15472,7 +15339,7 @@
15472
15339
  },
15473
15340
  {
15474
15341
  "name": "mode",
15475
- "description": "Sets the transition mode (does not apply to transition-group).",
15342
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
15476
15343
  "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
15477
15344
  "default": "'in-out'",
15478
15345
  "value": {
@@ -15495,10 +15362,10 @@
15495
15362
  }
15496
15363
  },
15497
15364
  {
15498
- "name": "v-expansion-panel",
15365
+ "name": "VExpansionPanel",
15499
15366
  "source": {
15500
15367
  "module": "./src/components/index.ts",
15501
- "symbol": "v-expansion-panel"
15368
+ "symbol": "VExpansionPanel"
15502
15369
  },
15503
15370
  "description": "",
15504
15371
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel",
@@ -15693,10 +15560,10 @@
15693
15560
  }
15694
15561
  },
15695
15562
  {
15696
- "name": "v-expansion-panel-text",
15563
+ "name": "VExpansionPanelText",
15697
15564
  "source": {
15698
15565
  "module": "./src/components/index.ts",
15699
- "symbol": "v-expansion-panel-text"
15566
+ "symbol": "VExpansionPanelText"
15700
15567
  },
15701
15568
  "description": "",
15702
15569
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text",
@@ -15726,10 +15593,10 @@
15726
15593
  }
15727
15594
  },
15728
15595
  {
15729
- "name": "v-expansion-panel-title",
15596
+ "name": "VExpansionPanelTitle",
15730
15597
  "source": {
15731
15598
  "module": "./src/components/index.ts",
15732
- "symbol": "v-expansion-panel-title"
15599
+ "symbol": "VExpansionPanelTitle"
15733
15600
  },
15734
15601
  "description": "",
15735
15602
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title",
@@ -15857,10 +15724,10 @@
15857
15724
  }
15858
15725
  },
15859
15726
  {
15860
- "name": "v-expansion-panels",
15727
+ "name": "VExpansionPanels",
15861
15728
  "source": {
15862
15729
  "module": "./src/components/index.ts",
15863
- "symbol": "v-expansion-panels"
15730
+ "symbol": "VExpansionPanels"
15864
15731
  },
15865
15732
  "description": "",
15866
15733
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panels",
@@ -15997,10 +15864,10 @@
15997
15864
  }
15998
15865
  },
15999
15866
  {
16000
- "name": "v-fab-transition",
15867
+ "name": "VFabTransition",
16001
15868
  "source": {
16002
15869
  "module": "./src/components/index.ts",
16003
- "symbol": "v-fab-transition"
15870
+ "symbol": "VFabTransition"
16004
15871
  },
16005
15872
  "description": "",
16006
15873
  "doc-url": "https://vuetifyjs.com/api/v-fab-transition",
@@ -16080,10 +15947,10 @@
16080
15947
  }
16081
15948
  },
16082
15949
  {
16083
- "name": "v-fade-transition",
15950
+ "name": "VFadeTransition",
16084
15951
  "source": {
16085
15952
  "module": "./src/components/index.ts",
16086
- "symbol": "v-fade-transition"
15953
+ "symbol": "VFadeTransition"
16087
15954
  },
16088
15955
  "description": "",
16089
15956
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition",
@@ -16102,7 +15969,6 @@
16102
15969
  "name": "origin",
16103
15970
  "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).",
16104
15971
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
16105
- "default": "'center center'",
16106
15972
  "value": {
16107
15973
  "kind": "expression",
16108
15974
  "type": "string\n"
@@ -16162,10 +16028,10 @@
16162
16028
  }
16163
16029
  },
16164
16030
  {
16165
- "name": "v-field",
16031
+ "name": "VField",
16166
16032
  "source": {
16167
16033
  "module": "./src/components/index.ts",
16168
- "symbol": "v-field"
16034
+ "symbol": "VField"
16169
16035
  },
16170
16036
  "description": "",
16171
16037
  "doc-url": "https://vuetifyjs.com/api/v-field",
@@ -16577,10 +16443,10 @@
16577
16443
  }
16578
16444
  },
16579
16445
  {
16580
- "name": "v-field-label",
16446
+ "name": "VFieldLabel",
16581
16447
  "source": {
16582
16448
  "module": "./src/components/index.ts",
16583
- "symbol": "v-field-label"
16449
+ "symbol": "VFieldLabel"
16584
16450
  },
16585
16451
  "description": "",
16586
16452
  "doc-url": "https://vuetifyjs.com/api/v-field-label",
@@ -16610,10 +16476,10 @@
16610
16476
  }
16611
16477
  },
16612
16478
  {
16613
- "name": "v-file-input",
16479
+ "name": "VFileInput",
16614
16480
  "source": {
16615
16481
  "module": "./src/components/index.ts",
16616
- "symbol": "v-file-input"
16482
+ "symbol": "VFileInput"
16617
16483
  },
16618
16484
  "description": "",
16619
16485
  "doc-url": "https://vuetifyjs.com/api/v-file-input",
@@ -17437,10 +17303,10 @@
17437
17303
  }
17438
17304
  },
17439
17305
  {
17440
- "name": "v-footer",
17306
+ "name": "VFooter",
17441
17307
  "source": {
17442
17308
  "module": "./src/components/index.ts",
17443
- "symbol": "v-footer"
17309
+ "symbol": "VFooter"
17444
17310
  },
17445
17311
  "description": "",
17446
17312
  "doc-url": "https://vuetifyjs.com/api/v-footer",
@@ -17566,10 +17432,10 @@
17566
17432
  }
17567
17433
  },
17568
17434
  {
17569
- "name": "v-form",
17435
+ "name": "VForm",
17570
17436
  "source": {
17571
17437
  "module": "./src/components/index.ts",
17572
- "symbol": "v-form"
17438
+ "symbol": "VForm"
17573
17439
  },
17574
17440
  "description": "",
17575
17441
  "doc-url": "https://vuetifyjs.com/api/v-form",
@@ -17700,10 +17566,10 @@
17700
17566
  }
17701
17567
  },
17702
17568
  {
17703
- "name": "v-hover",
17569
+ "name": "VHover",
17704
17570
  "source": {
17705
17571
  "module": "./src/components/index.ts",
17706
- "symbol": "v-hover"
17572
+ "symbol": "VHover"
17707
17573
  },
17708
17574
  "description": "",
17709
17575
  "doc-url": "https://vuetifyjs.com/api/v-hover",
@@ -17783,10 +17649,10 @@
17783
17649
  }
17784
17650
  },
17785
17651
  {
17786
- "name": "v-icon",
17652
+ "name": "VIcon",
17787
17653
  "source": {
17788
17654
  "module": "./src/components/index.ts",
17789
- "symbol": "v-icon"
17655
+ "symbol": "VIcon"
17790
17656
  },
17791
17657
  "description": "",
17792
17658
  "doc-url": "https://vuetifyjs.com/api/v-icon",
@@ -17873,10 +17739,10 @@
17873
17739
  }
17874
17740
  },
17875
17741
  {
17876
- "name": "v-img",
17742
+ "name": "VImg",
17877
17743
  "source": {
17878
17744
  "module": "./src/components/index.ts",
17879
- "symbol": "v-img"
17745
+ "symbol": "VImg"
17880
17746
  },
17881
17747
  "description": "",
17882
17748
  "doc-url": "https://vuetifyjs.com/api/v-img",
@@ -18122,10 +17988,10 @@
18122
17988
  }
18123
17989
  },
18124
17990
  {
18125
- "name": "v-infinite-scroll",
17991
+ "name": "VInfiniteScroll",
18126
17992
  "source": {
18127
17993
  "module": "./src/components/index.ts",
18128
- "symbol": "v-infinite-scroll"
17994
+ "symbol": "VInfiniteScroll"
18129
17995
  },
18130
17996
  "description": "",
18131
17997
  "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll",
@@ -18349,10 +18215,10 @@
18349
18215
  }
18350
18216
  },
18351
18217
  {
18352
- "name": "v-input",
18218
+ "name": "VInput",
18353
18219
  "source": {
18354
18220
  "module": "./src/components/index.ts",
18355
- "symbol": "v-input"
18221
+ "symbol": "VInput"
18356
18222
  },
18357
18223
  "description": "",
18358
18224
  "doc-url": "https://vuetifyjs.com/api/v-input",
@@ -18838,10 +18704,10 @@
18838
18704
  }
18839
18705
  },
18840
18706
  {
18841
- "name": "v-item",
18707
+ "name": "VItem",
18842
18708
  "source": {
18843
18709
  "module": "./src/components/index.ts",
18844
- "symbol": "v-item"
18710
+ "symbol": "VItem"
18845
18711
  },
18846
18712
  "description": "",
18847
18713
  "doc-url": "https://vuetifyjs.com/api/v-item",
@@ -18927,10 +18793,10 @@
18927
18793
  }
18928
18794
  },
18929
18795
  {
18930
- "name": "v-item-group",
18796
+ "name": "VItemGroup",
18931
18797
  "source": {
18932
18798
  "module": "./src/components/index.ts",
18933
- "symbol": "v-item-group"
18799
+ "symbol": "VItemGroup"
18934
18800
  },
18935
18801
  "description": "",
18936
18802
  "doc-url": "https://vuetifyjs.com/api/v-item-group",
@@ -19061,10 +18927,10 @@
19061
18927
  }
19062
18928
  },
19063
18929
  {
19064
- "name": "v-kbd",
18930
+ "name": "VKbd",
19065
18931
  "source": {
19066
18932
  "module": "./src/components/index.ts",
19067
- "symbol": "v-kbd"
18933
+ "symbol": "VKbd"
19068
18934
  },
19069
18935
  "description": "",
19070
18936
  "doc-url": "https://vuetifyjs.com/api/v-kbd",
@@ -19094,10 +18960,10 @@
19094
18960
  }
19095
18961
  },
19096
18962
  {
19097
- "name": "v-label",
18963
+ "name": "VLabel",
19098
18964
  "source": {
19099
18965
  "module": "./src/components/index.ts",
19100
- "symbol": "v-label"
18966
+ "symbol": "VLabel"
19101
18967
  },
19102
18968
  "description": "",
19103
18969
  "doc-url": "https://vuetifyjs.com/api/v-label",
@@ -19145,10 +19011,10 @@
19145
19011
  }
19146
19012
  },
19147
19013
  {
19148
- "name": "v-layout",
19014
+ "name": "VLayout",
19149
19015
  "source": {
19150
19016
  "module": "./src/components/index.ts",
19151
- "symbol": "v-layout"
19017
+ "symbol": "VLayout"
19152
19018
  },
19153
19019
  "description": "",
19154
19020
  "doc-url": "https://vuetifyjs.com/api/v-layout",
@@ -19188,10 +19054,10 @@
19188
19054
  }
19189
19055
  },
19190
19056
  {
19191
- "name": "v-layout-item",
19057
+ "name": "VLayoutItem",
19192
19058
  "source": {
19193
19059
  "module": "./src/components/index.ts",
19194
- "symbol": "v-layout-item"
19060
+ "symbol": "VLayoutItem"
19195
19061
  },
19196
19062
  "description": "",
19197
19063
  "doc-url": "https://vuetifyjs.com/api/v-layout-item",
@@ -19269,10 +19135,10 @@
19269
19135
  }
19270
19136
  },
19271
19137
  {
19272
- "name": "v-lazy",
19138
+ "name": "VLazy",
19273
19139
  "source": {
19274
19140
  "module": "./src/components/index.ts",
19275
- "symbol": "v-lazy"
19141
+ "symbol": "VLazy"
19276
19142
  },
19277
19143
  "description": "",
19278
19144
  "doc-url": "https://vuetifyjs.com/api/v-lazy",
@@ -19398,10 +19264,10 @@
19398
19264
  }
19399
19265
  },
19400
19266
  {
19401
- "name": "v-ligature-icon",
19267
+ "name": "VLigatureIcon",
19402
19268
  "source": {
19403
19269
  "module": "./src/components/index.ts",
19404
- "symbol": "v-ligature-icon"
19270
+ "symbol": "VLigatureIcon"
19405
19271
  },
19406
19272
  "description": "",
19407
19273
  "doc-url": "https://vuetifyjs.com/api/v-ligature-icon",
@@ -19433,10 +19299,10 @@
19433
19299
  }
19434
19300
  },
19435
19301
  {
19436
- "name": "v-list",
19302
+ "name": "VList",
19437
19303
  "source": {
19438
19304
  "module": "./src/components/index.ts",
19439
- "symbol": "v-list"
19305
+ "symbol": "VList"
19440
19306
  },
19441
19307
  "description": "",
19442
19308
  "doc-url": "https://vuetifyjs.com/api/v-list",
@@ -19714,7 +19580,7 @@
19714
19580
  "default": "'single-leaf'",
19715
19581
  "value": {
19716
19582
  "kind": "expression",
19717
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>\n"
19583
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n"
19718
19584
  }
19719
19585
  },
19720
19586
  {
@@ -19880,10 +19746,10 @@
19880
19746
  }
19881
19747
  },
19882
19748
  {
19883
- "name": "v-list-group",
19749
+ "name": "VListGroup",
19884
19750
  "source": {
19885
19751
  "module": "./src/components/index.ts",
19886
- "symbol": "v-list-group"
19752
+ "symbol": "VListGroup"
19887
19753
  },
19888
19754
  "description": "",
19889
19755
  "doc-url": "https://vuetifyjs.com/api/v-list-group",
@@ -20031,10 +19897,10 @@
20031
19897
  }
20032
19898
  },
20033
19899
  {
20034
- "name": "v-list-img",
19900
+ "name": "VListImg",
20035
19901
  "source": {
20036
19902
  "module": "./src/components/index.ts",
20037
- "symbol": "v-list-img"
19903
+ "symbol": "VListImg"
20038
19904
  },
20039
19905
  "description": "",
20040
19906
  "doc-url": "https://vuetifyjs.com/api/v-list-img",
@@ -20064,10 +19930,10 @@
20064
19930
  }
20065
19931
  },
20066
19932
  {
20067
- "name": "v-list-item",
19933
+ "name": "VListItem",
20068
19934
  "source": {
20069
19935
  "module": "./src/components/index.ts",
20070
- "symbol": "v-list-item"
19936
+ "symbol": "VListItem"
20071
19937
  },
20072
19938
  "description": "",
20073
19939
  "doc-url": "https://vuetifyjs.com/api/v-list-item",
@@ -20516,10 +20382,10 @@
20516
20382
  }
20517
20383
  },
20518
20384
  {
20519
- "name": "v-list-item-action",
20385
+ "name": "VListItemAction",
20520
20386
  "source": {
20521
20387
  "module": "./src/components/index.ts",
20522
- "symbol": "v-list-item-action"
20388
+ "symbol": "VListItemAction"
20523
20389
  },
20524
20390
  "description": "",
20525
20391
  "doc-url": "https://vuetifyjs.com/api/v-list-item-action",
@@ -20569,10 +20435,10 @@
20569
20435
  }
20570
20436
  },
20571
20437
  {
20572
- "name": "v-list-item-media",
20438
+ "name": "VListItemMedia",
20573
20439
  "source": {
20574
20440
  "module": "./src/components/index.ts",
20575
- "symbol": "v-list-item-media"
20441
+ "symbol": "VListItemMedia"
20576
20442
  },
20577
20443
  "description": "",
20578
20444
  "doc-url": "https://vuetifyjs.com/api/v-list-item-media",
@@ -20622,10 +20488,10 @@
20622
20488
  }
20623
20489
  },
20624
20490
  {
20625
- "name": "v-list-item-subtitle",
20491
+ "name": "VListItemSubtitle",
20626
20492
  "source": {
20627
20493
  "module": "./src/components/index.ts",
20628
- "symbol": "v-list-item-subtitle"
20494
+ "symbol": "VListItemSubtitle"
20629
20495
  },
20630
20496
  "description": "",
20631
20497
  "doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle",
@@ -20655,10 +20521,10 @@
20655
20521
  }
20656
20522
  },
20657
20523
  {
20658
- "name": "v-list-item-title",
20524
+ "name": "VListItemTitle",
20659
20525
  "source": {
20660
20526
  "module": "./src/components/index.ts",
20661
- "symbol": "v-list-item-title"
20527
+ "symbol": "VListItemTitle"
20662
20528
  },
20663
20529
  "description": "",
20664
20530
  "doc-url": "https://vuetifyjs.com/api/v-list-item-title",
@@ -20688,10 +20554,10 @@
20688
20554
  }
20689
20555
  },
20690
20556
  {
20691
- "name": "v-list-subheader",
20557
+ "name": "VListSubheader",
20692
20558
  "source": {
20693
20559
  "module": "./src/components/index.ts",
20694
- "symbol": "v-list-subheader"
20560
+ "symbol": "VListSubheader"
20695
20561
  },
20696
20562
  "description": "",
20697
20563
  "doc-url": "https://vuetifyjs.com/api/v-list-subheader",
@@ -20759,10 +20625,10 @@
20759
20625
  }
20760
20626
  },
20761
20627
  {
20762
- "name": "v-locale-provider",
20628
+ "name": "VLocaleProvider",
20763
20629
  "source": {
20764
20630
  "module": "./src/components/index.ts",
20765
- "symbol": "v-locale-provider"
20631
+ "symbol": "VLocaleProvider"
20766
20632
  },
20767
20633
  "description": "",
20768
20634
  "doc-url": "https://vuetifyjs.com/api/v-locale-provider",
@@ -20819,10 +20685,10 @@
20819
20685
  }
20820
20686
  },
20821
20687
  {
20822
- "name": "v-main",
20688
+ "name": "VMain",
20823
20689
  "source": {
20824
20690
  "module": "./src/components/index.ts",
20825
- "symbol": "v-main"
20691
+ "symbol": "VMain"
20826
20692
  },
20827
20693
  "description": "",
20828
20694
  "doc-url": "https://vuetifyjs.com/api/v-main",
@@ -20862,10 +20728,10 @@
20862
20728
  }
20863
20729
  },
20864
20730
  {
20865
- "name": "v-menu",
20731
+ "name": "VMenu",
20866
20732
  "source": {
20867
20733
  "module": "./src/components/index.ts",
20868
- "symbol": "v-menu"
20734
+ "symbol": "VMenu"
20869
20735
  },
20870
20736
  "description": "",
20871
20737
  "doc-url": "https://vuetifyjs.com/api/v-menu",
@@ -20941,7 +20807,7 @@
20941
20807
  "default": "'bottom'",
20942
20808
  "value": {
20943
20809
  "kind": "expression",
20944
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
20810
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
20945
20811
  }
20946
20812
  },
20947
20813
  {
@@ -21156,7 +21022,7 @@
21156
21022
  "default": "'auto'",
21157
21023
  "value": {
21158
21024
  "kind": "expression",
21159
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
21025
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
21160
21026
  }
21161
21027
  },
21162
21028
  {
@@ -21246,10 +21112,10 @@
21246
21112
  }
21247
21113
  },
21248
21114
  {
21249
- "name": "v-messages",
21115
+ "name": "VMessages",
21250
21116
  "source": {
21251
21117
  "module": "./src/components/index.ts",
21252
- "symbol": "v-messages"
21118
+ "symbol": "VMessages"
21253
21119
  },
21254
21120
  "description": "",
21255
21121
  "doc-url": "https://vuetifyjs.com/api/v-messages",
@@ -21314,10 +21180,10 @@
21314
21180
  }
21315
21181
  },
21316
21182
  {
21317
- "name": "v-navigation-drawer",
21183
+ "name": "VNavigationDrawer",
21318
21184
  "source": {
21319
21185
  "module": "./src/components/index.ts",
21320
- "symbol": "v-navigation-drawer"
21186
+ "symbol": "VNavigationDrawer"
21321
21187
  },
21322
21188
  "description": "",
21323
21189
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer",
@@ -21616,10 +21482,10 @@
21616
21482
  }
21617
21483
  },
21618
21484
  {
21619
- "name": "v-no-ssr",
21485
+ "name": "VNoSsr",
21620
21486
  "source": {
21621
21487
  "module": "./src/components/index.ts",
21622
- "symbol": "v-no-ssr"
21488
+ "symbol": "VNoSsr"
21623
21489
  },
21624
21490
  "description": "",
21625
21491
  "doc-url": "https://vuetifyjs.com/api/v-no-ssr",
@@ -21632,10 +21498,10 @@
21632
21498
  }
21633
21499
  },
21634
21500
  {
21635
- "name": "v-overlay",
21501
+ "name": "VOverlay",
21636
21502
  "source": {
21637
21503
  "module": "./src/components/index.ts",
21638
- "symbol": "v-overlay"
21504
+ "symbol": "VOverlay"
21639
21505
  },
21640
21506
  "description": "",
21641
21507
  "doc-url": "https://vuetifyjs.com/api/v-overlay",
@@ -21711,7 +21577,7 @@
21711
21577
  "default": "'bottom'",
21712
21578
  "value": {
21713
21579
  "kind": "expression",
21714
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
21580
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
21715
21581
  }
21716
21582
  },
21717
21583
  {
@@ -21925,7 +21791,7 @@
21925
21791
  "default": "'auto'",
21926
21792
  "value": {
21927
21793
  "kind": "expression",
21928
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
21794
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
21929
21795
  }
21930
21796
  },
21931
21797
  {
@@ -22037,10 +21903,10 @@
22037
21903
  }
22038
21904
  },
22039
21905
  {
22040
- "name": "v-pagination",
21906
+ "name": "VPagination",
22041
21907
  "source": {
22042
21908
  "module": "./src/components/index.ts",
22043
- "symbol": "v-pagination"
21909
+ "symbol": "VPagination"
22044
21910
  },
22045
21911
  "description": "",
22046
21912
  "doc-url": "https://vuetifyjs.com/api/v-pagination",
@@ -22516,10 +22382,10 @@
22516
22382
  }
22517
22383
  },
22518
22384
  {
22519
- "name": "v-parallax",
22385
+ "name": "VParallax",
22520
22386
  "source": {
22521
22387
  "module": "./src/components/index.ts",
22522
- "symbol": "v-parallax"
22388
+ "symbol": "VParallax"
22523
22389
  },
22524
22390
  "description": "",
22525
22391
  "doc-url": "https://vuetifyjs.com/api/v-parallax",
@@ -22564,10 +22430,10 @@
22564
22430
  }
22565
22431
  },
22566
22432
  {
22567
- "name": "v-progress-circular",
22433
+ "name": "VProgressCircular",
22568
22434
  "source": {
22569
22435
  "module": "./src/components/index.ts",
22570
- "symbol": "v-progress-circular"
22436
+ "symbol": "VProgressCircular"
22571
22437
  },
22572
22438
  "description": "",
22573
22439
  "doc-url": "https://vuetifyjs.com/api/v-progress-circular",
@@ -22680,10 +22546,10 @@
22680
22546
  }
22681
22547
  },
22682
22548
  {
22683
- "name": "v-progress-linear",
22549
+ "name": "VProgressLinear",
22684
22550
  "source": {
22685
22551
  "module": "./src/components/index.ts",
22686
- "symbol": "v-progress-linear"
22552
+ "symbol": "VProgressLinear"
22687
22553
  },
22688
22554
  "description": "",
22689
22555
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear",
@@ -22725,7 +22591,7 @@
22725
22591
  "default": "'top'",
22726
22592
  "value": {
22727
22593
  "kind": "expression",
22728
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
22594
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
22729
22595
  }
22730
22596
  },
22731
22597
  {
@@ -22911,10 +22777,10 @@
22911
22777
  }
22912
22778
  },
22913
22779
  {
22914
- "name": "v-radio",
22780
+ "name": "VRadio",
22915
22781
  "source": {
22916
22782
  "module": "./src/components/index.ts",
22917
- "symbol": "v-radio"
22783
+ "symbol": "VRadio"
22918
22784
  },
22919
22785
  "description": "",
22920
22786
  "doc-url": "https://vuetifyjs.com/api/v-radio",
@@ -23170,10 +23036,10 @@
23170
23036
  }
23171
23037
  },
23172
23038
  {
23173
- "name": "v-radio-group",
23039
+ "name": "VRadioGroup",
23174
23040
  "source": {
23175
23041
  "module": "./src/components/index.ts",
23176
- "symbol": "v-radio-group"
23042
+ "symbol": "VRadioGroup"
23177
23043
  },
23178
23044
  "description": "",
23179
23045
  "doc-url": "https://vuetifyjs.com/api/v-radio-group",
@@ -23747,10 +23613,10 @@
23747
23613
  }
23748
23614
  },
23749
23615
  {
23750
- "name": "v-range-slider",
23616
+ "name": "VRangeSlider",
23751
23617
  "source": {
23752
23618
  "module": "./src/components/index.ts",
23753
- "symbol": "v-range-slider"
23619
+ "symbol": "VRangeSlider"
23754
23620
  },
23755
23621
  "description": "",
23756
23622
  "doc-url": "https://vuetifyjs.com/api/v-range-slider",
@@ -24485,10 +24351,10 @@
24485
24351
  }
24486
24352
  },
24487
24353
  {
24488
- "name": "v-rating",
24354
+ "name": "VRating",
24489
24355
  "source": {
24490
24356
  "module": "./src/components/index.ts",
24491
- "symbol": "v-rating"
24357
+ "symbol": "VRating"
24492
24358
  },
24493
24359
  "description": "",
24494
24360
  "doc-url": "https://vuetifyjs.com/api/v-rating",
@@ -24768,10 +24634,10 @@
24768
24634
  }
24769
24635
  },
24770
24636
  {
24771
- "name": "v-responsive",
24637
+ "name": "VResponsive",
24772
24638
  "source": {
24773
24639
  "module": "./src/components/index.ts",
24774
- "symbol": "v-responsive"
24640
+ "symbol": "VResponsive"
24775
24641
  },
24776
24642
  "description": "",
24777
24643
  "doc-url": "https://vuetifyjs.com/api/v-responsive",
@@ -24878,10 +24744,10 @@
24878
24744
  }
24879
24745
  },
24880
24746
  {
24881
- "name": "v-row",
24747
+ "name": "VRow",
24882
24748
  "source": {
24883
24749
  "module": "./src/components/index.ts",
24884
- "symbol": "v-row"
24750
+ "symbol": "VRow"
24885
24751
  },
24886
24752
  "description": "",
24887
24753
  "doc-url": "https://vuetifyjs.com/api/v-row",
@@ -25111,10 +24977,10 @@
25111
24977
  }
25112
24978
  },
25113
24979
  {
25114
- "name": "v-scale-transition",
24980
+ "name": "VScaleTransition",
25115
24981
  "source": {
25116
24982
  "module": "./src/components/index.ts",
25117
- "symbol": "v-scale-transition"
24983
+ "symbol": "VScaleTransition"
25118
24984
  },
25119
24985
  "description": "",
25120
24986
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition",
@@ -25133,7 +24999,6 @@
25133
24999
  "name": "origin",
25134
25000
  "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).",
25135
25001
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
25136
- "default": "'center center'",
25137
25002
  "value": {
25138
25003
  "kind": "expression",
25139
25004
  "type": "string\n"
@@ -25193,10 +25058,10 @@
25193
25058
  }
25194
25059
  },
25195
25060
  {
25196
- "name": "v-scroll-x-reverse-transition",
25061
+ "name": "VScrollXReverseTransition",
25197
25062
  "source": {
25198
25063
  "module": "./src/components/index.ts",
25199
- "symbol": "v-scroll-x-reverse-transition"
25064
+ "symbol": "VScrollXReverseTransition"
25200
25065
  },
25201
25066
  "description": "",
25202
25067
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition",
@@ -25215,7 +25080,6 @@
25215
25080
  "name": "origin",
25216
25081
  "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).",
25217
25082
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
25218
- "default": "'center center'",
25219
25083
  "value": {
25220
25084
  "kind": "expression",
25221
25085
  "type": "string\n"
@@ -25275,10 +25139,10 @@
25275
25139
  }
25276
25140
  },
25277
25141
  {
25278
- "name": "v-scroll-x-transition",
25142
+ "name": "VScrollXTransition",
25279
25143
  "source": {
25280
25144
  "module": "./src/components/index.ts",
25281
- "symbol": "v-scroll-x-transition"
25145
+ "symbol": "VScrollXTransition"
25282
25146
  },
25283
25147
  "description": "",
25284
25148
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition",
@@ -25297,7 +25161,6 @@
25297
25161
  "name": "origin",
25298
25162
  "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).",
25299
25163
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
25300
- "default": "'center center'",
25301
25164
  "value": {
25302
25165
  "kind": "expression",
25303
25166
  "type": "string\n"
@@ -25357,10 +25220,10 @@
25357
25220
  }
25358
25221
  },
25359
25222
  {
25360
- "name": "v-scroll-y-reverse-transition",
25223
+ "name": "VScrollYReverseTransition",
25361
25224
  "source": {
25362
25225
  "module": "./src/components/index.ts",
25363
- "symbol": "v-scroll-y-reverse-transition"
25226
+ "symbol": "VScrollYReverseTransition"
25364
25227
  },
25365
25228
  "description": "",
25366
25229
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition",
@@ -25379,7 +25242,6 @@
25379
25242
  "name": "origin",
25380
25243
  "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).",
25381
25244
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
25382
- "default": "'center center'",
25383
25245
  "value": {
25384
25246
  "kind": "expression",
25385
25247
  "type": "string\n"
@@ -25439,10 +25301,10 @@
25439
25301
  }
25440
25302
  },
25441
25303
  {
25442
- "name": "v-scroll-y-transition",
25304
+ "name": "VScrollYTransition",
25443
25305
  "source": {
25444
25306
  "module": "./src/components/index.ts",
25445
- "symbol": "v-scroll-y-transition"
25307
+ "symbol": "VScrollYTransition"
25446
25308
  },
25447
25309
  "description": "",
25448
25310
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition",
@@ -25461,7 +25323,6 @@
25461
25323
  "name": "origin",
25462
25324
  "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).",
25463
25325
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
25464
- "default": "'center center'",
25465
25326
  "value": {
25466
25327
  "kind": "expression",
25467
25328
  "type": "string\n"
@@ -25521,10 +25382,10 @@
25521
25382
  }
25522
25383
  },
25523
25384
  {
25524
- "name": "v-select",
25385
+ "name": "VSelect",
25525
25386
  "source": {
25526
25387
  "module": "./src/components/index.ts",
25527
- "symbol": "v-select"
25388
+ "symbol": "VSelect"
25528
25389
  },
25529
25390
  "description": "",
25530
25391
  "doc-url": "https://vuetifyjs.com/api/v-select",
@@ -26570,10 +26431,10 @@
26570
26431
  }
26571
26432
  },
26572
26433
  {
26573
- "name": "v-selection-control",
26434
+ "name": "VSelectionControl",
26574
26435
  "source": {
26575
26436
  "module": "./src/components/index.ts",
26576
- "symbol": "v-selection-control"
26437
+ "symbol": "VSelectionControl"
26577
26438
  },
26578
26439
  "description": "",
26579
26440
  "doc-url": "https://vuetifyjs.com/api/v-selection-control",
@@ -26839,10 +26700,10 @@
26839
26700
  }
26840
26701
  },
26841
26702
  {
26842
- "name": "v-selection-control-group",
26703
+ "name": "VSelectionControlGroup",
26843
26704
  "source": {
26844
26705
  "module": "./src/components/index.ts",
26845
- "symbol": "v-selection-control-group"
26706
+ "symbol": "VSelectionControlGroup"
26846
26707
  },
26847
26708
  "description": "",
26848
26709
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group",
@@ -27035,10 +26896,10 @@
27035
26896
  }
27036
26897
  },
27037
26898
  {
27038
- "name": "v-sheet",
26899
+ "name": "VSheet",
27039
26900
  "source": {
27040
26901
  "module": "./src/components/index.ts",
27041
- "symbol": "v-sheet"
26902
+ "symbol": "VSheet"
27042
26903
  },
27043
26904
  "description": "",
27044
26905
  "doc-url": "https://vuetifyjs.com/api/v-sheet",
@@ -27122,12 +26983,12 @@
27122
26983
  "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
27123
26984
  "value": {
27124
26985
  "kind": "expression",
27125
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
26986
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
27126
26987
  }
27127
26988
  },
27128
26989
  {
27129
26990
  "name": "position",
27130
- "description": "Specifies the type of positioning method used for the component.",
26991
+ "description": "MISSING DESCRIPTION",
27131
26992
  "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
27132
26993
  "value": {
27133
26994
  "kind": "expression",
@@ -27187,10 +27048,10 @@
27187
27048
  }
27188
27049
  },
27189
27050
  {
27190
- "name": "v-skeleton-loader",
27051
+ "name": "VSkeletonLoader",
27191
27052
  "source": {
27192
27053
  "module": "./src/components/index.ts",
27193
- "symbol": "v-skeleton-loader"
27054
+ "symbol": "VSkeletonLoader"
27194
27055
  },
27195
27056
  "description": "",
27196
27057
  "doc-url": "https://vuetifyjs.com/api/v-skeleton-loader",
@@ -27331,10 +27192,10 @@
27331
27192
  }
27332
27193
  },
27333
27194
  {
27334
- "name": "v-slide-group",
27195
+ "name": "VSlideGroup",
27335
27196
  "source": {
27336
27197
  "module": "./src/components/index.ts",
27337
- "symbol": "v-slide-group"
27198
+ "symbol": "VSlideGroup"
27338
27199
  },
27339
27200
  "description": "",
27340
27201
  "doc-url": "https://vuetifyjs.com/api/v-slide-group",
@@ -27557,10 +27418,10 @@
27557
27418
  }
27558
27419
  },
27559
27420
  {
27560
- "name": "v-slide-group-item",
27421
+ "name": "VSlideGroupItem",
27561
27422
  "source": {
27562
27423
  "module": "./src/components/index.ts",
27563
- "symbol": "v-slide-group-item"
27424
+ "symbol": "VSlideGroupItem"
27564
27425
  },
27565
27426
  "description": "",
27566
27427
  "doc-url": "https://vuetifyjs.com/api/v-slide-group-item",
@@ -27638,10 +27499,10 @@
27638
27499
  }
27639
27500
  },
27640
27501
  {
27641
- "name": "v-slide-x-reverse-transition",
27502
+ "name": "VSlideXReverseTransition",
27642
27503
  "source": {
27643
27504
  "module": "./src/components/index.ts",
27644
- "symbol": "v-slide-x-reverse-transition"
27505
+ "symbol": "VSlideXReverseTransition"
27645
27506
  },
27646
27507
  "description": "",
27647
27508
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition",
@@ -27660,7 +27521,6 @@
27660
27521
  "name": "origin",
27661
27522
  "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).",
27662
27523
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
27663
- "default": "'center center'",
27664
27524
  "value": {
27665
27525
  "kind": "expression",
27666
27526
  "type": "string\n"
@@ -27720,10 +27580,10 @@
27720
27580
  }
27721
27581
  },
27722
27582
  {
27723
- "name": "v-slide-x-transition",
27583
+ "name": "VSlideXTransition",
27724
27584
  "source": {
27725
27585
  "module": "./src/components/index.ts",
27726
- "symbol": "v-slide-x-transition"
27586
+ "symbol": "VSlideXTransition"
27727
27587
  },
27728
27588
  "description": "",
27729
27589
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition",
@@ -27742,7 +27602,6 @@
27742
27602
  "name": "origin",
27743
27603
  "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).",
27744
27604
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
27745
- "default": "'center center'",
27746
27605
  "value": {
27747
27606
  "kind": "expression",
27748
27607
  "type": "string\n"
@@ -27802,10 +27661,10 @@
27802
27661
  }
27803
27662
  },
27804
27663
  {
27805
- "name": "v-slide-y-reverse-transition",
27664
+ "name": "VSlideYReverseTransition",
27806
27665
  "source": {
27807
27666
  "module": "./src/components/index.ts",
27808
- "symbol": "v-slide-y-reverse-transition"
27667
+ "symbol": "VSlideYReverseTransition"
27809
27668
  },
27810
27669
  "description": "",
27811
27670
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition",
@@ -27824,7 +27683,6 @@
27824
27683
  "name": "origin",
27825
27684
  "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).",
27826
27685
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
27827
- "default": "'center center'",
27828
27686
  "value": {
27829
27687
  "kind": "expression",
27830
27688
  "type": "string\n"
@@ -27884,10 +27742,10 @@
27884
27742
  }
27885
27743
  },
27886
27744
  {
27887
- "name": "v-slide-y-transition",
27745
+ "name": "VSlideYTransition",
27888
27746
  "source": {
27889
27747
  "module": "./src/components/index.ts",
27890
- "symbol": "v-slide-y-transition"
27748
+ "symbol": "VSlideYTransition"
27891
27749
  },
27892
27750
  "description": "",
27893
27751
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition",
@@ -27906,7 +27764,6 @@
27906
27764
  "name": "origin",
27907
27765
  "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).",
27908
27766
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
27909
- "default": "'center center'",
27910
27767
  "value": {
27911
27768
  "kind": "expression",
27912
27769
  "type": "string\n"
@@ -27966,10 +27823,10 @@
27966
27823
  }
27967
27824
  },
27968
27825
  {
27969
- "name": "v-slider",
27826
+ "name": "VSlider",
27970
27827
  "source": {
27971
27828
  "module": "./src/components/index.ts",
27972
- "symbol": "v-slider"
27829
+ "symbol": "VSlider"
27973
27830
  },
27974
27831
  "description": "",
27975
27832
  "doc-url": "https://vuetifyjs.com/api/v-slider",
@@ -28694,10 +28551,10 @@
28694
28551
  }
28695
28552
  },
28696
28553
  {
28697
- "name": "v-snackbar",
28554
+ "name": "VSnackbar",
28698
28555
  "source": {
28699
28556
  "module": "./src/components/index.ts",
28700
- "symbol": "v-snackbar"
28557
+ "symbol": "VSnackbar"
28701
28558
  },
28702
28559
  "description": "",
28703
28560
  "doc-url": "https://vuetifyjs.com/api/v-snackbar",
@@ -28773,12 +28630,12 @@
28773
28630
  "default": "'bottom'",
28774
28631
  "value": {
28775
28632
  "kind": "expression",
28776
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
28633
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
28777
28634
  }
28778
28635
  },
28779
28636
  {
28780
28637
  "name": "position",
28781
- "description": "Specifies the type of positioning method used for the component.",
28638
+ "description": "MISSING DESCRIPTION",
28782
28639
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
28783
28640
  "value": {
28784
28641
  "kind": "expression",
@@ -28995,7 +28852,7 @@
28995
28852
  "default": "'auto'",
28996
28853
  "value": {
28997
28854
  "kind": "expression",
28998
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
28855
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
28999
28856
  }
29000
28857
  },
29001
28858
  {
@@ -29104,10 +28961,10 @@
29104
28961
  }
29105
28962
  },
29106
28963
  {
29107
- "name": "v-spacer",
28964
+ "name": "VSpacer",
29108
28965
  "source": {
29109
28966
  "module": "./src/components/index.ts",
29110
- "symbol": "v-spacer"
28967
+ "symbol": "VSpacer"
29111
28968
  },
29112
28969
  "description": "",
29113
28970
  "doc-url": "https://vuetifyjs.com/api/v-spacer",
@@ -29137,10 +28994,10 @@
29137
28994
  }
29138
28995
  },
29139
28996
  {
29140
- "name": "v-svg-icon",
28997
+ "name": "VSvgIcon",
29141
28998
  "source": {
29142
28999
  "module": "./src/components/index.ts",
29143
- "symbol": "v-svg-icon"
29000
+ "symbol": "VSvgIcon"
29144
29001
  },
29145
29002
  "description": "",
29146
29003
  "doc-url": "https://vuetifyjs.com/api/v-svg-icon",
@@ -29172,10 +29029,10 @@
29172
29029
  }
29173
29030
  },
29174
29031
  {
29175
- "name": "v-switch",
29032
+ "name": "VSwitch",
29176
29033
  "source": {
29177
29034
  "module": "./src/components/index.ts",
29178
- "symbol": "v-switch"
29035
+ "symbol": "VSwitch"
29179
29036
  },
29180
29037
  "description": "",
29181
29038
  "doc-url": "https://vuetifyjs.com/api/v-switch",
@@ -29839,10 +29696,10 @@
29839
29696
  }
29840
29697
  },
29841
29698
  {
29842
- "name": "v-system-bar",
29699
+ "name": "VSystemBar",
29843
29700
  "source": {
29844
29701
  "module": "./src/components/index.ts",
29845
- "symbol": "v-system-bar"
29702
+ "symbol": "VSystemBar"
29846
29703
  },
29847
29704
  "description": "",
29848
29705
  "doc-url": "https://vuetifyjs.com/api/v-system-bar",
@@ -29957,10 +29814,10 @@
29957
29814
  }
29958
29815
  },
29959
29816
  {
29960
- "name": "v-tab",
29817
+ "name": "VTab",
29961
29818
  "source": {
29962
29819
  "module": "./src/components/index.ts",
29963
- "symbol": "v-tab"
29820
+ "symbol": "VTab"
29964
29821
  },
29965
29822
  "description": "",
29966
29823
  "doc-url": "https://vuetifyjs.com/api/v-tab",
@@ -30108,7 +29965,7 @@
30108
29965
  },
30109
29966
  {
30110
29967
  "name": "color",
30111
- "description": "Applies specified color to the selected tab - 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)",
29968
+ "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)",
30112
29969
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
30113
29970
  "value": {
30114
29971
  "kind": "expression",
@@ -30294,10 +30151,10 @@
30294
30151
  }
30295
30152
  },
30296
30153
  {
30297
- "name": "v-table",
30154
+ "name": "VTable",
30298
30155
  "source": {
30299
30156
  "module": "./src/components/index.ts",
30300
- "symbol": "v-table"
30157
+ "symbol": "VTable"
30301
30158
  },
30302
30159
  "description": "",
30303
30160
  "doc-url": "https://vuetifyjs.com/api/v-table",
@@ -30400,10 +30257,10 @@
30400
30257
  }
30401
30258
  },
30402
30259
  {
30403
- "name": "v-tabs",
30260
+ "name": "VTabs",
30404
30261
  "source": {
30405
30262
  "module": "./src/components/index.ts",
30406
- "symbol": "v-tabs"
30263
+ "symbol": "VTabs"
30407
30264
  },
30408
30265
  "description": "",
30409
30266
  "doc-url": "https://vuetifyjs.com/api/v-tabs",
@@ -30668,10 +30525,10 @@
30668
30525
  }
30669
30526
  },
30670
30527
  {
30671
- "name": "v-text-field",
30528
+ "name": "VTextField",
30672
30529
  "source": {
30673
30530
  "module": "./src/components/index.ts",
30674
- "symbol": "v-text-field"
30531
+ "symbol": "VTextField"
30675
30532
  },
30676
30533
  "description": "",
30677
30534
  "doc-url": "https://vuetifyjs.com/api/v-text-field",
@@ -31523,10 +31380,10 @@
31523
31380
  }
31524
31381
  },
31525
31382
  {
31526
- "name": "v-textarea",
31383
+ "name": "VTextarea",
31527
31384
  "source": {
31528
31385
  "module": "./src/components/index.ts",
31529
- "symbol": "v-textarea"
31386
+ "symbol": "VTextarea"
31530
31387
  },
31531
31388
  "description": "",
31532
31389
  "doc-url": "https://vuetifyjs.com/api/v-textarea",
@@ -32402,10 +32259,10 @@
32402
32259
  }
32403
32260
  },
32404
32261
  {
32405
- "name": "v-theme-provider",
32262
+ "name": "VThemeProvider",
32406
32263
  "source": {
32407
32264
  "module": "./src/components/index.ts",
32408
- "symbol": "v-theme-provider"
32265
+ "symbol": "VThemeProvider"
32409
32266
  },
32410
32267
  "description": "",
32411
32268
  "doc-url": "https://vuetifyjs.com/api/v-theme-provider",
@@ -32454,10 +32311,10 @@
32454
32311
  }
32455
32312
  },
32456
32313
  {
32457
- "name": "v-timeline",
32314
+ "name": "VTimeline",
32458
32315
  "source": {
32459
32316
  "module": "./src/components/index.ts",
32460
- "symbol": "v-timeline"
32317
+ "symbol": "VTimeline"
32461
32318
  },
32462
32319
  "description": "",
32463
32320
  "doc-url": "https://vuetifyjs.com/api/v-timeline",
@@ -32583,10 +32440,10 @@
32583
32440
  }
32584
32441
  },
32585
32442
  {
32586
- "name": "v-timeline-item",
32443
+ "name": "VTimelineItem",
32587
32444
  "source": {
32588
32445
  "module": "./src/components/index.ts",
32589
- "symbol": "v-timeline-item"
32446
+ "symbol": "VTimelineItem"
32590
32447
  },
32591
32448
  "description": "",
32592
32449
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item",
@@ -32784,10 +32641,10 @@
32784
32641
  }
32785
32642
  },
32786
32643
  {
32787
- "name": "v-toolbar",
32644
+ "name": "VToolbar",
32788
32645
  "source": {
32789
32646
  "module": "./src/components/index.ts",
32790
- "symbol": "v-toolbar"
32647
+ "symbol": "VToolbar"
32791
32648
  },
32792
32649
  "description": "",
32793
32650
  "doc-url": "https://vuetifyjs.com/api/v-toolbar",
@@ -32987,10 +32844,10 @@
32987
32844
  }
32988
32845
  },
32989
32846
  {
32990
- "name": "v-toolbar-items",
32847
+ "name": "VToolbarItems",
32991
32848
  "source": {
32992
32849
  "module": "./src/components/index.ts",
32993
- "symbol": "v-toolbar-items"
32850
+ "symbol": "VToolbarItems"
32994
32851
  },
32995
32852
  "description": "",
32996
32853
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-items",
@@ -33029,10 +32886,10 @@
33029
32886
  }
33030
32887
  },
33031
32888
  {
33032
- "name": "v-toolbar-title",
32889
+ "name": "VToolbarTitle",
33033
32890
  "source": {
33034
32891
  "module": "./src/components/index.ts",
33035
- "symbol": "v-toolbar-title"
32892
+ "symbol": "VToolbarTitle"
33036
32893
  },
33037
32894
  "description": "",
33038
32895
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
@@ -33076,10 +32933,10 @@
33076
32933
  }
33077
32934
  },
33078
32935
  {
33079
- "name": "v-tooltip",
32936
+ "name": "VTooltip",
33080
32937
  "source": {
33081
32938
  "module": "./src/components/index.ts",
33082
- "symbol": "v-tooltip"
32939
+ "symbol": "VTooltip"
33083
32940
  },
33084
32941
  "description": "",
33085
32942
  "doc-url": "https://vuetifyjs.com/api/v-tooltip",
@@ -33165,7 +33022,7 @@
33165
33022
  "default": "'end'",
33166
33023
  "value": {
33167
33024
  "kind": "expression",
33168
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>\n"
33025
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n"
33169
33026
  }
33170
33027
  },
33171
33028
  {
@@ -33368,7 +33225,7 @@
33368
33225
  "default": "'auto'",
33369
33226
  "value": {
33370
33227
  "kind": "expression",
33371
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
33228
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n"
33372
33229
  }
33373
33230
  },
33374
33231
  {
@@ -33459,10 +33316,10 @@
33459
33316
  }
33460
33317
  },
33461
33318
  {
33462
- "name": "v-validation",
33319
+ "name": "VValidation",
33463
33320
  "source": {
33464
33321
  "module": "./src/components/index.ts",
33465
- "symbol": "v-validation"
33322
+ "symbol": "VValidation"
33466
33323
  },
33467
33324
  "description": "",
33468
33325
  "doc-url": "https://vuetifyjs.com/api/v-validation",
@@ -33666,10 +33523,10 @@
33666
33523
  }
33667
33524
  },
33668
33525
  {
33669
- "name": "v-virtual-scroll",
33526
+ "name": "VVirtualScroll",
33670
33527
  "source": {
33671
33528
  "module": "./src/components/index.ts",
33672
- "symbol": "v-virtual-scroll"
33529
+ "symbol": "VVirtualScroll"
33673
33530
  },
33674
33531
  "description": "",
33675
33532
  "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
@@ -33772,10 +33629,10 @@
33772
33629
  }
33773
33630
  },
33774
33631
  {
33775
- "name": "v-window",
33632
+ "name": "VWindow",
33776
33633
  "source": {
33777
33634
  "module": "./src/components/index.ts",
33778
- "symbol": "v-window"
33635
+ "symbol": "VWindow"
33779
33636
  },
33780
33637
  "description": "",
33781
33638
  "doc-url": "https://vuetifyjs.com/api/v-window",
@@ -33974,10 +33831,10 @@
33974
33831
  }
33975
33832
  },
33976
33833
  {
33977
- "name": "v-window-item",
33834
+ "name": "VWindowItem",
33978
33835
  "source": {
33979
33836
  "module": "./src/components/index.ts",
33980
- "symbol": "v-window-item"
33837
+ "symbol": "VWindowItem"
33981
33838
  },
33982
33839
  "description": "",
33983
33840
  "doc-url": "https://vuetifyjs.com/api/v-window-item",
@@ -34136,22 +33993,22 @@
34136
33993
  "vue-modifiers": [
34137
33994
  {
34138
33995
  "name": "attr",
34139
- "description": "See `attributes` option [here](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe).",
33996
+ "description": "Sets the value of [attributes](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/attributes) to true.",
34140
33997
  "doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
34141
33998
  },
34142
33999
  {
34143
34000
  "name": "char",
34144
- "description": "See `characterData` option [here](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe).",
34001
+ "description": "Sets the value of [characterData](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/characterData) to true.",
34145
34002
  "doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
34146
34003
  },
34147
34004
  {
34148
34005
  "name": "child",
34149
- "description": "See `childList` option [here](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe).",
34006
+ "description": "Sets the value of [childList](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit/childList) to true.",
34150
34007
  "doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
34151
34008
  },
34152
34009
  {
34153
34010
  "name": "sub",
34154
- "description": "See `subtree` option [here](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe).",
34011
+ "description": "Sets the value of [subtree](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe#Parameters) to true.",
34155
34012
  "doc-url": "https://vuetifyjs.com/api/Mutate#modifiers"
34156
34013
  },
34157
34014
  {
@@ -34210,7 +34067,7 @@
34210
34067
  "symbol": "Pple"
34211
34068
  },
34212
34069
  "vue-argument": {
34213
- "description": "A boolean can be used to control if the ripple directive should be active or not. You can provide an object with a `class` property to have that class applied to the ripple container element.",
34070
+ "description": "An object containing options for the ripple effect. `class` applies a custom class to the ripple, and can be used for changing color. `center` forces the ripple to originate from the center of the target.",
34214
34071
  "doc-url": "https://vuetifyjs.com/api/Ripple#argument"
34215
34072
  },
34216
34073
  "vue-modifiers": [