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
|
@@ -5,324 +5,325 @@
|
|
|
5
5
|
@use '../../styles/tools'
|
|
6
6
|
@use './variables' as *
|
|
7
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
|
-
> .v-icon
|
|
41
|
-
opacity: #{$list-item-icon-opacity}
|
|
42
|
-
|
|
43
|
-
&--active
|
|
44
|
-
.v-list-item__prepend,
|
|
45
|
-
.v-list-item__append
|
|
8
|
+
@include tools.layer('components')
|
|
9
|
+
.v-list-item
|
|
10
|
+
align-items: center
|
|
11
|
+
display: grid
|
|
12
|
+
flex: none
|
|
13
|
+
grid-template-areas: "prepend content append"
|
|
14
|
+
grid-template-columns: max-content 1fr auto
|
|
15
|
+
outline: none
|
|
16
|
+
max-width: 100%
|
|
17
|
+
padding: $list-item-padding
|
|
18
|
+
position: relative
|
|
19
|
+
text-decoration: none
|
|
20
|
+
|
|
21
|
+
@include tools.border($list-item-border...)
|
|
22
|
+
@include tools.states('.v-list-item__overlay')
|
|
23
|
+
@include tools.rounded($list-item-border-radius)
|
|
24
|
+
@include tools.variant($list-item-variants...)
|
|
25
|
+
|
|
26
|
+
@supports selector(:focus-visible)
|
|
27
|
+
&::after
|
|
28
|
+
@include tools.absolute(true)
|
|
29
|
+
pointer-events: none
|
|
30
|
+
border: 2px solid currentColor
|
|
31
|
+
border-radius: 4px
|
|
32
|
+
opacity: 0
|
|
33
|
+
transition: opacity .2s ease-in-out
|
|
34
|
+
|
|
35
|
+
&:focus-visible::after
|
|
36
|
+
opacity: calc(.15 * var(--v-theme-overlay-multiplier))
|
|
37
|
+
|
|
38
|
+
&__prepend,
|
|
39
|
+
&__append
|
|
46
40
|
> .v-badge .v-icon,
|
|
47
41
|
> .v-icon
|
|
48
|
-
opacity: #{$list-item-icon-
|
|
49
|
-
|
|
50
|
-
&:not(.v-list-item--link)
|
|
51
|
-
.v-list-item__overlay
|
|
52
|
-
opacity: calc(#{map.get(settings.$states, 'activated')} * var(--v-theme-overlay-multiplier))
|
|
42
|
+
opacity: #{$list-item-icon-opacity}
|
|
53
43
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
opacity: $list-disabled-opacity
|
|
44
|
+
&--active
|
|
45
|
+
.v-list-item__prepend,
|
|
46
|
+
.v-list-item__append
|
|
47
|
+
> .v-badge .v-icon,
|
|
48
|
+
> .v-icon
|
|
49
|
+
opacity: #{$list-item-icon-active-opacity}
|
|
61
50
|
|
|
62
|
-
|
|
63
|
-
|
|
51
|
+
&:not(.v-list-item--link)
|
|
52
|
+
.v-list-item__overlay
|
|
53
|
+
opacity: calc(#{map.get(settings.$states, 'activated')} * var(--v-theme-overlay-multiplier))
|
|
64
54
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.v-avatar
|
|
68
|
-
--v-avatar-height: 24px
|
|
55
|
+
&--rounded
|
|
56
|
+
@include tools.rounded($list-item-rounded-border-radius)
|
|
69
57
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
grid-area: prepend
|
|
58
|
+
&--disabled
|
|
59
|
+
pointer-events: none
|
|
60
|
+
user-select: none
|
|
61
|
+
opacity: $list-disabled-opacity
|
|
75
62
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
> .v-tooltip
|
|
79
|
-
~ .v-list-item__spacer
|
|
80
|
-
width: $list-item-icon-margin-start
|
|
63
|
+
&--link
|
|
64
|
+
cursor: pointer
|
|
81
65
|
|
|
82
|
-
|
|
83
|
-
|
|
66
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) &,
|
|
67
|
+
.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) &
|
|
68
|
+
.v-avatar
|
|
69
|
+
--v-avatar-height: 24px
|
|
84
70
|
|
|
85
|
-
|
|
86
|
-
|
|
71
|
+
.v-list-item__prepend
|
|
72
|
+
align-items: center
|
|
73
|
+
align-self: center
|
|
74
|
+
display: flex
|
|
75
|
+
grid-area: prepend
|
|
87
76
|
|
|
88
|
-
.v-list-item--slim &
|
|
89
77
|
> .v-badge,
|
|
90
78
|
> .v-icon,
|
|
91
79
|
> .v-tooltip
|
|
92
80
|
~ .v-list-item__spacer
|
|
93
|
-
width: $list-item-
|
|
81
|
+
width: $list-item-icon-margin-start
|
|
94
82
|
|
|
95
83
|
> .v-avatar ~ .v-list-item__spacer
|
|
96
|
-
width: $list-item-
|
|
84
|
+
width: $list-item-avatar-margin-start
|
|
97
85
|
|
|
98
86
|
> .v-list-item-action ~ .v-list-item__spacer
|
|
99
|
-
width: $list-item-
|
|
87
|
+
width: $list-item-action-spacer-width
|
|
100
88
|
|
|
101
|
-
|
|
102
|
-
|
|
89
|
+
.v-list-item--slim &
|
|
90
|
+
> .v-badge,
|
|
91
|
+
> .v-icon,
|
|
92
|
+
> .v-tooltip
|
|
93
|
+
~ .v-list-item__spacer
|
|
94
|
+
width: $list-item-slim-spacer-width
|
|
103
95
|
|
|
104
|
-
.v-list-
|
|
105
|
-
|
|
106
|
-
display: flex
|
|
107
|
-
align-items: center
|
|
108
|
-
grid-area: append
|
|
96
|
+
> .v-avatar ~ .v-list-item__spacer
|
|
97
|
+
width: $list-item-slim-avatar-spacer-width
|
|
109
98
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
transition: 150ms width settings.$standard-easing
|
|
99
|
+
> .v-list-item-action ~ .v-list-item__spacer
|
|
100
|
+
width: $list-item-slim-action-spacer-width
|
|
113
101
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
> .v-tooltip
|
|
117
|
-
~ .v-list-item__spacer
|
|
118
|
-
width: $list-item-icon-margin-end
|
|
102
|
+
.v-list-item--three-line &
|
|
103
|
+
align-self: start
|
|
119
104
|
|
|
120
|
-
|
|
121
|
-
|
|
105
|
+
.v-list-item__append
|
|
106
|
+
align-self: center
|
|
107
|
+
display: flex
|
|
108
|
+
align-items: center
|
|
109
|
+
grid-area: append
|
|
122
110
|
|
|
123
|
-
|
|
124
|
-
|
|
111
|
+
.v-list-item__spacer
|
|
112
|
+
order: -1
|
|
113
|
+
transition: 150ms width settings.$standard-easing
|
|
125
114
|
|
|
126
|
-
.v-list-item--slim &
|
|
127
115
|
> .v-badge,
|
|
128
116
|
> .v-icon,
|
|
129
117
|
> .v-tooltip
|
|
130
118
|
~ .v-list-item__spacer
|
|
131
|
-
width: $list-item-
|
|
119
|
+
width: $list-item-icon-margin-end
|
|
132
120
|
|
|
133
121
|
> .v-avatar ~ .v-list-item__spacer
|
|
134
|
-
width: $list-item-
|
|
122
|
+
width: $list-item-avatar-margin-end
|
|
135
123
|
|
|
136
124
|
> .v-list-item-action ~ .v-list-item__spacer
|
|
137
|
-
width: $list-item-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
.v-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
margin-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
.v-list-item
|
|
195
|
-
-webkit-
|
|
125
|
+
width: $list-item-action-spacer-width
|
|
126
|
+
|
|
127
|
+
.v-list-item--slim &
|
|
128
|
+
> .v-badge,
|
|
129
|
+
> .v-icon,
|
|
130
|
+
> .v-tooltip
|
|
131
|
+
~ .v-list-item__spacer
|
|
132
|
+
width: $list-item-slim-spacer-width
|
|
133
|
+
|
|
134
|
+
> .v-avatar ~ .v-list-item__spacer
|
|
135
|
+
width: $list-item-slim-avatar-spacer-width
|
|
136
|
+
|
|
137
|
+
> .v-list-item-action ~ .v-list-item__spacer
|
|
138
|
+
width: $list-item-slim-action-spacer-width
|
|
139
|
+
|
|
140
|
+
.v-list-item--three-line &
|
|
141
|
+
align-self: start
|
|
142
|
+
|
|
143
|
+
.v-list-item__content
|
|
144
|
+
align-self: center
|
|
145
|
+
grid-area: content
|
|
146
|
+
overflow: hidden
|
|
147
|
+
|
|
148
|
+
.v-list-item-action
|
|
149
|
+
align-self: center
|
|
150
|
+
display: flex
|
|
151
|
+
align-items: center
|
|
152
|
+
flex: none
|
|
153
|
+
transition: inherit
|
|
154
|
+
transition-property: height, width
|
|
155
|
+
|
|
156
|
+
&--start
|
|
157
|
+
margin-inline-end: $list-item-action-margin-end
|
|
158
|
+
margin-inline-start: -$list-item-action-margin-start
|
|
159
|
+
|
|
160
|
+
&--end
|
|
161
|
+
margin-inline-start: $list-item-action-margin-start
|
|
162
|
+
margin-inline-end: -$list-item-action-margin-end
|
|
163
|
+
|
|
164
|
+
.v-list-item-media
|
|
165
|
+
margin-top: $list-item-media-margin-top
|
|
166
|
+
margin-bottom: $list-item-media-margin-bottom
|
|
167
|
+
|
|
168
|
+
&--start
|
|
169
|
+
margin-inline-end: $list-item-media-margin-end
|
|
170
|
+
|
|
171
|
+
&--end
|
|
172
|
+
margin-inline-start: $list-item-media-margin-start
|
|
173
|
+
|
|
174
|
+
.v-list-item--two-line &
|
|
175
|
+
margin-top: $list-item-media-two-line-margin-top
|
|
176
|
+
margin-bottom: $list-item-media-two-line-margin-bottom
|
|
177
|
+
|
|
178
|
+
.v-list-item--three-line &
|
|
179
|
+
margin-top: $list-item-media-three-line-margin-top
|
|
180
|
+
margin-bottom: $list-item-media-three-line-margin-bottom
|
|
181
|
+
|
|
182
|
+
.v-list-item-subtitle
|
|
183
|
+
-webkit-box-orient: vertical
|
|
184
|
+
display: -webkit-box
|
|
185
|
+
opacity: $list-item-subtitle-opacity
|
|
186
|
+
overflow: hidden
|
|
187
|
+
padding: $list-item-subtitle-padding
|
|
188
|
+
text-overflow: ellipsis
|
|
189
|
+
overflow-wrap: $list-item-subtitle-overflow-wrap
|
|
190
|
+
word-break: $list-item-subtitle-word-break
|
|
191
|
+
|
|
192
|
+
.v-list-item--one-line &
|
|
193
|
+
-webkit-line-clamp: 1
|
|
194
|
+
|
|
195
|
+
.v-list-item--two-line &
|
|
196
|
+
-webkit-line-clamp: 2
|
|
197
|
+
|
|
198
|
+
.v-list-item--three-line &
|
|
199
|
+
-webkit-line-clamp: 3
|
|
200
|
+
|
|
201
|
+
@include tools.typography($list-item-subtitle-typography...)
|
|
202
|
+
|
|
203
|
+
.v-list-item--nav &
|
|
204
|
+
@include tools.typography($list-item-nav-subtitle-typography...)
|
|
205
|
+
|
|
206
|
+
.v-list-item-title
|
|
207
|
+
hyphens: $list-item-title-hyphens
|
|
208
|
+
overflow-wrap: $list-item-title-overflow-wrap
|
|
209
|
+
overflow: hidden
|
|
210
|
+
padding: $list-item-title-padding
|
|
211
|
+
white-space: nowrap
|
|
212
|
+
text-overflow: ellipsis
|
|
213
|
+
word-break: $list-item-title-word-break
|
|
214
|
+
word-wrap: $list-item-title-word-wrap
|
|
215
|
+
|
|
216
|
+
@include tools.typography($list-item-title-typography...)
|
|
217
|
+
|
|
218
|
+
.v-list-item--nav &
|
|
219
|
+
@include tools.typography($list-item-nav-title-typography...)
|
|
220
|
+
|
|
221
|
+
.v-list-item
|
|
222
|
+
@at-root
|
|
223
|
+
@include tools.density('v-list-item', $list-density) using ($modifier)
|
|
224
|
+
min-height: $list-item-min-height + $modifier
|
|
196
225
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
@include tools.typography($list-item-subtitle-typography...)
|
|
201
|
-
|
|
202
|
-
.v-list-item--nav &
|
|
203
|
-
@include tools.typography($list-item-nav-subtitle-typography...)
|
|
204
|
-
|
|
205
|
-
.v-list-item-title
|
|
206
|
-
hyphens: $list-item-title-hyphens
|
|
207
|
-
overflow-wrap: $list-item-title-overflow-wrap
|
|
208
|
-
overflow: hidden
|
|
209
|
-
padding: $list-item-title-padding
|
|
210
|
-
white-space: nowrap
|
|
211
|
-
text-overflow: ellipsis
|
|
212
|
-
word-break: $list-item-title-word-break
|
|
213
|
-
word-wrap: $list-item-title-word-wrap
|
|
214
|
-
|
|
215
|
-
@include tools.typography($list-item-title-typography...)
|
|
216
|
-
|
|
217
|
-
.v-list-item--nav &
|
|
218
|
-
@include tools.typography($list-item-nav-title-typography...)
|
|
219
|
-
|
|
220
|
-
.v-list-item
|
|
221
|
-
@at-root
|
|
222
|
-
@include tools.density('v-list-item', $list-density) using ($modifier)
|
|
223
|
-
min-height: $list-item-min-height + $modifier
|
|
224
|
-
|
|
225
|
-
&.v-list-item--one-line
|
|
226
|
-
$one-line-padding: (list.nth($list-item-padding, 1) + $modifier)
|
|
226
|
+
&.v-list-item--one-line
|
|
227
|
+
$one-line-padding: (list.nth($list-item-padding, 1) + $modifier)
|
|
227
228
|
|
|
228
|
-
|
|
229
|
+
min-height: $list-item-one-line-min-height + $modifier
|
|
229
230
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
@if ($one-line-padding > 0)
|
|
232
|
+
padding-top: $one-line-padding
|
|
233
|
+
padding-bottom: $one-line-padding
|
|
233
234
|
|
|
234
|
-
|
|
235
|
-
|
|
235
|
+
&.v-list-item--two-line
|
|
236
|
+
$two-line-padding: (list.nth($list-item-two-line-padding, 1) + $modifier)
|
|
236
237
|
|
|
237
|
-
|
|
238
|
+
min-height: $list-item-two-line-min-height + $modifier
|
|
238
239
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
@if ($two-line-padding > 0)
|
|
241
|
+
padding-top: $two-line-padding
|
|
242
|
+
padding-bottom: $two-line-padding
|
|
242
243
|
|
|
243
|
-
|
|
244
|
-
|
|
244
|
+
&.v-list-item--three-line
|
|
245
|
+
$three-line-padding: (list.nth($list-item-three-line-padding, 1) + $modifier)
|
|
245
246
|
|
|
246
|
-
|
|
247
|
+
min-height: $list-item-three-line-min-height + $modifier
|
|
247
248
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
@if ($three-line-padding > 0)
|
|
250
|
+
padding-top: $three-line-padding
|
|
251
|
+
padding-bottom: $three-line-padding
|
|
251
252
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
.v-list-item__prepend,
|
|
254
|
+
.v-list-item__append
|
|
255
|
+
padding-top: math.div($three-line-padding, 2)
|
|
255
256
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
&:not(.v-list-item--nav)
|
|
258
|
+
&.v-list-item--one-line
|
|
259
|
+
padding-inline: list.nth($list-item-padding, 2)
|
|
259
260
|
|
|
260
|
-
|
|
261
|
-
|
|
261
|
+
&.v-list-item--two-line
|
|
262
|
+
padding-inline: list.nth($list-item-two-line-padding, 2)
|
|
262
263
|
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
&.v-list-item--three-line
|
|
265
|
+
padding-inline: list.nth($list-item-three-line-padding, 2)
|
|
265
266
|
|
|
266
|
-
|
|
267
|
-
|
|
267
|
+
&--nav
|
|
268
|
+
padding-inline: $list-nav-padding
|
|
268
269
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
270
|
+
.v-list &
|
|
271
|
+
&:not(:only-child)
|
|
272
|
+
margin-bottom: $list-item-nav-margin-top
|
|
272
273
|
|
|
273
|
-
.v-list-item__underlay
|
|
274
|
-
|
|
274
|
+
.v-list-item__underlay
|
|
275
|
+
position: absolute
|
|
275
276
|
|
|
276
|
-
.v-list-item__overlay
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
277
|
+
.v-list-item__overlay
|
|
278
|
+
background-color: currentColor
|
|
279
|
+
border-radius: inherit
|
|
280
|
+
bottom: 0
|
|
281
|
+
left: 0
|
|
282
|
+
opacity: 0
|
|
283
|
+
pointer-events: none
|
|
284
|
+
position: absolute
|
|
285
|
+
right: 0
|
|
286
|
+
top: 0
|
|
287
|
+
transition: opacity 0.2s ease-in-out
|
|
287
288
|
|
|
288
|
-
|
|
289
|
-
|
|
289
|
+
.v-list-item--active.v-list-item--variant-elevated &
|
|
290
|
+
--v-theme-overlay-multiplier: 0
|
|
290
291
|
|
|
291
|
-
$base-padding: list.nth($list-item-padding, 2)
|
|
292
|
-
.v-list
|
|
293
|
-
|
|
292
|
+
$base-padding: list.nth($list-item-padding, 2)
|
|
293
|
+
.v-list
|
|
294
|
+
--indent-padding: 0px
|
|
294
295
|
|
|
295
|
-
|
|
296
|
-
|
|
296
|
+
&--nav
|
|
297
|
+
--indent-padding: -#{$list-nav-padding}
|
|
297
298
|
|
|
298
|
-
.v-list-group
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
299
|
+
.v-list-group
|
|
300
|
+
--list-indent-size: #{$list-indent-size}
|
|
301
|
+
--parent-padding: var(--indent-padding)
|
|
302
|
+
--prepend-width: #{$list-item-prepend-size}
|
|
302
303
|
|
|
303
|
-
|
|
304
|
-
|
|
304
|
+
.v-list--slim &
|
|
305
|
+
--prepend-width: #{$list-item-slim-prepend-size}
|
|
305
306
|
|
|
306
|
-
|
|
307
|
-
|
|
307
|
+
&--fluid
|
|
308
|
+
--list-indent-size: 0px
|
|
308
309
|
|
|
309
|
-
|
|
310
|
-
|
|
310
|
+
&--prepend
|
|
311
|
+
--parent-padding: calc(var(--indent-padding) + var(--prepend-width))
|
|
311
312
|
|
|
312
|
-
|
|
313
|
-
|
|
313
|
+
&--fluid.v-list-group--prepend
|
|
314
|
+
--parent-padding: var(--indent-padding)
|
|
314
315
|
|
|
315
|
-
.v-list-group__items
|
|
316
|
-
|
|
316
|
+
.v-list-group__items
|
|
317
|
+
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))
|
|
317
318
|
|
|
318
|
-
.v-list-group__items .v-list-item
|
|
319
|
-
|
|
319
|
+
.v-list-group__items .v-list-item
|
|
320
|
+
padding-inline-start: calc(#{$base-padding} + var(--indent-padding)) !important
|
|
320
321
|
|
|
321
|
-
.v-list-group__header.v-list-item--active
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
322
|
+
.v-list-group__header.v-list-item--active
|
|
323
|
+
&:not(:focus-visible)
|
|
324
|
+
.v-list-item__overlay
|
|
325
|
+
opacity: 0
|
|
325
326
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
&:hover
|
|
328
|
+
.v-list-item__overlay
|
|
329
|
+
opacity: calc(#{map.get(settings.$states, 'hover')} * var(--v-theme-overlay-multiplier))
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
transition: $main-transition
|
|
8
|
-
padding-left: var(--v-layout-left)
|
|
9
|
-
padding-right: var(--v-layout-right)
|
|
10
|
-
padding-top: var(--v-layout-top)
|
|
11
|
-
padding-bottom: var(--v-layout-bottom)
|
|
12
|
-
|
|
13
|
-
&__scroller
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-main
|
|
6
|
+
flex: 1 0 auto
|
|
14
7
|
max-width: 100%
|
|
15
|
-
|
|
8
|
+
transition: $main-transition
|
|
9
|
+
padding-left: var(--v-layout-left)
|
|
10
|
+
padding-right: var(--v-layout-right)
|
|
11
|
+
padding-top: var(--v-layout-top)
|
|
12
|
+
padding-bottom: var(--v-layout-bottom)
|
|
13
|
+
|
|
14
|
+
&__scroller
|
|
15
|
+
max-width: 100%
|
|
16
|
+
position: relative
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
&--scrollable
|
|
19
|
+
display: flex
|
|
20
|
+
@include tools.absolute()
|
|
20
21
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
& > .v-main__scroller
|
|
23
|
+
flex: 1 1 auto
|
|
24
|
+
overflow-y: auto
|
|
25
|
+
--v-layout-left: 0px
|
|
26
|
+
--v-layout-right: 0px
|
|
27
|
+
--v-layout-top: 0px
|
|
28
|
+
--v-layout-bottom: 0px
|