@vuetify/nightly 3.8.9-dev.2025-06-11 → 3.8.9-dev.2025-06-13

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 (75) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/json/attributes.json +3441 -3169
  3. package/dist/json/importMap-labs.json +40 -36
  4. package/dist/json/importMap.json +166 -166
  5. package/dist/json/tags.json +74 -1
  6. package/dist/json/web-types.json +6884 -5821
  7. package/dist/vuetify-labs.cjs +357 -47
  8. package/dist/vuetify-labs.css +5881 -5870
  9. package/dist/vuetify-labs.d.ts +8448 -1672
  10. package/dist/vuetify-labs.esm.js +357 -47
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +357 -47
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +111 -47
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5075 -5064
  17. package/dist/vuetify.d.ts +1499 -1302
  18. package/dist/vuetify.esm.js +111 -47
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +111 -47
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1063 -1057
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
  26. package/lib/components/VCombobox/VCombobox.d.ts +21 -7
  27. package/lib/components/VDatePicker/VDatePicker.d.ts +70 -5
  28. package/lib/components/VDatePicker/VDatePicker.js +10 -4
  29. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  30. package/lib/components/VKbd/VKbd.css +13 -2
  31. package/lib/components/VKbd/VKbd.d.ts +221 -0
  32. package/lib/components/VKbd/VKbd.js +55 -0
  33. package/lib/components/VKbd/VKbd.js.map +1 -0
  34. package/lib/components/VKbd/VKbd.sass +2 -1
  35. package/lib/components/VKbd/_variables.scss +12 -1
  36. package/lib/components/VKbd/index.d.ts +1 -95
  37. package/lib/components/VKbd/index.js +1 -4
  38. package/lib/components/VKbd/index.js.map +1 -1
  39. package/lib/components/VMenu/VMenu.d.ts +13 -0
  40. package/lib/components/VMenu/VMenu.js +2 -1
  41. package/lib/components/VMenu/VMenu.js.map +1 -1
  42. package/lib/components/VNumberInput/VNumberInput.d.ts +11 -0
  43. package/lib/components/VNumberInput/VNumberInput.js +37 -29
  44. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  45. package/lib/components/VSelect/VSelect.d.ts +33 -11
  46. package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
  47. package/lib/composables/locale.d.ts +5 -1
  48. package/lib/composables/locale.js.map +1 -1
  49. package/lib/composables/mask.d.ts +38 -0
  50. package/lib/composables/mask.js +183 -0
  51. package/lib/composables/mask.js.map +1 -0
  52. package/lib/composables/theme.js +3 -3
  53. package/lib/composables/theme.js.map +1 -1
  54. package/lib/entry-bundler.d.ts +1 -0
  55. package/lib/entry-bundler.js +1 -1
  56. package/lib/framework.d.ts +67 -63
  57. package/lib/framework.js +1 -1
  58. package/lib/labs/VMaskInput/VMaskInput.d.ts +6993 -0
  59. package/lib/labs/VMaskInput/VMaskInput.js +67 -0
  60. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
  61. package/lib/labs/VMaskInput/index.d.ts +1 -0
  62. package/lib/labs/VMaskInput/index.js +2 -0
  63. package/lib/labs/VMaskInput/index.js.map +1 -0
  64. package/lib/labs/components.d.ts +1 -0
  65. package/lib/labs/components.js +1 -0
  66. package/lib/labs/components.js.map +1 -1
  67. package/lib/labs/entry-bundler.d.ts +1 -0
  68. package/lib/locale/adapters/vue-i18n.js +6 -1
  69. package/lib/locale/adapters/vue-i18n.js.map +1 -1
  70. package/lib/locale/adapters/vuetify.js +7 -1
  71. package/lib/locale/adapters/vuetify.js.map +1 -1
  72. package/lib/util/helpers.d.ts +2 -1
  73. package/lib/util/helpers.js +12 -7
  74. package/lib/util/helpers.js.map +1 -1
  75. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.9-dev.2025-06-11...v) (2025-06-11)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.9-dev.2025-06-13...v) (2025-06-13)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.9-dev.2025-06-11](https://github.com/vuetifyjs/vuetify/compare/v3.8.9...v3.8.9-dev.2025-06-11) "Other Commits" (2025-06-11)
5
+ ## [3.8.9-dev.2025-06-13](https://github.com/vuetifyjs/vuetify/compare/v3.8.9...v3.8.9-dev.2025-06-13) "Other Commits" (2025-06-13)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -20,8 +20,11 @@
20
20
  * **VBtnGroup:** add direction prop ([#17878](https://github.com/vuetifyjs/vuetify/issues/17878)) ([5f39b85](https://github.com/vuetifyjs/vuetify/commit/5f39b8586e99c4529da9ef71576c048e711757e8)), closes [#17492](https://github.com/vuetifyjs/vuetify/issues/17492)
21
21
  * **VCombobox:** scroll to first item on search result ([#20572](https://github.com/vuetifyjs/vuetify/issues/20572)) ([#21255](https://github.com/vuetifyjs/vuetify/issues/21255)) ([57bb5ad](https://github.com/vuetifyjs/vuetify/commit/57bb5adb426372ca6af48b961a5b3533efa7d703))
22
22
  * **VDataTable:** add new lastFixed property ([#21153](https://github.com/vuetifyjs/vuetify/issues/21153)) ([#21168](https://github.com/vuetifyjs/vuetify/issues/21168)) ([5e1d653](https://github.com/vuetifyjs/vuetify/commit/5e1d65347068697a1248c5ed3d73346b7ebb5d8d))
23
+ * **VDatePicker:** expose slots from underlying components ([#21532](https://github.com/vuetifyjs/vuetify/issues/21532)) ([1e351a2](https://github.com/vuetifyjs/vuetify/commit/1e351a2015db61564c3432662e4fc7700dff3a84)), closes [#20236](https://github.com/vuetifyjs/vuetify/issues/20236)
23
24
  * **VDatePicker:** restore `weekday-format` ([#21290](https://github.com/vuetifyjs/vuetify/issues/21290)) ([b13b15c](https://github.com/vuetifyjs/vuetify/commit/b13b15c865252f43f09ef590feeaeaac6a49bc1b))
24
25
  * **VInfiniteScroll:** add reset method ([#20637](https://github.com/vuetifyjs/vuetify/issues/20637)) ([2e5bc43](https://github.com/vuetifyjs/vuetify/commit/2e5bc4330bf7409870516b818dcdd8bb0f36d0d5)), closes [#20308](https://github.com/vuetifyjs/vuetify/issues/20308) [#19935](https://github.com/vuetifyjs/vuetify/issues/19935)
26
+ * **VKbd:** update default styling, add configurable options ([8ea20d9](https://github.com/vuetifyjs/vuetify/commit/8ea20d9fccaca572465d31af780f460d03f489db))
27
+ * **VNumberInput:** custom decimal separator ([#21489](https://github.com/vuetifyjs/vuetify/issues/21489)) ([534c1e7](https://github.com/vuetifyjs/vuetify/commit/534c1e72363dadfee213f0360272c29d308b28af)), closes [#20254](https://github.com/vuetifyjs/vuetify/issues/20254)
25
28
  * **VNumberInput:** more flexible precision display ([#21315](https://github.com/vuetifyjs/vuetify/issues/21315)) ([d5779cd](https://github.com/vuetifyjs/vuetify/commit/d5779cd8529c6589d215569453733700b095ffe9))
26
29
  * **VOtpInput:** allow to keep focus on paste ([#21275](https://github.com/vuetifyjs/vuetify/issues/21275)) ([#21356](https://github.com/vuetifyjs/vuetify/issues/21356)) ([cb8015d](https://github.com/vuetifyjs/vuetify/commit/cb8015daad38b7d9c6853e1053d78ab148574804))
27
30
  * **VOverlay:** align scrim color with MD3 ([#21219](https://github.com/vuetifyjs/vuetify/issues/21219)) ([29d22a6](https://github.com/vuetifyjs/vuetify/commit/29d22a6737fa7e68bdd49c522a5b36dca3cabe11)), closes [#20244](https://github.com/vuetifyjs/vuetify/issues/20244)
@@ -36,6 +39,7 @@
36
39
  ### :wrench: Bug Fixes
37
40
 
38
41
  * **VAutocomplete, VCombobox:** space key should not select ([#21311](https://github.com/vuetifyjs/vuetify/issues/21311)) ([f9288ad](https://github.com/vuetifyjs/vuetify/commit/f9288ad7dbfb3547d36e036932e653270eb9ff08))
42
+ * **VMenu:** let persistent menus coexist with regular ones ([#21449](https://github.com/vuetifyjs/vuetify/issues/21449)) ([30ac0fc](https://github.com/vuetifyjs/vuetify/commit/30ac0fcdd491d0eba970d383023d183aafcef491)), closes [#20976](https://github.com/vuetifyjs/vuetify/issues/20976)
39
43
 
40
44
 
41
45
  ### :microscope: Code Refactoring
@@ -43,9 +47,14 @@
43
47
  * **theme:** add internal methods for testing tw implementation ([abfdb77](https://github.com/vuetifyjs/vuetify/commit/abfdb777e0e00d4a1798f52d7e4c118e7409fcb9))
44
48
 
45
49
 
50
+ ### :test_tube: Labs
51
+
52
+ * **VMaskInput:** Create new component ([#21519](https://github.com/vuetifyjs/vuetify/issues/21519)) ([117443a](https://github.com/vuetifyjs/vuetify/commit/117443afbe676d5d31ab20b4a549cb7405994493))
53
+
54
+
46
55
  ### Other Commits
47
56
 
48
- * chore(release): publish v3.8.9-dev.2025-06-11 ([6a84cac](https://github.com/vuetifyjs/vuetify/commit/6a84cacc3e10bf0df0a4858f89314618a649087a))
57
+ * chore(release): publish v3.8.9-dev.2025-06-13 ([f40ad21](https://github.com/vuetifyjs/vuetify/commit/f40ad21b5ec7684d16ad6f1e0a4c4bdb813962c4))
49
58
  * chore: move createTransition export to util ([3e9a613](https://github.com/vuetifyjs/vuetify/commit/3e9a613f5edca1d9455c2ea07af8834b24a549c1))
50
59
  * chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
51
60