vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -231,6 +231,10 @@
231
231
  "type": "boolean\n",
232
232
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
233
233
  },
234
+ "VAppBarNavIcon/active-color": {
235
+ "type": "string\n",
236
+ "description": "The applied color when the component is in an active state."
237
+ },
234
238
  "VAppBarNavIcon/base-color": {
235
239
  "type": "string\n",
236
240
  "description": "Sets the color of component when not focused."
@@ -668,7 +672,7 @@
668
672
  "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`."
669
673
  },
670
674
  "VAutocomplete/validate-on": {
671
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
675
+ "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",
672
676
  "description": "Change what type of event triggers validation to run."
673
677
  },
674
678
  "VAutocomplete/focused": {
@@ -735,6 +739,10 @@
735
739
  "type": "string\n",
736
740
  "description": "Specify content text for the component."
737
741
  },
742
+ "VAvatar/border": {
743
+ "type": "string | number | boolean\n",
744
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
745
+ },
738
746
  "VAvatar/density": {
739
747
  "type": "'default' | 'comfortable' | 'compact'\n",
740
748
  "description": "Adjusts the vertical height used by the component."
@@ -1315,6 +1323,10 @@
1315
1323
  "type": "boolean\n",
1316
1324
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1317
1325
  },
1326
+ "VBtn/active-color": {
1327
+ "type": "string\n",
1328
+ "description": "The applied color when the component is in an active state."
1329
+ },
1318
1330
  "VBtn/base-color": {
1319
1331
  "type": "string\n",
1320
1332
  "description": "Sets the color of component when not focused."
@@ -2107,6 +2119,10 @@
2107
2119
  "type": "boolean | 'left' | 'right'\n",
2108
2120
  "description": "Displays carousel delimiters vertically."
2109
2121
  },
2122
+ "VCarouselItem/absolute": {
2123
+ "type": "boolean\n",
2124
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))"
2125
+ },
2110
2126
  "VCarouselItem/alt": {
2111
2127
  "type": "string\n",
2112
2128
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -2324,7 +2340,7 @@
2324
2340
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2325
2341
  },
2326
2342
  "VCheckbox/validate-on": {
2327
- "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'\n",
2343
+ "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
2328
2344
  "description": "Change what type of event triggers validation to run."
2329
2345
  },
2330
2346
  "VCheckbox/validation-value": {
@@ -3164,7 +3180,7 @@
3164
3180
  "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`."
3165
3181
  },
3166
3182
  "VCombobox/validate-on": {
3167
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
3183
+ "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",
3168
3184
  "description": "Change what type of event triggers validation to run."
3169
3185
  },
3170
3186
  "VCombobox/focused": {
@@ -3243,6 +3259,30 @@
3243
3259
  "type": "boolean\n",
3244
3260
  "description": "Removes viewport maximum-width size breakpoints."
3245
3261
  },
3262
+ "VContainer/height": {
3263
+ "type": "string | number\n",
3264
+ "description": "Sets the height for the component."
3265
+ },
3266
+ "VContainer/max-height": {
3267
+ "type": "string | number\n",
3268
+ "description": "Sets the maximum height for the component."
3269
+ },
3270
+ "VContainer/max-width": {
3271
+ "type": "string | number\n",
3272
+ "description": "Sets the maximum width for the component."
3273
+ },
3274
+ "VContainer/min-height": {
3275
+ "type": "string | number\n",
3276
+ "description": "Sets the minimum height for the component."
3277
+ },
3278
+ "VContainer/min-width": {
3279
+ "type": "string | number\n",
3280
+ "description": "Sets the minimum width for the component."
3281
+ },
3282
+ "VContainer/width": {
3283
+ "type": "string | number\n",
3284
+ "description": "Sets the width for the component."
3285
+ },
3246
3286
  "VContainer/tag": {
3247
3287
  "type": "string\n",
3248
3288
  "description": "Specify a custom tag used on the root element."
@@ -4320,7 +4360,7 @@
4320
4360
  "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`."
4321
4361
  },
4322
4362
  "VDateInput/validate-on": {
4323
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
4363
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
4324
4364
  "description": "Change what type of event triggers validation to run."
4325
4365
  },
