@vuetify/nightly 3.0.0-beta.4 → 3.0.0-beta.5
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 +13 -24
- package/dist/json/attributes.json +66 -122
- package/dist/json/importMap.json +121 -137
- package/dist/json/tags.json +20 -68
- package/dist/json/web-types.json +201 -482
- package/dist/vuetify.css +1672 -1536
- package/dist/vuetify.d.ts +494 -464
- package/dist/vuetify.esm.js +3835 -3452
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3834 -3451
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1027 -1012
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs +4 -0
- package/lib/blueprints/index.mjs.map +1 -0
- package/lib/blueprints/md1.mjs +63 -0
- package/lib/blueprints/md1.mjs.map +1 -0
- package/lib/blueprints/md2.mjs +60 -0
- package/lib/blueprints/md2.mjs.map +1 -0
- package/lib/blueprints/md3.mjs +74 -0
- package/lib/blueprints/md3.mjs.map +1 -0
- package/lib/components/VAlert/VAlert.mjs +7 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +2 -5
- package/lib/components/VApp/VApp.mjs +3 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +11 -12
- package/lib/components/VApp/variables.scss +6 -0
- package/lib/components/VAppBar/VAppBar.mjs +4 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -12
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +4 -3
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs +8 -7
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/_variables.scss +2 -2
- package/lib/components/VBanner/VBanner.css +7 -7
- package/lib/components/VBanner/VBanner.mjs +24 -17
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +6 -7
- package/lib/components/VBanner/VBannerActions.mjs +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.mjs +0 -2
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +4 -11
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +5 -12
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -16
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +42 -9
- package/lib/components/VBtn/VBtn.mjs +60 -29
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +36 -5
- package/lib/components/VBtn/_variables.scss +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- package/lib/components/VBtnToggle/_variables.scss +1 -0
- package/lib/components/VCard/VCard.css +78 -61
- package/lib/components/VCard/VCard.mjs +51 -65
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +71 -58
- package/lib/components/VCard/VCardActions.mjs +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +88 -0
- package/lib/components/VCard/VCardItem.mjs.map +1 -0
- package/lib/components/VCard/_variables.scss +39 -24
- package/lib/components/VCard/index.mjs +1 -5
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +5 -4
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -0
- package/lib/components/VChip/VChip.css +137 -60
- package/lib/components/VChip/VChip.mjs +74 -36
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +6 -0
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +1 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -3
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -1
- package/lib/components/VChipGroup/_variables.scss +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +16 -10
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VCombobox/VCombobox.mjs +8 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -1
- package/lib/components/VCounter/_variables.scss +2 -1
- package/lib/components/VDialog/VDialog.css +2 -5
- package/lib/components/VDialog/VDialog.mjs +24 -25
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +1 -4
- package/lib/components/VDialog/_variables.scss +0 -1
- package/lib/components/VDivider/VDivider.mjs +16 -17
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/_variables.scss +15 -10
- package/lib/components/VField/VField.mjs +17 -10
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +4 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/_variables.scss +2 -1
- package/lib/components/VForm/VForm.mjs +3 -3
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +0 -8
- package/lib/components/VIcon/VIcon.mjs +20 -21
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +0 -8
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +9 -5
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +4 -3
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLazy/VLazy.mjs +5 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +15 -17
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -7
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +13 -8
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -9
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemAvatar.mjs +4 -3
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemIcon.mjs +4 -3
- package/lib/components/VList/VListItemIcon.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -3
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +4 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.mjs +2 -2
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs +4 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/_variables.scss +1 -1
- package/lib/components/VMenu/VMenu.mjs +5 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/_variables.scss +2 -1
- package/lib/components/VNavigationDrawer/touch.mjs +5 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +10 -8
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +267 -78
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +4 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +3 -3
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +18 -14
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +5 -5
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/_variables.scss +2 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -3
- package/lib/components/VRadioGroup/_variables.scss +3 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +6 -5
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +2 -0
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +8 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -5
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/_variables.scss +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +1 -5
- package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
- package/lib/components/VSheet/VSheet.mjs +3 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/_variables.scss +3 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +47 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +4 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/_variables.scss +0 -5
- package/lib/components/VSlideGroup/index.mjs +2 -2
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +7 -9
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +11 -10
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +4 -4
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +45 -49
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +2 -0
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -12
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/_variables.scss +2 -1
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTabs/VTab.mjs +4 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +9 -7
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/_variables.scss +3 -1
- package/lib/components/VTextField/VTextField.mjs +5 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +4 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/_variables.scss +1 -0
- package/lib/components/VTimeline/VTimeline.mjs +24 -25
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +3 -2
- package/lib/components/VTimeline/VTimelineDivider.mjs +41 -38
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +10 -11
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_variables.scss +11 -6
- package/lib/components/VToolbar/VToolbar.css +15 -6
- package/lib/components/VToolbar/VToolbar.mjs +9 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +15 -6
- package/lib/components/VToolbar/VToolbarItems.mjs +12 -8
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +6 -2
- package/lib/components/VTooltip/VTooltip.mjs +37 -38
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/VWindow/VWindow.mjs +4 -4
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +10 -9
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/index.d.ts +486 -445
- package/lib/components/transitions/dialog-transition.mjs +3 -0
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/location.mjs +4 -8
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/size.mjs +2 -2
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +2 -0
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +7 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +42 -43
- package/lib/util/anchor.mjs +34 -28
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs +2 -2
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/helpers.mjs +9 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +6 -8
- package/lib/components/VBanner/VBannerAvatar.mjs +0 -20
- package/lib/components/VBanner/VBannerAvatar.mjs.map +0 -1
- package/lib/components/VBanner/VBannerIcon.mjs +0 -20
- package/lib/components/VBanner/VBannerIcon.mjs.map +0 -1
- package/lib/components/VBreadcrumbs/shared.mjs +0 -2
- package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
- package/lib/components/VCard/VCardAvatar.mjs +0 -3
- package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
- package/lib/components/VCard/VCardContent.mjs +0 -3
- package/lib/components/VCard/VCardContent.mjs.map +0 -1
- package/lib/components/VCard/VCardHeader.mjs +0 -3
- package/lib/components/VCard/VCardHeader.mjs.map +0 -1
- package/lib/components/VCard/VCardHeaderText.mjs +0 -3
- package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
- package/lib/components/VCard/VCardImg.mjs +0 -3
- package/lib/components/VCard/VCardImg.mjs.map +0 -1
- package/lib/components/VTimeline/shared.mjs +0 -2
- package/lib/components/VTimeline/shared.mjs.map +0 -1
- package/lib/presets/default/index.mjs +0 -71
- package/lib/presets/default/index.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +1,27 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.5...v) (2022-07-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.0.0-beta.
|
|
5
|
+
# [3.0.0-beta.5](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2022-07-01)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **
|
|
12
|
-
*
|
|
13
|
-
* **
|
|
14
|
-
* **
|
|
15
|
-
* **
|
|
16
|
-
*
|
|
17
|
-
* **
|
|
18
|
-
* generate consistent ids ([#15189](https://github.com/vuetifyjs/vuetify/issues/15189)) ([01d5e1e](https://github.com/vuetifyjs/vuetify/commit/01d5e1eead0a7c75a27bf08aa1721360cd5803d4))
|
|
19
|
-
* more lenient peer dependency ([197e776](https://github.com/vuetifyjs/vuetify/commit/197e7764f05f0ad8b7629dad7ce3d1aea3b140b9))
|
|
20
|
-
* **VListGroup:** prevent initial transition ([ca29cae](https://github.com/vuetifyjs/vuetify/commit/ca29cae07aaa29337d6ab55b1874b05d0ff89306))
|
|
21
|
-
* **VNavigationDrawer:** prevent initial transition ([e56de52](https://github.com/vuetifyjs/vuetify/commit/e56de52c89b86fac42bc5a23ae60c94c68865d99))
|
|
22
|
-
* **VWindow:** prevent initial transition ([8fa1a51](https://github.com/vuetifyjs/vuetify/commit/8fa1a51ae7731999ad932e3cd312a7e118e7a14f))
|
|
10
|
+
* **border:** only apply <name>--border class when true or '' ([baa4a9b](https://github.com/vuetifyjs/vuetify/commit/baa4a9b921e15003b1f5b75f2703d711a676cea9))
|
|
11
|
+
* **validation:** set input to invalid using error/errorMessages ([#15269](https://github.com/vuetifyjs/vuetify/issues/15269)) ([2d91603](https://github.com/vuetifyjs/vuetify/commit/2d9160325e619442ac5caf22c51c1846d057166a)), closes [#15209](https://github.com/vuetifyjs/vuetify/issues/15209)
|
|
12
|
+
* **VChipGroup:** [@import](https://github.com/import) -> [@use](https://github.com/use) ([d0ccb81](https://github.com/vuetifyjs/vuetify/commit/d0ccb81490a79cdf2b906bf8785afd3907ac2fb5))
|
|
13
|
+
* **VSlideGroup:** add key to prevent unnecessary unmount ([#15267](https://github.com/vuetifyjs/vuetify/issues/15267)) ([6ad0dc1](https://github.com/vuetifyjs/vuetify/commit/6ad0dc1cfac915891f9bcddc58fe384e723e4970))
|
|
14
|
+
* **VSlideGroup:** debounce size updates, scroll to active item on resize ([6682129](https://github.com/vuetifyjs/vuetify/commit/668212969812477880c8fd9810d5becee5fa7d58))
|
|
15
|
+
* **VToolbar:** v-btn location in and outside of prepend/append elements ([#15350](https://github.com/vuetifyjs/vuetify/issues/15350)) ([1335939](https://github.com/vuetifyjs/vuetify/commit/1335939b5df317f7b12213d3c215cfcae235fa0f))
|
|
16
|
+
* add keys to conditional elements ([afc3893](https://github.com/vuetifyjs/vuetify/commit/afc3893de1217bf6b0438d8e450725e43a45bbd8))
|
|
17
|
+
* **VToolbar:** extend full available width in flex elements ([ecdfcab](https://github.com/vuetifyjs/vuetify/commit/ecdfcab9d6ca73d498147f48fbdfe1aabedb9a11))
|
|
23
18
|
|
|
24
19
|
|
|
25
20
|
### Features
|
|
26
21
|
|
|
27
|
-
*
|
|
28
|
-
* **
|
|
29
|
-
*
|
|
30
|
-
* **VBtn:** add loading prop ([#15132](https://github.com/vuetifyjs/vuetify/issues/15132)) ([a0f88fd](https://github.com/vuetifyjs/vuetify/commit/a0f88fd62062c9d76f8b948a1f96654beec41617)), closes [#15056](https://github.com/vuetifyjs/vuetify/issues/15056)
|
|
31
|
-
* **VCheckboxBtn:** create new component ([#15081](https://github.com/vuetifyjs/vuetify/issues/15081)) ([fb1523d](https://github.com/vuetifyjs/vuetify/commit/fb1523d622ad5f71e5a4b3112e46476214e493a8))
|
|
32
|
-
* **VForm:** rename errorMessages to errors ([#15190](https://github.com/vuetifyjs/vuetify/issues/15190)) ([c5dfa97](https://github.com/vuetifyjs/vuetify/commit/c5dfa97cd03de4c724f03346dbe822ca6631c621))
|
|
33
|
-
* **VSelect:** expose menu model ([2185fe7](https://github.com/vuetifyjs/vuetify/commit/2185fe7ef5d47e7b35884e4a184567c103211daa))
|
|
34
|
-
* **VSelect:** implement item slot ([9537787](https://github.com/vuetifyjs/vuetify/commit/9537787f2a1abd529ebb1cb0fdd449a70fcf4966))
|
|
35
|
-
* specify required webpack/vite plugin versions ([4f168f3](https://github.com/vuetifyjs/vuetify/commit/4f168f3c94f501e626faa5ce3c94a140e0957b15))
|
|
22
|
+
* **framework:** add new blueprint global options ([#15177](https://github.com/vuetifyjs/vuetify/issues/15177)) ([61ff03a](https://github.com/vuetifyjs/vuetify/commit/61ff03a73391ccc1a7133677d090c6185659cfd0))
|
|
23
|
+
* **VMenu:** rewrite location strategy ([2468bcd](https://github.com/vuetifyjs/vuetify/commit/2468bcdff7f19bd22f2b6738ec1737145d08245b)), closes [#5870](https://github.com/vuetifyjs/vuetify/issues/5870) [#9486](https://github.com/vuetifyjs/vuetify/issues/9486) [#14451](https://github.com/vuetifyjs/vuetify/issues/14451) [#15347](https://github.com/vuetifyjs/vuetify/issues/15347) [#15353](https://github.com/vuetifyjs/vuetify/issues/15353)
|
|
24
|
+
* rename camelCase slots to kebab-case ([911e4f5](https://github.com/vuetifyjs/vuetify/commit/911e4f52b103143deeacf2556754c0549fb70f98))
|
|
36
25
|
|
|
37
26
|
|
|
38
27
|
|
|
@@ -511,78 +511,6 @@
|
|
|
511
511
|
"type": "any",
|
|
512
512
|
"description": ""
|
|
513
513
|
},
|
|
514
|
-
"v-banner-avatar/color": {
|
|
515
|
-
"type": "string",
|
|
516
|
-
"description": ""
|
|
517
|
-
},
|
|
518
|
-
"v-banner-avatar/start": {
|
|
519
|
-
"type": "boolean",
|
|
520
|
-
"description": ""
|
|
521
|
-
},
|
|
522
|
-
"v-banner-avatar/end": {
|
|
523
|
-
"type": "boolean",
|
|
524
|
-
"description": ""
|
|
525
|
-
},
|
|
526
|
-
"v-banner-avatar/icon": {
|
|
527
|
-
"type": "string|function|object",
|
|
528
|
-
"description": ""
|
|
529
|
-
},
|
|
530
|
-
"v-banner-avatar/image": {
|
|
531
|
-
"type": "string",
|
|
532
|
-
"description": ""
|
|
533
|
-
},
|
|
534
|
-
"v-banner-avatar/density": {
|
|
535
|
-
"type": "string",
|
|
536
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
537
|
-
},
|
|
538
|
-
"v-banner-avatar/rounded": {
|
|
539
|
-
"type": "boolean|number|string",
|
|
540
|
-
"description": ""
|
|
541
|
-
},
|
|
542
|
-
"v-banner-avatar/size": {
|
|
543
|
-
"type": "string|number",
|
|
544
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
545
|
-
},
|
|
546
|
-
"v-banner-avatar/tag": {
|
|
547
|
-
"type": "string",
|
|
548
|
-
"description": "Specify a custom tag used on the root element."
|
|
549
|
-
},
|
|
550
|
-
"v-banner-icon/color": {
|
|
551
|
-
"type": "string",
|
|
552
|
-
"description": ""
|
|
553
|
-
},
|
|
554
|
-
"v-banner-icon/start": {
|
|
555
|
-
"type": "boolean",
|
|
556
|
-
"description": ""
|
|
557
|
-
},
|
|
558
|
-
"v-banner-icon/end": {
|
|
559
|
-
"type": "boolean",
|
|
560
|
-
"description": ""
|
|
561
|
-
},
|
|
562
|
-
"v-banner-icon/icon": {
|
|
563
|
-
"type": "string|function|object",
|
|
564
|
-
"description": ""
|
|
565
|
-
},
|
|
566
|
-
"v-banner-icon/image": {
|
|
567
|
-
"type": "string",
|
|
568
|
-
"description": ""
|
|
569
|
-
},
|
|
570
|
-
"v-banner-icon/density": {
|
|
571
|
-
"type": "string",
|
|
572
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
573
|
-
},
|
|
574
|
-
"v-banner-icon/rounded": {
|
|
575
|
-
"type": "boolean|number|string",
|
|
576
|
-
"description": ""
|
|
577
|
-
},
|
|
578
|
-
"v-banner-icon/size": {
|
|
579
|
-
"type": "string|number",
|
|
580
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
581
|
-
},
|
|
582
|
-
"v-banner-icon/tag": {
|
|
583
|
-
"type": "string",
|
|
584
|
-
"description": "Specify a custom tag used on the root element."
|
|
585
|
-
},
|
|
586
514
|
"v-banner-text/tag": {
|
|
587
515
|
"type": "string",
|
|
588
516
|
"description": ""
|
|
@@ -731,7 +659,7 @@
|
|
|
731
659
|
"type": "any",
|
|
732
660
|
"description": ""
|
|
733
661
|
},
|
|
734
|
-
"v-breadcrumbs-item/
|
|
662
|
+
"v-breadcrumbs-item/title": {
|
|
735
663
|
"type": "any",
|
|
736
664
|
"description": ""
|
|
737
665
|
},
|
|
@@ -787,10 +715,6 @@
|
|
|
787
715
|
"type": "any",
|
|
788
716
|
"description": "Displays the button as a flex-column."
|
|
789
717
|
},
|
|
790
|
-
"v-btn/loading": {
|
|
791
|
-
"type": "any",
|
|
792
|
-
"description": ""
|
|
793
|
-
},
|
|
794
718
|
"v-btn/ripple": {
|
|
795
719
|
"type": "boolean",
|
|
796
720
|
"description": ""
|
|
@@ -847,6 +771,10 @@
|
|
|
847
771
|
"type": "string",
|
|
848
772
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
849
773
|
},
|
|
774
|
+
"v-btn/loading": {
|
|
775
|
+
"type": "boolean",
|
|
776
|
+
"description": ""
|
|
777
|
+
},
|
|
850
778
|
"v-btn/location": {
|
|
851
779
|
"type": "string",
|
|
852
780
|
"description": ""
|
|
@@ -1039,6 +967,10 @@
|
|
|
1039
967
|
"type": "number|string",
|
|
1040
968
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1041
969
|
},
|
|
970
|
+
"v-card/loading": {
|
|
971
|
+
"type": "boolean",
|
|
972
|
+
"description": ""
|
|
973
|
+
},
|
|
1042
974
|
"v-card/location": {
|
|
1043
975
|
"type": "string",
|
|
1044
976
|
"description": ""
|
|
@@ -1075,26 +1007,34 @@
|
|
|
1075
1007
|
"type": "string",
|
|
1076
1008
|
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1077
1009
|
},
|
|
1078
|
-
"v-card-avatar
|
|
1079
|
-
"type": "
|
|
1010
|
+
"v-card-item/append-avatar": {
|
|
1011
|
+
"type": "any",
|
|
1080
1012
|
"description": ""
|
|
1081
1013
|
},
|
|
1082
|
-
"v-card-
|
|
1083
|
-
"type": "
|
|
1014
|
+
"v-card-item/append-icon": {
|
|
1015
|
+
"type": "any",
|
|
1084
1016
|
"description": ""
|
|
1085
1017
|
},
|
|
1086
|
-
"v-card-
|
|
1087
|
-
"type": "
|
|
1018
|
+
"v-card-item/prepend-avatar": {
|
|
1019
|
+
"type": "any",
|
|
1088
1020
|
"description": ""
|
|
1089
1021
|
},
|
|
1090
|
-
"v-card-
|
|
1091
|
-
"type": "
|
|
1022
|
+
"v-card-item/prepend-icon": {
|
|
1023
|
+
"type": "any",
|
|
1092
1024
|
"description": ""
|
|
1093
1025
|
},
|
|
1094
|
-
"v-card-
|
|
1095
|
-
"type": "
|
|
1026
|
+
"v-card-item/subtitle": {
|
|
1027
|
+
"type": "any",
|
|
1096
1028
|
"description": ""
|
|
1097
1029
|
},
|
|
1030
|
+
"v-card-item/title": {
|
|
1031
|
+
"type": "any",
|
|
1032
|
+
"description": ""
|
|
1033
|
+
},
|
|
1034
|
+
"v-card-item/density": {
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1037
|
+
},
|
|
1098
1038
|
"v-card-subtitle/tag": {
|
|
1099
1039
|
"type": "string",
|
|
1100
1040
|
"description": ""
|
|
@@ -2823,23 +2763,27 @@
|
|
|
2823
2763
|
"type": "string",
|
|
2824
2764
|
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2825
2765
|
},
|
|
2826
|
-
"v-list-
|
|
2766
|
+
"v-list-group/active-color": {
|
|
2827
2767
|
"type": "any",
|
|
2828
2768
|
"description": ""
|
|
2829
2769
|
},
|
|
2830
|
-
"v-list-
|
|
2770
|
+
"v-list-group/color": {
|
|
2831
2771
|
"type": "any",
|
|
2832
2772
|
"description": ""
|
|
2833
2773
|
},
|
|
2834
|
-
"v-list-
|
|
2835
|
-
"type": "
|
|
2774
|
+
"v-list-group/collapse-icon": {
|
|
2775
|
+
"type": "string|function|object",
|
|
2836
2776
|
"description": ""
|
|
2837
2777
|
},
|
|
2838
|
-
"v-list-
|
|
2839
|
-
"type": "
|
|
2778
|
+
"v-list-group/expand-icon": {
|
|
2779
|
+
"type": "string|function|object",
|
|
2840
2780
|
"description": ""
|
|
2841
2781
|
},
|
|
2842
|
-
"v-list-
|
|
2782
|
+
"v-list-group/value": {
|
|
2783
|
+
"type": "any",
|
|
2784
|
+
"description": "Expands / Collapse the list-group"
|
|
2785
|
+
},
|
|
2786
|
+
"v-list-group/tag": {
|
|
2843
2787
|
"type": "string",
|
|
2844
2788
|
"description": "Specify a custom tag used on the root element."
|
|
2845
2789
|
},
|
|
@@ -3071,27 +3015,23 @@
|
|
|
3071
3015
|
"type": "string",
|
|
3072
3016
|
"description": ""
|
|
3073
3017
|
},
|
|
3074
|
-
"v-list-
|
|
3018
|
+
"v-list-subheader/color": {
|
|
3075
3019
|
"type": "any",
|
|
3076
3020
|
"description": ""
|
|
3077
3021
|
},
|
|
3078
|
-
"v-list-
|
|
3022
|
+
"v-list-subheader/inset": {
|
|
3079
3023
|
"type": "any",
|
|
3080
3024
|
"description": ""
|
|
3081
3025
|
},
|
|
3082
|
-
"v-list-
|
|
3083
|
-
"type": "
|
|
3084
|
-
"description": ""
|
|
3085
|
-
},
|
|
3086
|
-
"v-list-group/expand-icon": {
|
|
3087
|
-
"type": "string|function|object",
|
|
3026
|
+
"v-list-subheader/sticky": {
|
|
3027
|
+
"type": "any",
|
|
3088
3028
|
"description": ""
|
|
3089
3029
|
},
|
|
3090
|
-
"v-list-
|
|
3030
|
+
"v-list-subheader/title": {
|
|
3091
3031
|
"type": "any",
|
|
3092
|
-
"description": "
|
|
3032
|
+
"description": ""
|
|
3093
3033
|
},
|
|
3094
|
-
"v-list-
|
|
3034
|
+
"v-list-subheader/tag": {
|
|
3095
3035
|
"type": "string",
|
|
3096
3036
|
"description": "Specify a custom tag used on the root element."
|
|
3097
3037
|
},
|
|
@@ -3319,6 +3259,10 @@
|
|
|
3319
3259
|
"type": "number|string",
|
|
3320
3260
|
"description": "Sets the width for the component."
|
|
3321
3261
|
},
|
|
3262
|
+
"v-overlay/eager": {
|
|
3263
|
+
"type": "boolean",
|
|
3264
|
+
"description": ""
|
|
3265
|
+
},
|
|
3322
3266
|
"v-overlay/location-strategy": {
|
|
3323
3267
|
"type": "string|function",
|
|
3324
3268
|
"description": ""
|
|
@@ -3332,7 +3276,7 @@
|
|
|
3332
3276
|
"description": ""
|
|
3333
3277
|
},
|
|
3334
3278
|
"v-overlay/offset": {
|
|
3335
|
-
"type": "number|string",
|
|
3279
|
+
"type": "number|string|array",
|
|
3336
3280
|
"description": ""
|
|
3337
3281
|
},
|
|
3338
3282
|
"v-overlay/scroll-strategy": {
|
|
@@ -3347,10 +3291,6 @@
|
|
|
3347
3291
|
"type": "boolean|string|object",
|
|
3348
3292
|
"description": ""
|
|
3349
3293
|
},
|
|
3350
|
-
"v-overlay/eager": {
|
|
3351
|
-
"type": "boolean",
|
|
3352
|
-
"description": ""
|
|
3353
|
-
},
|
|
3354
3294
|
"v-pagination/start": {
|
|
3355
3295
|
"type": "number|string",
|
|
3356
3296
|
"description": "Specify the starting page"
|
|
@@ -3423,10 +3363,6 @@
|
|
|
3423
3363
|
"type": "any",
|
|
3424
3364
|
"description": "Show buttons for going to first and last page"
|
|
3425
3365
|
},
|
|
3426
|
-
"v-pagination/rounded": {
|
|
3427
|
-
"type": "boolean|number|string",
|
|
3428
|
-
"description": ""
|
|
3429
|
-
},
|
|
3430
3366
|
"v-pagination/border": {
|
|
3431
3367
|
"type": "boolean|number|string",
|
|
3432
3368
|
"description": "Applies border styles to component."
|
|
@@ -3439,6 +3375,10 @@
|
|
|
3439
3375
|
"type": "number|string",
|
|
3440
3376
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3441
3377
|
},
|
|
3378
|
+
"v-pagination/rounded": {
|
|
3379
|
+
"type": "boolean|number|string",
|
|
3380
|
+
"description": ""
|
|
3381
|
+
},
|
|
3442
3382
|
"v-pagination/size": {
|
|
3443
3383
|
"type": "string|number",
|
|
3444
3384
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
@@ -4771,14 +4711,14 @@
|
|
|
4771
4711
|
"type": "string",
|
|
4772
4712
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
4773
4713
|
},
|
|
4774
|
-
"v-table/theme": {
|
|
4775
|
-
"type": "string",
|
|
4776
|
-
"description": "Specify a theme for this component and all of its children"
|
|
4777
|
-
},
|
|
4778
4714
|
"v-table/tag": {
|
|
4779
4715
|
"type": "string",
|
|
4780
4716
|
"description": "Specify a custom tag used on the root element."
|
|
4781
4717
|
},
|
|
4718
|
+
"v-table/theme": {
|
|
4719
|
+
"type": "string",
|
|
4720
|
+
"description": "Specify a theme for this component and all of its children"
|
|
4721
|
+
},
|
|
4782
4722
|
"v-textarea/auto-grow": {
|
|
4783
4723
|
"type": "any",
|
|
4784
4724
|
"description": "Automatically grow the textarea depending on amount of text"
|
|
@@ -5179,6 +5119,10 @@
|
|
|
5179
5119
|
"type": "string",
|
|
5180
5120
|
"description": "Specify a theme for this component and all of its children"
|
|
5181
5121
|
},
|
|
5122
|
+
"v-timeline-item/density": {
|
|
5123
|
+
"type": "any",
|
|
5124
|
+
"description": ""
|
|
5125
|
+
},
|
|
5182
5126
|
"v-timeline-item/dot-color": {
|
|
5183
5127
|
"type": "any",
|
|
5184
5128
|
"description": ""
|
|
@@ -5443,10 +5387,6 @@
|
|
|
5443
5387
|
"type": "boolean|string",
|
|
5444
5388
|
"description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
5445
5389
|
},
|
|
5446
|
-
"v-window-item/eager": {
|
|
5447
|
-
"type": "boolean",
|
|
5448
|
-
"description": ""
|
|
5449
|
-
},
|
|
5450
5390
|
"v-window-item/value": {
|
|
5451
5391
|
"type": "any",
|
|
5452
5392
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -5458,5 +5398,9 @@
|
|
|
5458
5398
|
"v-window-item/selected-class": {
|
|
5459
5399
|
"type": "string",
|
|
5460
5400
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
5401
|
+
},
|
|
5402
|
+
"v-window-item/eager": {
|
|
5403
|
+
"type": "boolean",
|
|
5404
|
+
"description": ""
|
|
5461
5405
|
}
|
|
5462
5406
|
}
|