@vuetify/nightly 3.5.2-master.2024-02-07 → 3.5.3-dev.2024-02-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 +7 -6
- package/dist/json/attributes.json +106 -82
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +203 -143
- package/dist/vuetify-labs.css +2109 -2094
- package/dist/vuetify-labs.d.ts +279 -131
- package/dist/vuetify-labs.esm.js +29 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +29 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1689 -1674
- package/dist/vuetify.d.ts +316 -168
- package/dist/vuetify.esm.js +29 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +29 -10
- 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/index.d.mts +12 -0
- package/lib/components/VAvatar/VAvatar.mjs +16 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +6 -0
- package/lib/components/VChip/VChip.css +0 -1
- package/lib/components/VChip/VChip.mjs +2 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +12 -0
- package/lib/components/VDialog/index.d.mts +21 -3
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VMenu/index.d.mts +21 -3
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +2 -0
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.mts +6 -0
- package/lib/components/VSelect/index.d.mts +12 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +168 -122
- package/lib/components/VTooltip/index.d.mts +21 -3
- package/lib/components/index.d.mts +279 -131
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +37 -37
- package/lib/styles/main.css +16 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-02-08...v) (2024-02-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.
|
|
5
|
+
## [3.5.3-dev.2024-02-08](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-02-08) (2024-02-08)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **VListItemAction:** adjust spacing when using the start/end props ([1f63ca8](https://github.com/vuetifyjs/vuetify/commit/1f63ca88dfb5d5c57331a68d94b1ff660ac989f1))
|
|
10
|
+
* **VSnackbar:** progress animation reset styling ([d33f10b](https://github.com/vuetifyjs/vuetify/commit/d33f10b53429c768ab05d0877eeb0410cf45fdc3))
|
|
12
11
|
|
|
13
12
|
|
|
14
|
-
###
|
|
13
|
+
### Features
|
|
15
14
|
|
|
16
|
-
*
|
|
15
|
+
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
16
|
+
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
17
|
+
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
|