@vuetify/nightly 3.7.5-dev.2024-12-03 → 3.7.5-master.2024-12-11

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 (258) hide show
  1. package/dist/json/attributes.json +1004 -1012
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +2130 -2148
  6. package/dist/vuetify-labs.css +2628 -2630
  7. package/dist/vuetify-labs.d.ts +13860 -3035
  8. package/dist/vuetify-labs.esm.js +18 -29
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +18 -29
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1038 -1040
  13. package/dist/vuetify.d.ts +11444 -2270
  14. package/dist/vuetify.esm.js +18 -29
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +18 -29
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +18 -17
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +86 -8
  23. package/lib/components/VApp/index.d.mts +20 -4
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +148 -12
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  30. package/lib/components/VAvatar/index.d.mts +31 -4
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +41 -4
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +88 -12
  35. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +88 -4
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +72 -4
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +28 -4
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +24 -4
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +190 -24
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  54. package/lib/components/VCarousel/index.d.mts +86 -8
  55. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  56. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  57. package/lib/components/VCheckbox/index.d.mts +90 -8
  58. package/lib/components/VChip/VChip.mjs +9 -16
  59. package/lib/components/VChip/VChip.mjs.map +1 -1
  60. package/lib/components/VChip/index.d.mts +105 -9
  61. package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
  62. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  63. package/lib/components/VChipGroup/index.d.mts +28 -9
  64. package/lib/components/VCode/index.d.mts +18 -4
  65. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  66. package/lib/components/VColorPicker/index.d.mts +68 -4
  67. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  68. package/lib/components/VCombobox/index.d.mts +1380 -221
  69. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  70. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  71. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  72. package/lib/components/VCounter/VCounter.mjs +1 -1
  73. package/lib/components/VCounter/index.d.mts +31 -9
  74. package/lib/components/VDataIterator/index.d.mts +56 -12
  75. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  76. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  83. package/lib/components/VDataTable/index.d.mts +388 -36
  84. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  85. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  86. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  88. package/lib/components/VDatePicker/index.d.mts +276 -24
  89. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  90. package/lib/components/VDialog/VDialog.mjs +1 -1
  91. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  92. package/lib/components/VDialog/index.d.mts +389 -143
  93. package/lib/components/VDivider/index.d.mts +24 -4
  94. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  95. package/lib/components/VEmptyState/index.d.mts +66 -4
  96. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  97. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  98. package/lib/components/VExpansionPanel/index.d.mts +152 -16
  99. package/lib/components/VFab/VFab.mjs +1 -1
  100. package/lib/components/VFab/index.d.mts +78 -9
  101. package/lib/components/VField/VField.mjs +1 -1
  102. package/lib/components/VField/VFieldLabel.mjs +1 -1
  103. package/lib/components/VField/index.d.mts +59 -11
  104. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  105. package/lib/components/VFileInput/index.d.mts +256 -71
  106. package/lib/components/VFooter/VFooter.mjs +1 -1
  107. package/lib/components/VFooter/index.d.mts +29 -4
  108. package/lib/components/VForm/index.d.mts +175 -267
  109. package/lib/components/VGrid/VContainer.mjs +1 -1
  110. package/lib/components/VGrid/index.d.mts +118 -16
  111. package/lib/components/VHover/index.d.mts +33 -4
  112. package/lib/components/VIcon/index.d.mts +75 -17
  113. package/lib/components/VImg/VImg.mjs +1 -1
  114. package/lib/components/VImg/index.d.mts +74 -19
  115. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  116. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  117. package/lib/components/VInput/VInput.mjs +1 -1
  118. package/lib/components/VInput/index.d.mts +37 -4
  119. package/lib/components/VItemGroup/index.d.mts +65 -8
  120. package/lib/components/VKbd/index.d.mts +18 -4
  121. package/lib/components/VLabel/index.d.mts +20 -4
  122. package/lib/components/VLayout/index.d.mts +48 -8
  123. package/lib/components/VLazy/VLazy.mjs +1 -1
  124. package/lib/components/VLazy/index.d.mts +31 -4
  125. package/lib/components/VList/VList.mjs +1 -1
  126. package/lib/components/VList/VListChildren.mjs +1 -1
  127. package/lib/components/VList/VListGroup.mjs +1 -1
  128. package/lib/components/VList/VListItem.mjs +1 -1
  129. package/lib/components/VList/VListItemAction.mjs +1 -1
  130. package/lib/components/VList/VListItemMedia.mjs +1 -1
  131. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  132. package/lib/components/VList/index.d.mts +291 -48
  133. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  134. package/lib/components/VMain/index.d.mts +25 -4
  135. package/lib/components/VMenu/VMenu.mjs +1 -1
  136. package/lib/components/VMenu/index.d.mts +397 -155
  137. package/lib/components/VMessages/index.d.mts +27 -4
  138. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  139. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  140. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  141. package/lib/components/VOtpInput/index.d.mts +52 -7
  142. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  143. package/lib/components/VOverlay/index.d.mts +101 -19
  144. package/lib/components/VPagination/VPagination.mjs +1 -1
  145. package/lib/components/VPagination/index.d.mts +64 -4
  146. package/lib/components/VParallax/VParallax.mjs +1 -1
  147. package/lib/components/VParallax/index.d.mts +27 -4
  148. package/lib/components/VProgressCircular/index.d.mts +34 -4
  149. package/lib/components/VProgressLinear/index.d.mts +54 -4
  150. package/lib/components/VRadio/VRadio.mjs +1 -1
  151. package/lib/components/VRadio/index.d.mts +68 -4
  152. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  153. package/lib/components/VRadioGroup/index.d.mts +48 -4
  154. package/lib/components/VRangeSlider/VRangeSlider.mjs +3 -3
  155. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  156. package/lib/components/VRangeSlider/index.d.mts +107 -4
  157. package/lib/components/VRating/VRating.mjs +1 -1
  158. package/lib/components/VRating/index.d.mts +42 -4
  159. package/lib/components/VResponsive/index.d.mts +29 -4
  160. package/lib/components/VSelect/VSelect.mjs +1 -1
  161. package/lib/components/VSelect/index.d.mts +1372 -220
  162. package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
  163. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  164. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
  165. package/lib/components/VSelectionControl/index.d.mts +37 -10
  166. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  167. package/lib/components/VSheet/VSheet.mjs +1 -1
  168. package/lib/components/VSheet/index.d.mts +32 -4
  169. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  170. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  171. package/lib/components/VSlideGroup/index.d.mts +70 -14
  172. package/lib/components/VSlider/VSlider.mjs +1 -1
  173. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  174. package/lib/components/VSlider/index.d.mts +106 -4
  175. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  176. package/lib/components/VSnackbar/index.d.mts +398 -152
  177. package/lib/components/VSparkline/VBarline.mjs +2 -1
  178. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  179. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  180. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  181. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  182. package/lib/components/VSparkline/index.d.mts +49 -4
  183. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  184. package/lib/components/VSpeedDial/index.d.mts +85 -4
  185. package/lib/components/VStepper/VStepper.mjs +1 -1
  186. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  187. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  188. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  189. package/lib/components/VStepper/index.d.mts +250 -24
  190. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  191. package/lib/components/VSwitch/index.d.mts +59 -4
  192. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  193. package/lib/components/VSystemBar/index.d.mts +28 -4
  194. package/lib/components/VTable/index.d.mts +33 -4
  195. package/lib/components/VTabs/VTab.mjs +1 -1
  196. package/lib/components/VTabs/VTabs.mjs +1 -1
  197. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  198. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  199. package/lib/components/VTabs/index.d.mts +394 -98
  200. package/lib/components/VTextField/VTextField.mjs +1 -1
  201. package/lib/components/VTextField/index.d.mts +374 -152
  202. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  203. package/lib/components/VTextarea/index.d.mts +244 -71
  204. package/lib/components/VThemeProvider/index.d.mts +20 -4
  205. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  206. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  207. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  208. package/lib/components/VTimeline/index.d.mts +75 -8
  209. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  210. package/lib/components/VToolbar/index.d.mts +90 -12
  211. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  212. package/lib/components/VTooltip/index.d.mts +386 -147
  213. package/lib/components/VValidation/index.d.mts +24 -10
  214. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  215. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  216. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  217. package/lib/components/VWindow/VWindow.mjs +1 -1
  218. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  219. package/lib/components/VWindow/index.d.mts +47 -8
  220. package/lib/components/index.d.mts +11705 -2531
  221. package/lib/components/transitions/dialog-transition.mjs +2 -1
  222. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  223. package/lib/components/transitions/index.d.mts +309 -64
  224. package/lib/composables/icons.mjs +1 -1
  225. package/lib/composables/variant.mjs +1 -1
  226. package/lib/composables/virtual.mjs +5 -1
  227. package/lib/composables/virtual.mjs.map +1 -1
  228. package/lib/entry-bundler.mjs +1 -1
  229. package/lib/entry-bundler.mjs.map +1 -1
  230. package/lib/framework.mjs +1 -1
  231. package/lib/framework.mjs.map +1 -1
  232. package/lib/index.d.mts +49 -49
  233. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  234. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  235. package/lib/labs/VCalendar/index.d.mts +211 -24
  236. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  237. package/lib/labs/VDateInput/index.d.mts +115 -4
  238. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  239. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  240. package/lib/labs/VPicker/VPicker.mjs +1 -1
  241. package/lib/labs/VPicker/index.d.mts +63 -8
  242. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  243. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  244. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  245. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  246. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  247. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  248. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  249. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  250. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  251. package/lib/labs/VTimePicker/index.d.mts +122 -12
  252. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  253. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  254. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  255. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  256. package/lib/labs/VTreeview/index.d.mts +205 -18
  257. package/lib/labs/components.d.mts +2856 -959
  258. package/package.json +4 -5
@@ -80,7 +80,7 @@
80
80
  "description": "Specifies the component's location. Can combine by using a space separated string."
81
81
  },
82
82
  "VAlert/position": {
83
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
83
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
84
84
  "description": "Sets the position for the component."
85
85
  },
86
86
  "VAlert/rounded": {
@@ -227,14 +227,14 @@
227
227
  "type": "boolean\n",
228
228
  "description": "Removes the button box shadow. This is different than using the 'flat' variant."
229
229
  },
230
- "VAppBarNavIcon/replace": {
231
- "type": "boolean\n",
232
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
233
- },
234
230
  "VAppBarNavIcon/tag": {
235
231
  "type": "string\n",
236
232
  "description": "Specify a custom tag used on the root element."
237
233
  },
234
+ "VAppBarNavIcon/replace": {
235
+ "type": "boolean\n",
236
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
237
+ },
238
238
  "VAppBarNavIcon/theme": {
239
239
  "type": "string\n",
240
240
  "description": "Specify a theme for this component and all of its children."
@@ -391,10 +391,6 @@
391
391
  "type": "boolean\n",
392
392
  "description": "Removes box shadow when using a variant with elevation."
393
393
  },
394
- "VAutocomplete/search": {
395
- "type": "string\n",
396
- "description": "Text input used to filter items."
397
- },
398
394
  "VAutocomplete/type": {
399
395
  "type": "string\n",
400
396
  "description": "Sets input type."
@@ -451,6 +447,10 @@
451
447
  "type": "string\n",
452
448
  "description": "Sets the component's name attribute."
453
449
  },
450
+ "VAutocomplete/search": {
451
+ "type": "string\n",
452
+ "description": "Text input used to filter items."
453
+ },
454
454
  "VAutocomplete/label": {
455
455
  "type": "string\n",
456
456
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
@@ -1104,7 +1104,7 @@
1104
1104
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
1105
1105
  },
1106
1106
  "VBottomSheet/activator": {
1107
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
1107
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
1108
1108
  "description": "Explicitly sets the overlay's activator."
1109
1109
  },
1110
1110
  "VBottomSheet/inset": {
@@ -1160,7 +1160,7 @@
1160
1160
  "description": "The z-index used for the component."
1161
1161
  },
1162
1162
  "VBottomSheet/target": {
1163
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
1163
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
1164
1164
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
1165
1165
  },
1166
1166
  "VBottomSheet/activator-props": {
@@ -1267,10 +1267,6 @@
1267
1267
  "type": "string | number\n",
1268
1268
  "description": "Specifies the dividing character between items."
1269
1269
  },
1270
- "VBreadcrumbsItem/replace": {
1271
- "type": "boolean\n",
1272
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1273
- },
1274
1270
  "VBreadcrumbsItem/tag": {
1275
1271
  "type": "string\n",
1276
1272
  "description": "Specify a custom tag used on the root element."
@@ -1279,6 +1275,10 @@
1279
1275
  "type": "string\n",
1280
1276
  "description": "Specify a title text for the component."
1281
1277
  },
1278
+ "VBreadcrumbsItem/replace": {
1279
+ "type": "boolean\n",
1280
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1281
+ },
1282
1282
  "VBreadcrumbsItem/active": {
1283
1283
  "type": "boolean\n",
1284
1284
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1323,10 +1323,6 @@
1323
1323
  "type": "boolean\n",
1324
1324
  "description": "Removes the button box shadow. This is different than using the 'flat' variant."
1325
1325
  },
1326
- "VBtn/replace": {
1327
- "type": "boolean\n",
1328
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1329
- },
1330
1326
  "VBtn/border": {
1331
1327
  "type": "string | number | boolean\n",
1332
1328
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -1372,7 +1368,7 @@
1372
1368
  "description": "Specifies the component's location. Can combine by using a space separated string."
1373
1369
  },
1374
1370
  "VBtn/position": {
1375
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
1371
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1376
1372
  "description": "Sets the position for the component."
1377
1373
  },
1378
1374
  "VBtn/rounded": {
@@ -1399,6 +1395,10 @@
1399
1395
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1400
1396
  "description": "Applies a distinct style to the component."
1401
1397
  },
1398
+ "VBtn/replace": {
1399
+ "type": "boolean\n",
1400
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1401
+ },
1402
1402
  "VBtn/exact": {
1403
1403
  "type": "boolean\n",
1404
1404
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
@@ -1629,7 +1629,7 @@
1629
1629
  },
1630
1630
  "VCalendar/first-day-of-week": {
1631
1631
  "type": "string | number\n",
1632
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
1632
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
1633
1633
  },
1634
1634
  "VCalendar/allowed-dates": {
1635
1635
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -1847,22 +1847,22 @@
1847
1847
  "type": "boolean\n",
1848
1848
  "description": "Removes the card's elevation."
1849
1849
  },
