@vuetify/nightly 3.8.0-beta.0-dev.2025-03-24 → 3.8.0-beta.0-dev.2025-03-26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +83 -3
  2. package/dist/json/attributes.json +1534 -1522
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/tags.json +3 -0
  6. package/dist/json/web-types.json +3219 -3169
  7. package/dist/vuetify-labs.cjs +101 -28
  8. package/dist/vuetify-labs.css +3682 -3682
  9. package/dist/vuetify-labs.d.ts +124 -81
  10. package/dist/vuetify-labs.esm.js +101 -28
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +101 -28
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +25 -10
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5460 -5460
  17. package/dist/vuetify.d.ts +82 -79
  18. package/dist/vuetify.esm.js +25 -10
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +25 -10
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +10 -10
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDataTable/VDataTable.d.ts +4 -4
  26. package/lib/components/VDataTable/VDataTableRow.d.ts +9 -6
  27. package/lib/components/VDataTable/VDataTableRow.js +18 -3
  28. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  29. package/lib/components/VDataTable/VDataTableRows.d.ts +4 -4
  30. package/lib/components/VDataTable/VDataTableServer.d.ts +4 -4
  31. package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -4
  32. package/lib/components/VDatePicker/VDatePicker.js +1 -1
  33. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  34. package/lib/components/VIcon/VIcon.js +2 -2
  35. package/lib/components/VIcon/VIcon.js.map +1 -1
  36. package/lib/composables/calendar.js +1 -1
  37. package/lib/composables/calendar.js.map +1 -1
  38. package/lib/entry-bundler.js +1 -1
  39. package/lib/framework.d.ts +47 -47
  40. package/lib/framework.js +1 -1
  41. package/lib/labs/VDateInput/VDateInput.d.ts +70 -3
  42. package/lib/labs/VDateInput/VDateInput.js +78 -19
  43. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  44. package/lib/util/helpers.js +1 -1
  45. package/lib/util/helpers.js.map +1 -1
  46. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0-dev.2025-03-24...v) (2025-03-24)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0-dev.2025-03-26...v) (2025-03-26)
2
2
 
3
3
 
4
4
 
