@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-23 → 3.6.0-alpha.2-dev.2024-04-26

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 (212) hide show
  1. package/CHANGELOG.md +81 -2
  2. package/dist/json/attributes.json +226 -30
  3. package/dist/json/importMap-labs.json +20 -16
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +54 -0
  6. package/dist/json/web-types.json +631 -84
  7. package/dist/vuetify-labs.css +2223 -2180
  8. package/dist/vuetify-labs.d.ts +1114 -76
  9. package/dist/vuetify-labs.esm.js +665 -364
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +664 -363
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1371 -1329
  14. package/dist/vuetify.d.ts +483 -72
  15. package/dist/vuetify.esm.js +478 -338
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +477 -337
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +705 -698
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +1 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +36 -0
  26. package/lib/components/VBanner/VBanner.css +1 -1
  27. package/lib/components/VBottomSheet/index.d.mts +14 -0
  28. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
  29. package/lib/components/VBtn/index.d.mts +1 -0
  30. package/lib/components/VBtnToggle/index.d.mts +1 -0
  31. package/lib/components/VCard/VCard.css +3 -3
  32. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  33. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  34. package/lib/components/VCarousel/index.d.mts +1 -0
  35. package/lib/components/VChip/VChip.css +1 -1
  36. package/lib/components/VChip/VChip.sass +1 -0
  37. package/lib/components/VChipGroup/index.d.mts +1 -0
  38. package/lib/components/VCombobox/VCombobox.mjs +8 -10
  39. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  40. package/lib/components/VCombobox/index.d.mts +36 -0
  41. package/lib/components/VDatePicker/VDatePicker.mjs +10 -0
  42. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  43. package/lib/components/VDialog/VDialog.mjs +6 -2
  44. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  45. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
  46. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
  47. package/lib/components/VDialog/index.d.mts +60 -10
  48. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  49. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  50. package/lib/components/VFileInput/index.d.mts +17 -5
  51. package/lib/components/VInput/VInput.mjs +6 -1
  52. package/lib/components/VInput/VInput.mjs.map +1 -1
  53. package/lib/components/VInput/index.d.mts +6 -0
  54. package/lib/components/VList/VList.mjs +2 -1
  55. package/lib/components/VList/VList.mjs.map +1 -1
  56. package/lib/components/VList/VListItem.css +1 -1
  57. package/lib/components/VMenu/index.d.mts +56 -0
  58. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -3
  59. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  60. package/lib/components/VNavigationDrawer/touch.mjs +16 -2
  61. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  62. package/lib/components/VOverlay/VOverlay.mjs +2 -2
  63. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  64. package/lib/components/VOverlay/index.d.mts +27 -13
  65. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  66. package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
  67. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  68. package/lib/components/VProgressLinear/index.d.mts +21 -0
  69. package/lib/components/VRangeSlider/index.d.mts +6 -0
  70. package/lib/components/VSelect/VSelect.mjs +5 -1
  71. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  72. package/lib/components/VSelect/index.d.mts +36 -0
  73. package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
  74. package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
  75. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  76. package/lib/components/VSlideGroup/VSlideGroup.sass +14 -1
  77. package/lib/components/VSlideGroup/helpers.mjs +48 -28
  78. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  79. package/lib/components/VSlideGroup/index.d.mts +1 -0
  80. package/lib/components/VSlider/index.d.mts +6 -0
  81. package/lib/components/VSnackbar/VSnackbar.css +18 -1
  82. package/lib/components/VSnackbar/VSnackbar.mjs +26 -8
  83. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  84. package/lib/components/VSnackbar/VSnackbar.sass +19 -0
  85. package/lib/components/VSnackbar/index.d.mts +42 -0
  86. package/lib/components/VSwitch/VSwitch.css +14 -2
  87. package/lib/components/VSwitch/VSwitch.sass +8 -2
  88. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  89. package/lib/components/VTabs/index.d.mts +1 -0
  90. package/lib/components/VTextField/index.d.mts +15 -3
  91. package/lib/components/VTextarea/index.d.mts +15 -3
  92. package/lib/components/VTooltip/index.d.mts +56 -0
  93. package/lib/components/VWindow/index.d.mts +1 -0
  94. package/lib/components/index.d.mts +444 -34
  95. package/lib/composables/goto.mjs +40 -3
  96. package/lib/composables/goto.mjs.map +1 -1
  97. package/lib/composables/group.mjs +10 -1
  98. package/lib/composables/group.mjs.map +1 -1
  99. package/lib/entry-bundler.mjs +1 -1
  100. package/lib/framework.mjs +1 -1
  101. package/lib/index.d.mts +40 -39
  102. package/lib/labs/VEmptyState/VEmptyState.css +3 -3
  103. package/lib/labs/VFab/VFab.css +1 -0
  104. package/lib/labs/VFab/VFab.mjs +3 -2
  105. package/lib/labs/VFab/VFab.mjs.map +1 -1
  106. package/lib/labs/VFab/VFab.sass +1 -0
  107. package/lib/labs/VFab/index.d.mts +10 -0
  108. package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
  109. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  110. package/lib/labs/VNumberInput/index.d.mts +56 -29
  111. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
  112. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
  113. package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
  114. package/lib/labs/VSnackbarQueue/index.mjs +2 -0
  115. package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
  116. package/lib/labs/VSpeedDial/index.d.mts +14 -0
  117. package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
  118. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  119. package/lib/labs/VTimePicker/index.d.mts +6 -13
  120. package/lib/labs/components.d.mts +2977 -282
  121. package/lib/labs/components.mjs +1 -0
  122. package/lib/labs/components.mjs.map +1 -1
  123. package/lib/locale/af.mjs +1 -0
  124. package/lib/locale/af.mjs.map +1 -1
  125. package/lib/locale/ar.mjs +1 -0
  126. package/lib/locale/ar.mjs.map +1 -1
  127. package/lib/locale/az.mjs +1 -0
  128. package/lib/locale/az.mjs.map +1 -1
  129. package/lib/locale/bg.mjs +1 -0
  130. package/lib/locale/bg.mjs.map +1 -1
  131. package/lib/locale/ca.mjs +1 -0
  132. package/lib/locale/ca.mjs.map +1 -1
  133. package/lib/locale/ckb.mjs +1 -0
  134. package/lib/locale/ckb.mjs.map +1 -1
  135. package/lib/locale/cs.mjs +1 -0
  136. package/lib/locale/cs.mjs.map +1 -1
  137. package/lib/locale/da.mjs +1 -0
  138. package/lib/locale/da.mjs.map +1 -1
  139. package/lib/locale/de.mjs +1 -0
  140. package/lib/locale/de.mjs.map +1 -1
  141. package/lib/locale/el.mjs +1 -0
  142. package/lib/locale/el.mjs.map +1 -1
  143. package/lib/locale/en.mjs +1 -0
  144. package/lib/locale/en.mjs.map +1 -1
  145. package/lib/locale/es.mjs +1 -0
  146. package/lib/locale/es.mjs.map +1 -1
  147. package/lib/locale/et.mjs +1 -0
  148. package/lib/locale/et.mjs.map +1 -1
  149. package/lib/locale/fa.mjs +1 -0
  150. package/lib/locale/fa.mjs.map +1 -1
  151. package/lib/locale/fi.mjs +1 -0
  152. package/lib/locale/fi.mjs.map +1 -1
  153. package/lib/locale/fr.mjs +1 -0
  154. package/lib/locale/fr.mjs.map +1 -1
  155. package/lib/locale/he.mjs +1 -0
  156. package/lib/locale/he.mjs.map +1 -1
  157. package/lib/locale/hr.mjs +1 -0
  158. package/lib/locale/hr.mjs.map +1 -1
  159. package/lib/locale/hu.mjs +1 -0
  160. package/lib/locale/hu.mjs.map +1 -1
  161. package/lib/locale/id.mjs +1 -0
  162. package/lib/locale/id.mjs.map +1 -1
  163. package/lib/locale/index.d.mts +43 -0
  164. package/lib/locale/it.mjs +1 -0
  165. package/lib/locale/it.mjs.map +1 -1
  166. package/lib/locale/ja.mjs +1 -0
  167. package/lib/locale/ja.mjs.map +1 -1
  168. package/lib/locale/km.mjs +1 -0
  169. package/lib/locale/km.mjs.map +1 -1
  170. package/lib/locale/ko.mjs +1 -0
  171. package/lib/locale/ko.mjs.map +1 -1
  172. package/lib/locale/lt.mjs +1 -0
  173. package/lib/locale/lt.mjs.map +1 -1
  174. package/lib/locale/lv.mjs +1 -0
  175. package/lib/locale/lv.mjs.map +1 -1
  176. package/lib/locale/nl.mjs +1 -0
  177. package/lib/locale/nl.mjs.map +1 -1
  178. package/lib/locale/no.mjs +1 -0
  179. package/lib/locale/no.mjs.map +1 -1
  180. package/lib/locale/pl.mjs +1 -0
  181. package/lib/locale/pl.mjs.map +1 -1
  182. package/lib/locale/pt.mjs +1 -0
  183. package/lib/locale/pt.mjs.map +1 -1
  184. package/lib/locale/ro.mjs +1 -0
  185. package/lib/locale/ro.mjs.map +1 -1
  186. package/lib/locale/ru.mjs +1 -0
  187. package/lib/locale/ru.mjs.map +1 -1
  188. package/lib/locale/sk.mjs +1 -0
  189. package/lib/locale/sk.mjs.map +1 -1
  190. package/lib/locale/sl.mjs +1 -0
  191. package/lib/locale/sl.mjs.map +1 -1
  192. package/lib/locale/sr-Cyrl.mjs +1 -0
  193. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  194. package/lib/locale/sr-Latn.mjs +1 -0
  195. package/lib/locale/sr-Latn.mjs.map +1 -1
  196. package/lib/locale/sv.mjs +1 -0
  197. package/lib/locale/sv.mjs.map +1 -1
  198. package/lib/locale/th.mjs +1 -0
  199. package/lib/locale/th.mjs.map +1 -1
  200. package/lib/locale/tr.mjs +1 -0
  201. package/lib/locale/tr.mjs.map +1 -1
  202. package/lib/locale/uk.mjs +1 -0
  203. package/lib/locale/uk.mjs.map +1 -1
  204. package/lib/locale/vi.mjs +1 -0
  205. package/lib/locale/vi.mjs.map +1 -1
  206. package/lib/locale/zh-Hans.mjs +1 -0
  207. package/lib/locale/zh-Hans.mjs.map +1 -1
  208. package/lib/locale/zh-Hant.mjs +1 -0
  209. package/lib/locale/zh-Hant.mjs.map +1 -1
  210. package/lib/styles/main.css +78 -78
  211. package/lib/styles/settings/_variables.scss +21 -14
  212. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-23...v) (2024-04-23)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-26...v) (2024-04-26)
