@vuetify/nightly 3.8.3-master.2025-05-05 → 3.8.4-dev.2025-05-13

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 (104) hide show
  1. package/CHANGELOG.md +17 -29
  2. package/dist/json/attributes.json +3080 -3064
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +5925 -5886
  7. package/dist/vuetify-labs.cjs +206 -92
  8. package/dist/vuetify-labs.css +3956 -3924
  9. package/dist/vuetify-labs.d.ts +1030 -978
  10. package/dist/vuetify-labs.esm.js +207 -93
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +206 -92
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +179 -48
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3200 -3168
  17. package/dist/vuetify.d.ts +620 -566
  18. package/dist/vuetify.esm.js +180 -49
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +179 -48
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1185 -1174
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +6 -1
  26. package/lib/components/VAlert/VAlert.d.ts +35 -0
  27. package/lib/components/VAlert/VAlert.js +14 -9
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +7 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +97 -97
  31. package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  34. package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  36. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  37. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  38. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
  39. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
  41. package/lib/components/VCombobox/VCombobox.d.ts +97 -97
  42. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  43. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  44. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  45. package/lib/components/VDataTable/VDataTableServer.d.ts +55 -55
  46. package/lib/components/VDataTable/VDataTableVirtual.d.ts +55 -55
  47. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  48. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  49. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  50. package/lib/components/VField/VField.d.ts +3 -3
  51. package/lib/components/VFileInput/VFileInput.css +4 -0
  52. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  53. package/lib/components/VFileInput/VFileInput.js +21 -3
  54. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  55. package/lib/components/VFileInput/VFileInput.sass +4 -0
  56. package/lib/components/VInput/VInput.d.ts +4 -4
  57. package/lib/components/VNumberInput/VNumberInput.d.ts +92 -92
  58. package/lib/components/VOverlay/VOverlay.css +1 -1
  59. package/lib/components/VOverlay/_variables.scss +1 -1
  60. package/lib/components/VOverlay/locationStrategies.js +1 -1
  61. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  62. package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
  63. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  64. package/lib/components/VSelect/VSelect.d.ts +97 -97
  65. package/lib/components/VSlider/VSlider.d.ts +3 -3
  66. package/lib/components/VSwitch/VSwitch.d.ts +3 -3
  67. package/lib/components/VTabs/VTabs.d.ts +6 -6
  68. package/lib/components/VTextField/VTextField.d.ts +27 -27
  69. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  70. package/lib/components/transitions/dialog-transition.js +3 -3
  71. package/lib/components/transitions/dialog-transition.js.map +1 -1
  72. package/lib/composables/calendar.d.ts +1 -0
  73. package/lib/composables/calendar.js.map +1 -1
  74. package/lib/composables/iconSizes.d.ts +28 -0
  75. package/lib/composables/iconSizes.js +23 -0
  76. package/lib/composables/iconSizes.js.map +1 -0
  77. package/lib/composables/theme.d.ts +6 -1
  78. package/lib/composables/theme.js +94 -26
  79. package/lib/composables/theme.js.map +1 -1
  80. package/lib/composables/virtual.js +6 -1
  81. package/lib/composables/virtual.js.map +1 -1
  82. package/lib/entry-bundler.d.ts +6 -6
  83. package/lib/entry-bundler.js +1 -1
  84. package/lib/entry-bundler.js.map +1 -1
  85. package/lib/framework.d.ts +57 -52
  86. package/lib/framework.js +1 -1
  87. package/lib/framework.js.map +1 -1
  88. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  89. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  90. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  91. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  92. package/lib/labs/VDateInput/VDateInput.d.ts +96 -96
  93. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  94. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  95. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  96. package/lib/labs/VIconBtn/VIconBtn.js +7 -11
  97. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  98. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  99. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  100. package/lib/util/globals.d.ts +1 -0
  101. package/lib/util/globals.js +1 -0
  102. package/lib/util/globals.js.map +1 -1
  103. package/lib/util/helpers.js.map +1 -1
  104. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,45 +1,33 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-05-05...v) (2025-05-05)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.4-dev.2025-05-13...v) (2025-05-13)
2
2
 
3
3
 
4
4
 
5
- ## [3.8.3-master.2025-05-05](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-05-05) "Other Commits" (2025-05-05)
5
+ ## [3.8.4-dev.2025-05-13](https://github.com/vuetifyjs/vuetify/compare/v3.8.4...v3.8.4-dev.2025-05-13) "Other Commits" (2025-05-13)
6
6
 
7
7
 
8
- ### :wrench: Bug Fixes
8
+ ### :rocket: Features
9
9
 
