@vuetify/nightly 3.8.0-beta.0-dev.2025-03-31 → 3.8.0-dev.2025-04-01

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 (44) hide show
  1. package/CHANGELOG.md +3 -104
  2. package/dist/json/attributes.json +3759 -3759
  3. package/dist/json/importMap-labs.json +36 -36
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/web-types.json +6872 -6872
  6. package/dist/vuetify-labs.cjs +20 -26
  7. package/dist/vuetify-labs.css +3865 -3865
  8. package/dist/vuetify-labs.d.ts +58 -58
  9. package/dist/vuetify-labs.esm.js +20 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +20 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +15 -17
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +5362 -5362
  16. package/dist/vuetify.d.ts +58 -58
  17. package/dist/vuetify.esm.js +15 -17
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +15 -17
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +7 -8
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
  25. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  26. package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
  27. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  28. package/lib/components/VEmptyState/VEmptyState.js +3 -1
  29. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  30. package/lib/components/VInput/VInput.css +11 -11
  31. package/lib/components/VInput/VInput.sass +1 -1
  32. package/lib/entry-bundler.js +1 -1
  33. package/lib/entry-bundler.js.map +1 -1
  34. package/lib/framework.d.ts +58 -58
  35. package/lib/framework.js +1 -1
  36. package/lib/framework.js.map +1 -1
  37. package/lib/labs/VDateInput/VDateInput.js +3 -8
  38. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  39. package/lib/labs/VFileUpload/VFileUpload.js +2 -1
  40. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  41. package/lib/util/helpers.d.ts +1 -2
  42. package/lib/util/helpers.js +1 -11
  43. package/lib/util/helpers.js.map +1 -1
  44. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,114 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0-dev.2025-03-31...v) (2025-03-31)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-dev.2025-04-01...v) (2025-04-01)
2
2
 
3
3
 
4
4
 