4326
4366
  "VDateInput/validation-value": {
@@ -5271,6 +5311,30 @@
5271
5311
  "type": "boolean\n",
5272
5312
  "description": "Makes the expansion-panel content read only."
5273
5313
  },
5314
+ "VExpansionPanel/height": {
5315
+ "type": "string | number\n",
5316
+ "description": "Sets the height for the component."
5317
+ },
5318
+ "VExpansionPanel/max-height": {
5319
+ "type": "string | number\n",
5320
+ "description": "Sets the maximum height for the component."
5321
+ },
5322
+ "VExpansionPanel/max-width": {
5323
+ "type": "string | number\n",
5324
+ "description": "Sets the maximum width for the component."
5325
+ },
5326
+ "VExpansionPanel/min-height": {
5327
+ "type": "string | number\n",
5328
+ "description": "Sets the minimum height for the component."
5329
+ },
5330
+ "VExpansionPanel/min-width": {
5331
+ "type": "string | number\n",
5332
+ "description": "Sets the minimum width for the component."
5333
+ },
5334
+ "VExpansionPanel/width": {
5335
+ "type": "string | number\n",
5336
+ "description": "Sets the width for the component."
5337
+ },
5274
5338
  "VExpansionPanel/eager": {
5275
5339
  "type": "boolean\n",
5276
5340
  "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."
@@ -5311,6 +5375,30 @@
5311
5375
  "type": "boolean\n",
5312
5376
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5313
5377
  },
5378
+ "VExpansionPanelTitle/height": {
5379
+ "type": "string | number\n",
5380
+ "description": "Sets the height for the component."
5381
+ },
5382
+ "VExpansionPanelTitle/max-height": {
5383
+ "type": "string | number\n",
5384
+ "description": "Sets the maximum height for the component."
5385
+ },
5386
+ "VExpansionPanelTitle/max-width": {
5387
+ "type": "string | number\n",
5388
+ "description": "Sets the maximum width for the component."
5389
+ },
5390
+ "VExpansionPanelTitle/min-height": {
5391
+ "type": "string | number\n",
5392
+ "description": "Sets the minimum height for the component."
5393
+ },
5394
+ "VExpansionPanelTitle/min-width": {
5395
+ "type": "string | number\n",
5396
+ "description": "Sets the minimum width for the component."
5397
+ },
5398
+ "VExpansionPanelTitle/width": {
5399
+ "type": "string | number\n",
5400
+ "description": "Sets the width for the component."
5401
+ },
5314
5402
  "VExpansionPanels/flat": {
5315
5403
  "type": "boolean\n",
5316
5404
  "description": "Removes the expansion-panel's elevation and borders."
@@ -5439,6 +5527,10 @@
5439
5527
  "type": "boolean\n",
5440
5528
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5441
5529
  },
5530
+ "VFab/active-color": {
5531
+ "type": "string\n",
5532
+ "description": "The applied color when the component is in an active state."
5533
+ },
5442
5534
  "VFab/base-color": {
5443
5535
  "type": "string\n",
5444
5536
  "description": "Sets the color of component when not focused."
@@ -5880,7 +5972,7 @@
5880
5972
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5881
5973
  },
5882
5974
  "VFileInput/validate-on": {
5883
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
5975
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
5884
5976
  "description": "Change what type of event triggers validation to run."
5885
5977
  },
5886
5978
  "VFileInput/validation-value": {
@@ -6020,7 +6112,7 @@
6020
6112
  "description": "Puts all children inputs into a readonly state."
6021
6113
  },
6022
6114
  "VForm/validate-on": {
6023
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
6115
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
6024
6116
  "description": "Changes the events in which validation occurs."
6025
6117
  },
6026
6118
  "VHover/disabled": {
@@ -6071,6 +6163,10 @@
6071
6163
  "type": "string\n",
6072
6164
  "description": "Specify a theme for this component and all of its children."
6073
6165
  },
6166
+ "VImg/absolute": {
6167
+ "type": "boolean\n",
6168
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))"
6169
+ },
6074
6170
  "VImg/alt": {
6075
6171
  "type": "string\n",
6076
6172
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -6324,7 +6420,7 @@
6324
6420
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6325
6421
  },
6326
6422
  "VInput/validate-on": {
6327
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
6423
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
6328
6424
  "description": "Change what type of event triggers validation to run."
6329
6425
  },