10
- * **VDataTable:** shift click should only toggle selectable rows ([#21334](https://github.com/vuetifyjs/vuetify/issues/21334)) ([cd971b4](https://github.com/vuetifyjs/vuetify/commit/cd971b4ad1f24dfd3b72f0c8db8b7f218723d15f)), closes [#21328](https://github.com/vuetifyjs/vuetify/issues/21328)
11
- * **VDataTableServer/Virtual:** add generic headers type ([32044d0](https://github.com/vuetifyjs/vuetify/commit/32044d0420ec9d11bec20964eb31db7a3d659de4)), closes [#21327](https://github.com/vuetifyjs/vuetify/issues/21327)
12
- * **VDialog:** only take focus on open if scrim or retainFocus ([#21343](https://github.com/vuetifyjs/vuetify/issues/21343)) ([d678b70](https://github.com/vuetifyjs/vuetify/commit/d678b70de8e2d417b910b7411e07f73fef0eb8a5)), closes [#21301](https://github.com/vuetifyjs/vuetify/issues/21301)
13
- * **VTable:** remove border radius when top/bottom is present ([95582d9](https://github.com/vuetifyjs/vuetify/commit/95582d9f26189ab9fd1f63a233631ce9e1c1c471)), closes [#21320](https://github.com/vuetifyjs/vuetify/issues/21320) [#21321](https://github.com/vuetifyjs/vuetify/issues/21321)
14
- * **VTextField:** reset field on clear ([#21310](https://github.com/vuetifyjs/vuetify/issues/21310)) ([#21314](https://github.com/vuetifyjs/vuetify/issues/21314)) ([5029e1b](https://github.com/vuetifyjs/vuetify/commit/5029e1b7162d1dd2547ce8c295f44def08962e8e))
15
- * **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
10
+ * deprecate `firstDayOfWeek` prop ([#21207](https://github.com/vuetifyjs/vuetify/issues/21207)) ([97d1104](https://github.com/vuetifyjs/vuetify/commit/97d11042b98cadcf70379933381340c519c4b406))
11
+ * **theme:** add new theme 'system' ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([#21244](https://github.com/vuetifyjs/vuetify/issues/21244)) ([8393a41](https://github.com/vuetifyjs/vuetify/commit/8393a41287d34dba56cb2140bcc1aa44de62ffcb))
12
+ * **theme:** add new option 'unimportant' to gen classes without important ([3190331](https://github.com/vuetifyjs/vuetify/commit/3190331e70f42b7fdf4d7ee04f662b15eefde026))
13
+ * **theme:** add change, toggle, and cycle functions ([#21224](https://github.com/vuetifyjs/vuetify/issues/21224)) ([3570254](https://github.com/vuetifyjs/vuetify/commit/357025485c7e8ac8dbc254a9fb37a3360e8c8d79))
14
+ * **transition:** expose create transition classes ([#21352](https://github.com/vuetifyjs/vuetify/issues/21352)) ([79f36aa](https://github.com/vuetifyjs/vuetify/commit/79f36aa042284471c7a7cb248721de884e4ef329))
15
+ * **VAlert:** better aligment with prepend icon ([#20700](https://github.com/vuetifyjs/vuetify/issues/20700)) ([5231b95](https://github.com/vuetifyjs/vuetify/commit/5231b956c39477e913648dcbaef4030c284b1ece))
16
+ * **VBtnGroup:** add direction prop ([#17878](https://github.com/vuetifyjs/vuetify/issues/17878)) ([5f39b85](https://github.com/vuetifyjs/vuetify/commit/5f39b8586e99c4529da9ef71576c048e711757e8)), closes [#17492](https://github.com/vuetifyjs/vuetify/issues/17492)
17
+ * **VOverlay:** align scrim color with MD3 ([#21219](https://github.com/vuetifyjs/vuetify/issues/21219)) ([29d22a6](https://github.com/vuetifyjs/vuetify/commit/29d22a6737fa7e68bdd49c522a5b36dca3cabe11)), closes [#20244](https://github.com/vuetifyjs/vuetify/issues/20244)
18
+ * **VVirtualScroll:** support fractional scroll index ([#20407](https://github.com/vuetifyjs/vuetify/issues/20407)) ([adad9e2](https://github.com/vuetifyjs/vuetify/commit/adad9e2629fffa52b0abbb7d18297a5c0078074f))
16
19
 
17
20
 
18
- ### :test_tube: Labs
21
+ ### :microscope: Code Refactoring
19
22
 
20
- * **VDateInput:** If multiple, reset model to [] ([#21299](https://github.com/vuetifyjs/vuetify/issues/21299)) ([3a9602b](https://github.com/vuetifyjs/vuetify/commit/3a9602b991ab4eeff639b75a7043aac4d7de35a2))
21
- * **VDateInput:** add update-on prop ([#21249](https://github.com/vuetifyjs/vuetify/issues/21249)) ([7304a37](https://github.com/vuetifyjs/vuetify/commit/7304a373444e72f47c7dbee137878826d2f2b4cc)), closes [#21245](https://github.com/vuetifyjs/vuetify/issues/21245) [#20964](https://github.com/vuetifyjs/vuetify/issues/20964)
23
+ * **theme:** add internal methods for testing tw implementation ([abfdb77](https://github.com/vuetifyjs/vuetify/commit/abfdb777e0e00d4a1798f52d7e4c118e7409fcb9))
22
24
 
23
25
 
24
26
  ### Other Commits
25
27
 
26
- * chore(release): publish v3.8.3-master.2025-05-05 ([670c539](https://github.com/vuetifyjs/vuetify/commit/670c5390c30fe33ef69782f2a4b12513db9dc59b))
27
- * chore(ci): update crowdin/github-action action to v2 ([#21367](https://github.com/vuetifyjs/vuetify/issues/21367)) ([48bb022](https://github.com/vuetifyjs/vuetify/commit/48bb0222e740d6f5366ea3f23f99dca7f65b32db))
28
- * chore(package): update dependency vue-i18n to v11.1.2 ([#21362](https://github.com/vuetifyjs/vuetify/issues/21362)) ([7c0bf93](https://github.com/vuetifyjs/vuetify/commit/7c0bf93de636eae585e1cd4b65efa9cf30bac376))
29
- * chore: enable renovate ([179d23a](https://github.com/vuetifyjs/vuetify/commit/179d23a3ae6664f5a195bcd9a436ba220e670a14))
30
- * chore: remove patreon ([ea600fa](https://github.com/vuetifyjs/vuetify/commit/ea600fa349e505d2c129623fc57e59286089010c))
31
- * docs(blog): add april 2025 update ([#21349](https://github.com/vuetifyjs/vuetify/issues/21349)) ([c359af7](https://github.com/vuetifyjs/vuetify/commit/c359af7a6cfbbe1667d363a94118fdbbda9113dc))
32
- * docs(VFileInput): updated validation example for multiple file upload ([#21335](https://github.com/vuetifyjs/vuetify/issues/21335)) ([bf30c07](https://github.com/vuetifyjs/vuetify/commit/bf30c076d7c3477b86ebc2f619cd79605cbe19ee)), closes [#21099](https://github.com/vuetifyjs/vuetify/issues/21099)
33
- * docs(VOverlay): update opacity description ([9c0a1ca](https://github.com/vuetifyjs/vuetify/commit/9c0a1ca0f7c988ec829227b8be280e65182d5c8d)), closes [#21347](https://github.com/vuetifyjs/vuetify/issues/21347)
34
- * docs: type inference issue on exposed API documentation ([#21278](https://github.com/vuetifyjs/vuetify/issues/21278)) ([dd0dc0f](https://github.com/vuetifyjs/vuetify/commit/dd0dc0f341b2d99fbae73da9cbfc09cbc68161f7))
35
- * docs: more precise description of the offset for location strategy ([#21317](https://github.com/vuetifyjs/vuetify/issues/21317)) ([37a6fa6](https://github.com/vuetifyjs/vuetify/commit/37a6fa65ec60913c19aa351dfcab15925dc3b5d7))
36
- * docs: missing links to GitHub ([#21313](https://github.com/vuetifyjs/vuetify/issues/21313)) ([60afb15](https://github.com/vuetifyjs/vuetify/commit/60afb15c6a719e609a9cdc88a1c2168a9b3932ef))
37
- * docs(sass-variables): mention how to use variable values containing commas ([#21346](https://github.com/vuetifyjs/vuetify/issues/21346)) ([7022c64](https://github.com/vuetifyjs/vuetify/commit/7022c64f5123e94791ec0fffc63157cc1a9c47c3))
38
- * docs(vue-gtag): remove vue-gtag ([0e04ba2](https://github.com/vuetifyjs/vuetify/commit/0e04ba2cabc2406b36e6f7d81dac22f4469f63a0))
39
- * docs(team): update roster / blog post ([e8ccf6a](https://github.com/vuetifyjs/vuetify/commit/e8ccf6a16e2b7fdd4d49568c27ecbf95b0ec0203))
40
- * chore(eslint-local-rules): update process for requiring modules ([050d544](https://github.com/vuetifyjs/vuetify/commit/050d544712dd46efbbab61142c1d6e5f6aadb010))
41
- * chore(vue-gtag): transition from vue-gtag-next to vue-gtag ([fc3e514](https://github.com/vuetifyjs/vuetify/commit/fc3e514f4030774638e9015e852ff3f6c7fbe282))
42
- * chore: update conventional-github-releaser ([a2e295e](https://github.com/vuetifyjs/vuetify/commit/a2e295ea365f97228c163692ed1b6bccccf91906))
28
+ * chore(release): publish v3.8.4-dev.2025-05-13 ([cd8f888](https://github.com/vuetifyjs/vuetify/commit/cd8f88840c883273e3b19e9a33c28dfa725d1fdd))
29
+ * chore: move createTransition export to util ([3e9a613](https://github.com/vuetifyjs/vuetify/commit/3e9a613f5edca1d9455c2ea07af8834b24a549c1))
30
+ * chore(theme): change upsertStyles parameters ([a0d03be](https://github.com/vuetifyjs/vuetify/commit/a0d03bed68e2e5052785536852b6b09231ae661d))
43
31
 
44
32
 
45
33