@vuetify/nightly 3.11.1-master.2025-12-02 → 3.11.2-dev.2025-12-03

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 (53) hide show
  1. package/CHANGELOG.md +5 -28
  2. package/dist/json/attributes.json +490 -450
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/tags.json +10 -0
  6. package/dist/json/web-types.json +910 -807
  7. package/dist/vuetify-labs.cjs +153 -31
  8. package/dist/vuetify-labs.css +6203 -6197
  9. package/dist/vuetify-labs.d.ts +379 -75
  10. package/dist/vuetify-labs.esm.js +153 -31
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +153 -31
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +153 -31
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5380 -5374
  17. package/dist/vuetify.d.ts +369 -75
  18. package/dist/vuetify.esm.js +153 -31
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +153 -31
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +75 -64
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +121 -11
  26. package/lib/components/VCombobox/VCombobox.d.ts +121 -11
  27. package/lib/components/VList/VList.d.ts +53 -0
  28. package/lib/components/VList/VList.js +95 -19
  29. package/lib/components/VList/VList.js.map +1 -1
  30. package/lib/components/VList/VListChildren.d.ts +7 -1
  31. package/lib/components/VList/VListChildren.js +9 -3
  32. package/lib/components/VList/VListChildren.js.map +1 -1
  33. package/lib/components/VList/VListItem.css +7 -1
  34. package/lib/components/VList/VListItem.d.ts +32 -0
  35. package/lib/components/VList/VListItem.js +25 -2
  36. package/lib/components/VList/VListItem.js.map +1 -1
  37. package/lib/components/VList/VListItem.sass +9 -1
  38. package/lib/components/VList/list.d.ts +13 -1
  39. package/lib/components/VList/list.js +16 -6
  40. package/lib/components/VList/list.js.map +1 -1
  41. package/lib/components/VSelect/VSelect.d.ts +187 -17
  42. package/lib/components/VTreeview/VTreeview.d.ts +35 -0
  43. package/lib/components/VTreeview/VTreeviewItem.d.ts +77 -3
  44. package/lib/composables/nested/nested.d.ts +9 -1
  45. package/lib/composables/nested/nested.js +9 -1
  46. package/lib/composables/nested/nested.js.map +1 -1
  47. package/lib/entry-bundler.js +1 -1
  48. package/lib/entry-bundler.js.map +1 -1
  49. package/lib/framework.d.ts +56 -56
  50. package/lib/framework.js +1 -1
  51. package/lib/framework.js.map +1 -1
  52. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -0
  53. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,41 +1,18 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.11.1-master.2025-12-02...v) (2025-12-02)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.11.2-dev.2025-12-03...v) (2025-12-03)
2
2
 
3
3
 
4
4
 
5
- ## [3.11.1-master.2025-12-02](https://github.com/vuetifyjs/vuetify/compare/v3.11.0...v3.11.1-master.2025-12-02) "Other Commits" (2025-12-02)
5
+ ## [3.11.2-dev.2025-12-03](https://github.com/vuetifyjs/vuetify/compare/v3.11.2...v3.11.2-dev.2025-12-03) "Other Commits" (2025-12-03)
6
6
 
7
7
 
8
- ### :wrench: Bug Fixes
8
+ ### :rocket: Features
9
9
 
