vuetify 3.6.15 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/json/attributes.json +182 -26
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +44 -5
  5. package/dist/json/web-types.json +445 -42
  6. package/dist/vuetify-labs.css +2359 -2344
  7. package/dist/vuetify-labs.d.ts +690 -341
  8. package/dist/vuetify-labs.esm.js +253 -211
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +252 -210
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2553 -2538
  13. package/dist/vuetify.d.ts +559 -315
  14. package/dist/vuetify.esm.js +189 -127
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +188 -126
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +160 -156
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VApp/VApp.mjs +2 -5
  22. package/lib/components/VApp/VApp.mjs.map +1 -1
  23. package/lib/components/VApp/index.d.mts +6 -6
  24. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  25. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  26. package/lib/components/VAppBar/index.d.mts +8 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +78 -49
  30. package/lib/components/VAvatar/VAvatar.css +9 -0
  31. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  32. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.sass +1 -0
  34. package/lib/components/VAvatar/_variables.scss +13 -0
  35. package/lib/components/VAvatar/index.d.mts +6 -0
  36. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
  37. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  38. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  39. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  40. package/lib/components/VBtn/VBtn.css +0 -4
  41. package/lib/components/VBtn/VBtn.mjs +3 -1
  42. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  43. package/lib/components/VBtn/VBtn.sass +0 -6
  44. package/lib/components/VBtn/_variables.scss +0 -1
  45. package/lib/components/VBtn/index.d.mts +6 -0
  46. package/lib/components/VCard/VCard.css +1 -0
  47. package/lib/components/VCard/VCard.sass +1 -0
  48. package/lib/components/VCard/_variables.scss +7 -3
  49. package/lib/components/VCarousel/index.d.mts +9 -0
  50. package/lib/components/VCheckbox/index.d.mts +7 -6
  51. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  52. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  53. package/lib/components/VCombobox/index.d.mts +78 -49
  54. package/lib/components/VDialog/index.d.mts +3 -3
  55. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  56. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  57. package/lib/components/VExpansionPanel/index.d.mts +72 -0
  58. package/lib/components/VFab/index.d.mts +6 -0
  59. package/lib/components/VFileInput/index.d.mts +19 -18
  60. package/lib/components/VFooter/VFooter.mjs +1 -3
  61. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  62. package/lib/components/VFooter/index.d.mts +3 -3
  63. package/lib/components/VForm/index.d.mts +10 -9
  64. package/lib/components/VGrid/VContainer.mjs +6 -1
  65. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  66. package/lib/components/VGrid/index.d.mts +36 -0
  67. package/lib/components/VImg/VImg.css +9 -0
  68. package/lib/components/VImg/VImg.mjs +2 -0
  69. package/lib/components/VImg/VImg.mjs.map +1 -1
  70. package/lib/components/VImg/VImg.sass +9 -0
  71. package/lib/components/VImg/index.d.mts +9 -0
  72. package/lib/components/VInput/index.d.mts +7 -6
  73. package/lib/components/VLayout/VLayout.mjs +2 -5
  74. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  75. package/lib/components/VLayout/VLayoutItem.mjs +4 -6
  76. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  77. package/lib/components/VLayout/index.d.mts +9 -9
  78. package/lib/components/VList/VListItem.css +2 -2
  79. package/lib/components/VList/VListItem.mjs +3 -1
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/VListItem.sass +1 -1
  82. package/lib/components/VList/index.d.mts +19 -18
  83. package/lib/components/VMain/VMain.mjs +2 -3
  84. package/lib/components/VMain/VMain.mjs.map +1 -1
  85. package/lib/components/VMain/index.d.mts +2 -2
  86. package/lib/components/VMenu/VMenu.mjs +26 -8
  87. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  88. package/lib/components/VMenu/index.d.mts +30 -15
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  91. package/lib/components/VOverlay/VOverlay.mjs +5 -4
  92. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  93. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  94. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  95. package/lib/components/VOverlay/useActivator.mjs +3 -2
  96. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  97. package/lib/components/VRadioGroup/index.d.mts +7 -6
  98. package/lib/components/VRangeSlider/index.d.mts +7 -6
  99. package/lib/components/VSelect/VSelect.mjs +15 -13
  100. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  101. package/lib/components/VSelect/index.d.mts +78 -49
  102. package/lib/components/VSelect/useScrolling.mjs +3 -3
  103. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  104. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  105. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  106. package/lib/components/VSlideGroup/index.d.mts +6 -0
  107. package/lib/components/VSlider/index.d.mts +7 -6
  108. package/lib/components/VSnackbar/index.d.mts +3 -3
  109. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  110. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  111. package/lib/components/VSpeedDial/index.d.mts +28 -13
  112. package/lib/components/VSwitch/index.d.mts +7 -6
  113. package/lib/components/VTabs/index.d.mts +21 -3
  114. package/lib/components/VTextField/index.d.mts +19 -18
  115. package/lib/components/VTextarea/index.d.mts +19 -18
  116. package/lib/components/VTooltip/index.d.mts +3 -3
  117. package/lib/components/VValidation/index.d.mts +7 -6
  118. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  119. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  120. package/lib/components/VVirtualScroll/index.d.mts +3 -0
  121. package/lib/components/index.d.mts +504 -259
  122. package/lib/composables/layout.mjs +37 -14
  123. package/lib/composables/layout.mjs.map +1 -1
  124. package/lib/composables/nested/nested.mjs +3 -3
  125. package/lib/composables/nested/nested.mjs.map +1 -1
  126. package/lib/composables/nested/openStrategies.mjs +4 -2
  127. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  128. package/lib/composables/nested/selectStrategies.mjs +5 -5
  129. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  130. package/lib/composables/validation.mjs +8 -6
  131. package/lib/composables/validation.mjs.map +1 -1
  132. package/lib/composables/virtual.mjs +1 -0
  133. package/lib/composables/virtual.mjs.map +1 -1
  134. package/lib/entry-bundler.mjs +1 -1
  135. package/lib/entry-bundler.mjs.map +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/framework.mjs.map +1 -1
  138. package/lib/index.d.mts +55 -56
  139. package/lib/labs/VDateInput/index.d.mts +7 -6
  140. package/lib/labs/VNumberInput/index.d.mts +43 -42
  141. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
  142. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
  143. package/lib/labs/VPullToRefresh/index.d.mts +9 -0
  144. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  145. package/lib/labs/VStepperVertical/index.d.mts +36 -0
  146. package/lib/labs/VTreeview/VTreeview.mjs +21 -6
  147. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  148. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  149. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  150. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  151. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  152. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  153. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  154. package/lib/labs/VTreeview/index.d.mts +133 -95
  155. package/lib/labs/components.d.mts +193 -109
  156. package/lib/util/helpers.mjs +5 -0
  157. package/lib/util/helpers.mjs.map +1 -1
  158. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.15",
