@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-10

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 (56) hide show
  1. package/CHANGELOG.md +22 -3
  2. package/dist/json/attributes.json +3735 -3735
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +188 -188
  5. package/dist/json/web-types.json +6238 -6238
  6. package/dist/vuetify-labs.cjs +38 -28
  7. package/dist/vuetify-labs.css +3384 -3384
  8. package/dist/vuetify-labs.d.ts +64 -64
  9. package/dist/vuetify-labs.esm.js +38 -28
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +38 -28
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +30 -20
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3059 -3059
  16. package/dist/vuetify.d.ts +64 -64
  17. package/dist/vuetify.esm.js +30 -20
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +30 -20
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +491 -483
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  25. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  26. package/lib/components/VFileInput/VFileInput.js +1 -1
  27. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  28. package/lib/components/VList/VList.js +5 -1
  29. package/lib/components/VList/VList.js.map +1 -1
  30. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  31. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  32. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  33. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  34. package/lib/components/VTreeview/VTreeview.js +1 -1
  35. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  36. package/lib/composables/layout.js +2 -2
  37. package/lib/composables/layout.js.map +1 -1
  38. package/lib/composables/list-items.d.ts +5 -2
  39. package/lib/composables/list-items.js +9 -3
  40. package/lib/composables/list-items.js.map +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/framework.d.ts +64 -64
  43. package/lib/framework.js +1 -1
  44. package/lib/labs/VColorInput/VColorInput.js +1 -1
  45. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  46. package/lib/labs/VDateInput/VDateInput.js +1 -1
  47. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  48. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  49. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  50. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  51. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  52. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  53. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  54. package/lib/util/helpers.d.ts +1 -1
  55. package/lib/util/helpers.js.map +1 -1
  56. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,13 +1,32 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-08...v) (2025-07-08)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.9.0-master.2025-07-10...v) (2025-07-10)
2
2
 
3
3
 
4
4
 
5
- # [3.9.0-master.2025-07-08](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-08) "Other Commits" (2025-07-08)
5
+ # [3.9.0-master.2025-07-10](https://github.com/vuetifyjs/vuetify/compare/v3.9.0...v3.9.0-master.2025-07-10) "Other Commits" (2025-07-10)
6
+
7
+
8
+ ### :wrench: Bug Fixes
9
+
10
+ * **VList:** ignore invalid itemType values ([4bae0bc](https://github.com/vuetifyjs/vuetify/commit/4bae0bcfba724d90eafda96801ed597558e30885)), closes [#21728](https://github.com/vuetifyjs/vuetify/issues/21728)
11
+
12
+
13
+ ### :microscope: Code Refactoring
14
+
15
+ * **layout:** consoleWarn instead of error for missing layout items ([34b53f1](https://github.com/vuetifyjs/vuetify/commit/34b53f10b5ae1b218721b32d51c757adecf343f7))
16
+
17
+
18
+ ### :test_tube: Labs
19
+
20
+ * **VStepperVertical:** fix next/prev-text props ([#21360](https://github.com/vuetifyjs/vuetify/issues/21360)) ([11986c6](https://github.com/vuetifyjs/vuetify/commit/11986c6e2ac351c38194cd3a8c74f6e03f58e3cf)), closes [#21358](https://github.com/vuetifyjs/vuetify/issues/21358)
6
21
 
7
22
 
8
23
  ### Other Commits
9
24
 
10
- * chore(release): publish v3.9.0-master.2025-07-08 ([3942d69](https://github.com/vuetifyjs/vuetify/commit/3942d69ae55539cec18a2e37744616367b373e3e))
25
+ * chore(release): publish v3.9.0-master.2025-07-10 ([69f4c45](https://github.com/vuetifyjs/vuetify/commit/69f4c453c991bda684a7766c689a622cd329bd29))
26
+ * chore(VTreeview): fix flaky test ([f34989d](https://github.com/vuetifyjs/vuetify/commit/f34989db89650d877693f2bf36b561bebb431e7b))
27
+ * chore: enforce JSX prop casing ([a8716c0](https://github.com/vuetifyjs/vuetify/commit/a8716c09c49e45ae23173fc1f80660e71ed18560))
28
+ * docs(data-tables): fix typo ([#21718](https://github.com/vuetifyjs/vuetify/issues/21718)) ([fab15be](https://github.com/vuetifyjs/vuetify/commit/fab15be435ef2ccdab22c3a1f6267599006f2b7b))
29
+ * docs(roadmap): move v2 releases to archived ([647a3fe](https://github.com/vuetifyjs/vuetify/commit/647a3fe229fec18a0527ae27ced8472688add833))
11
30
 
12
31
 
13
32