6330
6426
  "VInput/validation-value": {
@@ -6572,7 +6668,7 @@
6572
6668
  "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."
6573
6669
  },
6574
6670
  "VList/open-strategy": {
6575
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
6671
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23-L26\" target=\"_blank\">OpenStrategy</a>\n",
6576
6672
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
6577
6673
  },
6578
6674
  "VList/border": {
@@ -7408,7 +7504,7 @@
7408
7504
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7409
7505
  },
7410
7506
  "VNumberInput/validate-on": {
7411
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
7507
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
7412
7508
  "description": "Change what type of event triggers validation to run."
7413
7509
  },
7414
7510
  "VNumberInput/validation-value": {
@@ -8244,7 +8340,7 @@
8244
8340
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8245
8341
  },
8246
8342
  "VRadioGroup/validate-on": {
8247
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
8343
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
8248
8344
  "description": "Change what type of event triggers validation to run."
8249
8345
  },
8250
8346
  "VRadioGroup/validation-value": {
@@ -8388,7 +8484,7 @@
8388
8484
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8389
8485
  },
8390
8486
  "VRangeSlider/validate-on": {
8391
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
8487
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
8392
8488
  "description": "Change what type of event triggers validation to run."
8393
8489
  },
8394
8490
  "VRangeSlider/validation-value": {
@@ -9044,7 +9140,7 @@
9044
9140
  "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`."
9045
9141
  },
9046
9142
  "VSelect/validate-on": {
9047
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
9143
+ "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",
9048
9144
  "description": "Change what type of event triggers validation to run."
9049
9145
  },
9050
9146
  "VSelect/focused": {
@@ -9696,7 +9792,7 @@
9696
9792
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9697
9793
  },
9698
9794
  "VSlider/validate-on": {
9699
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
9795
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
9700
9796
  "description": "Change what type of event triggers validation to run."
9701
9797
  },
9702
9798
  "VSlider/validation-value": {
@@ -10779,6 +10875,30 @@
10779
10875
  "type": "boolean\n",
10780
10876
  "description": "Makes the expansion-panel content read only."
10781
10877
  },
10878
+ "VStepperVerticalItem/height": {
10879
+ "type": "string | number\n",
10880
+ "description": "Sets the height for the component."
10881
+ },
10882
+ "VStepperVerticalItem/max-height": {
10883
+ "type": "string | number\n",
10884
+ "description": "Sets the maximum height for the component."
10885
+ },
10886
+ "VStepperVerticalItem/max-width": {
10887
+ "type": "string | number\n",
10888
+ "description": "Sets the maximum width for the component."
10889
+ },
10890
+ "VStepperVerticalItem/min-height": {
10891
+ "type": "string | number\n",
10892
+ "description": "Sets the minimum height for the component."
10893
+ },
10894
+ "VStepperVerticalItem/min-width": {
10895
+ "type": "string | number\n",
10896
+ "description": "Sets the minimum width for the component."
10897
+ },
10898
+ "VStepperVerticalItem/width": {
10899
+ "type": "string | number\n",
10900
+ "description": "Sets the width for the component."
10901
+ },
10782
10902
  "VStepperVerticalItem/eager": {
10783
10903
  "type": "boolean\n",
10784
10904
  "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."
@@ -10956,7 +11076,7 @@
10956
11076
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10957
11077
  },
10958
11078
  "VSwitch/validate-on": {
10959
- "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'\n",
11079
+ "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
10960
11080
  "description": "Change what type of event triggers validation to run."
10961
11081
  },
10962
11082
  "VSwitch/validation-value": {
@@ -11079,6 +11199,10 @@
11079
11199
  "type": "'horizontal' | 'vertical'\n",
11080
11200
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
11081
11201
  },
11202
+ "VTab/active-color": {
11203
+ "type": "string\n",
11204
+ "description": "The applied color when the component is in an active state."
11205
+ },
11082
11206
  "VTab/base-color": {
11083
11207
  "type": "string\n",
11084
11208
  "description": "Sets the color of component when not focused."
@@ -11532,7 +11656,7 @@
11532
11656
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11533
11657
  },
