@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-15

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 (37) hide show
  1. package/CHANGELOG.md +32 -27
  2. package/dist/json/attributes.json +3391 -3391
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +202 -202
  5. package/dist/json/web-types.json +6071 -6075
  6. package/dist/vuetify-labs.cjs +30 -26
  7. package/dist/vuetify-labs.css +4235 -4235
  8. package/dist/vuetify-labs.d.ts +104 -91
  9. package/dist/vuetify-labs.esm.js +30 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +30 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +6 -8
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3224 -3224
  16. package/dist/vuetify.d.ts +94 -81
  17. package/dist/vuetify.esm.js +6 -8
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +6 -8
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +9 -9
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  25. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  26. package/lib/composables/calendar.d.ts +2 -2
  27. package/lib/composables/calendar.js +3 -5
  28. package/lib/composables/calendar.js.map +1 -1
  29. package/lib/composables/theme.js.map +1 -1
  30. package/lib/entry-bundler.js +1 -1
  31. package/lib/framework.d.ts +71 -70
  32. package/lib/framework.js +1 -1
  33. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  34. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  35. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  36. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  37. package/package.json +44 -43
package/CHANGELOG.md CHANGED
@@ -1,30 +1,35 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.8.1-master.2025-04-13...v) (2025-04-13)
2
-
3
-
4
-
5
- ## [3.8.1-master.2025-04-13](https://github.com/vuetifyjs/vuetify/compare/v3.8.1...v3.8.1-master.2025-04-13) "Other Commmits" (2025-04-13)
6
-
7
-
8
- ### :wrench: Bug Fixes
9
-
10
- * **validation:** a disabled / readonly field should always be valid ([#21222](https://github.com/vuetifyjs/vuetify/issues/21222)) ([8711494](https://github.com/vuetifyjs/vuetify/commit/87114942c2aee84c9d47342dcd15a6515dc67778))
11
- * **VAutocomplete:** correct match splitting with custom filter ([1bef712](https://github.com/vuetifyjs/vuetify/commit/1bef7128a300840cee6eb5ae393bc3976a86375f)), closes [#21228](https://github.com/vuetifyjs/vuetify/issues/21228)
12
- * **VCode:** display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b407c100ca23c457cb8d25daec60369d9f3b))
13
- * **VDataTable:** ignore default filter if query is empty ([0a8de9b](https://github.com/vuetifyjs/vuetify/commit/0a8de9b32e15855b1146d080c634f2e30b158c13)), closes [#21212](https://github.com/vuetifyjs/vuetify/issues/21212)
14
- * **VDataTable:** data table expand button content overflows ([#21218](https://github.com/vuetifyjs/vuetify/issues/21218)) ([82a321a](https://github.com/vuetifyjs/vuetify/commit/82a321adb5030ebed752a6b944e68ddc29701737)), closes [#20545](https://github.com/vuetifyjs/vuetify/issues/20545)
15
- * **VDatePicker:** use start of week to calculate week numbers ([#21199](https://github.com/vuetifyjs/vuetify/issues/21199)) ([7321535](https://github.com/vuetifyjs/vuetify/commit/7321535bbb4d561883c44924425120d126562095)), closes [#20724](https://github.com/vuetifyjs/vuetify/issues/20724) [#20490](https://github.com/vuetifyjs/vuetify/issues/20490)
16
- * **VTooltip, VSnackbar:** increase contrast on dark theme ([#21184](https://github.com/vuetifyjs/vuetify/issues/21184)) ([638977e](https://github.com/vuetifyjs/vuetify/commit/638977e7685f7c105a43ed541cfd37718bde94ea))
17
-
18
-
19
- ### Other Commmits
20
-
21
- * chore(release): publish v3.8.1-master.2025-04-13 ([08f6376](https://github.com/vuetifyjs/vuetify/commit/08f6376b9f6e448a938a619119baba0206566311))
22
- * chore: deprecate `firstDayOfWeek` prop ([#21207](https://github.com/vuetifyjs/vuetify/issues/21207)) ([e87ad43](https://github.com/vuetifyjs/vuetify/commit/e87ad435713798966143d657d37695c35a3c585a))
23
- * chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd86a70de19bf22c9f6a610c1e240cfc039))
24
- * docs(App): media.addListener -> addEventListener ([c2b8884](https://github.com/vuetifyjs/vuetify/commit/c2b888443f53c99fb622e51cca01cf665f2aaa76))
25
- * docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba43924b25423f63cdf14bbb89970bb4aaa))
26
- * docs(announcing-vuetify-3.8): add new blog post ([#21233](https://github.com/vuetifyjs/vuetify/issues/21233)) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde102898f8a93daea7e1fbceff5364c00272d33))
27
- * chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897cede9a494d36b583f1a0c312b813bf6f1))
1
+ ## (2025-04-15)
2
+
3
+
4
+
5
+
6
+ ## <small>3.8.1-master.2025-04-15 (2025-04-15)</small>
7
+
8
+ * chore: allow native dependencies to build ([e89b97c](https://github.com/vuetifyjs/vuetify/commit/e89b97c))
9
+ * chore: dedupe dependencies ([764fabe](https://github.com/vuetifyjs/vuetify/commit/764fabe))
10
+ * chore: deprecate `firstDayOfWeek` prop (#21207) ([e87ad43](https://github.com/vuetifyjs/vuetify/commit/e87ad43)), closes [#21207](https://github.com/vuetifyjs/vuetify/issues/21207)
11
+ * chore: fix eslint config ([31ca977](https://github.com/vuetifyjs/vuetify/commit/31ca977))
12
+ * chore: fix tests ([ba8ba4e](https://github.com/vuetifyjs/vuetify/commit/ba8ba4e))
13
+ * chore: fix webdriverio path ([4d856dc](https://github.com/vuetifyjs/vuetify/commit/4d856dc))
14
+ * chore: lint json files ([48e5e69](https://github.com/vuetifyjs/vuetify/commit/48e5e69))
15
+ * chore: speed up vuetify build ([1f7b96c](https://github.com/vuetifyjs/vuetify/commit/1f7b96c))
16
+ * chore: update eslint-plugin-vue ([04c926e](https://github.com/vuetifyjs/vuetify/commit/04c926e))
17
+ * chore: update husky config ([839d418](https://github.com/vuetifyjs/vuetify/commit/839d418))
18
+ * chore(ci): upload failed test screenshots ([68cd1fd](https://github.com/vuetifyjs/vuetify/commit/68cd1fd))
19
+ * chore(filter): fix test ([00b9897](https://github.com/vuetifyjs/vuetify/commit/00b9897))
20
+ * chore(package.json): update most dependencies to latest ([1e1aa3f](https://github.com/vuetifyjs/vuetify/commit/1e1aa3f))
21
+ * chore(release): publish v3.8.1-master.2025-04-15 ([8a90abe](https://github.com/vuetifyjs/vuetify/commit/8a90abe))
22
+ * fix(validation): a disabled / readonly field should always be valid (#21222) ([8711494](https://github.com/vuetifyjs/vuetify/commit/8711494)), closes [#21222](https://github.com/vuetifyjs/vuetify/issues/21222)
23
+ * fix(VAutocomplete): correct match splitting with custom filter ([1bef712](https://github.com/vuetifyjs/vuetify/commit/1bef712)), closes [#21228](https://github.com/vuetifyjs/vuetify/issues/21228)
24
+ * fix(VCode): display multiline as inline-block ([d183b40](https://github.com/vuetifyjs/vuetify/commit/d183b40))
25
+ * fix(VDataTable): data table expand button content overflows (#21218) ([82a321a](https://github.com/vuetifyjs/vuetify/commit/82a321a)), closes [#21218](https://github.com/vuetifyjs/vuetify/issues/21218) [#20545](https://github.com/vuetifyjs/vuetify/issues/20545)
26
+ * fix(VDataTable): ignore default filter if query is empty ([0a8de9b](https://github.com/vuetifyjs/vuetify/commit/0a8de9b)), closes [#21212](https://github.com/vuetifyjs/vuetify/issues/21212)
27
+ * fix(VDatePicker): resolve firstDayOfWeek from locale (#21260) ([1c1d6b0](https://github.com/vuetifyjs/vuetify/commit/1c1d6b0)), closes [#21260](https://github.com/vuetifyjs/vuetify/issues/21260)
28
+ * fix(VDatePicker): use start of week to calculate week numbers (#21199) ([7321535](https://github.com/vuetifyjs/vuetify/commit/7321535)), closes [#21199](https://github.com/vuetifyjs/vuetify/issues/21199) [#20724](https://github.com/vuetifyjs/vuetify/issues/20724) [#20490](https://github.com/vuetifyjs/vuetify/issues/20490)
29
+ * fix(VTooltip, VSnackbar): increase contrast on dark theme (#21184) ([638977e](https://github.com/vuetifyjs/vuetify/commit/638977e)), closes [#21184](https://github.com/vuetifyjs/vuetify/issues/21184)
30
+ * docs(announcing-vuetify-3.8): add new blog post (#21233) ([cde1028](https://github.com/vuetifyjs/vuetify/commit/cde1028)), closes [#21233](https://github.com/vuetifyjs/vuetify/issues/21233)
31
+ * docs(App): media.addListener -> addEventListener ([c2b8884](https://github.com/vuetifyjs/vuetify/commit/c2b8884))
32
+ * docs(sass-variables): mention import.meta.glob for layers ([d235bba](https://github.com/vuetifyjs/vuetify/commit/d235bba))
28
33
 
29
34
 
30
35