@vuetify/nightly 3.0.0-beta.6 → 3.0.0-beta.9

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 (174) hide show
  1. package/CHANGELOG.md +14 -39
  2. package/dist/json/attributes.json +98 -14
  3. package/dist/json/importMap.json +64 -64
  4. package/dist/json/tags.json +23 -2
  5. package/dist/json/web-types.json +253 -40
  6. package/dist/vuetify.css +1469 -1640
  7. package/dist/vuetify.d.ts +1701 -7588
  8. package/dist/vuetify.esm.js +694 -443
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +693 -441
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +766 -742
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/components/VAlert/VAlert.css +0 -3
  16. package/lib/components/VAlert/VAlert.mjs +20 -10
  17. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  18. package/lib/components/VAlert/VAlert.sass +0 -3
  19. package/lib/components/VAutocomplete/VAutocomplete.css +10 -0
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
  23. package/lib/components/VAutocomplete/_variables.scss +1 -0
  24. package/lib/components/VAvatar/VAvatar.css +2 -0
  25. package/lib/components/VAvatar/VAvatar.sass +3 -0
  26. package/lib/components/VBtn/VBtn.css +29 -5
  27. package/lib/components/VBtn/VBtn.sass +40 -10
  28. package/lib/components/VBtn/_variables.scss +4 -0
  29. package/lib/components/VBtnGroup/VBtnGroup.css +1 -0
  30. package/lib/components/VCard/VCard.mjs +12 -7
  31. package/lib/components/VCard/VCard.mjs.map +1 -1
  32. package/lib/components/VCombobox/VCombobox.css +10 -0
  33. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VCombobox/VCombobox.sass +10 -0
  36. package/lib/components/VCombobox/_variables.scss +1 -0
  37. package/lib/components/VDialog/VDialog.mjs +3 -3
  38. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  39. package/lib/components/VField/VField.css +44 -25
  40. package/lib/components/VField/VField.mjs +1 -1
  41. package/lib/components/VField/VField.mjs.map +1 -1
  42. package/lib/components/VField/VField.sass +33 -19
  43. package/lib/components/VField/_variables.scss +3 -2
  44. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  45. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  46. package/lib/components/VForm/VForm.mjs +2 -2
  47. package/lib/components/VForm/VForm.mjs.map +1 -1
  48. package/lib/components/VGrid/VCol.mjs +2 -1
  49. package/lib/components/VGrid/VCol.mjs.map +1 -1
  50. package/lib/components/VGrid/VRow.mjs +8 -3
  51. package/lib/components/VGrid/VRow.mjs.map +1 -1
  52. package/lib/components/VIcon/VIcon.css +0 -10
  53. package/lib/components/VIcon/VIcon.sass +0 -10
  54. package/lib/components/VIcon/_variables.scss +0 -1
  55. package/lib/components/VImg/VImg.mjs +1 -0
  56. package/lib/components/VImg/VImg.mjs.map +1 -1
  57. package/lib/components/VInput/VInput.css +2 -1
  58. package/lib/components/VInput/VInput.sass +2 -1
  59. package/lib/components/VInput/_variables.scss +0 -1
  60. package/lib/components/VLayout/VLayout.css +0 -2
  61. package/lib/components/VLayout/VLayout.sass +0 -2
  62. package/lib/components/VList/VList.css +4 -1
  63. package/lib/components/VList/VList.sass +5 -1
  64. package/lib/components/VList/VListChildren.mjs +19 -2
  65. package/lib/components/VList/VListChildren.mjs.map +1 -1
  66. package/lib/components/VList/VListItem.mjs +18 -11
  67. package/lib/components/VList/VListItem.mjs.map +1 -1
  68. package/lib/components/VList/_variables.scss +1 -0
  69. package/lib/components/VMain/VMain.css +21 -3
  70. package/lib/components/VMain/VMain.mjs +13 -8
  71. package/lib/components/VMain/VMain.mjs.map +1 -1
  72. package/lib/components/VMain/VMain.sass +18 -3
  73. package/lib/components/VMenu/VMenu.mjs +2 -2
  74. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  75. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +12 -17
  76. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +52 -19
  77. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  78. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +15 -20
  79. package/lib/components/VNavigationDrawer/_variables.scss +1 -1
  80. package/lib/components/VNavigationDrawer/sticky.mjs +72 -0
  81. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
  82. package/lib/components/VOverlay/VOverlay.mjs +8 -6
  83. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  84. package/lib/components/VOverlay/_variables.scss +1 -1
  85. package/lib/components/VOverlay/useActivator.mjs +1 -1
  86. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  87. package/lib/components/VPagination/VPagination.mjs +1 -1
  88. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  89. package/lib/components/VRadio/VRadio.mjs +8 -17
  90. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  91. package/lib/components/VRadioGroup/VRadioGroup.mjs +20 -3
  92. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  93. package/lib/components/VSelect/VSelect.css +10 -0
  94. package/lib/components/VSelect/VSelect.mjs +3 -4
  95. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  96. package/lib/components/VSelect/VSelect.sass +10 -0
  97. package/lib/components/VSelect/_variables.scss +1 -0
  98. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -4
  99. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  100. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  101. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  102. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  103. package/lib/components/VSnackbar/_variables.scss +1 -3
  104. package/lib/components/VTable/VTable.mjs.map +1 -1
  105. package/lib/components/VTabs/VTab.css +0 -1
  106. package/lib/components/VTabs/VTab.sass +0 -1
  107. package/lib/components/VTextField/VTextField.css +2 -1
  108. package/lib/components/VTextField/VTextField.mjs +19 -21
  109. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  110. package/lib/components/VTextField/VTextField.sass +2 -1
  111. package/lib/components/VTextarea/VTextarea.css +6 -2
  112. package/lib/components/VTextarea/VTextarea.mjs +18 -11
  113. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  114. package/lib/components/VTextarea/VTextarea.sass +9 -2
  115. package/lib/components/VTextarea/_variables.scss +0 -1
  116. package/lib/components/VTimeline/VTimeline.css +123 -112
  117. package/lib/components/VTimeline/VTimeline.mjs +4 -4
  118. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  119. package/lib/components/VTimeline/VTimeline.sass +129 -111
  120. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -2
  121. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  122. package/lib/components/VTimeline/VTimelineItem.mjs +3 -1
  123. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  124. package/lib/components/VToolbar/VToolbar.css +9 -33
  125. package/lib/components/VToolbar/VToolbar.mjs +3 -4
  126. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  127. package/lib/components/VToolbar/VToolbar.sass +5 -15
  128. package/lib/components/VToolbar/_variables.scss +3 -7
  129. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  130. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  131. package/lib/components/index.d.ts +1696 -7583
  132. package/lib/composables/color.mjs +19 -26
  133. package/lib/composables/color.mjs.map +1 -1
  134. package/lib/composables/defaults.mjs +1 -1
  135. package/lib/composables/defaults.mjs.map +1 -1
  136. package/lib/composables/form.mjs +29 -9
  137. package/lib/composables/form.mjs.map +1 -1
  138. package/lib/composables/{forwardRef.mjs → forwardRefs.mjs} +29 -3
  139. package/lib/composables/forwardRefs.mjs.map +1 -0
  140. package/lib/composables/index.mjs +3 -2
  141. package/lib/composables/index.mjs.map +1 -1
  142. package/lib/composables/layout.mjs +12 -12
  143. package/lib/composables/layout.mjs.map +1 -1
  144. package/lib/composables/rtl.mjs +2 -2
  145. package/lib/composables/rtl.mjs.map +1 -1
  146. package/lib/composables/size.mjs +18 -14
  147. package/lib/composables/size.mjs.map +1 -1
  148. package/lib/composables/stack.mjs +22 -12
  149. package/lib/composables/stack.mjs.map +1 -1
  150. package/lib/composables/theme.mjs +9 -6
  151. package/lib/composables/theme.mjs.map +1 -1
  152. package/lib/composables/validation.mjs +13 -3
  153. package/lib/composables/validation.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/index.d.ts +21 -21
  156. package/lib/styles/generic/_colors.scss +17 -9
  157. package/lib/styles/main.css +1135 -1371
  158. package/lib/styles/settings/_utilities.scss +16 -5
  159. package/lib/styles/utilities/_index.sass +0 -1
  160. package/lib/util/anchor.mjs +1 -3
  161. package/lib/util/anchor.mjs.map +1 -1
  162. package/lib/util/colorUtils.mjs +2 -2
  163. package/lib/util/colorUtils.mjs.map +1 -1
  164. package/lib/util/colors.mjs +1 -1
  165. package/lib/util/colors.mjs.map +1 -1
  166. package/lib/util/defineComponent.mjs +6 -3
  167. package/lib/util/defineComponent.mjs.map +1 -1
  168. package/lib/util/helpers.mjs +4 -1
  169. package/lib/util/helpers.mjs.map +1 -1
  170. package/lib/util/injectSelf.mjs +12 -0
  171. package/lib/util/injectSelf.mjs.map +1 -0
  172. package/package.json +3 -1
  173. package/lib/composables/forwardRef.mjs.map +0 -1
  174. package/lib/styles/utilities/_text.sass +0 -9
