@vuetify/nightly 3.7.15-master.2025-03-06 → 3.7.15-master.2025-03-08
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.
- package/CHANGELOG.md +33 -3
- package/dist/json/attributes.json +3107 -3103
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +3 -2
- package/dist/json/web-types.json +5945 -5924
- package/dist/vuetify-labs.css +3283 -3283
- package/dist/vuetify-labs.d.ts +314 -142
- package/dist/vuetify-labs.esm.js +144 -126
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +143 -125
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3835 -3835
- package/dist/vuetify.d.ts +264 -150
- package/dist/vuetify.esm.js +90 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +89 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +221 -219
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +15 -6
- package/lib/components/VAutocomplete/index.d.mts +2 -2
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +6 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +15 -6
- package/lib/components/VCard/VCard.mjs +12 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +11 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +75 -30
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +6 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +15 -6
- package/lib/components/VCombobox/index.d.mts +2 -2
- package/lib/components/VDataTable/composables/headers.mjs +2 -2
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +2 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +3 -3
- package/lib/components/VFab/index.d.mts +15 -6
- package/lib/components/VList/VListItem.mjs +11 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +32 -14
- package/lib/components/VPagination/VPagination.mjs +3 -3
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +2 -2
- package/lib/components/VSlider/slider.mjs +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +39 -24
- package/lib/components/VTextarea/VTextarea.mjs +2 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.mts +209 -95
- package/lib/composables/stack.mjs +2 -2
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VDateInput/VDateInput.mjs +3 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +10 -10
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/index.d.mts +32 -14
- package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +14 -13
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +35 -13
- package/lib/labs/VTimePicker/shared.mjs +2 -0
- package/lib/labs/VTimePicker/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +32 -14
- package/lib/labs/components.d.mts +107 -49
- package/lib/locale/adapters/vuetify.mjs +1 -1
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/animation.mjs +8 -8
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
- package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,48 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.7.15-master.2025-03-08...v) (2025-03-08)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.7.15-master.2025-03-
|
5
|
+
## [3.7.15-master.2025-03-08](https://github.com/vuetifyjs/vuetify/compare/v3.7.15...v3.7.15-master.2025-03-08) "Other Commmits" (2025-03-08)
|
6
6
|
|
7
7
|
|
8
8
|
### :wrench: Bug Fixes
|
9
9
|
|
10
|
+
* accept string | number | boolean in text props ([c1a0bb1](https://github.com/vuetifyjs/vuetify/commit/c1a0bb18d2c53eb526ad8f776c169186a3552ebd))
|
10
11
|
* **VDataTable:** use width as minWidth for multiple fixed columns ([c2574c8](https://github.com/vuetifyjs/vuetify/commit/c2574c847b53fb8b85c7ec949191d42030150f02)), closes [#21063](https://github.com/vuetifyjs/vuetify/issues/21063)
|
11
12
|
|
12
13
|
|
14
|
+
### :microscope: Code Refactoring
|
15
|
+
|
16
|
+
* explicit number casting ([4f6e77f](https://github.com/vuetifyjs/vuetify/commit/4f6e77fac2585873645961472ccd4ae6d9477d60))
|
17
|
+
* **VDatePickerMonth:** remove useless VDefaultsProvider ([80184e4](https://github.com/vuetifyjs/vuetify/commit/80184e4f094adf0862ef9f29b9d13f64136b13f1))
|
18
|
+
|
19
|
+
|
20
|
+
### :test_tube: Labs
|
21
|
+
|
22
|
+
* **VDateInput:** eager load menu on focus ([e738692](https://github.com/vuetifyjs/vuetify/commit/e738692074fd7a600b30c6d3387662b88d334d83))
|
23
|
+
* **VDateInput:** show-adjacent-months by default ([dd6ac15](https://github.com/vuetifyjs/vuetify/commit/dd6ac156d3be50faecbad6837d36a7fb3b8cf669))
|
24
|
+
* **VFileUpload:** clear internal input when empty ([#21038](https://github.com/vuetifyjs/vuetify/issues/21038)) ([010eb32](https://github.com/vuetifyjs/vuetify/commit/010eb32107c973b202c00f7b82bec9e0bdddb0ff)), closes [#21029](https://github.com/vuetifyjs/vuetify/issues/21029)
|
25
|
+
* **VTimePicker:** add active state for seconds ([#20926](https://github.com/vuetifyjs/vuetify/issues/20926)) ([ed9aa9f](https://github.com/vuetifyjs/vuetify/commit/ed9aa9f90ede9b0099d01ba7cc68916792121c6b))
|
26
|
+
* **VTimePicker:** external control over `viewMode` ([#20677](https://github.com/vuetifyjs/vuetify/issues/20677)) ([5f3185e](https://github.com/vuetifyjs/vuetify/commit/5f3185e9cb7c4b55eb47a69c4bef0e69470d06b4)), closes [#20671](https://github.com/vuetifyjs/vuetify/issues/20671)
|
27
|
+
|
28
|
+
|
13
29
|
### Other Commmits
|
14
30
|
|
15
|
-
* chore(release): publish v3.7.15-master.2025-03-
|
31
|
+
* chore(release): publish v3.7.15-master.2025-03-08 ([ffced92](https://github.com/vuetifyjs/vuetify/commit/ffced92d73d124dffac86b3c8d5ee025c44b3491))
|
32
|
+
* chore(sheets.md): move design specification to page features ([9dbe0bc](https://github.com/vuetifyjs/vuetify/commit/9dbe0bc82bd29c98fdcfc259d19e51f7902474b7))
|
33
|
+
* docs(Example/UsageExample): add copy to usage, update tooltips, clean-up ([55f2085](https://github.com/vuetifyjs/vuetify/commit/55f2085fab3d63e1e55476de000addd8c2669e79))
|
34
|
+
* docs(VFooter): clean-up examples ([f57ae6e](https://github.com/vuetifyjs/vuetify/commit/f57ae6e7460f214c15b3fbff690ae6034518bdbf))
|
35
|
+
* chore: default undefined for text props with boolean ([421f6ce](https://github.com/vuetifyjs/vuetify/commit/421f6cebcdf8a1620cfef77b05d4405c6dd84736))
|
36
|
+
* chore: fix lint error ([580ddd2](https://github.com/vuetifyjs/vuetify/commit/580ddd2853aac016495906bf8e5c4dc852b87aff))
|
37
|
+
* docs(data-table-misc-expand): hook up v-rating ([c8f8564](https://github.com/vuetifyjs/vuetify/commit/c8f856435021b4fd3ee6dece41ad869f4833693a))
|
38
|
+
* docs: update multiple data table examples ([67edcdc](https://github.com/vuetifyjs/vuetify/commit/67edcdc60eb6625114ec61f8fde38a10f926f027))
|
39
|
+
* docs(data-table-basics-virtual): update example ([129e5fb](https://github.com/vuetifyjs/vuetify/commit/129e5fb91b6adb7ae406e89c4f347c02fb3aacc8))
|
40
|
+
* docs(data-table-basics): update usage and misc-expand ([178736e](https://github.com/vuetifyjs/vuetify/commit/178736ec500e5cedc015bebf03c658ef26c26bc4))
|
41
|
+
* docs(UsageExample): set correct property for language ([86095e3](https://github.com/vuetifyjs/vuetify/commit/86095e304cd8a5c75092b32c6f3d0bec8ea9285b))
|
42
|
+
* docs(UsageExample): width issues when displaying datatable usage ([13fe68a](https://github.com/vuetifyjs/vuetify/commit/13fe68acce40ce31615e2ae1d7b7d093d0042919))
|
43
|
+
* docs(data-table-slot-loading): update example ([c7360ef](https://github.com/vuetifyjs/vuetify/commit/c7360efc33b4698bae0dfcaa9b8efb9bf3a95941))
|
44
|
+
* docs(data-table-basics): update multiple examples ([80e4c4d](https://github.com/vuetifyjs/vuetify/commit/80e4c4d79cd4b766b6f08a8b93672f7093baa2e5))
|
45
|
+
* docs(data-table-basics): update code fences ([b456fb5](https://github.com/vuetifyjs/vuetify/commit/b456fb5d9cc7f142d9e8499559650879743bf09b))
|
16
46
|
* docs(options): clean-up available, remove deprecated ([58e4ba2](https://github.com/vuetifyjs/vuetify/commit/58e4ba267a3679050d200f9dca2d5022ee25ec08))
|
17
47
|
* docs(v-hover): update implementations ([51e7490](https://github.com/vuetifyjs/vuetify/commit/51e7490005927245cb47293cedbc0bb3e70a693f))
|
18
48
|
* docs: update @vuetify/one and tweak ad location / display ([d0dfb5c](https://github.com/vuetifyjs/vuetify/commit/d0dfb5cf95385277e464e03b9a46a883003247b6))
|