@vuetify/nightly 3.10.6-dev.2025-10-22 → 3.10.7-dev.2025-10-23

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 (44) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/json/attributes.json +3418 -3418
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6633 -6633
  6. package/dist/vuetify-labs.cjs +28 -26
  7. package/dist/vuetify-labs.css +4200 -4200
  8. package/dist/vuetify-labs.d.ts +59 -59
  9. package/dist/vuetify-labs.esm.js +28 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +28 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +28 -26
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3573 -3573
  16. package/dist/vuetify.d.ts +59 -59
  17. package/dist/vuetify.esm.js +28 -26
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +28 -26
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +19 -19
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  26. package/lib/components/VCombobox/VCombobox.js +3 -2
  27. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  28. package/lib/components/VFileInput/VFileInput.js +3 -2
  29. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  30. package/lib/components/VMenu/VMenu.js +1 -1
  31. package/lib/components/VMenu/VMenu.js.map +1 -1
  32. package/lib/components/VSelect/VSelect.js +2 -1
  33. package/lib/components/VSelect/VSelect.js.map +1 -1
  34. package/lib/components/VTextField/VTextField.js +3 -2
  35. package/lib/components/VTextField/VTextField.js.map +1 -1
  36. package/lib/components/VTextarea/VTextarea.d.ts +3 -3
  37. package/lib/components/VTextarea/VTextarea.js +3 -2
  38. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  39. package/lib/components/VWindow/VWindow.js +8 -12
  40. package/lib/components/VWindow/VWindow.js.map +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/framework.d.ts +56 -56
  43. package/lib/framework.js +1 -1
  44. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.6-dev.2025-10-22...v) (2025-10-22)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.7-dev.2025-10-23...v) (2025-10-23)
2
2
 
3
3
 
4
4
 
5
- ## [3.10.6-dev.2025-10-22](https://github.com/vuetifyjs/vuetify/compare/v3.10.6...v3.10.6-dev.2025-10-22) "Other Commits" (2025-10-22)
5
+ ## [3.10.7-dev.2025-10-23](https://github.com/vuetifyjs/vuetify/compare/v3.10.7...v3.10.7-dev.2025-10-23) "Other Commits" (2025-10-23)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -29,7 +29,7 @@
29
29
 
30
30
  ### Other Commits
31
31
 
32
- * chore(release): publish v3.10.6-dev.2025-10-22 ([9aaee4a](https://github.com/vuetifyjs/vuetify/commit/9aaee4a22419eb6bd1417cbe0eea24e3fe27d973))
32
+ * chore(release): publish v3.10.7-dev.2025-10-23 ([6c05e82](https://github.com/vuetifyjs/vuetify/commit/6c05e8201b005a7876e8dee89e203014e5e69be7))
33
33
  * docs(VDivider): remove section without example ([20c580a](https://github.com/vuetifyjs/vuetify/commit/20c580a4e6557c94df7d22b5a6250b5539ac3db8))
34
34
 
35
35