@vuetify/nightly 3.11.5-dev.2025-12-24 → 3.11.5-dev.2025-12-26

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 (46) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +1144 -1140
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +164 -164
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +2026 -2016
  7. package/dist/vuetify-labs.cjs +34 -12
  8. package/dist/vuetify-labs.css +5784 -5784
  9. package/dist/vuetify-labs.d.ts +85 -73
  10. package/dist/vuetify-labs.esm.js +34 -12
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +34 -12
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +31 -9
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5916 -5916
  17. package/dist/vuetify.d.ts +62 -54
  18. package/dist/vuetify.esm.js +31 -9
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +31 -9
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +338 -337
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
  26. package/lib/components/VColorPicker/VColorPicker.js +7 -2
  27. package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +13 -0
  29. package/lib/components/VColorPicker/VColorPickerCanvas.js +5 -3
  30. package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerEdit.d.ts +13 -0
  32. package/lib/components/VColorPicker/VColorPickerEdit.js +2 -0
  33. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  34. package/lib/components/VColorPicker/VColorPickerPreview.d.ts +13 -0
  35. package/lib/components/VColorPicker/VColorPickerPreview.js +7 -2
  36. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  37. package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +13 -0
  38. package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -1
  39. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +54 -54
  42. package/lib/framework.js +1 -1
  43. package/lib/labs/VColorInput/VColorInput.d.ts +43 -35
  44. package/lib/labs/VColorInput/VColorInput.js +3 -3
  45. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  46. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.11.5-dev.2025-12-24...v) (2025-12-24)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.11.5-dev.2025-12-26...v) (2025-12-26)
2
2
 
3
3
 
4
4
 
5
- ## [3.11.5-dev.2025-12-24](https://github.com/vuetifyjs/vuetify/compare/v3.11.5...v3.11.5-dev.2025-12-24) "Other Commits" (2025-12-24)
5
+ ## [3.11.5-dev.2025-12-26](https://github.com/vuetifyjs/vuetify/compare/v3.11.5...v3.11.5-dev.2025-12-26) "Other Commits" (2025-12-26)
6
6
 
7
7
 
8
8
  ### :rocket: Features
@@ -24,12 +24,13 @@
24
24
 
25
25
  ### :test_tube: Labs
26
26
 
27
+ * **VColorInput:** open picker at readonly ([#22474](https://github.com/vuetifyjs/vuetify/issues/22474)) ([418efed](https://github.com/vuetifyjs/vuetify/commit/418efed652dfe965c253b98b9e2af858c43e1027)), closes [#22473](https://github.com/vuetifyjs/vuetify/issues/22473)
27
28
  * **VDateInput:** enable opening picker when readonly ([#22434](https://github.com/vuetifyjs/vuetify/issues/22434)) ([c045f1f](https://github.com/vuetifyjs/vuetify/commit/c045f1f4958ecc4b2ea06efc959fcaa67e171d76)), closes [#22116](https://github.com/vuetifyjs/vuetify/issues/22116)
28
29
 
29
30
 
30
31
  ### Other Commits
31
32
 
32
- * chore(release): publish v3.11.5-dev.2025-12-24 ([e989e61](https://github.com/vuetifyjs/vuetify/commit/e989e611c11c22b459bfbfd96ee4ce9f3050d71a))
33
+ * chore(release): publish v3.11.5-dev.2025-12-26 ([c0b784e](https://github.com/vuetifyjs/vuetify/commit/c0b784e950db9f9aaf75c1993b243865089857d4))
33
34
 
34
35
 
35
36