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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.13",
5
+ "version": "3.7.0-beta.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -752,6 +752,15 @@
752
752
  "type": "boolean"
753
753
  }
754
754
  },
755
+ {
756
+ "name": "activeColor",
757
+ "description": "The applied color when the component is in an active state.",
758
+ "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
759
+ "value": {
760
+ "kind": "expression",
761
+ "type": "string"
762
+ }
763
+ },
755
764
  {
756
765
  "name": "baseColor",
757
766
  "description": "Sets the color of component when not focused.",
@@ -1868,7 +1877,7 @@
1868
1877
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1869
1878
  "value": {
1870
1879
  "kind": "expression",
1871
- "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'"
1880
+ "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'"
1872
1881
  }
1873
1882
  },
1874
1883
  {
@@ -2454,6 +2463,16 @@
2454
2463
  "type": "string"
2455
2464
  }
2456
2465
  },
2466
+ {
2467
+ "name": "border",
2468
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
2469
+ "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2470
+ "default": "false",
2471
+ "value": {
2472
+ "kind": "expression",
2473
+ "type": "string | number | boolean"
2474
+ }
2475
+ },
2457
2476
  {
2458
2477
  "name": "density",
2459
2478
  "description": "Adjusts the vertical height used by the component.",
@@ -4191,6 +4210,15 @@
4191
4210
  "type": "boolean"
4192
4211
  }
4193
4212
  },
4213
+ {
4214
+ "name": "activeColor",
4215
+ "description": "The applied color when the component is in an active state.",
4216
+ "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4217
+ "value": {
4218
+ "kind": "expression",
4219
+ "type": "string"
4220
+ }
4221
+ },
4194
4222
  {
4195
4223
  "name": "baseColor",
4196
4224
  "description": "Sets the color of component when not focused.",
@@ -6774,6 +6802,16 @@
6774
6802
  "description": "",
6775
6803
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
6776
6804
  "attributes": [
6805
+ {
6806
+ "name": "absolute",
6807
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))",
6808
+ "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6809
+ "default": "false",
6810
+ "value": {
6811
+ "kind": "expression",
6812
+ "type": "boolean"
6813
+ }
6814
+ },
6777
6815
  {
6778
6816
  "name": "alt",
6779
6817
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -7323,7 +7361,7 @@
7323
7361
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7324
7362
  "value": {
7325
7363
  "kind": "expression",
7326
- "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'"
7364
+ "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'"
7327
7365
  }
7328
7366
  },
7329
7367
  {
@@ -10042,7 +10080,7 @@
10042
10080
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
10043
10081
  "value": {
10044
10082
  "kind": "expression",
10045
- "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'"
10083
+ "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'"
10046
10084
  }
10047
10085
  },
10048
10086
  {
@@ -10758,6 +10796,60 @@
10758
10796
  "type": "boolean"
10759
10797
  }
10760
10798
  },
10799
+ {
10800
+ "name": "height",
10801
+ "description": "Sets the height for the component.",
10802
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10803
+ "value": {
10804
+ "kind": "expression",
10805
+ "type": "string | number"
10806
+ }
10807
+ },
10808
+ {
10809
+ "name": "maxHeight",
10810
+ "description": "Sets the maximum height for the component.",
10811
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10812
+ "value": {
10813
+ "kind": "expression",
10814
+ "type": "string | number"
10815
+ }
10816
+ },
10817
+ {
10818
+ "name": "maxWidth",
10819
+ "description": "Sets the maximum width for the component.",
10820
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10821
+ "value": {
10822
+ "kind": "expression",
10823
+ "type": "string | number"
10824
+ }
10825
+ },
10826
+ {
10827
+ "name": "minHeight",
10828
+ "description": "Sets the minimum height for the component.",
10829
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10830
+ "value": {
10831
+ "kind": "expression",
10832
+ "type": "string | number"
10833
+ }
10834
+ },
10835
+ {
10836
+ "name": "minWidth",
10837
+ "description": "Sets the minimum width for the component.",
10838
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10839
+ "value": {
10840
+ "kind": "expression",
10841
+ "type": "string | number"
10842
+ }
10843
+ },
10844
+ {
10845
+ "name": "width",
10846
+ "description": "Sets the width for the component.",
10847
+ "doc-url": "https://vuetifyjs.com/api/VContainer#props",
10848
+ "value": {
10849
+ "kind": "expression",
10850
+ "type": "string | number"
10851
+ }
10852
+ },
10761
10853
  {
10762
10854
  "name": "tag",
10763
10855
  "description": "Specify a custom tag used on the root element.",
@@ -17784,7 +17876,7 @@
17784
17876
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17785
17877
  "value": {
17786
17878
  "kind": "expression",
17787
- "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'"
17879
+ "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'"
17788
17880
  }
17789
17881
  },
