vuetify 3.2.2 → 3.2.3

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 (299) hide show
  1. package/dist/json/attributes.json +538 -242
  2. package/dist/json/importMap.json +8 -8
  3. package/dist/json/tags.json +77 -2
  4. package/dist/json/web-types.json +1284 -558
  5. package/dist/vuetify-labs.css +123 -119
  6. package/dist/vuetify-labs.d.ts +2222 -11380
  7. package/dist/vuetify-labs.esm.js +2230 -2144
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +2230 -2144
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +39 -35
  12. package/dist/vuetify.d.ts +1225 -11178
  13. package/dist/vuetify.esm.js +1691 -1591
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1691 -1591
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +597 -597
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +1 -3
  21. package/lib/blueprints/md1.d.ts +1 -3
  22. package/lib/blueprints/md2.d.ts +1 -3
  23. package/lib/blueprints/md3.d.ts +1 -3
  24. package/lib/components/VAlert/VAlert.mjs +47 -46
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +2 -2
  27. package/lib/components/VApp/VApp.mjs +9 -8
  28. package/lib/components/VApp/VApp.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBar.mjs +21 -20
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs +8 -5
  32. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  33. package/lib/components/VAppBar/index.d.ts +4 -4
  34. package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
  35. package/lib/components/VAutocomplete/VAutocomplete.mjs +28 -33
  36. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  37. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
  38. package/lib/components/VAutocomplete/index.d.ts +67 -1174
  39. package/lib/components/VBadge/VBadge.mjs +33 -32
  40. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  41. package/lib/components/VBanner/VBanner.mjs +21 -20
  42. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  43. package/lib/components/VBanner/VBannerActions.mjs +7 -6
  44. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  45. package/lib/components/VBanner/index.d.ts +2 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
  47. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
  51. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  54. package/lib/components/VBreadcrumbs/index.d.ts +1 -0
  55. package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
  56. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  57. package/lib/components/VCard/VCard.mjs +38 -37
  58. package/lib/components/VCard/VCard.mjs.map +1 -1
  59. package/lib/components/VCard/VCardItem.mjs +12 -11
  60. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  61. package/lib/components/VCard/index.d.ts +4 -4
  62. package/lib/components/VCarousel/VCarousel.mjs +28 -27
  63. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  64. package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
  65. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  66. package/lib/components/VCarousel/index.d.ts +170 -20
  67. package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
  68. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  69. package/lib/components/VCheckbox/index.d.ts +24 -12
  70. package/lib/components/VChip/VChip.css +8 -0
  71. package/lib/components/VChip/VChip.mjs +60 -57
  72. package/lib/components/VChip/VChip.mjs.map +1 -1
  73. package/lib/components/VChip/VChip.sass +10 -0
  74. package/lib/components/VChip/index.d.ts +8 -8
  75. package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
  76. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  77. package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
  78. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  79. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +21 -20
  80. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  81. package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
  82. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  83. package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
  84. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
  86. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  87. package/lib/components/VColorPicker/index.d.ts +4 -4
  88. package/lib/components/VColorPicker/util/index.mjs +2 -2
  89. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  90. package/lib/components/VCombobox/VCombobox.mjs +32 -36
  91. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  92. package/lib/components/VCombobox/index.d.ts +67 -1171
  93. package/lib/components/VCounter/VCounter.mjs +16 -15
  94. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  95. package/lib/components/VCounter/index.d.ts +25 -1774
  96. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
  97. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  98. package/lib/components/VDialog/VDialog.mjs +18 -17
  99. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  100. package/lib/components/VDialog/index.d.ts +130 -1120
  101. package/lib/components/VDivider/VDivider.mjs +11 -10
  102. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  103. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
  104. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  105. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
  106. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  107. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
  108. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  109. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
  110. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  111. package/lib/components/VExpansionPanel/index.d.ts +15 -15
  112. package/lib/components/VField/VField.mjs +6 -2
  113. package/lib/components/VField/VField.mjs.map +1 -1
  114. package/lib/components/VField/VFieldLabel.mjs +6 -5
  115. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  116. package/lib/components/VFileInput/VFileInput.mjs +35 -34
  117. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  118. package/lib/components/VFileInput/index.d.ts +3 -3
  119. package/lib/components/VFooter/VFooter.mjs +19 -18
  120. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  121. package/lib/components/VForm/VForm.mjs +6 -5
  122. package/lib/components/VForm/VForm.mjs.map +1 -1
  123. package/lib/components/VForm/index.d.ts +3 -3
  124. package/lib/components/VGrid/VCol.mjs +26 -25
  125. package/lib/components/VGrid/VCol.mjs.map +1 -1
  126. package/lib/components/VGrid/VContainer.mjs +16 -11
  127. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  128. package/lib/components/VGrid/VRow.mjs +26 -25
  129. package/lib/components/VGrid/VRow.mjs.map +1 -1
  130. package/lib/components/VHover/VHover.mjs +10 -9
  131. package/lib/components/VHover/VHover.mjs.map +1 -1
  132. package/lib/components/VImg/VImg.mjs +29 -28
  133. package/lib/components/VImg/VImg.mjs.map +1 -1
  134. package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
  135. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  136. package/lib/components/VLabel/VLabel.mjs +8 -7
  137. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  138. package/lib/components/VLayout/VLayout.mjs +6 -5
  139. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  140. package/lib/components/VLayout/VLayoutItem.mjs +15 -14
  141. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  142. package/lib/components/VLazy/VLazy.mjs +21 -20
  143. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  144. package/lib/components/VList/VList.mjs +33 -32
  145. package/lib/components/VList/VList.mjs.map +1 -1
  146. package/lib/components/VList/VListChildren.mjs +5 -4
  147. package/lib/components/VList/VListChildren.mjs.map +1 -1
  148. package/lib/components/VList/VListGroup.mjs +2 -4
  149. package/lib/components/VList/VListGroup.mjs.map +1 -1
  150. package/lib/components/VList/VListItem.mjs +42 -41
  151. package/lib/components/VList/VListItem.mjs.map +1 -1
  152. package/lib/components/VList/VListItemAction.mjs +8 -7
  153. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  154. package/lib/components/VList/VListItemMedia.mjs +8 -7
  155. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  156. package/lib/components/VList/VListSubheader.mjs +10 -9
  157. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  158. package/lib/components/VList/index.d.ts +30 -30
  159. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
  160. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  161. package/lib/components/VMain/VMain.mjs +9 -8
  162. package/lib/components/VMain/VMain.mjs.map +1 -1
  163. package/lib/components/VMenu/VMenu.mjs +18 -17
  164. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  165. package/lib/components/VMenu/index.d.ts +40 -1030
  166. package/lib/components/VMessages/VMessages.mjs +18 -17
  167. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  168. package/lib/components/VMessages/index.d.ts +25 -1774
  169. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +48 -47
  170. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  171. package/lib/components/VNavigationDrawer/sticky.mjs +9 -3
  172. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  173. package/lib/components/VOverlay/locationStrategies.mjs +5 -3
  174. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  175. package/lib/components/VPagination/VPagination.mjs +82 -81
  176. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  177. package/lib/components/VPagination/index.d.ts +8 -8
  178. package/lib/components/VParallax/VParallax.mjs +9 -8
  179. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  180. package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
  181. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  182. package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
  183. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  184. package/lib/components/VProgressLinear/index.d.ts +8 -8
  185. package/lib/components/VRadio/VRadio.mjs +8 -7
  186. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  187. package/lib/components/VRadio/index.d.ts +18 -12
  188. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
  189. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  190. package/lib/components/VRadioGroup/index.d.ts +16 -10
  191. package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
  192. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  193. package/lib/components/VRating/VRating.mjs +44 -43
  194. package/lib/components/VRating/VRating.mjs.map +1 -1
  195. package/lib/components/VRating/index.d.ts +8 -8
  196. package/lib/components/VResponsive/VResponsive.mjs +8 -7
  197. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  198. package/lib/components/VSelect/VSelect.mjs +20 -19
  199. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  200. package/lib/components/VSelect/index.d.ts +64 -2506
  201. package/lib/components/VSelectionControl/index.d.ts +42 -36
  202. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
  203. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  204. package/lib/components/VSelectionControlGroup/index.d.ts +28 -28
  205. package/lib/components/VSheet/VSheet.mjs +1 -3
  206. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  207. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
  208. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  209. package/lib/components/VSlider/VSlider.mjs +18 -13
  210. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  211. package/lib/components/VSlider/VSliderThumb.mjs +26 -25
  212. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  213. package/lib/components/VSlider/VSliderTrack.mjs +13 -12
  214. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  215. package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
  216. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  217. package/lib/components/VSwitch/VSwitch.mjs +13 -12
  218. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  219. package/lib/components/VSwitch/index.d.ts +18 -12
  220. package/lib/components/VSystemBar/VSystemBar.mjs +13 -12
  221. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  222. package/lib/components/VTable/VTable.mjs +12 -11
  223. package/lib/components/VTable/VTable.mjs.map +1 -1
  224. package/lib/components/VTabs/VTab.mjs +15 -14
  225. package/lib/components/VTabs/VTab.mjs.map +1 -1
  226. package/lib/components/VTabs/VTabs.mjs +28 -27
  227. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  228. package/lib/components/VTabs/index.d.ts +12 -12
  229. package/lib/components/VTextField/index.d.ts +3 -3
  230. package/lib/components/VTextarea/VTextarea.mjs +26 -25
  231. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  232. package/lib/components/VTextarea/index.d.ts +3 -3
  233. package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
  234. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  235. package/lib/components/VTimeline/VTimeline.mjs +46 -41
  236. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  237. package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
  238. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  239. package/lib/components/VTimeline/VTimelineItem.mjs +21 -20
  240. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  241. package/lib/components/VToolbar/VToolbar.mjs +6 -2
  242. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  243. package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
  244. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  245. package/lib/components/VToolbar/index.d.ts +11 -11
  246. package/lib/components/VTooltip/VTooltip.mjs +20 -19
  247. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  248. package/lib/components/VValidation/VValidation.mjs +1 -3
  249. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  250. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +11 -10
  251. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  252. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
  253. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  254. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  255. package/lib/components/VWindow/VWindowItem.mjs +15 -14
  256. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  257. package/lib/components/VWindow/index.d.ts +9 -9
  258. package/lib/components/index.d.ts +1301 -11252
  259. package/lib/components/transitions/createTransition.mjs +16 -15
  260. package/lib/components/transitions/createTransition.mjs.map +1 -1
  261. package/lib/components/transitions/dialog-transition.mjs +5 -4
  262. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  263. package/lib/components/transitions/index.d.ts +143 -143
  264. package/lib/composables/forwardRefs.mjs.map +1 -1
  265. package/lib/composables/theme.mjs +3 -3
  266. package/lib/composables/theme.mjs.map +1 -1
  267. package/lib/directives/click-outside/index.mjs +1 -1
  268. package/lib/directives/click-outside/index.mjs.map +1 -1
  269. package/lib/entry-bundler.mjs +1 -1
  270. package/lib/framework.mjs +1 -1
  271. package/lib/index.d.ts +3 -5
  272. package/lib/labs/VDataTable/VDataTable.mjs +53 -59
  273. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  274. package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
  275. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  276. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
  277. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  278. package/lib/labs/VDataTable/VDataTableHeaders.mjs +16 -15
  279. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  280. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
  281. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  282. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
  283. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  284. package/lib/labs/VDataTable/VDataTableServer.mjs +53 -64
  285. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  286. package/lib/labs/VDataTable/VDataTableVirtual.mjs +65 -72
  287. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  288. package/lib/labs/VDataTable/index.d.ts +991 -206
  289. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
  290. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  291. package/lib/labs/VInfiniteScroll/index.d.ts +16 -1
  292. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
  293. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  294. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  295. package/lib/labs/components.d.ts +1011 -211
  296. package/lib/labs/date/date.mjs +7 -7
  297. package/lib/labs/date/date.mjs.map +1 -1
  298. package/lib/labs/date/index.d.ts +1 -3
  299. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.2.2",
5
+ "version": "3.2.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -36,54 +36,43 @@
36
36
  }
37
37
  },
38
38
  {
39
- "name": "borderColor",
40
- "description": "Specifies the color of the border. Accepts any color value.",
41
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
42
- "value": {
43
- "kind": "expression",
44
- "type": "string"
45
- }
46
- },
47
- {
48
- "name": "closable",
49
- "description": "Adds a close icon that can hide the alert.",
39
+ "name": "border",
40
+ "description": "Adds a colored border to the component.",
50
41
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
51
42
  "default": "false",
52
43
  "value": {
53
44
  "kind": "expression",
54
- "type": "boolean"
55
- },
56
- "type": "boolean"
45
+ "type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\""
46
+ }
57
47
  },
58
48
  {
59
- "name": "prominent",
60
- "description": "Displays a larger vertically centered icon to draw more attention.",
49
+ "name": "type",
50
+ "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon.",
61
51
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
62
- "default": "false",
63
52
  "value": {
64
53
  "kind": "expression",
65
- "type": "boolean"
66
- },
67
- "type": "boolean"
54
+ "type": "\"success\" | \"info\" | \"warning\" | \"error\""
55
+ }
68
56
  },
69
57
  {
70
- "name": "border",
71
- "description": "Adds a colored border to the component.",
58
+ "name": "borderColor",
59
+ "description": "Specifies the color of the border. Accepts any color value.",
72
60
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
73
- "default": "false",
74
61
  "value": {
75
62
  "kind": "expression",
76
- "type": "boolean | \"top\" | \"end\" | \"bottom\" | \"start\""
63
+ "type": "string"
77
64
  }
78
65
  },
79
66
  {
80
- "name": "type",
81
- "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon.",
67
+ "name": "closable",
68
+ "description": "Adds a close icon that can hide the alert.",
82
69
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
70
+ "default": "false",
83
71
  "value": {
84
72
  "kind": "expression",
85
- "type": "\"success\" | \"info\" | \"warning\" | \"error\""
86
- }
73
+ "type": "boolean"
74
+ },
75
+ "type": "boolean"
87
76
  },
88
77
  {
89
78
  "name": "closeIcon",
@@ -126,6 +115,17 @@
126
115
  },
127
116
  "type": "boolean"
128
117
  },
118
+ {
119
+ "name": "prominent",
120
+ "description": "Displays a larger vertically centered icon to draw more attention.",
121
+ "doc-url": "https://vuetifyjs.com/api/v-alert#props",
122
+ "default": "false",
123
+ "value": {
124
+ "kind": "expression",
125
+ "type": "boolean"
126
+ },
127
+ "type": "boolean"
128
+ },
129
129
  {
130
130
  "name": "density",
131
131
  "description": "Adjusts the vertical height used by the component.",
@@ -1255,7 +1255,7 @@
1255
1255
  },
