@vuetify/nightly 3.7.7-master.2025-01-25 → 3.7.8-master.2025-01-28

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 (38) hide show
  1. package/CHANGELOG.md +3 -46
  2. package/dist/json/attributes.json +3233 -3233
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +5933 -5933
  6. package/dist/vuetify-labs.css +4338 -4326
  7. package/dist/vuetify-labs.d.ts +0 -17
  8. package/dist/vuetify-labs.esm.js +16 -10
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +16 -10
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3262 -3250
  13. package/dist/vuetify.d.ts +54 -71
  14. package/dist/vuetify.esm.js +16 -10
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +16 -10
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +6 -9
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VDataIterator/index.d.mts +0 -1
  22. package/lib/components/VDataTable/index.d.mts +0 -17
  23. package/lib/components/VDataTable/types.mjs.map +1 -1
  24. package/lib/components/VFab/VFab.css +5 -1
  25. package/lib/components/VFab/VFab.mjs +1 -2
  26. package/lib/components/VFab/VFab.mjs.map +1 -1
  27. package/lib/components/VFab/VFab.sass +5 -1
  28. package/lib/components/VField/VField.css +8 -0
  29. package/lib/components/VField/VField.sass +10 -2
  30. package/lib/components/VPagination/VPagination.mjs +1 -1
  31. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  32. package/lib/components/index.d.mts +0 -17
  33. package/lib/composables/display.mjs +11 -4
  34. package/lib/composables/display.mjs.map +1 -1
  35. package/lib/entry-bundler.mjs +1 -1
  36. package/lib/framework.mjs +1 -1
  37. package/lib/index.d.mts +54 -54
  38. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,56 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.7-master.2025-01-25...v) (2025-01-25)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.7.8-master.2025-01-28...v) (2025-01-28)
2
2
 
3
3
 
4
4
 