package/CHANGELOG.md CHANGED
@@ -1,49 +1,24 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.6...v) (2022-07-30)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.9...v) (2022-08-24)
2
2
 
3
3
 
4
4
 
5
- # [3.0.0-beta.6](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2022-07-29)
5
+ # [3.0.0-beta.9](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2022-08-23)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **proxiedModel:** count undefined prop value as present ([7bbbe04](https://github.com/vuetifyjs/vuetify/commit/7bbbe0496e72d4cfb20e30ea206ec09bff2b849a)), closes [#15203](https://github.com/vuetifyjs/vuetify/issues/15203)
11
- * **theme:** allow a csp nonce to be specified ([#15359](https://github.com/vuetifyjs/vuetify/issues/15359)) ([0a3d070](https://github.com/vuetifyjs/vuetify/commit/0a3d070e74df8e1a554c1beb23f41cfedbfc3da6)), closes [#15358](https://github.com/vuetifyjs/vuetify/issues/15358)
12
- * **transitions:** apply default transition to component transitions ([#15385](https://github.com/vuetifyjs/vuetify/issues/15385)) ([c59ec9a](https://github.com/vuetifyjs/vuetify/commit/c59ec9a36a6614170a50e38bf6c3d049b0a36d01)), closes [#14440](https://github.com/vuetifyjs/vuetify/issues/14440)
13
- * **VBreadcrumbs:** only render one icon ([#15447](https://github.com/vuetifyjs/vuetify/issues/15447)) ([3c68cd8](https://github.com/vuetifyjs/vuetify/commit/3c68cd8ce1735d05250e6f53769c3f4924aa226e)), closes [#15430](https://github.com/vuetifyjs/vuetify/issues/15430)
14
- * **VBtn:** display as inline-grid ([7434d21](https://github.com/vuetifyjs/vuetify/commit/7434d21156bda74c4d77991ce3e18c52ddb2d37b)), closes [#15369](https://github.com/vuetifyjs/vuetify/issues/15369)
15
- * **VBtn:** make disabled color consistent across all variants ([#15156](https://github.com/vuetifyjs/vuetify/issues/15156)) ([9abf709](https://github.com/vuetifyjs/vuetify/commit/9abf709bc5d66534a251406a2549115271492826)), closes [#15147](https://github.com/vuetifyjs/vuetify/issues/15147)
16
- * **VBtn:** override v-btn icon size for default icon buttons ([#15492](https://github.com/vuetifyjs/vuetify/issues/15492)) ([569b75d](https://github.com/vuetifyjs/vuetify/commit/569b75d4e6b5ef4de72f406c55716a96fd6d0803)), closes [#15486](https://github.com/vuetifyjs/vuetify/issues/15486)
17
- * **VBtn:** remove underlay from grid flow ([4f5795b](https://github.com/vuetifyjs/vuetify/commit/4f5795bb6e3ca2e6c8df9a5301f5ba23b49f08be))
18
- * **VBtn:** restore original density values ([#15382](https://github.com/vuetifyjs/vuetify/issues/15382)) ([1da0b42](https://github.com/vuetifyjs/vuetify/commit/1da0b4210554e97ef2a0af6f92a2b2395ce15a91))
19
- * **VBtn:** use <span> inside of html buttons ([4ee21dc](https://github.com/vuetifyjs/vuetify/commit/4ee21dc4c736ff72a9a8713e1c3e03797f9dfad5)), closes [#15029](https://github.com/vuetifyjs/vuetify/issues/15029)
20
- * **VCard:** add overflow-wrap ([#15450](https://github.com/vuetifyjs/vuetify/issues/15450)) ([bd48eaa](https://github.com/vuetifyjs/vuetify/commit/bd48eaabfe4512a3fa6804d07512946167904c34)), closes [#15486](https://github.com/vuetifyjs/vuetify/issues/15486)
21
- * **VCard:** apply disabled opacity to all direct children ([45b1621](https://github.com/vuetifyjs/vuetify/commit/45b1621a3c316a42f93605ead4bab9febdbd6ec4))
22
- * **VCard:** set explicit z-index ([5e57395](https://github.com/vuetifyjs/vuetify/commit/5e57395110410483290a732a2b22f618007d2800))
23
- * **VCardText:** remove transition css properties ([81dd8a9](https://github.com/vuetifyjs/vuetify/commit/81dd8a94e1761ad6fe1bba7dbfc1e03535fc8e8c)), closes [#15111](https://github.com/vuetifyjs/vuetify/issues/15111)
24
- * **VCombobox:** make search work when multiple prop missing ([#15271](https://github.com/vuetifyjs/vuetify/issues/15271)) ([6ebdfd6](https://github.com/vuetifyjs/vuetify/commit/6ebdfd65198831a3d8bd6e0fde052b0666244c2d))
25
- * **VExpansionPanel:** align title to the start ([b54f0ec](https://github.com/vuetifyjs/vuetify/commit/b54f0ec5d4dbbd18fa94f9a1c9ed60e95fd8d5ff)), closes [#15365](https://github.com/vuetifyjs/vuetify/issues/15365)
26
- * **VField:** allow input to shrink ([5e05dc5](https://github.com/vuetifyjs/vuetify/commit/5e05dc5bf96ab657f8b31980fe0e408dd0c42edd)), closes [#15377](https://github.com/vuetifyjs/vuetify/issues/15377)
27
- * **VField:** remove explicit v-field__input align-self ([#15494](https://github.com/vuetifyjs/vuetify/issues/15494)) ([004a74b](https://github.com/vuetifyjs/vuetify/commit/004a74b53f91a1a8571256748fa4998ef42aba64)), closes [#15483](https://github.com/vuetifyjs/vuetify/issues/15483)
28
- * **VFileInput:** allow native drag and drop ([#15208](https://github.com/vuetifyjs/vuetify/issues/15208)) ([68b9797](https://github.com/vuetifyjs/vuetify/commit/68b9797acf360ebd65c79a730c3eb128299d5942))
29
- * **VListItem:** add default min-height when **lines** is not used ([c48db3a](https://github.com/vuetifyjs/vuetify/commit/c48db3a799c7c7090a969a323c7d7660744e419c))
30
- * **VOverlay:** compare uid instead of object reference in isTop ([63a2c6c](https://github.com/vuetifyjs/vuetify/commit/63a2c6cf2531305bb5ed8352c3a1f3e092948772)), closes [#15380](https://github.com/vuetifyjs/vuetify/issues/15380) [#15412](https://github.com/vuetifyjs/vuetify/issues/15412)
31
- * **VPagination:** remove VBtn defaults, add activeColor prop ([#15449](https://github.com/vuetifyjs/vuetify/issues/15449)) ([b0df2d0](https://github.com/vuetifyjs/vuetify/commit/b0df2d07a1a72caa2fcad9a0730302d58fa185f9)), closes [#15424](https://github.com/vuetifyjs/vuetify/issues/15424)
32
- * **VSelect:** add prepend-item and append-item slots ([#15448](https://github.com/vuetifyjs/vuetify/issues/15448)) ([07131a8](https://github.com/vuetifyjs/vuetify/commit/07131a848652b6242b23393aa9f9fa07cd584e3c)), closes [#15426](https://github.com/vuetifyjs/vuetify/issues/15426)
33
- * **VSelect:** don't show checkboxes if hideSelected is set ([11b6dea](https://github.com/vuetifyjs/vuetify/commit/11b6dea79f6a9e5b62e64632f30344dc367f4623))
34
- * **VSystemBar:** use height prop ([0ba754e](https://github.com/vuetifyjs/vuetify/commit/0ba754e0bb5efcf64ff0341839220cd753cece00))
35
- * **VTable:** position fixed header above tbody content ([#15502](https://github.com/vuetifyjs/vuetify/issues/15502)) ([fd8df05](https://github.com/vuetifyjs/vuetify/commit/fd8df0585c5cde3fb90c496bb04011643c220a85)), closes [#15297](https://github.com/vuetifyjs/vuetify/issues/15297)
36
- * specify MINIMUM vite/webpack plugin versions ([e9ab916](https://github.com/vuetifyjs/vuetify/commit/e9ab9166ee8ed1fb0a6e77e442354d89400bb43d))
37
- * **VListGroup:** respect initial opened prop ([9cb7ca5](https://github.com/vuetifyjs/vuetify/commit/9cb7ca52de567346fc6fb97a47bac05eda11a848)), closes [#15388](https://github.com/vuetifyjs/vuetify/issues/15388)
38
- * **VOverlay:** prevent "expects a reactive object" warning ([bf2c54d](https://github.com/vuetifyjs/vuetify/commit/bf2c54d73bd2d2029ee05352861aa5447e841a2e))
39
- * **VSwitch:** hide default thumb when true/false-icon is present ([8e8715e](https://github.com/vuetifyjs/vuetify/commit/8e8715e1b9c5d2d308472b4699d74eb514e03491)), closes [#15318](https://github.com/vuetifyjs/vuetify/issues/15318)
40
- * **VTabs:** force inherit tabs height ([86b2cf1](https://github.com/vuetifyjs/vuetify/commit/86b2cf1cb7df6547e5608edb32dee3ab81d1c54f)), closes [#15376](https://github.com/vuetifyjs/vuetify/issues/15376)
41
- * **VTabs:** proxy modelValue to VSlideGroup ([0f30a42](https://github.com/vuetifyjs/vuetify/commit/0f30a42777de57f9a150c1bec3455f9b239133d4))
42
- * **VTextField:** show counter if using hide-details="auto" ([#15268](https://github.com/vuetifyjs/vuetify/issues/15268)) ([a63a838](https://github.com/vuetifyjs/vuetify/commit/a63a838f78f7d56938f9bd1c4d22dbe70f747f66)), closes [#15231](https://github.com/vuetifyjs/vuetify/issues/15231)
43
- * **VTextField:** update model value immediately on input event ([0ea08f8](https://github.com/vuetifyjs/vuetify/commit/0ea08f8945958b6009f2b4ef3758ef305aeeb6ec)), closes [#11243](https://github.com/vuetifyjs/vuetify/issues/11243)
44
- * **VTimeline:** render icon slot if provided ([034fcfd](https://github.com/vuetifyjs/vuetify/commit/034fcfd41620a1cd9a2d86c628a7ee203ce90ddd)), closes [#15511](https://github.com/vuetifyjs/vuetify/issues/15511)
45
- * declare group:selected emits ([b897800](https://github.com/vuetifyjs/vuetify/commit/b897800ee184263530f0e879f44704e804db280e)), closes [#15187](https://github.com/vuetifyjs/vuetify/issues/15187)
46
- * forward overlay ref ([cf420ff](https://github.com/vuetifyjs/vuetify/commit/cf420ff4f0f941442653ec1131ce1641fcf66a02))
10
+ * **form:** errorMessages should be reactive ([#15188](https://github.com/vuetifyjs/vuetify/issues/15188)) ([a9a471e](https://github.com/vuetifyjs/vuetify/commit/a9a471ec20b1e00d3c689f42240a1da244f0a463))
11
+ * **theme:** correct regexp for on- colors ([d76dba4](https://github.com/vuetifyjs/vuetify/commit/d76dba465ba82e75acf558f4ff19ef2620159aad)), closes [#15647](https://github.com/vuetifyjs/vuetify/issues/15647)
12
+ * **VAutocomplete:** remove emit click:clear event ([#15530](https://github.com/vuetifyjs/vuetify/issues/15530)) ([efb1a52](https://github.com/vuetifyjs/vuetify/commit/efb1a5270e94fb599756d6a9d90af3dc5c15f207)), closes [#15496](https://github.com/vuetifyjs/vuetify/issues/15496)
13
+ * **VColorPicker:** use hexa value for transparent color ([#15667](https://github.com/vuetifyjs/vuetify/issues/15667)) ([8f7f918](https://github.com/vuetifyjs/vuetify/commit/8f7f918300ec3a76cd56170fb24a7d506e0496eb))
14
+ * **VOverlay:** add missing !default to $overlay-opacity ([#15583](https://github.com/vuetifyjs/vuetify/issues/15583)) ([24a6ade](https://github.com/vuetifyjs/vuetify/commit/24a6ade28ff34b5c864b4e49fdafd21b68064b4b))
15
+
16
+
17
+ ### Features
18
+
19
+ * **VNavigationDrawer:** add sticky prop ([#15661](https://github.com/vuetifyjs/vuetify/issues/15661)) ([77e8107](https://github.com/vuetifyjs/vuetify/commit/77e8107d669e17b8fb380084d0d5cf5baba5815d))
20
+ * **VRow:** add space-evenly ([#15586](https://github.com/vuetifyjs/vuetify/issues/15586)) ([5b94e25](https://github.com/vuetifyjs/vuetify/commit/5b94e253d4feac26a0fe342feb5fbdcc5dbaa0d3)), closes [#15581](https://github.com/vuetifyjs/vuetify/issues/15581)
21
+ * add blueprints to package exports ([#15646](https://github.com/vuetifyjs/vuetify/issues/15646)) ([4355dda](https://github.com/vuetifyjs/vuetify/commit/4355dda5e057afe074442adb4b964f7d0e8916c2))
47
22
 
48
23
 
49
24
 
@@ -900,7 +900,7 @@
900
900
  "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
901
901
  },
902
902
  "v-card/link": {
903
- "type": "any",
903
+ "type": "boolean",
904
904
  "description": ""
905
905
  },
906
906
  "v-card/prepend-avatar": {
@@ -2812,17 +2812,17 @@
2812
2812
  "description": ""
2813
2813
  },
2814
2814
  "v-list-item/active": {
2815
- "type": "any",
2815
+ "type": "boolean",
2816
2816
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2817
2817
  },
2818
- "v-list-item/active-color": {
2819
- "type": "any",
2820
- "description": "The applied color when a `v-list-item` is in an active state"
2821
- },
2822
2818
  "v-list-item/active-class": {
2823
2819
  "type": "any",
2824
2820
  "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
2825
2821
  },
2822
+ "v-list-item/active-color": {
2823
+ "type": "any",
2824
+ "description": "The applied color when a `v-list-item` is in an active state"
2825
+ },
2826
2826
  "v-list-item/append-avatar": {
2827
2827
  "type": "any",
2828
2828
  "description": "Appends a [v-avatar](/components/avatars/) component to the header"
@@ -2839,6 +2839,10 @@
2839
2839
  "type": "any",
2840
2840
  "description": ""
2841
2841
  },
2842
+ "v-list-item/link": {
2843
+ "type": "boolean",
2844
+ "description": ""
2845
+ },
2842
2846
  "v-list-item/nav": {
2843
2847
  "type": "any",
2844
2848
  "description": ""
@@ -2863,10 +2867,6 @@
2863
2867
  "type": "any",
2864
2868
  "description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
2865
2869
  },
2866
- "v-list-item/link": {
2867
- "type": "any",
2868
- "description": ""
2869
- },
2870
2870
  "v-list-item/border": {
2871
2871
  "type": "boolean|number|string",
2872
2872
  "description": "Applies border styles to component."
@@ -3003,6 +3003,10 @@
3003
3003
  "type": "boolean",
3004
3004
  "description": ""
3005
3005
  },
3006
+ "v-main/scrollable": {
3007
+ "type": "any",
3008
+ "description": ""
3009
+ },
3006
3010
  "v-main/tag": {
3007
3011
  "type": "string",
3008
3012
  "description": "Specify a custom tag used on the root element."
@@ -3055,6 +3059,10 @@
3055
3059
  "type": "number|string",
3056
3060
  "description": ""
3057
3061
  },
3062
+ "v-navigation-drawer/scrim": {
3063
+ "type": "string|boolean",
3064
+ "description": ""
3065
+ },
3058
3066
  "v-navigation-drawer/image": {
3059
3067
  "type": "any",
3060
3068
  "description": ""
@@ -3075,6 +3083,10 @@
3075
3083
  "type": "string",
3076
3084
  "description": ""
3077
3085
  },
3086
+ "v-navigation-drawer/sticky": {
3087
+ "type": "any",
3088
+ "description": ""
3089
+ },
3078
3090
  "v-navigation-drawer/border": {
3079
3091
  "type": "boolean|number|string",
3080
3092
  "description": "Applies border styles to component."
@@ -3463,6 +3475,30 @@
3463
3475
  "type": "string",
3464
3476
  "description": "Specify a theme for this component and all of its children"
3465
3477
  },
3478
+ "v-radio/color": {
3479
+ "type": "string",
3480
+ "description": ""
3481
+ },
3482
+ "v-radio/disabled": {
3483
+ "type": "boolean",
3484
+ "description": ""
3485
+ },
3486
+ "v-radio/error": {
3487
+ "type": "boolean",
3488
+ "description": ""
3489
+ },
3490
+ "v-radio/id": {
3491
+ "type": "string",
3492
+ "description": ""
3493
+ },
3494
+ "v-radio/inline": {
3495
+ "type": "boolean",
3496
+ "description": ""
3497
+ },
3498
+ "v-radio/label": {
3499
+ "type": "string",
3500
+ "description": ""
3501
+ },
3466
3502
  "v-radio/false-icon": {
3467
3503
  "type": "string|function|object",
3468
3504
  "description": "The icon used when inactive"
@@ -3471,6 +3507,54 @@
3471
3507
  "type": "string|function|object",
3472
3508
  "description": "The icon used when active"
3473
3509
  },
3510
+ "v-radio/ripple": {
3511
+ "type": "boolean",
3512
+ "description": ""
3513
+ },
3514
+ "v-radio/multiple": {
3515
+ "type": "boolean",
3516
+ "description": ""
3517
+ },
3518
+ "v-radio/name": {
3519
+ "type": "string",
3520
+ "description": "Sets the component's name attribute"
3521
+ },
3522
+ "v-radio/readonly": {
3523
+ "type": "boolean",
3524
+ "description": ""
3525
+ },
3526
+ "v-radio/true-value": {
3527
+ "type": "any",
3528
+ "description": "Sets value for truthy state"
3529
+ },
3530
+ "v-radio/false-value": {
3531
+ "type": "any",
3532
+ "description": "Sets value for falsy state"
3533
+ },
3534
+ "v-radio/model-value": {
3535
+ "type": "any",
3536
+ "description": ""
3537
+ },
3538
+ "v-radio/type": {
3539
+ "type": "string",
3540
+ "description": ""
3541
+ },
3542
+ "v-radio/value": {
3543
+ "type": "any",
3544
+ "description": ""
3545
+ },
3546
+ "v-radio/value-comparator": {
3547
+ "type": "function",
3548
+ "description": ""
3549
+ },
3550
+ "v-radio/theme": {
3551
+ "type": "string",
3552
+ "description": "Specify a theme for this component and all of its children"
3553
+ },
3554
+ "v-radio/density": {
3555
+ "type": "string",
3556
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3557
+ },
3474
3558
  "v-radio-group/height": {
3475
3559
  "type": "number|string",
3476
3560
  "description": "Sets the height for the component"
@@ -4287,10 +4371,6 @@
4287
4371
  "type": "any",
4288
4372
  "description": ""
4289
4373
  },
4290
- "v-snackbar/app": {
4291
- "type": "any",
4292
- "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4293
- },
4294
4374
  "v-snackbar/content-class": {
4295
4375
  "type": "string",
4296
4376
  "description": "Apply a custom class to the snackbar content"
@@ -5103,6 +5183,10 @@
5103
5183
  "type": "any",
5104
5184
  "description": "Color of the icon"
5105
5185
  },
5186
+ "v-timeline-item/line-inset": {
5187
+ "type": "any",
5188
+ "description": ""
5189
+ },
5106
5190
  "v-timeline-item/rounded": {
5107
5191
  "type": "boolean|number|string",
5108
5192
  "description": ""
@@ -40,30 +40,30 @@
40
40
  "from": "components/VLayout/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VLazy": {
44
- "from": "components/VLazy/index.mjs",
45
- "styles": []
46
- },
47
43
  "VLocaleProvider": {
48
44
  "from": "components/VLocaleProvider/index.mjs",
49
45
  "styles": []
50
46
  },
51
- "VParallax": {
52
- "from": "components/VParallax/index.mjs",
47
+ "VLazy": {
48
+ "from": "components/VLazy/index.mjs",
53
49
  "styles": []
54
50
  },
55
51
  "VNoSsr": {
56
52
  "from": "components/VNoSsr/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VRadio": {
60
- "from": "components/VRadio/index.mjs",
55
+ "VParallax": {
56
+ "from": "components/VParallax/index.mjs",
61
57
  "styles": []
62
58
  },
63
59
  "VRangeSlider": {
64
60
  "from": "components/VRangeSlider/index.mjs",
65
61
  "styles": []
66
62
  },
63
+ "VRadio": {
64
+ "from": "components/VRadio/index.mjs",
65
+ "styles": []
66
+ },
67
67
  "VResponsive": {
68
68
  "from": "components/VResponsive/index.mjs",
69
69
  "styles": []
@@ -76,18 +76,6 @@
76
76
  "from": "components/VValidation/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VAppBar": {
80
- "from": "components/VAppBar/index.mjs",
81
- "styles": []
82
- },
83
- "VAppBarNavIcon": {
84
- "from": "components/VAppBar/index.mjs",
85
- "styles": []
86
- },
87
- "VAppBarTitle": {
88
- "from": "components/VAppBar/index.mjs",
89
- "styles": []
90
- },
91
79
  "VFabTransition": {
92
80
  "from": "components/transitions/index.mjs",
93
81
  "styles": []
@@ -164,6 +152,18 @@
164
152
  "from": "components/VAutocomplete/index.mjs",
165
153
  "styles": []
166
154
  },
155
+ "VAppBar": {
156
+ "from": "components/VAppBar/index.mjs",
157
+ "styles": []
158
+ },
159
+ "VAppBarNavIcon": {
160
+ "from": "components/VAppBar/index.mjs",
161
+ "styles": []
162
+ },
163
+ "VAppBarTitle": {
164
+ "from": "components/VAppBar/index.mjs",
165
+ "styles": []
166
+ },
167
167
  "VAvatar": {
168
168
  "from": "components/VAvatar/index.mjs",
169
169
  "styles": []
@@ -276,10 +276,6 @@
276
276
  "from": "components/VCounter/index.mjs",
277
277
  "styles": []
278
278
  },
279
- "VDialog": {
280
- "from": "components/VDialog/index.mjs",
281
- "styles": []
282
- },
283
279
  "VDivider": {
284
280
  "from": "components/VDivider/index.mjs",
285
281
  "styles": []
@@ -300,6 +296,10 @@
300
296
  "from": "components/VExpansionPanel/index.mjs",
301
297
  "styles": []
302
298
  },
299
+ "VDialog": {
300
+ "from": "components/VDialog/index.mjs",
301
+ "styles": []
302
+ },
303
303
  "VField": {
304
304
  "from": "components/VField/index.mjs",
305
305
  "styles": []
@@ -308,8 +308,8 @@
308
308
  "from": "components/VField/index.mjs",
309
309
  "styles": []
310
310
  },
311
- "VFooter": {
312
- "from": "components/VFooter/index.mjs",
311
+ "VFileInput": {
312
+ "from": "components/VFileInput/index.mjs",
313
313
  "styles": []
314
314
  },
315
315
  "VIcon": {
@@ -332,16 +332,12 @@
332
332
  "from": "components/VIcon/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VImg": {
336
- "from": "components/VImg/index.mjs",
337
- "styles": []
338
- },
339
335
  "VInput": {
340
336
  "from": "components/VInput/index.mjs",
341
337
  "styles": []
342
338
  },
343
- "VFileInput": {
344
- "from": "components/VFileInput/index.mjs",
339
+ "VImg": {
340
+ "from": "components/VImg/index.mjs",
345
341
  "styles": []
346
342
  },
347
343
  "VItemGroup": {
@@ -352,14 +348,14 @@
352
348
  "from": "components/VItemGroup/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VKbd": {
356
- "from": "components/VKbd/index.mjs",
357
- "styles": []
358
- },
359
351
  "VLabel": {
360
352
  "from": "components/VLabel/index.mjs",
361
353
  "styles": []
362
354
  },
355
+ "VKbd": {
356
+ "from": "components/VKbd/index.mjs",
357
+ "styles": []
358
+ },
363
359
  "VList": {
364
360
  "from": "components/VList/index.mjs",
365
361
  "styles": []
@@ -396,14 +392,14 @@
396
392
  "from": "components/VList/index.mjs",
397
393
  "styles": []
398
394
  },
399
- "VMenu": {
400
- "from": "components/VMenu/index.mjs",
401
- "styles": []
402
- },
403
395
  "VMain": {
404
396
  "from": "components/VMain/index.mjs",
405
397
  "styles": []
406
398
  },
399
+ "VMenu": {
400
+ "from": "components/VMenu/index.mjs",
401
+ "styles": []
402
+ },
407
403
  "VMessages": {
408
404
  "from": "components/VMessages/index.mjs",
409
405
  "styles": []
@@ -420,26 +416,30 @@
420
416
  "from": "components/VProgressCircular/index.mjs",
421
417
  "styles": []
422
418
  },
423
- "VProgressLinear": {
424
- "from": "components/VProgressLinear/index.mjs",
419
+ "VPagination": {
420
+ "from": "components/VPagination/index.mjs",
425
421
  "styles": []
426
422
  },
427
- "VRating": {
428
- "from": "components/VRating/index.mjs",
423
+ "VProgressLinear": {
424
+ "from": "components/VProgressLinear/index.mjs",
429
425
  "styles": []
430
426
  },
431
427
  "VRadioGroup": {
432
428
  "from": "components/VRadioGroup/index.mjs",
433
429
  "styles": []
434
430
  },
435
- "VSelect": {
436
- "from": "components/VSelect/index.mjs",
431
+ "VRating": {
432
+ "from": "components/VRating/index.mjs",
437
433
  "styles": []
438
434
  },
439
435
  "VSelectionControl": {
440
436
  "from": "components/VSelectionControl/index.mjs",
441
437
  "styles": []
442
438
  },
439
+ "VSelect": {
440
+ "from": "components/VSelect/index.mjs",
441
+ "styles": []
442
+ },
443
443
  "VSelectionControlGroup": {
444
444
  "from": "components/VSelectionControlGroup/index.mjs",
445
445
  "styles": []
@@ -448,10 +448,6 @@
448
448
  "from": "components/VSheet/index.mjs",
449
449
  "styles": []
450
450
  },
451
- "VSlider": {
452
- "from": "components/VSlider/index.mjs",
453
- "styles": []
454
- },
455
451
  "VSlideGroup": {
456
452
  "from": "components/VSlideGroup/index.mjs",
457
453
  "styles": []
@@ -460,20 +456,20 @@
460
456
  "from": "components/VSlideGroup/index.mjs",
461
457
  "styles": []
462
458
  },
463
- "VSnackbar": {
464
- "from": "components/VSnackbar/index.mjs",
465
- "styles": []
466
- },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar/index.mjs",
459
+ "VSlider": {
460
+ "from": "components/VSlider/index.mjs",
469
461
  "styles": []
470
462
  },
471
463
  "VSwitch": {
472
464
  "from": "components/VSwitch/index.mjs",
473
465
  "styles": []
474
466
  },
475
- "VTable": {
476
- "from": "components/VTable/index.mjs",
467
+ "VSnackbar": {
468
+ "from": "components/VSnackbar/index.mjs",
469
+ "styles": []
470
+ },
471
+ "VSystemBar": {
472
+ "from": "components/VSystemBar/index.mjs",
477
473
  "styles": []
478
474
  },
479
475
  "VTabs": {
@@ -484,6 +480,10 @@
484
480
  "from": "components/VTabs/index.mjs",
485
481
  "styles": []
486
482
  },
483
+ "VTable": {
484
+ "from": "components/VTable/index.mjs",
485
+ "styles": []
486
+ },
487
487
  "VTextarea": {
488
488
  "from": "components/VTextarea/index.mjs",
489
489
  "styles": []
@@ -500,10 +500,6 @@
500
500
  "from": "components/VTimeline/index.mjs",
501
501
  "styles": []
502
502
  },
503
- "VTooltip": {
504
- "from": "components/VTooltip/index.mjs",
505
- "styles": []
506
- },
507
503
  "VToolbar": {
508
504
  "from": "components/VToolbar/index.mjs",
509
505
  "styles": []
@@ -516,6 +512,10 @@
516
512
  "from": "components/VToolbar/index.mjs",
517
513
  "styles": []
518
514
  },
515
+ "VTooltip": {
516
+ "from": "components/VTooltip/index.mjs",
517
+ "styles": []
518
+ },
519
519
  "VWindow": {
520
520
  "from": "components/VWindow/index.mjs",
521
521
  "styles": []
@@ -524,8 +524,8 @@
524
524
  "from": "components/VWindow/index.mjs",
525
525
  "styles": []
526
526
  },
527
- "VPagination": {
528
- "from": "components/VPagination/index.mjs",
527
+ "VFooter": {
528
+ "from": "components/VFooter/index.mjs",
529
529
  "styles": []
530
530
  }
531
531
  },
@@ -1101,6 +1101,7 @@
1101
1101
  },
1102
1102
  "v-main": {
1103
1103
  "attributes": [
1104
+ "scrollable",
1104
1105
  "tag"
1105
1106
  ],
1106
1107
  "description": ""
@@ -1132,6 +1133,8 @@
1132
1133
  "rail",
1133
1134
  "rail-width",
1134
1135
  "rounded",
1136
+ "scrim",
1137
+ "sticky",
1135
1138
  "tag",
1136
1139
  "temporary",
1137
1140
  "theme",
@@ -1260,8 +1263,26 @@
1260
1263
  },
1261
1264
  "v-radio": {
1262
1265
  "attributes": [
1266
+ "color",
1267
+ "density",
1268
+ "disabled",
1269
+ "error",
1263
1270
  "false-icon",
1264
- "true-icon"
1271
+ "false-value",
1272
+ "id",
1273
+ "inline",
1274
+ "label",
1275
+ "model-value",
1276
+ "multiple",
1277
+ "name",
1278
+ "readonly",
1279
+ "ripple",
1280
+ "theme",
1281
+ "true-icon",
1282
+ "true-value",
1283
+ "type",
1284
+ "value",
1285
+ "value-comparator"
1265
1286
  ],
1266
1287
  "description": ""
1267
1288
  },
@@ -1526,7 +1547,6 @@
1526
1547
  },
1527
1548
  "v-snackbar": {
1528
1549
  "attributes": [
1529
- "app",
1530
1550
  "color",
1531
1551
  "content-class",
1532
1552
  "location",
@@ -1782,6 +1802,7 @@
1782
1802
  "hide-opposite",
1783
1803
  "icon",
1784
1804
  "icon-color",
1805
+ "line-inset",
1785
1806
  "max-height",
1786
1807
  "max-width",
1787
1808
  "min-height",