1256
1256
  {
1257
1257
  "name": "items",
1258
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
1258
+ "description": "An array of strings or objects used for automatically generating children components",
1259
1259
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1260
1260
  "default": "[]",
1261
1261
  "value": {
@@ -1382,7 +1382,7 @@
1382
1382
  },
1383
1383
  {
1384
1384
  "name": "chips",
1385
- "description": "Changes display of selections to chips",
1385
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1386
1386
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1387
1387
  "default": "false",
1388
1388
  "value": {
@@ -1393,7 +1393,7 @@
1393
1393
  },
1394
1394
  {
1395
1395
  "name": "closableChips",
1396
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components",
1396
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1397
1397
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1398
1398
  "default": "false",
1399
1399
  "value": {
@@ -1426,7 +1426,7 @@
1426
1426
  },
1427
1427
  {
1428
1428
  "name": "hideSelected",
1429
- "description": "Do not display in the select menu items that are already selected",
1429
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1430
1430
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1431
1431
  "default": "false",
1432
1432
  "value": {
@@ -1458,7 +1458,7 @@
1458
1458
  },
1459
1459
  {
1460
1460
  "name": "menuProps",
1461
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended.",
1461
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1462
1462
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1463
1463
  "value": {
1464
1464
  "kind": "expression",
@@ -1477,7 +1477,7 @@
1477
1477
  },
1478
1478
  {
1479
1479
  "name": "multiple",
1480
- "description": "Changes select to multiple. Accepts array for value",
1480
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1481
1481
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1482
1482
  "default": "false",
1483
1483
  "value": {
@@ -1498,7 +1498,7 @@
1498
1498
  },
1499
1499
  {
1500
1500
  "name": "openOnClear",
1501
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
1501
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
1502
1502
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1503
1503
  "default": "false",
1504
1504
  "value": {
@@ -2451,6 +2451,15 @@
2451
2451
  },
2452
2452
  "type": "boolean"
2453
2453
  },
2454
+ {
2455
+ "name": "content",
2456
+ "description": "Text content to show in the badge.",
2457
+ "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2458
+ "value": {
2459
+ "kind": "expression",
2460
+ "type": "string | number"
2461
+ }
2462
+ },
2454
2463
  {
2455
2464
  "name": "dot",
2456
2465
  "description": "Reduce the size of the badge and hide its contents.",
@@ -2473,24 +2482,6 @@
2473
2482
  },
2474
2483
  "type": "boolean"
2475
2484
  },
2476
- {
2477
- "name": "textColor",
2478
- "description": "Applies a specified color to the control text - 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)",
2479
- "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2480
- "value": {
2481
- "kind": "expression",
2482
- "type": "string"
2483
- }
2484
- },
2485
- {
2486
- "name": "content",
2487
- "description": "Text content to show in the badge.",
2488
- "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2489
- "value": {
2490
- "kind": "expression",
2491
- "type": "string | number"
2492
- }
2493
- },
2494
2485
  {
2495
2486
  "name": "max",
2496
2487
  "description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added.",
@@ -2517,6 +2508,15 @@
2517
2508
  "kind": "expression",
2518
2509
  "type": "string | number"
2519
2510
  }
2511
+ },
2512
+ {
2513
+ "name": "textColor",
2514
+ "description": "Applies a specified color to the control text - 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)",
2515
+ "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2516
+ "value": {
2517
+ "kind": "expression",
2518
+ "type": "string"
2519
+ }
2520
2520
  }
2521
2521
  ],
2522
2522
  "events": [],
@@ -3262,12 +3262,22 @@
3262
3262
  },
3263
3263
  "description": "",
3264
3264
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
3265
- "attributes": [],
3265
+ "attributes": [
3266
+ {
3267
+ "name": "divider",
3268
+ "description": "Specifies the dividing character between items.",
3269
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#props",
3270
+ "value": {
3271
+ "kind": "expression",
3272
+ "type": "string | number"
3273
+ }
3274
+ }
3275
+ ],
3266
3276
  "events": [],
3267
3277
  "slots": [
3268
3278
  {
3269
- "name": "[string]",
3270
- "description": "MISSING DESCRIPTION",
3279
+ "name": "default",
3280
+ "description": "The default Vue slot.",
3271
3281
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#slots"
3272
3282
  }
3273
3283
  ],
@@ -4828,12 +4838,12 @@
4828
4838
  },
4829
4839
  {
4830
4840
  "name": "direction",
4831
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))",
4841
+ "description": "The transition direction when changing windows.",
4832
4842
  "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
4833
4843
  "default": "'horizontal'",
4834
4844
  "value": {
4835
4845
  "kind": "expression",
4836
- "type": "string"
4846
+ "type": "\"horizontal\" | \"vertical\""
4837
4847
  }
4838
4848
  },
4839
4849
  {
@@ -4857,6 +4867,16 @@
4857
4867
  },
4858
4868
  "type": "boolean"
4859
4869
  },
4870
+ {
4871
+ "name": "delimiterIcon",
4872
+ "description": "Sets icon for carousel delimiter",
4873
+ "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
4874
+ "default": "'$delimiter'",
4875
+ "value": {
4876
+ "kind": "expression",
4877
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4878
+ }
4879
+ },
4860
4880
  {
4861
4881
  "name": "hideDelimiters",
4862
4882
  "description": "Hides the carousel's bottom delimiters.",
@@ -4879,16 +4899,6 @@
4879
4899
  },
4880
4900
  "type": "boolean"
4881
4901
  },
4882
- {
4883
- "name": "delimiterIcon",
4884
- "description": "Sets icon for carousel delimiter",
4885
- "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
4886
- "default": "'$delimiter'",
4887
- "value": {
4888
- "kind": "expression",
4889
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
4890
- }
4891
- },
4892
4902
  {
4893
4903
  "name": "interval",
4894
4904
  "description": "The duration between image cycles. Requires the **cycle** prop.",
@@ -4998,7 +5008,7 @@
4998
5008
  },
4999
5009
  {
5000
5010
  "name": "additional",
5001
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))",
5011
+ "description": "Slot for additional content at the end of the component.",
5002
5012
  "doc-url": "https://vuetifyjs.com/api/v-carousel#slots",