5
+ "version": "3.7.0",
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"
@@ -27154,6 +27385,16 @@
27154
27385
  "type": "string"
27155
27386
  }
27156
27387
  },
27388
+ {
27389
+ "name": "submenu",
27390
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
27391
+ "doc-url": "https://vuetifyjs.com/api/VMenu#props",
27392
+ "default": "false",
27393
+ "value": {
27394
+ "kind": "expression",
27395
+ "type": "boolean"
27396
+ }
27397
+ },
27157
27398
  {
27158
27399
  "name": "closeOnBack",
27159
27400
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
@@ -27416,7 +27657,6 @@
27416
27657
  "name": "location",
27417
27658
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
27418
27659
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
27419
- "default": "'bottom'",
27420
27660
  "value": {
27421
27661
  "kind": "expression",
27422
27662
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
@@ -28373,7 +28613,7 @@
28373
28613
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28374
28614
  "value": {
28375
28615
  "kind": "expression",
28376
- "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'"
28616
+ "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'"
28377
28617
  }
28378
28618
  },
28379
28619
  {
@@ -30819,6 +31059,16 @@
30819
31059
  "description": "",
30820
31060
  "doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh",
30821
31061
  "attributes": [
31062
+ {
31063
+ "name": "disabled",
31064
+ "description": "Removes the ability to click or target the component.",
31065
+ "doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
31066
+ "default": "false",
31067
+ "value": {
31068
+ "kind": "expression",
31069
+ "type": "boolean"
31070
+ }
31071
+ },
30822
31072
  {
30823
31073
  "name": "pullDownThreshold",
30824
31074
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPullToRefresh.json))",
@@ -31422,7 +31672,7 @@
31422
31672
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31423
31673
  "value": {
31424
31674
  "kind": "expression",
31425
- "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'"
31675
+ "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'"
31426
31676
  }
31427
31677
  },
31428
31678
  {
@@ -32014,7 +32264,7 @@
32014
32264
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
32015
32265
  "value": {
32016
32266
  "kind": "expression",
32017
- "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'"
32267
+ "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'"
32018
32268
  }
32019
32269
  },
32020
32270
  {
@@ -34231,7 +34481,7 @@
34231
34481
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34232
34482
  "value": {
34233
34483
  "kind": "expression",
34234
- "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'"
34484
+ "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'"
34235
34485
  }
34236
34486
  },
34237
34487
  {
@@ -36623,7 +36873,7 @@
36623
36873
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36624
36874
  "value": {
36625
36875
  "kind": "expression",
36626
- "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'"
36876
+ "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'"
36627
36877
  }
36628
36878
  },
36629
36879
  {
@@ -38277,6 +38527,16 @@
38277
38527
  "type": "string"
38278
38528
  }
38279
38529
  },
