@vuetify/nightly 3.5.7-master.2024-03-05 → 3.5.8-dev.2024-03-09
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 -7
- package/dist/json/attributes.json +229 -77
- package/dist/json/importMap-labs.json +12 -8
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +43 -0
- package/dist/json/web-types.json +537 -142
- package/dist/vuetify-labs.css +3149 -3125
- package/dist/vuetify-labs.d.ts +766 -147
- package/dist/vuetify-labs.esm.js +164 -76
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +163 -75
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +897 -881
- package/dist/vuetify.d.ts +241 -184
- package/dist/vuetify.esm.js +115 -74
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +114 -73
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +929 -925
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +5 -2
- package/lib/blueprints/md1.d.mts +5 -2
- package/lib/blueprints/md2.d.mts +5 -2
- package/lib/blueprints/md3.d.mts +5 -2
- package/lib/components/VApp/VApp.mjs +5 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +2 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +3 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLayout/VLayout.mjs +5 -2
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +6 -4
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VMain/VMain.mjs +3 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +147 -119
- package/lib/components/index.d.mts +186 -140
- package/lib/components/transitions/createTransition.mjs +4 -2
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +18 -0
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +39 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/layout.mjs +14 -37
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- 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 +55 -44
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VFab/VFab.css +1 -1
- package/lib/labs/VFab/VFab.sass +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +637 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/styles/main.css +16 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/util/helpers.mjs +11 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.8-dev.2024-03-09...v) (2024-03-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.
|
|
5
|
+
## [3.5.8-dev.2024-03-09](https://github.com/vuetifyjs/vuetify/compare/v3.5.8...v3.5.8-dev.2024-03-09) (2024-03-09)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **VAutocomplete/VCombobox:** input always absolute position when not using selection slot/chips ([#19316](https://github.com/vuetifyjs/vuetify/issues/19316)) ([d3bafd8](https://github.com/vuetifyjs/vuetify/commit/d3bafd88b095bfea3461c644b23bbd4f8bb48dde))
|
|
12
|
-
* **VCombobox:** don't update v-model when it already contains the search text in single selection mode ([#19331](https://github.com/vuetifyjs/vuetify/issues/19331)) ([9a816bf](https://github.com/vuetifyjs/vuetify/commit/9a816bf7613701aef51afdb9e7dbd1f04aeefe80))
|
|
13
|
-
* **VSwitch:** remove elevation with flat props ([#19324](https://github.com/vuetifyjs/vuetify/issues/19324)) ([1b4b0ce](https://github.com/vuetifyjs/vuetify/commit/1b4b0ceb1dafd46397f25f029be7ace202874579)), closes [#19307](https://github.com/vuetifyjs/vuetify/issues/19307)
|
|
10
|
+
* **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
### Features
|
|
17
14
|
|
|
18
|
-
* **
|
|
15
|
+
* **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
|
|
16
|
+
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
17
|
+
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
18
|
+
* **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
|
|
19
|
+
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
20
|
+
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
21
|
+
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
19
22
|
|
|
20
23
|
|
|
21
24
|
|