10
- * **VDataTable:** hide checkbox for `mobile` without `show-select` ([d297f3f](https://github.com/vuetifyjs/vuetify/commit/d297f3f97e7a4adb908eab50eb1abaead912fc8a)), closes [#22375](https://github.com/vuetifyjs/vuetify/issues/22375)
11
- * **VDataTable:** hover icon should match `initial-sort-order` ([7a1ae83](https://github.com/vuetifyjs/vuetify/commit/7a1ae83b535c1a7deb8080e94a14f47da6e8ad37))
12
- * **VDatePicker:** correctly render month when using Luxon adapter ([f98d9db](https://github.com/vuetifyjs/vuetify/commit/f98d9db02abbe2addc2aec96cfb444b06ace3e4c)), closes [#22388](https://github.com/vuetifyjs/vuetify/issues/22388) [#22389](https://github.com/vuetifyjs/vuetify/issues/22389)
13
- * **VHotkey:** correct sass variables import order ([216b872](https://github.com/vuetifyjs/vuetify/commit/216b8724908e9db2efb6a5110393112615868e68)), closes [#22372](https://github.com/vuetifyjs/vuetify/issues/22372)
14
- * **VNumberInput:** avoid error state when using comma separator ([513e153](https://github.com/vuetifyjs/vuetify/commit/513e1530e79d465815f4eddeb52dbb21c7c37b84)), closes [#22371](https://github.com/vuetifyjs/vuetify/issues/22371)
15
- * **VSlideGroup:** provide a way to never show arrows ([b76ffd5](https://github.com/vuetifyjs/vuetify/commit/b76ffd5b64e53e2f5cc67c6ef37f1bcba2b609ce))
16
- * **VTabs:** consistent padding for `inset` ([893eb71](https://github.com/vuetifyjs/vuetify/commit/893eb7105a5e77b31ce65d301d4717adad860f1d))
17
- * **VTabs:** keep slider narrow when used without inset ([eb9477c](https://github.com/vuetifyjs/vuetify/commit/eb9477ccbe6cfc552ef1a61d998c312bac95c106)), closes [#22363](https://github.com/vuetifyjs/vuetify/issues/22363)
18
- * **VTextField:** check autofocus intersection on input wrapper element ([0409cde](https://github.com/vuetifyjs/vuetify/commit/0409cdec89e78ea9fd65aca1085605be72d11353)), closes [#22373](https://github.com/vuetifyjs/vuetify/issues/22373)
19
-
20
-
21
- ### :test_tube: Labs
22
-
23
- * **VStepperVertical:** avoid semi-transparent items with `non-linear` ([99a68e5](https://github.com/vuetifyjs/vuetify/commit/99a68e54df1cf3db0972f59fa949804d231cda9f)), closes [#22369](https://github.com/vuetifyjs/vuetify/issues/22369)
10
+ * **VList:** add `navigation-strategy` to control focused item ([#22328](https://github.com/vuetifyjs/vuetify/issues/22328)) ([3815eee](https://github.com/vuetifyjs/vuetify/commit/3815eee2aec3fa729b1d5a40325067c4d1158a88))
24
11
 
25
12
 
26
13
  ### Other Commits
27
14
 
28
- * chore(release): publish v3.11.1-master.2025-12-02 ([58a3f9a](https://github.com/vuetifyjs/vuetify/commit/58a3f9a9789847ee4190a46ea31fe9b0e9cee210))
29
- * chore(ci): cache crowdin locales for 24h ([9723468](https://github.com/vuetifyjs/vuetify/commit/9723468770edca197876b567f67f64159968e58e))
30
- * chore: update @cosmicjs/sdk ([10c52cb](https://github.com/vuetifyjs/vuetify/commit/10c52cbd6ab911e42b1d74643a17bc923f0de195))
31
- * chore(test): don't zoom iframe before taking screenshots ([63b31e0](https://github.com/vuetifyjs/vuetify/commit/63b31e0698e0ec20f965341c678cdab9d710b1bd))
32
- * chore: update to vitest 4, replace wdio with playwright ([00f8eb6](https://github.com/vuetifyjs/vuetify/commit/00f8eb6901ea86f272b8604dd35f02c448dea9d3))
33
- * docs(VExpansionPanels): clarify `modelValue` behavior ([32f5d05](https://github.com/vuetifyjs/vuetify/commit/32f5d05017d4fdd5d69c11ffacad46787dda74f8))
34
- * chore: update all non-major dependencies ([c8ec5a6](https://github.com/vuetifyjs/vuetify/commit/c8ec5a61033eff5a5525a418b45b190ce617bc9b))
35
- * docs(VTabs): correct description for `fixed-tabs` ([3138c18](https://github.com/vuetifyjs/vuetify/commit/3138c183cc030951f358e48b313975093e9c8db5))
36
- * chore(package): bump version to v3.11.1 ([2c758de](https://github.com/vuetifyjs/vuetify/commit/2c758de851a78c4efbd86140e26ef93722d7cac8))
37
- * docs: update roadmap ([2aaae55](https://github.com/vuetifyjs/vuetify/commit/2aaae55e3b387849b0e0e62b05c26fe9c4375fe5))
38
- * chore(package.json): update @vuetify/one ([fa2907a](https://github.com/vuetifyjs/vuetify/commit/fa2907aca3f1a80f323f7a5d6b3407c15f7ba7dd))
15
+ * chore(release): publish v3.11.2-dev.2025-12-03 ([b688b46](https://github.com/vuetifyjs/vuetify/commit/b688b46296924a891c3bfaf8500666204a3b1d07))
39
16
 
40
17
 
41
18