@vuetify/nightly 3.7.19-master.2025-03-27 → 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 +6 -3
- package/dist/json/attributes.json +2836 -2836
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5422 -5422
- package/dist/vuetify-labs.css +3761 -3761
- package/dist/vuetify-labs.esm.js +7 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4739 -4739
- package/dist/vuetify.d.ts +58 -58
- 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 +58 -58
- package/lib/labs/VDateInput/VDateInput.mjs +0 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,19 @@
|
|
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
|
14
15
|
|
16
|
+
* **VDateInput:** remove blur on selection entirely ([6acf68c](https://github.com/vuetifyjs/vuetify/commit/6acf68ccee5bd3bd17f4536cb6254a67e7257f2d))
|
15
17
|
* **VDateInput:** prevent crash when pressing enter during text input ([#21077](https://github.com/vuetifyjs/vuetify/issues/21077)) ([47a9601](https://github.com/vuetifyjs/vuetify/commit/47a9601ccacb1abae222b99ec0236c2787666467)), closes [#21072](https://github.com/vuetifyjs/vuetify/issues/21072)
|
16
18
|
* **VDateInput:** use display props and remove extra code ([#21152](https://github.com/vuetifyjs/vuetify/issues/21152)) ([9645765](https://github.com/vuetifyjs/vuetify/commit/964576595de80b459b12b87db41bbe826194f828))
|
17
19
|
* **VFileUpload:** support class & style props ([#21151](https://github.com/vuetifyjs/vuetify/issues/21151)) ([b8c48ba](https://github.com/vuetifyjs/vuetify/commit/b8c48ba11c661a53bd5bee4b5068c3a5748aff49)), closes [#21146](https://github.com/vuetifyjs/vuetify/issues/21146)
|
@@ -19,7 +21,8 @@
|
|
19
21
|
|
20
22
|
### Other Commmits
|
21
23
|
|
22
|
-
* 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))
|
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))
|
23
26
|
* chore(helpers): fix lint ([91e7943](https://github.com/vuetifyjs/vuetify/commit/91e794311de21735d02b8e10c95c8dc76ae7ef75))
|
24
27
|
* chore(helpers): remove unused function ([c9c480f](https://github.com/vuetifyjs/vuetify/commit/c9c480fbe3866cefd690a34acb09da373c46bcaf))
|
25
28
|
|