@vuetify/nightly 3.9.3-master.2025-08-01 → 3.9.3-master.2025-08-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.
Files changed (57) hide show
  1. package/CHANGELOG.md +10 -4
  2. package/dist/json/attributes.json +3771 -3755
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +184 -184
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +6735 -6699
  7. package/dist/vuetify-labs.cjs +40 -15
  8. package/dist/vuetify-labs.css +6553 -6538
  9. package/dist/vuetify-labs.d.ts +125 -69
  10. package/dist/vuetify-labs.esm.js +40 -15
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +40 -15
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +40 -15
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2943 -2928
  17. package/dist/vuetify.d.ts +97 -69
  18. package/dist/vuetify.esm.js +40 -15
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +40 -15
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +287 -282
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +9 -2
  26. package/lib/components/VAlert/VAlert.js +2 -2
  27. package/lib/components/VAlert/VAlert.js.map +1 -1
  28. package/lib/components/VAlert/VAlert.sass +10 -3
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VApp/VApp.js +5 -4
  31. package/lib/components/VApp/VApp.js.map +1 -1
  32. package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
  33. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
  34. package/lib/components/VStepper/VStepperItem.css +2 -0
  35. package/lib/components/VStepper/VStepperItem.sass +3 -0
  36. package/lib/components/VTreeview/VTreeviewItem.css +6 -0
  37. package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
  38. package/lib/composables/calendar.d.ts +12 -0
  39. package/lib/composables/calendar.js +5 -1
  40. package/lib/composables/calendar.js.map +1 -1
  41. package/lib/composables/date/DateAdapter.d.ts +1 -1
  42. package/lib/composables/date/DateAdapter.js.map +1 -1
  43. package/lib/composables/date/adapters/string.d.ts +1 -1
  44. package/lib/composables/date/adapters/string.js +2 -2
  45. package/lib/composables/date/adapters/string.js.map +1 -1
  46. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  47. package/lib/composables/date/adapters/vuetify.js +25 -5
  48. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  49. package/lib/composables/date/date.d.ts +1 -1
  50. package/lib/entry-bundler.d.ts +1 -1
  51. package/lib/entry-bundler.js +1 -1
  52. package/lib/framework.d.ts +69 -69
  53. package/lib/framework.js +1 -1
  54. package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
  55. package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
  56. package/lib/labs/entry-bundler.d.ts +1 -1
  57. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,23 +1,27 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-master.2025-08-01...v) (2025-08-01)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.3-master.2025-08-02...v) (2025-08-02)
2
2
 
3
3
 
4
4
 
5
- ## [3.9.3-master.2025-08-01](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-08-01) "Other Commits" (2025-08-01)
5
+ ## [3.9.3-master.2025-08-02](https://github.com/vuetifyjs/vuetify/compare/v3.9.3...v3.9.3-master.2025-08-02) "Other Commits" (2025-08-02)
6
6
 
7
7
 
8
8
  ### :rocket: Features
9
9
 