5
- # [3.8.0-beta.0-dev.2025-03-31](https://github.com/vuetifyjs/vuetify/compare/v3.7.19...v3.8.0-beta.0-dev.2025-03-31) "Other Commmits" (2025-03-31)
6
-
7
-
8
- ### :rocket: Features
9
-
10
- * **border:** add new class border-current for currentColor ([e0bbf57](https://github.com/vuetifyjs/vuetify/commit/e0bbf57b9589a4b17e2275fe5a601dee676ce109))
11
- * **VIcon:** add new prop opacity ([499ba21](https://github.com/vuetifyjs/vuetify/commit/499ba211cb346cc8a063f61f36524f4b5ea88297))
12
-
13
-
14
- ### :wrench: Bug Fixes
15
-
16
- * **calendar:** don't allow selecting dates outside of weekdays prop ([b1f270b](https://github.com/vuetifyjs/vuetify/commit/b1f270ba28a32ece9fa7add603f6dd310944a588)), closes [#19718](https://github.com/vuetifyjs/vuetify/issues/19718)
17
- * **VField:** min-height calculation incorrect ([3d09d1c](https://github.com/vuetifyjs/vuetify/commit/3d09d1cbf558b66830dce78bfe784af1b2f8f501))
18
- * **VInput:** don't apply opacity to message with glow ([9caab87](https://github.com/vuetifyjs/vuetify/commit/9caab8776a79c2042f46562b894310c064291b53))
19
-
20
-
21
- ### :microscope: Code Refactoring
22
-
23
- * **VField:** default slot fallback ([#21074](https://github.com/vuetifyjs/vuetify/issues/21074)) ([0a8528a](https://github.com/vuetifyjs/vuetify/commit/0a8528a9c6517ece5cf8199002ba093c31e3164d))
24
-
25
-
26
- ### :test_tube: Labs
27
-
28
- * **VDateInput:** Always enable cancel button ([#21154](https://github.com/vuetifyjs/vuetify/issues/21154)) ([a477e71](https://github.com/vuetifyjs/vuetify/commit/a477e71874042106d755a67a130eb6a9f7b71df7)), closes [#20226](https://github.com/vuetifyjs/vuetify/issues/20226)
29
- * **VDateInput:** hide confirm actions by default ([dca7872](https://github.com/vuetifyjs/vuetify/commit/dca78726abdbc2f3263d46d2862443eed1c70d6b))
30
- * **VIconBtn:** create new component ([#21114](https://github.com/vuetifyjs/vuetify/issues/21114)) ([3b8a325](https://github.com/vuetifyjs/vuetify/commit/3b8a325823fbc450e911cb25e4abaccf026990ea))
31
-
32
-
33
- ### Other Commmits
34
-
35
- * chore(release): publish v3.8.0-beta.0-dev.2025-03-31 ([8405ef1](https://github.com/vuetifyjs/vuetify/commit/8405ef1f518cfe5761253f291fdc19d46fa80384))
36
- * chore(prop-display-format): fix lint ([6d4439e](https://github.com/vuetifyjs/vuetify/commit/6d4439e8a78364662c4c4f80c0c2bbefdc8829be))
37
- * docs(package.json): update @intlify/unplugin-vue-i18n ([4761355](https://github.com/vuetifyjs/vuetify/commit/47613550d93cf3230b3ec0b2458015ef50ce3cb5))
38
-
39
-
40
-
41
- # [3.8.0-beta.0](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.8.0-beta.0) "Other Commmits" (2025-03-21)
42
-
43
-
44
- ### :rocket: Features
45
-
46
- * allow tag prop to accept Component ([327a2c9](https://github.com/vuetifyjs/vuetify/commit/327a2c92404b1cb7faba68c3655550ca6f574d25)), closes [#20806](https://github.com/vuetifyjs/vuetify/issues/20806)
47
- * require vue 3.5 ([8c5a2b9](https://github.com/vuetifyjs/vuetify/commit/8c5a2b92fdeb4e3e50a5cccf09bf999724a3f875))
48
- * **framework:** add unmount function ([5d9db2c](https://github.com/vuetifyjs/vuetify/commit/5d9db2cc957a7d1d0efec9513cd9639b7089d9e4)), closes [#20429](https://github.com/vuetifyjs/vuetify/issues/20429)
49
- * **nested:** add trunk select strategy ([ca38ce3](https://github.com/vuetifyjs/vuetify/commit/ca38ce33f22d2f00d2337f719d74b45a4d8b56e4)), closes [#6759](https://github.com/vuetifyjs/vuetify/issues/6759)
50
- * **theme:** add stylesheetId and scope options ([#20789](https://github.com/vuetifyjs/vuetify/issues/20789)) ([794a2e6](https://github.com/vuetifyjs/vuetify/commit/794a2e6999c20b69c041f94ea44d64d5e916ad68)), closes [#4065](https://github.com/vuetifyjs/vuetify/issues/4065)
51
- * **types:** expose public interfaces ([44be603](https://github.com/vuetifyjs/vuetify/commit/44be6034569b938621c44dd877e76ea6314c2f78)), closes [#16680](https://github.com/vuetifyjs/vuetify/issues/16680) [#19723](https://github.com/vuetifyjs/vuetify/issues/19723) [#21052](https://github.com/vuetifyjs/vuetify/issues/21052)
52
- * **VAutocomplete:** support multiple match highlighting ([#16462](https://github.com/vuetifyjs/vuetify/issues/16462)) ([9da6442](https://github.com/vuetifyjs/vuetify/commit/9da64422e5bf4cf24819b5b7cf4c03b8405ee34e)), closes [#18946](https://github.com/vuetifyjs/vuetify/issues/18946)
53
- * **VChip:** add base-color prop ([#20702](https://github.com/vuetifyjs/vuetify/issues/20702)) ([1e099f2](https://github.com/vuetifyjs/vuetify/commit/1e099f2c1858617a4447c308326cf204f9e9d112)), closes [#19678](https://github.com/vuetifyjs/vuetify/issues/19678)
54
- * **VColorPicker:** support emitting rgb() and hsl() strings ([a5efcf1](https://github.com/vuetifyjs/vuetify/commit/a5efcf167fe82ad8d5565f6688fb957a05b7a7f2)), closes [#20944](https://github.com/vuetifyjs/vuetify/issues/20944)
55
- * **VConfirmEdit:** add hideActions prop ([9618326](https://github.com/vuetifyjs/vuetify/commit/9618326a61254366e1f6b7408fe1c4ea8a2aa6a4)), closes [#20905](https://github.com/vuetifyjs/vuetify/issues/20905)
56
- * **VDataTable:** support shift click for multiple selection ([c9a2a22](https://github.com/vuetifyjs/vuetify/commit/c9a2a2269b0492cc3cd0b757888be9ddd96316ba)), closes [#20055](https://github.com/vuetifyjs/vuetify/issues/20055)
57
- * **VDataTableVirtual:** expose scrollToIndex ([#21006](https://github.com/vuetifyjs/vuetify/issues/21006)) ([526f160](https://github.com/vuetifyjs/vuetify/commit/526f1605057ece9dc9516c5ca90b189acc2551e5))
58
- * **VDatePicker:** add new prop control-height ([6090515](https://github.com/vuetifyjs/vuetify/commit/609051508221132d55518dfbe759b22adbcd68b7))
59
- * **VDatePicker:** add new prop header-color ([fcf392b](https://github.com/vuetifyjs/vuetify/commit/fcf392b7963170dcc2d8424a7ce75cc3a3a9ca43))
60
- * **VDatePicker:** add rtl classes ([a9ad813](https://github.com/vuetifyjs/vuetify/commit/a9ad813275aa4f6a2b465cf2278b550d7124fae5))
61
- * **VField/VInput:** add new props icon-color and glow ([#21076](https://github.com/vuetifyjs/vuetify/issues/21076)) ([409fa95](https://github.com/vuetifyjs/vuetify/commit/409fa95f7cfb80f572d74b9d09f828b72958dc15)), closes [#17763](https://github.com/vuetifyjs/vuetify/issues/17763)
62
- * **VNumberInput:** promote from labs ([11efba2](https://github.com/vuetifyjs/vuetify/commit/11efba208a092399304543b8283ccc3485514154))
63
- * **VSnackbarQueue:** promote from labs ([aa8d4c9](https://github.com/vuetifyjs/vuetify/commit/aa8d4c933ce2b23c44ee183946a9469e0f48c9d4))
64
- * **VTimeline:** side prop for individual items ([#20855](https://github.com/vuetifyjs/vuetify/issues/20855)) ([1c65f8f](https://github.com/vuetifyjs/vuetify/commit/1c65f8fe9ce0bd81e5ade43c4bb51bf0b883cb80)), closes [#19363](https://github.com/vuetifyjs/vuetify/issues/19363)
65
- * **VTooltip:** add new prop intertactive ([1599512](https://github.com/vuetifyjs/vuetify/commit/159951278e9a27309d4d1eb633b426c770989584)), closes [#19473](https://github.com/vuetifyjs/vuetify/issues/19473)
66
- * **VVirtualScroll:** add itemKey prop ([fabc511](https://github.com/vuetifyjs/vuetify/commit/fabc511bfbf90149b536ba09c6ba5e18bafd4c3a)), closes [#20809](https://github.com/vuetifyjs/vuetify/issues/20809)
67
-
68
-
69
- ### :wrench: Bug Fixes
70
-
71
- * replace getUid with vue's useId ([cbd14a7](https://github.com/vuetifyjs/vuetify/commit/cbd14a7ace7e210fab91b4b2003ff0bcd7892d32)), closes [#19696](https://github.com/vuetifyjs/vuetify/issues/19696)
72
- * **blueprints/md1/md2/md3:** set VDatePicker defaults ([d9c8918](https://github.com/vuetifyjs/vuetify/commit/d9c8918629d78f61c92d8acd2c6f14e3c01c4f29))
73
- * **build:** use subpath exports in import maps ([90986f2](https://github.com/vuetifyjs/vuetify/commit/90986f29bd851f4c5b180b258fe729bdb872580a))
74
- * **package:** fix missing types and simplify exports ([#21104](https://github.com/vuetifyjs/vuetify/issues/21104)) ([7811fdd](https://github.com/vuetifyjs/vuetify/commit/7811fdd5c759fa14c09bd943c27d239335a53a38))
75
- * **package:** add .mjs -> .js export redirect ([d06119b](https://github.com/vuetifyjs/vuetify/commit/d06119b638e42337e5db8ea60690e3e7fde4e33e))
76
- * **types:** support moduleResolution node16 ([011be15](https://github.com/vuetifyjs/vuetify/commit/011be154dcfb547540ed20f5e8928555798ac298))
77
- * **types:** optimise build ([#20484](https://github.com/vuetifyjs/vuetify/issues/20484)) ([bf13ecc](https://github.com/vuetifyjs/vuetify/commit/bf13eccde630b14820f4e24b09f3b34f90bb255e)), closes [#20480](https://github.com/vuetifyjs/vuetify/issues/20480)
78
- * **VDataTableVirtual:** add missing thead, tbody, tfoot slots ([#19072](https://github.com/vuetifyjs/vuetify/issues/19072)) ([b6db70d](https://github.com/vuetifyjs/vuetify/commit/b6db70d8eeb98cbf186bceecf0600d2355c979a4))
79
- * **VList:** ignore input element interactions ([#20881](https://github.com/vuetifyjs/vuetify/issues/20881)) ([f54ca9a](https://github.com/vuetifyjs/vuetify/commit/f54ca9a12f65f69b95c0b45accc7783a2b1c6d52)), closes [#20523](https://github.com/vuetifyjs/vuetify/issues/20523)
80
- * **VTimeline:** alignment consistency ([#20876](https://github.com/vuetifyjs/vuetify/issues/20876)) ([2d3ddd5](https://github.com/vuetifyjs/vuetify/commit/2d3ddd5c7599bcc3c89c8853f83047fadafa5a45))
81
- * **VVirtualScroll:** don't fully deep watch items ([70db0c7](https://github.com/vuetifyjs/vuetify/commit/70db0c7ea6c63a0f6a6acc4979716894a952cc92)), closes [#19941](https://github.com/vuetifyjs/vuetify/issues/19941) [#20608](https://github.com/vuetifyjs/vuetify/issues/20608)
82
-
83
-
84
- ### :microscope: Code Refactoring
85
-
86
- * **VColorPicker:** implement VPicker ([5530832](https://github.com/vuetifyjs/vuetify/commit/55308327b73953a0f3cd3999f2c42172e72b1f99))
87
- * **VDatePickerMonth:** remove VDefaultsProvider usage ([d96798a](https://github.com/vuetifyjs/vuetify/commit/d96798aeddaa7c164c117e05a901e49d86971353))
88
-
89
-
90
- ### :test_tube: Labs
91
-
92
- * **rules:** add useRules composable ([#18332](https://github.com/vuetifyjs/vuetify/issues/18332)) ([f7d9377](https://github.com/vuetifyjs/vuetify/commit/f7d9377988736b0f0480bc66daf112e16a4250f9))
93
- * **VPicker:** add new prop divided ([ea25366](https://github.com/vuetifyjs/vuetify/commit/ea253667c16efbd76b5a11935d0b73c40af3c842))
5
+ # [3.8.0-dev.2025-04-01](https://github.com/vuetifyjs/vuetify/compare/v3.8.0...v3.8.0-dev.2025-04-01) "Other Commmits" (2025-04-01)
94
6
 
95
7
 
96
8
  ### Other Commmits
97
9
 
98
- * chore(release): publish v3.8.0-beta.0 ([7b121d2](https://github.com/vuetifyjs/vuetify/commit/7b121d2f5910c055aa960504fb2c83f521b1a53c))
99
- * docs(rules): add api section ([c047081](https://github.com/vuetifyjs/vuetify/commit/c047081008cb4792cb7b7d0a89a084765bac0cf1))
100
- * docs(VSnackbarQueue): add examples ([e079c0d](https://github.com/vuetifyjs/vuetify/commit/e079c0d966307c095af1bcd6a66550ff2956456e))
101
- * chore(VDateInput): remove redundant prop ([10b2a9f](https://github.com/vuetifyjs/vuetify/commit/10b2a9f1757b3f036db6118250de272652d0feea))
102
- * test(VTextarea): update selectors ([7e4be06](https://github.com/vuetifyjs/vuetify/commit/7e4be068049a62bf0e17defbbeff730ca14d934b))
103
- * chore: update @vuetify/one ([2ead254](https://github.com/vuetifyjs/vuetify/commit/2ead254167e00012fc6ef5cbe01c88c0e2f9d373))
104
- * chore: move repo to ESM ([#21105](https://github.com/vuetifyjs/vuetify/issues/21105)) ([d822282](https://github.com/vuetifyjs/vuetify/commit/d822282b74c0b07c07201244897d949a6156c5f1))
105
- * docs: extract component for "introduced in" alert ([1a427b3](https://github.com/vuetifyjs/vuetify/commit/1a427b33166d8e7d8c916d528176a7a62d383856))
106
- * docs(VSnackbarQueue): filter internal vnode props from types ([cdd6d71](https://github.com/vuetifyjs/vuetify/commit/cdd6d715bb6e60ee088af4dd4d947507bb24a6ca)), closes [#20384](https://github.com/vuetifyjs/vuetify/issues/20384)
107
- * chore: fix docs typescript error ([7319b0f](https://github.com/vuetifyjs/vuetify/commit/7319b0f62b7290454746a03f466085a2e1fa4ba3))
108
- * style: fix lint ([74c84ba](https://github.com/vuetifyjs/vuetify/commit/74c84ba5c8fc816cec48a69d38009d82aeb3d7b8))
109
- * chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))
110
- * test(display): use effectScope ([1950f2b](https://github.com/vuetifyjs/vuetify/commit/1950f2b7a9f1b66cf9292e576ac18c1ec5ee2481))
111
- * chore: remove unused import ([9e5a3c8](https://github.com/vuetifyjs/vuetify/commit/9e5a3c88a9bb9175990a6268d04cebfb01508d88))
10
+ * chore(release): publish v3.8.0-dev.2025-04-01 ([fc6bc43](https://github.com/vuetifyjs/vuetify/commit/fc6bc4323ab45d69b8c8ad2def068d0625be1317))
112
11
 
113
12
 
114
13