38530
+ {
38531
+ "name": "submenu",
38532
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
38533
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
38534
+ "default": "false",
38535
+ "value": {
38536
+ "kind": "expression",
38537
+ "type": "boolean"
38538
+ }
38539
+ },
38280
38540
  {
38281
38541
  "name": "closeOnBack",
38282
38542
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
@@ -40651,6 +40911,60 @@
40651
40911
  "type": "boolean"
40652
40912
  }
40653
40913
  },
40914
+ {
40915
+ "name": "height",
40916
+ "description": "Sets the height for the component.",
40917
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40918
+ "value": {
40919
+ "kind": "expression",
40920
+ "type": "string | number"
40921
+ }
40922
+ },
40923
+ {
40924
+ "name": "maxHeight",
40925
+ "description": "Sets the maximum height for the component.",
40926
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40927
+ "value": {
40928
+ "kind": "expression",
40929
+ "type": "string | number"
40930
+ }
40931
+ },
40932
+ {
40933
+ "name": "maxWidth",
40934
+ "description": "Sets the maximum width for the component.",
40935
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40936
+ "value": {
40937
+ "kind": "expression",
40938
+ "type": "string | number"
40939
+ }
40940
+ },
40941
+ {
40942
+ "name": "minHeight",
40943
+ "description": "Sets the minimum height for the component.",
40944
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40945
+ "value": {
40946
+ "kind": "expression",
40947
+ "type": "string | number"
40948
+ }
40949
+ },
40950
+ {
40951
+ "name": "minWidth",
40952
+ "description": "Sets the minimum width for the component.",
40953
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40954
+ "value": {
40955
+ "kind": "expression",
40956
+ "type": "string | number"
40957
+ }
40958
+ },
40959
+ {
40960
+ "name": "width",
40961
+ "description": "Sets the width for the component.",
40962
+ "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
40963
+ "value": {
40964
+ "kind": "expression",
40965
+ "type": "string | number"
40966
+ }
40967
+ },
40654
40968
  {
40655
40969
  "name": "eager",
40656
40970
  "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.",
@@ -41426,7 +41740,7 @@
41426
41740
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41427
41741
  "value": {
41428
41742
  "kind": "expression",
41429
- "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'"
41743
+ "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'"
41430
41744
  }
41431
41745
  },
41432
41746
  {
@@ -42082,6 +42396,15 @@
42082
42396
  "type": "'horizontal' | 'vertical'"
42083
42397
  }
42084
42398
  },
42399
+ {
42400
+ "name": "activeColor",
42401
+ "description": "The applied color when the component is in an active state.",
42402
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
42403
+ "value": {
42404
+ "kind": "expression",
42405
+ "type": "string"
42406
+ }
42407
+ },
42085
42408
  {
42086
42409
  "name": "baseColor",
42087
42410
  "description": "Sets the color of component when not focused.",
@@ -43387,7 +43710,7 @@
43387
43710
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43388
43711
  "value": {
43389
43712
  "kind": "expression",
43390
- "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'"
43713
+ "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'"
43391
43714
  }
43392
43715
  },
43393
43716
  {
@@ -44316,7 +44639,7 @@
44316
44639
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44317
44640
  "value": {
44318
44641
  "kind": "expression",
44319
- "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'"
44642
+ "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'"
44320
44643
  }
44321
44644
  },
44322
44645
  {
@@ -46827,9 +47150,56 @@
46827
47150
  "type": "string"
46828
47151
  }
46829
47152
  },