17790
17882
  {
@@ -20831,6 +20923,60 @@
20831
20923
  "type": "boolean"
20832
20924
  }
20833
20925
  },
20926
+ {
20927
+ "name": "height",
20928
+ "description": "Sets the height for the component.",
20929
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20930
+ "value": {
20931
+ "kind": "expression",
20932
+ "type": "string | number"
20933
+ }
20934
+ },
20935
+ {
20936
+ "name": "maxHeight",
20937
+ "description": "Sets the maximum height for the component.",
20938
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20939
+ "value": {
20940
+ "kind": "expression",
20941
+ "type": "string | number"
20942
+ }
20943
+ },
20944
+ {
20945
+ "name": "maxWidth",
20946
+ "description": "Sets the maximum width for the component.",
20947
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20948
+ "value": {
20949
+ "kind": "expression",
20950
+ "type": "string | number"
20951
+ }
20952
+ },
20953
+ {
20954
+ "name": "minHeight",
20955
+ "description": "Sets the minimum height for the component.",
20956
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20957
+ "value": {
20958
+ "kind": "expression",
20959
+ "type": "string | number"
20960
+ }
20961
+ },
20962
+ {
20963
+ "name": "minWidth",
20964
+ "description": "Sets the minimum width for the component.",
20965
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20966
+ "value": {
20967
+ "kind": "expression",
20968
+ "type": "string | number"
20969
+ }
20970
+ },
20971
+ {
20972
+ "name": "width",
20973
+ "description": "Sets the width for the component.",
20974
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
20975
+ "value": {
20976
+ "kind": "expression",
20977
+ "type": "string | number"
20978
+ }
20979
+ },
20834
20980
  {
20835
20981
  "name": "eager",
20836
20982
  "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.",
@@ -20997,6 +21143,60 @@
20997
21143
  "kind": "expression",
20998
21144
  "type": "boolean"
20999
21145
  }
21146
+ },
21147
+ {
21148
+ "name": "height",
21149
+ "description": "Sets the height for the component.",
21150
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21151
+ "value": {
21152
+ "kind": "expression",
21153
+ "type": "string | number"
21154
+ }
21155
+ },
21156
+ {
21157
+ "name": "maxHeight",
21158
+ "description": "Sets the maximum height for the component.",
21159
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21160
+ "value": {
21161
+ "kind": "expression",
21162
+ "type": "string | number"
21163
+ }
21164
+ },
21165
+ {
21166
+ "name": "maxWidth",
21167
+ "description": "Sets the maximum width for the component.",
21168
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21169
+ "value": {
21170
+ "kind": "expression",
21171
+ "type": "string | number"
21172
+ }
21173
+ },
21174
+ {
21175
+ "name": "minHeight",
21176
+ "description": "Sets the minimum height for the component.",
21177
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21178
+ "value": {
21179
+ "kind": "expression",
21180
+ "type": "string | number"
21181
+ }
21182
+ },
21183
+ {
21184
+ "name": "minWidth",
21185
+ "description": "Sets the minimum width for the component.",
21186
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21187
+ "value": {
21188
+ "kind": "expression",
21189
+ "type": "string | number"
21190
+ }
21191
+ },
21192
+ {
21193
+ "name": "width",
21194
+ "description": "Sets the width for the component.",
21195
+ "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
21196
+ "value": {
21197
+ "kind": "expression",
21198
+ "type": "string | number"
21199
+ }
21000
21200
  }
21001
21201
  ],
21002
21202
  "events": [],
@@ -21030,7 +21230,7 @@
21030
21230
  },
21031
21231
  {
21032
21232
  "name": "actions",
21033
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L22-L28.json))",
21233
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L23-L29.json))",
21034
21234
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
21035
21235
  "vue-properties": [
21036
21236
  {
@@ -21426,6 +21626,15 @@
21426
21626
  "type": "boolean"
21427
21627
  }
21428
21628
  },
