@vuetify/nightly 3.2.0-next-20230114.0 → 4.0.0-next-20230205.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 (176) hide show
  1. package/CHANGELOG.md +203 -11
  2. package/dist/json/importMap-labs.json +8 -4
  3. package/dist/json/importMap.json +12 -12
  4. package/dist/vuetify-labs.css +173 -165
  5. package/dist/vuetify-labs.d.ts +399 -176
  6. package/dist/vuetify-labs.esm.js +362 -278
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +361 -277
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +53 -45
  11. package/dist/vuetify.d.ts +330 -179
  12. package/dist/vuetify.esm.js +329 -248
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +328 -247
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +700 -689
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +2 -2
  20. package/lib/blueprints/md1.d.ts +2 -2
  21. package/lib/blueprints/md2.d.ts +2 -2
  22. package/lib/blueprints/md3.d.ts +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.ts +43 -20
  26. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  27. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  28. package/lib/components/VBtn/VBtn.css +7 -7
  29. package/lib/components/VBtn/VBtn.mjs +16 -5
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  32. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  33. package/lib/components/VBtnGroup/index.d.ts +2 -1
  34. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  35. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  36. package/lib/components/VBtnToggle/index.d.ts +122 -1
  37. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  38. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  39. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  40. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  41. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  43. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  44. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  45. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  46. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  47. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  48. package/lib/components/VCard/VCard.css +7 -7
  49. package/lib/components/VChip/VChip.css +7 -7
  50. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  51. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  52. package/lib/components/VCombobox/index.d.ts +43 -20
  53. package/lib/components/VData/VData.mjs +2 -4
  54. package/lib/components/VData/VData.mjs.map +1 -1
  55. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  56. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  57. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  58. package/lib/components/VDialog/VDialog.mjs +6 -5
  59. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  60. package/lib/components/VDialog/index.d.ts +57 -34
  61. package/lib/components/VDivider/VDivider.mjs +6 -6
  62. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  64. package/lib/components/VField/VField.css +2 -2
  65. package/lib/components/VField/VField.mjs +28 -26
  66. package/lib/components/VField/VField.mjs.map +1 -1
  67. package/lib/components/VField/VField.sass +2 -2
  68. package/lib/components/VFileInput/VFileInput.css +1 -0
  69. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  70. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  71. package/lib/components/VFileInput/VFileInput.sass +1 -0
  72. package/lib/components/VForm/index.d.ts +0 -3
  73. package/lib/components/VList/VList.mjs +4 -1
  74. package/lib/components/VList/VList.mjs.map +1 -1
  75. package/lib/components/VList/VListItem.css +8 -8
  76. package/lib/components/VList/VListItem.mjs +29 -19
  77. package/lib/components/VList/VListItem.mjs.map +1 -1
  78. package/lib/components/VList/VListItem.sass +1 -1
  79. package/lib/components/VMenu/VMenu.mjs +6 -5
  80. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  81. package/lib/components/VMenu/index.d.ts +57 -34
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  83. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  84. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  86. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  87. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  88. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  89. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  90. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  91. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  92. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  93. package/lib/components/VOverlay/index.d.ts +34 -11
  94. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  95. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  96. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  97. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  98. package/lib/components/VPagination/VPagination.mjs +1 -1
  99. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  100. package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
  101. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  102. package/lib/components/VProgressLinear/index.d.ts +18 -0
  103. package/lib/components/VSelect/VSelect.mjs +3 -4
  104. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  105. package/lib/components/VSelect/index.d.ts +43 -20
  106. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  107. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  108. package/lib/components/VSnackbar/index.d.ts +42 -19
  109. package/lib/components/VStepper/VStepper.sass +6 -6
  110. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  111. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  112. package/lib/components/VTable/VTable.css +4 -4
  113. package/lib/components/VTable/VTable.sass +2 -2
  114. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  115. package/lib/components/VTimeline/_mixins.sass +1 -1
  116. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  117. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  118. package/lib/components/VTooltip/index.d.ts +57 -34
  119. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  120. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  121. package/lib/components/index.d.ts +328 -176
  122. package/lib/composables/defaults.mjs +1 -1
  123. package/lib/composables/defaults.mjs.map +1 -1
  124. package/lib/composables/filter.mjs +3 -3
  125. package/lib/composables/filter.mjs.map +1 -1
  126. package/lib/composables/form.mjs +0 -1
  127. package/lib/composables/form.mjs.map +1 -1
  128. package/lib/composables/toggleScope.mjs +14 -7
  129. package/lib/composables/toggleScope.mjs.map +1 -1
  130. package/lib/directives/ripple/VRipple.css +3 -0
  131. package/lib/directives/ripple/VRipple.sass +3 -0
  132. package/lib/directives/ripple/_variables.scss +1 -1
  133. package/lib/directives/ripple/index.mjs +2 -7
  134. package/lib/directives/ripple/index.mjs.map +1 -1
  135. package/lib/entry-bundler.mjs +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/index.d.ts +5 -5
  138. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  139. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  140. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  141. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  142. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  143. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  144. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  145. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  146. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  147. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  148. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  149. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  150. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  151. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  152. package/lib/labs/VDataTable/index.d.ts +71 -1
  153. package/lib/labs/VDataTable/index.mjs +1 -0
  154. package/lib/labs/VDataTable/index.mjs.map +1 -1
  155. package/lib/labs/components.d.ts +71 -1
  156. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  157. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  158. package/lib/locale/ar.mjs +20 -20
  159. package/lib/locale/ar.mjs.map +1 -1
  160. package/lib/locale/en.mjs +2 -2
  161. package/lib/locale/en.mjs.map +1 -1
  162. package/lib/locale/es.mjs +3 -3
  163. package/lib/locale/es.mjs.map +1 -1
  164. package/lib/locale/fi.mjs +5 -5
  165. package/lib/locale/fi.mjs.map +1 -1
  166. package/lib/locale/it.mjs +6 -6
  167. package/lib/locale/it.mjs.map +1 -1
  168. package/lib/locale/sv.mjs +13 -13
  169. package/lib/locale/sv.mjs.map +1 -1
  170. package/lib/styles/settings/_variables.scss +6 -6
  171. package/lib/styles/tools/_states.sass +3 -3
  172. package/lib/util/defineComponent.mjs +21 -18
  173. package/lib/util/defineComponent.mjs.map +1 -1
  174. package/lib/util/helpers.mjs +5 -19
  175. package/lib/util/helpers.mjs.map +1 -1
  176. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,24 +1,216 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0-next-20230114.0...v) (2023-01-14)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-next-20230205.0...v) (2023-02-05)
