@vuetify/nightly 3.1.4 → 3.1.5-master-20230210.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 (46) hide show
  1. package/CHANGELOG.md +4 -210
  2. package/dist/json/attributes.json +24 -24
  3. package/dist/json/importMap.json +68 -68
  4. package/dist/json/web-types.json +49 -38
  5. package/dist/vuetify-labs.css +194 -194
  6. package/dist/vuetify-labs.d.ts +18 -32
  7. package/dist/vuetify-labs.esm.js +36 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +35 -26
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +106 -106
  12. package/dist/vuetify.d.ts +37 -51
  13. package/dist/vuetify.esm.js +36 -27
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -26
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +32 -31
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -3
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VCombobox/VCombobox.mjs +2 -3
  23. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  24. package/lib/components/VField/VField.mjs +0 -2
  25. package/lib/components/VField/VField.mjs.map +1 -1
  26. package/lib/components/VField/index.d.ts +1 -7
  27. package/lib/components/VFileInput/VFileInput.mjs +6 -1
  28. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  29. package/lib/components/VFileInput/index.d.ts +2 -0
  30. package/lib/components/VSelect/VSelect.mjs +2 -2
  31. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  32. package/lib/components/VTextField/VTextField.mjs +9 -7
  33. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  34. package/lib/components/VTextField/index.d.ts +13 -25
  35. package/lib/components/VTextarea/VTextarea.mjs +6 -1
  36. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  37. package/lib/components/VTextarea/index.d.ts +2 -0
  38. package/lib/components/index.d.ts +18 -32
  39. package/lib/composables/proxiedModel.mjs +6 -5
  40. package/lib/composables/proxiedModel.mjs.map +1 -1
  41. package/lib/entry-bundler.mjs +1 -1
  42. package/lib/entry-bundler.mjs.map +1 -1
  43. package/lib/framework.mjs +1 -1
  44. package/lib/framework.mjs.map +1 -1
  45. package/lib/index.d.ts +19 -19
  46. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,220 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.4...v) (2023-02-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.5-master-20230210.0...v) (2023-02-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.1.4](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v3.1.4) (2023-02-07)