21629
+ {
21630
+ "name": "activeColor",
21631
+ "description": "The applied color when the component is in an active state.",
21632
+ "doc-url": "https://vuetifyjs.com/api/VFab#props",
21633
+ "value": {
21634
+ "kind": "expression",
21635
+ "type": "string"
21636
+ }
21637
+ },
21429
21638
  {
21430
21639
  "name": "baseColor",
21431
21640
  "description": "Sets the color of component when not focused.",
@@ -22776,7 +22985,7 @@
22776
22985
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
22777
22986
  "value": {
22778
22987
  "kind": "expression",
22779
- "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'"
22988
+ "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'"
22780
22989
  }
22781
22990
  },
22782
22991
  {
@@ -23527,7 +23736,7 @@
23527
23736
  "default": "'input'",
23528
23737
  "value": {
23529
23738
  "kind": "expression",
23530
- "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'"
23739
+ "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'"
23531
23740
  }
23532
23741
  }
23533
23742
  ],
@@ -23797,6 +24006,16 @@
23797
24006
  "description": "",
23798
24007
  "doc-url": "https://vuetifyjs.com/api/v-img",
23799
24008
  "attributes": [
24009
+ {
24010
+ "name": "absolute",
24011
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VImg.json))",
24012
+ "doc-url": "https://vuetifyjs.com/api/VImg#props",
24013
+ "default": "false",
24014
+ "value": {
24015
+ "kind": "expression",
24016
+ "type": "boolean"
24017
+ }
24018
+ },
23800
24019
  {
23801
24020
  "name": "alt",
23802
24021
  "description": "Alternate text for screen readers. Leave empty for decorative images.",
@@ -24562,7 +24781,7 @@
24562
24781
  "doc-url": "https://vuetifyjs.com/api/VInput#props",
24563
24782
  "value": {
24564
24783
  "kind": "expression",
24565
- "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'"
24784
+ "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'"
24566
24785
  }
24567
24786
  },
24568
24787
  {
@@ -25700,7 +25919,7 @@
25700
25919
  "default": "'list'",
25701
25920
  "value": {
25702
25921
  "kind": "expression",
25703
- "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>"
25922
+ "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>"
25704
25923
  }
25705
25924
  },
25706
25925
  {
@@ -26631,6 +26850,10 @@
26631
26850
  "name": "isActive",
26632
26851
  "type": "boolean"
26633
26852
  },
26853
+ {
26854
+ "name": "isOpen",
26855
+ "type": "boolean"
26856
+ },
26634
26857
  {
26635
26858
  "name": "isSelected",
26636
26859
  "type": "boolean"
@@ -26654,6 +26877,10 @@
26654
26877
  "name": "isActive",
26655
26878
  "type": "boolean"
26656
26879
  },
26880
+ {
26881
+ "name": "isOpen",
26882
+ "type": "boolean"
26883
+ },
26657
26884
  {
26658
26885
  "name": "isSelected",
26659
26886
  "type": "boolean"
@@ -26677,6 +26904,10 @@
26677
26904
  "name": "isActive",
26678
26905
  "type": "boolean"
26679
26906
  },
26907
+ {
26908
+ "name": "isOpen",
26909
+ "type": "boolean"
26910
+ },
26680
26911
  {
26681
26912
  "name": "isSelected",
26682
26913
  "type": "boolean"
@@ -28372,7 +28603,7 @@
28372
28603
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28373
28604
  "value": {
28374
28605
  "kind": "expression",
28375
- "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'"
28606
+ "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'"
28376
28607
  }
28377
28608
  },
28378
28609
  {
@@ -31421,7 +31652,7 @@
31421
31652
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31422
31653
  "value": {
31423
31654
  "kind": "expression",
31424
- "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'"
31655
+ "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'"
31425
31656
  }
31426
31657
  },
31427
31658
  {
@@ -32013,7 +32244,7 @@
32013
32244
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
32014
32245
  "value": {
32015
32246
  "kind": "expression",
32016
- "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'"
32247
+ "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'"
32017
32248
  }
32018
32249
  },
