@vuetify/nightly 3.7.15-master.2025-03-10 → 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.
- package/CHANGELOG.md +7 -3
- package/dist/json/attributes.json +2036 -2036
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +3872 -3861
- package/dist/vuetify-labs.css +4879 -4879
- package/dist/vuetify-labs.d.ts +90 -24
- package/dist/vuetify-labs.esm.js +13 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4116 -4116
- package/dist/vuetify.d.ts +144 -78
- package/dist/vuetify.esm.js +13 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +21 -6
- package/lib/components/VCombobox/index.d.mts +21 -6
- package/lib/components/VDialog/index.d.mts +21 -6
- package/lib/components/VMenu/index.d.mts +21 -6
- package/lib/components/VOverlay/VOverlay.mjs +10 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +6 -0
- package/lib/components/VSelect/index.d.mts +21 -6
- package/lib/components/VSnackbar/index.d.mts +21 -6
- package/lib/components/VTooltip/index.d.mts +21 -6
- package/lib/components/index.d.mts +90 -24
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/labs/VSnackbarQueue/index.d.mts +21 -6
- package/lib/labs/components.d.mts +21 -6
- 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-
|
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-
|
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
|
@@ -33,7 +34,10 @@
|
|
33
34
|
|
34
35
|
### Other Commmits
|
35
36
|
|
36
|
-
* chore(release): publish v3.7.15-master.2025-03-
|
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))
|
37
41
|
* docs(UsageExample): add list subheader ([ae4f42e](https://github.com/vuetifyjs/vuetify/commit/ae4f42e2cc27b312b0f3db34cdeb65d15894e9c2))
|
38
42
|
* chore(VSelect): clean-up docs page and examples ([48bf7ae](https://github.com/vuetifyjs/vuetify/commit/48bf7ae7bd1011aeddb72bc7d1a8e678320c3f01))
|
39
43
|
* docs(UsageExample): fix missing variable ([183cbd4](https://github.com/vuetifyjs/vuetify/commit/183cbd4d8fa942277b6b40b5f12fb8e6245e30d0))
|