5
+ ## [3.1.5-master-20230210.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.4...v3.1.5-master-20230210.0) (2023-02-10)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
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
- * **VChip:** incorrect import ([11ddd2d](https://github.com/vuetifyjs/vuetify/commit/11ddd2dd21630f539913a117b501ac759da00c86))
14
- * **VChip:** set aria-label correctly ([48d3724](https://github.com/vuetifyjs/vuetify/commit/48d3724e7f28669fd2e483a916b4412d4039c1c6)), closes [#16549](https://github.com/vuetifyjs/vuetify/issues/16549)
15
- * **VDataTable:** pagination buttons and text ([940bd44](https://github.com/vuetifyjs/vuetify/commit/940bd448e934220070d1278413a397f54c3a7f64)), closes [#16560](https://github.com/vuetifyjs/vuetify/issues/16560)
16
- * **VDataTableServer:** remove properties from options update ([55c2021](https://github.com/vuetifyjs/vuetify/commit/55c2021fde6b2167ad6956471c55811c83a1fb30))
17
- * **VVirtualScroll:** dynamic container height ([#16495](https://github.com/vuetifyjs/vuetify/issues/16495)) ([28057e1](https://github.com/vuetifyjs/vuetify/commit/28057e1aa8ebd3f9d785a3f2262b552c44b31c1e))
18
- * getUid must be called from inside a setup function ([#16591](https://github.com/vuetifyjs/vuetify/issues/16591)) ([b7c4ec0](https://github.com/vuetifyjs/vuetify/commit/b7c4ec0d1a48d1dc65783d82685b32fa9600d4a2)), closes [#16558](https://github.com/vuetifyjs/vuetify/issues/16558)
19
-
20
-
21
-
22
- ## [2.6.14](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v2.6.14) (2023-01-10)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * **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)
28
-
29
-
30
-
31
- ## [2.6.13](https://github.com/vuetifyjs/vuetify/compare/v3.0.5...v2.6.13) (2022-12-13)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * **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)
37
- * **VAutocomplete:** remove unused allowOverflow prop ([f16c2c5](https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da)), closes [#16008](https://github.com/vuetifyjs/vuetify/issues/16008)
38
- * **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)
39
-
40
-
41
-
42
- ## [2.6.12](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.13...v2.6.12) (2022-10-18)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * **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)
48
- * **VCombobox:** emit paste event ([7417807](https://github.com/vuetifyjs/vuetify/commit/7417807908a0fc0578c0c7db29be8c25ae601921)), closes [#11186](https://github.com/vuetifyjs/vuetify/issues/11186)
49
- * **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)
50
- * **VStepper:** increate error label selector specificity ([785de11](https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa)), closes [#15886](https://github.com/vuetifyjs/vuetify/issues/15886)
51
-
52
-
53
-
54
- ## [2.6.11](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.11...v2.6.11) (2022-10-04)
55
-
56
-
57
- ### Bug Fixes
58
-
59
- * **click-outside:** remove unused vnode reference ([4d3359a](https://github.com/vuetifyjs/vuetify/commit/4d3359ad52a878d88490b80cf2a3f8d5ebda7b81))
60
-
61
-
62
-
63
- ## [2.6.10](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.10...v2.6.10) (2022-09-12)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * **VCalendar:** prevent XSS from eventName function ([ade1434](https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176)), closes [#15757](https://github.com/vuetifyjs/vuetify/issues/15757)
69
- * **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)
70
- * **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)
71
- * **VSelectList:** correct mask class ([cd193e4](https://github.com/vuetifyjs/vuetify/commit/cd193e41e4041ca0786f5dbcda454e94dd7bddb9))
72
- * **VTextField:** only show clear icon on hover or when focused ([7a51ad0](https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379))
73
- * **VTextField:** prevent tabbing to clear button ([f8ee680](https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40)), closes [#11202](https://github.com/vuetifyjs/vuetify/issues/11202)
74
- * **web-types:** add support for VDataTable pattern slots ([#15694](https://github.com/vuetifyjs/vuetify/issues/15694)) ([ac45c98](https://github.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83))
75
-
76
-
77
- ### BREAKING CHANGES
78
-
79
- * **VCalendar:** eventName can no longer render arbitrary HTML, convert
80
- to VNodes instead
81
-
82
-
83
-
84
- ## [2.6.9](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.7...v2.6.9) (2022-08-09)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * **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)
90
- * **VCalendar:** forward all bound events to internal elements ([#15592](https://github.com/vuetifyjs/vuetify/issues/15592)) ([299330c](https://github.com/vuetifyjs/vuetify/commit/299330cc64b9a3590822062dbba6f1028f6207d3))
91
- * **VCarousel:** add keys to delimiter buttons ([#15459](https://github.com/vuetifyjs/vuetify/issues/15459)) ([8d3895b](https://github.com/vuetifyjs/vuetify/commit/8d3895bc0efd57bb2e5cc6bbf54c2b700e915be7))
92
- * **VPagination:** ignore invalid length values ([f3f8d15](https://github.com/vuetifyjs/vuetify/commit/f3f8d15e9c701c83ab12945ea105fe259aa87b7a)), closes [#15499](https://github.com/vuetifyjs/vuetify/issues/15499)
93
- * **VRadio:** change icon color when disabled ([0cc43e2](https://github.com/vuetifyjs/vuetify/commit/0cc43e293c0f64e12b210a543e2c71cf084f1ebc))
94
- * **VSwitch:** only affect control opacity when disabled ([1e0a4ad](https://github.com/vuetifyjs/vuetify/commit/1e0a4ad5cde6f4353a52ee5f5dc3731a602038f0))
95
-
96
-
97
-
98
- ## [2.6.8](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.6...v2.6.8) (2022-07-29)
99
-
100
-
101
- ### Bug Fixes
102
-
103
- * **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)
104
- * **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)
105
- * **VSimpleCheckbox:** directly specify ripple directive definition ([00a9668](https://github.com/vuetifyjs/vuetify/commit/00a9668d7a58bfd1ea3674e48cca2dc8336bbffc)), closes [#12224](https://github.com/vuetifyjs/vuetify/issues/12224)
106
-
107
-
108
-
109
- ## [2.6.7](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v2.6.7) (2022-06-29)
110
-
111
-
112
- ### Bug Fixes
113
-
114
- * **styles:** resolve css validation errors ([621f273](https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d)), closes [#15320](https://github.com/vuetifyjs/vuetify/issues/15320)
115
- * **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)
116
- * **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)
117
- * **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)
118
- * **VOtpInput:** support paste and autofill on mobile ([8c67ed8](https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2)), closes [#14801](https://github.com/vuetifyjs/vuetify/issues/14801)
119
- * **VRadio:** use correct disabled color for icons ([3115798](https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658))
120
- * **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)
121
- * **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)
122
- * **VTimeline:** disable arrow shadow on clickable cards ([27ba2c9](https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605)), closes [#14193](https://github.com/vuetifyjs/vuetify/issues/14193)
123
-
124
-
125
-
126
- ## [2.6.6](https://github.com/vuetifyjs/vuetify/compare/v2.6.5...v2.6.6) (2022-05-17)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * **locale:** update catalan translations ([#15012](https://github.com/vuetifyjs/vuetify/issues/15012)) ([2eab4f2](https://github.com/vuetifyjs/vuetify/commit/2eab4f2a457aff794bbe9471d162f1e0bd6adee7))
132
- * **mdi-svg:** update contextual icons ([5918484](https://github.com/vuetifyjs/vuetify/commit/59184844e99e6cde96f4cccbd84bbd0343fec2cf)), closes [#14327](https://github.com/vuetifyjs/vuetify/issues/14327)
133
- * **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)
134
- * **VSelect:** set min-height on correct element ([d41a327](https://github.com/vuetifyjs/vuetify/commit/d41a32798da3d97d554b6f811f4f4a3199276119)), closes [#15047](https://github.com/vuetifyjs/vuetify/issues/15047)
135
-
136
-
137
-
138
- ## [2.6.5](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.1...v2.6.5) (2022-05-02)
139
-
140
-
141
- ### Bug Fixes
142
-
143
- * **locale:** add missing Finnish translations ([#14824](https://github.com/vuetifyjs/vuetify/issues/14824)) ([f0e5889](https://github.com/vuetifyjs/vuetify/commit/f0e58899a19ba5b43551bd6ffb42b917113f7ae7))
144
- * **locale:** improve spanish translations ([#14965](https://github.com/vuetifyjs/vuetify/issues/14965)) ([a427b96](https://github.com/vuetifyjs/vuetify/commit/a427b9602763f0dba87d0f574d75c56723564d82))
145
- * **selection controls:** emit focus/blur events ([75404fb](https://github.com/vuetifyjs/vuetify/commit/75404fb66e61d4b4d5b759506ac0d4c7a56a3755)), closes [#14862](https://github.com/vuetifyjs/vuetify/issues/14862)
146
- * **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)
147
- * **VImg:** accept scopedSlots ([96888d5](https://github.com/vuetifyjs/vuetify/commit/96888d5cc4bcd7c527fbe7445410813e79082259)), closes [#14686](https://github.com/vuetifyjs/vuetify/issues/14686)
148
- * **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)
149
-
150
-
151
-
152
- ## [2.6.4](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.13...v2.6.4) (2022-03-07)
153
-
154
-
155
- ### Bug Fixes
156
-
157
- * **VPagination:** get available width before initial mount ([472bbb4](https://github.com/vuetifyjs/vuetify/commit/472bbb4afd3da91656702b62f8c385cf61de1ccd)), closes [#14590](https://github.com/vuetifyjs/vuetify/issues/14590)
158
- * remove duplicate toggleable mixin ([860be6b](https://github.com/vuetifyjs/vuetify/commit/860be6b0bff74b6cd81320259879ae9dc5a77f1d)), closes [#14719](https://github.com/vuetifyjs/vuetify/issues/14719)
159
- * **VSelect:** update menu position on selection change ([5974a84](https://github.com/vuetifyjs/vuetify/commit/5974a840b703cb8dbfba615cac4d6a16cf30ebb9)), closes [#14688](https://github.com/vuetifyjs/vuetify/issues/14688)
160
-
161
-
162
-
163
- ## [2.6.3](https://github.com/vuetifyjs/vuetify/compare/v2.6.2...v2.6.3) (2022-01-25)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * **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)
169
- * **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)
170
- * **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)
171
- * **VMenu:** null check content in mouseleave handler ([e13eee1](https://github.com/vuetifyjs/vuetify/commit/e13eee14e31cd6a88bc4d9b2ab41ab344ef886f1)), closes [#14619](https://github.com/vuetifyjs/vuetify/issues/14619)
172
- * **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)
173
- * **VNavigationDrawer:** don't update miniVariant without expandOnHover ([bb2b11e](https://github.com/vuetifyjs/vuetify/commit/bb2b11e3d0f39fe286b83792072afd4e97ce8121)), closes [#14555](https://github.com/vuetifyjs/vuetify/issues/14555)
174
- * **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)
175
-
176
-
177
-
178
- ## [2.6.2](https://github.com/vuetifyjs/vuetify/compare/v2.6.1...v2.6.2) (2021-12-28)
179
-
180
-
181
- ### Bug Fixes
182
-
183
- * **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)
184
- * **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)
185
- * **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)
186
- * **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)
187
- * **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)
188
- * **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)
189
- * **VOtpInput:** update internalValue on paste ([bab2fa2](https://github.com/vuetifyjs/vuetify/commit/bab2fa23488eb815c6b20a8ad122c5b3bf4fb4b7)), closes [#14536](https://github.com/vuetifyjs/vuetify/issues/14536)
190
- * **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)
191
- * **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)
192
- * **VSlideGroup:** account for inverted RTL scrolling ([092fceb](https://github.com/vuetifyjs/vuetify/commit/092fcebb88b2163c12ec16240084e0e7b34bb4bb)), closes [#14529](https://github.com/vuetifyjs/vuetify/issues/14529)
193
- * **VSlideGroup:** skip width update if destroyed ([1bb1455](https://github.com/vuetifyjs/vuetify/commit/1bb1455660e5863cecb8f012019b8591994bbbbb)), closes [#14470](https://github.com/vuetifyjs/vuetify/issues/14470)
194
- * **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)
195
- * **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)
196
- * **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)
197
- * **VTooltip:** allow disabling openOnClick/openOnFocus ([28a64c4](https://github.com/vuetifyjs/vuetify/commit/28a64c4d0e3b01ba0a6b7d79f285561e084f12f8)), closes [#14444](https://github.com/vuetifyjs/vuetify/issues/14444)
198
-
199
-
200
-
201
- ## [2.6.1](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-alpha.12...v2.6.1) (2021-11-30)
202
-
203
-
204
- ### Bug Fixes
205
-
206
- * **locale:** update `it` translations ([#14398](https://github.com/vuetifyjs/vuetify/issues/14398)) ([33385d5](https://github.com/vuetifyjs/vuetify/commit/33385d5e5331ff5a6ba80ecfa15cb0b0343ba305))
207
- * **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)
208
- * **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)
209
- * **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)
210
- * **VCard:** remove default click handler ([6d1c0f6](https://github.com/vuetifyjs/vuetify/commit/6d1c0f658d913d6b9344d3253bb693c228f936bb)), closes [#14447](https://github.com/vuetifyjs/vuetify/issues/14447)
211
- * **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)
212
- * **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)
213
- * **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)
214
- * **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)
215
- * **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)
216
- * use hasOwnProperty to check dynamic slot presence ([ca4cbda](https://github.com/vuetifyjs/vuetify/commit/ca4cbda0877096bab9b65c7af6edb18f316e076b)), closes [#14425](https://github.com/vuetifyjs/vuetify/issues/14425)
217
- * **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)
10
+ * **inputs:** focus on mousedown instead of click ([#16568](https://github.com/vuetifyjs/vuetify/issues/16568)) ([e3e0614](https://github.com/vuetifyjs/vuetify/commit/e3e061475204e413e024efaa8759b5b0c6eab2eb))
11
+ * **proxiedModel:** don't pass reactive objects to transformIn() ([#16612](https://github.com/vuetifyjs/vuetify/issues/16612)) ([02da4e3](https://github.com/vuetifyjs/vuetify/commit/02da4e3c3e0c18b24ac9a358abe30ff6c3f492fc)), closes [#16512](https://github.com/vuetifyjs/vuetify/issues/16512)
218
12
 
219
13
 
220
14
 
@@ -377,7 +377,7 @@
377
377
  },
378
378
  "v-autocomplete/append-icon": {
379
379
  "type": "string | (new () => any) | FunctionalComponent",
380
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
380
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
381
381
  },
382
382
  "v-autocomplete/prepend-icon": {
383
383
  "type": "string | (new () => any) | FunctionalComponent",
@@ -977,7 +977,7 @@
977
977
  },
978
978
  "v-btn/append-icon": {
979
979
  "type": "string | (new () => any) | FunctionalComponent",
980
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
980
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
981
981
  },
982
982
  "v-btn/block": {
983
983
  "type": "boolean",
@@ -1193,7 +1193,7 @@
1193
1193
  },
1194
1194
  "v-card/append-icon": {
1195
1195
  "type": "string | (new () => any) | FunctionalComponent",
1196
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1196
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1197
1197
  },
1198
1198
  "v-card/disabled": {
1199
1199
  "type": "boolean",
@@ -1237,7 +1237,7 @@
1237
1237
  },
1238
1238
  "v-card-item/append-icon": {
1239
1239
  "type": "string | (new () => any) | FunctionalComponent",
1240
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1240
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1241
1241
  },
1242
1242
  "v-card-item/prepend-avatar": {
1243
1243
  "type": "string",
@@ -1321,7 +1321,7 @@
1321
1321
  },
1322
1322
  "v-checkbox/append-icon": {
1323
1323
  "type": "string | (new () => any) | FunctionalComponent",
1324
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1324
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1325
1325
  },
1326
1326
  "v-checkbox/prepend-icon": {
1327
1327
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1621,7 +1621,7 @@
1621
1621
  },
1622
1622
  "v-chip/append-icon": {
1623
1623
  "type": "string | (new () => any) | FunctionalComponent",
1624
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1624
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1625
1625
  },
1626
1626
  "v-chip/closable": {
1627
1627
  "type": "boolean",
@@ -1949,7 +1949,7 @@
1949
1949
  },
1950
1950
  "v-combobox/append-icon": {
1951
1951
  "type": "string | (new () => any) | FunctionalComponent",
1952
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1952
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1953
1953
  },
1954
1954
  "v-combobox/prepend-icon": {
1955
1955
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2229,7 +2229,7 @@
2229
2229
  },
2230
2230
  "v-dialog/attach": {
2231
2231
  "type": "string | boolean | Element",
2232
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
2232
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
2233
2233
  },
2234
2234
  "v-divider/theme": {
2235
2235
  "type": "string",
@@ -2481,7 +2481,7 @@
2481
2481
  },
2482
2482
  "v-file-input/append-icon": {
2483
2483
  "type": "string | (new () => any) | FunctionalComponent",
2484
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2484
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2485
2485
  },
2486
2486
  "v-file-input/prepend-icon": {
2487
2487
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2893,7 +2893,7 @@
2893
2893
  },
2894
2894
  "v-input/append-icon": {
2895
2895
  "type": "string | (new () => any) | FunctionalComponent",
2896
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2896
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2897
2897
  },
2898
2898
  "v-input/prepend-icon": {
2899
2899
  "type": "string | (new () => any) | FunctionalComponent",
@@ -3249,7 +3249,7 @@
3249
3249
  },
3250
3250
  "v-list-group/append-icon": {
3251
3251
  "type": "string | (new () => any) | FunctionalComponent",
3252
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3252
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3253
3253
  },
3254
3254
  "v-list-group/fluid": {
3255
3255
  "type": "boolean",
@@ -3297,7 +3297,7 @@
3297
3297
  },
3298
3298
  "v-list-item/append-icon": {
3299
3299
  "type": "string | (new () => any) | FunctionalComponent",
3300
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3300
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3301
3301
  },
3302
3302
  "v-list-item/disabled": {
3303
3303
  "type": "boolean",
@@ -3617,7 +3617,7 @@
3617
3617
  },
3618
3618
  "v-menu/attach": {
3619
3619
  "type": "string | boolean | Element",
3620
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
3620
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
3621
3621
  },
3622
3622
  "v-messages/transition": {
3623
3623
  "type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }>; leaveAbsolute: boolean; group: boolean }",
@@ -3865,7 +3865,7 @@
3865
3865
  },
3866
3866
  "v-overlay/attach": {
3867
3867
  "type": "string | boolean | Element",
3868
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
3868
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
3869
3869
  },
3870
3870
  "v-pagination/border": {
3871
3871
  "type": "string | number | boolean",
@@ -4181,7 +4181,7 @@
4181
4181
  },
4182
4182
  "v-radio-group/append-icon": {
4183
4183
  "type": "string | (new () => any) | FunctionalComponent",
4184
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4184
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4185
4185
  },
4186
4186
  "v-radio-group/prepend-icon": {
4187
4187
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4297,7 +4297,7 @@
4297
4297
  },
4298
4298
  "v-range-slider/append-icon": {
4299
4299
  "type": "string | (new () => any) | FunctionalComponent",
4300
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4300
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4301
4301
  },
4302
4302
  "v-range-slider/prepend-icon": {
4303
4303
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4685,7 +4685,7 @@
4685
4685
  },
4686
4686
  "v-select/append-icon": {
4687
4687
  "type": "string | (new () => any) | FunctionalComponent",
4688
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4688
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4689
4689
  },
4690
4690
  "v-select/prepend-icon": {
4691
4691
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5141,7 +5141,7 @@
5141
5141
  },
5142
5142
  "v-slider/append-icon": {
5143
5143
  "type": "string | (new () => any) | FunctionalComponent",
5144
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5144
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5145
5145
  },
5146
5146
  "v-slider/prepend-icon": {
5147
5147
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5337,7 +5337,7 @@
5337
5337
  },
5338
5338
  "v-snackbar/attach": {
5339
5339
  "type": "string | boolean | Element",
5340
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
5340
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
5341
5341
  },
5342
5342
  "v-switch/id": {
5343
5343
  "type": "string",
@@ -5345,7 +5345,7 @@
5345
5345
  },
5346
5346
  "v-switch/append-icon": {
5347
5347
  "type": "string | (new () => any) | FunctionalComponent",
5348
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5348
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5349
5349
  },
5350
5350
  "v-switch/prepend-icon": {
5351
5351
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5625,7 +5625,7 @@
5625
5625
  },
5626
5626
  "v-tab/append-icon": {
5627
5627
  "type": "string | (new () => any) | FunctionalComponent",
5628
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5628
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5629
5629
  },
5630
5630
  "v-tab/stacked": {
5631
5631
  "type": "boolean",
@@ -5693,7 +5693,7 @@
5693
5693
  },
5694
5694
  "v-textarea/append-icon": {
5695
5695
  "type": "string | (new () => any) | FunctionalComponent",
5696
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5696
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5697
5697
  },
5698
5698
  "v-textarea/prepend-icon": {
5699
5699
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5921,7 +5921,7 @@
5921
5921
  },
5922
5922
  "v-text-field/append-icon": {
5923
5923
  "type": "string | (new () => any) | FunctionalComponent",
5924
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5924
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
5925
5925
  },
5926
5926
  "v-text-field/prepend-icon": {
5927
5927
  "type": "string | (new () => any) | FunctionalComponent",
@@ -6389,7 +6389,7 @@
6389
6389
  },
6390
6390
  "v-tooltip/attach": {
6391
6391
  "type": "string | boolean | Element",
6392
- "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
6392
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
6393
6393
  },
6394
6394
  "v-validation/disabled": {
6395
6395
  "type": "boolean",