32019
32250
  {
@@ -34230,7 +34461,7 @@
34230
34461
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34231
34462
  "value": {
34232
34463
  "kind": "expression",
34233
- "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'"
34464
+ "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'"
34234
34465
  }
34235
34466
  },
34236
34467
  {
@@ -36622,7 +36853,7 @@
36622
36853
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36623
36854
  "value": {
36624
36855
  "kind": "expression",
36625
- "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'"
36856
+ "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'"
36626
36857
  }
36627
36858
  },
36628
36859
  {
@@ -40650,6 +40881,60 @@
40650
40881
  "type": "boolean"
40651
40882
  }
40652
40883
  },
40884
+ {
40885
+ "name": "height",
40886
+ "description": "Sets the height for the component.",
40887
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40888
+ "value": {
40889
+ "kind": "expression",
40890
+ "type": "string | number"
40891
+ }
40892
+ },
40893
+ {
40894
+ "name": "maxHeight",
40895
+ "description": "Sets the maximum height for the component.",
40896
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40897
+ "value": {
40898
+ "kind": "expression",
40899
+ "type": "string | number"
40900
+ }
40901
+ },
40902
+ {
40903
+ "name": "maxWidth",
40904
+ "description": "Sets the maximum width for the component.",
40905
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40906
+ "value": {
40907
+ "kind": "expression",
40908
+ "type": "string | number"
40909
+ }
40910
+ },
40911
+ {
40912
+ "name": "minHeight",
40913
+ "description": "Sets the minimum height for the component.",
40914
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40915
+ "value": {
40916
+ "kind": "expression",
40917
+ "type": "string | number"
40918
+ }
40919
+ },
40920
+ {
40921
+ "name": "minWidth",
40922
+ "description": "Sets the minimum width for the component.",
40923
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40924
+ "value": {
40925
+ "kind": "expression",
40926
+ "type": "string | number"
40927
+ }
40928
+ },
40929
+ {
40930
+ "name": "width",
40931
+ "description": "Sets the width for the component.",
40932
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40933
+ "value": {
40934
+ "kind": "expression",
40935
+ "type": "string | number"
40936
+ }
40937
+ },
40653
40938
  {
40654
40939
  "name": "eager",
40655
40940
  "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.",
@@ -41425,7 +41710,7 @@
41425
41710
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41426
41711
  "value": {
41427
41712
  "kind": "expression",
41428
- "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'"
41713
+ "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'"
41429
41714
  }
41430
41715
  },
41431
41716
  {
@@ -42081,6 +42366,15 @@
42081
42366
  "type": "'horizontal' | 'vertical'"
42082
42367
  }
42083
42368
  },
42369
+ {
42370
+ "name": "activeColor",
42371
+ "description": "The applied color when the component is in an active state.",
42372
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
42373
+ "value": {
42374
+ "kind": "expression",
42375
+ "type": "string"
42376
+ }
42377
+ },
42084
42378
  {
42085
42379
  "name": "baseColor",
42086
42380
  "description": "Sets the color of component when not focused.",
@@ -43386,7 +43680,7 @@
43386
43680
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43387
43681
  "value": {
43388
43682
  "kind": "expression",
43389
- "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'"
43683
+ "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'"
43390
43684
  }
43391
43685
  },
43392
43686
  {
@@ -44315,7 +44609,7 @@
44315
44609
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44316
44610
  "value": {
44317
44611
  "kind": "expression",
44318
- "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'"
44612
+ "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'"
44319
44613
  }
44320
44614
  },
44321
44615
  {
@@ -46826,9 +47120,56 @@
46826
47120
  "type": "string"
46827
47121
  }
46828
47122
  },
