@vuetify/nightly 3.7.19-master.2025-03-29 → 3.7.19-master.2025-03-31
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 +4 -3
- package/dist/json/attributes.json +2352 -2352
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +4453 -4453
- package/dist/vuetify-labs.css +3795 -3795
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4401 -4401
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +7 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.19-master.2025-03-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.19-master.2025-03-31...v) (2025-03-31)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.19-master.2025-03-
|
5
|
+
## [3.7.19-master.2025-03-31](https://github.com/vuetifyjs/vuetify/compare/v3.7.19...v3.7.19-master.2025-03-31) "Other Commmits" (2025-03-31)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
10
|
* **VAutocomplete:** cleared input searchterm on blur ([#21130](https://github.com/vuetifyjs/vuetify/issues/21130)) ([05076ce](https://github.com/vuetifyjs/vuetify/commit/05076ce61f6af069198dc4f676509f0a5e306c73)), closes [#20993](https://github.com/vuetifyjs/vuetify/issues/20993)
|
11
|
+
* **VColorPicker:** disable EyeDropper when component is disabled ([#21180](https://github.com/vuetifyjs/vuetify/issues/21180)) ([0a25791](https://github.com/vuetifyjs/vuetify/commit/0a25791a0e19bb8e1db1f77c292d3a7ccbe53763)), closes [#21179](https://github.com/vuetifyjs/vuetify/issues/21179)
|
11
12
|
|
12
13
|
|
13
14
|
### :test_tube: Labs
|
@@ -20,7 +21,7 @@
|
|
20
21
|
|
21
22
|
### Other Commmits
|
22
23
|
|
23
|
-
* chore(release): publish v3.7.19-master.2025-03-
|
24
|
+
* chore(release): publish v3.7.19-master.2025-03-31 ([38dfab8](https://github.com/vuetifyjs/vuetify/commit/38dfab8a7f5addcba6f07e5a80a763f49ae83cc5))
|
24
25
|
* docs(vuetify-herodevs-partnership): add new blog post ([#21132](https://github.com/vuetifyjs/vuetify/issues/21132)) ([97e3e0d](https://github.com/vuetifyjs/vuetify/commit/97e3e0daba1163bbb2855459aab8754f982b4902))
|
25
26
|
* chore(helpers): fix lint ([91e7943](https://github.com/vuetifyjs/vuetify/commit/91e794311de21735d02b8e10c95c8dc76ae7ef75))
|
26
27
|
* chore(helpers): remove unused function ([c9c480f](https://github.com/vuetifyjs/vuetify/commit/c9c480fbe3866cefd690a34acb09da373c46bcaf))
|