2
2
 
3
3
 
4
4
 
5
- # [3.2.0-next-20230114.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.2.0-next-20230114.0) (2023-01-14)
5
+ # [4.0.0-next-20230205.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-next-20230205.0) (2023-02-05)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VSelect:** add default menu max height ([#16417](https://github.com/vuetifyjs/vuetify/issues/16417)) ([2a08d3a](https://github.com/vuetifyjs/vuetify/commit/2a08d3a317e3efd3ab82fe5dc54553a436bffa13)), closes [#16416](https://github.com/vuetifyjs/vuetify/issues/16416)
11
- * expose missing ripple prop in components ([#16435](https://github.com/vuetifyjs/vuetify/issues/16435)) ([705b29f](https://github.com/vuetifyjs/vuetify/commit/705b29fd5e1f6668fb55febfb5dc8ccba92a836d))
12
- * **teleport:** use querySelector instead of cache ([#16409](https://github.com/vuetifyjs/vuetify/issues/16409)) ([dfce33f](https://github.com/vuetifyjs/vuetify/commit/dfce33fcb6b9f2ae1567ed91246b1a9d3b3538ef))
13
- * **VChip:** add link styles to clickable chips ([de263ba](https://github.com/vuetifyjs/vuetify/commit/de263ba534f3e8c5c9c7ab01e61bd9952cb51463)), closes [#16380](https://github.com/vuetifyjs/vuetify/issues/16380)
14
- * **VChipGroup:** provide disabled prop to children ([dd6d053](https://github.com/vuetifyjs/vuetify/commit/dd6d053f2f15bc597bfd8bf6c7c7453bd51dcf1e)), closes [#15923](https://github.com/vuetifyjs/vuetify/issues/15923)
15
- * **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
16
- * **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
10
+ * **locale:** update swedish locale messages ([#16556](https://github.com/vuetifyjs/vuetify/issues/16556)) ([d0e1434](https://github.com/vuetifyjs/vuetify/commit/d0e1434f5525f689451434e4553b7bb652789e1a))
11
+ * **states:** use theme opacity variables ([824df5c](https://github.com/vuetifyjs/vuetify/commit/824df5ce109bb90e588057edb8d805854bafdf42))
12
+ * **VBtnToggle:** create makeProps function for VBtnGroup ([18e6dbe](https://github.com/vuetifyjs/vuetify/commit/18e6dbe7fe7ca941968a21c09eac9b311635d4cd)), closes [#16253](https://github.com/vuetifyjs/vuetify/issues/16253)
13
+ * **VDataTable:** pagination buttons and text ([940bd44](https://github.com/vuetifyjs/vuetify/commit/940bd448e934220070d1278413a397f54c3a7f64)), closes [#16560](https://github.com/vuetifyjs/vuetify/issues/16560)
14
+ * **VDataTableServer:** remove properties from options update ([55c2021](https://github.com/vuetifyjs/vuetify/commit/55c2021fde6b2167ad6956471c55811c83a1fb30))
17
15
 
18
16
 
19
- ### Features
20
17
 
21
- * **VDataTable:** add item and group-header slots ([#16419](https://github.com/vuetifyjs/vuetify/issues/16419)) ([0732c22](https://github.com/vuetifyjs/vuetify/commit/0732c22aed24503a24aa6359cffbcaad66351492))
18
+ ## [2.6.14](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v2.6.14) (2023-01-10)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **locale:** update arabic translations ([#16290](https://github.com/vuetifyjs/vuetify/issues/16290)) ([9169a06](https://github.com/vuetifyjs/vuetify/commit/9169a06822dedbd0c35e227104925dd4acf0a1a1)), closes [#16185](https://github.com/vuetifyjs/vuetify/issues/16185)
24
+
25
+
26
+
27
+ ## [2.6.13](https://github.com/vuetifyjs/vuetify/compare/v3.0.5...v2.6.13) (2022-12-13)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **ripple:** check parent before calling removeChild ([#14573](https://github.com/vuetifyjs/vuetify/issues/14573)) ([63c2267](https://github.com/vuetifyjs/vuetify/commit/63c2267ddba48b74d1b43d776370f65f592258e9)), closes [#13457](https://github.com/vuetifyjs/vuetify/issues/13457)
33
+ * **VAutocomplete:** remove unused allowOverflow prop ([f16c2c5](https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da)), closes [#16008](https://github.com/vuetifyjs/vuetify/issues/16008)
34
+ * **VDataTable:** native event as argument to click:row ([#15864](https://github.com/vuetifyjs/vuetify/issues/15864)) ([17dd133](https://github.com/vuetifyjs/vuetify/commit/17dd1334eed3352d51da6bf66a560d6943f613ea)), closes [#10302](https://github.com/vuetifyjs/vuetify/issues/10302)
35
+
36
+
37
+
38
+ ## [2.6.12](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.13...v2.6.12) (2022-10-18)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **VCalendar:** display name on all-day events in event slot ([30b7281](https://github.com/vuetifyjs/vuetify/commit/30b72814fbeae6193933444cd9f5355ac938c611)), closes [#15915](https://github.com/vuetifyjs/vuetify/issues/15915)
44
+ * **VCombobox:** emit paste event ([7417807](https://github.com/vuetifyjs/vuetify/commit/7417807908a0fc0578c0c7db29be8c25ae601921)), closes [#11186](https://github.com/vuetifyjs/vuetify/issues/11186)
45
+ * **VFileInput:** label click opens dialog twice ([#15902](https://github.com/vuetifyjs/vuetify/issues/15902)) ([7c9f717](https://github.com/vuetifyjs/vuetify/commit/7c9f71730192f2362400ec08d7a99b920571b395)), closes [#15888](https://github.com/vuetifyjs/vuetify/issues/15888)
46
+ * **VStepper:** increate error label selector specificity ([785de11](https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa)), closes [#15886](https://github.com/vuetifyjs/vuetify/issues/15886)
47
+
48
+
49
+
50
+ ## [2.6.11](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.11...v2.6.11) (2022-10-04)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **click-outside:** remove unused vnode reference ([4d3359a](https://github.com/vuetifyjs/vuetify/commit/4d3359ad52a878d88490b80cf2a3f8d5ebda7b81))
56
+
57
+
58
+
59
+ ## [2.6.10](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.10...v2.6.10) (2022-09-12)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * **VCalendar:** prevent XSS from eventName function ([ade1434](https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176)), closes [#15757](https://github.com/vuetifyjs/vuetify/issues/15757)
65
+ * **VDialog:** don't try to focus tabindex="-1" or hidden inputs ([89e3850](https://github.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f)), closes [#15745](https://github.com/vuetifyjs/vuetify/issues/15745)
66
+ * **VMenu:** disabled activatorFixed when attach is enabled ([#15709](https://github.com/vuetifyjs/vuetify/issues/15709)) ([464529a](https://github.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d)), closes [#14922](https://github.com/vuetifyjs/vuetify/issues/14922)
67
+ * **VSelectList:** correct mask class ([cd193e4](https://github.com/vuetifyjs/vuetify/commit/cd193e41e4041ca0786f5dbcda454e94dd7bddb9))
68
+ * **VTextField:** only show clear icon on hover or when focused ([7a51ad0](https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379))
69
+ * **VTextField:** prevent tabbing to clear button ([f8ee680](https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40)), closes [#11202](https://github.com/vuetifyjs/vuetify/issues/11202)
70
+ * **web-types:** add support for VDataTable pattern slots ([#15694](https://github.com/vuetifyjs/vuetify/issues/15694)) ([ac45c98](https://github.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83))
71
+
72
+
73
+ ### BREAKING CHANGES
74
+
75
+ * **VCalendar:** eventName can no longer render arbitrary HTML, convert
76
+ to VNodes instead
77
+
78
+
79
+
80
+ ## [2.6.9](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.7...v2.6.9) (2022-08-09)
81
+
82
+
83
+ ### Bug Fixes
84
+
85
+ * **VCalendar:** add aria roles to monthly calendar ([#14640](https://github.com/vuetifyjs/vuetify/issues/14640)) ([2cd34b4](https://github.com/vuetifyjs/vuetify/commit/2cd34b4d29ee08b40d9b93e03ee38f50cb4a2a7f)), closes [#14604](https://github.com/vuetifyjs/vuetify/issues/14604)
86
+ * **VCalendar:** forward all bound events to internal elements ([#15592](https://github.com/vuetifyjs/vuetify/issues/15592)) ([299330c](https://github.com/vuetifyjs/vuetify/commit/299330cc64b9a3590822062dbba6f1028f6207d3))
87
+ * **VCarousel:** add keys to delimiter buttons ([#15459](https://github.com/vuetifyjs/vuetify/issues/15459)) ([8d3895b](https://github.com/vuetifyjs/vuetify/commit/8d3895bc0efd57bb2e5cc6bbf54c2b700e915be7))
88
+ * **VPagination:** ignore invalid length values ([f3f8d15](https://github.com/vuetifyjs/vuetify/commit/f3f8d15e9c701c83ab12945ea105fe259aa87b7a)), closes [#15499](https://github.com/vuetifyjs/vuetify/issues/15499)
89
+ * **VRadio:** change icon color when disabled ([0cc43e2](https://github.com/vuetifyjs/vuetify/commit/0cc43e293c0f64e12b210a543e2c71cf084f1ebc))
90
+ * **VSwitch:** only affect control opacity when disabled ([1e0a4ad](https://github.com/vuetifyjs/vuetify/commit/1e0a4ad5cde6f4353a52ee5f5dc3731a602038f0))
91
+
92
+
93
+
94
+ ## [2.6.8](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.6...v2.6.8) (2022-07-29)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * **VDataTable:** display header text instead of value in group headers ([100053f](https://github.com/vuetifyjs/vuetify/commit/100053fbd229edbab5f64287fe35ca203a24c4ce)), closes [#11516](https://github.com/vuetifyjs/vuetify/issues/11516)
100
+ * **VItemGroup:** use valueComparator when updating value ([#15395](https://github.com/vuetifyjs/vuetify/issues/15395)) ([8bedb7c](https://github.com/vuetifyjs/vuetify/commit/8bedb7c05e7b4282ea71202cf9ffe562d31fe0f1)), closes [#15394](https://github.com/vuetifyjs/vuetify/issues/15394)
101
+ * **VSimpleCheckbox:** directly specify ripple directive definition ([00a9668](https://github.com/vuetifyjs/vuetify/commit/00a9668d7a58bfd1ea3674e48cca2dc8336bbffc)), closes [#12224](https://github.com/vuetifyjs/vuetify/issues/12224)
102
+
103
+
104
+
105
+ ## [2.6.7](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v2.6.7) (2022-06-29)
106
+
107
+
108
+ ### Bug Fixes
109
+
110
+ * **styles:** resolve css validation errors ([621f273](https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d)), closes [#15320](https://github.com/vuetifyjs/vuetify/issues/15320)
111
+ * **VDialog:** focus on internal content when shown ([#14584](https://github.com/vuetifyjs/vuetify/issues/14584)) ([ffbaae1](https://github.com/vuetifyjs/vuetify/commit/ffbaae129d36e40bb2926914f2960b09370befb2)), closes [#14581](https://github.com/vuetifyjs/vuetify/issues/14581)
112
+ * **VInput:** allow text selection in disabled inputs ([#14465](https://github.com/vuetifyjs/vuetify/issues/14465)) ([760490d](https://github.com/vuetifyjs/vuetify/commit/760490da75fc531fca9edcd4ef308f2698ba02aa)), closes [#14238](https://github.com/vuetifyjs/vuetify/issues/14238)
113
+ * **VList:** don't trigger keyboard events on disabled items ([#15339](https://github.com/vuetifyjs/vuetify/issues/15339)) ([817df79](https://github.com/vuetifyjs/vuetify/commit/817df79726167fc547a86f1d7c0017080aa1a7e5)), closes [#15322](https://github.com/vuetifyjs/vuetify/issues/15322)
114
+ * **VOtpInput:** support paste and autofill on mobile ([8c67ed8](https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2)), closes [#14801](https://github.com/vuetifyjs/vuetify/issues/14801)
115
+ * **VRadio:** use correct disabled color for icons ([3115798](https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658))
116
+ * **VSelect:** allow keyboard selection of items with value 0 ([969aba4](https://github.com/vuetifyjs/vuetify/commit/969aba42229275bd1d703d8c51890674105ac6c2)), closes [#15166](https://github.com/vuetifyjs/vuetify/issues/15166)
117
+ * **VTabs:** use ResizeObserver if available ([ff519c6](https://github.com/vuetifyjs/vuetify/commit/ff519c6121cc995069caba9b232c216633d6f801)), closes [#4733](https://github.com/vuetifyjs/vuetify/issues/4733) [#10455](https://github.com/vuetifyjs/vuetify/issues/10455) [#12783](https://github.com/vuetifyjs/vuetify/issues/12783) [#14195](https://github.com/vuetifyjs/vuetify/issues/14195) [#15316](https://github.com/vuetifyjs/vuetify/issues/15316)
118
+ * **VTimeline:** disable arrow shadow on clickable cards ([27ba2c9](https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605)), closes [#14193](https://github.com/vuetifyjs/vuetify/issues/14193)
119
+
120
+
121
+
122
+ ## [2.6.6](https://github.com/vuetifyjs/vuetify/compare/v2.6.5...v2.6.6) (2022-05-17)
123
+
124
+
125
+ ### Bug Fixes
126
+
127
+ * **locale:** update catalan translations ([#15012](https://github.com/vuetifyjs/vuetify/issues/15012)) ([2eab4f2](https://github.com/vuetifyjs/vuetify/commit/2eab4f2a457aff794bbe9471d162f1e0bd6adee7))
128
+ * **mdi-svg:** update contextual icons ([5918484](https://github.com/vuetifyjs/vuetify/commit/59184844e99e6cde96f4cccbd84bbd0343fec2cf)), closes [#14327](https://github.com/vuetifyjs/vuetify/issues/14327)
129
+ * **VOverflowBtn:** make persistentPlaceholder label visible ([#15055](https://github.com/vuetifyjs/vuetify/issues/15055)) ([002afbe](https://github.com/vuetifyjs/vuetify/commit/002afbe9c93fcabf472173fd22e87f29da405260)), closes [#15052](https://github.com/vuetifyjs/vuetify/issues/15052)
130
+ * **VSelect:** set min-height on correct element ([d41a327](https://github.com/vuetifyjs/vuetify/commit/d41a32798da3d97d554b6f811f4f4a3199276119)), closes [#15047](https://github.com/vuetifyjs/vuetify/issues/15047)
131
+
132
+
133
+
134
+ ## [2.6.5](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.1...v2.6.5) (2022-05-02)
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * **locale:** add missing Finnish translations ([#14824](https://github.com/vuetifyjs/vuetify/issues/14824)) ([f0e5889](https://github.com/vuetifyjs/vuetify/commit/f0e58899a19ba5b43551bd6ffb42b917113f7ae7))
140
+ * **locale:** improve spanish translations ([#14965](https://github.com/vuetifyjs/vuetify/issues/14965)) ([a427b96](https://github.com/vuetifyjs/vuetify/commit/a427b9602763f0dba87d0f574d75c56723564d82))
141
+ * **selection controls:** emit focus/blur events ([75404fb](https://github.com/vuetifyjs/vuetify/commit/75404fb66e61d4b4d5b759506ac0d4c7a56a3755)), closes [#14862](https://github.com/vuetifyjs/vuetify/issues/14862)
142
+ * **VCalendar:** fix transparent header on category calendar ([#14725](https://github.com/vuetifyjs/vuetify/issues/14725)) ([33002fa](https://github.com/vuetifyjs/vuetify/commit/33002fa1ad575d032333021e670368869151a4eb)), closes [#14723](https://github.com/vuetifyjs/vuetify/issues/14723)
143
+ * **VImg:** accept scopedSlots ([96888d5](https://github.com/vuetifyjs/vuetify/commit/96888d5cc4bcd7c527fbe7445410813e79082259)), closes [#14686](https://github.com/vuetifyjs/vuetify/issues/14686)
144
+ * **VTreeview:** independent selection inheriting parent state ([#14956](https://github.com/vuetifyjs/vuetify/issues/14956)) ([2034df6](https://github.com/vuetifyjs/vuetify/commit/2034df604e9061d6faf1e6c7ea5d21e3c7c3cd68)), closes [#14955](https://github.com/vuetifyjs/vuetify/issues/14955)
145
+
146
+
147
+
148
+ ## [2.6.4](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.13...v2.6.4) (2022-03-07)
149
+
150
+
151
+ ### Bug Fixes
152
+
153
+ * **VPagination:** get available width before initial mount ([472bbb4](https://github.com/vuetifyjs/vuetify/commit/472bbb4afd3da91656702b62f8c385cf61de1ccd)), closes [#14590](https://github.com/vuetifyjs/vuetify/issues/14590)
154
+ * remove duplicate toggleable mixin ([860be6b](https://github.com/vuetifyjs/vuetify/commit/860be6b0bff74b6cd81320259879ae9dc5a77f1d)), closes [#14719](https://github.com/vuetifyjs/vuetify/issues/14719)
155
+ * **VSelect:** update menu position on selection change ([5974a84](https://github.com/vuetifyjs/vuetify/commit/5974a840b703cb8dbfba615cac4d6a16cf30ebb9)), closes [#14688](https://github.com/vuetifyjs/vuetify/issues/14688)
156
+
157
+
158
+
159
+ ## [2.6.3](https://github.com/vuetifyjs/vuetify/compare/v2.6.2...v2.6.3) (2022-01-25)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * **VCalendar:** use theme background color for categories ([#14558](https://github.com/vuetifyjs/vuetify/issues/14558)) ([185408b](https://github.com/vuetifyjs/vuetify/commit/185408beadce350d0d60c24352cacf26ea0f02fd)), closes [#14433](https://github.com/vuetifyjs/vuetify/issues/14433)
165
+ * **VData:** don't reset sortBy/sortDesc to [] on clear ([9cf48e4](https://github.com/vuetifyjs/vuetify/commit/9cf48e45beef9eef109c50b8f05a6a6a98418b19)), closes [#14423](https://github.com/vuetifyjs/vuetify/issues/14423)
166
+ * **VDialog:** change the role from "document" to "dialog" ([#14602](https://github.com/vuetifyjs/vuetify/issues/14602)) ([158e0b5](https://github.com/vuetifyjs/vuetify/commit/158e0b56aee776bd6b20b885cd6c7a59e3734d8a)), closes [#14231](https://github.com/vuetifyjs/vuetify/issues/14231)
167
+ * **VMenu:** null check content in mouseleave handler ([e13eee1](https://github.com/vuetifyjs/vuetify/commit/e13eee14e31cd6a88bc4d9b2ab41ab344ef886f1)), closes [#14619](https://github.com/vuetifyjs/vuetify/issues/14619)
168
+ * **VMenu:** wrong alignment in RTL mode ([#14556](https://github.com/vuetifyjs/vuetify/issues/14556)) ([446963f](https://github.com/vuetifyjs/vuetify/commit/446963f8387c39a7d7efbf98970ac9b15ffd84a8)), closes [#12195](https://github.com/vuetifyjs/vuetify/issues/12195)
169
+ * **VNavigationDrawer:** don't update miniVariant without expandOnHover ([bb2b11e](https://github.com/vuetifyjs/vuetify/commit/bb2b11e3d0f39fe286b83792072afd4e97ce8121)), closes [#14555](https://github.com/vuetifyjs/vuetify/issues/14555)
170
+ * **VTab:** disabled tab can be reached by keyboard ([#14606](https://github.com/vuetifyjs/vuetify/issues/14606)) ([d110f58](https://github.com/vuetifyjs/vuetify/commit/d110f58912f5953191ee5db64f496d7ecc9be9be)), closes [#14601](https://github.com/vuetifyjs/vuetify/issues/14601)
171
+
172
+
173
+
174
+ ## [2.6.2](https://github.com/vuetifyjs/vuetify/compare/v2.6.1...v2.6.2) (2021-12-28)
175
+
176
+
177
+ ### Bug Fixes
178
+
179
+ * **application:** allow use of multiple drawers ([#14450](https://github.com/vuetifyjs/vuetify/issues/14450)) ([85a1186](https://github.com/vuetifyjs/vuetify/commit/85a1186331583e05c82ca7f1d1833029ca35a9bc)), closes [#13665](https://github.com/vuetifyjs/vuetify/issues/13665)
180
+ * **types:** add missing VOtpInput export in lib.d.ts ([#14497](https://github.com/vuetifyjs/vuetify/issues/14497)) ([00f3f0a](https://github.com/vuetifyjs/vuetify/commit/00f3f0aa05caf4b8d53fb8d7187ac4216a198011)), closes [#14496](https://github.com/vuetifyjs/vuetify/issues/14496)
181
+ * **VBottomNavigation:** only calculate isActive state when using hideOnScroll ([f58afb4](https://github.com/vuetifyjs/vuetify/commit/f58afb4f17bfb4c1c696af39c4658f96f7697258)), closes [#11640](https://github.com/vuetifyjs/vuetify/issues/11640)
182
+ * **VCombobox:** don't reset search when cleared ([#14531](https://github.com/vuetifyjs/vuetify/issues/14531)) ([79cd41d](https://github.com/vuetifyjs/vuetify/commit/79cd41d4399371ba3943dc48f6f2a1b0f6b2cd3b)), closes [#14507](https://github.com/vuetifyjs/vuetify/issues/14507)
183
+ * **VMenu:** don't add button role with openOnHover ([24ccd88](https://github.com/vuetifyjs/vuetify/commit/24ccd8810008d8878649ad1e27301d8bb257bf6e)), closes [#14377](https://github.com/vuetifyjs/vuetify/issues/14377)
184
+ * **VNavigationDrawer:** always bind mouseover events ([#14523](https://github.com/vuetifyjs/vuetify/issues/14523)) ([03e683f](https://github.com/vuetifyjs/vuetify/commit/03e683f286e652b942b83a817cecc080d4c4a6eb)), closes [#13309](https://github.com/vuetifyjs/vuetify/issues/13309)
185
+ * **VOtpInput:** update internalValue on paste ([bab2fa2](https://github.com/vuetifyjs/vuetify/commit/bab2fa23488eb815c6b20a8ad122c5b3bf4fb4b7)), closes [#14536](https://github.com/vuetifyjs/vuetify/issues/14536)
186
+ * **VOtpInput:** update the `otp` when `value` changes ([#14460](https://github.com/vuetifyjs/vuetify/issues/14460)) ([c58f02a](https://github.com/vuetifyjs/vuetify/commit/c58f02a4da36c79c136fefbbfbdcdb357a2f70d0)), closes [#14437](https://github.com/vuetifyjs/vuetify/issues/14437)
187
+ * **VSelect:** Do not keep null items when filtering duplicates ([#14464](https://github.com/vuetifyjs/vuetify/issues/14464)) ([8fd3510](https://github.com/vuetifyjs/vuetify/commit/8fd35106fd3adc91fa8d063683cd2e79890fccca)), closes [#14421](https://github.com/vuetifyjs/vuetify/issues/14421)
188
+ * **VSlideGroup:** account for inverted RTL scrolling ([092fceb](https://github.com/vuetifyjs/vuetify/commit/092fcebb88b2163c12ec16240084e0e7b34bb4bb)), closes [#14529](https://github.com/vuetifyjs/vuetify/issues/14529)
189
+ * **VSlideGroup:** skip width update if destroyed ([1bb1455](https://github.com/vuetifyjs/vuetify/commit/1bb1455660e5863cecb8f012019b8591994bbbbb)), closes [#14470](https://github.com/vuetifyjs/vuetify/issues/14470)
190
+ * **VStepperStep:** editable step tab navigation ([#14036](https://github.com/vuetifyjs/vuetify/issues/14036)) ([256fa93](https://github.com/vuetifyjs/vuetify/commit/256fa93db584a0c9cfc1137596b65aedf89999a0)), closes [#14022](https://github.com/vuetifyjs/vuetify/issues/14022)
191
+ * **VTabs:** correctly set active state with exact prop ([#14500](https://github.com/vuetifyjs/vuetify/issues/14500)) ([74ec950](https://github.com/vuetifyjs/vuetify/commit/74ec950fa81441178b1e8fac60630d98fd6089ba)), closes [#14431](https://github.com/vuetifyjs/vuetify/issues/14431) [#14459](https://github.com/vuetifyjs/vuetify/issues/14459)
192
+ * **VTextarea:** apply correct input styles with solo-inverted prop ([ea96084](https://github.com/vuetifyjs/vuetify/commit/ea960843c449fbb02ff9c3686c94720ba943f071)), closes [#11848](https://github.com/vuetifyjs/vuetify/issues/11848)
193
+ * **VTooltip:** allow disabling openOnClick/openOnFocus ([28a64c4](https://github.com/vuetifyjs/vuetify/commit/28a64c4d0e3b01ba0a6b7d79f285561e084f12f8)), closes [#14444](https://github.com/vuetifyjs/vuetify/issues/14444)
194
+
195
+
196
+
197
+ ## [2.6.1](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.12...v2.6.1) (2021-11-30)
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **locale:** update `it` translations ([#14398](https://github.com/vuetifyjs/vuetify/issues/14398)) ([33385d5](https://github.com/vuetifyjs/vuetify/commit/33385d5e5331ff5a6ba80ecfa15cb0b0343ba305))
203
+ * **VBanner:** remove background when using the outlined prop ([2af9a41](https://github.com/vuetifyjs/vuetify/commit/2af9a418362658fffe1f9c09b0c18c9ff4eb9701)), closes [#12081](https://github.com/vuetifyjs/vuetify/issues/12081)
204
+ * **VCalendar:** add nativeEvent to all re-emitted events ([#14307](https://github.com/vuetifyjs/vuetify/issues/14307)) ([bb78e4e](https://github.com/vuetifyjs/vuetify/commit/bb78e4ec04c625b7e320530406a3e8b86ca5fb5a)), closes [#9485](https://github.com/vuetifyjs/vuetify/issues/9485)
205
+ * **VCalendar:** continue touchMove event between days ([#14392](https://github.com/vuetifyjs/vuetify/issues/14392)) ([10c78d2](https://github.com/vuetifyjs/vuetify/commit/10c78d21f765bdb9ded6205627685c5f8e26f9c5)), closes [#13174](https://github.com/vuetifyjs/vuetify/issues/13174)
206
+ * **VCard:** remove default click handler ([6d1c0f6](https://github.com/vuetifyjs/vuetify/commit/6d1c0f658d913d6b9344d3253bb693c228f936bb)), closes [#14447](https://github.com/vuetifyjs/vuetify/issues/14447)
207
+ * **VDialog:** allow width to be set to auto ([ef8b3cc](https://github.com/vuetifyjs/vuetify/commit/ef8b3cc03122bab0c6f78247e84a2737cb63867b)), closes [#6919](https://github.com/vuetifyjs/vuetify/issues/6919) [#14419](https://github.com/vuetifyjs/vuetify/issues/14419)
208
+ * **VItemGroup:** allow null values ([#14436](https://github.com/vuetifyjs/vuetify/issues/14436)) ([a0dd90d](https://github.com/vuetifyjs/vuetify/commit/a0dd90db27c6a98cad41ec64c6e1d1cefa72b0fb)), closes [#9073](https://github.com/vuetifyjs/vuetify/issues/9073)
209
+ * **VItemGroup:** allow object values and custom comparator ([#14328](https://github.com/vuetifyjs/vuetify/issues/14328)) ([324b818](https://github.com/vuetifyjs/vuetify/commit/324b818faaa40c5a0f743a18c6b9828a48dc7ceb)), closes [#10571](https://github.com/vuetifyjs/vuetify/issues/10571)
210
+ * **VRipple:** use $ripple-animation-visible-opacity variable ([#14365](https://github.com/vuetifyjs/vuetify/issues/14365)) ([3f8f577](https://github.com/vuetifyjs/vuetify/commit/3f8f577b51a7bfe948a075903348b886246e637e)), closes [#11505](https://github.com/vuetifyjs/vuetify/issues/11505)
211
+ * **VStepper:** expand stepper label to full width ([#14362](https://github.com/vuetifyjs/vuetify/issues/14362)) ([e6e5fd2](https://github.com/vuetifyjs/vuetify/commit/e6e5fd2bf5dfa783f9bfe240a2fa2d839ef0ced6)), closes [#12584](https://github.com/vuetifyjs/vuetify/issues/12584)
212
+ * use hasOwnProperty to check dynamic slot presence ([ca4cbda](https://github.com/vuetifyjs/vuetify/commit/ca4cbda0877096bab9b65c7af6edb18f316e076b)), closes [#14425](https://github.com/vuetifyjs/vuetify/issues/14425)
213
+ * **VTabs:** allow set VTab inactive if optional property is set ([#14399](https://github.com/vuetifyjs/vuetify/issues/14399)) ([958d4e6](https://github.com/vuetifyjs/vuetify/commit/958d4e6d06bd205d20a8d7bbce707bd772d146c5)), closes [#14397](https://github.com/vuetifyjs/vuetify/issues/14397)
22
214
 
23
215
 
24
216
 
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VVirtualScroll": {
4
- "from": "labs/VVirtualScroll/index.mjs",
5
- "styles": []
6
- },
7
3
  "VDataTable": {
8
4
  "from": "labs/VDataTable/index.mjs",
9
5
  "styles": []
@@ -23,6 +19,14 @@
23
19
  "VDataTableServer": {
24
20
  "from": "labs/VDataTable/index.mjs",
25
21
  "styles": []
22
+ },
23
+ "VDataTableFooter": {
24
+ "from": "labs/VDataTable/index.mjs",
25
+ "styles": []
26
+ },
27
+ "VVirtualScroll": {
28
+ "from": "labs/VVirtualScroll/index.mjs",
29
+ "styles": []
26
30
  }
27
31
  }
28
32
  }
@@ -160,10 +160,6 @@
160
160
  "from": "components/VAlert/index.mjs",
161
161
  "styles": []
162
162
  },
163
- "VAutocomplete": {
164
- "from": "components/VAutocomplete/index.mjs",
165
- "styles": []
166
- },
167
163
  "VAvatar": {
168
164
  "from": "components/VAvatar/index.mjs",
169
165
  "styles": []
@@ -276,6 +272,10 @@
276
272
  "from": "components/VCounter/index.mjs",
277
273
  "styles": []
278
274
  },
275
+ "VAutocomplete": {
276
+ "from": "components/VAutocomplete/index.mjs",
277
+ "styles": []
278
+ },
279
279
  "VDialog": {
280
280
  "from": "components/VDialog/index.mjs",
281
281
  "styles": []
@@ -356,6 +356,10 @@
356
356
  "from": "components/VKbd/index.mjs",
357
357
  "styles": []
358
358
  },
359
+ "VLabel": {
360
+ "from": "components/VLabel/index.mjs",
361
+ "styles": []
362
+ },
359
363
  "VList": {
360
364
  "from": "components/VList/index.mjs",
361
365
  "styles": []
@@ -412,14 +416,14 @@
412
416
  "from": "components/VOverlay/index.mjs",
413
417
  "styles": []
414
418
  },
415
- "VProgressCircular": {
416
- "from": "components/VProgressCircular/index.mjs",
417
- "styles": []
418
- },
419
419
  "VPagination": {
420
420
  "from": "components/VPagination/index.mjs",
421
421
  "styles": []
422
422
  },
423
+ "VProgressCircular": {
424
+ "from": "components/VProgressCircular/index.mjs",
425
+ "styles": []
426
+ },
423
427
  "VProgressLinear": {
424
428
  "from": "components/VProgressLinear/index.mjs",
425
429
  "styles": []
@@ -523,10 +527,6 @@
523
527
  "VWindowItem": {
524
528
  "from": "components/VWindow/index.mjs",
525
529
  "styles": []
526
- },
527
- "VLabel": {
528
- "from": "components/VLabel/index.mjs",
529
- "styles": []
530
530
  }
531
531
  },
532
532
  "directives": [