@vuetify/nightly 3.7.15-master.2025-03-08 → 3.7.15-master.2025-03-11

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 (37) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/dist/json/attributes.json +3084 -3084
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/web-types.json +5593 -5582
  6. package/dist/vuetify-labs.css +4571 -4571
  7. package/dist/vuetify-labs.d.ts +90 -24
  8. package/dist/vuetify-labs.esm.js +13 -4
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -4
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3823 -3823
  13. package/dist/vuetify.d.ts +144 -78
  14. package/dist/vuetify.esm.js +13 -4
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -4
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +10 -10
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +21 -6
  22. package/lib/components/VCombobox/index.d.mts +21 -6
  23. package/lib/components/VDialog/index.d.mts +21 -6
  24. package/lib/components/VMenu/index.d.mts +21 -6
  25. package/lib/components/VOverlay/VOverlay.mjs +10 -1
  26. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  27. package/lib/components/VOverlay/index.d.mts +6 -0
  28. package/lib/components/VSelect/index.d.mts +21 -6
  29. package/lib/components/VSnackbar/index.d.mts +21 -6
  30. package/lib/components/VTooltip/index.d.mts +21 -6
  31. package/lib/components/index.d.mts +90 -24
  32. package/lib/entry-bundler.mjs +1 -1
  33. package/lib/framework.mjs +1 -1
  34. package/lib/index.d.mts +54 -54
  35. package/lib/labs/VSnackbarQueue/index.d.mts +21 -6
  36. package/lib/labs/components.d.mts +21 -6
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,15 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-08...v) (2025-03-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-11...v) (2025-03-11)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.15-master.2025-03-08](https://github.com/vuetifyjs/vuetify/compare/v3.7.15...v3.7.15-master.2025-03-08) "Other Commmits" (2025-03-08)
5
+ ## [3.7.15-master.2025-03-11](https://github.com/vuetifyjs/vuetify/compare/v3.7.15...v3.7.15-master.2025-03-11) "Other Commmits" (2025-03-11)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
10
  * accept string | number | boolean in text props ([c1a0bb1](https://github.com/vuetifyjs/vuetify/commit/c1a0bb18d2c53eb526ad8f776c169186a3552ebd))
11
11
  * **VDataTable:** use width as minWidth for multiple fixed columns ([c2574c8](https://github.com/vuetifyjs/vuetify/commit/c2574c847b53fb8b85c7ec949191d42030150f02)), closes [#21063](https://github.com/vuetifyjs/vuetify/issues/21063)
12
+ * **VOverlay:** don't emit keydown.esc if not the top overlay ([05ef925](https://github.com/vuetifyjs/vuetify/commit/05ef92586ccb64e08c256a752135897fd77dbfe9))
12
13
 
13
14
 
14
15
  ### :microscope: Code Refactoring
@@ -17,6 +18,11 @@
17
18
  * **VDatePickerMonth:** remove useless VDefaultsProvider ([80184e4](https://github.com/vuetifyjs/vuetify/commit/80184e4f094adf0862ef9f29b9d13f64136b13f1))
18
19
 
19
20
 
21
+ ### :arrows_counterclockwise: Reverts
22
+
23
+ * Revert "docs(faq): add onMounted ref question" ([4b8c78b](https://github.com/vuetifyjs/vuetify/commit/4b8c78bef2a8f55ea10a2cea44dc5573151f2f35))
24
+
25
+
20
26
  ### :test_tube: Labs
21
27
 
22
28
  * **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
@@ -28,7 +34,14 @@
28
34
 
29
35
  ### Other Commmits
30
36
 
31
- * chore(release): publish v3.7.15-master.2025-03-08 ([ffced92](https://github.com/vuetifyjs/vuetify/commit/ffced92d73d124dffac86b3c8d5ee025c44b3491))
37
+ * chore(release): publish v3.7.15-master.2025-03-11 ([5a74e7a](https://github.com/vuetifyjs/vuetify/commit/5a74e7a04693961299e9d37663077a830252b172))
38
+ * docs(SearchRecent): add gap between list-items ([0ca7e93](https://github.com/vuetifyjs/vuetify/commit/0ca7e93ad011b358591da646fdbd6ebe83625d25))
39
+ * docs: replace ref with shallowRef where it makes sense ([c8500a1](https://github.com/vuetifyjs/vuetify/commit/c8500a1939297a47f12976fe2262cf445e5d46e6))
40
+ * docs(VFab): usage example color issue ([a7fb8e0](https://github.com/vuetifyjs/vuetify/commit/a7fb8e0ed61a09f22168673f0e284bf43d0907e5))
41
+ * docs(UsageExample): add list subheader ([ae4f42e](https://github.com/vuetifyjs/vuetify/commit/ae4f42e2cc27b312b0f3db34cdeb65d15894e9c2))
42
+ * chore(VSelect): clean-up docs page and examples ([48bf7ae](https://github.com/vuetifyjs/vuetify/commit/48bf7ae7bd1011aeddb72bc7d1a8e678320c3f01))
43
+ * docs(UsageExample): fix missing variable ([183cbd4](https://github.com/vuetifyjs/vuetify/commit/183cbd4d8fa942277b6b40b5f12fb8e6245e30d0))
44
+ * chore(VBottomSheet): clean-up doc page and examples ([e264240](https://github.com/vuetifyjs/vuetify/commit/e264240762da93724ca92ffc85b439b14b306133))
32
45
  * chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
33
46
  * docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
34
47
  * docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))