47153
+ {
47154
+ "name": "openOnClick",
47155
+ "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.",
47156
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47157
+ "value": {
47158
+ "kind": "expression",
47159
+ "type": "boolean"
47160
+ }
47161
+ },
47162
+ {
47163
+ "name": "indeterminateIcon",
47164
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`.",
47165
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47166
+ "default": "'$checkboxIndeterminate'",
47167
+ "value": {
47168
+ "kind": "expression",
47169
+ "type": "any"
47170
+ }
47171
+ },
47172
+ {
47173
+ "name": "falseIcon",
47174
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))",
47175
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47176
+ "value": {
47177
+ "kind": "expression",
47178
+ "type": "any"
47179
+ }
47180
+ },
47181
+ {
47182
+ "name": "trueIcon",
47183
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewChildren.json))",
47184
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47185
+ "value": {
47186
+ "kind": "expression",
47187
+ "type": "any"
47188
+ }
47189
+ },
47190
+ {
47191
+ "name": "returnObject",
47192
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
47193
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47194
+ "default": "false",
47195
+ "value": {
47196
+ "kind": "expression",
47197
+ "type": "boolean"
47198
+ }
47199
+ },
46830
47200
  {
46831
47201
  "name": "selectable",
46832
- "description": "Will render a checkbox next to each node allowing them to be selected.",
47202
+ "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.",
46833
47203
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
46834
47204
  "default": "false",
46835
47205
  "value": {
@@ -46837,6 +47207,15 @@
46837
47207
  "type": "boolean"
46838
47208
  }
46839
47209
  },
47210
+ {
47211
+ "name": "selectedColor",
47212
+ "description": "The color of the selection checkbox.",
47213
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47214
+ "value": {
47215
+ "kind": "expression",
47216
+ "type": "string"
47217
+ }
47218
+ },
46840
47219
  {
46841
47220
  "name": "loadChildren",
46842
47221
  "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.",
@@ -47008,16 +47387,6 @@
47008
47387
  "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>)"
47009
47388
  }
47010
47389
  },
47011
- {
47012
- "name": "openStrategy",
47013
- "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.",
47014
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47015
- "default": "'list'",
47016
- "value": {
47017
- "kind": "expression",
47018
- "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>"
47019
- }
47020
- },
47021
47390
  {
47022
47391
  "name": "border",
47023
47392
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
@@ -47141,16 +47510,6 @@
47141
47510
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
47142
47511
  }
47143
47512
  },
47144
- {
47145
- "name": "returnObject",
47146
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
47147
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47148
- "default": "false",
47149
- "value": {
47150
- "kind": "expression",
47151
- "type": "boolean"
47152
- }
47153
- },
47154
47513
  {
47155
47514
  "name": "valueComparator",
47156
47515
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
@@ -47216,6 +47575,16 @@
47216
47575
  "kind": "expression",
47217
47576
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'"
47218
47577
  }
47578
+ },
47579
+ {
47580
+ "name": "modelValue",
47581
+ "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`",
47582
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47583
+ "default": "[]",
47584
+ "value": {
47585
+ "kind": "expression",
47586
+ "type": "unknown[]"
47587
+ }
47219
47588
  }
47220
47589
  ],
47221
47590
  "events": [
@@ -47273,6 +47642,17 @@
47273
47642
  "type": "[unknown]\n"
47274
47643
  }
47275
47644
  ]
47645
+ },
47646
+ {
47647
+ "name": "update:modelValue",
47648
+ "description": "Event that is emitted when the component's model changes.",
47649
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
47650
+ "arguments": [
47651
+ {
47652
+ "name": "argument",
47653
+ "type": "[unknown]\n"
47654
+ }
47655
+ ]
47276
47656
  }
47277
47657
  ],
47278
47658
  "slots": [
@@ -47858,6 +48238,17 @@
47858
48238
  }
47859
48239
  ],
47860
48240
  "events": [
48241
+ {
48242
+ "name": "toggleExpand",
48243
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))",
48244
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
48245
+ "arguments": [
48246
+ {
48247
+ "name": "argument",
48248
+ "type": "[MouseEvent]\n"
48249
+ }
48250
+ ]
48251
+ },
47861
48252
  {
47862
48253
  "name": "click",
47863
48254
  "description": "Event that is emitted when the component is clicked.",
@@ -47865,7 +48256,7 @@
47865
48256
  "arguments": [
47866
48257
  {
47867
48258
  "name": "argument",
47868
- "type": "[MouseEvent]\n"
48259
+ "type": "[MouseEvent | KeyboardEvent]\n"
47869
48260
  }
47870
48261
  ]
47871
48262
  },
@@ -47891,6 +48282,10 @@
47891
48282
  "name": "isActive",
47892
48283
  "type": "boolean"
47893
48284
  },
48285
+ {
48286
+ "name": "isOpen",
48287
+ "type": "boolean"
48288
+ },
47894
48289
  {
47895
48290
  "name": "isSelected",
47896
48291
  "type": "boolean"
@@ -47914,6 +48309,10 @@
47914
48309
  "name": "isActive",
47915
48310
  "type": "boolean"
47916
48311
  },
48312
+ {
48313
+ "name": "isOpen",
48314
+ "type": "boolean"
48315
+ },
47917
48316
  {
47918
48317
  "name": "isSelected",
47919
48318
  "type": "boolean"
@@ -47937,6 +48336,10 @@
47937
48336
  "name": "isActive",
47938
48337
  "type": "boolean"
47939
48338
  },
48339
+ {
48340
+ "name": "isOpen",
48341
+ "type": "boolean"
48342
+ },
47940
48343
  {
47941
48344
  "name": "isSelected",
47942
48345
  "type": "boolean"
@@ -48081,7 +48484,7 @@
48081
48484
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
48082
48485
  "value": {
48083
48486
  "kind": "expression",
48084
- "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'"
48487
+ "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'"
48085
48488
  }
48086
48489
  },
48087
48490
  {