@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.6
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 +43 -2
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +261 -205
- package/dist/json/importMap.json +175 -219
- package/dist/json/tags.json +74 -104
- package/dist/json/web-types.json +880 -835
- package/dist/vuetify.css +597 -407
- package/dist/vuetify.d.ts +6770 -2144
- package/dist/vuetify.esm.js +9075 -8454
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9074 -8453
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1040
- 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.css +5 -5
- package/lib/components/VAlert/VAlert.mjs +8 -2
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +0 -2
- 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/VAppBar.sass +0 -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 +54 -21
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -2
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VBadge/VBadge.mjs +8 -7
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +0 -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 -8
- 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 -13
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +30 -19
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +2 -1
- package/lib/components/VBtn/VBtn.css +72 -15
- package/lib/components/VBtn/VBtn.mjs +70 -27
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +70 -13
- package/lib/components/VBtn/_variables.scss +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VBtnToggle/_variables.scss +1 -0
- package/lib/components/VCard/VCard.css +86 -69
- package/lib/components/VCard/VCard.mjs +52 -66
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +74 -62
- 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 +40 -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/VCarousel.sass +0 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +142 -65
- package/lib/components/VChip/VChip.mjs +77 -38
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +6 -1
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +1 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
- 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/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_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/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VCombobox/VCombobox.mjs +52 -36
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -2
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -2
- package/lib/components/VCounter/_variables.scss +2 -1
- package/lib/components/VDialog/VDialog.css +2 -5
- package/lib/components/VDialog/VDialog.mjs +25 -25
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +1 -5
- 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/VDivider.sass +0 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +9 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -7
- 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.css +11 -11
- package/lib/components/VField/VField.mjs +19 -12
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +8 -10
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VFileInput/VFileInput.css +3 -3
- package/lib/components/VFileInput/VFileInput.mjs +12 -7
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -4
- package/lib/components/VFooter/VFooter.mjs +4 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +0 -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 -9
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VInput/VInput.mjs +13 -9
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +0 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -0
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VLabel/VLabel.mjs +4 -3
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +0 -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.css +2 -2
- package/lib/components/VList/VList.mjs +16 -18
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -2
- package/lib/components/VList/VListChildren.mjs +7 -6
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +45 -31
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +84 -58
- package/lib/components/VList/VListItem.mjs +78 -45
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +68 -40
- package/lib/components/VList/VListItemAction.mjs +8 -9
- package/lib/components/VList/VListItemAction.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/_variables.scss +11 -5
- package/lib/components/VList/index.mjs +2 -5
- 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/VMain.sass +0 -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/VMenu/VMenu.sass +0 -1
- package/lib/components/VMessages/VMessages.mjs +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +10 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -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/VOverlay.sass +0 -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 +41 -23
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +0 -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/VProgressCircular.sass +0 -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/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +6 -3
- 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 -1
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +61 -22
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -2
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +12 -10
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +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 -6
- 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/VSheet.sass +0 -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/VSlideGroup.sass +0 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +7 -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/VSlider.sass +0 -2
- package/lib/components/VSlider/VSliderThumb.mjs +6 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +0 -2
- package/lib/components/VSlider/VSliderTrack.mjs +11 -10
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +0 -2
- package/lib/components/VSlider/slider.mjs +4 -4
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -5
- package/lib/components/VSnackbar/VSnackbar.mjs +49 -49
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +0 -1
- package/lib/components/VSnackbar/_variables.scss +2 -0
- package/lib/components/VSwitch/VSwitch.css +7 -0
- package/lib/components/VSwitch/VSwitch.mjs +8 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -1
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.mjs +5 -13
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -1
- package/lib/components/VSystemBar/_variables.scss +2 -1
- package/lib/components/VTable/VTable.css +1 -0
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTabs/VTab.css +3 -1
- package/lib/components/VTabs/VTab.mjs +4 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +4 -2
- package/lib/components/VTabs/VTabs.mjs +15 -12
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +0 -1
- package/lib/components/VTabs/_variables.scss +2 -0
- package/lib/components/VTextField/VTextField.mjs +25 -13
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +0 -1
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +22 -12
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +0 -2
- 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 -3
- 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 -7
- 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 +41 -39
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -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/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +21 -11
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/index.d.ts +7316 -2666
- package/lib/components/transitions/dialog-transition.mjs +3 -0
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs +0 -5
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -11
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +6 -6
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/items.mjs +2 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/location.mjs +4 -8
- package/lib/composables/location.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/size.mjs +2 -2
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +7 -7
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +15 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +15 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +7 -5
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +29 -7
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +68 -70
- package/lib/styles/generic/_transitions.scss +13 -77
- package/lib/styles/main.css +44 -58
- package/lib/styles/tools/_variant.sass +6 -6
- 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/getCurrentInstance.mjs +19 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +21 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +16 -10
- 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/VList/VListItemAvatar.mjs +0 -23
- package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
- package/lib/components/VList/VListItemHeader.mjs +0 -3
- package/lib/components/VList/VListItemHeader.mjs.map +0 -1
- package/lib/components/VList/VListItemIcon.mjs +0 -23
- package/lib/components/VList/VListItemIcon.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/lib/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ declare type DeepPartial<T> = T extends object ? {
|
|
|
4
4
|
[P in keyof T]?: DeepPartial<T[P]>;
|
|
5
5
|
} : T;
|
|
6
6
|
declare type ThemeOptions = false | {
|
|
7
|
+
cspNonce?: string;
|
|
7
8
|
defaultTheme?: string;
|
|
8
9
|
variations?: false | VariationsOptions;
|
|
9
10
|
themes?: Record<string, ThemeDefinition>;
|
|
@@ -43,13 +44,17 @@ interface OnColors {
|
|
|
43
44
|
'on-info': string;
|
|
44
45
|
}
|
|
45
46
|
interface ThemeInstance {
|
|
46
|
-
isDisabled: boolean;
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
readonly isDisabled: boolean;
|
|
48
|
+
readonly themes: Ref<Record<string, InternalThemeDefinition>>;
|
|
49
|
+
readonly name: Readonly<Ref<string>>;
|
|
49
50
|
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
|
50
51
|
readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
|
|
51
|
-
themeClasses: Readonly<Ref<string | undefined>>;
|
|
52
|
-
styles: Readonly<Ref<string>>;
|
|
52
|
+
readonly themeClasses: Readonly<Ref<string | undefined>>;
|
|
53
|
+
readonly styles: Readonly<Ref<string>>;
|
|
54
|
+
readonly global: {
|
|
55
|
+
readonly name: Ref<string>;
|
|
56
|
+
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
|
57
|
+
};
|
|
53
58
|
}
|
|
54
59
|
declare function useTheme(): ThemeInstance;
|
|
55
60
|
|
|
@@ -239,18 +244,20 @@ interface LayoutProvide {
|
|
|
239
244
|
}
|
|
240
245
|
declare function useLayout(): LayoutProvide;
|
|
241
246
|
|
|
242
|
-
interface
|
|
247
|
+
interface FieldValidationResult {
|
|
243
248
|
id: number | string;
|
|
244
249
|
errorMessages: string[];
|
|
245
250
|
}
|
|
246
|
-
interface
|
|
251
|
+
interface FormValidationResult {
|
|
247
252
|
valid: boolean;
|
|
248
|
-
|
|
249
|
-
}
|
|
253
|
+
errors: FieldValidationResult[];
|
|
254
|
+
}
|
|
255
|
+
interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult> {
|
|
250
256
|
}
|
|
251
257
|
|
|
252
258
|
interface VuetifyOptions {
|
|
253
259
|
aliases?: Record<string, any>;
|
|
260
|
+
blueprint?: Blueprint;
|
|
254
261
|
components?: Record<string, any>;
|
|
255
262
|
directives?: Record<string, any>;
|
|
256
263
|
defaults?: DefaultsOptions;
|
|
@@ -259,11 +266,13 @@ interface VuetifyOptions {
|
|
|
259
266
|
icons?: IconOptions;
|
|
260
267
|
locale?: (LocaleOptions & RtlOptions) | (LocaleAdapter & RtlOptions);
|
|
261
268
|
}
|
|
262
|
-
|
|
269
|
+
interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {
|
|
270
|
+
}
|
|
271
|
+
declare const createVuetify: (vuetify?: VuetifyOptions) => {
|
|
263
272
|
install: (app: App) => void;
|
|
264
273
|
};
|
|
265
274
|
|
|
266
|
-
export { DefaultsInstance, DisplayBreakpoint, DisplayInstance, DisplayThresholds, IconAliases, IconOptions, IconProps, IconSet, LocaleAdapter, RtlInstance, SubmitEventPromise, ThemeDefinition, ThemeInstance, VuetifyOptions, createVuetify, provideRtl, useDisplay, useLayout, useRtl, useTheme };
|
|
275
|
+
export { Blueprint, DefaultsInstance, DisplayBreakpoint, DisplayInstance, DisplayThresholds, IconAliases, IconOptions, IconProps, IconSet, LocaleAdapter, RtlInstance, SubmitEventPromise, ThemeDefinition, ThemeInstance, VuetifyOptions, createVuetify, provideRtl, useDisplay, useLayout, useRtl, useTheme };
|
|
267
276
|
|
|
268
277
|
import type { ComponentPublicInstance, FunctionalComponent, VNodeChild } from 'vue'
|
|
269
278
|
|
|
@@ -305,9 +314,43 @@ declare module '@vue/runtime-core' {
|
|
|
305
314
|
|
|
306
315
|
export interface GlobalComponents {
|
|
307
316
|
VApp: typeof import('vuetify/components')['VApp']
|
|
317
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
318
|
+
VContainer: typeof import('vuetify/components')['VContainer']
|
|
319
|
+
VCol: typeof import('vuetify/components')['VCol']
|
|
320
|
+
VRow: typeof import('vuetify/components')['VRow']
|
|
321
|
+
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
322
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
323
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
324
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
325
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
326
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
327
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
328
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
329
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
330
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
331
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
332
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
333
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
334
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
308
335
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
309
336
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
310
337
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
338
|
+
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
339
|
+
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
340
|
+
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
341
|
+
VFadeTransition: typeof import('vuetify/components')['VFadeTransition']
|
|
342
|
+
VScaleTransition: typeof import('vuetify/components')['VScaleTransition']
|
|
343
|
+
VScrollXTransition: typeof import('vuetify/components')['VScrollXTransition']
|
|
344
|
+
VScrollXReverseTransition: typeof import('vuetify/components')['VScrollXReverseTransition']
|
|
345
|
+
VScrollYTransition: typeof import('vuetify/components')['VScrollYTransition']
|
|
346
|
+
VScrollYReverseTransition: typeof import('vuetify/components')['VScrollYReverseTransition']
|
|
347
|
+
VSlideXTransition: typeof import('vuetify/components')['VSlideXTransition']
|
|
348
|
+
VSlideXReverseTransition: typeof import('vuetify/components')['VSlideXReverseTransition']
|
|
349
|
+
VSlideYTransition: typeof import('vuetify/components')['VSlideYTransition']
|
|
350
|
+
VSlideYReverseTransition: typeof import('vuetify/components')['VSlideYReverseTransition']
|
|
351
|
+
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
352
|
+
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
353
|
+
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
311
354
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
312
355
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
313
356
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
@@ -315,36 +358,30 @@ declare module '@vue/runtime-core' {
|
|
|
315
358
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
316
359
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
317
360
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
318
|
-
VBannerAvatar: typeof import('vuetify/components')['VBannerAvatar']
|
|
319
|
-
VBannerIcon: typeof import('vuetify/components')['VBannerIcon']
|
|
320
361
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
321
362
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
322
363
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
323
364
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
324
365
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
325
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
326
366
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
367
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
327
368
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
328
369
|
VCard: typeof import('vuetify/components')['VCard']
|
|
329
370
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
330
|
-
|
|
331
|
-
VCardContent: typeof import('vuetify/components')['VCardContent']
|
|
332
|
-
VCardHeader: typeof import('vuetify/components')['VCardHeader']
|
|
333
|
-
VCardHeaderText: typeof import('vuetify/components')['VCardHeaderText']
|
|
334
|
-
VCardImg: typeof import('vuetify/components')['VCardImg']
|
|
371
|
+
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
335
372
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
336
373
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
337
374
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
338
375
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
339
376
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
340
377
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
378
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
341
379
|
VChip: typeof import('vuetify/components')['VChip']
|
|
342
380
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
343
381
|
VCode: typeof import('vuetify/components')['VCode']
|
|
344
382
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
345
383
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
346
384
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
347
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
348
385
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
349
386
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
350
387
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
@@ -353,14 +390,7 @@ declare module '@vue/runtime-core' {
|
|
|
353
390
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
354
391
|
VField: typeof import('vuetify/components')['VField']
|
|
355
392
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
356
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
357
393
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
358
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
359
|
-
VContainer: typeof import('vuetify/components')['VContainer']
|
|
360
|
-
VCol: typeof import('vuetify/components')['VCol']
|
|
361
|
-
VRow: typeof import('vuetify/components')['VRow']
|
|
362
|
-
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
363
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
364
394
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
365
395
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
366
396
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
@@ -368,84 +398,52 @@ declare module '@vue/runtime-core' {
|
|
|
368
398
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
369
399
|
VImg: typeof import('vuetify/components')['VImg']
|
|
370
400
|
VInput: typeof import('vuetify/components')['VInput']
|
|
401
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
371
402
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
372
403
|
VItem: typeof import('vuetify/components')['VItem']
|
|
373
404
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
374
405
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
375
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
376
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
377
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
378
406
|
VList: typeof import('vuetify/components')['VList']
|
|
379
|
-
|
|
407
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
380
408
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
381
409
|
VListItem: typeof import('vuetify/components')['VListItem']
|
|
382
410
|
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
|
383
|
-
VListItemAvatar: typeof import('vuetify/components')['VListItemAvatar']
|
|
384
|
-
VListItemHeader: typeof import('vuetify/components')['VListItemHeader']
|
|
385
|
-
VListItemIcon: typeof import('vuetify/components')['VListItemIcon']
|
|
386
411
|
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
|
387
412
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
388
413
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
389
|
-
|
|
390
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
391
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
414
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
392
415
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
416
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
393
417
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
394
418
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
395
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
396
419
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
397
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
398
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
|
399
420
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
400
421
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
401
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
|
402
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
403
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
404
422
|
VRating: typeof import('vuetify/components')['VRating']
|
|
405
|
-
|
|
423
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
406
424
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
407
425
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
408
426
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
409
427
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
410
428
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
429
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
430
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
411
431
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
412
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
413
432
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
433
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
434
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
414
435
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
415
436
|
VTab: typeof import('vuetify/components')['VTab']
|
|
416
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
417
437
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
418
438
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
419
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
420
439
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
421
440
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
441
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
422
442
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
423
443
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
424
444
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
425
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
426
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
427
445
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
428
446
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
429
|
-
|
|
430
|
-
VCarouselReverseTransition: typeof import('vuetify/components')['VCarouselReverseTransition']
|
|
431
|
-
VTabTransition: typeof import('vuetify/components')['VTabTransition']
|
|
432
|
-
VTabReverseTransition: typeof import('vuetify/components')['VTabReverseTransition']
|
|
433
|
-
VMenuTransition: typeof import('vuetify/components')['VMenuTransition']
|
|
434
|
-
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
435
|
-
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
436
|
-
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
437
|
-
VFadeTransition: typeof import('vuetify/components')['VFadeTransition']
|
|
438
|
-
VScaleTransition: typeof import('vuetify/components')['VScaleTransition']
|
|
439
|
-
VScrollXTransition: typeof import('vuetify/components')['VScrollXTransition']
|
|
440
|
-
VScrollXReverseTransition: typeof import('vuetify/components')['VScrollXReverseTransition']
|
|
441
|
-
VScrollYTransition: typeof import('vuetify/components')['VScrollYTransition']
|
|
442
|
-
VScrollYReverseTransition: typeof import('vuetify/components')['VScrollYReverseTransition']
|
|
443
|
-
VSlideXTransition: typeof import('vuetify/components')['VSlideXTransition']
|
|
444
|
-
VSlideXReverseTransition: typeof import('vuetify/components')['VSlideXReverseTransition']
|
|
445
|
-
VSlideYTransition: typeof import('vuetify/components')['VSlideYTransition']
|
|
446
|
-
VSlideYReverseTransition: typeof import('vuetify/components')['VSlideYReverseTransition']
|
|
447
|
-
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
448
|
-
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
449
|
-
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
447
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
450
448
|
}
|
|
451
449
|
}
|
|
@@ -15,31 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
// Component specific transitions
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&-leave-from, &-leave-to {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
transform: translate(-100%, 0);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.carousel-reverse-transition {
|
|
31
|
-
&-enter-from {
|
|
32
|
-
transform: translate(-100%, 0);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&-leave-from, &-leave-to {
|
|
36
|
-
position: absolute;
|
|
37
|
-
top: 0;
|
|
38
|
-
transform: translate(100%, 0);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dialog-transition {
|
|
18
|
+
.dialog-transition,
|
|
19
|
+
.dialog-bottom-transition,
|
|
20
|
+
.dialog-top-transition {
|
|
43
21
|
&-enter-active {
|
|
44
22
|
transition: 225ms settings.$decelerated-easing
|
|
45
23
|
}
|
|
@@ -53,7 +31,9 @@
|
|
|
53
31
|
transition-property: transform, opacity;
|
|
54
32
|
pointer-events: none;
|
|
55
33
|
}
|
|
34
|
+
}
|
|
56
35
|
|
|
36
|
+
.dialog-transition {
|
|
57
37
|
&-enter-from, &-leave-to {
|
|
58
38
|
transform: scale(0.9);
|
|
59
39
|
opacity: 0;
|
|
@@ -66,18 +46,20 @@
|
|
|
66
46
|
|
|
67
47
|
.dialog-bottom-transition {
|
|
68
48
|
&-enter-from, &-leave-to {
|
|
69
|
-
transform: translateY(
|
|
49
|
+
transform: translateY(calc(50vh + 50%));
|
|
70
50
|
}
|
|
71
51
|
}
|
|
72
52
|
|
|
73
53
|
.dialog-top-transition {
|
|
74
54
|
&-enter-from, &-leave-to {
|
|
75
|
-
transform: translateY(-
|
|
55
|
+
transform: translateY(calc(-50vh - 50%));
|
|
76
56
|
}
|
|
77
57
|
}
|
|
78
58
|
|
|
79
59
|
.picker-transition,
|
|
80
60
|
.picker-reverse-transition {
|
|
61
|
+
@include transition-default();
|
|
62
|
+
|
|
81
63
|
&-enter-from,
|
|
82
64
|
&-leave-to {
|
|
83
65
|
opacity: 0;
|
|
@@ -91,6 +73,8 @@
|
|
|
91
73
|
}
|
|
92
74
|
|
|
93
75
|
.picker-transition {
|
|
76
|
+
@include transition-default();
|
|
77
|
+
|
|
94
78
|
&-enter-from {
|
|
95
79
|
transform: translate(0, 100%);
|
|
96
80
|
}
|
|
@@ -101,6 +85,8 @@
|
|
|
101
85
|
}
|
|
102
86
|
|
|
103
87
|
.picker-reverse-transition {
|
|
88
|
+
@include transition-default();
|
|
89
|
+
|
|
104
90
|
&-enter-from {
|
|
105
91
|
transform: translate(0, -100%);
|
|
106
92
|
}
|
|
@@ -110,56 +96,6 @@
|
|
|
110
96
|
}
|
|
111
97
|
}
|
|
112
98
|
|
|
113
|
-
.picker-title-transition {
|
|
114
|
-
&-enter-to,
|
|
115
|
-
&-leave-from {
|
|
116
|
-
transform: translate(0, 0);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&-enter-from {
|
|
120
|
-
transform: translate(-100%, 0);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
&-leave-to {
|
|
124
|
-
opacity: 0;
|
|
125
|
-
transform: translate(100%, 0);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&-leave-from,
|
|
129
|
-
&-leave-to,
|
|
130
|
-
&-leave-active {
|
|
131
|
-
position: absolute !important;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.tab-transition {
|
|
136
|
-
&-enter-from {
|
|
137
|
-
transform: translate(100%, 0);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&-leave-from, &-leave-active {
|
|
141
|
-
position: absolute;
|
|
142
|
-
top: 0;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
&-leave-to {
|
|
146
|
-
position: absolute;
|
|
147
|
-
transform: translate(-100%, 0);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.tab-reverse-transition {
|
|
152
|
-
&-enter-from {
|
|
153
|
-
transform: translate(-100%, 0);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&-leave-from, &-leave-to {
|
|
157
|
-
top: 0;
|
|
158
|
-
position: absolute;
|
|
159
|
-
transform: translate(100%, 0);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
99
|
// Generic transitions
|
|
164
100
|
.expand-transition {
|
|
165
101
|
@include transition-default();
|
package/lib/styles/main.css
CHANGED
|
@@ -3030,34 +3030,25 @@ progress {
|
|
|
3030
3030
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
|
|
3031
3031
|
}
|
|
3032
3032
|
|
|
3033
|
-
.
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
.carousel-transition-leave-from, .carousel-transition-leave-to {
|
|
3037
|
-
position: absolute;
|
|
3038
|
-
top: 0;
|
|
3039
|
-
transform: translate(-100%, 0);
|
|
3040
|
-
}
|
|
3041
|
-
|
|
3042
|
-
.carousel-reverse-transition-enter-from {
|
|
3043
|
-
transform: translate(-100%, 0);
|
|
3044
|
-
}
|
|
3045
|
-
.carousel-reverse-transition-leave-from, .carousel-reverse-transition-leave-to {
|
|
3046
|
-
position: absolute;
|
|
3047
|
-
top: 0;
|
|
3048
|
-
transform: translate(100%, 0);
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
.dialog-transition-enter-active {
|
|
3033
|
+
.dialog-transition-enter-active,
|
|
3034
|
+
.dialog-bottom-transition-enter-active,
|
|
3035
|
+
.dialog-top-transition-enter-active {
|
|
3052
3036
|
transition: 225ms cubic-bezier(0, 0, 0.2, 1);
|
|
3053
3037
|
}
|
|
3054
|
-
.dialog-transition-leave-active
|
|
3038
|
+
.dialog-transition-leave-active,
|
|
3039
|
+
.dialog-bottom-transition-leave-active,
|
|
3040
|
+
.dialog-top-transition-leave-active {
|
|
3055
3041
|
transition: 125ms cubic-bezier(0.4, 0, 1, 1);
|
|
3056
3042
|
}
|
|
3057
|
-
.dialog-transition-enter-active, .dialog-transition-leave-active
|
|
3043
|
+
.dialog-transition-enter-active, .dialog-transition-leave-active,
|
|
3044
|
+
.dialog-bottom-transition-enter-active,
|
|
3045
|
+
.dialog-bottom-transition-leave-active,
|
|
3046
|
+
.dialog-top-transition-enter-active,
|
|
3047
|
+
.dialog-top-transition-leave-active {
|
|
3058
3048
|
transition-property: transform, opacity;
|
|
3059
3049
|
pointer-events: none;
|
|
3060
3050
|
}
|
|
3051
|
+
|
|
3061
3052
|
.dialog-transition-enter-from, .dialog-transition-leave-to {
|
|
3062
3053
|
transform: scale(0.9);
|
|
3063
3054
|
opacity: 0;
|
|
@@ -3067,13 +3058,25 @@ progress {
|
|
|
3067
3058
|
}
|
|
3068
3059
|
|
|
3069
3060
|
.dialog-bottom-transition-enter-from, .dialog-bottom-transition-leave-to {
|
|
3070
|
-
transform: translateY(
|
|
3061
|
+
transform: translateY(calc(50vh + 50%));
|
|
3071
3062
|
}
|
|
3072
3063
|
|
|
3073
3064
|
.dialog-top-transition-enter-from, .dialog-top-transition-leave-to {
|
|
3074
|
-
transform: translateY(-
|
|
3065
|
+
transform: translateY(calc(-50vh - 50%));
|
|
3075
3066
|
}
|
|
3076
3067
|
|
|
3068
|
+
.picker-transition-enter-active,
|
|
3069
|
+
.picker-reverse-transition-enter-active {
|
|
3070
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3071
|
+
}
|
|
3072
|
+
.picker-transition-leave-active,
|
|
3073
|
+
.picker-reverse-transition-leave-active {
|
|
3074
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3075
|
+
}
|
|
3076
|
+
.picker-transition-move,
|
|
3077
|
+
.picker-reverse-transition-move {
|
|
3078
|
+
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3079
|
+
}
|
|
3077
3080
|
.picker-transition-enter-from, .picker-transition-leave-to,
|
|
3078
3081
|
.picker-reverse-transition-enter-from,
|
|
3079
3082
|
.picker-reverse-transition-leave-to {
|
|
@@ -3086,6 +3089,15 @@ progress {
|
|
|
3086
3089
|
position: absolute !important;
|
|
3087
3090
|
}
|
|
3088
3091
|
|
|
3092
|
+
.picker-transition-enter-active {
|
|
3093
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3094
|
+
}
|
|
3095
|
+
.picker-transition-leave-active {
|
|
3096
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3097
|
+
}
|
|
3098
|
+
.picker-transition-move {
|
|
3099
|
+
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3100
|
+
}
|
|
3089
3101
|
.picker-transition-enter-from {
|
|
3090
3102
|
transform: translate(0, 100%);
|
|
3091
3103
|
}
|
|
@@ -3093,6 +3105,15 @@ progress {
|
|
|
3093
3105
|
transform: translate(0, -100%);
|
|
3094
3106
|
}
|
|
3095
3107
|
|
|
3108
|
+
.picker-reverse-transition-enter-active {
|
|
3109
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3110
|
+
}
|
|
3111
|
+
.picker-reverse-transition-leave-active {
|
|
3112
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3113
|
+
}
|
|
3114
|
+
.picker-reverse-transition-move {
|
|
3115
|
+
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3116
|
+
}
|
|
3096
3117
|
.picker-reverse-transition-enter-from {
|
|
3097
3118
|
transform: translate(0, -100%);
|
|
3098
3119
|
}
|
|
@@ -3100,41 +3121,6 @@ progress {
|
|
|
3100
3121
|
transform: translate(0, 100%);
|
|
3101
3122
|
}
|
|
3102
3123
|
|
|
3103
|
-
.picker-title-transition-enter-to, .picker-title-transition-leave-from {
|
|
3104
|
-
transform: translate(0, 0);
|
|
3105
|
-
}
|
|
3106
|
-
.picker-title-transition-enter-from {
|
|
3107
|
-
transform: translate(-100%, 0);
|
|
3108
|
-
}
|
|
3109
|
-
.picker-title-transition-leave-to {
|
|
3110
|
-
opacity: 0;
|
|
3111
|
-
transform: translate(100%, 0);
|
|
3112
|
-
}
|
|
3113
|
-
.picker-title-transition-leave-from, .picker-title-transition-leave-to, .picker-title-transition-leave-active {
|
|
3114
|
-
position: absolute !important;
|
|
3115
|
-
}
|
|
3116
|
-
|
|
3117
|
-
.tab-transition-enter-from {
|
|
3118
|
-
transform: translate(100%, 0);
|
|
3119
|
-
}
|
|
3120
|
-
.tab-transition-leave-from, .tab-transition-leave-active {
|
|
3121
|
-
position: absolute;
|
|
3122
|
-
top: 0;
|
|
3123
|
-
}
|
|
3124
|
-
.tab-transition-leave-to {
|
|
3125
|
-
position: absolute;
|
|
3126
|
-
transform: translate(-100%, 0);
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
|
-
.tab-reverse-transition-enter-from {
|
|
3130
|
-
transform: translate(-100%, 0);
|
|
3131
|
-
}
|
|
3132
|
-
.tab-reverse-transition-leave-from, .tab-reverse-transition-leave-to {
|
|
3133
|
-
top: 0;
|
|
3134
|
-
position: absolute;
|
|
3135
|
-
transform: translate(100%, 0);
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
3124
|
.expand-transition-enter-active {
|
|
3139
3125
|
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3140
3126
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
&--variant-plain,
|
|
6
6
|
&--variant-outlined,
|
|
7
7
|
&--variant-text,
|
|
8
|
-
&--variant-
|
|
8
|
+
&--variant-tonal
|
|
9
9
|
background: transparent
|
|
10
10
|
color: inherit
|
|
11
11
|
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
.#{$name}__overlay
|
|
21
21
|
display: none
|
|
22
22
|
|
|
23
|
-
&--variant-
|
|
24
|
-
&--variant-
|
|
23
|
+
&--variant-elevated,
|
|
24
|
+
&--variant-flat
|
|
25
25
|
background: $contained-background
|
|
26
26
|
color: $contained-color
|
|
27
27
|
|
|
28
28
|
@if ($contained-elevation > 0)
|
|
29
|
-
&--variant-
|
|
29
|
+
&--variant-elevated
|
|
30
30
|
@include elevation($contained-elevation)
|
|
31
31
|
|
|
32
|
-
&--variant-
|
|
32
|
+
&--variant-flat
|
|
33
33
|
@include elevation(0)
|
|
34
34
|
|
|
35
35
|
&--variant-outlined
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
.#{$name}__overlay
|
|
40
40
|
background: currentColor
|
|
41
41
|
|
|
42
|
-
&--variant-
|
|
42
|
+
&--variant-tonal
|
|
43
43
|
.#{$name}__underlay
|
|
44
44
|
background: currentColor
|
|
45
45
|
opacity: var(--v-activated-opacity)
|