5
- ## [3.7.7-master.2025-01-25](https://github.com/vuetifyjs/vuetify/compare/v3.7.7...v3.7.7-master.2025-01-25) "Other Commmits" (2025-01-25)
6
-
7
-
8
- ### :wrench: Bug Fixes
9
-
10
- * **router:** check $router.beforeEach exists before using ([#20549](https://github.com/vuetifyjs/vuetify/issues/20549)) ([bcce042](https://github.com/vuetifyjs/vuetify/commit/bcce04262f03c1554d1238442dd2a3cca453e7e4))
11
- * **VBreadcrumbsDivider:** add aria-hidden attribute ([#20893](https://github.com/vuetifyjs/vuetify/issues/20893)) ([301576b](https://github.com/vuetifyjs/vuetify/commit/301576b58627a1133e0be18334d7ef72dcd05910))
12
- * **VDataTable:** show correct items count after expanding group ([#20347](https://github.com/vuetifyjs/vuetify/issues/20347)) ([7dd5a20](https://github.com/vuetifyjs/vuetify/commit/7dd5a2018f195513db40d0ee30c46724de44e1f4)), closes [#20313](https://github.com/vuetifyjs/vuetify/issues/20313)
13
- * **VDataTable:** emit current items immediately ([#20449](https://github.com/vuetifyjs/vuetify/issues/20449)) ([57047f6](https://github.com/vuetifyjs/vuetify/commit/57047f60227c415ec47c2947202ead71c289449b)), closes [#20440](https://github.com/vuetifyjs/vuetify/issues/20440)
14
- * **VDataTable:** rtl mobile alignment ([#20553](https://github.com/vuetifyjs/vuetify/issues/20553)) ([db9fb77](https://github.com/vuetifyjs/vuetify/commit/db9fb77c1ca47c62aa0171ed966c64960d3b1019))
15
- * **VDataTable:** apply fixed-header when sticky prop is set ([2795792](https://github.com/vuetifyjs/vuetify/commit/2795792f8fee7ae785d9f40548f3e7cb05deb992)), closes [#20903](https://github.com/vuetifyjs/vuetify/issues/20903)
16
- * **VField:** rounded with long label border-radius ([#20349](https://github.com/vuetifyjs/vuetify/issues/20349)) ([568f71b](https://github.com/vuetifyjs/vuetify/commit/568f71bbe6ae6b803983bbb810ebc1c4278bc2d2)), closes [#20305](https://github.com/vuetifyjs/vuetify/issues/20305)
17
- * **VField:** hide label with single-line ([#20773](https://github.com/vuetifyjs/vuetify/issues/20773)) ([3ef363a](https://github.com/vuetifyjs/vuetify/commit/3ef363a3a61e6bc7f3872e73cbcc2999111456ab)), closes [#20751](https://github.com/vuetifyjs/vuetify/issues/20751)
18
- * **VField, VInput:** emit `click:*` events using keyboard ([#20878](https://github.com/vuetifyjs/vuetify/issues/20878)) ([5ca8184](https://github.com/vuetifyjs/vuetify/commit/5ca81847c03d0f16c0165ff5724b8f28328d1926)), closes [#20864](https://github.com/vuetifyjs/vuetify/issues/20864)
19
- * **VImg:** set crossOrigin attribute before src ([#20915](https://github.com/vuetifyjs/vuetify/issues/20915)) ([910935e](https://github.com/vuetifyjs/vuetify/commit/910935ede5ab91c482420f04d0f1ffad388977ab)), closes [#20914](https://github.com/vuetifyjs/vuetify/issues/20914)
20
- * **VInput/VMessages:** move aria attributes to details ([#20420](https://github.com/vuetifyjs/vuetify/issues/20420)) ([d1ed47c](https://github.com/vuetifyjs/vuetify/commit/d1ed47c257de94373dd1e9e6961bd20d960f77e5))
21
- * **VMenu:** replace aria-owns with aria-controls ([#20596](https://github.com/vuetifyjs/vuetify/issues/20596)) ([0fe248a](https://github.com/vuetifyjs/vuetify/commit/0fe248ae57d843d2a8bdf5ca80993bc3d1a90606))
22
- * **VSelect:** remove multiple check for keyboard lookup ([#20475](https://github.com/vuetifyjs/vuetify/issues/20475)) ([ba143c1](https://github.com/vuetifyjs/vuetify/commit/ba143c1f95193766360656297c7aa7ea9190b393)), closes [#20358](https://github.com/vuetifyjs/vuetify/issues/20358)
23
- * **VSlider:** update value before focusing thumb ([c1fd4f7](https://github.com/vuetifyjs/vuetify/commit/c1fd4f7610d74151892106ade0f7dc30c57ea46a)), closes [#20912](https://github.com/vuetifyjs/vuetify/issues/20912)
24
-
25
-
26
- ### :test_tube: Labs
27
-
28
- * **VCalendar:** always assign default first day of week ([#20378](https://github.com/vuetifyjs/vuetify/issues/20378)) ([9d881b2](https://github.com/vuetifyjs/vuetify/commit/9d881b2ea42b263e1e538df6b404e7ac61ac9179)), closes [#19999](https://github.com/vuetifyjs/vuetify/issues/19999)
29
- * **VStepperVertical:** correct slots types ([#20537](https://github.com/vuetifyjs/vuetify/issues/20537)) ([0230259](https://github.com/vuetifyjs/vuetify/commit/02302590c8ec4feb4ae14ac36e8c756fac879f2b)), closes [#20213](https://github.com/vuetifyjs/vuetify/issues/20213) [#20803](https://github.com/vuetifyjs/vuetify/issues/20803)
30
- * **VTimePicker:** emit when changing hour ([#20179](https://github.com/vuetifyjs/vuetify/issues/20179)) ([d6ac050](https://github.com/vuetifyjs/vuetify/commit/d6ac05060267b2201423c08c9546583ceb32d6c2))
31
- * **VTreeview:** allow expansion of nodes when disabled ([e9e5625](https://github.com/vuetifyjs/vuetify/commit/e9e562545ad45cf6327fb01a488fb43676704f06)), closes [#20832](https://github.com/vuetifyjs/vuetify/issues/20832)
32
- * **VTreeview:** properly indent nodes ([28ed40b](https://github.com/vuetifyjs/vuetify/commit/28ed40bc4d083ec59dc950a749305f554c1f94bd)), closes [#20421](https://github.com/vuetifyjs/vuetify/issues/20421)
5
+ ## [3.7.8-master.2025-01-28](https://github.com/vuetifyjs/vuetify/compare/v3.7.8...v3.7.8-master.2025-01-28) "Other Commmits" (2025-01-28)
33
6
 
34
7
 
35
8
  ### Other Commmits
36
9
 
37
- * chore(release): publish v3.7.7-master.2025-01-25 ([a2b9ca9](https://github.com/vuetifyjs/vuetify/commit/a2b9ca98c67bcacda64bc939b4e43d4d486f4971))
38
- * chore(ci): ucacher ignore VITE_GITHUB_SHA ([2f2eb79](https://github.com/vuetifyjs/vuetify/commit/2f2eb79f9cf3889b73257cb1aa5d386020776dee))
39
- * docs: update roadmap ([fb5fc01](https://github.com/vuetifyjs/vuetify/commit/fb5fc01e18de357a58ca4e13405fe6bd21f69c6b))
40
- * docs: update LTS page ([9440486](https://github.com/vuetifyjs/vuetify/commit/94404861b118f1d9a94d27fbea47f4faafa8bff0))
41
- * chore(ci): update ucacher ignored env variables ([556b480](https://github.com/vuetifyjs/vuetify/commit/556b480fd0d44b9fd073500ce41e454684cc7250))
42
- * docs(VList): restore example for advanced action use ([#20374](https://github.com/vuetifyjs/vuetify/issues/20374)) ([744e1e1](https://github.com/vuetifyjs/vuetify/commit/744e1e17f183b62a5883aa28fc4048e5e131fb42))
43
- * docs(VRating): remove onClick from v-rating item slot props ([#20901](https://github.com/vuetifyjs/vuetify/issues/20901)) ([6181018](https://github.com/vuetifyjs/vuetify/commit/61810185c1e4fabfe17843bdcd9d4f796eda2585))
44
- * docs(dates): fix usage example ([#20907](https://github.com/vuetifyjs/vuetify/issues/20907)) ([229a9e5](https://github.com/vuetifyjs/vuetify/commit/229a9e5bdf996c7252cb8d4912dc15d16af79b56)), closes [#20216](https://github.com/vuetifyjs/vuetify/issues/20216)
45
- * docs(VEmptyState): Improve description for `size` prop ([#20890](https://github.com/vuetifyjs/vuetify/issues/20890)) ([5b00efa](https://github.com/vuetifyjs/vuetify/commit/5b00efa98403fbfd270248b8fecc2ba0056b35c3))
46
- * docs(installation): add ES Module setup ([#20661](https://github.com/vuetifyjs/vuetify/issues/20661)) ([6d084a1](https://github.com/vuetifyjs/vuetify/commit/6d084a17cc266136ee2a34996299067540b9b9bc))
47
- * docs(useDisplay): update overrides example ([#19610](https://github.com/vuetifyjs/vuetify/issues/19610)) ([0a4066c](https://github.com/vuetifyjs/vuetify/commit/0a4066c5f4b325b308f1bb7c390e3c3ced16993f))
48
- * docs(VTimePicker): fix example with selection restrictions ([#20698](https://github.com/vuetifyjs/vuetify/issues/20698)) ([b5ab35c](https://github.com/vuetifyjs/vuetify/commit/b5ab35c40aa2b7fba71690a63ca5da3ab1a98835))
49
- * docs: cleanup removed prop `small-chips` ([#20706](https://github.com/vuetifyjs/vuetify/issues/20706)) ([4e352d5](https://github.com/vuetifyjs/vuetify/commit/4e352d52944f02f559d2401c5513c1d4f1723147))
50
- * docs(VBadge): set badge specific description for the modelValue ([#20838](https://github.com/vuetifyjs/vuetify/issues/20838)) ([4482868](https://github.com/vuetifyjs/vuetify/commit/44828688412ee4077dd66ef5c1dc2237fa59735c))
51
- * docs(VDataTableServer): fixes pagination examples ([#20856](https://github.com/vuetifyjs/vuetify/issues/20856)) ([0f96321](https://github.com/vuetifyjs/vuetify/commit/0f96321dcd9d0a3d7839a5cdb22ed42c333a3074))
52
- * docs(VChip): more precise description for `size` prop ([#20705](https://github.com/vuetifyjs/vuetify/issues/20705)) ([7ad75bc](https://github.com/vuetifyjs/vuetify/commit/7ad75bc28bcc4c113c5118b2d7f5a47806857078))
53
- * chore(ci): use ucacher ([7abcca1](https://github.com/vuetifyjs/vuetify/commit/7abcca1bae67660f0bd81e095b8f602cfb5d320f))
10
+ * chore(release): publish v3.7.8-master.2025-01-28 ([cfe4580](https://github.com/vuetifyjs/vuetify/commit/cfe45802fc4f87f2c792a3caeceafea3cb8f3e18))
54
11
 
55
12
 
56
13