@vuetify/nightly 3.8.3-master.2025-04-29 → 3.8.3-master.2025-04-30
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 +10 -3
- package/dist/json/attributes.json +2916 -2916
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +5199 -5199
- package/dist/vuetify-labs.cjs +19 -16
- package/dist/vuetify-labs.css +3752 -3752
- package/dist/vuetify-labs.d.ts +4023 -859
- package/dist/vuetify-labs.esm.js +19 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +19 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4587 -4587
- package/dist/vuetify.d.ts +4023 -859
- package/dist/vuetify.esm.js +19 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +792 -74
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VCombobox/VCombobox.d.ts +792 -74
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VSelect/VSelect.d.ts +1232 -90
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +95 -134
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,20 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-04-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.8.3-master.2025-04-30...v) (2025-04-30)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.8.3-master.2025-04-
|
5
|
+
## [3.8.3-master.2025-04-30](https://github.com/vuetifyjs/vuetify/compare/v3.8.3...v3.8.3-master.2025-04-30) "Other Commits" (2025-04-30)
|
6
|
+
|
7
|
+
|
8
|
+
### :wrench: Bug Fixes
|
9
|
+
|
10
|
+
* **VTooltip:** disable transition when transition=false ([5d58b69](https://github.com/vuetifyjs/vuetify/commit/5d58b693cd059bb728f27ea01c7fce3e10fb4dd9)), closes [#21268](https://github.com/vuetifyjs/vuetify/issues/21268)
|
6
11
|
|
7
12
|
|
8
13
|
### Other Commits
|
9
14
|
|
10
|
-
* chore(release): publish v3.8.3-master.2025-04-
|
15
|
+
* chore(release): publish v3.8.3-master.2025-04-30 ([6e1225b](https://github.com/vuetifyjs/vuetify/commit/6e1225b154a5f1842e6285d8ba39da9918e703ed))
|
16
|
+
* chore(eslint-local-rules): update process for requiring modules ([050d544](https://github.com/vuetifyjs/vuetify/commit/050d544712dd46efbbab61142c1d6e5f6aadb010))
|
17
|
+
* chore(vue-gtag): transition from vue-gtag-next to vue-gtag ([fc3e514](https://github.com/vuetifyjs/vuetify/commit/fc3e514f4030774638e9015e852ff3f6c7fbe282))
|
11
18
|
* chore: update conventional-github-releaser ([a2e295e](https://github.com/vuetifyjs/vuetify/commit/a2e295ea365f97228c163692ed1b6bccccf91906))
|
12
19
|
|
13
20
|
|