5
- # [3.8.0-beta.0-dev.2025-03-24](https://github.com/vuetifyjs/vuetify/compare/v3.8.0-beta.0...v3.8.0-beta.0-dev.2025-03-24) "Other Commmits" (2025-03-24)
5
+ # [3.8.0-beta.0-dev.2025-03-26](https://github.com/vuetifyjs/vuetify/compare/v3.7.19...v3.8.0-beta.0-dev.2025-03-26) "Other Commmits" (2025-03-26)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -21,10 +21,90 @@
21
21
  * **VField:** default slot fallback ([#21074](https://github.com/vuetifyjs/vuetify/issues/21074)) ([0a8528a](https://github.com/vuetifyjs/vuetify/commit/0a8528a9c6517ece5cf8199002ba093c31e3164d))
22
22
 
23
23
 
24
+ ### :test_tube: Labs
25
+
26
+ * **VDateInput:** hide confirm actions by default ([dca7872](https://github.com/vuetifyjs/vuetify/commit/dca78726abdbc2f3263d46d2862443eed1c70d6b))
27
+
28
+
24
29
  ### Other Commmits
25
30
 
26
- * chore(release): publish v3.8.0-beta.0-dev.2025-03-24 ([d30571f](https://github.com/vuetifyjs/vuetify/commit/d30571f836dff5504a1e405c02619857449b8140))
31
+ * chore(release): publish v3.8.0-beta.0-dev.2025-03-26 ([a68752d](https://github.com/vuetifyjs/vuetify/commit/a68752d17a1500e692cafe70c85b9ba17485c26f))
32
+ * chore(prop-display-format): fix lint ([6d4439e](https://github.com/vuetifyjs/vuetify/commit/6d4439e8a78364662c4c4f80c0c2bbefdc8829be))
27
33
  * docs(package.json): update @intlify/unplugin-vue-i18n ([4761355](https://github.com/vuetifyjs/vuetify/commit/47613550d93cf3230b3ec0b2458015ef50ce3cb5))
28
34
 
29
35
 
30
36
 
37
+ # [3.8.0-beta.0](https://github.com/vuetifyjs/vuetify/compare/v3.7.18...v3.8.0-beta.0) "Other Commmits" (2025-03-21)
38
+
39
+
40
+ ### :rocket: Features
41
+
42
+ * allow tag prop to accept Component ([327a2c9](https://github.com/vuetifyjs/vuetify/commit/327a2c92404b1cb7faba68c3655550ca6f574d25)), closes [#20806](https://github.com/vuetifyjs/vuetify/issues/20806)
43
+ * require vue 3.5 ([8c5a2b9](https://github.com/vuetifyjs/vuetify/commit/8c5a2b92fdeb4e3e50a5cccf09bf999724a3f875))
44
+ * **framework:** add unmount function ([5d9db2c](https://github.com/vuetifyjs/vuetify/commit/5d9db2cc957a7d1d0efec9513cd9639b7089d9e4)), closes [#20429](https://github.com/vuetifyjs/vuetify/issues/20429)
45
+ * **nested:** add trunk select strategy ([ca38ce3](https://github.com/vuetifyjs/vuetify/commit/ca38ce33f22d2f00d2337f719d74b45a4d8b56e4)), closes [#6759](https://github.com/vuetifyjs/vuetify/issues/6759)
46
+ * **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)
47
+ * **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)
48
+ * **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)
49
+ * **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)
50
+ * **VColorPicker:** support emitting rgb() and hsl() strings ([a5efcf1](https://github.com/vuetifyjs/vuetify/commit/a5efcf167fe82ad8d5565f6688fb957a05b7a7f2)), closes [#20944](https://github.com/vuetifyjs/vuetify/issues/20944)
51
+ * **VConfirmEdit:** add hideActions prop ([9618326](https://github.com/vuetifyjs/vuetify/commit/9618326a61254366e1f6b7408fe1c4ea8a2aa6a4)), closes [#20905](https://github.com/vuetifyjs/vuetify/issues/20905)
52
+ * **VDataTable:** support shift click for multiple selection ([c9a2a22](https://github.com/vuetifyjs/vuetify/commit/c9a2a2269b0492cc3cd0b757888be9ddd96316ba)), closes [#20055](https://github.com/vuetifyjs/vuetify/issues/20055)
53
+ * **VDataTableVirtual:** expose scrollToIndex ([#21006](https://github.com/vuetifyjs/vuetify/issues/21006)) ([526f160](https://github.com/vuetifyjs/vuetify/commit/526f1605057ece9dc9516c5ca90b189acc2551e5))
54
+ * **VDatePicker:** add new prop control-height ([6090515](https://github.com/vuetifyjs/vuetify/commit/609051508221132d55518dfbe759b22adbcd68b7))
55
+ * **VDatePicker:** add new prop header-color ([fcf392b](https://github.com/vuetifyjs/vuetify/commit/fcf392b7963170dcc2d8424a7ce75cc3a3a9ca43))
56
+ * **VDatePicker:** add rtl classes ([a9ad813](https://github.com/vuetifyjs/vuetify/commit/a9ad813275aa4f6a2b465cf2278b550d7124fae5))
57
+ * **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)
58
+ * **VNumberInput:** promote from labs ([11efba2](https://github.com/vuetifyjs/vuetify/commit/11efba208a092399304543b8283ccc3485514154))
59
+ * **VSnackbarQueue:** promote from labs ([aa8d4c9](https://github.com/vuetifyjs/vuetify/commit/aa8d4c933ce2b23c44ee183946a9469e0f48c9d4))
60
+ * **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)
61
+ * **VTooltip:** add new prop intertactive ([1599512](https://github.com/vuetifyjs/vuetify/commit/159951278e9a27309d4d1eb633b426c770989584)), closes [#19473](https://github.com/vuetifyjs/vuetify/issues/19473)
62
+ * **VVirtualScroll:** add itemKey prop ([fabc511](https://github.com/vuetifyjs/vuetify/commit/fabc511bfbf90149b536ba09c6ba5e18bafd4c3a)), closes [#20809](https://github.com/vuetifyjs/vuetify/issues/20809)
63
+
64
+
65
+ ### :wrench: Bug Fixes
66
+
67
+ * replace getUid with vue's useId ([cbd14a7](https://github.com/vuetifyjs/vuetify/commit/cbd14a7ace7e210fab91b4b2003ff0bcd7892d32)), closes [#19696](https://github.com/vuetifyjs/vuetify/issues/19696)
68
+ * **blueprints/md1/md2/md3:** set VDatePicker defaults ([d9c8918](https://github.com/vuetifyjs/vuetify/commit/d9c8918629d78f61c92d8acd2c6f14e3c01c4f29))
69
+ * **build:** use subpath exports in import maps ([90986f2](https://github.com/vuetifyjs/vuetify/commit/90986f29bd851f4c5b180b258fe729bdb872580a))
70
+ * **package:** fix missing types and simplify exports ([#21104](https://github.com/vuetifyjs/vuetify/issues/21104)) ([7811fdd](https://github.com/vuetifyjs/vuetify/commit/7811fdd5c759fa14c09bd943c27d239335a53a38))
71
+ * **package:** add .mjs -> .js export redirect ([d06119b](https://github.com/vuetifyjs/vuetify/commit/d06119b638e42337e5db8ea60690e3e7fde4e33e))
72
+ * **types:** support moduleResolution node16 ([011be15](https://github.com/vuetifyjs/vuetify/commit/011be154dcfb547540ed20f5e8928555798ac298))
73
+ * **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)
74
+ * **VDataTableVirtual:** add missing thead, tbody, tfoot slots ([#19072](https://github.com/vuetifyjs/vuetify/issues/19072)) ([b6db70d](https://github.com/vuetifyjs/vuetify/commit/b6db70d8eeb98cbf186bceecf0600d2355c979a4))
75
+ * **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)
76
+ * **VTimeline:** alignment consistency ([#20876](https://github.com/vuetifyjs/vuetify/issues/20876)) ([2d3ddd5](https://github.com/vuetifyjs/vuetify/commit/2d3ddd5c7599bcc3c89c8853f83047fadafa5a45))
77
+ * **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)
78
+
79
+
80
+ ### :microscope: Code Refactoring
81
+
82
+ * **VColorPicker:** implement VPicker ([5530832](https://github.com/vuetifyjs/vuetify/commit/55308327b73953a0f3cd3999f2c42172e72b1f99))
83
+ * **VDatePickerMonth:** remove VDefaultsProvider usage ([d96798a](https://github.com/vuetifyjs/vuetify/commit/d96798aeddaa7c164c117e05a901e49d86971353))
84
+
85
+
86
+ ### :test_tube: Labs
87
+
88
+ * **rules:** add useRules composable ([#18332](https://github.com/vuetifyjs/vuetify/issues/18332)) ([f7d9377](https://github.com/vuetifyjs/vuetify/commit/f7d9377988736b0f0480bc66daf112e16a4250f9))
89
+ * **VPicker:** add new prop divided ([ea25366](https://github.com/vuetifyjs/vuetify/commit/ea253667c16efbd76b5a11935d0b73c40af3c842))
90
+
91
+
92
+ ### Other Commmits
93
+
94
+ * chore(release): publish v3.8.0-beta.0 ([7b121d2](https://github.com/vuetifyjs/vuetify/commit/7b121d2f5910c055aa960504fb2c83f521b1a53c))
95
+ * docs(rules): add api section ([c047081](https://github.com/vuetifyjs/vuetify/commit/c047081008cb4792cb7b7d0a89a084765bac0cf1))
96
+ * docs(VSnackbarQueue): add examples ([e079c0d](https://github.com/vuetifyjs/vuetify/commit/e079c0d966307c095af1bcd6a66550ff2956456e))
97
+ * chore(VDateInput): remove redundant prop ([10b2a9f](https://github.com/vuetifyjs/vuetify/commit/10b2a9f1757b3f036db6118250de272652d0feea))
98
+ * test(VTextarea): update selectors ([7e4be06](https://github.com/vuetifyjs/vuetify/commit/7e4be068049a62bf0e17defbbeff730ca14d934b))
99
+ * chore: update @vuetify/one ([2ead254](https://github.com/vuetifyjs/vuetify/commit/2ead254167e00012fc6ef5cbe01c88c0e2f9d373))
100
+ * chore: move repo to ESM ([#21105](https://github.com/vuetifyjs/vuetify/issues/21105)) ([d822282](https://github.com/vuetifyjs/vuetify/commit/d822282b74c0b07c07201244897d949a6156c5f1))
101
+ * docs: extract component for "introduced in" alert ([1a427b3](https://github.com/vuetifyjs/vuetify/commit/1a427b33166d8e7d8c916d528176a7a62d383856))
102
+ * 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)
103
+ * chore: fix docs typescript error ([7319b0f](https://github.com/vuetifyjs/vuetify/commit/7319b0f62b7290454746a03f466085a2e1fa4ba3))
104
+ * style: fix lint ([74c84ba](https://github.com/vuetifyjs/vuetify/commit/74c84ba5c8fc816cec48a69d38009d82aeb3d7b8))
105
+ * chore: fix lint ([ff0a982](https://github.com/vuetifyjs/vuetify/commit/ff0a982b372c42647843bacfe62761e0f9b173a9))
106
+ * test(display): use effectScope ([1950f2b](https://github.com/vuetifyjs/vuetify/commit/1950f2b7a9f1b66cf9292e576ac18c1ec5ee2481))
107
+ * chore: remove unused import ([9e5a3c8](https://github.com/vuetifyjs/vuetify/commit/9e5a3c88a9bb9175990a6268d04cebfb01508d88))
108
+
109
+
110
+