2
2
 
3
3
 
4
4
 
5
- # [3.6.0-alpha.2-dev.2024-04-23](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2...v3.6.0-alpha.2-dev.2024-04-23) (2024-04-23)
5
+ # [3.6.0-alpha.2-dev.2024-04-26](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.6.0-alpha.2-dev.2024-04-26) (2024-04-26)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
10
  * **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612))
11
11
  * **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d))
12
+ * **VOverlay:** move targetRef out of props ([5e40cc8](https://github.com/vuetifyjs/vuetify/commit/5e40cc89fd1d944bcc338802e4ed286dacc7fbda)), closes [#19685](https://github.com/vuetifyjs/vuetify/issues/19685)
12
13
  * **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366))
13
14
 
14
15
 
@@ -20,3 +21,81 @@
20
21
 
21
22
 
22
23
 
24
+ # [3.6.0-alpha.2](https://github.com/vuetifyjs/vuetify/compare/v3.5.16...v3.6.0-alpha.2) (2024-04-16)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **VCounter:** add error color when max is exceeded ([d4921d8](https://github.com/vuetifyjs/vuetify/commit/d4921d87f04e4eb224e835da3d4e6e7ad074718c)), closes [#19615](https://github.com/vuetifyjs/vuetify/issues/19615)
30
+ * **VDataTable:** sort on transformed column values ([b6b9be5](https://github.com/vuetifyjs/vuetify/commit/b6b9be5e0f30df8f2444a565dcc1e93e39116b33)), closes [#18840](https://github.com/vuetifyjs/vuetify/issues/18840)
31
+ * **VFileInput:** add hideInput prop ([#17270](https://github.com/vuetifyjs/vuetify/issues/17270)) ([614262e](https://github.com/vuetifyjs/vuetify/commit/614262e878dc9ace77f870df6b67844149be6fe1)), closes [#17142](https://github.com/vuetifyjs/vuetify/issues/17142)
32
+ * **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
33
+
34
+
35
+ ### Features
36
+
37
+ * **date:** support typescript module augmentation for adapters ([20ffadc](https://github.com/vuetifyjs/vuetify/commit/20ffadc9d73fe57d357edde56d7e907a7135bcee)), closes [#18710](https://github.com/vuetifyjs/vuetify/issues/18710)
38
+ * **Tooltip:** add new directive ([#19053](https://github.com/vuetifyjs/vuetify/issues/19053)) ([2e1e743](https://github.com/vuetifyjs/vuetify/commit/2e1e74378b47e2f77721e1d3e5810cf6e25774f9))
39
+ * **variant:** add configurable $border-width-root ([2abb221](https://github.com/vuetifyjs/vuetify/commit/2abb221696ae1a8ca2f264e6ed83ad3f1bd9875e)), closes [#16786](https://github.com/vuetifyjs/vuetify/issues/16786)
40
+ * **VCardText/Subtitle:** add opacity support ([8633854](https://github.com/vuetifyjs/vuetify/commit/8633854c59306b3e7318bd0be9c499f59e883285))
41
+ * **VDataIterator:** loading prop fix and add new slot "loader" ([#18811](https://github.com/vuetifyjs/vuetify/issues/18811)) ([3fca676](https://github.com/vuetifyjs/vuetify/commit/3fca676ad16d843a5ea610cd2656420afe111634)), closes [#17652](https://github.com/vuetifyjs/vuetify/issues/17652)
42
+ * **VDivider:** add opacity support ([702bb50](https://github.com/vuetifyjs/vuetify/commit/702bb508cdfc5e1ce161b4ddd4a4b6d68de2c75d))
43
+ * **VDivider:** add slot support ([395f157](https://github.com/vuetifyjs/vuetify/commit/395f157d5ecc676885a69fd76639ad8a485b8ee7))
44
+ * **VInput:** add dimensions support to VInput ([#19600](https://github.com/vuetifyjs/vuetify/issues/19600)) ([45c8f61](https://github.com/vuetifyjs/vuetify/commit/45c8f615913c10d7e8f189ac067a6c860e96941d))
45
+ * **VListItemSubtitle:** add new opacity prop ([565a794](https://github.com/vuetifyjs/vuetify/commit/565a794b7eebafbdf65e0efab8d39ba6abb700e3)), closes [#16446](https://github.com/vuetifyjs/vuetify/issues/16446)
46
+ * **VProgressLinear:** add new buffer color / opacity props ([#19190](https://github.com/vuetifyjs/vuetify/issues/19190)) ([f257755](https://github.com/vuetifyjs/vuetify/commit/f25775557cb767629f2d6b3edaa2310a87eb58b7))
47
+
48
+
49
+
50
+ # [3.6.0-alpha.1](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.0...v3.6.0-alpha.1) (2024-04-11)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **layout:** partial revert of layout change ([0cd9e54](https://github.com/vuetifyjs/vuetify/commit/0cd9e54a84249260eb9531a2f972ffd4d363a225))
56
+ * **VBottomNavigation:** remove internal translate and fix active/modelValue ([54e33b6](https://github.com/vuetifyjs/vuetify/commit/54e33b636db904fe90b350cf195a53cc7ab7b664))
57
+ * **VNavigationDrawer:** only show shadow when active ([665a46f](https://github.com/vuetifyjs/vuetify/commit/665a46ff297765b7b53f4b2b441714282e2a8069))
58
+
59
+
60
+ ### Features
61
+
62
+ * **calendar:** add new prop for dynamic/static number of weeks ([#19584](https://github.com/vuetifyjs/vuetify/issues/19584)) ([296a790](https://github.com/vuetifyjs/vuetify/commit/296a790f9ed42590390c99625096b4e42dde86a1))
63
+
64
+
65
+
66
+ # [3.6.0-alpha.0](https://github.com/vuetifyjs/vuetify/compare/v3.5.15...v3.6.0-alpha.0) (2024-04-10)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
72
+ * **VDataTable:** add new prop to wrap text when use maxWidth ([#18961](https://github.com/vuetifyjs/vuetify/issues/18961)) ([dd929f5](https://github.com/vuetifyjs/vuetify/commit/dd929f5e52ff2a8a70c2df944c787b64a90335dd)), closes [#18862](https://github.com/vuetifyjs/vuetify/issues/18862)
73
+ * **VDataTableFooter:** dont apply i18n to numbers ([#18980](https://github.com/vuetifyjs/vuetify/issues/18980)) ([8e1f56e](https://github.com/vuetifyjs/vuetify/commit/8e1f56e7f7cec212f95a9fe991960107be7093e4)), closes [#18978](https://github.com/vuetifyjs/vuetify/issues/18978)
74
+ * **VDataTable:** selection duplication ([#18908](https://github.com/vuetifyjs/vuetify/issues/18908)) ([9745cd1](https://github.com/vuetifyjs/vuetify/commit/9745cd12f878465483d92d7ac0ffc1feceb35355)), closes [#18877](https://github.com/vuetifyjs/vuetify/issues/18877)
75
+ * **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
76
+ * **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
77
+
78
+
79
+ ### Features
80
+
81
+ * **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
82
+ * **dates:** add all supported formats ([45199a4](https://github.com/vuetifyjs/vuetify/commit/45199a4a37108779763c083ffa2f10a5cb5dcd31))
83
+ * **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
84
+ * **opacity:** add new utility classes ([44e5588](https://github.com/vuetifyjs/vuetify/commit/44e55888f256169bc79805c6abce60fc03aa2295))
85
+ * **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
86
+ * **transitions:** add root variable ([#19120](https://github.com/vuetifyjs/vuetify/issues/19120)) ([f1735a5](https://github.com/vuetifyjs/vuetify/commit/f1735a5aa08fb3e82c66c034469380af724fb7db)), closes [#6470](https://github.com/vuetifyjs/vuetify/issues/6470)
87
+ * **utilities:** add new classes ([a3ff4eb](https://github.com/vuetifyjs/vuetify/commit/a3ff4ebe0816d61085b32a1d9a195458891dfb39)), closes [#9243](https://github.com/vuetifyjs/vuetify/issues/9243)
88
+ * **VAppBar:** add support for fully-hide scroll-behavior ([#19557](https://github.com/vuetifyjs/vuetify/issues/19557)) ([c6f6587](https://github.com/vuetifyjs/vuetify/commit/c6f65877b33f371c54c571aaea4155394b7debf2)), closes [#18020](https://github.com/vuetifyjs/vuetify/issues/18020)
89
+ * **VBtnGroup/VBottomNavigation:** add baseColor prop ([#19088](https://github.com/vuetifyjs/vuetify/issues/19088)) ([4e84c67](https://github.com/vuetifyjs/vuetify/commit/4e84c67246d3d2f7364b9f843c67178e3486ccdd)), closes [#17042](https://github.com/vuetifyjs/vuetify/issues/17042)
90
+ * **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
91
+ * **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
92
+ * **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
93
+ * **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
94
+ * **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
95
+ * **VNavigationDrawer:** add delay functionality for rail ([0201c01](https://github.com/vuetifyjs/vuetify/commit/0201c019398c3a9ae1ecb4dbede775df875c8c70)), closes [#18413](https://github.com/vuetifyjs/vuetify/issues/18413)
96
+ * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
97
+ * **VTabs:** add support for v-tabs-window ([#19248](https://github.com/vuetifyjs/vuetify/issues/19248)) ([b905b67](https://github.com/vuetifyjs/vuetify/commit/b905b677a69bc2c5a749d380895497a86b702e1d))
98
+ * **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
99
+
100
+
101
+
@@ -2279,6 +2279,10 @@
2279
2279
  "type": "string | number\n",
2280
2280
  "description": "Sets the width for the component."
2281
2281
  },
2282
+ "VCheckbox/theme": {
2283
+ "type": "string\n",
2284
+ "description": "Specify a theme for this component and all of its children."
2285
+ },
2282
2286
  "VCheckbox/disabled": {
2283
2287
  "type": "boolean\n",
2284
2288
  "description": "Removes the ability to click or target the component."
@@ -2379,10 +2383,6 @@
2379
2383
  "type": "(a: any, b: any) => boolean\n",
2380
2384
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2381
2385
  },
2382
- "VCheckbox/theme": {
2383
- "type": "string\n",
2384
- "description": "Specify a theme for this component and all of its children."
2385
- },
2386
2386
  "VCheckboxBtn/label": {
2387
2387
  "type": "string\n",
2388
2388
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
@@ -4943,6 +4943,10 @@
4943
4943
  "type": "boolean\n",
4944
4944
  "description": "An alternate style for the FAB that expects text."
4945
4945
  },
4946
+ "VFab/layout": {
4947
+ "type": "boolean\n",
4948
+ "description": "If true, will effect layout dimensions based on size and position."
4949
+ },
4946
4950
  "VFab/location": {
4947
4951
  "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
4948
4952
  "description": "The location of the fab relative to the layout. Only works when using **app**."
@@ -5359,6 +5363,10 @@
5359
5363
  "type": "string | number\n",
5360
5364
  "description": "Sets the width for the component."
5361
5365
  },
5366
+ "VFileInput/theme": {
5367
+ "type": "string\n",
5368
+ "description": "Specify a theme for this component and all of its children."
5369
+ },
5362
5370
  "VFileInput/disabled": {
5363
5371
  "type": "boolean\n",
5364
5372
  "description": "Removes the ability to click or target the input."
@@ -5467,10 +5475,6 @@
5467
5475
  "type": "boolean\n",
5468
5476
  "description": "Removes any applied **border-radius** from the component."
5469
5477
  },
5470
- "VFileInput/theme": {
5471
- "type": "string\n",
5472
- "description": "Specify a theme for this component and all of its children."
5473
- },
5474
5478
  "VFooter/app": {
5475
5479
  "type": "boolean\n",
5476
5480
  "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
@@ -5799,6 +5803,10 @@
5799
5803
  "type": "string | number\n",
5800
5804
  "description": "Sets the width for the component."
5801
5805
  },
5806
+ "VInput/theme": {
5807
+ "type": "string\n",
5808
+ "description": "Specify a theme for this component and all of its children."
5809
+ },
5802
5810
  "VInput/disabled": {
5803
5811
  "type": "boolean\n",
5804
5812
  "description": "Removes the ability to click or target the component."
@@ -6775,6 +6783,10 @@
6775
6783
  "type": "'default' | 'comfortable' | 'compact'\n",
6776
6784
  "description": "Adjusts the vertical height used by the component."
6777
6785
  },
6786
+ "VNumberInput/theme": {
6787
+ "type": "string\n",
6788
+ "description": "Specify a theme for this component and all of its children."
6789
+ },
6778
6790
  "VNumberInput/disabled": {
6779
6791
  "type": "boolean\n",
6780
6792
  "description": "Removes the ability to click or target the input."
@@ -6788,7 +6800,7 @@
6788
6800
  "description": "Puts input in readonly state."
6789
6801
  },
6790
6802
  "VNumberInput/model-value": {
6791
- "type": "string | number\n",
6803
+ "type": "number\n",
6792
6804
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6793
6805
  },
6794
6806
  "VNumberInput/focused": {
@@ -6823,10 +6835,6 @@
6823
6835
  "type": "string | number | boolean\n",
6824
6836
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
6825
6837
  },
6826
- "VNumberInput/theme": {
6827
- "type": "string\n",
6828
- "description": "Specify a theme for this component and all of its children."
6829
- },
6830
6838
  "VOtpInput/length": {
6831
6839
  "type": "string | number\n",
6832
6840
  "description": "The OTP field's length."
@@ -7375,6 +7383,10 @@
7375
7383
  "type": "boolean\n",
7376
7384
  "description": "Applies a border radius to the progress bar."
7377
7385
  },
7386
+ "VProgressLinear/location": {
7387
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7388
+ "description": "Specifies the component's location. Can combine by using a space separated string."
7389
+ },
7378
7390
  "VProgressLinear/rounded": {
7379
7391
  "type": "string | number | boolean\n",
7380
7392
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -7543,6 +7555,10 @@
7543
7555
  "type": "string | number\n",
7544
7556
  "description": "Sets the width for the component."
7545
7557
  },
7558
+ "VRadioGroup/theme": {
7559
+ "type": "string\n",
7560
+ "description": "Specify a theme for this component and all of its children."
7561
+ },
7546
7562
  "VRadioGroup/disabled": {
7547
7563
  "type": "boolean\n",
7548
7564
  "description": "Removes the ability to click or target the component."
@@ -7619,10 +7635,6 @@
7619
7635
  "type": "(a: any, b: any) => boolean\n",
7620
7636
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7621
7637
  },
7622
- "VRadioGroup/theme": {
7623
- "type": "string\n",
7624
- "description": "Specify a theme for this component and all of its children."
7625
- },
7626
7638
  "VRangeSlider/label": {
7627
7639
  "type": "string\n",
7628
7640
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
@@ -7687,6 +7699,10 @@
7687
7699
  "type": "string | number\n",
7688
7700
  "description": "Sets the width for the component."
7689
7701
  },
7702
+ "VRangeSlider/theme": {
7703
+ "type": "string\n",
7704
+ "description": "Specify a theme for this component and all of its children."
7705
+ },
7690
7706
  "VRangeSlider/disabled": {
7691
7707
  "type": "boolean\n",
7692
7708
  "description": "Removes the ability to click or target the component."
@@ -8999,6 +9015,10 @@
8999
9015
  "type": "string | number\n",
9000
9016
  "description": "Sets the width for the component."
9001
9017
  },
9018
+ "VSlider/theme": {
9019
+ "type": "string\n",
9020
+ "description": "Specify a theme for this component and all of its children."
9021
+ },
9002
9022
  "VSlider/error-messages": {
9003
9023
  "type": "string | string[]\n",
9004
9024
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -9199,6 +9219,182 @@
9199
9219
  "type": "string | boolean | Element\n",
9200
9220
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
9201
9221
  },
9222
+ "VSnackbarQueue/activator": {
9223
+ "type": "Element | 'parent' | (string & {}) | ComponentPublicInstance\n",
9224
+ "description": "Explicitly sets the overlay's activator."
9225
+ },
9226
+ "VSnackbarQueue/text": {
9227
+ "type": "string\n",
9228
+ "description": "Specify content text for the component."
9229
+ },
9230
+ "VSnackbarQueue/multi-line": {
9231
+ "type": "boolean\n",
9232
+ "description": "Gives the snackbar a larger minimum height."
9233
+ },
9234
+ "VSnackbarQueue/timer": {
9235
+ "type": "string | boolean\n",
9236
+ "description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
9237
+ },
9238
+ "VSnackbarQueue/timeout": {
9239
+ "type": "string | number\n",
9240
+ "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
9241
+ },
9242
+ "VSnackbarQueue/vertical": {
9243
+ "type": "boolean\n",
9244
+ "description": "Stacks snackbar content on top of the actions (button)."
9245
+ },
9246
+ "VSnackbarQueue/location": {
9247
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
9248
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
9249
+ },
9250
+ "VSnackbarQueue/position": {
9251
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
9252
+ "description": "Sets the position for the component."
9253
+ },
9254
+ "VSnackbarQueue/absolute": {
9255
+ "type": "boolean\n",
9256
+ "description": "Applies **position: absolute** to the content element."
9257
+ },
9258
+ "VSnackbarQueue/rounded": {
9259
+ "type": "string | number | boolean\n",
9260
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
9261
+ },
9262
+ "VSnackbarQueue/tile": {
9263
+ "type": "boolean\n",
9264
+ "description": "Removes any applied **border-radius** from the component."
9265
+ },
9266
+ "VSnackbarQueue/color": {
9267
+ "type": "string\n",
9268
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9269
+ },
9270
+ "VSnackbarQueue/variant": {
9271
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
9272
+ "description": "Applies a distinct style to the component."
9273
+ },
9274
+ "VSnackbarQueue/theme": {
9275
+ "type": "string\n",
9276
+ "description": "Specify a theme for this component and all of its children."
9277
+ },
9278
+ "VSnackbarQueue/close-on-back": {
9279
+ "type": "boolean\n",
9280
+ "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."
9281
+ },
9282
+ "VSnackbarQueue/contained": {
9283
+ "type": "boolean\n",
9284
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)."
9285
+ },
9286
+ "VSnackbarQueue/content-class": {
9287
+ "type": "any\n",
9288
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
9289
+ },
9290
+ "VSnackbarQueue/content-props": {
9291
+ "type": "any\n",
9292
+ "description": "Apply custom properties to the content."
9293
+ },
9294
+ "VSnackbarQueue/disabled": {
9295
+ "type": "boolean\n",
9296
+ "description": "Removes the ability to click or target the component."
9297
+ },
9298
+ "VSnackbarQueue/opacity": {
9299
+ "type": "string | number\n",
9300
+ "description": "Sets the overlay opacity."
9301
+ },
9302
+ "VSnackbarQueue/model-value": {
9303
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9304
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9305
+ },
9306
+ "VSnackbarQueue/z-index": {
9307
+ "type": "string | number\n",
9308
+ "description": "The z-index used for the component."
9309
+ },
9310
+ "VSnackbarQueue/target": {
9311
+ "type": " | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n",
9312
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
9313
+ },
9314
+ "VSnackbarQueue/activator-props": {
9315
+ "type": "unknown\n",
9316
+ "description": "Apply custom properties to the activator."
9317
+ },
9318
+ "VSnackbarQueue/open-on-click": {
9319
+ "type": "boolean\n",
9320
+ "description": "Activate the component when the activator is clicked."
9321
+ },
9322
+ "VSnackbarQueue/open-on-hover": {
9323
+ "type": "boolean\n",
9324
+ "description": "Activate the component when the activator is hovered."
9325
+ },
9326
+ "VSnackbarQueue/open-on-focus": {
9327
+ "type": "boolean\n",
9328
+ "description": "Activate the component when the activator is focused."
9329
+ },
9330
+ "VSnackbarQueue/close-on-content-click": {
9331
+ "type": "boolean\n",
9332
+ "description": "Closes component when you click on its content."
9333
+ },
9334
+ "VSnackbarQueue/close-delay": {
9335
+ "type": "string | number\n",
9336
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
9337
+ },
9338
+ "VSnackbarQueue/open-delay": {
9339
+ "type": "string | number\n",
9340
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
9341
+ },
9342
+ "VSnackbarQueue/height": {
9343
+ "type": "string | number\n",
9344
+ "description": "Sets the height for the component."
9345
+ },
9346
+ "VSnackbarQueue/max-height": {
9347
+ "type": "string | number\n",
9348
+ "description": "Sets the maximum height for the component."
9349
+ },
9350
+ "VSnackbarQueue/max-width": {
9351
+ "type": "string | number\n",
9352
+ "description": "Sets the maximum width for the component."
9353
+ },
9354
+ "VSnackbarQueue/min-height": {
9355
+ "type": "string | number\n",
9356
+ "description": "Sets the minimum height for the component."
9357
+ },
9358
+ "VSnackbarQueue/min-width": {
9359
+ "type": "string | number\n",
9360
+ "description": "Sets the minimum width for the component."
9361
+ },
9362
+ "VSnackbarQueue/width": {
9363
+ "type": "string | number\n",
9364
+ "description": "Sets the width for the component."
9365
+ },
9366
+ "VSnackbarQueue/eager": {
9367
+ "type": "boolean\n",
9368
+ "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."
9369
+ },
9370
+ "VSnackbarQueue/location-strategy": {
9371
+ "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
9372
+ "description": "A function used to specifies how the component should position relative to its activator."
9373
+ },
9374
+ "VSnackbarQueue/origin": {
9375
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
9376
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
9377
+ },
9378
+ "VSnackbarQueue/offset": {
9379
+ "type": "string | number | number[]\n",
9380
+ "description": "A single value that offsets content away from the target based upon what side it is on."
9381
+ },
9382
+ "VSnackbarQueue/transition": {
9383
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
9384
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
9385
+ },
9386
+ "VSnackbarQueue/attach": {
9387
+ "type": "string | boolean | Element\n",
9388
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
9389
+ },
9390
+ "VSnackbarQueue/closable": {
9391
+ "type": "string | boolean\n",
9392
+ "description": "Adds a dismiss button that closes the active snackbar."
9393
+ },
9394
+ "VSnackbarQueue/close-text": {
9395
+ "type": "string\n",
9396
+ "description": "The text used in the close button when using the **closable** prop."
9397
+ },
9202
9398
  "VSpacer/tag": {
9203
9399
  "type": "string\n",
9204
9400
  "description": "Specify a custom tag used on the root element."
@@ -9783,6 +9979,10 @@
9783
9979
  "type": "string | number\n",
9784
9980
  "description": "Sets the width for the component."
9785
9981
  },
9982
+ "VSwitch/theme": {
9983
+ "type": "string\n",
9984
+ "description": "Specify a theme for this component and all of its children."
9985
+ },
9786
9986
  "VSwitch/disabled": {
9787
9987
  "type": "boolean\n",
9788
9988
  "description": "Removes the ability to click or target the component."
@@ -9879,10 +10079,6 @@
9879
10079
  "type": "(a: any, b: any) => boolean\n",
9880
10080
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9881
10081
  },
9882
- "VSwitch/theme": {
9883
- "type": "string\n",
9884
- "description": "Specify a theme for this component and all of its children."
9885
- },
9886
10082
  "VSystemBar/color": {
9887
10083
  "type": "string\n",
9888
10084
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -10355,6 +10551,10 @@
10355
10551
  "type": "string | number\n",
10356
10552
  "description": "Sets the width for the component."
10357
10553
  },
10554
+ "VTextField/theme": {
10555
+ "type": "string\n",
10556
+ "description": "Specify a theme for this component and all of its children."
10557
+ },
10358
10558
  "VTextField/disabled": {
10359
10559
  "type": "boolean\n",
10360
10560
  "description": "Removes the ability to click or target the input."
@@ -10463,10 +10663,6 @@
10463
10663
  "type": "boolean\n",
10464
10664
  "description": "Removes any applied **border-radius** from the component."
10465
10665
  },
10466
- "VTextField/theme": {
10467
- "type": "string\n",
10468
- "description": "Specify a theme for this component and all of its children."
10469
- },
10470
10666
  "VTextField/counter-value": {
10471
10667
  "type": "number | ((value: any) => number)\n",
10472
10668
  "description": "Function returns the counter display text."
@@ -10583,6 +10779,10 @@
10583
10779
  "type": "string | number\n",
10584
10780
  "description": "Sets the width for the component."
10585
10781
  },
10782
+ "VTextarea/theme": {
10783
+ "type": "string\n",
10784
+ "description": "Specify a theme for this component and all of its children."
10785
+ },
10586
10786
  "VTextarea/disabled": {
10587
10787
  "type": "boolean\n",
10588
10788
  "description": "Removes the ability to click or target the input."
@@ -10691,10 +10891,6 @@
10691
10891
  "type": "boolean\n",
10692
10892
  "description": "Removes any applied **border-radius** from the component."
10693
10893
  },
10694
- "VTextarea/theme": {
10695
- "type": "string\n",
10696
- "description": "Specify a theme for this component and all of its children."
10697
- },
10698
10894
  "VTextarea/counter-value": {
10699
10895
  "type": "(value: any) => number\n",
10700
10896
  "description": "Display the input length but do not provide any validation."
@@ -10848,7 +11044,7 @@
10848
11044
  "description": "Removes the ability to click or target the component."
10849
11045
  },
10850
11046
  "VTimePickerClock/displayed-value": {
10851
- "type": "",
11047
+ "type": "any\n",
10852
11048
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
10853
11049
  },
10854
11050
  "VTimePickerClock/double": {
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VNumberInput": {
4
- "from": "labs/VNumberInput/index.mjs",
5
- "styles": []
6
- },
7
3
  "VCalendar": {
8
4
  "from": "labs/VCalendar/index.mjs",
9
5
  "styles": []
@@ -36,18 +32,6 @@
36
32
  "from": "labs/VFab/index.mjs",
37
33
  "styles": []
38
34
  },
39
- "VTimePicker": {
40
- "from": "labs/VTimePicker/index.mjs",
41
- "styles": []
42
- },
43
- "VTimePickerClock": {
44
- "from": "labs/VTimePicker/index.mjs",
45
- "styles": []
46
- },
47
- "VTimePickerControls": {
48
- "from": "labs/VTimePicker/index.mjs",
49
- "styles": []
50
- },
51
35
  "VPicker": {
52
36
  "from": "labs/VPicker/index.mjs",
53
37
  "styles": []
@@ -56,6 +40,10 @@
56
40
  "from": "labs/VPicker/index.mjs",
57
41
  "styles": []
58
42
  },
43
+ "VNumberInput": {
44
+ "from": "labs/VNumberInput/index.mjs",
45
+ "styles": []
46
+ },
59
47
  "VTreeview": {
60
48
  "from": "labs/VTreeview/index.mjs",
61
49
  "styles": []
@@ -68,6 +56,18 @@
68
56
  "from": "labs/VTreeview/index.mjs",
69
57
  "styles": []
70
58
  },
59
+ "VTimePicker": {
60
+ "from": "labs/VTimePicker/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VTimePickerClock": {
64
+ "from": "labs/VTimePicker/index.mjs",
65
+ "styles": []
66
+ },
67
+ "VTimePickerControls": {
68
+ "from": "labs/VTimePicker/index.mjs",
69
+ "styles": []
70
+ },
71
71
  "VConfirmEdit": {
72
72
  "from": "labs/VConfirmEdit/index.mjs",
73
73
  "styles": []
@@ -76,6 +76,10 @@
76
76
  "from": "labs/VSparkline/index.mjs",
77
77
  "styles": []
78
78
  },
79
+ "VSnackbarQueue": {
80
+ "from": "labs/VSnackbarQueue/index.mjs",
81
+ "styles": []
82
+ },
79
83
  "VSpeedDial": {
80
84
  "from": "labs/VSpeedDial/index.mjs",
81
85
  "styles": []