@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (242) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +38 -34
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +993 -90
  6. package/dist/vuetify-labs.css +1520 -1376
  7. package/dist/vuetify-labs.d.ts +3476 -180
  8. package/dist/vuetify-labs.esm.js +249 -177
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +249 -177
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +321 -177
  13. package/dist/vuetify.d.ts +1939 -101
  14. package/dist/vuetify.esm.js +213 -162
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +213 -162
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +700 -701
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +1 -1
  22. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  23. package/lib/components/VAlert/_variables.scss +1 -1
  24. package/lib/components/VAlert/index.d.ts +22 -0
  25. package/lib/components/VApp/index.d.ts +6 -0
  26. package/lib/components/VAppBar/VAppBar.mjs +7 -2
  27. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  28. package/lib/components/VAppBar/index.d.ts +36 -0
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  31. package/lib/components/VAutocomplete/index.d.ts +120 -15
  32. package/lib/components/VAvatar/index.d.ts +6 -0
  33. package/lib/components/VBadge/index.d.ts +8 -0
  34. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  35. package/lib/components/VBanner/index.d.ts +24 -0
  36. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  37. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  38. package/lib/components/VBottomNavigation/index.d.ts +6 -0
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.ts +28 -4
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +12 -0
  43. package/lib/components/VBtnGroup/index.d.ts +6 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  45. package/lib/components/VBtnToggle/index.d.ts +6 -0
  46. package/lib/components/VCard/VCard.mjs.map +1 -1
  47. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  48. package/lib/components/VCard/index.d.ts +60 -0
  49. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  50. package/lib/components/VCarousel/index.d.ts +60 -0
  51. package/lib/components/VCheckbox/index.d.ts +38 -0
  52. package/lib/components/VChip/VChip.mjs.map +1 -1
  53. package/lib/components/VChip/index.d.ts +12 -0
  54. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  55. package/lib/components/VChipGroup/index.d.ts +6 -0
  56. package/lib/components/VCode/index.d.ts +6 -0
  57. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  58. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  59. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  60. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  61. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  62. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  63. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  64. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  66. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/util/index.mjs +2 -5
  69. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  70. package/lib/components/VCombobox/VCombobox.mjs +10 -1
  71. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  72. package/lib/components/VCombobox/index.d.ts +120 -15
  73. package/lib/components/VCounter/index.d.ts +24 -0
  74. package/lib/components/VDefaultsProvider/index.d.ts +6 -0
  75. package/lib/components/VDialog/index.d.ts +64 -1
  76. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  77. package/lib/components/VDivider/index.d.ts +6 -0
  78. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  79. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  80. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  81. package/lib/components/VExpansionPanel/index.d.ts +49 -12
  82. package/lib/components/VField/VField.mjs.map +1 -1
  83. package/lib/components/VField/index.d.ts +20 -6
  84. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  85. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  86. package/lib/components/VFileInput/index.d.ts +43 -1
  87. package/lib/components/VFooter/index.d.ts +7 -1
  88. package/lib/components/VForm/index.d.ts +6 -0
  89. package/lib/components/VGrid/index.d.ts +24 -0
  90. package/lib/components/VHover/index.d.ts +12 -0
  91. package/lib/components/VIcon/index.d.ts +12 -0
  92. package/lib/components/VImg/index.d.ts +12 -0
  93. package/lib/components/VInput/VInput.mjs.map +1 -1
  94. package/lib/components/VInput/index.d.ts +12 -0
  95. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  96. package/lib/components/VItemGroup/index.d.ts +12 -0
  97. package/lib/components/VKbd/index.d.ts +6 -0
  98. package/lib/components/VLabel/index.d.ts +6 -0
  99. package/lib/components/VLayout/index.d.ts +12 -0
  100. package/lib/components/VLazy/index.d.ts +6 -0
  101. package/lib/components/VList/VListGroup.mjs.map +1 -1
  102. package/lib/components/VList/VListItem.mjs.map +1 -1
  103. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +77 -6
  105. package/lib/components/VLocaleProvider/index.d.ts +6 -0
  106. package/lib/components/VMain/index.d.ts +6 -0
  107. package/lib/components/VMenu/VMenu.mjs +6 -5
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +65 -1
  110. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  111. package/lib/components/VMessages/index.d.ts +24 -0
  112. package/lib/components/VNavigationDrawer/index.d.ts +12 -0
  113. package/lib/components/VNoSsr/index.d.ts +6 -0
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +18 -0
  116. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  117. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  119. package/lib/components/VPagination/index.d.ts +14 -0
  120. package/lib/components/VParallax/index.d.ts +12 -0
  121. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  122. package/lib/components/VProgressCircular/index.d.ts +6 -0
  123. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  124. package/lib/components/VProgressLinear/index.d.ts +12 -0
  125. package/lib/components/VRadio/index.d.ts +16 -0
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  127. package/lib/components/VRadioGroup/index.d.ts +22 -0
  128. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  129. package/lib/components/VRangeSlider/index.d.ts +16 -0
  130. package/lib/components/VRating/VRating.css +0 -4
  131. package/lib/components/VRating/VRating.mjs +6 -35
  132. package/lib/components/VRating/VRating.mjs.map +1 -1
  133. package/lib/components/VRating/VRating.sass +0 -5
  134. package/lib/components/VRating/index.d.ts +9 -0
  135. package/lib/components/VResponsive/index.d.ts +8 -0
  136. package/lib/components/VSelect/VSelect.mjs +10 -1
  137. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  138. package/lib/components/VSelect/index.d.ts +186 -15
  139. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  140. package/lib/components/VSelectionControl/index.d.ts +14 -6
  141. package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
  142. package/lib/components/VSheet/VSheet.mjs +22 -12
  143. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  144. package/lib/components/VSheet/index.d.ts +7 -1
  145. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  146. package/lib/components/VSlideGroup/index.d.ts +26 -0
  147. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  148. package/lib/components/VSlider/index.d.ts +16 -0
  149. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  150. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  151. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  152. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  153. package/lib/components/VSnackbar/index.d.ts +44 -1
  154. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  155. package/lib/components/VSwitch/index.d.ts +22 -0
  156. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  157. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  158. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  159. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  160. package/lib/components/VSystemBar/_variables.scss +4 -1
  161. package/lib/components/VSystemBar/index.d.ts +6 -0
  162. package/lib/components/VTable/VTable.mjs.map +1 -1
  163. package/lib/components/VTable/index.d.ts +12 -0
  164. package/lib/components/VTabs/VTab.mjs.map +1 -1
  165. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  166. package/lib/components/VTabs/index.d.ts +12 -0
  167. package/lib/components/VTextField/VTextField.mjs +1 -0
  168. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  169. package/lib/components/VTextField/index.d.ts +54 -6
  170. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  171. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  172. package/lib/components/VTextarea/index.d.ts +39 -1
  173. package/lib/components/VThemeProvider/index.d.ts +6 -0
  174. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  175. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  176. package/lib/components/VTimeline/index.d.ts +16 -0
  177. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  178. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  179. package/lib/components/VToolbar/index.d.ts +30 -0
  180. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  181. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  182. package/lib/components/VTooltip/index.d.ts +49 -1
  183. package/lib/components/VValidation/index.d.ts +6 -0
  184. package/lib/components/VWindow/index.d.ts +34 -0
  185. package/lib/components/index.d.ts +1954 -116
  186. package/lib/components/transitions/createTransition.mjs +1 -1
  187. package/lib/components/transitions/createTransition.mjs.map +1 -1
  188. package/lib/components/transitions/index.d.ts +96 -0
  189. package/lib/composables/defaults.mjs +3 -1
  190. package/lib/composables/defaults.mjs.map +1 -1
  191. package/lib/composables/display.mjs +13 -10
  192. package/lib/composables/display.mjs.map +1 -1
  193. package/lib/composables/loader.mjs.map +1 -1
  194. package/lib/composables/nested/nested.mjs +2 -2
  195. package/lib/composables/nested/nested.mjs.map +1 -1
  196. package/lib/composables/nested/selectStrategies.mjs +7 -1
  197. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  198. package/lib/composables/proxiedModel.mjs +1 -1
  199. package/lib/composables/proxiedModel.mjs.map +1 -1
  200. package/lib/composables/resizeObserver.mjs.map +1 -1
  201. package/lib/composables/stack.mjs +2 -2
  202. package/lib/composables/stack.mjs.map +1 -1
  203. package/lib/composables/theme.mjs +28 -23
  204. package/lib/composables/theme.mjs.map +1 -1
  205. package/lib/composables/variant.mjs.map +1 -1
  206. package/lib/entry-bundler.mjs +1 -1
  207. package/lib/framework.mjs +1 -1
  208. package/lib/index.d.ts +1 -1
  209. package/lib/labs/VDataTable/VDataTable.mjs +4 -2
  210. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  211. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  212. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  213. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  214. package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
  215. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  216. package/lib/labs/VDataTable/VDataTableServer.mjs +2 -2
  217. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  218. package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
  219. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  220. package/lib/labs/VDataTable/composables/options.mjs +7 -1
  221. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  222. package/lib/labs/VDataTable/index.d.ts +1503 -48
  223. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  224. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  225. package/lib/labs/VVirtualScroll/index.d.ts +9 -6
  226. package/lib/labs/components.d.ts +1512 -54
  227. package/lib/locale/index.mjs +1 -1
  228. package/lib/locale/index.mjs.map +1 -1
  229. package/lib/styles/elements/_global.sass +0 -4
  230. package/lib/styles/generic/_index.scss +0 -1
  231. package/lib/styles/generic/_transitions.scss +111 -9
  232. package/lib/styles/main.css +312 -167
  233. package/lib/styles/tools/_sheet.sass +3 -6
  234. package/lib/styles/utilities/_display.sass +6 -5
  235. package/lib/styles/utilities/_elevation.scss +13 -0
  236. package/lib/styles/utilities/_index.sass +3 -2
  237. package/lib/styles/utilities/_screenreaders.sass +13 -11
  238. package/lib/util/colorUtils.mjs +4 -5
  239. package/lib/util/colorUtils.mjs.map +1 -1
  240. package/lib/util/defineComponent.mjs.map +1 -1
  241. package/package.json +18 -5
  242. package/lib/styles/generic/_elevation.scss +0 -10