11534
11658
  "VTextField/validate-on": {
11535
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
11659
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
11536
11660
  "description": "Change what type of event triggers validation to run."
11537
11661
  },
11538
11662
  "VTextField/validation-value": {
@@ -11760,7 +11884,7 @@
11760
11884
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11761
11885
  },
11762
11886
  "VTextarea/validate-on": {
11763
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
11887
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
11764
11888
  "description": "Change what type of event triggers validation to run."
11765
11889
  },
11766
11890
  "VTextarea/validation-value": {
@@ -12483,9 +12607,33 @@
12483
12607
  "type": "string\n",
12484
12608
  "description": "Icon used when node is in a loading state."
12485
12609
  },
12610
+ "VTreeview/open-on-click": {
12611
+ "type": "boolean\n",
12612
+ "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."
12613
+ },
12614
+ "VTreeview/indeterminate-icon": {
12615
+ "type": "any\n",
12616
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
12617
+ },
12618
+ "VTreeview/false-icon": {
12619
+ "type": "any\n",
12620
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12621
+ },
12622
+ "VTreeview/true-icon": {
12623
+ "type": "any\n",
12624
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))"
12625
+ },
12626
+ "VTreeview/return-object": {
12627
+ "type": "boolean\n",
12628
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
12629
+ },
12486
12630
  "VTreeview/selectable": {
12487
12631
  "type": "boolean\n",
12488
- "description": "Will render a checkbox next to each node allowing them to be selected."
12632
+ "description": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally."
12633
+ },
12634
+ "VTreeview/selected-color": {
12635
+ "type": "string\n",
12636
+ "description": "The color of the selection checkbox."
12489
12637
  },
12490
12638
  "VTreeview/load-children": {
12491
12639
  "type": "(item: unknown) => Promise<void>\n",
@@ -12559,10 +12707,6 @@
12559
12707
  "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",
12560
12708
  "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."
12561
12709
  },
12562
- "VTreeview/open-strategy": {
12563
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
12564
- "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
12565
- },
12566
12710
  "VTreeview/border": {
12567
12711
  "type": "string | number | boolean\n",
12568
12712
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -12619,10 +12763,6 @@
12619
12763
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
12620
12764
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
12621
12765
  },
12622
- "VTreeview/return-object": {
12623
- "type": "boolean\n",
12624
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
12625
- },
12626
12766
  "VTreeview/value-comparator": {
12627
12767
  "type": "(a: any, b: any) => boolean\n",
12628
12768
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
@@ -12884,7 +13024,7 @@
12884
13024
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12885
13025
  },
12886
13026
  "VValidation/validate-on": {
12887
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
13027
+ "type": " | '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 | 'lazy'\n | 'eager'\n",
12888
13028
  "description": "Change what type of event triggers validation to run."
12889
13029
  },
12890
13030
  "VValidation/validation-value": {
@@ -24,28 +24,28 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VStepperVertical": {
28
- "from": "labs/VStepperVertical/index.mjs",
29
- "styles": []
30
- },
31
- "VStepperVerticalItem": {
32
- "from": "labs/VStepperVertical/index.mjs",
27
+ "VPicker": {
28
+ "from": "labs/VPicker/index.mjs",
33
29
  "styles": []
34
30
  },
35
- "VStepperVerticalActions": {
36
- "from": "labs/VStepperVertical/index.mjs",
31
+ "VPickerTitle": {
32
+ "from": "labs/VPicker/index.mjs",
37
33
  "styles": []
38
34
  },
39
35
  "VNumberInput": {
40
36
  "from": "labs/VNumberInput/index.mjs",
41
37
  "styles": []
42
38
  },
43
- "VPicker": {
44
- "from": "labs/VPicker/index.mjs",
39
+ "VStepperVertical": {
40
+ "from": "labs/VStepperVertical/index.mjs",
45
41
  "styles": []
46
42
  },
47
- "VPickerTitle": {
48
- "from": "labs/VPicker/index.mjs",
43
+ "VStepperVerticalItem": {
44
+ "from": "labs/VStepperVertical/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VStepperVerticalActions": {
48
+ "from": "labs/VStepperVertical/index.mjs",
49
49
  "styles": []
50
50
  },
51
51
  "VTimePicker": {
@@ -76,13 +76,13 @@
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }