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
|
@@ -4,96 +4,97 @@
|
|
|
4
4
|
@use '../../styles/tools'
|
|
5
5
|
@use './variables' as *
|
|
6
6
|
|
|
7
|
-
.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
.v-label
|
|
17
|
-
white-space: normal
|
|
18
|
-
word-break: break-word
|
|
19
|
-
height: 100%
|
|
20
|
-
|
|
21
|
-
&--disabled
|
|
22
|
-
opacity: var(--v-disabled-opacity)
|
|
23
|
-
pointer-events: none
|
|
24
|
-
|
|
25
|
-
&--error,
|
|
26
|
-
&--disabled
|
|
27
|
-
.v-label
|
|
28
|
-
opacity: 1
|
|
7
|
+
@include tools.layer('components')
|
|
8
|
+
.v-selection-control
|
|
9
|
+
align-items: center
|
|
10
|
+
contain: layout
|
|
11
|
+
display: flex
|
|
12
|
+
flex: 1 0
|
|
13
|
+
grid-area: control
|
|
14
|
+
position: relative
|
|
15
|
+
user-select: none
|
|
29
16
|
|
|
30
|
-
&--error:not(.v-selection-control--disabled)
|
|
31
17
|
.v-label
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
18
|
+
white-space: normal
|
|
19
|
+
word-break: break-word
|
|
20
|
+
height: 100%
|
|
21
|
+
|
|
22
|
+
&--disabled
|
|
23
|
+
opacity: var(--v-disabled-opacity)
|
|
24
|
+
pointer-events: none
|
|
25
|
+
|
|
26
|
+
&--error,
|
|
27
|
+
&--disabled
|
|
28
|
+
.v-label
|
|
29
|
+
opacity: 1
|
|
30
|
+
|
|
31
|
+
&--error:not(.v-selection-control--disabled)
|
|
32
|
+
.v-label
|
|
33
|
+
color: rgb(var(--v-theme-error))
|
|
34
|
+
|
|
35
|
+
&--inline
|
|
36
|
+
display: inline-flex
|
|
37
|
+
flex: 0 0 auto
|
|
38
|
+
min-width: 0
|
|
39
|
+
max-width: 100%
|
|
40
|
+
|
|
41
|
+
.v-label
|
|
42
|
+
width: auto
|
|
43
|
+
|
|
44
|
+
@at-root
|
|
45
|
+
@include tools.density('v-selection-control', $selection-control-density) using ($modifier)
|
|
46
|
+
--v-selection-control-size: #{$selection-control-size + $modifier}
|
|
47
|
+
|
|
48
|
+
.v-selection-control__wrapper
|
|
49
|
+
width: var(--v-selection-control-size)
|
|
50
|
+
height: var(--v-selection-control-size)
|
|
35
51
|
display: inline-flex
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
52
|
+
align-items: center
|
|
53
|
+
position: relative
|
|
54
|
+
justify-content: center
|
|
55
|
+
flex: none
|
|
56
|
+
|
|
57
|
+
.v-selection-control__input
|
|
58
|
+
width: var(--v-selection-control-size)
|
|
59
|
+
height: var(--v-selection-control-size)
|
|
60
|
+
align-items: center
|
|
61
|
+
display: flex
|
|
62
|
+
flex: none
|
|
63
|
+
justify-content: center
|
|
64
|
+
position: relative
|
|
65
|
+
border-radius: 50%
|
|
66
|
+
|
|
67
|
+
input
|
|
68
|
+
cursor: pointer
|
|
69
|
+
position: absolute
|
|
70
|
+
left: 0
|
|
71
|
+
top: 0
|
|
72
|
+
width: 100%
|
|
73
|
+
height: 100%
|
|
74
|
+
opacity: 0
|
|
75
|
+
|
|
76
|
+
&::before
|
|
77
|
+
@include tools.absolute(true)
|
|
78
|
+
border-radius: 100%
|
|
79
|
+
background-color: currentColor
|
|
80
|
+
opacity: 0
|
|
81
|
+
pointer-events: none
|
|
82
|
+
|
|
83
|
+
&:hover::before
|
|
84
|
+
opacity: calc(#{map.get(settings.$states, 'hover')} * var(--v-theme-overlay-multiplier))
|
|
39
85
|
|
|
40
|
-
.v-label
|
|
41
|
-
width: auto
|
|
42
|
-
|
|
43
|
-
@at-root
|
|
44
|
-
@include tools.density('v-selection-control', $selection-control-density) using ($modifier)
|
|
45
|
-
--v-selection-control-size: #{$selection-control-size + $modifier}
|
|
46
|
-
|
|
47
|
-
.v-selection-control__wrapper
|
|
48
|
-
width: var(--v-selection-control-size)
|
|
49
|
-
height: var(--v-selection-control-size)
|
|
50
|
-
display: inline-flex
|
|
51
|
-
align-items: center
|
|
52
|
-
position: relative
|
|
53
|
-
justify-content: center
|
|
54
|
-
flex: none
|
|
55
|
-
|
|
56
|
-
.v-selection-control__input
|
|
57
|
-
width: var(--v-selection-control-size)
|
|
58
|
-
height: var(--v-selection-control-size)
|
|
59
|
-
align-items: center
|
|
60
|
-
display: flex
|
|
61
|
-
flex: none
|
|
62
|
-
justify-content: center
|
|
63
|
-
position: relative
|
|
64
|
-
border-radius: 50%
|
|
65
|
-
|
|
66
|
-
input
|
|
67
|
-
cursor: pointer
|
|
68
|
-
position: absolute
|
|
69
|
-
left: 0
|
|
70
|
-
top: 0
|
|
71
|
-
width: 100%
|
|
72
|
-
height: 100%
|
|
73
|
-
opacity: 0
|
|
74
|
-
|
|
75
|
-
&::before
|
|
76
|
-
@include tools.absolute(true)
|
|
77
|
-
border-radius: 100%
|
|
78
|
-
background-color: currentColor
|
|
79
|
-
opacity: 0
|
|
80
|
-
pointer-events: none
|
|
81
|
-
|
|
82
|
-
&:hover::before
|
|
83
|
-
opacity: calc(#{map.get(settings.$states, 'hover')} * var(--v-theme-overlay-multiplier))
|
|
84
|
-
|
|
85
|
-
> .v-icon
|
|
86
|
-
opacity: var(--v-medium-emphasis-opacity)
|
|
87
|
-
|
|
88
|
-
.v-selection-control--disabled &,
|
|
89
|
-
.v-selection-control--dirty &,
|
|
90
|
-
.v-selection-control--error &
|
|
91
86
|
> .v-icon
|
|
92
|
-
opacity:
|
|
87
|
+
opacity: var(--v-medium-emphasis-opacity)
|
|
93
88
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
89
|
+
.v-selection-control--disabled &,
|
|
90
|
+
.v-selection-control--dirty &,
|
|
91
|
+
.v-selection-control--error &
|
|
92
|
+
> .v-icon
|
|
93
|
+
opacity: 1
|
|
94
|
+
|
|
95
|
+
.v-selection-control--error:not(.v-selection-control--disabled) &
|
|
96
|
+
> .v-icon
|
|
97
|
+
color: rgb(var(--v-theme-error))
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
.v-selection-control--focus-visible &::before
|
|
100
|
+
opacity: calc(#{map.get(settings.$states, 'focus')} * var(--v-theme-overlay-multiplier))
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
+
@use '../../styles/tools'
|
|
1
2
|
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-selection-control-group
|
|
6
|
+
grid-area: $selection-control-group-grid-area
|
|
7
|
+
display: flex
|
|
8
|
+
flex-direction: column
|
|
7
9
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
10
|
+
&--inline
|
|
11
|
+
flex-direction: row
|
|
12
|
+
flex-wrap: wrap
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-sheet
|
|
6
|
+
display: block
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
@include tools.border($sheet-border...)
|
|
9
|
+
@include tools.elevation($sheet-elevation)
|
|
10
|
+
@include tools.position($sheet-positions)
|
|
11
|
+
@include tools.rounded($sheet-border-radius)
|
|
12
|
+
@include tools.theme($sheet-theme...)
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
&--rounded
|
|
15
|
+
@include tools.rounded($sheet-rounded-border-radius)
|
|
@@ -3,226 +3,227 @@
|
|
|
3
3
|
@use '../../styles/tools'
|
|
4
4
|
@use './variables' as *
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
background: $skeleton-loader-background
|
|
9
|
-
border-radius: $skeleton-loader-border-radius
|
|
10
|
-
display: flex
|
|
11
|
-
flex-wrap: wrap
|
|
12
|
-
position: relative
|
|
13
|
-
vertical-align: top
|
|
14
|
-
|
|
15
|
-
&__actions
|
|
16
|
-
justify-content: end
|
|
17
|
-
|
|
18
|
-
.v-skeleton-loader__ossein
|
|
19
|
-
height: 100%
|
|
20
|
-
|
|
21
|
-
.v-skeleton-loader__avatar,
|
|
22
|
-
.v-skeleton-loader__button,
|
|
23
|
-
.v-skeleton-loader__chip,
|
|
24
|
-
.v-skeleton-loader__divider,
|
|
25
|
-
.v-skeleton-loader__heading,
|
|
26
|
-
.v-skeleton-loader__image,
|
|
27
|
-
.v-skeleton-loader__ossein,
|
|
28
|
-
.v-skeleton-loader__text
|
|
29
|
-
background: $skeleton-loader-text-background
|
|
30
|
-
|
|
31
|
-
.v-skeleton-loader__list-item,
|
|
32
|
-
.v-skeleton-loader__list-item-avatar,
|
|
33
|
-
.v-skeleton-loader__list-item-text,
|
|
34
|
-
.v-skeleton-loader__list-item-two-line,
|
|
35
|
-
.v-skeleton-loader__list-item-avatar-two-line,
|
|
36
|
-
.v-skeleton-loader__list-item-three-line,
|
|
37
|
-
.v-skeleton-loader__list-item-avatar-three-line
|
|
38
|
-
border-radius: $skeleton-loader-border-radius
|
|
39
|
-
|
|
40
|
-
&__bone
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
.v-skeleton-loader
|
|
41
8
|
align-items: center
|
|
42
|
-
|
|
9
|
+
background: $skeleton-loader-background
|
|
10
|
+
border-radius: $skeleton-loader-border-radius
|
|
43
11
|
display: flex
|
|
44
|
-
flex: 1 1 100%
|
|
45
12
|
flex-wrap: wrap
|
|
46
|
-
overflow: hidden
|
|
47
13
|
position: relative
|
|
14
|
+
vertical-align: top
|
|
48
15
|
|
|
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
|
-
|
|
16
|
+
&__actions
|
|
17
|
+
justify-content: end
|
|
18
|
+
|
|
19
|
+
.v-skeleton-loader__ossein
|
|
20
|
+
height: 100%
|
|
21
|
+
|
|
22
|
+
.v-skeleton-loader__avatar,
|
|
23
|
+
.v-skeleton-loader__button,
|
|
24
|
+
.v-skeleton-loader__chip,
|
|
25
|
+
.v-skeleton-loader__divider,
|
|
26
|
+
.v-skeleton-loader__heading,
|
|
27
|
+
.v-skeleton-loader__image,
|
|
28
|
+
.v-skeleton-loader__ossein,
|
|
29
|
+
.v-skeleton-loader__text
|
|
30
|
+
background: $skeleton-loader-text-background
|
|
31
|
+
|
|
32
|
+
.v-skeleton-loader__list-item,
|
|
33
|
+
.v-skeleton-loader__list-item-avatar,
|
|
34
|
+
.v-skeleton-loader__list-item-text,
|
|
35
|
+
.v-skeleton-loader__list-item-two-line,
|
|
36
|
+
.v-skeleton-loader__list-item-avatar-two-line,
|
|
37
|
+
.v-skeleton-loader__list-item-three-line,
|
|
38
|
+
.v-skeleton-loader__list-item-avatar-three-line
|
|
39
|
+
border-radius: $skeleton-loader-border-radius
|
|
40
|
+
|
|
41
|
+
&__bone
|
|
42
|
+
align-items: center
|
|
43
|
+
border-radius: inherit
|
|
44
|
+
display: flex
|
|
45
|
+
flex: 1 1 100%
|
|
46
|
+
flex-wrap: wrap
|
|
47
|
+
overflow: hidden
|
|
48
|
+
position: relative
|
|
49
|
+
|
|
50
|
+
&::after
|
|
51
|
+
@include tools.absolute(true)
|
|
52
|
+
|
|
53
|
+
animation: $skeleton-loader-loading-animation
|
|
54
|
+
background: $skeleton-loader-bone-background
|
|
55
|
+
transform: $skeleton-loader-loading-transform
|
|
56
|
+
z-index: 1
|
|
57
|
+
|
|
58
|
+
&__avatar
|
|
59
|
+
border-radius: 50%
|
|
60
|
+
flex: 0 1 auto
|
|
61
|
+
margin: $skeleton-loader-avatar-margin
|
|
62
|
+
max-height: $skeleton-loader-avatar-height
|
|
63
|
+
min-height: $skeleton-loader-avatar-height
|
|
64
|
+
height: $skeleton-loader-avatar-height
|
|
65
|
+
max-width: $skeleton-loader-avatar-width
|
|
66
|
+
min-width: $skeleton-loader-avatar-width
|
|
67
|
+
width: $skeleton-loader-avatar-width
|
|
68
|
+
|
|
69
|
+
+ .v-skeleton-loader__bone
|
|
70
|
+
flex: 1 1 auto
|
|
75
71
|
margin-inline-start: 0
|
|
76
72
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
max-width: $skeleton-loader-button-width
|
|
73
|
+
+ .v-skeleton-loader__sentences,
|
|
74
|
+
+ .v-skeleton-loader__paragraph
|
|
75
|
+
> .v-skeleton-loader__text
|
|
76
|
+
margin-inline-start: 0
|
|
82
77
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
78
|
+
&__button
|
|
79
|
+
border-radius: $skeleton-loader-button-border-radius
|
|
80
|
+
height: $skeleton-loader-button-height
|
|
81
|
+
margin: $skeleton-loader-gutter
|
|
82
|
+
max-width: $skeleton-loader-button-width
|
|
86
83
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
> .v-skeleton-loader__text
|
|
84
|
+
+ .v-skeleton-loader__bone
|
|
85
|
+
flex: 1 1 auto
|
|
90
86
|
margin-inline-start: 0
|
|
91
87
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
max-width: $skeleton-loader-chip-width
|
|
88
|
+
+ .v-skeleton-loader__sentences,
|
|
89
|
+
+ .v-skeleton-loader__paragraph
|
|
90
|
+
> .v-skeleton-loader__text
|
|
91
|
+
margin-inline-start: 0
|
|
97
92
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
margin-
|
|
93
|
+
&__chip
|
|
94
|
+
border-radius: $skeleton-loader-chip-border-radius
|
|
95
|
+
margin: $skeleton-loader-gutter
|
|
96
|
+
height: $skeleton-loader-chip-height
|
|
97
|
+
max-width: $skeleton-loader-chip-width
|
|
101
98
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
> .v-skeleton-loader__text
|
|
99
|
+
+ .v-skeleton-loader__bone
|
|
100
|
+
flex: 1 1 auto
|
|
105
101
|
margin-inline-start: 0
|
|
106
102
|
|
|
107
|
-
|
|
108
|
-
|
|
103
|
+
+ .v-skeleton-loader__sentences,
|
|
104
|
+
+ .v-skeleton-loader__paragraph
|
|
105
|
+
> .v-skeleton-loader__text
|
|
106
|
+
margin-inline-start: 0
|
|
109
107
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
max-width: $skeleton-loader-date-picker-text-max-width
|
|
113
|
-
width: $skeleton-loader-date-picker-text-width
|
|
108
|
+
&__date-picker
|
|
109
|
+
border-radius: $skeleton-loader-date-picker-border-radius
|
|
114
110
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
111
|
+
.v-skeleton-loader__list-item:first-child
|
|
112
|
+
.v-skeleton-loader__text
|
|
113
|
+
max-width: $skeleton-loader-date-picker-text-max-width
|
|
114
|
+
width: $skeleton-loader-date-picker-text-width
|
|
118
115
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
.v-skeleton-loader__heading
|
|
117
|
+
max-width: $skeleton-loader-date-picker-heading-max-width
|
|
118
|
+
width: $skeleton-loader-date-picker-heading-width
|
|
122
119
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
margin: $skeleton-loader-
|
|
126
|
-
max-width: 100%
|
|
120
|
+
&__date-picker-days
|
|
121
|
+
flex-wrap: wrap
|
|
122
|
+
margin: $skeleton-loader-gutter
|
|
127
123
|
|
|
128
|
-
|
|
129
|
-
|
|
124
|
+
.v-skeleton-loader__avatar
|
|
125
|
+
border-radius: $skeleton-loader-border-radius
|
|
126
|
+
margin: $skeleton-loader-date-picker-days-margin
|
|
127
|
+
max-width: 100%
|
|
130
128
|
|
|
131
|
-
|
|
132
|
-
flex:
|
|
129
|
+
&__date-picker-options
|
|
130
|
+
flex-wrap: nowrap
|
|
133
131
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
height: $skeleton-loader-divider-height
|
|
132
|
+
.v-skeleton-loader__text
|
|
133
|
+
flex: 1 1 auto
|
|
137
134
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
height: $skeleton-loader-heading-height
|
|
135
|
+
&__divider
|
|
136
|
+
border-radius: $skeleton-loader-divider-border-radius
|
|
137
|
+
height: $skeleton-loader-divider-height
|
|
142
138
|
|
|
143
|
-
|
|
144
|
-
|
|
139
|
+
&__heading
|
|
140
|
+
border-radius: $skeleton-loader-heading-border-radius
|
|
141
|
+
margin: $skeleton-loader-gutter
|
|
142
|
+
height: $skeleton-loader-heading-height
|
|
145
143
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
border-radius: 0
|
|
144
|
+
+ .v-skeleton-loader__subtitle
|
|
145
|
+
margin-top: -$skeleton-loader-gutter
|
|
149
146
|
|
|
150
|
-
|
|
151
|
-
|
|
147
|
+
&__image
|
|
148
|
+
height: $skeleton-loader-image-height
|
|
152
149
|
border-radius: 0
|
|
153
150
|
|
|
154
|
-
|
|
155
|
-
|
|
151
|
+
&__card
|
|
152
|
+
.v-skeleton-loader__image
|
|
153
|
+
border-radius: 0
|
|
156
154
|
|
|
157
|
-
|
|
158
|
-
margin:
|
|
155
|
+
&__list-item
|
|
156
|
+
margin: $skeleton-loader-gutter
|
|
159
157
|
|
|
160
|
-
|
|
161
|
-
|
|
158
|
+
.v-skeleton-loader__text
|
|
159
|
+
margin: 0
|
|
162
160
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
max-width: $skeleton-loader-gutter
|
|
161
|
+
&__table-thead
|
|
162
|
+
justify-content: space-between
|
|
166
163
|
|
|
167
|
-
|
|
168
|
-
|
|
164
|
+
.v-skeleton-loader__heading
|
|
165
|
+
margin-top: $skeleton-loader-gutter
|
|
166
|
+
max-width: $skeleton-loader-gutter
|
|
169
167
|
|
|
170
|
-
|
|
171
|
-
|
|
168
|
+
&__table-tfoot
|
|
169
|
+
flex-wrap: nowrap
|
|
172
170
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
margin: $skeleton-loader-table-row-margin
|
|
176
|
-
justify-content: space-evenly
|
|
177
|
-
flex-wrap: nowrap
|
|
171
|
+
> .v-skeleton-loader__text.v-skeleton-loader__bone
|
|
172
|
+
margin-top: $skeleton-loader-gutter
|
|
178
173
|
|
|
179
|
-
|
|
180
|
-
|
|
174
|
+
&__table-row
|
|
175
|
+
align-items: baseline
|
|
176
|
+
margin: $skeleton-loader-table-row-margin
|
|
177
|
+
justify-content: space-evenly
|
|
178
|
+
flex-wrap: nowrap
|
|
181
179
|
|
|
182
|
-
|
|
183
|
-
|
|
180
|
+
> .v-skeleton-loader__text.v-skeleton-loader__bone
|
|
181
|
+
margin-inline: $skeleton-loader-table-row-text-margin
|
|
184
182
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
display: flex
|
|
188
|
-
height: $skeleton-loader-table-cell-height
|
|
189
|
-
width: $skeleton-loader-table-cell-width
|
|
183
|
+
+ .v-skeleton-loader__divider
|
|
184
|
+
margin: 0 $skeleton-loader-gutter
|
|
190
185
|
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
&__table-cell
|
|
187
|
+
align-items: center
|
|
188
|
+
display: flex
|
|
189
|
+
height: $skeleton-loader-table-cell-height
|
|
190
|
+
width: $skeleton-loader-table-cell-width
|
|
193
191
|
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
.v-skeleton-loader__text
|
|
193
|
+
margin-bottom: 0
|
|
196
194
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
border-radius: $skeleton-loader-subtitle-text-border-radius
|
|
195
|
+
&__subtitle
|
|
196
|
+
max-width: $skeleton-loader-subtitle-max-width
|
|
200
197
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
height: $skeleton-loader-text-height
|
|
198
|
+
> .v-skeleton-loader__text
|
|
199
|
+
height: $skeleton-loader-subtitle-text-height
|
|
200
|
+
border-radius: $skeleton-loader-subtitle-text-border-radius
|
|
205
201
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
202
|
+
&__text
|
|
203
|
+
border-radius: $skeleton-loader-text-border-radius
|
|
204
|
+
margin: $skeleton-loader-gutter
|
|
205
|
+
height: $skeleton-loader-text-height
|
|
209
206
|
|
|
210
207
|
+ .v-skeleton-loader__text
|
|
211
|
-
|
|
208
|
+
margin-top: $skeleton-loader-text-two-text-margin-top
|
|
209
|
+
max-width: $skeleton-loader-text-two-text-max-width
|
|
212
210
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
display: none
|
|
211
|
+
+ .v-skeleton-loader__text
|
|
212
|
+
max-width: $skeleton-loader-text-three-text-max-width
|
|
216
213
|
|
|
217
|
-
|
|
218
|
-
|
|
214
|
+
&--boilerplate
|
|
215
|
+
.v-skeleton-loader__bone:after
|
|
216
|
+
display: none
|
|
219
217
|
|
|
220
|
-
|
|
221
|
-
|
|
218
|
+
&--is-loading
|
|
219
|
+
overflow: hidden
|
|
222
220
|
|
|
223
|
-
|
|
221
|
+
&--tile
|
|
224
222
|
border-radius: 0
|
|
225
223
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
224
|
+
.v-skeleton-loader__bone
|
|
225
|
+
border-radius: 0
|
|
226
|
+
|
|
227
|
+
@keyframes loading
|
|
228
|
+
100%
|
|
229
|
+
transform: translateX(100%)
|
|
@@ -33,11 +33,24 @@
|
|
|
33
33
|
contain: content;
|
|
34
34
|
display: flex;
|
|
35
35
|
flex: 1 1 auto;
|
|
36
|
-
overflow:
|
|
36
|
+
overflow-x: auto;
|
|
37
|
+
overflow-y: hidden;
|
|
38
|
+
scrollbar-width: none;
|
|
39
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
40
|
+
}
|
|
41
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
42
|
+
display: none;
|
|
37
43
|
}
|
|
38
44
|
|
|
45
|
+
.v-slide-group--vertical {
|
|
46
|
+
max-height: inherit;
|
|
47
|
+
}
|
|
39
48
|
.v-slide-group--vertical,
|
|
40
49
|
.v-slide-group--vertical .v-slide-group__container,
|
|
41
50
|
.v-slide-group--vertical .v-slide-group__content {
|
|
42
51
|
flex-direction: column;
|
|
52
|
+
}
|
|
53
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
54
|
+
overflow-x: hidden;
|
|
55
|
+
overflow-y: auto;
|
|
43
56
|
}
|