1850
- "VCard/replace": {
1851
- "type": "boolean\n",
1852
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1850
+ "VCard/tag": {
1851
+ "type": "string\n",
1852
+ "description": "Specify a custom tag used on the root element."
1853
1853
  },
1854
1854
  "VCard/link": {
1855
1855
  "type": "boolean\n",
1856
1856
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1857
1857
  },
1858
- "VCard/tag": {
1859
- "type": "string\n",
1860
- "description": "Specify a custom tag used on the root element."
1861
- },
1862
1858
  "VCard/title": {
1863
1859
  "type": "string | number\n",
1864
1860
  "description": "Specify a title text for the component."
1865
1861
  },
1862
+ "VCard/replace": {
1863
+ "type": "boolean\n",
1864
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1865
+ },
1866
1866
  "VCard/theme": {
1867
1867
  "type": "string\n",
1868
1868
  "description": "Specify a theme for this component and all of its children."
@@ -2031,46 +2031,46 @@
2031
2031
  "type": "string\n",
2032
2032
  "description": "Specify a custom tag used on the root element."
2033
2033
  },
2034
- "VCarousel/model-value": {
2035
- "type": "unknown\n",
2036
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2034
+ "VCarousel/tag": {
2035
+ "type": "string\n",
2036
+ "description": "Specify a custom tag used on the root element."
2037
2037
  },
2038
2038
  "VCarousel/reverse": {
2039
2039
  "type": "boolean\n",
2040
2040
  "description": "Reverse the normal transition direction."
2041
2041
  },
2042
+ "VCarousel/progress": {
2043
+ "type": "string | boolean\n",
2044
+ "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
2045
+ },
2046
+ "VCarousel/theme": {
2047
+ "type": "string\n",
2048
+ "description": "Specify a theme for this component and all of its children."
2049
+ },
2042
2050
  "VCarousel/height": {
2043
2051
  "type": "string | number\n",
2044
2052
  "description": "Sets the height for the component."
2045
2053
  },
2046
- "VCarousel/tag": {
2047
- "type": "string\n",
2048
- "description": "Specify a custom tag used on the root element."
2054
+ "VCarousel/disabled": {
2055
+ "type": "boolean\n",
2056
+ "description": "Removes the ability to click or target the component."
2049
2057
  },
2050
- "VCarousel/theme": {
2058
+ "VCarousel/selected-class": {
2051
2059
  "type": "string\n",
2052
- "description": "Specify a theme for this component and all of its children."
2060
+ "description": "Configure the active CSS class applied when an item is selected."
2053
2061
  },
2054
2062
  "VCarousel/color": {
2055
2063
  "type": "string\n",
2056
2064
  "description": "Applies a color to the navigation dots - supports utility colors (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)."
2057
2065
  },
2058
- "VCarousel/disabled": {
2059
- "type": "boolean\n",
2060
- "description": "Removes the ability to click or target the component."
2066
+ "VCarousel/model-value": {
2067
+ "type": "unknown\n",
2068
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2061
2069
  },
2062
2070
  "VCarousel/mandatory": {
2063
2071
  "type": "boolean | 'force'\n",
2064
2072
  "description": "Forces at least one item to always be selected (if available)."
2065
2073
  },
2066
- "VCarousel/direction": {
2067
- "type": "'horizontal' | 'vertical'\n",
2068
- "description": "The transition direction when changing windows."
2069
- },
2070
- "VCarousel/selected-class": {
2071
- "type": "string\n",
2072
- "description": "Configure the active CSS class applied when an item is selected."
2073
- },
2074
2074
  "VCarousel/next-icon": {
2075
2075
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2076
2076
  "description": "The displayed icon for forcing pagination to the next item."
@@ -2079,6 +2079,10 @@
2079
2079
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2080
2080
  "description": "The displayed icon for forcing pagination to the previous item."
2081
2081
  },
2082
+ "VCarousel/interval": {
2083
+ "type": "string | number\n",
2084
+ "description": "The duration between image cycles. Requires the **cycle** prop."
2085
+ },
2082
2086
  "VCarousel/cycle": {
2083
2087
  "type": "boolean\n",
2084
2088
  "description": "Determines if the carousel should cycle through images."
@@ -2095,14 +2099,6 @@
2095
2099
  "type": "boolean\n",
2096
2100
  "description": "Hides the bottom delimiter background."
2097
2101
  },
2098
- "VCarousel/interval": {
2099
- "type": "string | number\n",
2100
- "description": "The duration between image cycles. Requires the **cycle** prop."
2101
- },
2102
- "VCarousel/progress": {
2103
- "type": "string | boolean\n",
2104
- "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
2105
- },
2106
2102
  "VCarousel/continuous": {
2107
2103
  "type": "boolean\n",
2108
2104
  "description": "Determines whether carousel is continuous."
@@ -2115,14 +2111,14 @@
2115
2111
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
2116
2112
  "description": "Provide a custom **left** and **right** function when swiped left or right."
2117
2113
  },
2114
+ "VCarousel/direction": {
2115
+ "type": "'horizontal' | 'vertical'\n",
2116
+ "description": "The transition direction when changing windows."
2117
+ },
2118
2118
  "VCarousel/vertical-delimiters": {
2119
2119
  "type": "boolean | 'left' | 'right'\n",
2120
2120
  "description": "Displays carousel delimiters vertically."
2121
2121
  },
2122
- "VCarouselItem/value": {
2123
- "type": "any\n",
2124
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2125
- },
2126
2122
  "VCarouselItem/height": {
2127
2123
  "type": "string | number\n",
2128
2124
  "description": "Sets the height for the component."
@@ -2147,21 +2143,13 @@
2147
2143
  "type": "string | number\n",
2148
2144
  "description": "Sets the width for the component."
2149
2145
  },
2150
- "VCarouselItem/disabled": {
2151
- "type": "boolean\n",
2152
- "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
2153
- },
2154
- "VCarouselItem/selected-class": {
2155
- "type": "string\n",
2156
- "description": "Configure the active CSS class applied when an item is selected."
2157
- },
2158
2146
  "VCarouselItem/position": {
2159
2147
  "type": "string\n",
2160
2148
  "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
2161
2149
  },
2162
2150
  "VCarouselItem/absolute": {
2163
2151
  "type": "boolean\n",
2164
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
2152
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
2165
2153
  },
2166
2154
  "VCarouselItem/rounded": {
2167
2155
  "type": "string | number | boolean\n",
@@ -2175,21 +2163,33 @@
2175
2163
  "type": "string\n",
2176
2164
  "description": "Applies specified color to the control - supports utility colors (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)."
2177
2165
  },
2178
- "VCarouselItem/inline": {
2166
+ "VCarouselItem/eager": {
2179
2167
  "type": "boolean\n",
2180
- "description": "Display as an inline element instead of a block, also disables flex-grow."
2168
+ "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."
2181
2169
  },
2182
- "VCarouselItem/transition": {
2183
- "type": "string | boolean\n",
2184
- "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
2170
+ "VCarouselItem/disabled": {
2171
+ "type": "boolean\n",
2172
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
2173
+ },
2174
+ "VCarouselItem/value": {
2175
+ "type": "any\n",
2176
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2185
2177
  },
2186
2178
  "VCarouselItem/content-class": {
2187
2179
  "type": "any\n",
2188
2180
  "description": "Apply a custom class to the internal content element."
2189
2181
  },
2190
- "VCarouselItem/eager": {
2191
- "type": "boolean\n",
2192
- "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."
2182
+ "VCarouselItem/transition": {
2183
+ "type": "string | boolean\n",
2184
+ "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
2185
+ },
2186
+ "VCarouselItem/options": {
2187
+ "type": "IntersectionObserverInit\n",
2188
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2189
+ },
2190
+ "VCarouselItem/selected-class": {
2191
+ "type": "string\n",
2192
+ "description": "Configure the active CSS class applied when an item is selected."
2193
2193
  },
2194
2194
  "VCarouselItem/alt": {
2195
2195
  "type": "string\n",
@@ -2211,10 +2211,6 @@
2211
2211
  "type": "string\n",
2212
2212
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
2213
2213
  },
2214
- "VCarouselItem/options": {
2215
- "type": "IntersectionObserverInit\n",
2216
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2217
- },
2218
2214
  "VCarouselItem/sizes": {
2219
2215
  "type": "string\n",
2220
2216
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
@@ -2231,6 +2227,10 @@
2231
2227
  "type": "string | number\n",
2232
2228
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
2233
2229
  },
2230
+ "VCarouselItem/inline": {
2231
+ "type": "boolean\n",
2232
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
2233
+ },
2234
2234
  "VCarouselItem/crossorigin": {
2235
2235
  "type": "'' | 'anonymous' | 'use-credentials'\n",
2236
2236
  "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
@@ -2247,50 +2247,14 @@
2247
2247
  "type": "string\n",
2248
2248
  "description": "Provides the default type for children selection controls."
2249
2249
  },
2250
- "VCheckbox/name": {
2251
- "type": "string\n",
2252
- "description": "Sets the component's name attribute."
2250
+ "VCheckbox/model-value": {
2251
+ "type": "unknown\n",
2252
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2253
2253
  },
2254
2254
  "VCheckbox/error": {
2255
2255
  "type": "boolean\n",
2256
2256
  "description": "Puts the input in a manual error state."
2257
2257
  },
2258
- "VCheckbox/label": {
2259
- "type": "string\n",
2260
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2261
- },
2262
- "VCheckbox/theme": {
2263
- "type": "string\n",
2264
- "description": "Specify a theme for this component and all of its children."
2265
- },
2266
- "VCheckbox/id": {
2267
- "type": "string\n",
2268
- "description": "Sets the DOM id on the component."
2269
- },
2270
- "VCheckbox/value": {
2271
- "type": "any\n",
2272
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2273
- },
2274
- "VCheckbox/base-color": {
2275
- "type": "string\n",
2276
- "description": "Sets the color of the input when it is not focused."
2277
- },
2278
- "VCheckbox/prepend-icon": {
2279
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2280
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
2281
- },
2282
- "VCheckbox/append-icon": {
2283
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2284
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2285
- },
2286
- "VCheckbox/readonly": {
2287
- "type": "boolean\n",
2288
- "description": "Puts input in readonly state."
2289
- },
2290
- "VCheckbox/ripple": {
2291
- "type": "boolean | { class: string }\n",
2292
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2293
- },
2294
2258
  "VCheckbox/density": {
2295
2259
  "type": "'default' | 'comfortable' | 'compact'\n",
2296
2260
  "description": "Adjusts the vertical height used by the component."
@@ -2307,26 +2271,58 @@
2307
2271
  "type": "string | number\n",
2308
2272
  "description": "Sets the width for the component."
2309
2273
  },
2310
- "VCheckbox/disabled": {
2311
- "type": "boolean\n",
2312
- "description": "Removes the ability to click or target the component."
2274
+ "VCheckbox/theme": {
2275
+ "type": "string\n",
2276
+ "description": "Specify a theme for this component and all of its children."
2313
2277
  },
2314
2278
  "VCheckbox/color": {
2315
2279
  "type": "string\n",
2316
2280
  "description": "Applies specified color to the control - supports utility colors (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)."
2317
2281
  },
2318
- "VCheckbox/model-value": {
2319
- "type": "unknown\n",
2320
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2282
+ "VCheckbox/name": {
2283
+ "type": "string\n",
2284
+ "description": "Sets the component's name attribute."
2285
+ },
2286
+ "VCheckbox/label": {
2287
+ "type": "string\n",
2288
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2289
+ },
2290
+ "VCheckbox/base-color": {
2291
+ "type": "string\n",
2292
+ "description": "Sets the color of the input when it is not focused."
2293
+ },
2294
+ "VCheckbox/disabled": {
2295
+ "type": "boolean\n",
2296
+ "description": "Removes the ability to click or target the component."
2321
2297
  },
2322
2298
  "VCheckbox/multiple": {
2323
2299
  "type": "boolean\n",
2324
2300
  "description": "Changes expected model to an array."
2325
2301
  },
2302
+ "VCheckbox/value": {
2303
+ "type": "any\n",
2304
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2305
+ },
2306
+ "VCheckbox/value-comparator": {
2307
+ "type": "(a: any, b: any) => boolean\n",
2308
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2309
+ },
2310
+ "VCheckbox/id": {
2311
+ "type": "string\n",
2312
+ "description": "Sets the DOM id on the component."
2313
+ },
2314
+ "VCheckbox/append-icon": {
2315
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2316
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2317
+ },
2326
2318
  "VCheckbox/center-affix": {
2327
2319
  "type": "boolean\n",
2328
2320
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
2329
2321
  },
2322
+ "VCheckbox/prepend-icon": {
2323
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2324
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
2325
+ },
2330
2326
  "VCheckbox/hide-spin-buttons": {
2331
2327
  "type": "boolean\n",
2332
2328
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -2355,6 +2351,10 @@
2355
2351
  "type": "string | number\n",
2356
2352
  "description": "Control the maximum number of shown errors from validation."
2357
2353
  },
2354
+ "VCheckbox/readonly": {
2355
+ "type": "boolean\n",
2356
+ "description": "Puts input in readonly state."
2357
+ },
2358
2358
  "VCheckbox/rules": {
2359
2359
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
2360
2360
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -2375,6 +2375,10 @@
2375
2375
  "type": "boolean | 'auto'\n",
2376
2376
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
2377
2377
  },
2378
+ "VCheckbox/ripple": {
2379
+ "type": "boolean | { class: string }\n",
2380
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2381
+ },
2378
2382
  "VCheckbox/indeterminate": {
2379
2383
  "type": "boolean\n",
2380
2384
  "description": "Sets an indeterminate state for the checkbox."
@@ -2403,65 +2407,37 @@
2403
2407
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2404
2408
  "description": "The icon used when active."
2405
2409
  },
2406
- "VCheckbox/value-comparator": {
2407
- "type": "(a: any, b: any) => boolean\n",
2408
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2409
- },
2410
2410
  "VCheckboxBtn/type": {
2411
2411
  "type": "string\n",
2412
2412
  "description": "Provides the default type for children selection controls."
2413
2413
  },
2414
- "VCheckboxBtn/model-value": {
2415
- "type": "unknown\n",
2416
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2414
+ "VCheckboxBtn/name": {
2415
+ "type": "string\n",
2416
+ "description": "Sets the component's name attribute."
2417
2417
  },
2418
2418
  "VCheckboxBtn/error": {
2419
2419
  "type": "boolean\n",
2420
2420
  "description": "Puts the input in a manual error state."
2421
2421
  },
2422
- "VCheckboxBtn/density": {
2423
- "type": "'default' | 'comfortable' | 'compact'\n",
2424
- "description": "Adjusts the vertical height used by the component."
2425
- },
2426
- "VCheckboxBtn/theme": {
2427
- "type": "string\n",
2428
- "description": "Specify a theme for this component and all of its children."
2429
- },
2430
- "VCheckboxBtn/color": {
2431
- "type": "string\n",
2432
- "description": "Applies specified color to the control - supports utility colors (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)."
2433
- },
2434
- "VCheckboxBtn/name": {
2435
- "type": "string\n",
2436
- "description": "Sets the component's name attribute."
2437
- },
2438
2422
  "VCheckboxBtn/label": {
2439
2423
  "type": "string\n",
2440
2424
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2441
2425
  },
2442
- "VCheckboxBtn/base-color": {
2426
+ "VCheckboxBtn/theme": {
2443
2427
  "type": "string\n",
2444
- "description": "Sets the color of the input when it is not focused."
2445
- },
2446
- "VCheckboxBtn/disabled": {
2447
- "type": "boolean\n",
2448
- "description": "Removes the ability to click or target the component."
2428
+ "description": "Specify a theme for this component and all of its children."
2449
2429
  },
2450
- "VCheckboxBtn/multiple": {
2451
- "type": "boolean\n",
2452
- "description": "Changes select to multiple. Accepts array for value."
2430
+ "VCheckboxBtn/id": {
2431
+ "type": "string\n",
2432
+ "description": "Sets the DOM id on the component."
2453
2433
  },
2454
2434
  "VCheckboxBtn/value": {
2455
2435
  "type": "any\n",
2456
2436
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2457
2437
  },
2458
- "VCheckboxBtn/value-comparator": {
2459
- "type": "(a: any, b: any) => boolean\n",
2460
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2461
- },
2462
- "VCheckboxBtn/id": {
2438
+ "VCheckboxBtn/base-color": {
2463
2439
  "type": "string\n",
2464
- "description": "Sets the DOM id on the component."
2440
+ "description": "Sets the color of the input when it is not focused."
2465
2441
  },
2466
2442
  "VCheckboxBtn/readonly": {
2467
2443
  "type": "boolean\n",
@@ -2471,6 +2447,30 @@
2471
2447
  "type": "boolean | { class: string }\n",
2472
2448
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2473
2449
  },
2450
+ "VCheckboxBtn/density": {
2451
+ "type": "'default' | 'comfortable' | 'compact'\n",
2452
+ "description": "Adjusts the vertical height used by the component."
2453
+ },
2454
+ "VCheckboxBtn/disabled": {
2455
+ "type": "boolean\n",
2456
+ "description": "Removes the ability to click or target the component."
2457
+ },
2458
+ "VCheckboxBtn/color": {
2459
+ "type": "string\n",
2460
+ "description": "Applies specified color to the control - supports utility colors (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)."
2461
+ },
2462
+ "VCheckboxBtn/inline": {
2463
+ "type": "boolean\n",
2464
+ "description": "Puts children inputs into a row."
2465
+ },
2466
+ "VCheckboxBtn/model-value": {
2467
+ "type": "unknown\n",
2468
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2469
+ },
2470
+ "VCheckboxBtn/multiple": {
2471
+ "type": "boolean\n",
2472
+ "description": "Changes select to multiple. Accepts array for value."
2473
+ },
2474
2474
  "VCheckboxBtn/indeterminate": {
2475
2475
  "type": "boolean\n",
2476
2476
  "description": "Puts the control in an indeterminate state. Used with the [indeterminate-icon](#props-indeterminate-icon) property."
@@ -2491,10 +2491,6 @@
2491
2491
  "type": "string\n",
2492
2492
  "description": "The target component to provide defaults values for."
2493
2493
  },
2494
- "VCheckboxBtn/inline": {
2495
- "type": "boolean\n",
2496
- "description": "Puts children inputs into a row."
2497
- },
2498
2494
  "VCheckboxBtn/false-icon": {
2499
2495
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2500
2496
  "description": "The icon used when inactive."
@@ -2503,41 +2499,61 @@
2503
2499
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2504
2500
  "description": "The icon used when active."
2505
2501
  },
2506
- "VChip/text": {
2507
- "type": "string\n",
2508
- "description": "Specify content text for the component."
2502
+ "VCheckboxBtn/value-comparator": {
2503
+ "type": "(a: any, b: any) => boolean\n",
2504
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2509
2505
  },
2510
2506
  "VChip/filter": {
2511
2507
  "type": "boolean\n",
2512
2508
  "description": "Displays a selection icon when selected."
2513
2509
  },
2514
- "VChip/replace": {
2510
+ "VChip/tag": {
2511
+ "type": "string\n",
2512
+ "description": "Specify a custom tag used on the root element."
2513
+ },
2514
+ "VChip/label": {
2515
2515
  "type": "boolean\n",
2516
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2516
+ "description": "Applies a medium size border radius."
2517
2517
  },
2518
2518
  "VChip/link": {
2519
2519
  "type": "boolean\n",
2520
2520
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2521
2521
  },
2522
- "VChip/border": {
2523
- "type": "string | number | boolean\n",
2524
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2525
- },
2526
- "VChip/closable": {
2522
+ "VChip/replace": {
2527
2523
  "type": "boolean\n",
2528
- "description": "Adds remove button and then a chip can be closed."
2524
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2529
2525
  },
2530
- "VChip/close-icon": {
2526
+ "VChip/theme": {
2527
+ "type": "string\n",
2528
+ "description": "Specify a theme for this component and all of its children."
2529
+ },
2530
+ "VChip/size": {
2531
+ "type": "string | number\n",
2532
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2533
+ },
2534
+ "VChip/value": {
2535
+ "type": "any\n",
2536
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2537
+ },
2538
+ "VChip/prepend-icon": {
2531
2539
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2532
- "description": "Change the default icon used for **close** chips."
2540
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2533
2541
  },
2534
- "VChip/close-label": {
2542
+ "VChip/append-icon": {
2543
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2544
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2545
+ },
2546
+ "VChip/ripple": {
2547
+ "type": "boolean | { class: string }\n",
2548
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2549
+ },
2550
+ "VChip/text": {
2535
2551
  "type": "string\n",
2536
- "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2552
+ "description": "Specify content text for the component."
2537
2553
  },
2538
- "VChip/model-value": {
2539
- "type": "boolean\n",
2540
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2554
+ "VChip/border": {
2555
+ "type": "string | number | boolean\n",
2556
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2541
2557
  },
2542
2558
  "VChip/density": {
2543
2559
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2547,6 +2563,14 @@
2547
2563
  "type": "string | number\n",
2548
2564
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2549
2565
  },
2566
+ "VChip/disabled": {
2567
+ "type": "boolean\n",
2568
+ "description": "Removes the ability to click or target the component."
2569
+ },
2570
+ "VChip/selected-class": {
2571
+ "type": "string\n",
2572
+ "description": "Configure the active CSS class applied when an item is selected."
2573
+ },
2550
2574
  "VChip/rounded": {
2551
2575
  "type": "string | number | boolean\n",
2552
2576
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -2555,74 +2579,34 @@
2555
2579
  "type": "boolean\n",
2556
2580
  "description": "Removes any applied **border-radius** from the component."
2557
2581
  },
2558
- "VChip/tag": {
2582
+ "VChip/href": {
2559
2583
  "type": "string\n",
2560
- "description": "Specify a custom tag used on the root element."
2584
+ "description": "Designates the component as anchor and applies the **href** attribute."
2561
2585
  },
2562
- "VChip/theme": {
2563
- "type": "string\n",
2564
- "description": "Specify a theme for this component and all of its children."
2586
+ "VChip/exact": {
2587
+ "type": "boolean\n",
2588
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2589
+ },
2590
+ "VChip/to": {
2591
+ "type": "RouteLocationRaw\n",
2592
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2565
2593
  },
2566
2594
  "VChip/color": {
2567
2595
  "type": "string\n",
2568
2596
  "description": "Applies specified color to the control - supports utility colors (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)."
2569
2597
  },
2570
2598
  "VChip/variant": {
2571
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2599
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2572
2600
  "description": "Applies a distinct style to the component."
2573
2601
  },
2574
- "VChip/label": {
2575
- "type": "boolean\n",
2576
- "description": "Applies a medium size border radius."
2577
- },
2578
- "VChip/exact": {
2602
+ "VChip/model-value": {
2579
2603
  "type": "boolean\n",
2580
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2581
- },
2582
- "VChip/base-color": {
2583
- "type": "string\n",
2584
- "description": "Sets the color of component when not focused."
2604
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2585
2605
  },
2586
2606
  "VChip/active-class": {
2587
2607
  "type": "string\n",
2588
2608
  "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
2589
2609
  },
2590
- "VChip/disabled": {
2591
- "type": "boolean\n",
2592
- "description": "Removes the ability to click or target the component."
2593
- },
2594
- "VChip/value": {
2595
- "type": "any\n",
2596
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2597
- },
2598
- "VChip/size": {
2599
- "type": "string | number\n",
2600
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2601
- },
2602
- "VChip/append-icon": {
2603
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2604
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2605
- },
2606
- "VChip/prepend-icon": {
2607
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2608
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2609
- },
2610
- "VChip/ripple": {
2611
- "type": "boolean | { class: string }\n",
2612
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2613
- },
2614
- "VChip/selected-class": {
2615
- "type": "string\n",
2616
- "description": "Configure the active CSS class applied when an item is selected."
2617
- },
2618
- "VChip/href": {
2619
- "type": "string\n",
2620
- "description": "Designates the component as anchor and applies the **href** attribute."
2621
- },
2622
- "VChip/to": {
2623
- "type": "RouteLocationRaw\n",
2624
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2625
- },
2626
2610
  "VChip/append-avatar": {
2627
2611
  "type": "string\n",
2628
2612
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -2631,6 +2615,18 @@
2631
2615
  "type": "string\n",
2632
2616
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2633
2617
  },
2618
+ "VChip/closable": {
2619
+ "type": "boolean\n",
2620
+ "description": "Adds remove button and then a chip can be closed."
2621
+ },
2622
+ "VChip/close-icon": {
2623
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2624
+ "description": "Change the default icon used for **close** chips."
2625
+ },
2626
+ "VChip/close-label": {
2627
+ "type": "string\n",
2628
+ "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2629
+ },
2634
2630
  "VChip/draggable": {
2635
2631
  "type": "boolean\n",
2636
2632
  "description": "Makes the chip draggable."
@@ -2651,6 +2647,10 @@
2651
2647
  "type": "boolean\n",
2652
2648
  "description": "Applies an checkmark icon in front of every chip for using it like a filter."
2653
2649
  },
2650
+ "VChipGroup/model-value": {
2651
+ "type": "unknown\n",
2652
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2653
+ },
2654
2654
  "VChipGroup/tag": {
2655
2655
  "type": "string\n",
2656
2656
  "description": "Specify a custom tag used on the root element."
@@ -2659,41 +2659,17 @@
2659
2659
  "type": "string\n",
2660
2660
  "description": "Specify a theme for this component and all of its children."
2661
2661
  },
2662
- "VChipGroup/base-color": {
2663
- "type": "string\n",
2664
- "description": "Sets the color of component when not focused. Recommended with `color` or `filter` to properly highlight selected items."
2665
- },
2666
- "VChipGroup/disabled": {
2667
- "type": "boolean\n",
2668
- "description": "Puts all children components into a disabled state."
2669
- },
2670
- "VChipGroup/selected-class": {
2671
- "type": "string\n",
2672
- "description": "Configure the active CSS class applied when an item is selected."
2673
- },
2674
2662
  "VChipGroup/color": {
2675
2663
  "type": "string\n",
2676
2664
  "description": "Applies specified color to the control - supports utility colors (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)."
2677
2665
  },
2678
2666
  "VChipGroup/variant": {
2679
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2667
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2680
2668
  "description": "Applies a distinct style to the component."
2681
2669
  },
2682
- "VChipGroup/max": {
2683
- "type": "number\n",
2684
- "description": "Sets a maximum number of selections that can be made."
2685
- },
2686
- "VChipGroup/model-value": {
2687
- "type": "unknown\n",
2688
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2689
- },
2690
- "VChipGroup/mobile": {
2670
+ "VChipGroup/disabled": {
2691
2671
  "type": "boolean\n",
2692
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
2693
- },
2694
- "VChipGroup/mobile-breakpoint": {
2695
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2696
- "description": "Sets the designated mobile breakpoint for the component."
2672
+ "description": "Puts all children components into a disabled state."
2697
2673
  },
2698
2674
  "VChipGroup/multiple": {
2699
2675
  "type": "boolean\n",
@@ -2703,6 +2679,22 @@
2703
2679
  "type": "boolean | 'force'\n",
2704
2680
  "description": "Forces at least one item to always be selected (if available)."
2705
2681
  },
2682
+ "VChipGroup/value-comparator": {
2683
+ "type": "(a: any, b: any) => boolean\n",
2684
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2685
+ },
2686
+ "VChipGroup/direction": {
2687
+ "type": "'horizontal' | 'vertical'\n",
2688
+ "description": "Switch between horizontal and vertical modes."
2689
+ },
2690
+ "VChipGroup/selected-class": {
2691
+ "type": "string\n",
2692
+ "description": "Configure the active CSS class applied when an item is selected."
2693
+ },
2694
+ "VChipGroup/max": {
2695
+ "type": "number\n",
2696
+ "description": "Sets a maximum number of selections that can be made."
2697
+ },
2706
2698
  "VChipGroup/next-icon": {
2707
2699
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2708
2700
  "description": "Specify the icon to use for the next icon."
@@ -2711,14 +2703,6 @@
2711
2703
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2712
2704
  "description": "Specify the icon to use for the prev icon."
2713
2705
  },
2714
- "VChipGroup/direction": {
2715
- "type": "'horizontal' | 'vertical'\n",
2716
- "description": "Switch between horizontal and vertical modes."
2717
- },
2718
- "VChipGroup/value-comparator": {
2719
- "type": "(a: any, b: any) => boolean\n",
2720
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2721
- },
2722
2706
  "VChipGroup/column": {
2723
2707
  "type": "boolean\n",
2724
2708
  "description": "Remove horizontal pagination and wrap items as needed."
@@ -2731,6 +2715,14 @@
2731
2715
  "type": "string | boolean\n",
2732
2716
  "description": "Force the display of the pagination arrows."
2733
2717
  },
2718
+ "VChipGroup/mobile": {
2719
+ "type": "boolean\n",
2720
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
2721
+ },
2722
+ "VChipGroup/mobile-breakpoint": {
2723
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2724
+ "description": "Sets the designated mobile breakpoint for the component."
2725
+ },
2734
2726
  "VClassIcon/icon": {
2735
2727
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2736
2728
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -2840,7 +2832,7 @@
2840
2832
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2841
2833
  },
2842
2834
  "VColorPicker/position": {
2843
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
2835
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2844
2836
  "description": "Sets the position for the component."
2845
2837
  },
2846
2838
  "VColorPicker/rounded": {
@@ -2935,10 +2927,6 @@
2935
2927
  "type": "boolean\n",
2936
2928
  "description": "Renders with the menu open by default."
2937
2929
  },
2938
- "VCombobox/delimiters": {
2939
- "type": "string[]\n",
2940
- "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2941
- },
2942
2930
  "VCombobox/theme": {
2943
2931
  "type": "string\n",
2944
2932
  "description": "Specify a theme for this component and all of its children."
@@ -3031,66 +3019,10 @@
3031
3019
  "type": "boolean\n",
3032
3020
  "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."
3033
3021
  },
3034
- "VCombobox/prefix": {
3035
- "type": "string\n",
3036
- "description": "Displays prefix text."
3037
- },
3038
- "VCombobox/role": {
3039
- "type": "string\n",
3040
- "description": "The role attribute applied to the input."
3041
- },
3042
- "VCombobox/placeholder": {
3043
- "type": "string\n",
3044
- "description": "Sets the input’s placeholder text."
3045
- },
3046
- "VCombobox/center-affix": {
3047
- "type": "boolean\n",
3048
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3049
- },
3050
- "VCombobox/hide-spin-buttons": {
3051
- "type": "boolean\n",
3052
- "description": "Hides spin buttons on the input when type is set to `number`."
3053
- },
3054
- "VCombobox/hint": {
3055
- "type": "string\n",
3056
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
3057
- },
3058
- "VCombobox/persistent-hint": {
3059
- "type": "boolean\n",
3060
- "description": "Forces [hint](#props-hint) to always be visible."
3061
- },
3062
- "VCombobox/messages": {
3063
- "type": "string | string[]\n",
3064
- "description": "Displays a list of messages or a single message if using a string."
3065
- },
3066
3022
  "VCombobox/direction": {
3067
3023
  "type": "'horizontal' | 'vertical'\n",
3068
3024
  "description": "Changes the direction of the input."
3069
3025
  },
3070
- "VCombobox/error-messages": {
3071
- "type": "string | string[]\n",
3072
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
3073
- },
3074
- "VCombobox/max-errors": {
3075
- "type": "string | number\n",
3076
- "description": "Control the maximum number of shown errors from validation."
3077
- },
3078
- "VCombobox/rules": {
3079
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3080
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
3081
- },
3082
- "VCombobox/validate-on": {
3083
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
3084
- "description": "Change what type of event triggers validation to run."
3085
- },
3086
- "VCombobox/focused": {
3087
- "type": "boolean\n",
3088
- "description": "Forces a focused state styling on the component."
3089
- },
3090
- "VCombobox/hide-details": {
3091
- "type": "boolean | 'auto'\n",
3092
- "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
3093
- },
3094
3026
  "VCombobox/value-comparator": {
3095
3027
  "type": "(a: any, b: any) => boolean\n",
3096
3028
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
@@ -3199,6 +3131,14 @@
3199
3131
  "type": "string | number | boolean\n",
3200
3132
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
3201
3133
  },
3134
+ "VCombobox/prefix": {
3135
+ "type": "string\n",
3136
+ "description": "Displays prefix text."
3137
+ },
3138
+ "VCombobox/placeholder": {
3139
+ "type": "string\n",
3140
+ "description": "Sets the input’s placeholder text."
3141
+ },
3202
3142
  "VCombobox/persistent-placeholder": {
3203
3143
  "type": "boolean\n",
3204
3144
  "description": "Forces placeholder to always be visible."
@@ -3211,6 +3151,54 @@
3211
3151
  "type": "string\n",
3212
3152
  "description": "Displays suffix text."
3213
3153
  },
3154
+ "VCombobox/role": {
3155
+ "type": "string\n",
3156
+ "description": "The role attribute applied to the input."
3157
+ },
3158
+ "VCombobox/center-affix": {
3159
+ "type": "boolean\n",
3160
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3161
+ },
3162
+ "VCombobox/hide-spin-buttons": {
3163
+ "type": "boolean\n",
3164
+ "description": "Hides spin buttons on the input when type is set to `number`."
3165
+ },
3166
+ "VCombobox/hint": {
3167
+ "type": "string\n",
3168
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
3169
+ },
3170
+ "VCombobox/persistent-hint": {
3171
+ "type": "boolean\n",
3172
+ "description": "Forces [hint](#props-hint) to always be visible."
3173
+ },
3174
+ "VCombobox/messages": {
3175
+ "type": "string | string[]\n",
3176
+ "description": "Displays a list of messages or a single message if using a string."
3177
+ },
3178
+ "VCombobox/error-messages": {
3179
+ "type": "string | string[]\n",
3180
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
3181
+ },
3182
+ "VCombobox/max-errors": {
3183
+ "type": "string | number\n",
3184
+ "description": "Control the maximum number of shown errors from validation."
3185
+ },
3186
+ "VCombobox/rules": {
3187
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3188
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
3189
+ },
3190
+ "VCombobox/validate-on": {
3191
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
3192
+ "description": "Change what type of event triggers validation to run."
3193
+ },
3194
+ "VCombobox/focused": {
3195
+ "type": "boolean\n",
3196
+ "description": "Forces a focused state styling on the component."
3197
+ },
3198
+ "VCombobox/hide-details": {
3199
+ "type": "boolean | 'auto'\n",
3200
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
3201
+ },
3214
3202
  "VCombobox/clearable": {
3215
3203
  "type": "boolean\n",
3216
3204
  "description": "Allows for the component to be cleared."
@@ -3239,6 +3227,10 @@
3239
3227
  "type": "unknown\n",
3240
3228
  "description": "**FOR INTERNAL USE ONLY**"
3241
3229
  },
3230
+ "VCombobox/delimiters": {
3231
+ "type": "string[]\n",
3232
+ "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
3233
+ },
3242
3234
  "VComponentIcon/icon": {
3243
3235
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3244
3236
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -3315,10 +3307,6 @@
3315
3307
  "type": "string | number\n",
3316
3308
  "description": "Sets the maximum allowed value."
3317
3309
  },
3318
- "VDataIterator/search": {
3319
- "type": "string\n",
3320
- "description": "Text input used to filter items."
3321
- },
3322
3310
  "VDataIterator/model-value": {
3323
3311
  "type": "any[]\n",
3324
3312
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -3327,6 +3315,10 @@
3327
3315
  "type": "string\n",
3328
3316
  "description": "Specify a custom tag used on the root element."
3329
3317
  },
3318
+ "VDataIterator/search": {
3319
+ "type": "string\n",
3320
+ "description": "Text input used to filter items."
3321
+ },
3330
3322
  "VDataIterator/filter-mode": {
3331
3323
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3332
3324
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -3423,10 +3415,6 @@
3423
3415
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3424
3416
  "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."
3425
3417
  },
3426
- "VDataTable/search": {
3427
- "type": "string\n",
3428
- "description": "Text input used to filter items."
3429
- },
3430
3418
  "VDataTable/model-value": {
3431
3419
  "type": "unknown\n",
3432
3420
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -3459,6 +3447,10 @@
3459
3447
  "type": "string\n",
3460
3448
  "description": "Applies specified color to the control - supports utility colors (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)."
3461
3449
  },
3450
+ "VDataTable/search": {
3451
+ "type": "string\n",
3452
+ "description": "Text input used to filter items."
3453
+ },
3462
3454
  "VDataTable/filter-mode": {
3463
3455
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3464
3456
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -3519,9 +3511,13 @@
3519
3511
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3520
3512
  "description": "Previous icon."
3521
3513
  },
3522
- "VDataTable/hover": {
3514
+ "VDataTable/mobile": {
3523
3515
  "type": "boolean\n",
3524
- "description": "Adds a hover effects to a table rows."
3516
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3517
+ },
3518
+ "VDataTable/mobile-breakpoint": {
3519
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3520
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3525
3521
  },
3526
3522
  "VDataTable/item-selectable": {
3527
3523
  "type": "SelectItemKey<any>\n",
@@ -3576,13 +3572,9 @@
3576
3572
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3577
3573
  },
3578
3574
  "VDataTable/cell-props": {
3579
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3575
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3580
3576
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3581
3577
  },
3582
- "VDataTable/mobile": {
3583
- "type": "boolean\n",
3584
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3585
- },
3586
3578
  "VDataTable/disable-sort": {
3587
3579
  "type": "boolean\n",
3588
3580
  "description": "Disables sorting completely."
@@ -3595,10 +3587,6 @@
3595
3587
  "type": "string\n",
3596
3588
  "description": "Text shown when the data is loading."
3597
3589
  },
3598
- "VDataTable/mobile-breakpoint": {
3599
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3600
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3601
- },
3602
3590
  "VDataTable/row-props": {
3603
3591
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3604
3592
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
@@ -3631,6 +3619,10 @@
3631
3619
  "type": "boolean\n",
3632
3620
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3633
3621
  },
3622
+ "VDataTable/hover": {
3623
+ "type": "boolean\n",
3624
+ "description": "Adds a hover effects to a table rows."
3625
+ },
3634
3626
  "VDataTable/first-icon": {
3635
3627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3636
3628
  "description": "First icon."
@@ -3745,7 +3737,7 @@
3745
3737
  },
3746
3738
  "VDataTableHeaders/multi-sort": {
3747
3739
  "type": "boolean\n",
3748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3740
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3749
3741
  },
3750
3742
  "VDataTableHeaders/sort-asc-icon": {
3751
3743
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3757,7 +3749,7 @@
3757
3749
  },
3758
3750
  "VDataTableHeaders/header-props": {
3759
3751
  "type": "unknown\n",
3760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3752
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3761
3753
  },
3762
3754
  "VDataTableRow/mobile": {
3763
3755
  "type": "boolean\n",
@@ -3776,7 +3768,7 @@
3776
3768
  "description": "Row index."
3777
3769
  },
3778
3770
  "VDataTableRow/cell-props": {
3779
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3771
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3780
3772
  "description": "Props to be applied to the cell."
3781
3773
  },
3782
3774
  "VDataTableRows/items": {
@@ -3804,7 +3796,7 @@
3804
3796
  "description": "Text shown when no items are provided to the component."
3805
3797
  },
3806
3798
  "VDataTableRows/cell-props": {
3807
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3799
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3808
3800
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3809
3801
  },
3810
3802
  "VDataTableRows/loading-text": {
@@ -3815,14 +3807,14 @@
3815
3807
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3816
3808
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3817
3809
  },
3818
- "VDataTableServer/search": {
3819
- "type": "string\n",
3820
- "description": "Text input used to filter items."
3821
- },
3822
3810
  "VDataTableServer/tag": {
3823
3811
  "type": "string\n",
3824
3812
  "description": "Specify a custom tag used on the root element."
3825
3813
  },
3814
+ "VDataTableServer/search": {
3815
+ "type": "string\n",
3816
+ "description": "Text input used to filter items."
3817
+ },
3826
3818
  "VDataTableServer/theme": {
3827
3819
  "type": "string\n",
3828
3820
  "description": "Specify a theme for this component and all of its children."
@@ -3968,7 +3960,7 @@
3968
3960
  "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3969
3961
  },
3970
3962
  "VDataTableServer/cell-props": {
3971
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3963
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3972
3964
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3973
3965
  },
3974
3966
  "VDataTableServer/sort-by": {
@@ -4009,15 +4001,15 @@
4009
4001
  },
4010
4002
  "VDataTableServer/hide-default-body": {
4011
4003
  "type": "boolean\n",
4012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4004
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4013
4005
  },
4014
4006
  "VDataTableServer/hide-default-footer": {
4015
4007
  "type": "boolean\n",
4016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4008
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4017
4009
  },
4018
4010
  "VDataTableServer/hide-default-header": {
4019
4011
  "type": "boolean\n",
4020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4012
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4021
4013
  },
4022
4014
  "VDataTableServer/show-expand": {
4023
4015
  "type": "boolean\n",
@@ -4047,10 +4039,6 @@
4047
4039
  "type": "boolean\n",
4048
4040
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4049
4041
  },
4050
- "VDataTableVirtual/search": {
4051
- "type": "string\n",
4052
- "description": "Text input used to filter items."
4053
- },
4054
4042
  "VDataTableVirtual/model-value": {
4055
4043
  "type": "unknown\n",
4056
4044
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -4083,6 +4071,10 @@
4083
4071
  "type": "string\n",
4084
4072
  "description": "Applies specified color to the control - supports utility colors (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)."
4085
4073
  },
4074
+ "VDataTableVirtual/search": {
4075
+ "type": "string\n",
4076
+ "description": "Text input used to filter items."
4077
+ },
4086
4078
  "VDataTableVirtual/filter-mode": {
4087
4079
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
4088
4080
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -4135,9 +4127,13 @@
4135
4127
  "type": "string | boolean\n",
4136
4128
  "description": "Displays `loading` slot if set to `true`"
4137
4129
  },
4138
- "VDataTableVirtual/hover": {
4130
+ "VDataTableVirtual/mobile": {
4139
4131
  "type": "boolean\n",
4140
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4132
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4133
+ },
4134
+ "VDataTableVirtual/mobile-breakpoint": {
4135
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4136
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4141
4137
  },
4142
4138
  "VDataTableVirtual/item-selectable": {
4143
4139
  "type": "SelectItemKey<any>\n",
@@ -4184,13 +4180,9 @@
4184
4180
  "description": "Pass props to the default header."
4185
4181
  },
4186
4182
  "VDataTableVirtual/cell-props": {
4187
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4183
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4188
4184
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4189
4185
  },
4190
- "VDataTableVirtual/mobile": {
4191
- "type": "boolean\n",
4192
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4193
- },
4194
4186
  "VDataTableVirtual/disable-sort": {
4195
4187
  "type": "boolean\n",
4196
4188
  "description": "Toggles rendering of sort button."
@@ -4203,25 +4195,21 @@
4203
4195
  "type": "string\n",
4204
4196
  "description": "Text shown when the data is loading."
4205
4197
  },
4206
- "VDataTableVirtual/mobile-breakpoint": {
4207
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4208
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4209
- },
4210
4198
  "VDataTableVirtual/row-props": {
4211
4199
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4212
4200
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4213
4201
  },
4214
4202
  "VDataTableVirtual/hide-default-body": {
4215
4203
  "type": "boolean\n",
4216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4217
4205
  },
4218
4206
  "VDataTableVirtual/hide-default-footer": {
4219
4207
  "type": "boolean\n",
4220
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4221
4209
  },
4222
4210
  "VDataTableVirtual/hide-default-header": {
4223
4211
  "type": "boolean\n",
4224
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4212
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4225
4213
  },
4226
4214
  "VDataTableVirtual/sort-asc-icon": {
4227
4215
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4239,6 +4227,10 @@
4239
4227
  "type": "boolean\n",
4240
4228
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4241
4229
  },
4230
+ "VDataTableVirtual/hover": {
4231
+ "type": "boolean\n",
4232
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4233
+ },
4242
4234
  "VDataTableVirtual/item-height": {
4243
4235
  "type": "string | number\n",
4244
4236
  "description": "Height in pixels of each item to display."
@@ -4312,7 +4304,7 @@
4312
4304
  "description": "Specifies the component's location. Can combine by using a space separated string."
4313
4305
  },
4314
4306
  "VDateInput/position": {
4315
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
4307
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
4316
4308
  "description": "Sets the position for the component."
4317
4309
  },
4318
4310
  "VDateInput/rounded": {
@@ -4571,6 +4563,10 @@
4571
4563
  "type": "'month' | 'year' | 'months'\n",
4572
4564
  "description": "Sets the view mode of the date picker."
4573
4565
  },
4566
+ "VDateInput/reverse-transition": {
4567
+ "type": "string\n",
4568
+ "description": "The transition used when changing months into the past"
4569
+ },
4574
4570
  "VDateInput/cancel-text": {
4575
4571
  "type": "string\n",
4576
4572
  "description": "Text for the cancel button"
@@ -4581,7 +4577,7 @@
4581
4577
  },
4582
4578
  "VDateInput/hide-actions": {
4583
4579
  "type": "boolean\n",
4584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
4580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4585
4581
  },
4586
4582
  "VDateInput/mode-icon": {
4587
4583
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4595,10 +4591,6 @@
4595
4591
  "type": "boolean\n",
4596
4592
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4597
4593
  },
4598
- "VDateInput/reverse-transition": {
4599
- "type": "string\n",
4600
- "description": "The transition used when changing months into the past"
4601
- },
4602
4594
  "VDateInput/landscape": {
4603
4595
  "type": "boolean\n",
4604
4596
  "description": "Puts the picker into landscape mode."
@@ -4719,10 +4711,6 @@
4719
4711
  "type": "string | number\n",
4720
4712
  "description": "Sets the month."
4721
4713
  },
4722
- "VDatePicker/reverse-transition": {
4723
- "type": "string\n",
4724
- "description": "The transition used when changing months into the past"
4725
- },
4726
4714
  "VDatePicker/mode-icon": {
4727
4715
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4728
4716
  "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
@@ -4739,6 +4727,10 @@
4739
4727
  "type": "boolean\n",
4740
4728
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4741
4729
  },
4730
+ "VDatePicker/reverse-transition": {
4731
+ "type": "string\n",
4732
+ "description": "The transition used when changing months into the past"
4733
+ },
4742
4734
  "VDatePicker/show-adjacent-months": {
4743
4735
  "type": "boolean\n",
4744
4736
  "description": "Toggles visibility of days from previous and next months."
@@ -4819,38 +4811,54 @@
4819
4811
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4820
4812
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4821
4813
  },
4822
- "VDatePickerMonth/model-value": {
4823
- "type": "unknown[]\n",
4824
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4814
+ "VDatePickerMonth/disabled": {
4815
+ "type": "boolean\n",
4816
+ "description": "Removes the ability to click or target the component."
4825
4817
  },
4826
4818
  "VDatePickerMonth/color": {
4827
4819
  "type": "string\n",
4828
4820
  "description": "Applies specified color to the control - supports utility colors (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)."
4829
4821
  },
4830
- "VDatePickerMonth/disabled": {
4831
- "type": "boolean\n",
4832
- "description": "Removes the ability to click or target the component."
4822
+ "VDatePickerMonth/max": {
4823
+ "type": "unknown\n",
4824
+ "description": "Sets the maximum date of the month."
4833
4825
  },
4834
- "VDatePickerMonth/multiple": {
4835
- "type": "number | boolean | (string & {}) | 'range'\n",
4836
- "description": "Sets the multiple of the month."
4826
+ "VDatePickerMonth/model-value": {
4827
+ "type": "unknown[]\n",
4828
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4837
4829
  },
4838
4830
  "VDatePickerMonth/transition": {
4839
4831
  "type": "string\n",
4840
4832
  "description": "The transition used when changing months into the future"
4841
4833
  },
4834
+ "VDatePickerMonth/multiple": {
4835
+ "type": "number | boolean | (string & {}) | 'range'\n",
4836
+ "description": "Sets the multiple of the month."
4837
+ },
4842
4838
  "VDatePickerMonth/month": {
4843
4839
  "type": "string | number\n",
4844
4840
  "description": "Sets the month."
4845
4841
  },
4846
- "VDatePickerMonth/show-adjacent-months": {
4847
- "type": "boolean\n",
4848
- "description": "Show adjacent months."
4849
- },
4850
4842
  "VDatePickerMonth/year": {
4851
4843
  "type": "string | number\n",
4852
4844
  "description": "Sets the year."
4853
4845
  },
4846
+ "VDatePickerMonth/hide-weekdays": {
4847
+ "type": "boolean\n",
4848
+ "description": "Hide the days of the week letters."
4849
+ },
4850
+ "VDatePickerMonth/show-week": {
4851
+ "type": "boolean\n",
4852
+ "description": "Show the week number."
4853
+ },
4854
+ "VDatePickerMonth/reverse-transition": {
4855
+ "type": "string\n",
4856
+ "description": "The transition used when changing months into the past"
4857
+ },
4858
+ "VDatePickerMonth/show-adjacent-months": {
4859
+ "type": "boolean\n",
4860
+ "description": "Show adjacent months."
4861
+ },
4854
4862
  "VDatePickerMonth/weekdays": {
4855
4863
  "type": "number[]\n",
4856
4864
  "description": "Sets the weekdays of the month."
@@ -4861,7 +4869,7 @@
4861
4869
  },
4862
4870
  "VDatePickerMonth/first-day-of-week": {
4863
4871
  "type": "string | number\n",
4864
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4872
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4865
4873
  },
4866
4874
  "VDatePickerMonth/allowed-dates": {
4867
4875
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -4871,25 +4879,13 @@
4871
4879
  "type": "unknown\n",
4872
4880
  "description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
4873
4881
  },
4874
- "VDatePickerMonth/max": {
4875
- "type": "unknown\n",
4876
- "description": "Sets the maximum date of the month."
4877
- },
4878
4882
  "VDatePickerMonth/min": {
4879
4883
  "type": "unknown\n",
4880
4884
  "description": "Sets the minimum date of the month."
4881
4885
  },
4882
- "VDatePickerMonth/hide-weekdays": {
4883
- "type": "boolean\n",
4884
- "description": "Hide the days of the week letters."
4885
- },
4886
- "VDatePickerMonth/show-week": {
4887
- "type": "boolean\n",
4888
- "description": "Show the week number."
4889
- },
4890
- "VDatePickerMonth/reverse-transition": {
4891
- "type": "string\n",
4892
- "description": "The transition used when changing months into the past"
4886
+ "VDatePickerMonths/model-value": {
4887
+ "type": "number\n",
4888
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4893
4889
  },
4894
4890
  "VDatePickerMonths/height": {
4895
4891
  "type": "string | number\n",
@@ -4899,25 +4895,17 @@
4899
4895
  "type": "string\n",
4900
4896
  "description": "Applies specified color to the control - supports utility colors (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)."
4901
4897
  },
4902
- "VDatePickerMonths/max": {
4903
- "type": "unknown\n",
4904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4905
- },
4906
- "VDatePickerMonths/model-value": {
4907
- "type": "number\n",
4908
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4909
- },
4910
4898
  "VDatePickerMonths/year": {
4911
4899
  "type": "number\n",
4912
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4900
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4913
4901
  },
4914
- "VDatePickerMonths/min": {
4902
+ "VDatePickerMonths/max": {
4915
4903
  "type": "unknown\n",
4916
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4904
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4917
4905
  },
4918
- "VDatePickerYears/model-value": {
4919
- "type": "number\n",
4920
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4906
+ "VDatePickerMonths/min": {
4907
+ "type": "unknown\n",
4908
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4921
4909
  },
4922
4910
  "VDatePickerYears/height": {
4923
4911
  "type": "string | number\n",
@@ -4931,14 +4919,14 @@
4931
4919
  "type": "unknown\n",
4932
4920
  "description": "Sets the maximum date of the month."
4933
4921
  },
4922
+ "VDatePickerYears/model-value": {
4923
+ "type": "number\n",
4924
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4925
+ },
4934
4926
  "VDatePickerYears/min": {
4935
4927
  "type": "unknown\n",
4936
4928
  "description": "Sets the minimum date of the month."
4937
4929
  },
4938
- "VDefaultsProvider/reset": {
4939
- "type": "string | number\n",
4940
- "description": "Reset the default values up the nested chain by {n} amount."
4941
- },
4942
4930
  "VDefaultsProvider/disabled": {
4943
4931
  "type": "boolean\n",
4944
4932
  "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
@@ -4947,6 +4935,10 @@
4947
4935
  "type": "string | boolean\n",
4948
4936
  "description": "Force current defaults to match the application root defaults."
4949
4937
  },
4938
+ "VDefaultsProvider/reset": {
4939
+ "type": "string | number\n",
4940
+ "description": "Reset the default values up the nested chain by {n} amount."
4941
+ },
4950
4942
  "VDefaultsProvider/scoped": {
4951
4943
  "type": "boolean\n",
4952
4944
  "description": "Prevents the ability for default values to be inherited from parent components."
@@ -4955,9 +4947,9 @@
4955
4947
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
4956
4948
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
4957
4949
  },
4958
- "VDialog/model-value": {
4959
- "type": "boolean\n",
4960
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4950
+ "VDialog/theme": {
4951
+ "type": "string\n",
4952
+ "description": "Specify a theme for this component and all of its children."
4961
4953
  },
4962
4954
  "VDialog/height": {
4963
4955
  "type": "string | number\n",
@@ -4983,6 +4975,10 @@
4983
4975
  "type": "string | number\n",
4984
4976
  "description": "Sets the width for the component."
4985
4977
  },
4978
+ "VDialog/disabled": {
4979
+ "type": "boolean\n",
4980
+ "description": "Removes the ability to click or target the component."
4981
+ },
4986
4982
  "VDialog/location": {
4987
4983
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4988
4984
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -4991,21 +4987,29 @@
4991
4987
  "type": "boolean\n",
4992
4988
  "description": "Applies **position: absolute** to the content element."
4993
4989
  },
4994
- "VDialog/theme": {
4995
- "type": "string\n",
4996
- "description": "Specify a theme for this component and all of its children."
4990
+ "VDialog/model-value": {
4991
+ "type": "boolean\n",
4992
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4997
4993
  },
4998
- "VDialog/eager": {
4994
+ "VDialog/transition": {
4995
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
4996
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4997
+ },
4998
+ "VDialog/activator": {
4999
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5000
+ "description": "Explicitly sets the overlay's activator."
5001
+ },
5002
+ "VDialog/fullscreen": {
4999
5003
  "type": "boolean\n",
5000
- "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."
5004
+ "description": "Changes layout for fullscreen display."
5001
5005
  },
5002
- "VDialog/disabled": {
5006
+ "VDialog/retain-focus": {
5003
5007
  "type": "boolean\n",
5004
- "description": "Removes the ability to click or target the component."
5008
+ "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."
5005
5009
  },
5006
- "VDialog/activator": {
5007
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
5008
- "description": "Explicitly sets the overlay's activator."
5010
+ "VDialog/scrollable": {
5011
+ "type": "boolean\n",
5012
+ "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)."
5009
5013
  },
5010
5014
  "VDialog/close-on-back": {
5011
5015
  "type": "boolean\n",
@@ -5044,7 +5048,7 @@
5044
5048
  "description": "The z-index used for the component."
5045
5049
  },
5046
5050
  "VDialog/target": {
5047
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5051
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5048
5052
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5049
5053
  },
5050
5054
  "VDialog/activator-props": {
@@ -5075,6 +5079,10 @@
5075
5079
  "type": "string | number\n",
5076
5080
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5077
5081
  },
5082
+ "VDialog/eager": {
5083
+ "type": "boolean\n",
5084
+ "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."
5085
+ },
5078
5086
  "VDialog/location-strategy": {
5079
5087
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
5080
5088
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -5088,45 +5096,29 @@
5088
5096
  "description": "A single value that offsets content away from the target based upon what side it is on."
5089
5097
  },
5090
5098
  "VDialog/scroll-strategy": {
5091
- "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5099
+ "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5092
5100
  "description": "Strategy used when the component is activate and user scrolls."
5093
5101
  },
5094
- "VDialog/transition": {
5095
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5096
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5097
- },
5098
5102
  "VDialog/attach": {
5099
5103
  "type": "string | boolean | Element\n",
5100
5104
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
5101
5105
  },
5102
- "VDialog/fullscreen": {
5103
- "type": "boolean\n",
5104
- "description": "Changes layout for fullscreen display."
5105
- },
5106
- "VDialog/retain-focus": {
5107
- "type": "boolean\n",
5108
- "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."
5109
- },
5110
- "VDialog/scrollable": {
5106
+ "VDialogBottomTransition/disabled": {
5111
5107
  "type": "boolean\n",
5112
- "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)."
5108
+ "description": "Removes the ability to click or target the component."
5113
5109
  },
5114
5110
  "VDialogBottomTransition/mode": {
5115
5111
  "type": "string\n",
5116
5112
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5117
5113
  },
5118
- "VDialogBottomTransition/disabled": {
5119
- "type": "boolean\n",
5120
- "description": "Removes the ability to click or target the component."
5114
+ "VDialogBottomTransition/origin": {
5115
+ "type": "string\n",
5116
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5121
5117
  },
5122
5118
  "VDialogBottomTransition/group": {
5123
5119
  "type": "boolean\n",
5124
5120
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5125
5121
  },
5126
- "VDialogBottomTransition/origin": {
5127
- "type": "string\n",
5128
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5129
- },
5130
5122
  "VDialogBottomTransition/hide-on-leave": {
5131
5123
  "type": "boolean\n",
5132
5124
  "description": "Hides the leaving element (no exit animation)."
@@ -5135,22 +5127,22 @@
5135
5127
  "type": "boolean\n",
5136
5128
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5137
5129
  },
5138
- "VDialogTopTransition/mode": {
5139
- "type": "string\n",
5140
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5141
- },
5142
5130
  "VDialogTopTransition/disabled": {
5143
5131
  "type": "boolean\n",
5144
5132
  "description": "Removes the ability to click or target the component."
5145
5133
  },
5146
- "VDialogTopTransition/group": {
5147
- "type": "boolean\n",
5148
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5134
+ "VDialogTopTransition/mode": {
5135
+ "type": "string\n",
5136
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5149
5137
  },
5150
5138
  "VDialogTopTransition/origin": {
5151
5139
  "type": "string\n",
5152
5140
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5153
5141
  },
5142
+ "VDialogTopTransition/group": {
5143
+ "type": "boolean\n",
5144
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5145
+ },
5154
5146
  "VDialogTopTransition/hide-on-leave": {
5155
5147
  "type": "boolean\n",
5156
5148
  "description": "Hides the leaving element (no exit animation)."
@@ -5283,22 +5275,38 @@
5283
5275
  "type": "boolean\n",
5284
5276
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5285
5277
  },
5286
- "VExpandXTransition/mode": {
5287
- "type": "'default' | 'in-out' | 'out-in'\n",
5288
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5289
- },
5290
5278
  "VExpandXTransition/disabled": {
5291
5279
  "type": "boolean\n",
5292
5280
  "description": "Removes the ability to click or target the component."
5293
5281
  },
5282
+ "VExpandXTransition/mode": {
5283
+ "type": "'default' | 'in-out' | 'out-in'\n",
5284
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5285
+ },
5294
5286
  "VExpandXTransition/group": {
5295
5287
  "type": "boolean\n",
5296
5288
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5297
5289
  },
5290
+ "VExpansionPanel/tag": {
5291
+ "type": "string\n",
5292
+ "description": "Specify a custom tag used on the root element."
5293
+ },
5298
5294
  "VExpansionPanel/title": {
5299
5295
  "type": "string\n",
5300
5296
  "description": "Specify a title text for the component."
5301
5297
  },
5298
+ "VExpansionPanel/value": {
5299
+ "type": "any\n",
5300
+ "description": "Controls the opened/closed state of content."
5301
+ },
5302
+ "VExpansionPanel/readonly": {
5303
+ "type": "boolean\n",
5304
+ "description": "Makes the expansion panel content read only."
5305
+ },
5306
+ "VExpansionPanel/ripple": {
5307
+ "type": "boolean | { class: string }\n",
5308
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5309
+ },
5302
5310
  "VExpansionPanel/text": {
5303
5311
  "type": "string\n",
5304
5312
  "description": "Specify content text for the component."
@@ -5331,6 +5339,14 @@
5331
5339
  "type": "string | number\n",
5332
5340
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5333
5341
  },
5342
+ "VExpansionPanel/disabled": {
5343
+ "type": "boolean\n",
5344
+ "description": "Disables the expansion-panel content."
5345
+ },
5346
+ "VExpansionPanel/selected-class": {
5347
+ "type": "string\n",
5348
+ "description": "Configure the active CSS class applied when an item is selected."
5349
+ },
5334
5350
  "VExpansionPanel/static": {
5335
5351
  "type": "boolean\n",
5336
5352
  "description": "Remove title size expansion when selected."
@@ -5343,25 +5359,17 @@
5343
5359
  "type": "boolean\n",
5344
5360
  "description": "Removes any applied **border-radius** from the component."
5345
5361
  },
5346
- "VExpansionPanel/tag": {
5347
- "type": "string\n",
5348
- "description": "Specify a custom tag used on the root element."
5349
- },
5350
5362
  "VExpansionPanel/color": {
5351
5363
  "type": "string\n",
5352
5364
  "description": "Applies specified color to the control - supports utility colors (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)."
5353
5365
  },
5354
- "VExpansionPanel/eager": {
5355
- "type": "boolean\n",
5356
- "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."
5357
- },
5358
5366
  "VExpansionPanel/bg-color": {
5359
5367
  "type": "string\n",
5360
5368
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
5361
5369
  },
5362
- "VExpansionPanel/disabled": {
5370
+ "VExpansionPanel/eager": {
5363
5371
  "type": "boolean\n",
5364
- "description": "Disables the expansion-panel content."
5372
+ "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."
5365
5373
  },
5366
5374
  "VExpansionPanel/expand-icon": {
5367
5375
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -5371,22 +5379,6 @@
5371
5379
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5372
5380
  "description": "Icon used when the expansion panel is in a collapsable state."
5373
5381
  },
5374
- "VExpansionPanel/value": {
5375
- "type": "any\n",
5376
- "description": "Controls the opened/closed state of content."
5377
- },
5378
- "VExpansionPanel/readonly": {
5379
- "type": "boolean\n",
5380
- "description": "Makes the expansion panel content read only."
5381
- },
5382
- "VExpansionPanel/ripple": {
5383
- "type": "boolean | { class: string }\n",
5384
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5385
- },
5386
- "VExpansionPanel/selected-class": {
5387
- "type": "string\n",
5388
- "description": "Configure the active CSS class applied when an item is selected."
5389
- },
5390
5382
  "VExpansionPanel/hide-actions": {
5391
5383
  "type": "boolean\n",
5392
5384
  "description": "Hide the expand icon in the content title."
@@ -5399,14 +5391,6 @@
5399
5391
  "type": "boolean\n",
5400
5392
  "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."
5401
5393
  },
5402
- "VExpansionPanelTitle/readonly": {
5403
- "type": "boolean\n",
5404
- "description": "Makes the expansion panel content read only."
5405
- },
5406
- "VExpansionPanelTitle/ripple": {
5407
- "type": "boolean | { class: string }\n",
5408
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5409
- },
5410
5394
  "VExpansionPanelTitle/height": {
5411
5395
  "type": "string | number\n",
5412
5396
  "description": "Sets the height for the component."
@@ -5447,6 +5431,14 @@
5447
5431
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5448
5432
  "description": "Icon used when the expansion panel is in a collapsable state."
5449
5433
  },
5434
+ "VExpansionPanelTitle/readonly": {
5435
+ "type": "boolean\n",
5436
+ "description": "Makes the expansion panel content read only."
5437
+ },
5438
+ "VExpansionPanelTitle/ripple": {
5439
+ "type": "boolean | { class: string }\n",
5440
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5441
+ },
5450
5442
  "VExpansionPanelTitle/hide-actions": {
5451
5443
  "type": "boolean\n",
5452
5444
  "description": "Hide the expand icon in the content title."
@@ -5459,14 +5451,34 @@
5459
5451
  "type": "boolean\n",
5460
5452
  "description": "Removes the expansion-panel's elevation and borders."
5461
5453
  },
5462
- "VExpansionPanels/model-value": {
5463
- "type": "any\n",
5464
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5454
+ "VExpansionPanels/tag": {
5455
+ "type": "string\n",
5456
+ "description": "Specify a custom tag used on the root element."
5457
+ },
5458
+ "VExpansionPanels/theme": {
5459
+ "type": "string\n",
5460
+ "description": "Specify a theme for this component and all of its children."
5461
+ },
5462
+ "VExpansionPanels/readonly": {
5463
+ "type": "boolean\n",
5464
+ "description": "Makes the entire expansion panel read only."
5465
+ },
5466
+ "VExpansionPanels/ripple": {
5467
+ "type": "boolean | { class: string }\n",
5468
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5465
5469
  },
5466
5470
  "VExpansionPanels/elevation": {
5467
5471
  "type": "string | number\n",
5468
5472
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5469
5473
  },
5474
+ "VExpansionPanels/disabled": {
5475
+ "type": "boolean\n",
5476
+ "description": "Puts all children components into a disabled state."
5477
+ },
5478
+ "VExpansionPanels/selected-class": {
5479
+ "type": "string\n",
5480
+ "description": "Configure the active CSS class applied when an item is selected."
5481
+ },
5470
5482
  "VExpansionPanels/static": {
5471
5483
  "type": "boolean\n",
5472
5484
  "description": "Remove title size expansion when selected."
@@ -5479,14 +5491,6 @@
5479
5491
  "type": "boolean\n",
5480
5492
  "description": "Removes the border-radius."
5481
5493
  },
5482
- "VExpansionPanels/tag": {
5483
- "type": "string\n",
5484
- "description": "Specify a custom tag used on the root element."
5485
- },
5486
- "VExpansionPanels/theme": {
5487
- "type": "string\n",
5488
- "description": "Specify a theme for this component and all of its children."
5489
- },
5490
5494
  "VExpansionPanels/color": {
5491
5495
  "type": "string\n",
5492
5496
  "description": "Applies specified color to the control - supports utility colors (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)."
@@ -5495,26 +5499,18 @@
5495
5499
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5496
5500
  "description": "Applies a distinct style to the component."
5497
5501
  },
5498
- "VExpansionPanels/eager": {
5499
- "type": "boolean\n",
5500
- "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."
5502
+ "VExpansionPanels/max": {
5503
+ "type": "number\n",
5504
+ "description": "Sets a maximum number of selections that can be made."
5505
+ },
5506
+ "VExpansionPanels/model-value": {
5507
+ "type": "any\n",
5508
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5501
5509
  },
5502
5510
  "VExpansionPanels/bg-color": {
5503
5511
  "type": "string\n",
5504
5512
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
5505
5513
  },
5506
- "VExpansionPanels/disabled": {
5507
- "type": "boolean\n",
5508
- "description": "Puts all children components into a disabled state."
5509
- },
5510
- "VExpansionPanels/expand-icon": {
5511
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5512
- "description": "Icon used when the expansion panel is in a expandable state."
5513
- },
5514
- "VExpansionPanels/collapse-icon": {
5515
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5516
- "description": "Icon used when the expansion panel is in a collapsable state."
5517
- },
5518
5514
  "VExpansionPanels/multiple": {
5519
5515
  "type": "boolean\n",
5520
5516
  "description": "Allows one to select multiple items."
@@ -5523,114 +5519,50 @@
5523
5519
  "type": "boolean | 'force'\n",
5524
5520
  "description": "Forces at least one item to always be selected (if available)."
5525
5521
  },
5526
- "VExpansionPanels/readonly": {
5527
- "type": "boolean\n",
5528
- "description": "Makes the entire expansion panel read only."
5529
- },
5530
- "VExpansionPanels/ripple": {
5531
- "type": "boolean | { class: string }\n",
5532
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5533
- },
5534
- "VExpansionPanels/selected-class": {
5535
- "type": "string\n",
5536
- "description": "Configure the active CSS class applied when an item is selected."
5537
- },
5538
- "VExpansionPanels/max": {
5539
- "type": "number\n",
5540
- "description": "Sets a maximum number of selections that can be made."
5541
- },
5542
- "VExpansionPanels/hide-actions": {
5543
- "type": "boolean\n",
5544
- "description": "Hide the expand icon in the content title."
5545
- },
5546
- "VExpansionPanels/focusable": {
5547
- "type": "boolean\n",
5548
- "description": "Makes the expansion-panel headers focusable."
5549
- },
5550
- "VFab/symbol": {
5551
- "type": "any\n",
5552
- "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
5553
- },
5554
- "VFab/flat": {
5555
- "type": "boolean\n",
5556
- "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5557
- },
5558
- "VFab/replace": {
5559
- "type": "boolean\n",
5560
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5561
- },
5562
- "VFab/tag": {
5563
- "type": "string\n",
5564
- "description": "Specify a custom tag used on the root element."
5565
- },
5566
- "VFab/name": {
5567
- "type": "string\n",
5568
- "description": "Assign a specific name for layout registration."
5569
- },
5570
- "VFab/layout": {
5571
- "type": "boolean\n",
5572
- "description": "If true, will effect layout dimensions based on size and position."
5573
- },
5574
- "VFab/theme": {
5575
- "type": "string\n",
5576
- "description": "Specify a theme for this component and all of its children."
5577
- },
5578
- "VFab/size": {
5579
- "type": "string | number\n",
5580
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5581
- },
5582
- "VFab/value": {
5583
- "type": "any\n",
5584
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5585
- },
5586
- "VFab/active": {
5587
- "type": "boolean\n",
5588
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5589
- },
5590
- "VFab/active-color": {
5591
- "type": "string\n",
5592
- "description": "The applied color when the component is in an active state."
5593
- },
5594
- "VFab/base-color": {
5595
- "type": "string\n",
5596
- "description": "Sets the color of component when not focused."
5522
+ "VExpansionPanels/eager": {
5523
+ "type": "boolean\n",
5524
+ "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."
5597
5525
  },
5598
- "VFab/prepend-icon": {
5526
+ "VExpansionPanels/expand-icon": {
5599
5527
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5600
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5528
+ "description": "Icon used when the expansion panel is in a expandable state."
5601
5529
  },
5602
- "VFab/append-icon": {
5530
+ "VExpansionPanels/collapse-icon": {
5603
5531
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5604
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5605
- },
5606
- "VFab/block": {
5607
- "type": "boolean\n",
5608
- "description": "Expands the button to 100% of available space."
5609
- },
5610
- "VFab/readonly": {
5611
- "type": "boolean\n",
5612
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5532
+ "description": "Icon used when the expansion panel is in a collapsable state."
5613
5533
  },
5614
- "VFab/slim": {
5534
+ "VExpansionPanels/hide-actions": {
5615
5535
  "type": "boolean\n",
5616
- "description": "Reduces padding to 0 8px."
5536
+ "description": "Hide the expand icon in the content title."
5617
5537
  },
5618
- "VFab/stacked": {
5538
+ "VExpansionPanels/focusable": {
5619
5539
  "type": "boolean\n",
5620
- "description": "Displays the button as a flex-column."
5540
+ "description": "Makes the expansion-panel headers focusable."
5621
5541
  },
5622
- "VFab/ripple": {
5623
- "type": "boolean | { class: string }\n",
5624
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5542
+ "VFab/symbol": {
5543
+ "type": "any\n",
5544
+ "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
5625
5545
  },
5626
5546
  "VFab/text": {
5627
5547
  "type": "string\n",
5628
5548
  "description": "Specify content text for the component."
5629
5549
  },
5550
+ "VFab/flat": {
5551
+ "type": "boolean\n",
5552
+ "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5553
+ },
5630
5554
  "VFab/border": {
5631
5555
  "type": "string | number | boolean\n",
5632
5556
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5633
5557
  },
5558
+ "VFab/icon": {
5559
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5560
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5561
+ },
5562
+ "VFab/model-value": {
5563
+ "type": "boolean\n",
5564
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5565
+ },
5634
5566
  "VFab/density": {
5635
5567
  "type": "'default' | 'comfortable' | 'compact'\n",
5636
5568
  "description": "Adjusts the vertical height used by the component."
@@ -5663,24 +5595,12 @@
5663
5595
  "type": "string | number\n",
5664
5596
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5665
5597
  },
5666
- "VFab/disabled": {
5667
- "type": "boolean\n",
5668
- "description": "Removes the ability to click or target the component."
5669
- },
5670
- "VFab/selected-class": {
5671
- "type": "string\n",
5672
- "description": "Configure the active CSS class applied when an item is selected."
5673
- },
5674
- "VFab/loading": {
5675
- "type": "string | boolean\n",
5676
- "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."
5677
- },
5678
5598
  "VFab/location": {
5679
5599
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5680
5600
  "description": "The location of the fab relative to the layout. Only works when using **app**."
5681
5601
  },
5682
5602
  "VFab/position": {
5683
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
5603
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5684
5604
  "description": "Sets the position for the component."
5685
5605
  },
5686
5606
  "VFab/absolute": {
@@ -5695,46 +5615,118 @@
5695
5615
  "type": "boolean\n",
5696
5616
  "description": "Removes any applied **border-radius** from the component."
5697
5617
  },
5698
- "VFab/href": {
5618
+ "VFab/tag": {
5699
5619
  "type": "string\n",
5700
- "description": "Designates the component as anchor and applies the **href** attribute."
5701
- },
5702
- "VFab/exact": {
5703
- "type": "boolean\n",
5704
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
5620
+ "description": "Specify a custom tag used on the root element."
5705
5621
  },
5706
- "VFab/to": {
5707
- "type": "RouteLocationRaw\n",
5708
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5622
+ "VFab/theme": {
5623
+ "type": "string\n",
5624
+ "description": "Specify a theme for this component and all of its children."
5709
5625
  },
5710
5626
  "VFab/color": {
5711
5627
  "type": "string\n",
5712
5628
  "description": "Applies specified color to the control - supports utility colors (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)."
5713
5629
  },
5714
5630
  "VFab/variant": {
5715
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5631
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5716
5632
  "description": "Applies a distinct style to the component."
5717
5633
  },
5718
- "VFab/icon": {
5719
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5720
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5634
+ "VFab/name": {
5635
+ "type": "string\n",
5636
+ "description": "Assign a specific name for layout registration."
5721
5637
  },
5722
- "VFab/model-value": {
5638
+ "VFab/replace": {
5723
5639
  "type": "boolean\n",
5724
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5640
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5725
5641
  },
5726
- "VFab/transition": {
5727
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
5728
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5642
+ "VFab/extended": {
5643
+ "type": "boolean\n",
5644
+ "description": "An alternate style for the FAB that expects text."
5729
5645
  },
5730
5646
  "VFab/order": {
5731
5647
  "type": "string | number\n",
5732
5648
  "description": "Adjust the order of the component in relation to its registration order."
5733
5649
  },
5650
+ "VFab/exact": {
5651
+ "type": "boolean\n",
5652
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
5653
+ },
5654
+ "VFab/base-color": {
5655
+ "type": "string\n",
5656
+ "description": "Sets the color of component when not focused."
5657
+ },
5658
+ "VFab/active-color": {
5659
+ "type": "string\n",
5660
+ "description": "The applied color when the component is in an active state."
5661
+ },
5662
+ "VFab/disabled": {
5663
+ "type": "boolean\n",
5664
+ "description": "Removes the ability to click or target the component."
5665
+ },
5666
+ "VFab/slim": {
5667
+ "type": "boolean\n",
5668
+ "description": "Reduces padding to 0 8px."
5669
+ },
5670
+ "VFab/value": {
5671
+ "type": "any\n",
5672
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5673
+ },
5734
5674
  "VFab/offset": {
5735
5675
  "type": "boolean\n",
5736
5676
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5737
5677
  },
5678
+ "VFab/block": {
5679
+ "type": "boolean\n",
5680
+ "description": "Expands the button to 100% of available space."
5681
+ },
5682
+ "VFab/transition": {
5683
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5684
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5685
+ },
5686
+ "VFab/size": {
5687
+ "type": "string | number\n",
5688
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5689
+ },
5690
+ "VFab/append-icon": {
5691
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5692
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5693
+ },
5694
+ "VFab/prepend-icon": {
5695
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5696
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5697
+ },
5698
+ "VFab/readonly": {
5699
+ "type": "boolean\n",
5700
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5701
+ },
5702
+ "VFab/active": {
5703
+ "type": "boolean\n",
5704
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5705
+ },
5706
+ "VFab/loading": {
5707
+ "type": "string | boolean\n",
5708
+ "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."
5709
+ },
5710
+ "VFab/stacked": {
5711
+ "type": "boolean\n",
5712
+ "description": "Displays the button as a flex-column."
5713
+ },
5714
+ "VFab/ripple": {
5715
+ "type": "boolean | { class: string }\n",
5716
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5717
+ },
5718
+ "VFab/selected-class": {
5719
+ "type": "string\n",
5720
+ "description": "Configure the active CSS class applied when an item is selected."
5721
+ },
5722
+ "VFab/href": {
5723
+ "type": "string\n",
5724
+ "description": "Designates the component as anchor and applies the **href** attribute."
5725
+ },
5726
+ "VFab/to": {
5727
+ "type": "RouteLocationRaw\n",
5728
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5729
+ },
5738
5730
  "VFab/app": {
5739
5731
  "type": "boolean\n",
5740
5732
  "description": "If true, attaches to the closest layout and positions according to the value of **location**."
@@ -5743,26 +5735,26 @@
5743
5735
  "type": "boolean\n",
5744
5736
  "description": "Used to control the animation of the FAB."
5745
5737
  },
5746
- "VFab/extended": {
5747
- "type": "boolean\n",
5748
- "description": "An alternate style for the FAB that expects text."
5749
- },
5750
- "VFabTransition/disabled": {
5738
+ "VFab/layout": {
5751
5739
  "type": "boolean\n",
5752
- "description": "Removes the ability to click or target the component."
5740
+ "description": "If true, will effect layout dimensions based on size and position."
5753
5741
  },
5754
5742
  "VFabTransition/mode": {
5755
5743
  "type": "string\n",
5756
5744
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5757
5745
  },
5758
- "VFabTransition/origin": {
5759
- "type": "string\n",
5760
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5746
+ "VFabTransition/disabled": {
5747
+ "type": "boolean\n",
5748
+ "description": "Removes the ability to click or target the component."
5761
5749
  },
5762
5750
  "VFabTransition/group": {
5763
5751
  "type": "boolean\n",
5764
5752
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5765
5753
  },
5754
+ "VFabTransition/origin": {
5755
+ "type": "string\n",
5756
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5757
+ },
5766
5758
  "VFabTransition/hide-on-leave": {
5767
5759
  "type": "boolean\n",
5768
5760
  "description": "Hides the leaving element (no exit animation)."
@@ -5771,22 +5763,22 @@
5771
5763
  "type": "boolean\n",
5772
5764
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5773
5765
  },
5774
- "VFadeTransition/disabled": {
5775
- "type": "boolean\n",
5776
- "description": "Removes the ability to click or target the component."
5777
- },
5778
5766
  "VFadeTransition/mode": {
5779
5767
  "type": "string\n",
5780
5768
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5781
5769
  },
5782
- "VFadeTransition/origin": {
5783
- "type": "string\n",
5784
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5770
+ "VFadeTransition/disabled": {
5771
+ "type": "boolean\n",
5772
+ "description": "Removes the ability to click or target the component."
5785
5773
  },
5786
5774
  "VFadeTransition/group": {
5787
5775
  "type": "boolean\n",
5788
5776
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5789
5777
  },
5778
+ "VFadeTransition/origin": {
5779
+ "type": "string\n",
5780
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5781
+ },
5790
5782
  "VFadeTransition/hide-on-leave": {
5791
5783
  "type": "boolean\n",
5792
5784
  "description": "Hides the leaving element (no exit animation)."
@@ -6249,7 +6241,7 @@
6249
6241
  },
6250
6242
  "VImg/absolute": {
6251
6243
  "type": "boolean\n",
6252
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
6244
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6253
6245
  },
6254
6246
  "VImg/rounded": {
6255
6247
  "type": "string | number | boolean\n",
@@ -6279,6 +6271,14 @@
6279
6271
  "type": "boolean\n",
6280
6272
  "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."
6281
6273
  },
6274
+ "VImg/draggable": {
6275
+ "type": "boolean | 'true' | 'false'\n",
6276
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6277
+ },
6278
+ "VImg/options": {
6279
+ "type": "IntersectionObserverInit\n",
6280
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6281
+ },
6282
6282
  "VImg/alt": {
6283
6283
  "type": "string\n",
6284
6284
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -6287,10 +6287,6 @@
6287
6287
  "type": "boolean\n",
6288
6288
  "description": "Resizes the background image to cover the entire container."
6289
6289
  },
6290
- "VImg/draggable": {
6291
- "type": "boolean | 'true' | 'false'\n",
6292
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6293
- },
6294
6290
  "VImg/gradient": {
6295
6291
  "type": "string\n",
6296
6292
  "description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
@@ -6299,10 +6295,6 @@
6299
6295
  "type": "string\n",
6300
6296
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
6301
6297
  },
6302
- "VImg/options": {
6303
- "type": "IntersectionObserverInit\n",
6304
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6305
- },
6306
6298
  "VImg/sizes": {
6307
6299
  "type": "string\n",
6308
6300
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
@@ -6383,38 +6375,14 @@
6383
6375
  "type": "string\n",
6384
6376
  "description": "Text shown when there is no more content to load."
6385
6377
  },
6386
- "VInput/name": {
6387
- "type": "string\n",
6388
- "description": "Sets the component's name attribute."
6378
+ "VInput/model-value": {
6379
+ "type": "unknown\n",
6380
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6389
6381
  },
6390
6382
  "VInput/error": {
6391
6383
  "type": "boolean\n",
6392
6384
  "description": "Puts the input in a manual error state."
6393
6385
  },
6394
- "VInput/label": {
6395
- "type": "string\n",
6396
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6397
- },
6398
- "VInput/theme": {
6399
- "type": "string\n",
6400
- "description": "Specify a theme for this component and all of its children."
6401
- },
6402
- "VInput/id": {
6403
- "type": "string\n",
6404
- "description": "Sets the DOM id on the component."
6405
- },
6406
- "VInput/prepend-icon": {
6407
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6408
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6409
- },
6410
- "VInput/append-icon": {
6411
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6412
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6413
- },
6414
- "VInput/readonly": {
6415
- "type": "boolean\n",
6416
- "description": "Puts input in readonly state."
6417
- },
6418
6386
  "VInput/density": {
6419
6387
  "type": "'default' | 'comfortable' | 'compact'\n",
6420
6388
  "description": "Adjusts the vertical height used by the component."
@@ -6431,18 +6399,38 @@
6431
6399
  "type": "string | number\n",
6432
6400
  "description": "Sets the width for the component."
6433
6401
  },
6402
+ "VInput/theme": {
6403
+ "type": "string\n",
6404
+ "description": "Specify a theme for this component and all of its children."
6405
+ },
6406
+ "VInput/name": {
6407
+ "type": "string\n",
6408
+ "description": "Sets the component's name attribute."
6409
+ },
6410
+ "VInput/label": {
6411
+ "type": "string\n",
6412
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6413
+ },
6434
6414
  "VInput/disabled": {
6435
6415
  "type": "boolean\n",
6436
6416
  "description": "Removes the ability to click or target the component."
6437
6417
  },
6438
- "VInput/model-value": {
6439
- "type": "unknown\n",
6440
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6418
+ "VInput/id": {
6419
+ "type": "string\n",
6420
+ "description": "Sets the DOM id on the component."
6421
+ },
6422
+ "VInput/append-icon": {
6423
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6424
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6441
6425
  },
6442
6426
  "VInput/center-affix": {
6443
6427
  "type": "boolean\n",
6444
6428
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6445
6429
  },
6430
+ "VInput/prepend-icon": {
6431
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6432
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6433
+ },
6446
6434
  "VInput/hide-spin-buttons": {
6447
6435
  "type": "boolean\n",
6448
6436
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6471,6 +6459,10 @@
6471
6459
  "type": "string | number\n",
6472
6460
  "description": "Control the maximum number of shown errors from validation."
6473
6461
  },
6462
+ "VInput/readonly": {
6463
+ "type": "boolean\n",
6464
+ "description": "Puts input in readonly state."
6465
+ },
6474
6466
  "VInput/rules": {
6475
6467
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6476
6468
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -6491,22 +6483,18 @@
6491
6483
  "type": "boolean | 'auto'\n",
6492
6484
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
6493
6485
  },
6494
- "VItem/disabled": {
6495
- "type": "boolean\n",
6496
- "description": "Removes the ability to click or target the component."
6497
- },
6498
6486
  "VItem/value": {
6499
6487
  "type": "any\n",
6500
6488
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6501
6489
  },
6490
+ "VItem/disabled": {
6491
+ "type": "boolean\n",
6492
+ "description": "Removes the ability to click or target the component."
6493
+ },
6502
6494
  "VItem/selected-class": {
6503
6495
  "type": "string\n",
6504
6496
  "description": "Configure the active CSS class applied when an item is selected."
6505
6497
  },
6506
- "VItemGroup/model-value": {
6507
- "type": "unknown\n",
6508
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6509
- },
6510
6498
  "VItemGroup/tag": {
6511
6499
  "type": "string\n",
6512
6500
  "description": "Specify a custom tag used on the root element."
@@ -6519,14 +6507,6 @@
6519
6507
  "type": "boolean\n",
6520
6508
  "description": "Puts all children components into a disabled state."
6521
6509
  },
6522
- "VItemGroup/multiple": {
6523
- "type": "boolean\n",
6524
- "description": "Allows one to select multiple items."
6525
- },
6526
- "VItemGroup/mandatory": {
6527
- "type": "boolean | 'force'\n",
6528
- "description": "Forces at least one item to always be selected (if available)."
6529
- },
6530
6510
  "VItemGroup/selected-class": {
6531
6511
  "type": "string\n",
6532
6512
  "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
@@ -6535,17 +6515,37 @@
6535
6515
  "type": "number\n",
6536
6516
  "description": "Sets a maximum number of selections that can be made."
6537
6517
  },
6518
+ "VItemGroup/model-value": {
6519
+ "type": "unknown\n",
6520
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6521
+ },
6522
+ "VItemGroup/multiple": {
6523
+ "type": "boolean\n",
6524
+ "description": "Allows one to select multiple items."
6525
+ },
6526
+ "VItemGroup/mandatory": {
6527
+ "type": "boolean | 'force'\n",
6528
+ "description": "Forces at least one item to always be selected (if available)."
6529
+ },
6538
6530
  "VKbd/tag": {
6539
6531
  "type": "string\n",
6540
6532
  "description": "Specify a custom tag used on the root element."
6541
6533
  },
6534
+ "VLabel/text": {
6535
+ "type": "string\n",
6536
+ "description": "Specify content text for the component."
6537
+ },
6542
6538
  "VLabel/theme": {
6543
6539
  "type": "string\n",
6544
6540
  "description": "Specify a theme for this component and all of its children."
6545
6541
  },
6546
- "VLabel/text": {
6547
- "type": "string\n",
6548
- "description": "Specify content text for the component."
6542
+ "VLayout/full-height": {
6543
+ "type": "boolean\n",
6544
+ "description": "Sets the component height to 100%."
6545
+ },
6546
+ "VLayout/overlaps": {
6547
+ "type": "string[]\n",
6548
+ "description": "**FOR INTERNAL USE ONLY**"
6549
6549
  },
6550
6550
  "VLayout/height": {
6551
6551
  "type": "string | number\n",
@@ -6571,38 +6571,30 @@
6571
6571
  "type": "string | number\n",
6572
6572
  "description": "Sets the width for the component."
6573
6573
  },
6574
- "VLayout/full-height": {
6574
+ "VLayoutItem/model-value": {
6575
6575
  "type": "boolean\n",
6576
- "description": "Sets the component height to 100%."
6577
- },
6578
- "VLayout/overlaps": {
6579
- "type": "string[]\n",
6580
- "description": "**FOR INTERNAL USE ONLY**"
6581
- },
6582
- "VLayoutItem/name": {
6583
- "type": "string\n",
6584
- "description": "Assign a specific name for layout registration."
6585
- },
6586
- "VLayoutItem/size": {
6587
- "type": "string | number\n",
6588
- "description": "Sets the height and width of the component."
6576
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6589
6577
  },
6590
6578
  "VLayoutItem/position": {
6591
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
6579
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
6592
6580
  "description": "The position of the item."
6593
6581
  },
6594
6582
  "VLayoutItem/absolute": {
6595
6583
  "type": "boolean\n",
6596
6584
  "description": "Applies **position: absolute** to the component."
6597
6585
  },
6598
- "VLayoutItem/model-value": {
6599
- "type": "boolean\n",
6600
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6586
+ "VLayoutItem/name": {
6587
+ "type": "string\n",
6588
+ "description": "Assign a specific name for layout registration."
6601
6589
  },
6602
6590
  "VLayoutItem/order": {
6603
6591
  "type": "string | number\n",
6604
6592
  "description": "Adjust the order of the component in relation to its registration order."
6605
6593
  },
6594
+ "VLayoutItem/size": {
6595
+ "type": "string | number\n",
6596
+ "description": "Sets the height and width of the component."
6597
+ },
6606
6598
  "VLazy/tag": {
6607
6599
  "type": "string\n",
6608
6600
  "description": "Specify a custom tag used on the root element."
@@ -6711,10 +6703,6 @@
6711
6703
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6712
6704
  "description": "Applies a distinct style to the component."
6713
6705
  },
6714
- "VList/activated": {
6715
- "type": "any\n",
6716
- "description": "Array of ids of activated nodes."
6717
- },
6718
6706
  "VList/base-color": {
6719
6707
  "type": "string\n",
6720
6708
  "description": "Sets the color of component when not focused."
@@ -6767,6 +6755,10 @@
6767
6755
  "type": "unknown\n",
6768
6756
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6769
6757
  },
6758
+ "VList/activated": {
6759
+ "type": "any\n",
6760
+ "description": "Array of ids of activated nodes."
6761
+ },
6770
6762
  "VList/selected": {
6771
6763
  "type": "unknown\n",
6772
6764
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
@@ -6871,18 +6863,14 @@
6871
6863
  "type": "string\n",
6872
6864
  "description": "Specify a custom tag used on the root element."
6873
6865
  },
6874
- "VListItem/replace": {
6875
- "type": "boolean\n",
6876
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
6866
+ "VListItem/tag": {
6867
+ "type": "string\n",
6868
+ "description": "Specify a custom tag used on the root element."
6877
6869
  },
6878
6870
  "VListItem/link": {
6879
6871
  "type": "boolean\n",
6880
6872
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6881
6873
  },
6882
- "VListItem/tag": {
6883
- "type": "string\n",
6884
- "description": "Specify a custom tag used on the root element."
6885
- },
6886
6874
  "VListItem/nav": {
6887
6875
  "type": "boolean\n",
6888
6876
  "description": "Reduces the width v-list-item takes up as well as adding a border radius."
@@ -6891,6 +6879,10 @@
6891
6879
  "type": "string | number\n",
6892
6880
  "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
6893
6881
  },
6882
+ "VListItem/replace": {
6883
+ "type": "boolean\n",
6884
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
6885
+ },
6894
6886
  "VListItem/theme": {
6895
6887
  "type": "string\n",
6896
6888
  "description": "Specify a theme for this component and all of its children."
@@ -7168,7 +7160,7 @@
7168
7160
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7169
7161
  },
7170
7162
  "VMenu/activator": {
7171
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
7163
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7172
7164
  "description": "Explicitly sets the overlay's activator."
7173
7165
  },
7174
7166
  "VMenu/close-on-back": {
@@ -7208,7 +7200,7 @@
7208
7200
  "description": "The z-index used for the component."
7209
7201
  },
7210
7202
  "VMenu/target": {
7211
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7203
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7212
7204
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
7213
7205
  },
7214
7206
  "VMenu/activator-props": {
@@ -7511,18 +7503,42 @@
7511
7503
  "type": "boolean\n",
7512
7504
  "description": "Applies an indentation to the dividers used in the stepper buttons."
7513
7505
  },
7506
+ "VNumberInput/direction": {
7507
+ "type": "'horizontal' | 'vertical'\n",
7508
+ "description": "Changes the direction of the input."
7509
+ },
7510
+ "VNumberInput/autofocus": {
7511
+ "type": "boolean\n",
7512
+ "description": "Enables autofocus."
7513
+ },
7514
+ "VNumberInput/counter": {
7515
+ "type": "string | number | boolean\n",
7516
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7517
+ },
7514
7518
  "VNumberInput/prefix": {
7515
7519
  "type": "string\n",
7516
7520
  "description": "Displays prefix text."
7517
7521
  },
7518
- "VNumberInput/role": {
7519
- "type": "string\n",
7520
- "description": "The role attribute applied to the input."
7521
- },
7522
7522
  "VNumberInput/placeholder": {
7523
7523
  "type": "string\n",
7524
7524
  "description": "Sets the input’s placeholder text."
7525
7525
  },
7526
+ "VNumberInput/persistent-placeholder": {
7527
+ "type": "boolean\n",
7528
+ "description": "Forces placeholder to always be visible."
7529
+ },
7530
+ "VNumberInput/persistent-counter": {
7531
+ "type": "boolean\n",
7532
+ "description": "Forces counter to always be visible."
7533
+ },
7534
+ "VNumberInput/suffix": {
7535
+ "type": "string\n",
7536
+ "description": "Displays suffix text."
7537
+ },
7538
+ "VNumberInput/role": {
7539
+ "type": "string\n",
7540
+ "description": "The role attribute applied to the input."
7541
+ },
7526
7542
  "VNumberInput/center-affix": {
7527
7543
  "type": "boolean\n",
7528
7544
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -7543,10 +7559,6 @@
7543
7559
  "type": "string | string[]\n",
7544
7560
  "description": "Displays a list of messages or a single message if using a string."
7545
7561
  },
7546
- "VNumberInput/direction": {
7547
- "type": "'horizontal' | 'vertical'\n",
7548
- "description": "Changes the direction of the input."
7549
- },
7550
7562
  "VNumberInput/error-messages": {
7551
7563
  "type": "string | string[]\n",
7552
7564
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -7575,26 +7587,6 @@
7575
7587
  "type": "boolean | 'auto'\n",
7576
7588
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
7577
7589
  },
7578
- "VNumberInput/autofocus": {
7579
- "type": "boolean\n",
7580
- "description": "Enables autofocus."
7581
- },
7582
- "VNumberInput/counter": {
7583
- "type": "string | number | boolean\n",
7584
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7585
- },
7586
- "VNumberInput/persistent-placeholder": {
7587
- "type": "boolean\n",
7588
- "description": "Forces placeholder to always be visible."
7589
- },
7590
- "VNumberInput/persistent-counter": {
7591
- "type": "boolean\n",
7592
- "description": "Forces counter to always be visible."
7593
- },
7594
- "VNumberInput/suffix": {
7595
- "type": "string\n",
7596
- "description": "Displays suffix text."
7597
- },
7598
7590
  "VNumberInput/clearable": {
7599
7591
  "type": "boolean\n",
7600
7592
  "description": "Allows for the component to be cleared."
@@ -7628,7 +7620,7 @@
7628
7620
  "description": "Specifies the minimum allowable value for the input."
7629
7621
  },
7630
7622
  "VNumberInput/control-variant": {
7631
- "type": "'split' | 'default' | 'stacked'\n",
7623
+ "type": "'default' | 'split' | 'stacked'\n",
7632
7624
  "description": "The color of the control. It defaults to the value of `variant` prop."
7633
7625
  },
7634
7626
  "VNumberInput/hide-input": {
@@ -7784,7 +7776,7 @@
7784
7776
  "description": "Removes the ability to click or target the component."
7785
7777
  },
7786
7778
  "VOverlay/activator": {
7787
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
7779
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7788
7780
  "description": "Explicitly sets the overlay's activator."
7789
7781
  },
7790
7782
  "VOverlay/close-on-back": {
@@ -7824,7 +7816,7 @@
7824
7816
  "description": "The z-index used for the component."
7825
7817
  },
7826
7818
  "VOverlay/target": {
7827
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7819
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7828
7820
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
7829
7821
  },
7830
7822
  "VOverlay/activator-props": {
@@ -8040,7 +8032,7 @@
8040
8032
  "description": "Specifies the component's location. Can combine by using a space separated string."
8041
8033
  },
8042
8034
  "VPicker/position": {
8043
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
8035
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
8044
8036
  "description": "Sets the position for the component."
8045
8037
  },
8046
8038
  "VPicker/rounded": {
@@ -8213,7 +8205,7 @@
8213
8205
  },
8214
8206
  "VPullToRefresh/pull-down-threshold": {
8215
8207
  "type": "number\n",
8216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8217
8209
  },
8218
8210
  "VRadio/type": {
8219
8211
  "type": "string\n",
@@ -8279,6 +8271,10 @@
8279
8271
  "type": "boolean | { class: string }\n",
8280
8272
  "description": "Applies the [v-ripple](/directives/ripple) directive."
8281
8273
  },
8274
+ "VRadio/inline": {
8275
+ "type": "boolean\n",
8276
+ "description": "Puts children inputs into a row."
8277
+ },
8282
8278
  "VRadio/true-value": {
8283
8279
  "type": "any\n",
8284
8280
  "description": "Sets value for truthy state."
@@ -8291,10 +8287,6 @@
8291
8287
  "type": "string\n",
8292
8288
  "description": "The target component to provide defaults values for."
8293
8289
  },
8294
- "VRadio/inline": {
8295
- "type": "boolean\n",
8296
- "description": "Puts children inputs into a row."
8297
- },
8298
8290
  "VRadio/false-icon": {
8299
8291
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8300
8292
  "description": "The icon used when inactive."
@@ -8431,14 +8423,14 @@
8431
8423
  "type": "boolean | { class: string }\n",
8432
8424
  "description": "Applies the [v-ripple](/directives/ripple) directive."
8433
8425
  },
8434
- "VRadioGroup/defaults-target": {
8435
- "type": "string\n",
8436
- "description": "The target component to provide defaults values for."
8437
- },
8438
8426
  "VRadioGroup/inline": {
8439
8427
  "type": "boolean\n",
8440
8428
  "description": "Displays radio buttons in row."
8441
8429
  },
8430
+ "VRadioGroup/defaults-target": {
8431
+ "type": "string\n",
8432
+ "description": "The target component to provide defaults values for."
8433
+ },
8442
8434
  "VRadioGroup/false-icon": {
8443
8435
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8444
8436
  "description": "The icon used when inactive."
@@ -8739,14 +8731,14 @@
8739
8731
  "type": "any\n",
8740
8732
  "description": "Apply a custom class to the internal content element."
8741
8733
  },
8742
- "VResponsive/inline": {
8743
- "type": "boolean\n",
8744
- "description": "Display as an inline element instead of a block, also disables flex-grow."
8745
- },
8746
8734
  "VResponsive/aspect-ratio": {
8747
8735
  "type": "string | number\n",
8748
8736
  "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
8749
8737
  },
8738
+ "VResponsive/inline": {
8739
+ "type": "boolean\n",
8740
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
8741
+ },
8750
8742
  "VRow/tag": {
8751
8743
  "type": "string\n",
8752
8744
  "description": "Specify a custom tag used on the root element."
@@ -9315,6 +9307,10 @@
9315
9307
  "type": "boolean | { class: string }\n",
9316
9308
  "description": "Applies the [v-ripple](/directives/ripple) directive."
9317
9309
  },
9310
+ "VSelectionControl/inline": {
9311
+ "type": "boolean\n",
9312
+ "description": "Puts children inputs into a row."
9313
+ },
9318
9314
  "VSelectionControl/true-value": {
9319
9315
  "type": "any\n",
9320
9316
  "description": "Sets value for truthy state."
@@ -9327,10 +9323,6 @@
9327
9323
  "type": "string\n",
9328
9324
  "description": "The target component to provide defaults values for."
9329
9325
  },
9330
- "VSelectionControl/inline": {
9331
- "type": "boolean\n",
9332
- "description": "Puts children inputs into a row."
9333
- },
9334
9326
  "VSelectionControl/false-icon": {
9335
9327
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9336
9328
  "description": "The icon used when inactive."
@@ -9391,14 +9383,14 @@
9391
9383
  "type": "boolean | { class: string }\n",
9392
9384
  "description": "Applies the [v-ripple](/directives/ripple) directive."
9393
9385
  },
9394
- "VSelectionControlGroup/defaults-target": {
9395
- "type": "string\n",
9396
- "description": "The target component to provide defaults values for."
9397
- },
9398
9386
  "VSelectionControlGroup/inline": {
9399
9387
  "type": "boolean\n",
9400
9388
  "description": "Puts children inputs into a row."
9401
9389
  },
9390
+ "VSelectionControlGroup/defaults-target": {
9391
+ "type": "string\n",
9392
+ "description": "The target component to provide defaults values for."
9393
+ },
9402
9394
  "VSelectionControlGroup/false-icon": {
9403
9395
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9404
9396
  "description": "The icon used when inactive."
@@ -9444,7 +9436,7 @@
9444
9436
  "description": "Specifies the component's location. Can combine by using a space separated string."
9445
9437
  },
9446
9438
  "VSheet/position": {
9447
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
9439
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
9448
9440
  "description": "Sets the position for the component."
9449
9441
  },
9450
9442
  "VSheet/rounded": {
@@ -9563,6 +9555,10 @@
9563
9555
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9564
9556
  "description": "The prepended slot when arrows are shown."
9565
9557
  },
9558
+ "VSlideGroup/center-active": {
9559
+ "type": "boolean\n",
9560
+ "description": "Forces the selected component to be centered."
9561
+ },
9566
9562
  "VSlideGroup/show-arrows": {
9567
9563
  "type": "string | boolean\n",
9568
9564
  "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
@@ -9575,10 +9571,6 @@
9575
9571
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
9576
9572
  "description": "Sets the designated mobile breakpoint for the component."
9577
9573
  },
9578
- "VSlideGroup/center-active": {
9579
- "type": "boolean\n",
9580
- "description": "Forces the selected component to be centered."
9581
- },
9582
9574
  "VSlideGroupItem/disabled": {
9583
9575
  "type": "boolean\n",
9584
9576
  "description": "Removes the ability to click or target the component."
@@ -9904,7 +9896,7 @@
9904
9896
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
9905
9897
  },
9906
9898
  "VSnackbar/position": {
9907
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
9899
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
9908
9900
  "description": "Sets the position for the component."
9909
9901
  },
9910
9902
  "VSnackbar/absolute": {
@@ -9940,7 +9932,7 @@
9940
9932
  "description": "Removes the ability to click or target the component."
9941
9933
  },
9942
9934
  "VSnackbar/activator": {
9943
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
9935
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9944
9936
  "description": "Explicitly sets the overlay's activator."
9945
9937
  },
9946
9938
  "VSnackbar/close-on-back": {
@@ -9968,7 +9960,7 @@
9968
9960
  "description": "The z-index used for the component."
9969
9961
  },
9970
9962
  "VSnackbar/target": {
9971
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9963
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9972
9964
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
9973
9965
  },
9974
9966
  "VSnackbar/activator-props": {
@@ -10044,7 +10036,7 @@
10044
10036
  "description": "Adds a dismiss button that closes the active snackbar."
10045
10037
  },
10046
10038
  "VSnackbarQueue/model-value": {
10047
- "type": "(\n | string\n | {\n text: string\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n theme: string\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n eager: boolean\n disabled: boolean\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n vertical: boolean\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
10039
+ "type": "(\n | string\n | {\n text: string\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n theme: string\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n eager: boolean\n disabled: boolean\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n vertical: boolean\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
10048
10040
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10049
10041
  },
10050
10042
  "VSnackbarQueue/height": {
@@ -10076,7 +10068,7 @@
10076
10068
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10077
10069
  },
10078
10070
  "VSnackbarQueue/position": {
10079
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
10071
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
10080
10072
  "description": "Sets the position for the component."
10081
10073
  },
10082
10074
  "VSnackbarQueue/absolute": {
@@ -10116,7 +10108,7 @@
10116
10108
  "description": "Removes the ability to click or target the component."
10117
10109
  },
10118
10110
  "VSnackbarQueue/activator": {
10119
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10111
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
10120
10112
  "description": "Explicitly sets the overlay's activator."
10121
10113
  },
10122
10114
  "VSnackbarQueue/close-on-back": {
@@ -10144,7 +10136,7 @@
10144
10136
  "description": "The z-index used for the component."
10145
10137
  },
10146
10138
  "VSnackbarQueue/target": {
10147
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
10139
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
10148
10140
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
10149
10141
  },
10150
10142
  "VSnackbarQueue/activator-props": {
@@ -10255,6 +10247,10 @@
10255
10247
  "type": "string | number\n",
10256
10248
  "description": "The minimum value of the sparkline."
10257
10249
  },
10250
+ "VSparkline/gradient": {
10251
+ "type": "string[]\n",
10252
+ "description": "An array of colors to use as a linear-gradient."
10253
+ },
10258
10254
  "VSparkline/labels": {
10259
10255
  "type": "(number | { value: number })[]\n",
10260
10256
  "description": "An array of string labels that correspond to the same index as its data counterpart."
@@ -10275,10 +10271,6 @@
10275
10271
  "type": "string\n",
10276
10272
  "description": "The easing function to use for the trace animation."
10277
10273
  },
10278
- "VSparkline/gradient": {
10279
- "type": "string[]\n",
10280
- "description": "An array of colors to use as a linear-gradient."
10281
- },
10282
10274
  "VSparkline/gradient-direction": {
10283
10275
  "type": "'top' | 'bottom' | 'left' | 'right'\n",
10284
10276
  "description": "The direction the gradient should run."
@@ -10348,7 +10340,7 @@
10348
10340
  "description": "Removes the ability to click or target the component."
10349
10341
  },
10350
10342
  "VSpeedDial/activator": {
10351
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10343
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
10352
10344
  "description": "Explicitly sets the overlay's activator."
10353
10345
  },
10354
10346
  "VSpeedDial/id": {
@@ -10396,7 +10388,7 @@
10396
10388
  "description": "The z-index used for the component."
10397
10389
  },
10398
10390
  "VSpeedDial/target": {
10399
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
10391
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
10400
10392
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
10401
10393
  },
10402
10394
  "VSpeedDial/activator-props": {
@@ -10496,7 +10488,7 @@
10496
10488
  "description": "Specifies the component's location. Can combine by using a space separated string."
10497
10489
  },
10498
10490
  "VStepper/position": {
10499
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
10491
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
10500
10492
  "description": "Sets the position for the component."
10501
10493
  },
10502
10494
  "VStepper/rounded": {
@@ -10573,11 +10565,11 @@
10573
10565
  },
10574
10566
  "VStepper/complete-icon": {
10575
10567
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10568
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10577
10569
  },
10578
10570
  "VStepper/edit-icon": {
10579
10571
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10581
10573
  },
10582
10574
  "VStepper/editable": {
10583
10575
  "type": "boolean\n",
@@ -10585,7 +10577,7 @@
10585
10577
  },
10586
10578
  "VStepper/error-icon": {
10587
10579
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10589
10581
  },
10590
10582
  "VStepper/non-linear": {
10591
10583
  "type": "boolean\n",
@@ -10793,11 +10785,11 @@
10793
10785
  },
10794
10786
  "VStepperVertical/complete-icon": {
10795
10787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10796
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10788
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10797
10789
  },
10798
10790
  "VStepperVertical/edit-icon": {
10799
10791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10800
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10792
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10801
10793
  },
10802
10794
  "VStepperVertical/editable": {
10803
10795
  "type": "boolean\n",
@@ -10805,7 +10797,7 @@
10805
10797
  },
10806
10798
  "VStepperVertical/error-icon": {
10807
10799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10800
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10809
10801
  },
10810
10802
  "VStepperVertical/non-linear": {
10811
10803
  "type": "boolean\n",
@@ -11175,6 +11167,10 @@
11175
11167
  "type": "boolean | { class: string }\n",
11176
11168
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11177
11169
  },
11170
+ "VSwitch/inline": {
11171
+ "type": "boolean\n",
11172
+ "description": "Puts children inputs into a row."
11173
+ },
11178
11174
  "VSwitch/indeterminate": {
11179
11175
  "type": "boolean\n",
11180
11176
  "description": "Sets an indeterminate state for the switch."
@@ -11191,10 +11187,6 @@
11191
11187
  "type": "string\n",
11192
11188
  "description": "The target component to provide defaults values for."
11193
11189
  },
11194
- "VSwitch/inline": {
11195
- "type": "boolean\n",
11196
- "description": "Puts children inputs into a row."
11197
- },
11198
11190
  "VSwitch/false-icon": {
11199
11191
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11200
11192
  "description": "The icon used when inactive."
@@ -11255,14 +11247,6 @@
11255
11247
  "type": "string\n",
11256
11248
  "description": "Specify content text for the component."
11257
11249
  },
11258
- "VTab/replace": {
11259
- "type": "boolean\n",
11260
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
11261
- },
11262
- "VTab/fixed": {
11263
- "type": "boolean\n",
11264
- "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
11265
- },
11266
11250
  "VTab/border": {
11267
11251
  "type": "string | number | boolean\n",
11268
11252
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -11303,6 +11287,10 @@
11303
11287
  "type": "string | number\n",
11304
11288
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11305
11289
  },
11290
+ "VTab/fixed": {
11291
+ "type": "boolean\n",
11292
+ "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
11293
+ },
11306
11294
  "VTab/rounded": {
11307
11295
  "type": "string | number | boolean\n",
11308
11296
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -11327,6 +11315,10 @@
11327
11315
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
11328
11316
  "description": "Applies a distinct style to the component."
11329
11317
  },
11318
+ "VTab/replace": {
11319
+ "type": "boolean\n",
11320
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
11321
+ },
11330
11322
  "VTab/exact": {
11331
11323
  "type": "boolean\n",
11332
11324
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
@@ -11419,10 +11411,6 @@
11419
11411
  "type": "string\n",
11420
11412
  "description": "Specify a theme for this component and all of its children."
11421
11413
  },
11422
- "VTable/hover": {
11423
- "type": "boolean\n",
11424
- "description": "Will add a hover effect to a table's row when the mouse is over it."
11425
- },
11426
11414
  "VTable/fixed-header": {
11427
11415
  "type": "boolean\n",
11428
11416
  "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
@@ -11431,6 +11419,10 @@
11431
11419
  "type": "boolean\n",
11432
11420
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
11433
11421
  },
11422
+ "VTable/hover": {
11423
+ "type": "boolean\n",
11424
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
11425
+ },
11434
11426
  "VTabs/symbol": {
11435
11427
  "type": "any\n",
11436
11428
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
@@ -11499,6 +11491,10 @@
11499
11491
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11500
11492
  "description": "Left pagination icon."
11501
11493
  },
11494
+ "VTabs/center-active": {
11495
+ "type": "boolean\n",
11496
+ "description": "Forces the selected tab to be centered."
11497
+ },
11502
11498
  "VTabs/show-arrows": {
11503
11499
  "type": "string | boolean\n",
11504
11500
  "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
@@ -11511,10 +11507,6 @@
11511
11507
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11512
11508
  "description": "Sets the designated mobile breakpoint for the component."
11513
11509
  },
11514
- "VTabs/center-active": {
11515
- "type": "boolean\n",
11516
- "description": "Forces the selected tab to be centered."
11517
- },
11518
11510
  "VTabs/slider-color": {
11519
11511
  "type": "string\n",
11520
11512
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
@@ -12092,7 +12084,7 @@
12092
12084
  "description": "Specifies the component's location. Can combine by using a space separated string."
12093
12085
  },
12094
12086
  "VTimePicker/position": {
12095
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
12087
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
12096
12088
  "description": "Sets the position for the component."
12097
12089
  },
12098
12090
  "VTimePicker/rounded": {
@@ -12153,7 +12145,7 @@
12153
12145
  },
12154
12146
  "VTimePicker/use-seconds": {
12155
12147
  "type": "boolean\n",
12156
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
12148
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))"
12157
12149
  },
12158
12150
  "VTimePicker/allowed-hours": {
12159
12151
  "type": "number[] | ((val: number) => boolean)\n",
@@ -12191,14 +12183,14 @@
12191
12183
  "type": "number\n",
12192
12184
  "description": "Defines the minimum time value that can be selected."
12193
12185
  },
12194
- "VTimePickerClock/scrollable": {
12195
- "type": "boolean\n",
12196
- "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
12197
- },
12198
12186
  "VTimePickerClock/step": {
12199
12187
  "type": "number\n",
12200
12188
  "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
12201
12189
  },
12190
+ "VTimePickerClock/scrollable": {
12191
+ "type": "boolean\n",
12192
+ "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
12193
+ },
12202
12194
  "VTimePickerClock/rotate": {
12203
12195
  "type": "number\n",
12204
12196
  "description": "Controls rotation, specifying the degree of rotation for the clock hands."
@@ -12213,7 +12205,7 @@
12213
12205
  },
12214
12206
  "VTimePickerClock/displayed-value": {
12215
12207
  "type": "any\n",
12216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12217
12209
  },
12218
12210
  "VTimePickerClock/double": {
12219
12211
  "type": "boolean\n",
@@ -12233,47 +12225,47 @@
12233
12225
  },
12234
12226
  "VTimePickerControls/value": {
12235
12227
  "type": "number\n",
12236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12228
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12237
12229
  },
12238
12230
  "VTimePickerControls/readonly": {
12239
12231
  "type": "boolean\n",
12240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12241
12233
  },
12242
12234
  "VTimePickerControls/ampm-in-title": {
12243
12235
  "type": "boolean\n",
12244
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12245
12237
  },
12246
12238
  "VTimePickerControls/ampm": {
12247
12239
  "type": "boolean\n",
12248
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12240
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12249
12241
  },
12250
12242
  "VTimePickerControls/use-seconds": {
12251
12243
  "type": "boolean\n",
12252
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12244
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12253
12245
  },
12254
12246
  "VTimePickerControls/ampm-readonly": {
12255
12247
  "type": "boolean\n",
12256
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12248
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12257
12249
  },
12258
12250
  "VTimePickerControls/hour": {
12259
12251
  "type": "number\n",
12260
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12252
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12261
12253
  },
12262
12254
  "VTimePickerControls/minute": {
12263
12255
  "type": "number\n",
12264
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12256
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12265
12257
  },
12266
12258
  "VTimePickerControls/second": {
12267
12259
  "type": "number\n",
12268
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12260
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12269
12261
  },
12270
12262
  "VTimePickerControls/period": {
12271
12263
  "type": "string\n",
12272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12264
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12273
12265
  },
12274
12266
  "VTimePickerControls/selecting": {
12275
12267
  "type": "number\n",
12276
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12268
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12277
12269
  },
12278
12270
  "VTimeline/density": {
12279
12271
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12548,7 +12540,7 @@
12548
12540
  "description": "Removes the ability to click or target the component."
12549
12541
  },
12550
12542
  "VTooltip/activator": {
12551
- "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
12543
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
12552
12544
  "description": "Explicitly sets the overlay's activator."
12553
12545
  },
12554
12546
  "VTooltip/id": {
@@ -12588,7 +12580,7 @@
12588
12580
  "description": "The z-index used for the component."
12589
12581
  },
12590
12582
  "VTooltip/target": {
12591
- "type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
12583
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
12592
12584
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
12593
12585
  },
12594
12586
  "VTooltip/activator-props": {
@@ -12643,42 +12635,14 @@
12643
12635
  "type": "string | boolean | Element\n",
12644
12636
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
12645
12637
  },
12646
- "VTreeview/search": {
12647
- "type": "string\n",
12648
- "description": "The search model for filtering results."
12649
- },
12650
- "VTreeview/tag": {
12651
- "type": "string\n",
12652
- "description": "Specify a custom tag used on the root element."
12653
- },
12654
- "VTreeview/activated": {
12655
- "type": "any\n",
12656
- "description": "Array of ids of activated nodes."
12657
- },
12658
- "VTreeview/theme": {
12659
- "type": "string\n",
12660
- "description": "Specify a theme for this component and all of its children."
12661
- },
12662
- "VTreeview/items": {
12663
- "type": "unknown[]\n",
12664
- "description": "An array of items used to build the treeview."
12665
- },
12666
- "VTreeview/active-color": {
12667
- "type": "string\n",
12668
- "description": "The applied color when the component is in an active state."
12669
- },
12670
- "VTreeview/base-color": {
12671
- "type": "string\n",
12672
- "description": "Sets the color of component when not focused."
12673
- },
12674
- "VTreeview/slim": {
12675
- "type": "boolean\n",
12676
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
12677
- },
12678
12638
  "VTreeview/border": {
12679
12639
  "type": "string | number | boolean\n",
12680
12640
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
12681
12641
  },
12642
+ "VTreeview/model-value": {
12643
+ "type": "unknown[]\n",
12644
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
12645
+ },
12682
12646
  "VTreeview/density": {
12683
12647
  "type": "'default' | 'comfortable' | 'compact'\n",
12684
12648
  "description": "Adjusts the vertical height used by the component."
@@ -12711,10 +12675,6 @@
12711
12675
  "type": "string | number\n",
12712
12676
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12713
12677
  },
12714
- "VTreeview/disabled": {
12715
- "type": "boolean\n",
12716
- "description": "Disables selection for all nodes."
12717
- },
12718
12678
  "VTreeview/rounded": {
12719
12679
  "type": "string | number | boolean\n",
12720
12680
  "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
@@ -12723,57 +12683,25 @@
12723
12683
  "type": "boolean\n",
12724
12684
  "description": "Removes any applied **border-radius** from the component."
12725
12685
  },
12686
+ "VTreeview/tag": {
12687
+ "type": "string\n",
12688
+ "description": "Specify a custom tag used on the root element."
12689
+ },
12690
+ "VTreeview/theme": {
12691
+ "type": "string\n",
12692
+ "description": "Specify a theme for this component and all of its children."
12693
+ },
12726
12694
  "VTreeview/color": {
12727
12695
  "type": "string\n",
12728
12696
  "description": "Applies specified color to the active node - supports utility colors (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)."
12729
12697
  },
12730
12698
  "VTreeview/variant": {
12731
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12699
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12732
12700
  "description": "Applies a distinct style to the component."
12733
12701
  },
12734
- "VTreeview/model-value": {
12735
- "type": "unknown[]\n",
12736
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
12737
- },
12738
- "VTreeview/bg-color": {
12739
- "type": "string\n",
12740
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
12741
- },
12742
- "VTreeview/lines": {
12743
- "type": "false | 'one' | 'two' | 'three'\n",
12744
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
12745
- },
12746
- "VTreeview/mandatory": {
12747
- "type": "boolean\n",
12748
- "description": "Forces at least one item to always be selected (if available)."
12749
- },
12750
- "VTreeview/open-on-click": {
12751
- "type": "boolean\n",
12752
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
12753
- },
12754
- "VTreeview/active-class": {
12702
+ "VTreeview/search": {
12755
12703
  "type": "string\n",
12756
- "description": "The class applied to the component when it is in an active state."
12757
- },
12758
- "VTreeview/selected": {
12759
- "type": "any\n",
12760
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12761
- },
12762
- "VTreeview/indeterminate-icon": {
12763
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12764
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
12765
- },
12766
- "VTreeview/false-icon": {
12767
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12769
- },
12770
- "VTreeview/true-icon": {
12771
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12772
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12773
- },
12774
- "VTreeview/value-comparator": {
12775
- "type": "(a: any, b: any) => boolean\n",
12776
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
12704
+ "description": "The search model for filtering results."
12777
12705
  },
12778
12706
  "VTreeview/filter-mode": {
12779
12707
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -12795,6 +12723,26 @@
12795
12723
  "type": "string | string[]\n",
12796
12724
  "description": "Array of specific keys to filter on the item."
12797
12725
  },
12726
+ "VTreeview/base-color": {
12727
+ "type": "string\n",
12728
+ "description": "Sets the color of component when not focused."
12729
+ },
12730
+ "VTreeview/active-color": {
12731
+ "type": "string\n",
12732
+ "description": "The applied color when the component is in an active state."
12733
+ },
12734
+ "VTreeview/active-class": {
12735
+ "type": "string\n",
12736
+ "description": "The class applied to the component when it is in an active state."
12737
+ },
12738
+ "VTreeview/bg-color": {
12739
+ "type": "string\n",
12740
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
12741
+ },
12742
+ "VTreeview/disabled": {
12743
+ "type": "boolean\n",
12744
+ "description": "Disables selection for all nodes."
12745
+ },
12798
12746
  "VTreeview/expand-icon": {
12799
12747
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12800
12748
  "description": "Icon used to indicate that a node can be expanded."
@@ -12803,6 +12751,14 @@
12803
12751
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12804
12752
  "description": "Icon to display when the list item is expanded."
12805
12753
  },
12754
+ "VTreeview/lines": {
12755
+ "type": "false | 'one' | 'two' | 'three'\n",
12756
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
12757
+ },
12758
+ "VTreeview/slim": {
12759
+ "type": "boolean\n",
12760
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
12761
+ },
12806
12762
  "VTreeview/activatable": {
12807
12763
  "type": "boolean\n",
12808
12764
  "description": "Allows user to mark a node as active by clicking on it."
@@ -12815,6 +12771,18 @@
12815
12771
  "type": "any\n",
12816
12772
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
12817
12773
  },
12774
+ "VTreeview/activated": {
12775
+ "type": "any\n",
12776
+ "description": "Array of ids of activated nodes."
12777
+ },
12778
+ "VTreeview/selected": {
12779
+ "type": "any\n",
12780
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12781
+ },
12782
+ "VTreeview/mandatory": {
12783
+ "type": "boolean\n",
12784
+ "description": "Forces at least one item to always be selected (if available)."
12785
+ },
12818
12786
  "VTreeview/active-strategy": {
12819
12787
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
12820
12788
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
@@ -12823,6 +12791,10 @@
12823
12791
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
12824
12792
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
12825
12793
  },
12794
+ "VTreeview/items": {
12795
+ "type": "unknown[]\n",
12796
+ "description": "An array of items used to build the treeview."
12797
+ },
12826
12798
  "VTreeview/item-title": {
12827
12799
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
12828
12800
  "description": "Property on supplied `items` that contains its title."
@@ -12843,6 +12815,26 @@
12843
12815
  "type": "boolean\n",
12844
12816
  "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
12845
12817
  },
12818
+ "VTreeview/value-comparator": {
12819
+ "type": "(a: any, b: any) => boolean\n",
12820
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
12821
+ },
12822
+ "VTreeview/open-on-click": {
12823
+ "type": "boolean\n",
12824
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
12825
+ },
12826
+ "VTreeview/indeterminate-icon": {
12827
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12828
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
12829
+ },
12830
+ "VTreeview/false-icon": {
12831
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12832
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12833
+ },
12834
+ "VTreeview/true-icon": {
12835
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12836
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12837
+ },
12846
12838
  "VTreeview/open-all": {
12847
12839
  "type": "boolean\n",
12848
12840
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -12859,25 +12851,37 @@
12859
12851
  "type": "(item: unknown) => Promise<void>\n",
12860
12852
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
12861
12853
  },
12854
+ "VTreeviewGroup/tag": {
12855
+ "type": "string\n",
12856
+ "description": "Specify a custom tag used on the root element."
12857
+ },
12862
12858
  "VTreeviewGroup/title": {
12863
12859
  "type": "string\n",
12864
12860
  "description": "Specify a title text for the component."
12865
12861
  },
12866
- "VTreeviewGroup/tag": {
12867
- "type": "string\n",
12868
- "description": "Specify a custom tag used on the root element."
12862
+ "VTreeviewGroup/value": {
12863
+ "type": "any\n",
12864
+ "description": "Expands / Collapse the list-group."
12869
12865
  },
12870
- "VTreeviewGroup/color": {
12866
+ "VTreeviewGroup/active-color": {
12871
12867
  "type": "string\n",
12872
- "description": "Applies specified color to the control - supports utility colors (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)."
12868
+ "description": "The applied color when the component is in an active state."
12873
12869
  },
12874
12870
  "VTreeviewGroup/base-color": {
12875
12871
  "type": "string\n",
12876
12872
  "description": "Sets the color of component when not focused."
12877
12873
  },
12878
- "VTreeviewGroup/active-color": {
12874
+ "VTreeviewGroup/prepend-icon": {
12875
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12876
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12877
+ },
12878
+ "VTreeviewGroup/append-icon": {
12879
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12880
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12881
+ },
12882
+ "VTreeviewGroup/color": {
12879
12883
  "type": "string\n",
12880
- "description": "The applied color when the component is in an active state."
12884
+ "description": "Applies specified color to the control - supports utility colors (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)."
12881
12885
  },
12882
12886
  "VTreeviewGroup/expand-icon": {
12883
12887
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -12887,18 +12891,6 @@
12887
12891
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12888
12892
  "description": "Icon to display when the list item is expanded."
12889
12893
  },
12890
- "VTreeviewGroup/value": {
12891
- "type": "any\n",
12892
- "description": "Expands / Collapse the list-group."
12893
- },
12894
- "VTreeviewGroup/append-icon": {
12895
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12896
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12897
- },
12898
- "VTreeviewGroup/prepend-icon": {
12899
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12900
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
12901
- },
12902
12894
  "VTreeviewGroup/fluid": {
12903
12895
  "type": "boolean\n",
12904
12896
  "description": "Removes viewport maximum-width size breakpoints."
@@ -12907,14 +12899,6 @@
12907
12899
  "type": "string | number\n",
12908
12900
  "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
12909
12901
  },
12910
- "VTreeviewItem/replace": {
12911
- "type": "boolean\n",
12912
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
12913
- },
12914
- "VTreeviewItem/link": {
12915
- "type": "boolean\n",
12916
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
12917
- },
12918
12902
  "VTreeviewItem/border": {
12919
12903
  "type": "string | number | boolean\n",
12920
12904
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -12975,6 +12959,14 @@
12975
12959
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12976
12960
  "description": "Applies a distinct style to the component."
12977
12961
  },
12962
+ "VTreeviewItem/replace": {
12963
+ "type": "boolean\n",
12964
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
12965
+ },
12966
+ "VTreeviewItem/link": {
12967
+ "type": "boolean\n",
12968
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
12969
+ },
12978
12970
  "VTreeviewItem/exact": {
12979
12971
  "type": "boolean\n",
12980
12972
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
@@ -13175,41 +13167,41 @@
13175
13167
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13176
13168
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13177
13169
  },
13178
- "VWindow/direction": {
13179
- "type": "'horizontal' | 'vertical'\n",
13180
- "description": "The transition direction when changing windows."
13170
+ "VWindow/continuous": {
13171
+ "type": "boolean\n",
13172
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13181
13173
  },
13182
13174
  "VWindow/show-arrows": {
13183
13175
  "type": "string | boolean\n",
13184
13176
  "description": "Display the \"next\" and \"prev\" buttons."
13185
13177
  },
13186
- "VWindow/continuous": {
13187
- "type": "boolean\n",
13188
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13189
- },
13190
13178
  "VWindow/touch": {
13191
13179
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
13192
13180
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13193
13181
  },
13194
- "VWindowItem/eager": {
13195
- "type": "boolean\n",
13196
- "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."
13182
+ "VWindow/direction": {
13183
+ "type": "'horizontal' | 'vertical'\n",
13184
+ "description": "The transition direction when changing windows."
13185
+ },
13186
+ "VWindowItem/value": {
13187
+ "type": "any\n",
13188
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13197
13189
  },
13198
13190
  "VWindowItem/disabled": {
13199
13191
  "type": "boolean\n",
13200
13192
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13201
13193
  },
13202
- "VWindowItem/value": {
13203
- "type": "any\n",
13204
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13194
+ "VWindowItem/selected-class": {
13195
+ "type": "string\n",
13196
+ "description": "Configure the active CSS class applied when an item is selected."
13205
13197
  },
13206
13198
  "VWindowItem/transition": {
13207
13199
  "type": "string | boolean\n",
13208
13200
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13209
13201
  },
13210
- "VWindowItem/selected-class": {
13211
- "type": "string\n",
13212
- "description": "Configure the active CSS class applied when an item is selected."
13202
+ "VWindowItem/eager": {
13203
+ "type": "boolean\n",
13204
+ "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."
13213
13205
  },
13214
13206
  "VWindowItem/reverse-transition": {
13215
13207
  "type": "string | boolean\n",