5003
5013
  "vue-properties": [
5004
5014
  {
@@ -5045,74 +5055,27 @@
5045
5055
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
5046
5056
  "attributes": [
5047
5057
  {
5048
- "name": "value",
5049
- "description": "MISSING DESCRIPTION",
5058
+ "name": "width",
5059
+ "description": "Sets the width for the component",
5050
5060
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5051
5061
  "value": {
5052
5062
  "kind": "expression",
5053
- "type": "any"
5054
- }
5055
- }
5056
- ],
5057
- "events": [],
5058
- "slots": [
5059
- {
5060
- "name": "default",
5061
- "description": "The default Vue slot.",
5062
- "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5063
- },
5064
- {
5065
- "name": "placeholder",
5066
- "description": "MISSING DESCRIPTION",
5067
- "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5068
- },
5069
- {
5070
- "name": "error",
5071
- "description": "MISSING DESCRIPTION",
5072
- "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5073
- },
5074
- {
5075
- "name": "sources",
5076
- "description": "MISSING DESCRIPTION",
5077
- "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5078
- }
5079
- ],
5080
- "vue-model": {
5081
- "prop": "modelValue",
5082
- "event": "update:modelValue"
5083
- }
5084
- },
5085
- {
5086
- "name": "v-checkbox",
5087
- "source": {
5088
- "module": "./src/components/index.ts",
5089
- "symbol": "v-checkbox"
5090
- },
5091
- "description": "",
5092
- "doc-url": "https://vuetifyjs.com/api/v-checkbox",
5093
- "attributes": [
5094
- {
5095
- "name": "type",
5096
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5097
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5098
- "value": {
5099
- "kind": "expression",
5100
- "type": "string"
5063
+ "type": "string | number"
5101
5064
  }
5102
5065
  },
5103
5066
  {
5104
- "name": "modelValue",
5105
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
5106
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5067
+ "name": "value",
5068
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
5069
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5107
5070
  "value": {
5108
5071
  "kind": "expression",
5109
5072
  "type": "any"
5110
5073
  }
5111
5074
  },
5112
5075
  {
5113
- "name": "error",
5114
- "description": "Puts the input in a manual error state",
5115
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5076
+ "name": "disabled",
5077
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method",
5078
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5116
5079
  "default": "false",
5117
5080
  "value": {
5118
5081
  "kind": "expression",
@@ -5121,64 +5084,256 @@
5121
5084
  "type": "boolean"
5122
5085
  },
5123
5086
  {
5124
- "name": "density",
5125
- "description": "Adjusts the vertical height used by the component.",
5126
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5127
- "default": "'default'",
5087
+ "name": "selectedClass",
5088
+ "description": "Configure the active CSS class applied when an item is selected.",
5089
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5128
5090
  "value": {
5129
5091
  "kind": "expression",
5130
- "type": "\"default\" | \"comfortable\" | \"compact\""
5092
+ "type": "string"
5131
5093
  }
5132
5094
  },
5133
5095
  {
5134
- "name": "theme",
5135
- "description": "Specify a theme for this component and all of its children",
5136
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5096
+ "name": "eager",
5097
+ "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.",
5098
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5099
+ "default": "false",
5137
5100
  "value": {
5138
5101
  "kind": "expression",
5139
- "type": "string"
5140
- }
5102
+ "type": "boolean"
5103
+ },
5104
+ "type": "boolean"
5141
5105
  },
5142
5106
  {
5143
- "name": "color",
5144
- "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)",
5145
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5107
+ "name": "transition",
5108
+ "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition.",
5109
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5110
+ "default": "false",
5146
5111
  "value": {
5147
5112
  "kind": "expression",
5148
- "type": "string"
5113
+ "type": "string | boolean"
5149
5114
  }
5150
5115
  },
5151
5116
  {
5152
- "name": "name",
5153
- "description": "Sets the component's name attribute.",
5154
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5117
+ "name": "options",
5118
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor.",
5119
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5120
+ "default": "{\n root: undefined,\n rootMargin: undefined,\n threshold: undefined\n}",
5155
5121
  "value": {
5156
5122
  "kind": "expression",
5157
- "type": "string"
5123
+ "type": "{ root: any; rootMargin: any; threshold: any }"
5158
5124
  }
5159
5125
  },
5160
5126
  {
5161
- "name": "value",
5162
- "description": "The input's value",
5163
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5127
+ "name": "aspectRatio",
5128
+ "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted.",
5129
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5164
5130
  "value": {
5165
5131
  "kind": "expression",
5166
- "type": "any"
5132
+ "type": "string | number"
5167
5133
  }
5168
5134
  },
5169
5135
  {
5170
- "name": "id",
5171
- "description": "Sets the DOM id on the component",
5172
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5136
+ "name": "alt",
5137
+ "description": "Alternate text for screen readers. Leave empty for decorative images.",
5138
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5173
5139
  "value": {
5174
5140
  "kind": "expression",
5175
5141
  "type": "string"
5176
5142
  }
5177
5143
  },
5178
5144
  {
5179
- "name": "prependIcon",
5180
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
5181
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5145
+ "name": "cover",
5146
+ "description": "Resizes the background image to cover the entire container.",
5147
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5148
+ "default": "false",
5149
+ "value": {
5150
+ "kind": "expression",
5151
+ "type": "boolean"
5152
+ },
5153
+ "type": "boolean"
5154
+ },
5155
+ {
5156
+ "name": "gradient",
5157
+ "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).",
5158
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5159
+ "value": {
5160
+ "kind": "expression",
5161
+ "type": "string"
5162
+ }
5163
+ },
5164
+ {
5165
+ "name": "lazySrc",
5166
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
5167
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5168
+ "value": {
5169
+ "kind": "expression",
5170
+ "type": "string"
5171
+ }
5172
+ },
5173
+ {
5174
+ "name": "sizes",
5175
+ "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes).",
5176
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5177
+ "value": {
5178
+ "kind": "expression",
5179
+ "type": "string"
5180
+ }
5181
+ },
5182
+ {
5183
+ "name": "src",
5184
+ "description": "The image URL. This prop is mandatory.",
5185
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5186
+ "default": "",
5187
+ "value": {
5188
+ "kind": "expression",
5189
+ "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }"
5190
+ }
5191
+ },
5192
+ {
5193
+ "name": "srcset",
5194
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset).",
5195
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5196
+ "value": {
5197
+ "kind": "expression",
5198
+ "type": "string"
5199
+ }
5200
+ },
5201
+ {
5202
+ "name": "reverseTransition",
5203
+ "description": "Sets the reverse transition",
5204
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
5205
+ "default": "false",
5206
+ "value": {
5207
+ "kind": "expression",
5208
+ "type": "string | boolean"
5209
+ }
5210
+ }
5211
+ ],
5212
+ "events": [],
5213
+ "slots": [
5214
+ {
5215
+ "name": "default",
5216
+ "description": "The default Vue slot.",
5217
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5218
+ },
5219
+ {
5220
+ "name": "placeholder",
5221
+ "description": "Display an overlay while the image is loading",
5222
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5223
+ },
5224
+ {
5225
+ "name": "error",
5226
+ "description": "Will be shown if the image fails to load, replacing the placeholder slot",
5227
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5228
+ },
5229
+ {
5230
+ "name": "sources",
5231
+ "description": "A list of `<source>` elements. If this slot is used v-img will render a `<picture>` instead of `<img>`",
5232
+ "doc-url": "https://vuetifyjs.com/api/v-carousel-item#slots"
5233
+ }
5234
+ ],
5235
+ "vue-model": {
5236
+ "prop": "modelValue",
5237
+ "event": "update:modelValue"
5238
+ }
5239
+ },
5240
+ {
5241
+ "name": "v-checkbox",
5242
+ "source": {
5243
+ "module": "./src/components/index.ts",
5244
+ "symbol": "v-checkbox"
5245
+ },
5246
+ "description": "",
5247
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox",
5248
+ "attributes": [
5249
+ {
5250
+ "name": "type",
5251
+ "description": "MISSING DESCRIPTION",
5252
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5253
+ "value": {
5254
+ "kind": "expression",
5255
+ "type": "string"
5256
+ }
5257
+ },
5258
+ {
5259
+ "name": "modelValue",
5260
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
5261
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5262
+ "value": {
5263
+ "kind": "expression",
5264
+ "type": "any"
5265
+ }
5266
+ },
5267
+ {
5268
+ "name": "error",
5269
+ "description": "Puts the input in a manual error state",
5270
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5271
+ "default": "false",
5272
+ "value": {
5273
+ "kind": "expression",
5274
+ "type": "boolean"
5275
+ },
5276
+ "type": "boolean"
5277
+ },
5278
+ {
5279
+ "name": "density",
5280
+ "description": "Adjusts the vertical height used by the component.",
5281
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5282
+ "default": "'default'",
5283
+ "value": {
5284
+ "kind": "expression",
5285
+ "type": "\"default\" | \"comfortable\" | \"compact\""
5286
+ }
5287
+ },
5288
+ {
5289
+ "name": "theme",
5290
+ "description": "Specify a theme for this component and all of its children",
5291
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5292
+ "value": {
5293
+ "kind": "expression",
5294
+ "type": "string"
5295
+ }
5296
+ },
5297
+ {
5298
+ "name": "color",
5299
+ "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)",
5300
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5301
+ "value": {
5302
+ "kind": "expression",
5303
+ "type": "string"
5304
+ }
5305
+ },
5306
+ {
5307
+ "name": "name",
5308
+ "description": "Sets the component's name attribute.",
5309
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5310
+ "value": {
5311
+ "kind": "expression",
5312
+ "type": "string"
5313
+ }
5314
+ },
5315
+ {
5316
+ "name": "value",
5317
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
5318
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5319
+ "value": {
5320
+ "kind": "expression",
5321
+ "type": "any"
5322
+ }
5323
+ },
5324
+ {
5325
+ "name": "id",
5326
+ "description": "MISSING DESCRIPTION",
5327
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5328
+ "value": {
5329
+ "kind": "expression",
5330
+ "type": "string"
5331
+ }
5332
+ },
5333
+ {
5334
+ "name": "prependIcon",
5335
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
5336
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5182
5337
  "value": {
5183
5338
  "kind": "expression",
5184
5339
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
@@ -5403,6 +5558,15 @@
5403
5558
  "type": "any"
5404
5559
  }
5405
5560
  },
5561
+ {
5562
+ "name": "defaultsTarget",
5563
+ "description": "MISSING DESCRIPTION",
5564
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
5565
+ "value": {
5566
+ "kind": "expression",
5567
+ "type": "string"
5568
+ }
5569
+ },
5406
5570
  {
5407
5571
  "name": "falseIcon",
5408
5572
  "description": "The icon used when inactive",
@@ -5427,7 +5591,7 @@
5427
5591
  "events": [
5428
5592
  {
5429
5593
  "name": "click:prepend",
5430
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox.json))",
5594
+ "description": "Emitted when prepended icon is clicked",
5431
5595
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
5432
5596
  "arguments": [
5433
5597
  {
@@ -5438,7 +5602,7 @@
5438
5602
  },
5439
5603
  {
5440
5604
  "name": "click:append",
5441
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox.json))",
5605
+ "description": "Emitted when appended icon is clicked",
5442
5606
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
5443
5607
  "arguments": [
5444
5608
  {
@@ -5449,7 +5613,7 @@
5449
5613
  },
5450
5614
  {
5451
5615
  "name": "update:focused",
5452
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox.json))",
5616
+ "description": "Event that is emitted when the component's focus state changes",
5453
5617
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
5454
5618
  "arguments": [
5455
5619
  {
@@ -5635,7 +5799,7 @@
5635
5799
  },
5636
5800
  {
5637
5801
  "name": "input",
5638
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
5802
+ "description": "The slot used for the default input element.",
5639
5803
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#slots",
5640
5804
  "vue-properties": [
5641
5805
  {
@@ -5673,7 +5837,7 @@
5673
5837
  "attributes": [
5674
5838
  {
5675
5839
  "name": "type",
5676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5840
+ "description": "MISSING DESCRIPTION",
5677
5841
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5678
5842
  "value": {
5679
5843
  "kind": "expression",
@@ -5691,7 +5855,7 @@
5691
5855
  },
5692
5856
  {
5693
5857
  "name": "error",
5694
- "description": "Puts the input in a manual error state",
5858
+ "description": "MISSING DESCRIPTION",
5695
5859
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5696
5860
  "default": "false",
5697
5861
  "value": {
@@ -5739,7 +5903,7 @@
5739
5903
  },
5740
5904
  {
5741
5905
  "name": "value",
5742
- "description": "MISSING DESCRIPTION",
5906
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
5743
5907
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5744
5908
  "value": {
5745
5909
  "kind": "expression",
@@ -5748,7 +5912,7 @@
5748
5912
  },
5749
5913
  {
5750
5914
  "name": "id",
5751
- "description": "Sets the DOM id on the component",
5915
+ "description": "MISSING DESCRIPTION",
5752
5916
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5753
5917
  "value": {
5754
5918
  "kind": "expression",
@@ -5788,7 +5952,7 @@
5788
5952
  },
5789
5953
  {
5790
5954
  "name": "multiple",
5791
- "description": "Changes select to multiple. Accepts array for value",
5955
+ "description": "MISSING DESCRIPTION",
5792
5956
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5793
5957
  "default": "false",
5794
5958
  "value": {
@@ -5808,7 +5972,7 @@
5808
5972
  },
5809
5973
  {
5810
5974
  "name": "readonly",
5811
- "description": "Puts input in readonly state",
5975
+ "description": "MISSING DESCRIPTION",
5812
5976
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5813
5977
  "default": "false",
5814
5978
  "value": {
@@ -5819,7 +5983,7 @@
5819
5983
  },
5820
5984
  {
5821
5985
  "name": "inline",
5822
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
5986
+ "description": "MISSING DESCRIPTION",
5823
5987
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5824
5988
  "default": "false",
5825
5989
  "value": {
@@ -5830,7 +5994,7 @@
5830
5994
  },
5831
5995
  {
5832
5996
  "name": "indeterminate",
5833
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))",
5997
+ "description": "Puts the control in an indeterminate state. Used with the [indeterminate-icon](#props-indeterminate-icon) property.",
5834
5998
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5835
5999
  "default": "false",
5836
6000
  "value": {
@@ -5841,7 +6005,7 @@
5841
6005
  },
5842
6006
  {
5843
6007
  "name": "indeterminateIcon",
5844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))",
6008
+ "description": "Icon used when the component is in an indeterminate state.",
5845
6009
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5846
6010
  "default": "'$checkboxIndeterminate'",
5847
6011
  "value": {
@@ -5867,9 +6031,18 @@
5867
6031
  "type": "any"
5868
6032
  }
5869
6033
  },
6034
+ {
6035
+ "name": "defaultsTarget",
6036
+ "description": "MISSING DESCRIPTION",
6037
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
6038
+ "value": {
6039
+ "kind": "expression",
6040
+ "type": "string"
6041
+ }
6042
+ },
5870
6043
  {
5871
6044
  "name": "falseIcon",
5872
- "description": "The icon used when inactive",
6045
+ "description": "MISSING DESCRIPTION",
5873
6046
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5874
6047
  "default": "'$checkboxOff'",
5875
6048
  "value": {
@@ -5879,7 +6052,7 @@
5879
6052
  },
5880
6053
  {
5881
6054
  "name": "trueIcon",
5882
- "description": "The icon used when active",
6055
+ "description": "MISSING DESCRIPTION",
5883
6056
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5884
6057
  "default": "'$checkboxOn'",
5885
6058
  "value": {
@@ -5902,7 +6075,7 @@
5902
6075
  },
5903
6076
  {
5904
6077
  "name": "update:indeterminate",
5905
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))",
6078
+ "description": "Event that is emitted when the component's indeterminate state changes.",
5906
6079
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
5907
6080
  "arguments": [
5908
6081
  {
@@ -5935,7 +6108,7 @@
5935
6108
  },
5936
6109
  {
5937
6110
  "name": "input",
5938
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
6111
+ "description": "The slot used for the default input element.",
5939
6112
  "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#slots",
5940
6113
  "vue-properties": [
5941
6114
  {
@@ -5992,25 +6165,25 @@
5992
6165
  "type": "boolean"
5993
6166
  },
5994
6167
  {
5995
- "name": "closable",
5996
- "description": "Adds remove button and then a chip can be closed",
6168
+ "name": "border",
6169
+ "description": "Applies border styles to component.",
5997
6170
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5998
6171
  "default": "false",
5999
6172
  "value": {
6000
6173
  "kind": "expression",
6001
- "type": "boolean"
6002
- },
6003
- "type": "boolean"
6174
+ "type": "string | number | boolean"
6175
+ }
6004
6176
  },
6005
6177
  {
6006
- "name": "border",
6007
- "description": "Applies border styles to component.",
6178
+ "name": "closable",
6179
+ "description": "Adds remove button and then a chip can be closed",
6008
6180
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
6009
6181
  "default": "false",
6010
6182
  "value": {
6011
6183
  "kind": "expression",
6012
- "type": "string | number | boolean"
6013
- }
6184
+ "type": "boolean"
6185
+ },
6186
+ "type": "boolean"
6014
6187
  },
6015
6188
  {
6016
6189
  "name": "closeIcon",
@@ -6279,25 +6452,25 @@
6279
6452
  "type": "boolean"
6280
6453
  },
6281
6454
  {
6282
- "name": "pill",
6283
- "description": "Remove `v-avatar` padding",
6455
+ "name": "filterIcon",
6456
+ "description": "Change the default icon used for **filter** chips",
6284
6457
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
6285
- "default": "false",
6458
+ "default": "'$complete'",
6286
6459
  "value": {
6287
6460
  "kind": "expression",
6288
- "type": "boolean"
6289
- },
6290
- "type": "boolean"
6461
+ "type": "string"
6462
+ }
6291
6463
  },
6292
6464
  {
6293
- "name": "filterIcon",
6294
- "description": "Change the default icon used for **filter** chips",
6465
+ "name": "pill",
6466
+ "description": "Remove `v-avatar` padding",
6295
6467
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
6296
- "default": "'$complete'",
6468
+ "default": "false",
6297
6469
  "value": {
6298
6470
  "kind": "expression",
6299
- "type": "string"
6300
- }
6471
+ "type": "boolean"
6472
+ },
6473
+ "type": "boolean"
6301
6474
  }
6302
6475
  ],
6303
6476
  "events": [
@@ -6707,7 +6880,7 @@
6707
6880
  },
6708
6881
  {
6709
6882
  "name": "xxl",
6710
- "description": "MISSING DESCRIPTION",
6883
+ "description": "Changes the number of columns on extra extra large and greater breakpoints.",
6711
6884
  "doc-url": "https://vuetifyjs.com/api/v-col#props",
6712
6885
  "default": "false",
6713
6886
  "value": {
@@ -6757,7 +6930,7 @@
6757
6930
  },
6758
6931
  {
6759
6932
  "name": "offsetXxl",
6760
- "description": "MISSING DESCRIPTION",
6933
+ "description": "Changes the offset of the component on extra extra large and greater breakpoints.",
6761
6934
  "doc-url": "https://vuetifyjs.com/api/v-col#props",
6762
6935
  "default": "null",
6763
6936
  "value": {
@@ -6807,7 +6980,7 @@
6807
6980
  },
6808
6981
  {
6809
6982
  "name": "orderXxl",
6810
- "description": "MISSING DESCRIPTION",
6983
+ "description": "Changes the order of the component on extra extra large and greater breakpoints.",
6811
6984
  "doc-url": "https://vuetifyjs.com/api/v-col#props",
6812
6985
  "default": "null",
6813
6986
  "value": {
@@ -6955,30 +7128,28 @@
6955
7128
  }
6956
7129
  },
6957
7130
  {
6958
- "name": "hideCanvas",
6959
- "description": "Hides canvas",
7131
+ "name": "canvasHeight",
7132
+ "description": "Height of canvas",
6960
7133
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6961
- "default": "false",
7134
+ "default": "150",
6962
7135
  "value": {
6963
7136
  "kind": "expression",
6964
- "type": "boolean"
6965
- },
6966
- "type": "boolean"
7137
+ "type": "string | number"
7138
+ }
6967
7139
  },
6968
7140
  {
6969
- "name": "hideSliders",
6970
- "description": "Hides sliders",
7141
+ "name": "dotSize",
7142
+ "description": "Changes the size of the selection dot on the canvas",
6971
7143
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6972
- "default": "false",
7144
+ "default": "10",
6973
7145
  "value": {
6974
7146
  "kind": "expression",
6975
- "type": "boolean"
6976
- },
6977
- "type": "boolean"
7147
+ "type": "string | number"
7148
+ }
6978
7149
  },
6979
7150
  {
6980
- "name": "hideInputs",
6981
- "description": "Hides inputs",
7151
+ "name": "hideCanvas",
7152
+ "description": "Hides canvas",
6982
7153
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6983
7154
  "default": "false",
6984
7155
  "value": {
@@ -6988,8 +7159,8 @@
6988
7159
  "type": "boolean"
6989
7160
  },
6990
7161
  {
6991
- "name": "showSwatches",
6992
- "description": "Displays color swatches",
7162
+ "name": "hideSliders",
7163
+ "description": "Hides sliders",
6993
7164
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
6994
7165
  "default": "false",
6995
7166
  "value": {
@@ -6999,34 +7170,36 @@
6999
7170
  "type": "boolean"
7000
7171
  },
7001
7172
  {
7002
- "name": "canvasHeight",
7003
- "description": "Height of canvas",
7173
+ "name": "hideInputs",
7174
+ "description": "Hides inputs",
7004
7175
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
7005
- "default": "150",
7176
+ "default": "false",
7006
7177
  "value": {
7007
7178
  "kind": "expression",
7008
- "type": "string | number"
7009
- }
7179
+ "type": "boolean"
7180
+ },
7181
+ "type": "boolean"
7010
7182
  },
7011
7183
  {
7012
- "name": "dotSize",
7013
- "description": "Changes the size of the selection dot on the canvas",
7184
+ "name": "modes",
7185
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
7014
7186
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
7015
- "default": "10",
7187
+ "default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
7016
7188
  "value": {
7017
7189
  "kind": "expression",
7018
- "type": "string | number"
7190
+ "type": "string[]"
7019
7191
  }
7020
7192
  },
7021
7193
  {
7022
- "name": "modes",
7023
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))",
7194
+ "name": "showSwatches",
7195
+ "description": "Displays color swatches",
7024
7196
  "doc-url": "https://vuetifyjs.com/api/v-color-picker#props",
7025
- "default": "['rgb', 'rgba', 'hsl', 'hsla', 'hex', 'hexa']",
7197
+ "default": "false",
7026
7198
  "value": {
7027
7199
  "kind": "expression",
7028
- "type": "string[]"
7029
- }
7200
+ "type": "boolean"
7201
+ },
7202
+ "type": "boolean"
7030
7203
  },
7031
7204
  {
7032
7205
  "name": "swatchesMaxHeight",
@@ -7208,7 +7381,7 @@
7208
7381
  },
7209
7382
  {
7210
7383
  "name": "items",
7211
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
7384
+ "description": "An array of strings or objects used for automatically generating children components",
7212
7385
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7213
7386
  "default": "[]",
7214
7387
  "value": {
@@ -7326,7 +7499,7 @@
7326
7499
  },
7327
7500
  {
7328
7501
  "name": "chips",
7329
- "description": "Changes display of selections to chips",
7502
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7330
7503
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7331
7504
  "default": "false",
7332
7505
  "value": {
@@ -7337,7 +7510,7 @@
7337
7510
  },
7338
7511
  {
7339
7512
  "name": "closableChips",
7340
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components",
7513
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7341
7514
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7342
7515
  "default": "false",
7343
7516
  "value": {
@@ -7370,7 +7543,7 @@
7370
7543
  },
7371
7544
  {
7372
7545
  "name": "hideSelected",
7373
- "description": "Do not display in the select menu items that are already selected",
7546
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7374
7547
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7375
7548
  "default": "false",
7376
7549
  "value": {
@@ -7402,7 +7575,7 @@
7402
7575
  },
7403
7576
  {
7404
7577
  "name": "menuProps",
7405
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended.",
7578
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7406
7579
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7407
7580
  "value": {
7408
7581
  "kind": "expression",
@@ -7421,7 +7594,7 @@
7421
7594
  },
7422
7595
  {
7423
7596
  "name": "multiple",
7424
- "description": "Changes select to multiple. Accepts array for value",
7597
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7425
7598
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7426
7599
  "default": "false",
7427
7600
  "value": {
@@ -7442,7 +7615,7 @@
7442
7615
  },
7443
7616
  {
7444
7617
  "name": "openOnClear",
7445
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state",
7618
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/select.json))",
7446
7619
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7447
7620
  "default": "false",
7448
7621
  "value": {
@@ -8250,7 +8423,7 @@
8250
8423
  "attributes": [
8251
8424
  {
8252
8425
  "name": "value",
8253
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))",
8426
+ "description": "Sets the current counter value.",
8254
8427
  "doc-url": "https://vuetifyjs.com/api/v-counter#props",
8255
8428
  "default": "0",
8256
8429
  "value": {
@@ -8260,7 +8433,7 @@
8260
8433
  },
8261
8434
  {
8262
8435
  "name": "active",
8263
- "description": "Determines whether the counter is visible or not",
8436
+ "description": "Determines whether the counter is visible or not.",
8264
8437
  "doc-url": "https://vuetifyjs.com/api/v-counter#props",
8265
8438
  "default": "false",
8266
8439
  "value": {
@@ -8276,12 +8449,12 @@
8276
8449
  "default": "{component: {name: 'slide-y-transition'}}",
8277
8450
  "value": {
8278
8451
  "kind": "expression",
8279
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }"
8452
+ "type": "string | { component: Component }"
8280
8453
  }
8281
8454
  },
8282
8455
  {
8283
8456
  "name": "max",
8284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))",
8457
+ "description": "Sets the maximum allowed value.",
8285
8458
  "doc-url": "https://vuetifyjs.com/api/v-counter#props",
8286
8459
  "value": {
8287
8460
  "kind": "expression",
@@ -8321,6 +8494,16 @@
8321
8494
  "type": "any[]"
8322
8495
  }
8323
8496
  },
8497
+ {
8498
+ "name": "density",
8499
+ "description": "Adjusts the vertical height of the table rows",
8500
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8501
+ "default": "'default'",
8502
+ "value": {
8503
+ "kind": "expression",
8504
+ "type": "\"default\" | \"comfortable\" | \"compact\""
8505
+ }
8506
+ },
8324
8507
  {
8325
8508
  "name": "height",
8326
8509
  "description": "Set an explicit height of table",
@@ -8339,6 +8522,45 @@
8339
8522
  "type": "string | number"
8340
8523
  }
8341
8524
  },
8525
+ {
8526
+ "name": "sticky",
8527
+ "description": "MISSING DESCRIPTION",
8528
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8529
+ "default": "false",
8530
+ "value": {
8531
+ "kind": "expression",
8532
+ "type": "boolean"
8533
+ },
8534
+ "type": "boolean"
8535
+ },
8536
+ {
8537
+ "name": "tag",
8538
+ "description": "Specify a custom tag used on the root element.",
8539
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8540
+ "default": "'div'",
8541
+ "value": {
8542
+ "kind": "expression",
8543
+ "type": "string"
8544
+ }
8545
+ },
8546
+ {
8547
+ "name": "theme",
8548
+ "description": "Specify a theme for this component and all of its children",
8549
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8550
+ "value": {
8551
+ "kind": "expression",
8552
+ "type": "string"
8553
+ }
8554
+ },
8555
+ {
8556
+ "name": "color",
8557
+ "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)",
8558
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8559
+ "value": {
8560
+ "kind": "expression",
8561
+ "type": "string"
8562
+ }
8563
+ },
8342
8564
  {
8343
8565
  "name": "items",
8344
8566
  "description": "An array of strings or objects used for automatically generating children components",
@@ -8349,6 +8571,16 @@
8349
8571
  "type": "any[]"
8350
8572
  }
8351
8573
  },
8574
+ {
8575
+ "name": "loading",
8576
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
8577
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8578
+ "default": "false",
8579
+ "value": {
8580
+ "kind": "expression",
8581
+ "type": "string | boolean"
8582
+ }
8583
+ },
8352
8584
  {
8353
8585
  "name": "search",
8354
8586
  "description": "Text input used to filter items",
@@ -8489,6 +8721,26 @@
8489
8721
  },
8490
8722
  "type": "boolean"
8491
8723
  },
8724
+ {
8725
+ "name": "nextIcon",
8726
+ "description": "MISSING DESCRIPTION",
8727
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8728
+ "default": "'$next'",
8729
+ "value": {
8730
+ "kind": "expression",
8731
+ "type": "string"
8732
+ }
8733
+ },
8734
+ {
8735
+ "name": "prevIcon",
8736
+ "description": "MISSING DESCRIPTION",
8737
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8738
+ "default": "'$prev'",
8739
+ "value": {
8740
+ "kind": "expression",
8741
+ "type": "string"
8742
+ }
8743
+ },
8492
8744
  {
8493
8745
  "name": "headers",
8494
8746
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties",
@@ -8500,26 +8752,43 @@
8500
8752
  }
8501
8753
  },
8502
8754
  {
8503
- "name": "fixedHeader",
8504
- "description": "Fixed header to top of table",
8755
+ "name": "page",
8756
+ "description": "The current displayed page number (1-indexed)",
8505
8757
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8506
- "default": "false",
8758
+ "default": "1",
8507
8759
  "value": {
8508
8760
  "kind": "expression",
8509
- "type": "boolean"
8510
- },
8511
- "type": "boolean"
8761
+ "type": "string | number"
8762
+ }
8512
8763
  },
8513
8764
  {
8514
- "name": "fixedFooter",
8765
+ "name": "itemsPerPage",
8766
+ "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",
8767
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8768
+ "default": "10",
8769
+ "value": {
8770
+ "kind": "expression",
8771
+ "type": "string | number"
8772
+ }
8773
+ },
8774
+ {
8775
+ "name": "loadingText",
8515
8776
  "description": "MISSING DESCRIPTION",
8516
8777
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8517
- "default": "false",
8778
+ "default": "'$vuetify.dataIterator.loadingText'",
8518
8779
  "value": {
8519
8780
  "kind": "expression",
8520
- "type": "boolean"
8521
- },
8522
- "type": "boolean"
8781
+ "type": "string"
8782
+ }
8783
+ },
8784
+ {
8785
+ "name": "rowHeight",
8786
+ "description": "MISSING DESCRIPTION",
8787
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8788
+ "value": {
8789
+ "kind": "expression",
8790
+ "type": "number"
8791
+ }
8523
8792
  },
8524
8793
  {
8525
8794
  "name": "expandOnClick",
@@ -8607,53 +8876,176 @@
8607
8876
  "type": "boolean"
8608
8877
  },
8609
8878
  {
8610
- "name": "page",
8611
- "description": "The current displayed page number (1-indexed)",
8879
+ "name": "sortAscIcon",
8880
+ "description": "MISSING DESCRIPTION",
8612
8881
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8613
- "default": "1",
8882
+ "default": "'$sortAsc'",
8614
8883
  "value": {
8615
8884
  "kind": "expression",
8616
- "type": "string | number"
8885
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
8617
8886
  }
8618
8887
  },
8619
8888
  {
8620
- "name": "itemsPerPage",
8621
- "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",
8889
+ "name": "sortDescIcon",
8890
+ "description": "MISSING DESCRIPTION",
8622
8891
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8623
- "default": "10",
8892
+ "default": "'$sortDesc'",
8624
8893
  "value": {
8625
8894
  "kind": "expression",
8626
- "type": "string | number"
8895
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
8627
8896
  }
8628
- }
8629
- ],
8630
- "events": [
8897
+ },
8631
8898
  {
8632
- "name": "update:modelValue",
8633
- "description": "Event that is emitted when the component's model changes",
8634
- "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8635
- "arguments": [
8636
- {
8637
- "name": "argument",
8638
- "type": "[any[]]"
8639
- }
8640
- ]
8899
+ "name": "fixedHeader",
8900
+ "description": "Fixed header to top of table",
8901
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8902
+ "default": "false",
8903
+ "value": {
8904
+ "kind": "expression",
8905
+ "type": "boolean"
8906
+ },
8907
+ "type": "boolean"
8641
8908
  },
8642
8909
  {
8643
- "name": "click:row",
8644
- "description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
8645
- "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8646
- "arguments": [
8647
- {
8648
- "name": "argument",
8649
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
8650
- }
8651
- ]
8910
+ "name": "fixedFooter",
8911
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
8912
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8913
+ "default": "false",
8914
+ "value": {
8915
+ "kind": "expression",
8916
+ "type": "boolean"
8917
+ },
8918
+ "type": "boolean"
8652
8919
  },
8653
8920
  {
8654
- "name": "update:page",
8655
- "description": "Emits when the **page** property of the **options** prop is updated",
8656
- "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8921
+ "name": "firstIcon",
8922
+ "description": "MISSING DESCRIPTION",
8923
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8924
+ "default": "'$first'",
8925
+ "value": {
8926
+ "kind": "expression",
8927
+ "type": "string"
8928
+ }
8929
+ },
8930
+ {
8931
+ "name": "lastIcon",
8932
+ "description": "MISSING DESCRIPTION",
8933
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8934
+ "default": "'$last'",
8935
+ "value": {
8936
+ "kind": "expression",
8937
+ "type": "string"
8938
+ }
8939
+ },
8940
+ {
8941
+ "name": "itemsPerPageText",
8942
+ "description": "MISSING DESCRIPTION",
8943
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8944
+ "default": "'$vuetify.dataFooter.itemsPerPageText'",
8945
+ "value": {
8946
+ "kind": "expression",
8947
+ "type": "string"
8948
+ }
8949
+ },
8950
+ {
8951
+ "name": "pageText",
8952
+ "description": "MISSING DESCRIPTION",
8953
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8954
+ "default": "'$vuetify.dataFooter.pageText'",
8955
+ "value": {
8956
+ "kind": "expression",
8957
+ "type": "string"
8958
+ }
8959
+ },
8960
+ {
8961
+ "name": "firstPageLabel",
8962
+ "description": "MISSING DESCRIPTION",
8963
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8964
+ "default": "'$vuetify.dataFooter.firstPage'",
8965
+ "value": {
8966
+ "kind": "expression",
8967
+ "type": "string"
8968
+ }
8969
+ },
8970
+ {
8971
+ "name": "prevPageLabel",
8972
+ "description": "MISSING DESCRIPTION",
8973
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8974
+ "default": "'$vuetify.dataFooter.prevPage'",
8975
+ "value": {
8976
+ "kind": "expression",
8977
+ "type": "string"
8978
+ }
8979
+ },
8980
+ {
8981
+ "name": "nextPageLabel",
8982
+ "description": "MISSING DESCRIPTION",
8983
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8984
+ "default": "'$vuetify.dataFooter.nextPage'",
8985
+ "value": {
8986
+ "kind": "expression",
8987
+ "type": "string"
8988
+ }
8989
+ },
8990
+ {
8991
+ "name": "lastPageLabel",
8992
+ "description": "MISSING DESCRIPTION",
8993
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
8994
+ "default": "'$vuetify.dataFooter.lastPage'",
8995
+ "value": {
8996
+ "kind": "expression",
8997
+ "type": "string"
8998
+ }
8999
+ },
9000
+ {
9001
+ "name": "itemsPerPageOptions",
9002
+ "description": "MISSING DESCRIPTION",
9003
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
9004
+ "default": "[\n {value: 10, title: '10'},\n {value: 25, title: '25'},\n {value: 50, title: '50'},\n {value: 100, title: '100'},\n {value: -1, title: '$vuetify.dataFooter.itemsPerPageAll'}\n]",
9005
+ "value": {
9006
+ "kind": "expression",
9007
+ "type": "{ title: string; value: number }[]"
9008
+ }
9009
+ },
9010
+ {
9011
+ "name": "showCurrentPage",
9012
+ "description": "MISSING DESCRIPTION",
9013
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
9014
+ "default": "false",
9015
+ "value": {
9016
+ "kind": "expression",
9017
+ "type": "boolean"
9018
+ },
9019
+ "type": "boolean"
9020
+ }
9021
+ ],
9022
+ "events": [
9023
+ {
9024
+ "name": "update:modelValue",
9025
+ "description": "Event that is emitted when the component's model changes",
9026
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
9027
+ "arguments": [
9028
+ {
9029
+ "name": "argument",
9030
+ "type": "[any[]]"
9031
+ }
9032
+ ]
9033
+ },
9034
+ {
9035
+ "name": "click:row",
9036
+ "description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
9037
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
9038
+ "arguments": [
9039
+ {
9040
+ "name": "argument",
9041
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
9042
+ }
9043
+ ]
9044
+ },
9045
+ {
9046
+ "name": "update:page",
9047
+ "description": "Emits when the **page** property of the **options** prop is updated",
9048
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8657
9049
  "arguments": [
8658
9050
  {
8659
9051
  "name": "argument",
@@ -9122,22 +9514,22 @@
9122
9514
  }
9123
9515
  },
9124
9516
  {
9125
- "name": "rowHeight",
9517
+ "name": "loadingText",
9126
9518
  "description": "MISSING DESCRIPTION",
9127
9519
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
9520
+ "default": "'$vuetify.dataIterator.loadingText'",
9128
9521
  "value": {
9129
9522
  "kind": "expression",
9130
- "type": "number"
9523
+ "type": "string"
9131
9524
  }
9132
9525
  },
9133
9526
  {
9134
- "name": "loadingText",
9527
+ "name": "rowHeight",
9135
9528
  "description": "MISSING DESCRIPTION",
9136
9529
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
9137
- "default": "'$vuetify.dataIterator.loadingText'",
9138
9530
  "value": {
9139
9531
  "kind": "expression",
9140
- "type": "string"
9532
+ "type": "number"
9141
9533
  }
9142
9534
  }
9143
9535
  ],
@@ -9413,9 +9805,19 @@
9413
9805
  "type": "any[]"
9414
9806
  }
9415
9807
  },
9808
+ {
9809
+ "name": "density",
9810
+ "description": "Adjusts the vertical height used by the component.",
9811
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9812
+ "default": "'default'",
9813
+ "value": {
9814
+ "kind": "expression",
9815
+ "type": "\"default\" | \"comfortable\" | \"compact\""
9816
+ }
9817
+ },
9416
9818
  {
9417
9819
  "name": "height",
9418
- "description": "Set an explicit height of table",
9820
+ "description": "Use the height prop to set the height of the table.",
9419
9821
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9420
9822
  "value": {
9421
9823
  "kind": "expression",
@@ -9431,6 +9833,36 @@
9431
9833
  "type": "string | number"
9432
9834
  }
9433
9835
  },
9836
+ {
9837
+ "name": "sticky",
9838
+ "description": "MISSING DESCRIPTION",
9839
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9840
+ "default": "false",
9841
+ "value": {
9842
+ "kind": "expression",
9843
+ "type": "boolean"
9844
+ },
9845
+ "type": "boolean"
9846
+ },
9847
+ {
9848
+ "name": "tag",
9849
+ "description": "Specify a custom tag used on the root element.",
9850
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9851
+ "default": "'div'",
9852
+ "value": {
9853
+ "kind": "expression",
9854
+ "type": "string"
9855
+ }
9856
+ },
9857
+ {
9858
+ "name": "theme",
9859
+ "description": "Specify a theme for this component and all of its children",
9860
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9861
+ "value": {
9862
+ "kind": "expression",
9863
+ "type": "string"
9864
+ }
9865
+ },
9434
9866
  {
9435
9867
  "name": "color",
9436
9868
  "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)",
@@ -9452,7 +9884,7 @@
9452
9884
  },
9453
9885
  {
9454
9886
  "name": "loading",
9455
- "description": "MISSING DESCRIPTION",
9887
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
9456
9888
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9457
9889
  "default": "false",
9458
9890
  "value": {
@@ -9462,7 +9894,7 @@
9462
9894
  },
9463
9895
  {
9464
9896
  "name": "search",
9465
- "description": "Text input used to filter items",
9897
+ "description": "Text input used to filter items.",
9466
9898
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9467
9899
  "value": {
9468
9900
  "kind": "expression",
@@ -9543,7 +9975,7 @@
9543
9975
  },
9544
9976
  {
9545
9977
  "name": "hover",
9546
- "description": "Adds a hover effects to a table rows",
9978
+ "description": "Will add a hover effect to a table's row when the mouse is over it.",
9547
9979
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9548
9980
  "default": "false",
9549
9981
  "value": {
@@ -9552,9 +9984,29 @@
9552
9984
  },
9553
9985
  "type": "boolean"
9554
9986
  },
9987
+ {
9988
+ "name": "nextIcon",
9989
+ "description": "MISSING DESCRIPTION",
9990
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9991
+ "default": "'$next'",
9992
+ "value": {
9993
+ "kind": "expression",
9994
+ "type": "string"
9995
+ }
9996
+ },
9997
+ {
9998
+ "name": "prevIcon",
9999
+ "description": "MISSING DESCRIPTION",
10000
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10001
+ "default": "'$prev'",
10002
+ "value": {
10003
+ "kind": "expression",
10004
+ "type": "string"
10005
+ }
10006
+ },
9555
10007
  {
9556
10008
  "name": "headers",
9557
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties",
10009
+ "description": "Array of header items to display",
9558
10010
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9559
10011
  "default": "[]",
9560
10012
  "value": {
@@ -9563,26 +10015,43 @@
9563
10015
  }
9564
10016
  },
9565
10017
  {
9566
- "name": "fixedHeader",
9567
- "description": "Fixed header to top of table",
10018
+ "name": "page",
10019
+ "description": "MISSING DESCRIPTION",
9568
10020
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9569
- "default": "false",
10021
+ "default": "1",
9570
10022
  "value": {
9571
10023
  "kind": "expression",
9572
- "type": "boolean"
9573
- },
9574
- "type": "boolean"
10024
+ "type": "string | number"
10025
+ }
9575
10026
  },
9576
10027
  {
9577
- "name": "fixedFooter",
10028
+ "name": "itemsPerPage",
9578
10029
  "description": "MISSING DESCRIPTION",
9579
10030
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9580
- "default": "false",
10031
+ "default": "10",
9581
10032
  "value": {
9582
10033
  "kind": "expression",
9583
- "type": "boolean"
9584
- },
9585
- "type": "boolean"
10034
+ "type": "string | number"
10035
+ }
10036
+ },
10037
+ {
10038
+ "name": "loadingText",
10039
+ "description": "MISSING DESCRIPTION",
10040
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10041
+ "default": "'$vuetify.dataIterator.loadingText'",
10042
+ "value": {
10043
+ "kind": "expression",
10044
+ "type": "string"
10045
+ }
10046
+ },
10047
+ {
10048
+ "name": "rowHeight",
10049
+ "description": "MISSING DESCRIPTION",
10050
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10051
+ "value": {
10052
+ "kind": "expression",
10053
+ "type": "number"
10054
+ }
9586
10055
  },
9587
10056
  {
9588
10057
  "name": "expandOnClick",
@@ -9597,7 +10066,7 @@
9597
10066
  },
9598
10067
  {
9599
10068
  "name": "showExpand",
9600
- "description": "Shows the expand toggle in default rows",
10069
+ "description": "MISSING DESCRIPTION",
9601
10070
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9602
10071
  "default": "false",
9603
10072
  "value": {
@@ -9618,7 +10087,7 @@
9618
10087
  },
9619
10088
  {
9620
10089
  "name": "groupBy",
9621
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier",
10090
+ "description": "MISSING DESCRIPTION",
9622
10091
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9623
10092
  "default": "[]",
9624
10093
  "value": {
@@ -9628,7 +10097,7 @@
9628
10097
  },
9629
10098
  {
9630
10099
  "name": "showSelect",
9631
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)",
10100
+ "description": "MISSING DESCRIPTION",
9632
10101
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9633
10102
  "default": "false",
9634
10103
  "value": {
@@ -9639,7 +10108,7 @@
9639
10108
  },
9640
10109
  {
9641
10110
  "name": "sortBy",
9642
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
10111
+ "description": "MISSING DESCRIPTION",
9643
10112
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9644
10113
  "default": "[]",
9645
10114
  "value": {
@@ -9649,7 +10118,7 @@
9649
10118
  },
9650
10119
  {
9651
10120
  "name": "multiSort",
9652
- "description": "If `true` then one can sort on multiple properties",
10121
+ "description": "MISSING DESCRIPTION",
9653
10122
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9654
10123
  "default": "false",
9655
10124
  "value": {
@@ -9660,7 +10129,7 @@
9660
10129
  },
9661
10130
  {
9662
10131
  "name": "mustSort",
9663
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
10132
+ "description": "MISSING DESCRIPTION",
9664
10133
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9665
10134
  "default": "false",
9666
10135
  "value": {
@@ -9670,35 +10139,148 @@
9670
10139
  "type": "boolean"
9671
10140
  },
9672
10141
  {
9673
- "name": "page",
9674
- "description": "The current displayed page number (1-indexed)",
10142
+ "name": "sortAscIcon",
10143
+ "description": "MISSING DESCRIPTION",
9675
10144
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9676
- "default": "1",
10145
+ "default": "'$sortAsc'",
9677
10146
  "value": {
9678
10147
  "kind": "expression",
9679
- "type": "string | number"
10148
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
9680
10149
  }
9681
10150
  },
9682
10151
  {
9683
- "name": "itemsPerPage",
9684
- "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",
10152
+ "name": "sortDescIcon",
10153
+ "description": "MISSING DESCRIPTION",
9685
10154
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9686
- "default": "10",
10155
+ "default": "'$sortDesc'",
9687
10156
  "value": {
9688
10157
  "kind": "expression",
9689
- "type": "string | number"
10158
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
9690
10159
  }
9691
10160
  },
9692
10161
  {
9693
- "name": "loadingText",
10162
+ "name": "fixedHeader",
10163
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table.",
10164
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10165
+ "default": "false",
10166
+ "value": {
10167
+ "kind": "expression",
10168
+ "type": "boolean"
10169
+ },
10170
+ "type": "boolean"
10171
+ },
10172
+ {
10173
+ "name": "fixedFooter",
10174
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
10175
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10176
+ "default": "false",
10177
+ "value": {
10178
+ "kind": "expression",
10179
+ "type": "boolean"
10180
+ },
10181
+ "type": "boolean"
10182
+ },
10183
+ {
10184
+ "name": "firstIcon",
9694
10185
  "description": "MISSING DESCRIPTION",
9695
10186
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
9696
- "default": "'$vuetify.dataIterator.loadingText'",
10187
+ "default": "'$first'",
10188
+ "value": {
10189
+ "kind": "expression",
10190
+ "type": "string"
10191
+ }
10192
+ },
10193
+ {
10194
+ "name": "lastIcon",
10195
+ "description": "MISSING DESCRIPTION",
10196
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10197
+ "default": "'$last'",
10198
+ "value": {
10199
+ "kind": "expression",
10200
+ "type": "string"
10201
+ }
10202
+ },
10203
+ {
10204
+ "name": "itemsPerPageText",
10205
+ "description": "MISSING DESCRIPTION",
10206
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10207
+ "default": "'$vuetify.dataFooter.itemsPerPageText'",
10208
+ "value": {
10209
+ "kind": "expression",
10210
+ "type": "string"
10211
+ }
10212
+ },
10213
+ {
10214
+ "name": "pageText",
10215
+ "description": "MISSING DESCRIPTION",
10216
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10217
+ "default": "'$vuetify.dataFooter.pageText'",
10218
+ "value": {
10219
+ "kind": "expression",
10220
+ "type": "string"
10221
+ }
10222
+ },
10223
+ {
10224
+ "name": "firstPageLabel",
10225
+ "description": "MISSING DESCRIPTION",
10226
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10227
+ "default": "'$vuetify.dataFooter.firstPage'",
10228
+ "value": {
10229
+ "kind": "expression",
10230
+ "type": "string"
10231
+ }
10232
+ },
10233
+ {
10234
+ "name": "prevPageLabel",
10235
+ "description": "MISSING DESCRIPTION",
10236
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10237
+ "default": "'$vuetify.dataFooter.prevPage'",
10238
+ "value": {
10239
+ "kind": "expression",
10240
+ "type": "string"
10241
+ }
10242
+ },
10243
+ {
10244
+ "name": "nextPageLabel",
10245
+ "description": "MISSING DESCRIPTION",
10246
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10247
+ "default": "'$vuetify.dataFooter.nextPage'",
10248
+ "value": {
10249
+ "kind": "expression",
10250
+ "type": "string"
10251
+ }
10252
+ },
10253
+ {
10254
+ "name": "lastPageLabel",
10255
+ "description": "MISSING DESCRIPTION",
10256
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10257
+ "default": "'$vuetify.dataFooter.lastPage'",
9697
10258
  "value": {
9698
10259
  "kind": "expression",
9699
10260
  "type": "string"
9700
10261
  }
9701
10262
  },
10263
+ {
10264
+ "name": "itemsPerPageOptions",
10265
+ "description": "MISSING DESCRIPTION",
10266
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10267
+ "default": "[\n {value: 10, title: '10'},\n {value: 25, title: '25'},\n {value: 50, title: '50'},\n {value: 100, title: '100'},\n {value: -1, title: '$vuetify.dataFooter.itemsPerPageAll'}\n]",
10268
+ "value": {
10269
+ "kind": "expression",
10270
+ "type": "{ title: string; value: number }[]"
10271
+ }
10272
+ },
10273
+ {
10274
+ "name": "showCurrentPage",
10275
+ "description": "MISSING DESCRIPTION",
10276
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
10277
+ "default": "false",
10278
+ "value": {
10279
+ "kind": "expression",
10280
+ "type": "boolean"
10281
+ },
10282
+ "type": "boolean"
10283
+ },
9702
10284
  {
9703
10285
  "name": "itemsLength",
9704
10286
  "description": "MISSING DESCRIPTION",
@@ -9723,7 +10305,7 @@
9723
10305
  },
9724
10306
  {
9725
10307
  "name": "click:row",
9726
- "description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
10308
+ "description": "MISSING DESCRIPTION",
9727
10309
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
9728
10310
  "arguments": [
9729
10311
  {
@@ -9734,7 +10316,7 @@
9734
10316
  },
9735
10317
  {
9736
10318
  "name": "update:page",
9737
- "description": "Emits when the **page** property of the **options** prop is updated",
10319
+ "description": "MISSING DESCRIPTION",
9738
10320
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
9739
10321
  "arguments": [
9740
10322
  {
@@ -9767,7 +10349,7 @@
9767
10349
  },
9768
10350
  {
9769
10351
  "name": "update:options",
9770
- "description": "Emits when one of the **options** properties is updated",
10352
+ "description": "MISSING DESCRIPTION",
9771
10353
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
9772
10354
  "arguments": [
9773
10355
  {
@@ -9807,7 +10389,7 @@
9807
10389
  },
9808
10390
  {
9809
10391
  "name": "item",
9810
- "description": "Slot to replace the default rendering of a row",
10392
+ "description": "Define a custom item appearance",
9811
10393
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
9812
10394
  "vue-properties": [
9813
10395
  {
@@ -9842,7 +10424,7 @@
9842
10424
  },
9843
10425
  {
9844
10426
  "name": "loading",
9845
- "description": "Defines content for when `loading` is true and no items are provided",
10427
+ "description": "MISSING DESCRIPTION",
9846
10428
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
9847
10429
  },
9848
10430
  {
@@ -9930,7 +10512,7 @@
9930
10512
  },
9931
10513
  {
9932
10514
  "name": "item.data-table-select",
9933
- "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
10515
+ "description": "MISSING DESCRIPTION",
9934
10516
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
9935
10517
  "vue-properties": [
9936
10518
  {
@@ -9965,7 +10547,7 @@
9965
10547
  },
9966
10548
  {
9967
10549
  "name": "item.data-table-expand",
9968
- "description": "Slot to replace the default `v-icon` used when expanding rows",
10550
+ "description": "MISSING DESCRIPTION",
9969
10551
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
9970
10552
  "vue-properties": [
9971
10553
  {
@@ -10005,7 +10587,7 @@
10005
10587
  },
10006
10588
  {
10007
10589
  "name": "top",
10008
- "description": "Slot to add content above the table",
10590
+ "description": "MISSING DESCRIPTION",
10009
10591
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
10010
10592
  },
10011
10593
  {
@@ -10015,7 +10597,7 @@
10015
10597
  },
10016
10598
  {
10017
10599
  "name": "body",
10018
- "description": "Slot to replace the default table `<tbody>`",
10600
+ "description": "MISSING DESCRIPTION",
10019
10601
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
10020
10602
  },
10021
10603
  {
@@ -10040,7 +10622,7 @@
10040
10622
  },
10041
10623
  {
10042
10624
  "name": "footer.prepend",
10043
- "description": "Adds content to the empty space in the footer",
10625
+ "description": "MISSING DESCRIPTION",
10044
10626
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
10045
10627
  },
10046
10628
  {
@@ -10103,9 +10685,19 @@
10103
10685
  "type": "any[]"
10104
10686
  }
10105
10687
  },
10688
+ {
10689
+ "name": "density",
10690
+ "description": "Adjusts the vertical height used by the component.",
10691
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10692
+ "default": "'default'",
10693
+ "value": {
10694
+ "kind": "expression",
10695
+ "type": "\"default\" | \"comfortable\" | \"compact\""
10696
+ }
10697
+ },
10106
10698
  {
10107
10699
  "name": "height",
10108
- "description": "Set an explicit height of table",
10700
+ "description": "Use the height prop to set the height of the table.",
10109
10701
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10110
10702
  "value": {
10111
10703
  "kind": "expression",
@@ -10121,19 +10713,68 @@
10121
10713
  "type": "string | number"
10122
10714
  }
10123
10715
  },
10716
+ {
10717
+ "name": "sticky",
10718
+ "description": "MISSING DESCRIPTION",
10719
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10720
+ "default": "false",
10721
+ "value": {
10722
+ "kind": "expression",
10723
+ "type": "boolean"
10724
+ },
10725
+ "type": "boolean"
10726
+ },
10727
+ {
10728
+ "name": "tag",
10729
+ "description": "Specify a custom tag used on the root element.",
10730
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10731
+ "default": "'div'",
10732
+ "value": {
10733
+ "kind": "expression",
10734
+ "type": "string"
10735
+ }
10736
+ },
10737
+ {
10738
+ "name": "theme",
10739
+ "description": "Specify a theme for this component and all of its children",
10740
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10741
+ "value": {
10742
+ "kind": "expression",
10743
+ "type": "string"
10744
+ }
10745
+ },
10746
+ {
10747
+ "name": "color",
10748
+ "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)",
10749
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10750
+ "value": {
10751
+ "kind": "expression",
10752
+ "type": "string"
10753
+ }
10754
+ },
10124
10755
  {
10125
10756
  "name": "items",
10126
10757
  "description": "An array of strings or objects used for automatically generating children components",
10127
10758
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10128
- "default": "[]",
10759
+ "default": "[]",
10760
+ "value": {
10761
+ "kind": "expression",
10762
+ "type": "any[]"
10763
+ }
10764
+ },
10765
+ {
10766
+ "name": "loading",
10767
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
10768
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10769
+ "default": "false",
10129
10770
  "value": {
10130
10771
  "kind": "expression",
10131
- "type": "any[]"
10772
+ "type": "string | boolean"
10132
10773
  }
10133
10774
  },
10134
10775
  {
10135
10776
  "name": "search",
10136
- "description": "Text input used to filter items",
10777
+ "description": "Text input used to filter items.",
10137
10778
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10138
10779
  "value": {
10139
10780
  "kind": "expression",
@@ -10163,7 +10804,7 @@
10163
10804
  },
10164
10805
  {
10165
10806
  "name": "customFilter",
10166
- "description": "Function to filter items",
10807
+ "description": "Function used to filter items.",
10167
10808
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10168
10809
  "value": {
10169
10810
  "kind": "expression",
@@ -10262,7 +10903,7 @@
10262
10903
  },
10263
10904
  {
10264
10905
  "name": "hover",
10265
- "description": "Adds a hover effects to a table rows",
10906
+ "description": "Will add a hover effect to a table's row when the mouse is over it.",
10266
10907
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10267
10908
  "default": "false",
10268
10909
  "value": {
@@ -10273,7 +10914,7 @@
10273
10914
  },
10274
10915
  {
10275
10916
  "name": "headers",
10276
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties",
10917
+ "description": "Array of header items to display",
10277
10918
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10278
10919
  "default": "[]",
10279
10920
  "value": {
@@ -10282,26 +10923,23 @@
10282
10923
  }
10283
10924
  },
10284
10925
  {
10285
- "name": "fixedHeader",
10286
- "description": "Fixed header to top of table",
10926
+ "name": "loadingText",
10927
+ "description": "MISSING DESCRIPTION",
10287
10928
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10288
- "default": "false",
10929
+ "default": "'$vuetify.dataIterator.loadingText'",
10289
10930
  "value": {
10290
10931
  "kind": "expression",
10291
- "type": "boolean"
10292
- },
10293
- "type": "boolean"
10932
+ "type": "string"
10933
+ }
10294
10934
  },
10295
10935
  {
10296
- "name": "fixedFooter",
10936
+ "name": "rowHeight",
10297
10937
  "description": "MISSING DESCRIPTION",
10298
10938
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10299
- "default": "false",
10300
10939
  "value": {
10301
10940
  "kind": "expression",
10302
- "type": "boolean"
10303
- },
10304
- "type": "boolean"
10941
+ "type": "number"
10942
+ }
10305
10943
  },
10306
10944
  {
10307
10945
  "name": "expandOnClick",
@@ -10316,7 +10954,7 @@
10316
10954
  },
10317
10955
  {
10318
10956
  "name": "showExpand",
10319
- "description": "Shows the expand toggle in default rows",
10957
+ "description": "MISSING DESCRIPTION",
10320
10958
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10321
10959
  "default": "false",
10322
10960
  "value": {
@@ -10337,7 +10975,7 @@
10337
10975
  },
10338
10976
  {
10339
10977
  "name": "groupBy",
10340
- "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier",
10978
+ "description": "MISSING DESCRIPTION",
10341
10979
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10342
10980
  "default": "[]",
10343
10981
  "value": {
@@ -10347,7 +10985,7 @@
10347
10985
  },
10348
10986
  {
10349
10987
  "name": "showSelect",
10350
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)",
10988
+ "description": "MISSING DESCRIPTION",
10351
10989
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10352
10990
  "default": "false",
10353
10991
  "value": {
@@ -10358,7 +10996,7 @@
10358
10996
  },
10359
10997
  {
10360
10998
  "name": "sortBy",
10361
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
10999
+ "description": "MISSING DESCRIPTION",
10362
11000
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10363
11001
  "default": "[]",
10364
11002
  "value": {
@@ -10368,7 +11006,7 @@
10368
11006
  },
10369
11007
  {
10370
11008
  "name": "multiSort",
10371
- "description": "If `true` then one can sort on multiple properties",
11009
+ "description": "MISSING DESCRIPTION",
10372
11010
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10373
11011
  "default": "false",
10374
11012
  "value": {
@@ -10379,7 +11017,49 @@
10379
11017
  },
10380
11018
  {
10381
11019
  "name": "mustSort",
10382
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
11020
+ "description": "MISSING DESCRIPTION",
11021
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
11022
+ "default": "false",
11023
+ "value": {
11024
+ "kind": "expression",
11025
+ "type": "boolean"
11026
+ },
11027
+ "type": "boolean"
11028
+ },
11029
+ {
11030
+ "name": "sortAscIcon",
11031
+ "description": "MISSING DESCRIPTION",
11032
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
11033
+ "default": "'$sortAsc'",
11034
+ "value": {
11035
+ "kind": "expression",
11036
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11037
+ }
11038
+ },
11039
+ {
11040
+ "name": "sortDescIcon",
11041
+ "description": "MISSING DESCRIPTION",
11042
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
11043
+ "default": "'$sortDesc'",
11044
+ "value": {
11045
+ "kind": "expression",
11046
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
11047
+ }
11048
+ },
11049
+ {
11050
+ "name": "fixedHeader",
11051
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table.",
11052
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
11053
+ "default": "false",
11054
+ "value": {
11055
+ "kind": "expression",
11056
+ "type": "boolean"
11057
+ },
11058
+ "type": "boolean"
11059
+ },
11060
+ {
11061
+ "name": "fixedFooter",
11062
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
10383
11063
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
10384
11064
  "default": "false",
10385
11065
  "value": {
@@ -10423,7 +11103,7 @@
10423
11103
  },
10424
11104
  {
10425
11105
  "name": "click:row",
10426
- "description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
11106
+ "description": "MISSING DESCRIPTION",
10427
11107
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
10428
11108
  "arguments": [
10429
11109
  {
@@ -10445,7 +11125,7 @@
10445
11125
  },
10446
11126
  {
10447
11127
  "name": "update:options",
10448
- "description": "Emits when one of the **options** properties is updated",
11128
+ "description": "MISSING DESCRIPTION",
10449
11129
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
10450
11130
  "arguments": [
10451
11131
  {
@@ -10485,7 +11165,7 @@
10485
11165
  },
10486
11166
  {
10487
11167
  "name": "item",
10488
- "description": "Slot to replace the default rendering of a row",
11168
+ "description": "Define a custom item appearance",
10489
11169
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
10490
11170
  "vue-properties": [
10491
11171
  {
@@ -10520,7 +11200,7 @@
10520
11200
  },
10521
11201
  {
10522
11202
  "name": "loading",
10523
- "description": "Defines content for when `loading` is true and no items are provided",
11203
+ "description": "MISSING DESCRIPTION",
10524
11204
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
10525
11205
  },
10526
11206
  {
@@ -10608,7 +11288,7 @@
10608
11288
  },
10609
11289
  {
10610
11290
  "name": "item.data-table-select",
10611
- "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
11291
+ "description": "MISSING DESCRIPTION",
10612
11292
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
10613
11293
  "vue-properties": [
10614
11294
  {
@@ -10643,7 +11323,7 @@
10643
11323
  },
10644
11324
  {
10645
11325
  "name": "item.data-table-expand",
10646
- "description": "Slot to replace the default `v-icon` used when expanding rows",
11326
+ "description": "MISSING DESCRIPTION",
10647
11327
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
10648
11328
  "vue-properties": [
10649
11329
  {
@@ -10678,7 +11358,7 @@
10678
11358
  },
10679
11359
  {
10680
11360
  "name": "top",
10681
- "description": "Slot to add content above the table",
11361
+ "description": "MISSING DESCRIPTION",
10682
11362
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
10683
11363
  },
10684
11364
  {
@@ -10763,6 +11443,15 @@
10763
11443
  },
10764
11444
  "type": "boolean"
10765
11445
  },
11446
+ {
11447
+ "name": "reset",
11448
+ "description": "Reset the default values up the nested chain by {n} amount",
11449
+ "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
11450
+ "value": {
11451
+ "kind": "expression",
11452
+ "type": "string | number"
11453
+ }
11454
+ },
10766
11455
  {
10767
11456
  "name": "scoped",
10768
11457
  "description": "Prevents the ability for default values to be inherited from parent components",
@@ -10774,15 +11463,6 @@
10774
11463
  },
10775
11464
  "type": "boolean"
10776
11465
  },
10777
- {
10778
- "name": "reset",
10779
- "description": "Reset the default values up the nested chain by {n} amount",
10780
- "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
10781
- "value": {
10782
- "kind": "expression",
10783
- "type": "string | number"
10784
- }
10785
- },
10786
11466
  {
10787
11467
  "name": "defaults",
10788
11468
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values",
@@ -11141,7 +11821,7 @@
11141
11821
  "default": "{component: {name: 'VDialogTransition'}}",
11142
11822
  "value": {
11143
11823
  "kind": "expression",
11144
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }"
11824
+ "type": "string | { component: Component }"
11145
11825
  }
11146
11826
  },
11147
11827
  {
@@ -11166,10 +11846,10 @@
11166
11846
  "type": "boolean"
11167
11847
  },
11168
11848
  {
11169
- "name": "scrollable",
11170
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable).",
11849
+ "name": "retainFocus",
11850
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard.",
11171
11851
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
11172
- "default": "false",
11852
+ "default": "true",
11173
11853
  "value": {
11174
11854
  "kind": "expression",
11175
11855
  "type": "boolean"
@@ -11177,10 +11857,10 @@
11177
11857
  "type": "boolean"
11178
11858
  },
11179
11859
  {
11180
- "name": "retainFocus",
11181
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard.",
11860
+ "name": "scrollable",
11861
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable).",
11182
11862
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
11183
- "default": "true",
11863
+ "default": "false",
11184
11864
  "value": {
11185
11865
  "kind": "expression",
11186
11866
  "type": "boolean"
@@ -13912,6 +14592,15 @@
13912
14592
  "type": "{ root: any; rootMargin: any; threshold: any }"
13913
14593
  }
13914
14594
  },
14595
+ {
14596
+ "name": "aspectRatio",
14597
+ "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted.",
14598
+ "doc-url": "https://vuetifyjs.com/api/v-img#props",
14599
+ "value": {
14600
+ "kind": "expression",
14601
+ "type": "string | number"
14602
+ }
14603
+ },
13915
14604
  {
13916
14605
  "name": "alt",
13917
14606
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -13960,31 +14649,22 @@
13960
14649
  }
13961
14650
  },
13962
14651
  {
13963
- "name": "srcset",
13964
- "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset).",
13965
- "doc-url": "https://vuetifyjs.com/api/v-img#props",
13966
- "value": {
13967
- "kind": "expression",
13968
- "type": "string"
13969
- }
13970
- },
13971
- {
13972
- "name": "aspectRatio",
13973
- "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted.",
14652
+ "name": "src",
14653
+ "description": "The image URL. This prop is mandatory.",
13974
14654
  "doc-url": "https://vuetifyjs.com/api/v-img#props",
14655
+ "default": "",
13975
14656
  "value": {
13976
14657
  "kind": "expression",
13977
- "type": "string | number"
14658
+ "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }"
13978
14659
  }
13979
14660
  },
13980
14661
  {
13981
- "name": "src",
13982
- "description": "The image URL. This prop is mandatory.",
14662
+ "name": "srcset",
14663
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset).",
13983
14664
  "doc-url": "https://vuetifyjs.com/api/v-img#props",
13984
- "default": "",
13985
14665
  "value": {
13986
14666
  "kind": "expression",
13987
- "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }"
14667
+ "type": "string"
13988
14668
  }
13989
14669
  }
13990
14670
  ],
@@ -14113,6 +14793,16 @@
14113
14793
  "type": "string | number"
14114
14794
  }
14115
14795
  },
14796
+ {
14797
+ "name": "tag",
14798
+ "description": "Specify a custom tag used on the root element.",
14799
+ "doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
14800
+ "default": "'div'",
14801
+ "value": {
14802
+ "kind": "expression",
14803
+ "type": "string"
14804
+ }
14805
+ },
14116
14806
  {
14117
14807
  "name": "color",
14118
14808
  "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)",
@@ -15636,7 +16326,7 @@
15636
16326
  "default": "'list'",
15637
16327
  "value": {
15638
16328
  "kind": "expression",
15639
- "type": "\"multiple\" | \"single\" | \"list\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }"
16329
+ "type": "\"multiple\" | \"list\" | \"single\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }"
15640
16330
  }
15641
16331
  },
15642
16332
  {
@@ -17080,7 +17770,7 @@
17080
17770
  "default": "{component: {name: 'VDialogTransition'}}",
17081
17771
  "value": {
17082
17772
  "kind": "expression",
17083
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }"
17773
+ "type": "string | { component: Component }"
17084
17774
  }
17085
17775
  },
17086
17776
  {
@@ -17176,7 +17866,7 @@
17176
17866
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
17177
17867
  "value": {
17178
17868
  "kind": "expression",
17179
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }"
17869
+ "type": "string | { component: Component; leaveAbsolute: boolean; group: boolean }"
17180
17870
  }
17181
17871
  },
17182
17872
  {
@@ -17422,8 +18112,8 @@
17422
18112
  "type": "boolean"
17423
18113
  },
17424
18114
  {
17425
- "name": "temporary",
17426
- "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background",
18115
+ "name": "rail",
18116
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
17427
18117
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
17428
18118
  "default": "false",
17429
18119
  "value": {
@@ -17433,19 +18123,18 @@
17433
18123
  "type": "boolean"
17434
18124
  },
17435
18125
  {
17436
- "name": "touchless",
17437
- "description": "Disable mobile touch functionality",
18126
+ "name": "railWidth",
18127
+ "description": "Sets the width for the component when `rail` is enabled.",
17438
18128
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
17439
- "default": "false",
18129
+ "default": "56",
17440
18130
  "value": {
17441
18131
  "kind": "expression",
17442
- "type": "boolean"
17443
- },
17444
- "type": "boolean"
18132
+ "type": "string | number"
18133
+ }
17445
18134
  },
17446
18135
  {
17447
- "name": "rail",
17448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))",
18136
+ "name": "temporary",
18137
+ "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background",
17449
18138
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
17450
18139
  "default": "false",
17451
18140
  "value": {
@@ -17455,14 +18144,15 @@
17455
18144
  "type": "boolean"
17456
18145
  },
17457
18146
  {
17458
- "name": "railWidth",
17459
- "description": "Sets the width for the component when `rail` is enabled.",
18147
+ "name": "touchless",
18148
+ "description": "Disable mobile touch functionality",
17460
18149
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
17461
- "default": "56",
18150
+ "default": "false",
17462
18151
  "value": {
17463
18152
  "kind": "expression",
17464
- "type": "string | number"
17465
- }
18153
+ "type": "boolean"
18154
+ },
18155
+ "type": "boolean"
17466
18156
  }
17467
18157
  ],
17468
18158
  "events": [
@@ -18120,26 +18810,6 @@
18120
18810
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
18121
18811
  }
18122
18812
  },
18123
- {
18124
- "name": "showFirstLastPage",
18125
- "description": "Show buttons for going to first and last page",
18126
- "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
18127
- "default": "false",
18128
- "value": {
18129
- "kind": "expression",
18130
- "type": "boolean"
18131
- },
18132
- "type": "boolean"
18133
- },
18134
- {
18135
- "name": "totalVisible",
18136
- "description": "Specify the total visible pagination numbers",
18137
- "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
18138
- "value": {
18139
- "kind": "expression",
18140
- "type": "string | number"
18141
- }
18142
- },
18143
18813
  {
18144
18814
  "name": "firstIcon",
18145
18815
  "description": "The icon to use for the first button",
@@ -18170,6 +18840,15 @@
18170
18840
  "type": "string"
18171
18841
  }
18172
18842
  },
18843
+ {
18844
+ "name": "totalVisible",
18845
+ "description": "Specify the total visible pagination numbers",
18846
+ "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
18847
+ "value": {
18848
+ "kind": "expression",
18849
+ "type": "string | number"
18850
+ }
18851
+ },
18173
18852
  {
18174
18853
  "name": "pageAriaLabel",
18175
18854
  "description": "Label for each page button",
@@ -18239,6 +18918,17 @@
18239
18918
  "kind": "expression",
18240
18919
  "type": "string"
18241
18920
  }
18921
+ },
18922
+ {
18923
+ "name": "showFirstLastPage",
18924
+ "description": "Show buttons for going to first and last page",
18925
+ "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
18926
+ "default": "false",
18927
+ "value": {
18928
+ "kind": "expression",
18929
+ "type": "boolean"
18930
+ },
18931
+ "type": "boolean"
18242
18932
  }
18243
18933
  ],
18244
18934
  "events": [
@@ -18629,15 +19319,34 @@
18629
19319
  "type": "boolean"
18630
19320
  },
18631
19321
  {
18632
- "name": "clickable",
18633
- "description": "Clicking on the progress track will automatically set the value",
19322
+ "name": "clickable",
19323
+ "description": "Clicking on the progress track will automatically set the value",
19324
+ "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
19325
+ "default": "false",
19326
+ "value": {
19327
+ "kind": "expression",
19328
+ "type": "boolean"
19329
+ },
19330
+ "type": "boolean"
19331
+ },
19332
+ {
19333
+ "name": "bgOpacity",
19334
+ "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise",
19335
+ "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
19336
+ "value": {
19337
+ "kind": "expression",
19338
+ "type": "string | number"
19339
+ }
19340
+ },
19341
+ {
19342
+ "name": "bufferValue",
19343
+ "description": "The percentage value for the buffer",
18634
19344
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
18635
- "default": "false",
19345
+ "default": "0",
18636
19346
  "value": {
18637
19347
  "kind": "expression",
18638
- "type": "boolean"
18639
- },
18640
- "type": "boolean"
19348
+ "type": "string | number"
19349
+ }
18641
19350
  },
18642
19351
  {
18643
19352
  "name": "stream",
@@ -18671,25 +19380,6 @@
18671
19380
  "type": "boolean"
18672
19381
  },
18673
19382
  "type": "boolean"
18674
- },
18675
- {
18676
- "name": "bgOpacity",
18677
- "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise",
18678
- "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
18679
- "value": {
18680
- "kind": "expression",
18681
- "type": "string | number"
18682
- }
18683
- },
18684
- {
18685
- "name": "bufferValue",
18686
- "description": "The percentage value for the buffer",
18687
- "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
18688
- "default": "0",
18689
- "value": {
18690
- "kind": "expression",
18691
- "type": "string | number"
18692
- }
18693
19383
  }
18694
19384
  ],
18695
19385
  "events": [
@@ -18738,7 +19428,7 @@
18738
19428
  "attributes": [
18739
19429
  {
18740
19430
  "name": "type",
18741
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
19431
+ "description": "MISSING DESCRIPTION",
18742
19432
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18743
19433
  "value": {
18744
19434
  "kind": "expression",
@@ -18756,7 +19446,7 @@
18756
19446
  },
18757
19447
  {
18758
19448
  "name": "error",
18759
- "description": "Puts the input in a manual error state",
19449
+ "description": "MISSING DESCRIPTION",
18760
19450
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18761
19451
  "default": "false",
18762
19452
  "value": {
@@ -18804,7 +19494,7 @@
18804
19494
  },
18805
19495
  {
18806
19496
  "name": "value",
18807
- "description": "MISSING DESCRIPTION",
19497
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
18808
19498
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18809
19499
  "value": {
18810
19500
  "kind": "expression",
@@ -18813,7 +19503,7 @@
18813
19503
  },
18814
19504
  {
18815
19505
  "name": "id",
18816
- "description": "Sets the DOM id on the component",
19506
+ "description": "MISSING DESCRIPTION",
18817
19507
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18818
19508
  "value": {
18819
19509
  "kind": "expression",
@@ -18853,7 +19543,7 @@
18853
19543
  },
18854
19544
  {
18855
19545
  "name": "multiple",
18856
- "description": "Changes select to multiple. Accepts array for value",
19546
+ "description": "MISSING DESCRIPTION",
18857
19547
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18858
19548
  "default": "false",
18859
19549
  "value": {
@@ -18873,7 +19563,7 @@
18873
19563
  },
18874
19564
  {
18875
19565
  "name": "readonly",
18876
- "description": "Puts input in readonly state",
19566
+ "description": "MISSING DESCRIPTION",
18877
19567
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18878
19568
  "default": "false",
18879
19569
  "value": {
@@ -18884,7 +19574,7 @@
18884
19574
  },
18885
19575
  {
18886
19576
  "name": "inline",
18887
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
19577
+ "description": "MISSING DESCRIPTION",
18888
19578
  "doc-url": "https://vuetifyjs.com/api/v-radio#props",
18889
19579
  "default": "false",
18890
19580
  "value": {
@@ -18911,6 +19601,15 @@
18911
19601
  "type": "any"
18912
19602
  }
18913
19603
  },
19604
+ {
19605
+ "name": "defaultsTarget",
19606
+ "description": "MISSING DESCRIPTION",
19607
+ "doc-url": "https://vuetifyjs.com/api/v-radio#props",
19608
+ "value": {
19609
+ "kind": "expression",
19610
+ "type": "string"
19611
+ }
19612
+ },
18914
19613
  {
18915
19614
  "name": "falseIcon",
18916
19615
  "description": "The icon used when inactive",
@@ -18956,7 +19655,7 @@
18956
19655
  },
18957
19656
  {
18958
19657
  "name": "input",
18959
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
19658
+ "description": "The slot used for the default input element.",
18960
19659
  "doc-url": "https://vuetifyjs.com/api/v-radio#slots",
18961
19660
  "vue-properties": [
18962
19661
  {
@@ -19071,7 +19770,7 @@
19071
19770
  },
19072
19771
  {
19073
19772
  "name": "id",
19074
- "description": "Sets the DOM id on the component",
19773
+ "description": "MISSING DESCRIPTION",
19075
19774
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
19076
19775
  "value": {
19077
19776
  "kind": "expression",
@@ -19267,6 +19966,15 @@
19267
19966
  },
19268
19967
  "type": "boolean"
19269
19968
  },
19969
+ {
19970
+ "name": "defaultsTarget",
19971
+ "description": "MISSING DESCRIPTION",
19972
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
19973
+ "value": {
19974
+ "kind": "expression",
19975
+ "type": "string"
19976
+ }
19977
+ },
19270
19978
  {
19271
19979
  "name": "falseIcon",
19272
19980
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))",
@@ -19803,17 +20511,6 @@
19803
20511
  "type": "string | number"
19804
20512
  }
19805
20513
  },
19806
- {
19807
- "name": "strict",
19808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))",
19809
- "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
19810
- "default": "false",
19811
- "value": {
19812
- "kind": "expression",
19813
- "type": "boolean"
19814
- },
19815
- "type": "boolean"
19816
- },
19817
20514
  {
19818
20515
  "name": "min",
19819
20516
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))",
@@ -19919,6 +20616,17 @@
19919
20616
  "kind": "expression",
19920
20617
  "type": "string | number"
19921
20618
  }
20619
+ },
20620
+ {
20621
+ "name": "strict",
20622
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))",
20623
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
20624
+ "default": "false",
20625
+ "value": {
20626
+ "kind": "expression",
20627
+ "type": "boolean"
20628
+ },
20629
+ "type": "boolean"
19922
20630
  }
19923
20631
  ],
19924
20632
  "events": [
@@ -20360,17 +21068,6 @@
20360
21068
  },
20361
21069
  "type": "boolean"
20362
21070
  },
20363
- {
20364
- "name": "halfIncrements",
20365
- "description": "Allows the selection of half increments",
20366
- "doc-url": "https://vuetifyjs.com/api/v-rating#props",
20367
- "default": "false",
20368
- "value": {
20369
- "kind": "expression",
20370
- "type": "boolean"
20371
- },
20372
- "type": "boolean"
20373
- },
20374
21071
  {
20375
21072
  "name": "itemAriaLabel",
20376
21073
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))",
@@ -20401,6 +21098,17 @@
20401
21098
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
20402
21099
  }
20403
21100
  },
21101
+ {
21102
+ "name": "halfIncrements",
21103
+ "description": "Allows the selection of half increments",
21104
+ "doc-url": "https://vuetifyjs.com/api/v-rating#props",
21105
+ "default": "false",
21106
+ "value": {
21107
+ "kind": "expression",
21108
+ "type": "boolean"
21109
+ },
21110
+ "type": "boolean"
21111
+ },
20404
21112
  {
20405
21113
  "name": "itemLabelPosition",
20406
21114
  "description": "Position of item labels. Accepts 'top' and 'bottom'.",
@@ -20618,6 +21326,16 @@
20618
21326
  "type": "string"
20619
21327
  }
20620
21328
  },
21329
+ {
21330
+ "name": "align",
21331
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**.",
21332
+ "doc-url": "https://vuetifyjs.com/api/v-row#props",
21333
+ "default": "null",
21334
+ "value": {
21335
+ "kind": "expression",
21336
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
21337
+ }
21338
+ },
20621
21339
  {
20622
21340
  "name": "dense",
20623
21341
  "description": "Reduces the gutter between `v-col`s.",
@@ -20640,16 +21358,6 @@
20640
21358
  },
20641
21359
  "type": "boolean"
20642
21360
  },
20643
- {
20644
- "name": "align",
20645
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**.",
20646
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
20647
- "default": "null",
20648
- "value": {
20649
- "kind": "expression",
20650
- "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\""
20651
- }
20652
- },
20653
21361
  {
20654
21362
  "name": "alignSm",
20655
21363
  "description": "Changes the **align-items** property on small and greater breakpoints.",
@@ -21553,7 +22261,7 @@
21553
22261
  "default": "{component: {name: 'VDialogTransition'}}",
21554
22262
  "value": {
21555
22263
  "kind": "expression",
21556
- "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }"
22264
+ "type": "string | { component: Component }"
21557
22265
  }
21558
22266
  },
21559
22267
  {
@@ -22282,7 +22990,7 @@
22282
22990
  "attributes": [
22283
22991
  {
22284
22992
  "name": "type",
22285
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
22993
+ "description": "MISSING DESCRIPTION",
22286
22994
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22287
22995
  "value": {
22288
22996
  "kind": "expression",
@@ -22300,7 +23008,7 @@
22300
23008
  },
22301
23009
  {
22302
23010
  "name": "error",
22303
- "description": "Puts the input in a manual error state",
23011
+ "description": "MISSING DESCRIPTION",
22304
23012
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22305
23013
  "default": "false",
22306
23014
  "value": {
@@ -22348,7 +23056,7 @@
22348
23056
  },
22349
23057
  {
22350
23058
  "name": "value",
22351
- "description": "MISSING DESCRIPTION",
23059
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
22352
23060
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22353
23061
  "value": {
22354
23062
  "kind": "expression",
@@ -22357,7 +23065,7 @@
22357
23065
  },
22358
23066
  {
22359
23067
  "name": "id",
22360
- "description": "Sets the DOM id on the component",
23068
+ "description": "MISSING DESCRIPTION",
22361
23069
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22362
23070
  "value": {
22363
23071
  "kind": "expression",
@@ -22397,7 +23105,7 @@
22397
23105
  },
22398
23106
  {
22399
23107
  "name": "multiple",
22400
- "description": "Changes select to multiple. Accepts array for value",
23108
+ "description": "MISSING DESCRIPTION",
22401
23109
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22402
23110
  "default": "false",
22403
23111
  "value": {
@@ -22417,7 +23125,7 @@
22417
23125
  },
22418
23126
  {
22419
23127
  "name": "readonly",
22420
- "description": "Puts input in readonly state",
23128
+ "description": "MISSING DESCRIPTION",
22421
23129
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22422
23130
  "default": "false",
22423
23131
  "value": {
@@ -22428,7 +23136,7 @@
22428
23136
  },
22429
23137
  {
22430
23138
  "name": "inline",
22431
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
23139
+ "description": "MISSING DESCRIPTION",
22432
23140
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22433
23141
  "default": "false",
22434
23142
  "value": {
@@ -22455,9 +23163,18 @@
22455
23163
  "type": "any"
22456
23164
  }
22457
23165
  },
23166
+ {
23167
+ "name": "defaultsTarget",
23168
+ "description": "MISSING DESCRIPTION",
23169
+ "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
23170
+ "value": {
23171
+ "kind": "expression",
23172
+ "type": "string"
23173
+ }
23174
+ },
22458
23175
  {
22459
23176
  "name": "falseIcon",
22460
- "description": "The icon used when inactive",
23177
+ "description": "MISSING DESCRIPTION",
22461
23178
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22462
23179
  "value": {
22463
23180
  "kind": "expression",
@@ -22466,7 +23183,7 @@
22466
23183
  },
22467
23184
  {
22468
23185
  "name": "trueIcon",
22469
- "description": "The icon used when active",
23186
+ "description": "MISSING DESCRIPTION",
22470
23187
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
22471
23188
  "value": {
22472
23189
  "kind": "expression",
@@ -22510,7 +23227,7 @@
22510
23227
  },
22511
23228
  {
22512
23229
  "name": "input",
22513
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
23230
+ "description": "The slot used for the default input element.",
22514
23231
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#slots",
22515
23232
  "vue-properties": [
22516
23233
  {
@@ -22548,7 +23265,7 @@
22548
23265
  "attributes": [
22549
23266
  {
22550
23267
  "name": "type",
22551
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
23268
+ "description": "Provides the default type for children selection controls.",
22552
23269
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22553
23270
  "value": {
22554
23271
  "kind": "expression",
@@ -22676,7 +23393,7 @@
22676
23393
  },
22677
23394
  {
22678
23395
  "name": "inline",
22679
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
23396
+ "description": "Puts children inputs into a row.",
22680
23397
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22681
23398
  "default": "false",
22682
23399
  "value": {
@@ -22686,17 +23403,18 @@
22686
23403
  "type": "boolean"
22687
23404
  },
22688
23405
  {
22689
- "name": "falseIcon",
22690
- "description": "The icon used when inactive",
23406
+ "name": "defaultsTarget",
23407
+ "description": "The target component to provide defaults values for.",
22691
23408
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
23409
+ "default": "'VSelectionControl'",
22692
23410
  "value": {
22693
23411
  "kind": "expression",
22694
- "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
23412
+ "type": "string"
22695
23413
  }
22696
23414
  },
22697
23415
  {
22698
- "name": "trueIcon",
22699
- "description": "The icon used when active",
23416
+ "name": "falseIcon",
23417
+ "description": "The icon used when inactive",
22700
23418
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22701
23419
  "value": {
22702
23420
  "kind": "expression",
@@ -22704,13 +23422,12 @@
22704
23422
  }
22705
23423
  },
22706
23424
  {
22707
- "name": "defaultsTarget",
22708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
23425
+ "name": "trueIcon",
23426
+ "description": "The icon used when active",
22709
23427
  "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
22710
- "default": "'VSelectionControl'",
22711
23428
  "value": {
22712
23429
  "kind": "expression",
22713
- "type": "string"
23430
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
22714
23431
  }
22715
23432
  }
22716
23433
  ],
@@ -22907,7 +23624,7 @@
22907
23624
  "default": "'image'",
22908
23625
  "value": {
22909
23626
  "kind": "expression",
22910
- "type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]"
23627
+ "type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]"
22911
23628
  }
22912
23629
  },
22913
23630
  {
@@ -24866,7 +25583,7 @@
24866
25583
  },
24867
25584
  {
24868
25585
  "name": "type",
24869
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
25586
+ "description": "MISSING DESCRIPTION",
24870
25587
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24871
25588
  "value": {
24872
25589
  "kind": "expression",
@@ -24932,7 +25649,7 @@
24932
25649
  },
24933
25650
  {
24934
25651
  "name": "value",
24935
- "description": "The input's value",
25652
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
24936
25653
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24937
25654
  "value": {
24938
25655
  "kind": "expression",
@@ -24941,7 +25658,7 @@
24941
25658
  },
24942
25659
  {
24943
25660
  "name": "id",
24944
- "description": "Sets the DOM id on the component",
25661
+ "description": "MISSING DESCRIPTION",
24945
25662
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
24946
25663
  "value": {
24947
25664
  "kind": "expression",
@@ -25149,7 +25866,7 @@
25149
25866
  },
25150
25867
  {
25151
25868
  "name": "inline",
25152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
25869
+ "description": "MISSING DESCRIPTION",
25153
25870
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
25154
25871
  "default": "false",
25155
25872
  "value": {
@@ -25187,9 +25904,18 @@
25187
25904
  "type": "any"
25188
25905
  }
25189
25906
  },
25907
+ {
25908
+ "name": "defaultsTarget",
25909
+ "description": "MISSING DESCRIPTION",
25910
+ "doc-url": "https://vuetifyjs.com/api/v-switch#props",
25911
+ "value": {
25912
+ "kind": "expression",
25913
+ "type": "string"
25914
+ }
25915
+ },
25190
25916
  {
25191
25917
  "name": "falseIcon",
25192
- "description": "The icon used when inactive",
25918
+ "description": "MISSING DESCRIPTION",
25193
25919
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
25194
25920
  "value": {
25195
25921
  "kind": "expression",
@@ -25198,7 +25924,7 @@
25198
25924
  },
25199
25925
  {
25200
25926
  "name": "trueIcon",
25201
- "description": "The icon used when active",
25927
+ "description": "MISSING DESCRIPTION",
25202
25928
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
25203
25929
  "value": {
25204
25930
  "kind": "expression",
@@ -25450,7 +26176,7 @@
25450
26176
  },
25451
26177
  {
25452
26178
  "name": "input",
25453
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
26179
+ "description": "The slot used for the default input element.",
25454
26180
  "doc-url": "https://vuetifyjs.com/api/v-switch#slots",
25455
26181
  "vue-properties": [
25456
26182
  {
@@ -25765,7 +26491,7 @@
25765
26491
  },
25766
26492
  {
25767
26493
  "name": "color",
25768
- "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)",
26494
+ "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)",
25769
26495
  "doc-url": "https://vuetifyjs.com/api/v-tab#props",
25770
26496
  "value": {
25771
26497
  "kind": "expression",
@@ -26293,6 +27019,16 @@
26293
27019
  },
26294
27020
  "type": "boolean"
26295
27021
  },
27022
+ {
27023
+ "name": "alignTabs",
27024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))",
27025
+ "doc-url": "https://vuetifyjs.com/api/v-tabs#props",
27026
+ "default": "'start'",
27027
+ "value": {
27028
+ "kind": "expression",
27029
+ "type": "\"title\" | \"end\" | \"start\" | \"center\""
27030
+ }
27031
+ },
26296
27032
  {
26297
27033
  "name": "fixedTabs",
26298
27034
  "description": "`v-tabs-item` min-width 160px, max-width 360px",
@@ -26303,16 +27039,6 @@
26303
27039
  "type": "boolean"
26304
27040
  },
26305
27041
  "type": "boolean"
26306
- },
26307
- {
26308
- "name": "alignTabs",
26309
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tabs.json))",
26310
- "doc-url": "https://vuetifyjs.com/api/v-tabs#props",
26311
- "default": "'start'",
26312
- "value": {
26313
- "kind": "expression",
26314
- "type": "\"title\" | \"end\" | \"start\" | \"center\""
26315
- }
26316
27042
  }
26317
27043
  ],
26318
27044
  "events": [
@@ -28040,22 +28766,22 @@
28040
28766
  }
28041
28767
  },
28042
28768
  {
28043
- "name": "side",
28769
+ "name": "align",
28044
28770
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
28045
28771
  "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
28772
+ "default": "'center'",
28046
28773
  "value": {
28047
28774
  "kind": "expression",
28048
- "type": "\"end\" | \"start\""
28775
+ "type": "\"start\" | \"center\""
28049
28776
  }
28050
28777
  },
28051
28778
  {
28052
- "name": "align",
28779
+ "name": "side",
28053
28780
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
28054
28781
  "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
28055
- "default": "'center'",
28056
28782
  "value": {
28057
28783
  "kind": "expression",
28058
- "type": "\"start\" | \"center\""
28784
+ "type": "\"end\" | \"start\""
28059
28785
  }
28060
28786
  },
28061
28787
  {
@@ -28069,32 +28795,32 @@
28069
28795
  }
28070
28796
  },
28071
28797
  {
28072
- "name": "lineColor",
28798
+ "name": "lineInset",
28073
28799
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
28074
28800
  "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
28801
+ "default": "0",
28075
28802
  "value": {
28076
28803
  "kind": "expression",
28077
- "type": "string"
28804
+ "type": "string | number"
28078
28805
  }
28079
28806
  },
28080
28807
  {
28081
- "name": "lineInset",
28808
+ "name": "lineThickness",
28082
28809
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
28083
28810
  "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
28084
- "default": "0",
28811
+ "default": "2",
28085
28812
  "value": {
28086
28813
  "kind": "expression",
28087
28814
  "type": "string | number"
28088
28815
  }
28089
28816
  },
28090
28817
  {
28091
- "name": "lineThickness",
28818
+ "name": "lineColor",
28092
28819
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
28093
28820
  "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
28094
- "default": "2",
28095
28821
  "value": {
28096
28822
  "kind": "expression",
28097
- "type": "string | number"
28823
+ "type": "string"
28098
28824
  }
28099
28825
  },
28100
28826
  {
@@ -28280,15 +29006,6 @@
28280
29006
  },
28281
29007
  "type": "boolean"
28282
29008
  },
28283
- {
28284
- "name": "iconColor",
28285
- "description": "Color of the icon",
28286
- "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
28287
- "value": {
28288
- "kind": "expression",
28289
- "type": "string"
28290
- }
28291
- },
28292
29009
  {
28293
29010
  "name": "hideOpposite",
28294
29011
  "description": "Hide opposite content if it exists",
@@ -28299,6 +29016,15 @@
28299
29016
  "type": "boolean"
28300
29017
  },
28301
29018
  "type": "boolean"
29019
+ },
29020
+ {
29021
+ "name": "iconColor",
29022
+ "description": "Color of the icon",
29023
+ "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
29024
+ "value": {
29025
+ "kind": "expression",
29026
+ "type": "string"
29027
+ }
28302
29028
  }
28303
29029
  ],
28304
29030
  "events": [],
@@ -28557,7 +29283,7 @@
28557
29283
  "default": "'text'",
28558
29284
  "value": {
28559
29285
  "kind": "expression",
28560
- "type": "string"
29286
+ "type": "\"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\""
28561
29287
  }
28562
29288
  }
28563
29289
  ],
@@ -29356,12 +30082,12 @@
29356
30082
  },
29357
30083
  {
29358
30084
  "name": "direction",
29359
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))",
30085
+ "description": "The transition direction when changing windows.",
29360
30086
  "doc-url": "https://vuetifyjs.com/api/v-window#props",
29361
30087
  "default": "'horizontal'",
29362
30088
  "value": {
29363
30089
  "kind": "expression",
29364
- "type": "string"
30090
+ "type": "\"horizontal\" | \"vertical\""
29365
30091
  }
29366
30092
  },
29367
30093
  {
@@ -29453,7 +30179,7 @@
29453
30179
  },
29454
30180
  {
29455
30181
  "name": "additional",
29456
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))",
30182
+ "description": "Slot for additional content at the end of the component.",
29457
30183
  "doc-url": "https://vuetifyjs.com/api/v-window#slots",
29458
30184
  "vue-properties": [
29459
30185
  {