10
10
  * **VColorPicker:** aria labels for main controls ([#21839](https://github.com/vuetifyjs/vuetify/issues/21839)) ([e2ab73a](https://github.com/vuetifyjs/vuetify/commit/e2ab73a7aafb1c443ad30b28134e41b4662c27fe)), closes [#21834](https://github.com/vuetifyjs/vuetify/issues/21834)
11
11
  * **VDataTable:** re-introduce `group-summary` slot ([#21802](https://github.com/vuetifyjs/vuetify/issues/21802)) ([80cb876](https://github.com/vuetifyjs/vuetify/commit/80cb87618d6fd9ab0c33da4a8b99e847d1c37ed5)), closes [#21800](https://github.com/vuetifyjs/vuetify/issues/21800)
12
+ * **VDatePicker:** re-introduce `first-day-of-year` prop ([#21760](https://github.com/vuetifyjs/vuetify/issues/21760)) ([02737db](https://github.com/vuetifyjs/vuetify/commit/02737db57c7b9207bb89cffcd8a9d70f0c32262e)), closes [#20270](https://github.com/vuetifyjs/vuetify/issues/20270)
12
13
 
13
14
 
14
15
  ### :wrench: Bug Fixes
15
16
 
17
+ * **VAlert:** restore unit-less support in Sass variable for title line-height ([#21843](https://github.com/vuetifyjs/vuetify/issues/21843)) ([8c1778a](https://github.com/vuetifyjs/vuetify/commit/8c1778a26a08d9d663681d83d6dd9160e3cb5c74)), closes [#21841](https://github.com/vuetifyjs/vuetify/issues/21841)
16
18
  * **VDataTable:** correct row height when with show-select and compact ([#21829](https://github.com/vuetifyjs/vuetify/issues/21829)) ([29b3bb0](https://github.com/vuetifyjs/vuetify/commit/29b3bb0b3363e8c295cf16286ed500e8ae269e98)), closes [#21767](https://github.com/vuetifyjs/vuetify/issues/21767)
17
19
  * **VDataTable:** missing stripes on fixed columns ([#21715](https://github.com/vuetifyjs/vuetify/issues/21715)) ([739a6c9](https://github.com/vuetifyjs/vuetify/commit/739a6c9aa8ac6064d7484e1e40dbf111d2ab75c5))
18
20
  * **VMenu, VTooltip:** apply scroll-strategy reposition for horizontal overflow ([#21309](https://github.com/vuetifyjs/vuetify/issues/21309)) ([bd48658](https://github.com/vuetifyjs/vuetify/commit/bd486588ae665014abe9a2af09bee12868e8574f)), closes [#20625](https://github.com/vuetifyjs/vuetify/issues/20625)
19
21
  * **VNumberInput:** keep focus when incrementing in the list ([#21824](https://github.com/vuetifyjs/vuetify/issues/21824)) ([d6b3384](https://github.com/vuetifyjs/vuetify/commit/d6b338465a1c55fa72838c668276dcc9855b4f54)), closes [#17083](https://github.com/vuetifyjs/vuetify/issues/17083)
20
22
  * **VSlider:** avoid thumb label wedge gap ([#21847](https://github.com/vuetifyjs/vuetify/issues/21847)) ([059e578](https://github.com/vuetifyjs/vuetify/commit/059e578e21f376bf1059c59fbf72eb278664ed93))
23
+ * **VStepper:** correct cursor for readonly item ([aeb6f4d](https://github.com/vuetifyjs/vuetify/commit/aeb6f4d70291ebb5c907ebe86490bb622f2929ea)), closes [#21867](https://github.com/vuetifyjs/vuetify/issues/21867)
24
+ * **VTreeview:** allow expanding disabled nodes ([ed4d8cf](https://github.com/vuetifyjs/vuetify/commit/ed4d8cfb06079a231064dbc6ebedb05d3ad6ef06)), closes [#21075](https://github.com/vuetifyjs/vuetify/issues/21075) [#21116](https://github.com/vuetifyjs/vuetify/issues/21116)
21
25
  * **VTreeview:** support header slot ([6582532](https://github.com/vuetifyjs/vuetify/commit/65825321e6582fbc06d3f0caf8d609bc4a7e802d))
22
26
  * **VWindow:** correctly reveal vertical arrows on hover ([521ba7b](https://github.com/vuetifyjs/vuetify/commit/521ba7b7a5749f495b13face6fabca7b971e56bf))
23
27
 
@@ -39,8 +43,10 @@
39
43
 
40
44
  ### Other Commits
41
45
 
42
- * chore(release): publish v3.9.3-master.2025-08-01 ([244bfb1](https://github.com/vuetifyjs/vuetify/commit/244bfb1ab5587ca96feb128d23b29c632c173293))
43
- * docs(VApp): remove `full-height` from API docs ([9526437](https://github.com/vuetifyjs/vuetify/commit/952643785b6f6f64a0ea0398c0166f20099ef421)), closes [#17388](https://github.com/vuetifyjs/vuetify/issues/17388)
46
+ * chore(release): publish v3.9.3-master.2025-08-02 ([8f1fdc8](https://github.com/vuetifyjs/vuetify/commit/8f1fdc876ccf8b701c8cd250449c1a9750bb578c))
47
+ * chore(VList): replace cypress with vitest ([#21810](https://github.com/vuetifyjs/vuetify/issues/21810)) ([37b6218](https://github.com/vuetifyjs/vuetify/commit/37b621826b34cfbd9ef1cf59b220f3878d20e47f))
48
+ * chore(VTabs): replace cypress with vitest ([#21809](https://github.com/vuetifyjs/vuetify/issues/21809)) ([818877e](https://github.com/vuetifyjs/vuetify/commit/818877e2b79d6022cccebb10307d8528f74022b2))
49
+ * docs(VApp): remove `full-height` from API docs ([c843d1e](https://github.com/vuetifyjs/vuetify/commit/c843d1eddfdfb7d420a4792832fd8c338be63972)), closes [#17388](https://github.com/vuetifyjs/vuetify/issues/17388)
44
50
  * docs: workaround buggy lint rule ([bdfe5f7](https://github.com/vuetifyjs/vuetify/commit/bdfe5f7894363d7888f52dc1b2e38a8f3f3c0a4a))
45
51
  * docs(VDataTable): improved example for expanded rows ([6173db9](https://github.com/vuetifyjs/vuetify/commit/6173db9042edb693a270e92e68b3bb45c59f1380))
46
52
  * docs(VDataTable): improved example for group header ([98ba5bc](https://github.com/vuetifyjs/vuetify/commit/98ba5bc5f6ed5cae3a2628a4d02609a3acf62efc))