@vuetify/nightly 3.10.2-master.2025-09-22 → 3.10.3-dev.2025-09-24

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 +5 -17
  2. package/dist/json/attributes.json +2549 -2545
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +146 -146
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +4545 -4535
  7. package/dist/vuetify-labs.cjs +43 -50
  8. package/dist/vuetify-labs.css +3053 -3053
  9. package/dist/vuetify-labs.d.ts +68 -59
  10. package/dist/vuetify-labs.esm.js +43 -50
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +43 -50
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +43 -50
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3388 -3388
  17. package/dist/vuetify.d.ts +68 -59
  18. package/dist/vuetify.esm.js +43 -50
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +43 -50
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +78 -73
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VBtn/VBtn.js +3 -3
  28. package/lib/components/VBtn/VBtn.js.map +1 -1
  29. package/lib/components/VCard/VCard.js +2 -2
  30. package/lib/components/VCard/VCard.js.map +1 -1
  31. package/lib/components/VChip/VChip.js +2 -2
  32. package/lib/components/VChip/VChip.js.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.js +6 -25
  34. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  35. package/lib/components/VDataTable/composables/expand.js +8 -8
  36. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  37. package/lib/components/VList/VListItem.js +2 -2
  38. package/lib/components/VList/VListItem.js.map +1 -1
  39. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  40. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  41. package/lib/components/VProgressCircular/VProgressCircular.d.ts +13 -0
  42. package/lib/components/VProgressCircular/VProgressCircular.js +13 -4
  43. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  44. package/lib/components/VSwitch/VSwitch.js +2 -2
  45. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  46. package/lib/composables/goto.js +2 -2
  47. package/lib/composables/goto.js.map +1 -1
  48. package/lib/composables/router.d.ts +1 -0
  49. package/lib/composables/router.js +3 -1
  50. package/lib/composables/router.js.map +1 -1
  51. package/lib/entry-bundler.js +1 -1
  52. package/lib/entry-bundler.js.map +1 -1
  53. package/lib/framework.d.ts +59 -59
  54. package/lib/framework.js +1 -1
  55. package/lib/framework.js.map +1 -1
  56. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,30 +1,18 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.2-master.2025-09-22...v) (2025-09-22)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.10.3-dev.2025-09-24...v) (2025-09-24)
2
2
 
3
3
 
4
4
 
5
- ## [3.10.2-master.2025-09-22](https://github.com/vuetifyjs/vuetify/compare/v3.10.2...v3.10.2-master.2025-09-22) "Other Commits" (2025-09-22)
5
+ ## [3.10.3-dev.2025-09-24](https://github.com/vuetifyjs/vuetify/compare/v3.10.3...v3.10.3-dev.2025-09-24) "Other Commits" (2025-09-24)
6
6
 
7
7
 
8
- ### :wrench: Bug Fixes
8
+ ### :rocket: Features
9
9
 
10
- * **VBtn:** set group state for non-router links ([6bb3fce](https://github.com/vuetifyjs/vuetify/commit/6bb3fce6a165da8cd895ceba66690af3ab7422ef)), closes [#22085](https://github.com/vuetifyjs/vuetify/issues/22085)
11
- * **VTreeview:** match type of update:opened with VList ([#22092](https://github.com/vuetifyjs/vuetify/issues/22092)) ([8924b4d](https://github.com/vuetifyjs/vuetify/commit/8924b4d4230cba102f3293fca0fa4c569909eb3c)), closes [#22091](https://github.com/vuetifyjs/vuetify/issues/22091)
12
-
13
-
14
- ### :test_tube: Labs
15
-
16
- * **VCalendar:** fix click:date event error ([97d3a3e](https://github.com/vuetifyjs/vuetify/commit/97d3a3eed1add2b3957bb65916ebf234e9bf8e67)), closes [#22079](https://github.com/vuetifyjs/vuetify/issues/22079)
10
+ * **VProgressCircular:** add `rounded` prop ([#22051](https://github.com/vuetifyjs/vuetify/issues/22051)) ([2bd681d](https://github.com/vuetifyjs/vuetify/commit/2bd681de36b7edfaca515d036aabf4a441f1426a))
17
11
 
18
12
 
19
13
  ### Other Commits
20
14
 
21
- * chore(release): publish v3.10.2-master.2025-09-22 ([80cf111](https://github.com/vuetifyjs/vuetify/commit/80cf1115c022c42823d6d3e4d3a9696ec3c77e69))
22
- * docs: update roadmap ([f8a7ac2](https://github.com/vuetifyjs/vuetify/commit/f8a7ac284be4b6fb2058c1b109d849ef007cd447))
23
- * docs(tabs): fix markdown header formatting ([0e080fb](https://github.com/vuetifyjs/vuetify/commit/0e080fba204330537cd845cc42cbcdb94971ccea)), closes [#22099](https://github.com/vuetifyjs/vuetify/issues/22099)
24
- * chore(ci): increase docs build memory ([6c28189](https://github.com/vuetifyjs/vuetify/commit/6c28189980405a053e82b9dd086a23516f9ac6ba))
25
- * chore: update vite dependencies ([af9a9bf](https://github.com/vuetifyjs/vuetify/commit/af9a9bfc63fa44721f89076431fbe004e70d7c1c))
26
- * chore: update caddy to 2.10.2 ([8b5f114](https://github.com/vuetifyjs/vuetify/commit/8b5f114deab67b9b846931e06c63456e80dd22e9))
27
- * chore: update vue dependencies ([c78f8aa](https://github.com/vuetifyjs/vuetify/commit/c78f8aa066164f6ee5f2e1f106ed121963faffe5))
15
+ * chore(release): publish v3.10.3-dev.2025-09-24 ([68f2652](https://github.com/vuetifyjs/vuetify/commit/68f26521aaff7d9035ebaeeceb416b6d0934356b))
28
16
 
29
17
 
30
18