47123
+ {
47124
+ "name": "openOnClick",
47125
+ "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.",
47126
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47127
+ "value": {
47128
+ "kind": "expression",
47129
+ "type": "boolean"
47130
+ }
47131
+ },
47132
+ {
47133
+ "name": "indeterminateIcon",
47134
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`.",
47135
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47136
+ "default": "'$checkboxIndeterminate'",
47137
+ "value": {
47138
+ "kind": "expression",
47139
+ "type": "any"
47140
+ }
47141
+ },
47142
+ {
47143
+ "name": "falseIcon",
47144
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))",
47145
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47146
+ "value": {
47147
+ "kind": "expression",
47148
+ "type": "any"
47149
+ }
47150
+ },
47151
+ {
47152
+ "name": "trueIcon",
47153
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))",
47154
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47155
+ "value": {
47156
+ "kind": "expression",
47157
+ "type": "any"
47158
+ }
47159
+ },
47160
+ {
47161
+ "name": "returnObject",
47162
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
47163
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47164
+ "default": "false",
47165
+ "value": {
47166
+ "kind": "expression",
47167
+ "type": "boolean"
47168
+ }
47169
+ },
46829
47170
  {
46830
47171
  "name": "selectable",
46831
- "description": "Will render a checkbox next to each node allowing them to be selected.",
47172
+ "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.",
46832
47173
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
46833
47174
  "default": "false",
46834
47175
  "value": {
@@ -46836,6 +47177,15 @@
46836
47177
  "type": "boolean"
46837
47178
  }
46838
47179
  },
47180
+ {
47181
+ "name": "selectedColor",
47182
+ "description": "The color of the selection checkbox.",
47183
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47184
+ "value": {
47185
+ "kind": "expression",
47186
+ "type": "string"
47187
+ }
47188
+ },
46839
47189
  {
46840
47190
  "name": "loadChildren",
46841
47191
  "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.",
@@ -47007,16 +47357,6 @@
47007
47357
  "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>)"
47008
47358
  }
47009
47359
  },
47010
- {
47011
- "name": "openStrategy",
47012
- "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.",
47013
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47014
- "default": "'list'",
47015
- "value": {
47016
- "kind": "expression",
47017
- "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>"
47018
- }
47019
- },
47020
47360
  {
47021
47361
  "name": "border",
47022
47362
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
@@ -47150,16 +47490,6 @@
47150
47490
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
47151
47491
  }
47152
47492
  },
47153
- {
47154
- "name": "returnObject",
47155
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
47156
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47157
- "default": "false",
47158
- "value": {
47159
- "kind": "expression",
47160
- "type": "boolean"
47161
- }
47162
- },
47163
47493
  {
47164
47494
  "name": "valueComparator",
47165
47495
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
@@ -47867,6 +48197,17 @@
47867
48197
  }
47868
48198
  ],
47869
48199
  "events": [
48200
+ {
48201
+ "name": "toggleExpand",
48202
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))",
48203
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
48204
+ "arguments": [
48205
+ {
48206
+ "name": "argument",
48207
+ "type": "[MouseEvent]\n"
48208
+ }
48209
+ ]
48210
+ },
47870
48211
  {
47871
48212
  "name": "click",
47872
48213
  "description": "Event that is emitted when the component is clicked.",
@@ -47874,7 +48215,7 @@
47874
48215
  "arguments": [
47875
48216
  {
47876
48217
  "name": "argument",
47877
- "type": "[MouseEvent]\n"
48218
+ "type": "[MouseEvent | KeyboardEvent]\n"
47878
48219
  }
47879
48220
  ]
47880
48221
  },
@@ -47900,6 +48241,10 @@
47900
48241
  "name": "isActive",
47901
48242
  "type": "boolean"
47902
48243
  },
48244
+ {
48245
+ "name": "isOpen",
48246
+ "type": "boolean"
48247
+ },
47903
48248
  {
47904
48249
  "name": "isSelected",
47905
48250
  "type": "boolean"
@@ -47923,6 +48268,10 @@
47923
48268
  "name": "isActive",
47924
48269
  "type": "boolean"
47925
48270
  },
48271
+ {
48272
+ "name": "isOpen",
48273
+ "type": "boolean"
48274
+ },
47926
48275
  {
47927
48276
  "name": "isSelected",
47928
48277
  "type": "boolean"
@@ -47946,6 +48295,10 @@
47946
48295
  "name": "isActive",
47947
48296
  "type": "boolean"
47948
48297
  },
48298
+ {
48299
+ "name": "isOpen",
48300
+ "type": "boolean"
48301
+ },
47949
48302
  {
47950
48303
  "name": "isSelected",
47951
48304
  "type": "boolean"
@@ -48090,7 +48443,7 @@
48090
48443
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
48091
48444
  "value": {
48092
48445
  "kind": "expression",
48093
- "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'"
48446
+ "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'"
48094
48447
  }
48095
48448
  },
48096
48449
  {