vuetify 3.6.0-alpha.2 → 3.6.0
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/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- 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 +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
|
@@ -2,86 +2,106 @@
|
|
|
2
2
|
@use '../../styles/settings'
|
|
3
3
|
@use './variables' as *
|
|
4
4
|
|
|
5
|
-
.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-snackbar
|
|
7
|
+
justify-content: center
|
|
8
|
+
z-index: $snackbar-z-index
|
|
9
|
+
margin: $snackbar-wrapper-margin
|
|
10
|
+
margin-inline-end: calc(#{$snackbar-wrapper-margin} + var(--v-scrollbar-offset))
|
|
11
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left)
|
|
12
|
+
|
|
13
|
+
&:not(.v-snackbar--centered):not(.v-snackbar--top)
|
|
14
|
+
align-items: flex-end
|
|
15
|
+
|
|
16
|
+
&__wrapper
|
|
17
|
+
align-items: center
|
|
18
|
+
display: flex
|
|
19
|
+
max-width: $snackbar-wrapper-max-width
|
|
20
|
+
min-height: $snackbar-wrapper-min-height
|
|
21
|
+
min-width: $snackbar-wrapper-min-width
|
|
22
|
+
overflow: hidden
|
|
23
|
+
padding: $snackbar-wrapper-padding
|
|
24
|
+
|
|
25
|
+
@include tools.rounded($snackbar-border-radius)
|
|
26
|
+
|
|
27
|
+
@at-root .v-snackbar
|
|
28
|
+
@include tools.variant($snackbar-variants...)
|
|
29
|
+
|
|
30
|
+
&__content
|
|
31
|
+
flex-grow: 1
|
|
32
|
+
font-size: $snackbar-font-size
|
|
33
|
+
font-weight: $snackbar-font-weight
|
|
34
|
+
letter-spacing: $snackbar-letter-spacing
|
|
35
|
+
line-height: $snackbar-line-height
|
|
36
|
+
margin-right: auto
|
|
37
|
+
padding: $snackbar-content-padding
|
|
38
|
+
text-align: initial
|
|
39
|
+
|
|
40
|
+
&__actions
|
|
41
|
+
align-items: center
|
|
42
|
+
align-self: center
|
|
43
|
+
display: flex
|
|
44
|
+
margin-inline-end: $snackbar-action-margin
|
|
45
|
+
|
|
46
|
+
& > .v-btn
|
|
47
|
+
padding: $snackbar-btn-padding
|
|
48
|
+
min-width: auto
|
|
49
|
+
|
|
50
|
+
&__timer
|
|
51
|
+
width: 100%
|
|
52
|
+
position: absolute
|
|
53
|
+
top: 0
|
|
54
|
+
|
|
55
|
+
.v-progress-linear
|
|
56
|
+
transition: .2s linear
|
|
57
|
+
|
|
58
|
+
&--absolute
|
|
59
|
+
position: absolute
|
|
60
|
+
z-index: $snackbar-absolute-z-index
|
|
61
|
+
|
|
62
|
+
&--multi-line &__wrapper
|
|
63
|
+
min-height: $snackbar-multi-line-wrapper-min-height
|
|
64
|
+
|
|
65
|
+
&--vertical &__wrapper
|
|
66
|
+
flex-direction: column
|
|
67
|
+
|
|
68
|
+
.v-snackbar__actions
|
|
69
|
+
align-self: flex-end
|
|
70
|
+
margin-bottom: $snackbar-vertical-action-margin-bottom
|
|
71
|
+
|
|
72
|
+
&--center
|
|
73
|
+
align-items: center
|
|
74
|
+
justify-content: center
|
|
75
|
+
|
|
76
|
+
&--top
|
|
77
|
+
align-items: flex-start
|
|
78
|
+
|
|
79
|
+
&--bottom
|
|
80
|
+
align-items: flex-end
|
|
81
|
+
|
|
82
|
+
&--left,
|
|
83
|
+
&--start
|
|
84
|
+
justify-content: flex-start
|
|
85
|
+
|
|
86
|
+
&--right,
|
|
87
|
+
&--end
|
|
88
|
+
justify-content: flex-end
|
|
89
|
+
|
|
90
|
+
.v-snackbar-transition
|
|
91
|
+
&-enter-active,
|
|
92
|
+
&-leave-active
|
|
93
|
+
transition-duration: .15s
|
|
94
|
+
transition-timing-function: settings.$decelerated-easing
|
|
95
|
+
|
|
96
|
+
&-enter-active
|
|
97
|
+
transition-property: opacity, transform
|
|
98
|
+
|
|
99
|
+
&-enter-from
|
|
100
|
+
opacity: 0
|
|
101
|
+
transform: scale($snackbar-transition-scale)
|
|
102
|
+
|
|
103
|
+
&-leave-active
|
|
104
|
+
transition-property: opacity
|
|
105
|
+
|
|
106
|
+
&-leave-to
|
|
107
|
+
opacity: 0
|
|
@@ -251,6 +251,7 @@ declare const VSnackbar: {
|
|
|
251
251
|
activator?: ((arg: {
|
|
252
252
|
isActive: boolean;
|
|
253
253
|
props: Record<string, any>;
|
|
254
|
+
targetRef: Ref<any>;
|
|
254
255
|
}) => vue.VNodeChild) | undefined;
|
|
255
256
|
} | ((arg: {
|
|
256
257
|
isActive: Ref<boolean>;
|
|
@@ -262,6 +263,7 @@ declare const VSnackbar: {
|
|
|
262
263
|
activator?: false | ((arg: {
|
|
263
264
|
isActive: boolean;
|
|
264
265
|
props: Record<string, any>;
|
|
266
|
+
targetRef: Ref<any>;
|
|
265
267
|
}) => vue.VNodeChild) | undefined;
|
|
266
268
|
} | undefined;
|
|
267
269
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -270,6 +272,7 @@ declare const VSnackbar: {
|
|
|
270
272
|
"v-slot:activator"?: false | ((arg: {
|
|
271
273
|
isActive: boolean;
|
|
272
274
|
props: Record<string, any>;
|
|
275
|
+
targetRef: Ref<any>;
|
|
273
276
|
}) => vue.VNodeChild) | undefined;
|
|
274
277
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
275
278
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -328,6 +331,7 @@ declare const VSnackbar: {
|
|
|
328
331
|
activator?: ((arg: {
|
|
329
332
|
isActive: boolean;
|
|
330
333
|
props: Record<string, any>;
|
|
334
|
+
targetRef: Ref<any>;
|
|
331
335
|
}) => vue.VNodeChild) | undefined;
|
|
332
336
|
} | ((arg: {
|
|
333
337
|
isActive: Ref<boolean>;
|
|
@@ -339,6 +343,7 @@ declare const VSnackbar: {
|
|
|
339
343
|
activator?: false | ((arg: {
|
|
340
344
|
isActive: boolean;
|
|
341
345
|
props: Record<string, any>;
|
|
346
|
+
targetRef: Ref<any>;
|
|
342
347
|
}) => vue.VNodeChild) | undefined;
|
|
343
348
|
} | undefined;
|
|
344
349
|
} & {
|
|
@@ -348,6 +353,7 @@ declare const VSnackbar: {
|
|
|
348
353
|
"v-slot:activator"?: false | ((arg: {
|
|
349
354
|
isActive: boolean;
|
|
350
355
|
props: Record<string, any>;
|
|
356
|
+
targetRef: Ref<any>;
|
|
351
357
|
}) => vue.VNodeChild) | undefined;
|
|
352
358
|
} & {
|
|
353
359
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -370,6 +376,7 @@ declare const VSnackbar: {
|
|
|
370
376
|
activator?: ((arg: {
|
|
371
377
|
isActive: boolean;
|
|
372
378
|
props: Record<string, any>;
|
|
379
|
+
targetRef: Ref<any>;
|
|
373
380
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
374
381
|
[key: string]: any;
|
|
375
382
|
}>[]) | undefined;
|
|
@@ -431,6 +438,7 @@ declare const VSnackbar: {
|
|
|
431
438
|
activator?: ((arg: {
|
|
432
439
|
isActive: boolean;
|
|
433
440
|
props: Record<string, any>;
|
|
441
|
+
targetRef: Ref<any>;
|
|
434
442
|
}) => vue.VNodeChild) | undefined;
|
|
435
443
|
} | ((arg: {
|
|
436
444
|
isActive: Ref<boolean>;
|
|
@@ -442,6 +450,7 @@ declare const VSnackbar: {
|
|
|
442
450
|
activator?: false | ((arg: {
|
|
443
451
|
isActive: boolean;
|
|
444
452
|
props: Record<string, any>;
|
|
453
|
+
targetRef: Ref<any>;
|
|
445
454
|
}) => vue.VNodeChild) | undefined;
|
|
446
455
|
} | undefined;
|
|
447
456
|
} & {
|
|
@@ -451,6 +460,7 @@ declare const VSnackbar: {
|
|
|
451
460
|
"v-slot:activator"?: false | ((arg: {
|
|
452
461
|
isActive: boolean;
|
|
453
462
|
props: Record<string, any>;
|
|
463
|
+
targetRef: Ref<any>;
|
|
454
464
|
}) => vue.VNodeChild) | undefined;
|
|
455
465
|
} & {
|
|
456
466
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -507,6 +517,7 @@ declare const VSnackbar: {
|
|
|
507
517
|
activator: (arg: {
|
|
508
518
|
isActive: boolean;
|
|
509
519
|
props: Record<string, any>;
|
|
520
|
+
targetRef: Ref<any>;
|
|
510
521
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
511
522
|
[key: string]: any;
|
|
512
523
|
}>[];
|
|
@@ -583,6 +594,7 @@ declare const VSnackbar: {
|
|
|
583
594
|
activator?: ((arg: {
|
|
584
595
|
isActive: boolean;
|
|
585
596
|
props: Record<string, any>;
|
|
597
|
+
targetRef: Ref<any>;
|
|
586
598
|
}) => vue.VNodeChild) | undefined;
|
|
587
599
|
} | ((arg: {
|
|
588
600
|
isActive: Ref<boolean>;
|
|
@@ -594,6 +606,7 @@ declare const VSnackbar: {
|
|
|
594
606
|
activator?: false | ((arg: {
|
|
595
607
|
isActive: boolean;
|
|
596
608
|
props: Record<string, any>;
|
|
609
|
+
targetRef: Ref<any>;
|
|
597
610
|
}) => vue.VNodeChild) | undefined;
|
|
598
611
|
} | undefined;
|
|
599
612
|
} & {
|
|
@@ -603,6 +616,7 @@ declare const VSnackbar: {
|
|
|
603
616
|
"v-slot:activator"?: false | ((arg: {
|
|
604
617
|
isActive: boolean;
|
|
605
618
|
props: Record<string, any>;
|
|
619
|
+
targetRef: Ref<any>;
|
|
606
620
|
}) => vue.VNodeChild) | undefined;
|
|
607
621
|
} & {
|
|
608
622
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -924,6 +938,7 @@ declare const VSnackbar: {
|
|
|
924
938
|
activator?: ((arg: {
|
|
925
939
|
isActive: boolean;
|
|
926
940
|
props: Record<string, any>;
|
|
941
|
+
targetRef: Ref<any>;
|
|
927
942
|
}) => vue.VNodeChild) | undefined;
|
|
928
943
|
} | ((arg: {
|
|
929
944
|
isActive: Ref<boolean>;
|
|
@@ -935,6 +950,7 @@ declare const VSnackbar: {
|
|
|
935
950
|
activator?: false | ((arg: {
|
|
936
951
|
isActive: boolean;
|
|
937
952
|
props: Record<string, any>;
|
|
953
|
+
targetRef: Ref<any>;
|
|
938
954
|
}) => vue.VNodeChild) | undefined;
|
|
939
955
|
} | undefined;
|
|
940
956
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -943,6 +959,7 @@ declare const VSnackbar: {
|
|
|
943
959
|
"v-slot:activator"?: false | ((arg: {
|
|
944
960
|
isActive: boolean;
|
|
945
961
|
props: Record<string, any>;
|
|
962
|
+
targetRef: Ref<any>;
|
|
946
963
|
}) => vue.VNodeChild) | undefined;
|
|
947
964
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
948
965
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -1001,6 +1018,7 @@ declare const VSnackbar: {
|
|
|
1001
1018
|
activator?: ((arg: {
|
|
1002
1019
|
isActive: boolean;
|
|
1003
1020
|
props: Record<string, any>;
|
|
1021
|
+
targetRef: Ref<any>;
|
|
1004
1022
|
}) => vue.VNodeChild) | undefined;
|
|
1005
1023
|
} | ((arg: {
|
|
1006
1024
|
isActive: Ref<boolean>;
|
|
@@ -1012,6 +1030,7 @@ declare const VSnackbar: {
|
|
|
1012
1030
|
activator?: false | ((arg: {
|
|
1013
1031
|
isActive: boolean;
|
|
1014
1032
|
props: Record<string, any>;
|
|
1033
|
+
targetRef: Ref<any>;
|
|
1015
1034
|
}) => vue.VNodeChild) | undefined;
|
|
1016
1035
|
} | undefined;
|
|
1017
1036
|
} & {
|
|
@@ -1021,6 +1040,7 @@ declare const VSnackbar: {
|
|
|
1021
1040
|
"v-slot:activator"?: false | ((arg: {
|
|
1022
1041
|
isActive: boolean;
|
|
1023
1042
|
props: Record<string, any>;
|
|
1043
|
+
targetRef: Ref<any>;
|
|
1024
1044
|
}) => vue.VNodeChild) | undefined;
|
|
1025
1045
|
} & {
|
|
1026
1046
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1043,6 +1063,7 @@ declare const VSnackbar: {
|
|
|
1043
1063
|
activator?: ((arg: {
|
|
1044
1064
|
isActive: boolean;
|
|
1045
1065
|
props: Record<string, any>;
|
|
1066
|
+
targetRef: Ref<any>;
|
|
1046
1067
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1047
1068
|
[key: string]: any;
|
|
1048
1069
|
}>[]) | undefined;
|
|
@@ -1104,6 +1125,7 @@ declare const VSnackbar: {
|
|
|
1104
1125
|
activator?: ((arg: {
|
|
1105
1126
|
isActive: boolean;
|
|
1106
1127
|
props: Record<string, any>;
|
|
1128
|
+
targetRef: Ref<any>;
|
|
1107
1129
|
}) => vue.VNodeChild) | undefined;
|
|
1108
1130
|
} | ((arg: {
|
|
1109
1131
|
isActive: Ref<boolean>;
|
|
@@ -1115,6 +1137,7 @@ declare const VSnackbar: {
|
|
|
1115
1137
|
activator?: false | ((arg: {
|
|
1116
1138
|
isActive: boolean;
|
|
1117
1139
|
props: Record<string, any>;
|
|
1140
|
+
targetRef: Ref<any>;
|
|
1118
1141
|
}) => vue.VNodeChild) | undefined;
|
|
1119
1142
|
} | undefined;
|
|
1120
1143
|
} & {
|
|
@@ -1124,6 +1147,7 @@ declare const VSnackbar: {
|
|
|
1124
1147
|
"v-slot:activator"?: false | ((arg: {
|
|
1125
1148
|
isActive: boolean;
|
|
1126
1149
|
props: Record<string, any>;
|
|
1150
|
+
targetRef: Ref<any>;
|
|
1127
1151
|
}) => vue.VNodeChild) | undefined;
|
|
1128
1152
|
} & {
|
|
1129
1153
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1180,6 +1204,7 @@ declare const VSnackbar: {
|
|
|
1180
1204
|
activator: (arg: {
|
|
1181
1205
|
isActive: boolean;
|
|
1182
1206
|
props: Record<string, any>;
|
|
1207
|
+
targetRef: Ref<any>;
|
|
1183
1208
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1184
1209
|
[key: string]: any;
|
|
1185
1210
|
}>[];
|
|
@@ -1256,6 +1281,7 @@ declare const VSnackbar: {
|
|
|
1256
1281
|
activator?: ((arg: {
|
|
1257
1282
|
isActive: boolean;
|
|
1258
1283
|
props: Record<string, any>;
|
|
1284
|
+
targetRef: Ref<any>;
|
|
1259
1285
|
}) => vue.VNodeChild) | undefined;
|
|
1260
1286
|
} | ((arg: {
|
|
1261
1287
|
isActive: Ref<boolean>;
|
|
@@ -1267,6 +1293,7 @@ declare const VSnackbar: {
|
|
|
1267
1293
|
activator?: false | ((arg: {
|
|
1268
1294
|
isActive: boolean;
|
|
1269
1295
|
props: Record<string, any>;
|
|
1296
|
+
targetRef: Ref<any>;
|
|
1270
1297
|
}) => vue.VNodeChild) | undefined;
|
|
1271
1298
|
} | undefined;
|
|
1272
1299
|
} & {
|
|
@@ -1276,6 +1303,7 @@ declare const VSnackbar: {
|
|
|
1276
1303
|
"v-slot:activator"?: false | ((arg: {
|
|
1277
1304
|
isActive: boolean;
|
|
1278
1305
|
props: Record<string, any>;
|
|
1306
|
+
targetRef: Ref<any>;
|
|
1279
1307
|
}) => vue.VNodeChild) | undefined;
|
|
1280
1308
|
} & {
|
|
1281
1309
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1489,6 +1517,7 @@ declare const VSnackbar: {
|
|
|
1489
1517
|
activator?: ((arg: {
|
|
1490
1518
|
isActive: boolean;
|
|
1491
1519
|
props: Record<string, any>;
|
|
1520
|
+
targetRef: Ref<any>;
|
|
1492
1521
|
}) => vue.VNodeChild) | undefined;
|
|
1493
1522
|
} | ((arg: {
|
|
1494
1523
|
isActive: Ref<boolean>;
|
|
@@ -1500,6 +1529,7 @@ declare const VSnackbar: {
|
|
|
1500
1529
|
activator?: false | ((arg: {
|
|
1501
1530
|
isActive: boolean;
|
|
1502
1531
|
props: Record<string, any>;
|
|
1532
|
+
targetRef: Ref<any>;
|
|
1503
1533
|
}) => vue.VNodeChild) | undefined;
|
|
1504
1534
|
} | undefined;
|
|
1505
1535
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1508,6 +1538,7 @@ declare const VSnackbar: {
|
|
|
1508
1538
|
"v-slot:activator"?: false | ((arg: {
|
|
1509
1539
|
isActive: boolean;
|
|
1510
1540
|
props: Record<string, any>;
|
|
1541
|
+
targetRef: Ref<any>;
|
|
1511
1542
|
}) => vue.VNodeChild) | undefined;
|
|
1512
1543
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1513
1544
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -1566,6 +1597,7 @@ declare const VSnackbar: {
|
|
|
1566
1597
|
activator?: ((arg: {
|
|
1567
1598
|
isActive: boolean;
|
|
1568
1599
|
props: Record<string, any>;
|
|
1600
|
+
targetRef: Ref<any>;
|
|
1569
1601
|
}) => vue.VNodeChild) | undefined;
|
|
1570
1602
|
} | ((arg: {
|
|
1571
1603
|
isActive: Ref<boolean>;
|
|
@@ -1577,6 +1609,7 @@ declare const VSnackbar: {
|
|
|
1577
1609
|
activator?: false | ((arg: {
|
|
1578
1610
|
isActive: boolean;
|
|
1579
1611
|
props: Record<string, any>;
|
|
1612
|
+
targetRef: Ref<any>;
|
|
1580
1613
|
}) => vue.VNodeChild) | undefined;
|
|
1581
1614
|
} | undefined;
|
|
1582
1615
|
} & {
|
|
@@ -1586,6 +1619,7 @@ declare const VSnackbar: {
|
|
|
1586
1619
|
"v-slot:activator"?: false | ((arg: {
|
|
1587
1620
|
isActive: boolean;
|
|
1588
1621
|
props: Record<string, any>;
|
|
1622
|
+
targetRef: Ref<any>;
|
|
1589
1623
|
}) => vue.VNodeChild) | undefined;
|
|
1590
1624
|
} & {
|
|
1591
1625
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1608,6 +1642,7 @@ declare const VSnackbar: {
|
|
|
1608
1642
|
activator?: ((arg: {
|
|
1609
1643
|
isActive: boolean;
|
|
1610
1644
|
props: Record<string, any>;
|
|
1645
|
+
targetRef: Ref<any>;
|
|
1611
1646
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1612
1647
|
[key: string]: any;
|
|
1613
1648
|
}>[]) | undefined;
|
|
@@ -1669,6 +1704,7 @@ declare const VSnackbar: {
|
|
|
1669
1704
|
activator?: ((arg: {
|
|
1670
1705
|
isActive: boolean;
|
|
1671
1706
|
props: Record<string, any>;
|
|
1707
|
+
targetRef: Ref<any>;
|
|
1672
1708
|
}) => vue.VNodeChild) | undefined;
|
|
1673
1709
|
} | ((arg: {
|
|
1674
1710
|
isActive: Ref<boolean>;
|
|
@@ -1680,6 +1716,7 @@ declare const VSnackbar: {
|
|
|
1680
1716
|
activator?: false | ((arg: {
|
|
1681
1717
|
isActive: boolean;
|
|
1682
1718
|
props: Record<string, any>;
|
|
1719
|
+
targetRef: Ref<any>;
|
|
1683
1720
|
}) => vue.VNodeChild) | undefined;
|
|
1684
1721
|
} | undefined;
|
|
1685
1722
|
} & {
|
|
@@ -1689,6 +1726,7 @@ declare const VSnackbar: {
|
|
|
1689
1726
|
"v-slot:activator"?: false | ((arg: {
|
|
1690
1727
|
isActive: boolean;
|
|
1691
1728
|
props: Record<string, any>;
|
|
1729
|
+
targetRef: Ref<any>;
|
|
1692
1730
|
}) => vue.VNodeChild) | undefined;
|
|
1693
1731
|
} & {
|
|
1694
1732
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1745,6 +1783,7 @@ declare const VSnackbar: {
|
|
|
1745
1783
|
activator: (arg: {
|
|
1746
1784
|
isActive: boolean;
|
|
1747
1785
|
props: Record<string, any>;
|
|
1786
|
+
targetRef: Ref<any>;
|
|
1748
1787
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1749
1788
|
[key: string]: any;
|
|
1750
1789
|
}>[];
|
|
@@ -1821,6 +1860,7 @@ declare const VSnackbar: {
|
|
|
1821
1860
|
activator?: ((arg: {
|
|
1822
1861
|
isActive: boolean;
|
|
1823
1862
|
props: Record<string, any>;
|
|
1863
|
+
targetRef: Ref<any>;
|
|
1824
1864
|
}) => vue.VNodeChild) | undefined;
|
|
1825
1865
|
} | ((arg: {
|
|
1826
1866
|
isActive: Ref<boolean>;
|
|
@@ -1832,6 +1872,7 @@ declare const VSnackbar: {
|
|
|
1832
1872
|
activator?: false | ((arg: {
|
|
1833
1873
|
isActive: boolean;
|
|
1834
1874
|
props: Record<string, any>;
|
|
1875
|
+
targetRef: Ref<any>;
|
|
1835
1876
|
}) => vue.VNodeChild) | undefined;
|
|
1836
1877
|
} | undefined;
|
|
1837
1878
|
} & {
|
|
@@ -1841,6 +1882,7 @@ declare const VSnackbar: {
|
|
|
1841
1882
|
"v-slot:activator"?: false | ((arg: {
|
|
1842
1883
|
isActive: boolean;
|
|
1843
1884
|
props: Record<string, any>;
|
|
1885
|
+
targetRef: Ref<any>;
|
|
1844
1886
|
}) => vue.VNodeChild) | undefined;
|
|
1845
1887
|
} & {
|
|
1846
1888
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -2,52 +2,53 @@
|
|
|
2
2
|
@use '../../styles/tools'
|
|
3
3
|
@use './variables' as *
|
|
4
4
|
|
|
5
|
-
.
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-stepper.v-sheet
|
|
7
|
+
@include tools.elevation($stepper-elevation)
|
|
8
|
+
@include tools.rounded($stepper-border-radius)
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
overflow: hidden
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
&.v-stepper--flat
|
|
13
|
+
@include tools.elevation(0)
|
|
13
14
|
|
|
14
|
-
.v-stepper-header
|
|
15
|
-
|
|
15
|
+
.v-stepper-header
|
|
16
|
+
@include tools.elevation($stepper-header-elevation)
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
align-items: center
|
|
19
|
+
display: flex
|
|
20
|
+
position: relative
|
|
21
|
+
overflow-x: auto
|
|
22
|
+
justify-content: space-between
|
|
23
|
+
z-index: 1
|
|
23
24
|
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
.v-divider
|
|
26
|
+
margin: $stepper-header-divider-margin
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
&:last-child
|
|
29
|
+
margin-inline-end: 0
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
&:first-child
|
|
32
|
+
margin-inline-start: 0
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
.v-stepper--alt-labels &
|
|
35
|
+
height: auto
|
|
35
36
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
.v-divider
|
|
38
|
+
align-self: flex-start
|
|
39
|
+
margin: $stepper-alt-labels-header-divider
|
|
39
40
|
|
|
40
|
-
.v-stepper-window
|
|
41
|
-
|
|
41
|
+
.v-stepper-window
|
|
42
|
+
margin: $stepper-window-margin
|
|
42
43
|
|
|
43
|
-
.v-stepper-actions
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
.v-stepper-actions
|
|
45
|
+
display: flex
|
|
46
|
+
align-items: center
|
|
47
|
+
justify-content: space-between
|
|
48
|
+
padding: $stepper-actions-padding
|
|
48
49
|
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
.v-stepper &
|
|
51
|
+
padding: $stepper-actions-stepper-padding
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
.v-stepper-window-item &
|
|
54
|
+
padding: $stepper-actions-stepper-window-item-padding
|