package/CHANGELOG.md CHANGED
@@ -1,31 +1,19 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-dev-20230214.0...v) (2023-02-14)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-dev-20230309.0...v) (2023-03-09)
2
2
 
3
3
 
4
4
 
5
- # [3.2.0-dev-20230214.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.4...v3.2.0-dev-20230214.0) (2023-02-14)
5
+ # [3.2.0-dev-20230309.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.8...v3.2.0-dev-20230309.0) (2023-03-09)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **defaults:** only try to read string props ([a9617b5](https://github.com/vuetifyjs/vuetify/commit/a9617b589c3ae3f141b46c46b2ca079684f8e576)), closes [#16589](https://github.com/vuetifyjs/vuetify/issues/16589)
11
- * **inputs:** focus on mousedown instead of click ([#16568](https://github.com/vuetifyjs/vuetify/issues/16568)) ([e3e0614](https://github.com/vuetifyjs/vuetify/commit/e3e061475204e413e024efaa8759b5b0c6eab2eb))
12
- * **proxiedModel:** don't pass reactive objects to transformIn() ([#16612](https://github.com/vuetifyjs/vuetify/issues/16612)) ([02da4e3](https://github.com/vuetifyjs/vuetify/commit/02da4e3c3e0c18b24ac9a358abe30ff6c3f492fc)), closes [#16512](https://github.com/vuetifyjs/vuetify/issues/16512)
13
- * **teleport:** find only container that is direct child of target ([ce2b450](https://github.com/vuetifyjs/vuetify/commit/ce2b4506a63f074593cbafe2c813519956d87f3c)), closes [#16610](https://github.com/vuetifyjs/vuetify/issues/16610)
14
- * **types:** define missing slot types ([#16621](https://github.com/vuetifyjs/vuetify/issues/16621)) ([df0b2dd](https://github.com/vuetifyjs/vuetify/commit/df0b2dd784f0652e531891bc2a8f7b4b774bed66))
15
- * **VBottomNavigation:** add missing transition for active toggle ([7d4aed2](https://github.com/vuetifyjs/vuetify/commit/7d4aed254fa9f13a042860ebb8a9595cd6880cd1))
16
- * **VChipGroup:** add flex-wrap ([e55f598](https://github.com/vuetifyjs/vuetify/commit/e55f598bff7d7c097192c128cf21dea4cffb9a48))
17
- * **VDataTableServer:** remove reset to first page ([f5de299](https://github.com/vuetifyjs/vuetify/commit/f5de299461e41515538e90431c4a91921d9eb403)), closes [#16620](https://github.com/vuetifyjs/vuetify/issues/16620)
18
- * **VListItem:** center align icons for two line ([b01173c](https://github.com/vuetifyjs/vuetify/commit/b01173c7910350cc34a9e3aba366963efd69b61b))
19
- * **VOverlay:** don't use requestIdleCallback in safari ([b295a28](https://github.com/vuetifyjs/vuetify/commit/b295a282c9c65798666c8a0229bd663b50bec035)), closes [#16613](https://github.com/vuetifyjs/vuetify/issues/16613)
20
- * **VSelect:** fix selection slot example ([9776af3](https://github.com/vuetifyjs/vuetify/commit/9776af3d5e30394f245e944bad72c137d32c7e0c))
21
- * **VSelect:** remove redundant clear handler ([8cebb2d](https://github.com/vuetifyjs/vuetify/commit/8cebb2dad94349bf883840e26e9f9b2c561dc492)), closes [#16638](https://github.com/vuetifyjs/vuetify/issues/16638)
22
- * **VToolbar:** add default width of 100% ([c76dc1a](https://github.com/vuetifyjs/vuetify/commit/c76dc1a3d713a93bf6b920fedeed46e84df4b048))
23
- * linting ([eab3e82](https://github.com/vuetifyjs/vuetify/commit/eab3e82e260d19e9f8e938d6b1e0e1d5804a2033))
10
+ * **VRating:** expose model value in item slot ([62b4be7](https://github.com/vuetifyjs/vuetify/commit/62b4be74b777d4b0c6bee75e08c3a9d60d76416f))
11
+ * **VRating:** keyboard navigation ([1c0a0d2](https://github.com/vuetifyjs/vuetify/commit/1c0a0d232956bf53a498ac39f6afc4597f6e2739))
24
12
 
25
13
 
26
14
  ### Features
27
15
 
28
- * **VDataTableFooter:** add i18n props ([e7d5083](https://github.com/vuetifyjs/vuetify/commit/e7d5083b7e31af80836dfc9c67fa059aead154c3)), closes [#16625](https://github.com/vuetifyjs/vuetify/issues/16625)
16
+ * **VTooltip:** add eager prop support ([#16752](https://github.com/vuetifyjs/vuetify/issues/16752)) ([d0761be](https://github.com/vuetifyjs/vuetify/commit/d0761be12dc9f1ce4833613ff5a7e37bca37662d))
29
17
 
30
18
 
31
19
 
@@ -229,7 +229,7 @@
229
229
  },
230
230
  "v-autocomplete/id": {
231
231
  "type": "string",
232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
232
+ "description": "Sets the DOM id on the component"
233
233
  },
234
234
  "v-autocomplete/items": {
235
235
  "type": "unknown[]",
@@ -272,11 +272,11 @@
272
272
  "description": "Do not apply filtering when searching. Useful when data is being filtered server side"
273
273
  },
274
274
  "v-autocomplete/custom-filter": {
275
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
275
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
276
276
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
277
277
  },
278
278
  "v-autocomplete/custom-key-filter": {
279
- "type": "{ }",
279
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
280
280
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
281
281
  },
282
282
  "v-autocomplete/filter-keys": {
@@ -353,7 +353,7 @@
353
353
  },
354
354
  "v-autocomplete/item-props": {
355
355
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
356
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
356
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
357
357
  },
358
358
  "v-autocomplete/return-object": {
359
359
  "type": "boolean",
@@ -1805,7 +1805,7 @@
1805
1805
  },
1806
1806
  "v-combobox/id": {
1807
1807
  "type": "string",
1808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
1808
+ "description": "Sets the DOM id on the component"
1809
1809
  },
1810
1810
  "v-combobox/items": {
1811
1811
  "type": "unknown[]",
@@ -1844,11 +1844,11 @@
1844
1844
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
1845
1845
  },
1846
1846
  "v-combobox/custom-filter": {
1847
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
1847
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
1848
1848
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
1849
1849
  },
1850
1850
  "v-combobox/custom-key-filter": {
1851
- "type": "{ }",
1851
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
1852
1852
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
1853
1853
  },
1854
1854
  "v-combobox/filter-keys": {
@@ -1925,7 +1925,7 @@
1925
1925
  },
1926
1926
  "v-combobox/item-props": {
1927
1927
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
1928
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
1928
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
1929
1929
  },
1930
1930
  "v-combobox/return-object": {
1931
1931
  "type": "boolean",
@@ -2056,7 +2056,7 @@
2056
2056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2057
2057
  },
2058
2058
  "v-counter/transition": {
2059
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }",
2059
+ "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }",
2060
2060
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2061
2061
  },
2062
2062
  "v-counter/active": {
@@ -2080,7 +2080,7 @@
2080
2080
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
2081
2081
  },
2082
2082
  "v-defaults-provider/defaults": {
2083
- "type": "{ global: Record<string, unknown> }",
2083
+ "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
2084
2084
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
2085
2085
  },
2086
2086
  "v-dialog/theme": {
@@ -2212,7 +2212,7 @@
2212
2212
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
2213
2213
  },
2214
2214
  "v-dialog/transition": {
2215
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
2215
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
2216
2216
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2217
2217
  },
2218
2218
  "v-dialog/attach": {
@@ -2401,7 +2401,7 @@
2401
2401
  },
2402
2402
  "v-field/id": {
2403
2403
  "type": "string",
2404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2404
+ "description": "Sets the DOM id on the component"
2405
2405
  },
2406
2406
  "v-field/error": {
2407
2407
  "type": "boolean",
@@ -2489,7 +2489,7 @@
2489
2489
  },
2490
2490
  "v-file-input/id": {
2491
2491
  "type": "string",
2492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2492
+ "description": "Sets the DOM id on the component"
2493
2493
  },
2494
2494
  "v-file-input/error": {
2495
2495
  "type": "boolean",
@@ -3173,7 +3173,7 @@
3173
3173
  },
3174
3174
  "v-list/item-props": {
3175
3175
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
3176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
3176
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
3177
3177
  },
3178
3178
  "v-list/return-object": {
3179
3179
  "type": "boolean",
@@ -3208,7 +3208,7 @@
3208
3208
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
3209
3209
  },
3210
3210
  "v-list/select-strategy": {
3211
- "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L2-L9\" target=\"_blank\">SelectStrategyFn</a>",
3211
+ "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>",
3212
3212
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
3213
3213
  },
3214
3214
  "v-list/open-strategy": {
@@ -3608,7 +3608,7 @@
3608
3608
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
3609
3609
  },
3610
3610
  "v-menu/transition": {
3611
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
3611
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
3612
3612
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3613
3613
  },
3614
3614
  "v-menu/attach": {
@@ -3620,7 +3620,7 @@
3620
3620
  "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)"
3621
3621
  },
3622
3622
  "v-messages/transition": {
3623
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }",
3623
+ "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }",
3624
3624
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3625
3625
  },
3626
3626
  "v-messages/messages": {
@@ -4557,7 +4557,7 @@
4557
4557
  },
4558
4558
  "v-select/id": {
4559
4559
  "type": "string",
4560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
4560
+ "description": "Sets the DOM id on the component"
4561
4561
  },
4562
4562
  "v-select/items": {
4563
4563
  "type": "unknown[]",
@@ -4624,7 +4624,7 @@
4624
4624
  "description": "Removes the ability to click or target the input"
4625
4625
  },
4626
4626
  "v-select/transition": {
4627
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
4627
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }",
4628
4628
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4629
4629
  },
4630
4630
  "v-select/multiple": {
@@ -4657,7 +4657,7 @@
4657
4657
  },
4658
4658
  "v-select/item-props": {
4659
4659
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
4660
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
4660
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
4661
4661
  },
4662
4662
  "v-select/return-object": {
4663
4663
  "type": "boolean",
@@ -5697,7 +5697,7 @@
5697
5697
  },
5698
5698
  "v-textarea/id": {
5699
5699
  "type": "string",
5700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
5700
+ "description": "Sets the DOM id on the component"
5701
5701
  },
5702
5702
  "v-textarea/error": {
5703
5703
  "type": "boolean",
@@ -5889,7 +5889,7 @@
5889
5889
  },
5890
5890
  "v-text-field/id": {
5891
5891
  "type": "string",
5892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
5892
+ "description": "Sets the DOM id on the component"
5893
5893
  },
5894
5894
  "v-text-field/error": {
5895
5895
  "type": "boolean",
@@ -6303,6 +6303,10 @@
6303
6303
  "type": "string | number",
6304
6304
  "description": "Sets the width for the component."
6305
6305
  },
6306
+ "v-tooltip/eager": {
6307
+ "type": "boolean",
6308
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
6309
+ },
6306
6310
  "v-tooltip/activator": {
6307
6311
  "type": "string | ComponentPublicInstance | Element",
6308
6312
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -6812,11 +6816,11 @@
6812
6816
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
6813
6817
  },
6814
6818
  "v-data-table/custom-filter": {
6815
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
6819
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
6816
6820
  "description": "Function to filter items"
6817
6821
  },
6818
6822
  "v-data-table/custom-key-filter": {
6819
- "type": "{ }",
6823
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
6820
6824
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
6821
6825
  },
6822
6826
  "v-data-table/filter-keys": {
@@ -6845,7 +6849,7 @@
6845
6849
  },
6846
6850
  "v-data-table/item-props": {
6847
6851
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
6848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
6852
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
6849
6853
  },
6850
6854
  "v-data-table/return-object": {
6851
6855
  "type": "boolean",
@@ -6860,7 +6864,7 @@
6860
6864
  "description": "MISSING DESCRIPTION"
6861
6865
  },
6862
6866
  "v-data-table/headers": {
6863
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
6867
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
6864
6868
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
6865
6869
  },
6866
6870
  "v-data-table/expand-on-click": {
@@ -6904,7 +6908,7 @@
6904
6908
  "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
6905
6909
  },
6906
6910
  "v-data-table-rows/items": {
6907
- "type": "(DataTableItem | GroupHeaderItem)[]",
6911
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
6908
6912
  "description": "An array of strings or objects used for automatically generating children components"
6909
6913
  },
6910
6914
  "v-data-table-rows/hide-no-data": {
@@ -6928,7 +6932,7 @@
6928
6932
  "description": "MISSING DESCRIPTION"
6929
6933
  },
6930
6934
  "v-data-table-row/item": {
6931
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> }",
6935
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
6932
6936
  "description": "MISSING DESCRIPTION"
6933
6937
  },
6934
6938
  "v-data-table-virtual/items": {
@@ -6960,11 +6964,11 @@
6960
6964
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
6961
6965
  },
6962
6966
  "v-data-table-virtual/custom-filter": {
6963
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]",
6967
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>",
6964
6968
  "description": "Function to filter items"
6965
6969
  },
6966
6970
  "v-data-table-virtual/custom-key-filter": {
6967
- "type": "{ }",
6971
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }",
6968
6972
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/filter.json))"
6969
6973
  },
6970
6974
  "v-data-table-virtual/filter-keys": {
@@ -6993,7 +6997,7 @@
6993
6997
  },
6994
6998
  "v-data-table-virtual/item-props": {
6995
6999
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
6996
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
7000
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
6997
7001
  },
6998
7002
  "v-data-table-virtual/return-object": {
6999
7003
  "type": "boolean",
@@ -7008,7 +7012,7 @@
7008
7012
  "description": "MISSING DESCRIPTION"
7009
7013
  },
7010
7014
  "v-data-table-virtual/headers": {
7011
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
7015
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
7012
7016
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
7013
7017
  },
7014
7018
  "v-data-table-virtual/expand-on-click": {
@@ -7093,7 +7097,7 @@
7093
7097
  },
7094
7098
  "v-data-table-server/item-props": {
7095
7099
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
7096
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))"
7100
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7097
7101
  },
7098
7102
  "v-data-table-server/return-object": {
7099
7103
  "type": "boolean",
@@ -7112,7 +7116,7 @@
7112
7116
  "description": "MISSING DESCRIPTION"
7113
7117
  },
7114
7118
  "v-data-table-server/headers": {
7115
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]",
7119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]",
7116
7120
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties"
7117
7121
  },
7118
7122
  "v-data-table-server/expand-on-click": {
@@ -440,10 +440,6 @@
440
440
  "from": "components/VSelect/index.mjs",
441
441
  "styles": []
442
442
  },
443
- "VSelectionControl": {
444
- "from": "components/VSelectionControl/index.mjs",
445
- "styles": []
446
- },
447
443
  "VSelectionControlGroup": {
448
444
  "from": "components/VSelectionControlGroup/index.mjs",
449
445
  "styles": []
@@ -460,6 +456,10 @@
460
456
  "from": "components/VSlideGroup/index.mjs",
461
457
  "styles": []
462
458
  },
459
+ "VSelectionControl": {
460
+ "from": "components/VSelectionControl/index.mjs",
461
+ "styles": []
462
+ },
463
463
  "VSlider": {
464
464
  "from": "components/VSlider/index.mjs",
465
465
  "styles": []
@@ -2132,6 +2132,7 @@
2132
2132
  "content-class",
2133
2133
  "content-props",
2134
2134
  "disabled",
2135
+ "eager",
2135
2136
  "height",
2136
2137
  "id",
2137
2138
  "location",