@vuetify/nightly 3.7.13-master.2025-02-25 → 3.7.14-master.2025-02-27

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 +10 -22
  2. package/dist/json/attributes.json +3406 -3410
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +210 -210
  5. package/dist/json/tags.json +0 -1
  6. package/dist/json/web-types.json +6132 -6141
  7. package/dist/vuetify-labs.css +2773 -2774
  8. package/dist/vuetify-labs.d.ts +0 -6
  9. package/dist/vuetify-labs.esm.js +25 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +25 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3299 -3300
  14. package/dist/vuetify.d.ts +74 -74
  15. package/dist/vuetify.esm.js +23 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +23 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -13
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VFileInput/VFileInput.css +0 -1
  23. package/lib/components/VFileInput/VFileInput.mjs +11 -1
  24. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  25. package/lib/components/VFileInput/VFileInput.sass +0 -1
  26. package/lib/composables/date/adapters/vuetify.mjs +9 -21
  27. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/index.d.mts +74 -74
  31. package/lib/labs/VNumberInput/VNumberInput.mjs +2 -1
  32. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  33. package/lib/labs/VNumberInput/index.d.mts +0 -6
  34. package/lib/labs/components.d.mts +0 -6
  35. package/lib/locale/zh-Hant.mjs +30 -30
  36. package/lib/locale/zh-Hant.mjs.map +1 -1
  37. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,40 +1,28 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.13-master.2025-02-25...v) (2025-02-25)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.14-master.2025-02-27...v) (2025-02-27)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.13-master.2025-02-25](https://github.com/vuetifyjs/vuetify/compare/v3.7.13...v3.7.13-master.2025-02-25) "Other Commmits" (2025-02-25)
5
+ ## [3.7.14-master.2025-02-27](https://github.com/vuetifyjs/vuetify/compare/v3.7.14...v3.7.14-master.2025-02-27) "Other Commmits" (2025-02-27)
6
6
 
7
7
 
8
8
  ### :wrench: Bug Fixes
9
9
 
10
- * **locale:** add missing japanese translations ([#21009](https://github.com/vuetifyjs/vuetify/issues/21009)) ([d518fc1](https://github.com/vuetifyjs/vuetify/commit/d518fc1a2c3f86c361051178b792bd18d203f297))
11
- * **VDatePicker:** clamp displayed month to min/max ([#20999](https://github.com/vuetifyjs/vuetify/issues/20999)) ([fb87527](https://github.com/vuetifyjs/vuetify/commit/fb87527c968191d1732903787e5ae5881f64750b)), closes [#20287](https://github.com/vuetifyjs/vuetify/issues/20287)
12
-
13
-
14
- ### :microscope: Code Refactoring
15
-
16
- * **VTreeview/VTreeviewChildren:** pass through density for checkbox btn ([a5cd6f3](https://github.com/vuetifyjs/vuetify/commit/a5cd6f39508bbd6c6dca8e7c89545ac7d555b7fb))
10
+ * **locale:** add missing traditional chinese translations ([#21027](https://github.com/vuetifyjs/vuetify/issues/21027)) ([b2db7cd](https://github.com/vuetifyjs/vuetify/commit/b2db7cd2071ec779ad4a07c7ec923d3a59eadaed))
17
11
 
18
12
 
19
13
  ### :test_tube: Labs
20
14
 
21
- * **VDateInput:** add missing slot types ([d32fa31](https://github.com/vuetifyjs/vuetify/commit/d32fa31d97d9d20dc7c5b6c311b1cec92635ce5f))
22
- * **VNumberInput:** apply precision even when disabled/readonly ([#21010](https://github.com/vuetifyjs/vuetify/issues/21010)) ([389be09](https://github.com/vuetifyjs/vuetify/commit/389be098a2ee71de21365bf5446be77cddfdfe5f)), closes [#21005](https://github.com/vuetifyjs/vuetify/issues/21005)
23
- * **VTreeview:** indentation parity with v2 ([#21007](https://github.com/vuetifyjs/vuetify/issues/21007)) ([7f02244](https://github.com/vuetifyjs/vuetify/commit/7f0224430c06672befde8e631423c38312495ded))
15
+ * **VNumberInput:** pass number to rules ([cea6d12](https://github.com/vuetifyjs/vuetify/commit/cea6d12124ea1be8c4ffedf0b2656d19ee9956ee)), closes [#21022](https://github.com/vuetifyjs/vuetify/issues/21022)
24
16
 
25
17
 
26
18
  ### Other Commmits
27
19
 
28
- * chore(release): publish v3.7.13-master.2025-02-25 ([c755cce](https://github.com/vuetifyjs/vuetify/commit/c755cceedb79c16f1cc067ae9bf70cf0296baa31))
29
- * docs: typos ([#21020](https://github.com/vuetifyjs/vuetify/issues/21020)) ([6893c16](https://github.com/vuetifyjs/vuetify/commit/6893c168188a9dd4f530c4cca454273039ad99e4))
30
- * docs(treeview): add alert for upstream performance bug ([79fbe5a](https://github.com/vuetifyjs/vuetify/commit/79fbe5ad4c26c4649817ce06e7ab15d6bcf95f03))
31
- * docs(treeview): update examples ([b3165af](https://github.com/vuetifyjs/vuetify/commit/b3165afbbd09b6ca5f2f8b9c989f3ad9a5c0fc70))
32
- * chore(building-a-basic-nuxt-application-with-vuetify): adjust content ([8eb0a7c](https://github.com/vuetifyjs/vuetify/commit/8eb0a7c6b3aa1a5a3d0db25721c157d0153b4b4f))
33
- * docs(building-a-basic-nuxt-application-with-vuetify): add new blog post ([#20622](https://github.com/vuetifyjs/vuetify/issues/20622)) ([d1e4824](https://github.com/vuetifyjs/vuetify/commit/d1e482481bc2fa39523ae49117615594c2721c3d))
34
- * docs: normalize css utility class pages ([6e530e8](https://github.com/vuetifyjs/vuetify/commit/6e530e8444257ddc019b600ae2aa657c999f0b0e))
35
- * docs(long-term-support): update page content ([40ddf95](https://github.com/vuetifyjs/vuetify/commit/40ddf95b5d8c4aeda84f584edcd9ed6e4b49a27b))
36
- * docs(VTreeview): update page content and examples ([bfaebb8](https://github.com/vuetifyjs/vuetify/commit/bfaebb80ac1cb3bfc194a731b515dae3b4672f3d))
37
- * chore(VTreeview): remove empty line ([809a300](https://github.com/vuetifyjs/vuetify/commit/809a300b3d7d18111d45b64f2f1ff42d659ce310))
20
+ * chore(release): publish v3.7.14-master.2025-02-27 ([53cc623](https://github.com/vuetifyjs/vuetify/commit/53cc623850516a4728d416441a1ddaff43a00fe1))
21
+ * chore: update support messaging ([e9bad6a](https://github.com/vuetifyjs/vuetify/commit/e9bad6ab9ad332c82a252b41b8cc48b3a83f4c72))
22
+ * chore(CONTRIBUTING): update GitHub contributing file ([a9d64ff](https://github.com/vuetifyjs/vuetify/commit/a9d64ff05819109a316c066ef4285b278c4110a2))
23
+ * chore(issue-close-app): update exceptions ([e813111](https://github.com/vuetifyjs/vuetify/commit/e813111a639580f112745feb62ccdd1272f5b67a))
24
+ * docs(VMenu): update examples to show pointer ([#21011](https://github.com/vuetifyjs/vuetify/issues/21011)) ([522f6c4](https://github.com/vuetifyjs/vuetify/commit/522f6c485710fcea559efca0c14b016adcc017a5))
25
+ * docs: correct usage example prop binding ([dea38f8](https://github.com/vuetifyjs/vuetify/commit/dea38f8d4d1af0f4df72eff11eb0d2561379d982)), closes [#20344](https://github.com/vuetifyjs/vuetify/issues/20344) [#21021](https://github.com/vuetifyjs/vuetify/issues/21021)
38
26
 
39
27
 
40
28