@vuetify/nightly 3.7.14-master.2025-02-28 → 3.7.14-master.2025-03-02
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 +2939 -2939
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +5308 -5308
- package/dist/vuetify-labs.css +3957 -3953
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5425 -5425
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- package/lib/labs/VFileUpload/VFileUpload.css +5 -1
- package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
- package/lib/labs/VFileUpload/_variables.scss +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.14-master.2025-02
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.14-master.2025-03-02...v) (2025-03-02)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.14-master.2025-02
|
5
|
+
## [3.7.14-master.2025-03-02](https://github.com/vuetifyjs/vuetify/compare/v3.7.14...v3.7.14-master.2025-03-02) "Other Commmits" (2025-03-02)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
@@ -14,6 +14,7 @@
|
|
14
14
|
|
15
15
|
### :test_tube: Labs
|
16
16
|
|
17
|
+
* **VFileUpload:** divider wrapper width on smaller screens ([cc26a99](https://github.com/vuetifyjs/vuetify/commit/cc26a99431bf98c7897f0deb854077a054594580))
|
17
18
|
* **VNumberInput:** use useFocus composable for state ([41dad8c](https://github.com/vuetifyjs/vuetify/commit/41dad8c06087e31117b414052c20c1b53a1ba432))
|
18
19
|
* **VNumberInput:** support control holding down ([#20987](https://github.com/vuetifyjs/vuetify/issues/20987)) ([83aed7b](https://github.com/vuetifyjs/vuetify/commit/83aed7b17d717142373e862cd10600530ef974ee))
|
19
20
|
* **VNumberInput:** pass number to rules ([cea6d12](https://github.com/vuetifyjs/vuetify/commit/cea6d12124ea1be8c4ffedf0b2656d19ee9956ee)), closes [#21022](https://github.com/vuetifyjs/vuetify/issues/21022)
|
@@ -22,7 +23,7 @@
|
|
22
23
|
|
23
24
|
### Other Commmits
|
24
25
|
|
25
|
-
* chore(release): publish v3.7.14-master.2025-02
|
26
|
+
* chore(release): publish v3.7.14-master.2025-03-02 ([17704ea](https://github.com/vuetifyjs/vuetify/commit/17704ea9a40ff1e57adf7030069898887d86c7d1))
|
26
27
|
* docs(api): add missing descriptions ([a123275](https://github.com/vuetifyjs/vuetify/commit/a1232756d4ae42afe31d3d3dcd743fc153e36842))
|
27
28
|
* docs(v-data-table): update expand rows example ([1731d2a](https://github.com/vuetifyjs/vuetify/commit/1731d2a6810659cb8b5216d1223782b90d4e559d))
|
28
29
|
* chore: remove playgrounds ([#20323](https://github.com/vuetifyjs/vuetify/issues/20323)) ([32bc451](https://github.com/vuetifyjs/vuetify/commit/32bc4518df88f06bf45157ea03a514b236806e52))
|