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
|
@@ -1,170 +1,172 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../styles/tools'
|
|
2
|
+
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-calendar-weekly
|
|
6
|
+
width: 100%
|
|
7
|
+
height: 100%
|
|
8
|
+
display: flex
|
|
9
|
+
flex-direction: column
|
|
10
|
+
// https://github.com/vuetifyjs/vuetify/issues/8319
|
|
11
|
+
min-height: 0
|
|
12
|
+
// Themed
|
|
13
|
+
background-color: #fff
|
|
12
14
|
|
|
13
|
-
.v-calendar__container
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
.v-calendar__container
|
|
16
|
+
border-top: $calendar-line-width solid $calendar-line-color
|
|
17
|
+
border-left: $calendar-line-width solid $calendar-line-color
|
|
18
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
17
19
|
|
|
18
|
-
.v-calendar-weekly__head
|
|
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
|
-
|
|
20
|
+
.v-calendar-weekly__head
|
|
21
|
+
display: grid
|
|
22
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(7, 1fr)
|
|
23
|
+
user-select: none
|
|
24
|
+
&.days__0
|
|
25
|
+
grid-template-columns: 1fr
|
|
26
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
27
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis 1fr
|
|
28
|
+
&.days__1
|
|
29
|
+
grid-template-columns: 1fr
|
|
30
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
31
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis 1fr
|
|
32
|
+
&.days__2
|
|
33
|
+
grid-template-columns: repeat(2, 1fr)
|
|
34
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
35
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(2, 1fr)
|
|
36
|
+
&.days__3
|
|
37
|
+
grid-template-columns: repeat(3, 1fr)
|
|
38
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
39
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(3, 1fr)
|
|
40
|
+
&.days__4
|
|
41
|
+
grid-template-columns: repeat(4, 1fr)
|
|
42
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
43
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(4, 1fr)
|
|
44
|
+
&.days__5
|
|
45
|
+
grid-template-columns: repeat(5, 1fr)
|
|
46
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
47
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(5, 1fr)
|
|
48
|
+
&.days__6
|
|
49
|
+
grid-template-columns: repeat(6, 1fr)
|
|
50
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
51
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(6, 1fr)
|
|
52
|
+
&.days__7
|
|
53
|
+
grid-template-columns: repeat(7, 1fr)
|
|
54
|
+
&.v-calendar-weekly__head-weeknumbers
|
|
55
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(7, 1fr)
|
|
54
56
|
|
|
55
|
-
.v-calendar-weekly__head-weekday, .v-calendar-weekly__head-weekday-with-weeknumber
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
57
|
+
.v-calendar-weekly__head-weekday, .v-calendar-weekly__head-weekday-with-weeknumber
|
|
58
|
+
flex: 1 0 20px
|
|
59
|
+
user-select: none
|
|
60
|
+
padding: $calendar-weekly-weekday-padding
|
|
61
|
+
font-size: $calendar-weekly-weekday-font-size
|
|
62
|
+
overflow: hidden
|
|
63
|
+
text-align: center
|
|
64
|
+
text-overflow: ellipsis
|
|
65
|
+
text-transform: uppercase
|
|
66
|
+
white-space: nowrap
|
|
67
|
+
// Themed
|
|
68
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
67
69
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
&:last-child
|
|
71
|
+
border-right: none
|
|
70
72
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
// TODO change this
|
|
74
|
+
> div .v-btn
|
|
75
|
+
font-size: 1.5rem
|
|
74
76
|
|
|
75
|
-
.v-calendar-weekly__head-weeknumber
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
.v-calendar-weekly__head-weeknumber
|
|
78
|
+
background: $calendar-weekly-weeknumber-background
|
|
79
|
+
color: $calendar-weekly-weeknumber-color
|
|
78
80
|
|
|
79
|
-
.v-calendar-weekly__week
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
.v-calendar-weekly__week
|
|
82
|
+
display: flex
|
|
83
|
+
flex: 1
|
|
84
|
+
height: unset
|
|
85
|
+
// https://github.com/vuetifyjs/vuetify/issues/8319
|
|
86
|
+
min-height: 0
|
|
85
87
|
|
|
86
|
-
.v-calendar-month__weeknumber
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
88
|
+
.v-calendar-month__weeknumber
|
|
89
|
+
padding-top: $calendar-weekly-weeknumber-padding-top
|
|
90
|
+
background: $calendar-month-weeknumber-background
|
|
91
|
+
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
92
|
+
color: $calendar-month-weeknumber-color
|
|
93
|
+
text-align: center
|
|
94
|
+
font-size: $calendar-weekly-weeknumber-font-size
|
|
95
|
+
font-weight: $calendar-weekly-weeknumber-font-weight
|
|
94
96
|
|
|
95
|
-
.v-calendar-month__days
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
> .v-calendar-month__day
|
|
99
|
-
min-height: $calendar-weekly-day-min-height
|
|
100
|
-
&.days__0
|
|
101
|
-
grid-template-columns: 1fr
|
|
97
|
+
.v-calendar-month__days
|
|
98
|
+
display: grid
|
|
99
|
+
flex: 1 1
|
|
102
100
|
> .v-calendar-month__day
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
&.
|
|
129
|
-
grid-template-columns:
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
101
|
+
min-height: $calendar-weekly-day-min-height
|
|
102
|
+
&.days__0
|
|
103
|
+
grid-template-columns: 1fr
|
|
104
|
+
> .v-calendar-month__day
|
|
105
|
+
border-right: none
|
|
106
|
+
&.days__1
|
|
107
|
+
grid-template-columns: 1fr
|
|
108
|
+
> .v-calendar-month__day
|
|
109
|
+
border-right: none
|
|
110
|
+
&.days__2
|
|
111
|
+
grid-template-columns: repeat(2, 1fr)
|
|
112
|
+
> .v-calendar-month__day:nth-child(2n)
|
|
113
|
+
border-right: none
|
|
114
|
+
&.days__3
|
|
115
|
+
grid-template-columns: repeat(3, 1fr)
|
|
116
|
+
> .v-calendar-month__day:nth-child(3n)
|
|
117
|
+
border-right: none
|
|
118
|
+
&.days__4
|
|
119
|
+
grid-template-columns: repeat(4, 1fr)
|
|
120
|
+
> .v-calendar-month__day:nth-child(4n)
|
|
121
|
+
border-right: none
|
|
122
|
+
&.days__5
|
|
123
|
+
grid-template-columns: repeat(5, 1fr)
|
|
124
|
+
> .v-calendar-month__day:nth-child(5n)
|
|
125
|
+
border-right: none
|
|
126
|
+
&.days__6
|
|
127
|
+
grid-template-columns: repeat(6, 1fr)
|
|
128
|
+
> .v-calendar-month__day:nth-child(6n)
|
|
129
|
+
border-right: none
|
|
130
|
+
&.v-calendar-month__weeknumbers
|
|
131
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(6, 1fr)
|
|
132
|
+
&.days__7
|
|
133
|
+
grid-template-columns: repeat(7, 1fr)
|
|
134
|
+
> .v-calendar-month__day:nth-child(7n)
|
|
135
|
+
border-right: none
|
|
134
136
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
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
|
-
|
|
137
|
+
&.days-with-weeknumbers__0
|
|
138
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis 1fr
|
|
139
|
+
> .v-calendar-month__day
|
|
140
|
+
border-right: none
|
|
141
|
+
&.days-with-weeknumbers__1
|
|
142
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis 1fr
|
|
143
|
+
> .v-calendar-month__day
|
|
144
|
+
border-right: none
|
|
145
|
+
&.days-with-weeknumbers__2
|
|
146
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(2, 1fr)
|
|
147
|
+
> .v-calendar-month__day:nth-child(3n)
|
|
148
|
+
border-right: none
|
|
149
|
+
&.days-with-weeknumbers__3
|
|
150
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(3, 1fr)
|
|
151
|
+
> .v-calendar-month__day:nth-child(4n)
|
|
152
|
+
border-right: none
|
|
153
|
+
&.days-with-weeknumbers__4
|
|
154
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(4, 1fr)
|
|
155
|
+
> .v-calendar-month__day:nth-child(5n)
|
|
156
|
+
border-right: none
|
|
157
|
+
&.days-with-weeknumbers__5
|
|
158
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(5, 1fr)
|
|
159
|
+
> .v-calendar-month__day:nth-child(6n)
|
|
160
|
+
border-right: none
|
|
161
|
+
&.days-with-weeknumbers__6
|
|
162
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(6, 1fr)
|
|
163
|
+
> .v-calendar-month__day:nth-child(7n)
|
|
164
|
+
border-right: none
|
|
165
|
+
&.days-with-weeknumbers__7
|
|
166
|
+
grid-template-columns: $calendar-weekly-weeknumber-flex-basis repeat(7, 1fr)
|
|
167
|
+
> .v-calendar-month__day:nth-child(7n)
|
|
168
|
+
border-right: $calendar-line-width solid $calendar-line-width
|
|
169
|
+
> .v-calendar-month__day:nth-child(8n)
|
|
170
|
+
border-right: none
|
|
171
|
+
> .v-calendar-month__day:nth-child(8n)
|
|
172
|
+
border-right: none
|
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
position: relative
|
|
3
|
-
display: flex
|
|
4
|
-
flex-direction: column
|
|
1
|
+
@use '../../styles/tools'
|
|
5
2
|
|
|
6
|
-
.
|
|
7
|
-
.v-
|
|
8
|
-
|
|
3
|
+
@include tools.layer('components')
|
|
4
|
+
.v-calendar-day
|
|
5
|
+
position: relative
|
|
6
|
+
display: flex
|
|
7
|
+
flex-direction: column
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
.v-calendar-weekly
|
|
10
|
+
.v-calendar__container
|
|
11
|
+
display: grid
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
&.days__7
|
|
14
|
+
grid-template-columns: repeat(7, 1fr)
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
&.days__6
|
|
17
|
+
grid-template-columns: repeat(6, 1fr)
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
&.days__5
|
|
20
|
+
grid-template-columns: repeat(5, 1fr)
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
&.days__4
|
|
23
|
+
grid-template-columns: repeat(4, 1fr)
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
&.days__3
|
|
26
|
+
grid-template-columns: repeat(3, 1fr)
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
&.days__2
|
|
29
|
+
grid-template-columns: repeat(2, 1fr)
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
&.days__1
|
|
32
|
+
grid-template-columns: repeat(1, 1fr)
|
|
33
|
+
|
|
34
|
+
&.days__0
|
|
35
|
+
grid-template-columns: repeat(1, 1fr)
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../styles/tools'
|
|
2
|
+
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-calendar-header
|
|
6
|
+
align-items: $calendar-header-align
|
|
7
|
+
display: $calendar-header-display
|
|
8
|
+
min-height: $calendar-header-min-height
|
|
7
9
|
|
|
8
|
-
.v-calendar-header__today
|
|
9
|
-
|
|
10
|
+
.v-calendar-header__today
|
|
11
|
+
margin-inline-end: $calendar-header-today-margin-end
|
|
10
12
|
|
|
11
|
-
.v-calendar-header__title
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
.v-calendar-header__title
|
|
14
|
+
font-size: $calendar-header-title-font-size
|
|
15
|
+
margin-inline-start: $calendar-header-title-margin-start
|
|
@@ -1,40 +1,42 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../styles/tools'
|
|
2
|
+
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
.v-calendar-day__row-hairline
|
|
9
|
-
position: relative
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-calendar-day__row-with-label
|
|
6
|
+
display: grid
|
|
7
|
+
grid-template-columns: 48px 8px 1fr
|
|
10
8
|
border-right: $calendar-line-width solid $calendar-line-color
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
|
|
10
|
+
.v-calendar-day__row-hairline
|
|
11
|
+
position: relative
|
|
12
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
13
|
+
&:after
|
|
14
|
+
content: ''
|
|
15
|
+
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
16
|
+
position: absolute
|
|
17
|
+
width: 100%
|
|
18
|
+
margin-top: -1px
|
|
19
|
+
z-index: 3
|
|
20
|
+
pointer-events: none
|
|
21
|
+
|
|
22
|
+
.v-calendar-day__row-label
|
|
23
|
+
font-size: 10px
|
|
24
|
+
text-align: center
|
|
25
|
+
position: relative
|
|
26
|
+
top: -8px
|
|
27
|
+
.v-calendar-day__row-content
|
|
13
28
|
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
margin-top: -1px
|
|
17
|
-
z-index: 3
|
|
18
|
-
pointer-events: none
|
|
29
|
+
&.v-calendar-day__row-content-through
|
|
30
|
+
border-bottom: none
|
|
19
31
|
|
|
20
|
-
.v-calendar-day__row-label
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
top: -8px
|
|
25
|
-
.v-calendar-day__row-content
|
|
26
|
-
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
27
|
-
&.v-calendar-day__row-content-through
|
|
28
|
-
border-bottom: none
|
|
32
|
+
.v-calendar-day__row-without-label
|
|
33
|
+
display: grid
|
|
34
|
+
grid-template-columns: 1fr
|
|
35
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
29
36
|
|
|
30
|
-
.v-calendar-day__row-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
border-right: $calendar-line-width solid $calendar-line-color
|
|
34
|
-
|
|
35
|
-
.v-calendar-day__row-content
|
|
36
|
-
overflow: hidden
|
|
37
|
-
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
37
|
+
.v-calendar-day__row-content
|
|
38
|
+
overflow: hidden
|
|
39
|
+
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
38
40
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
+
&.v-calendar-day__row-content-through
|
|
42
|
+
border-bottom: none
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
@use '../../styles/tools'
|
|
2
|
+
|
|
3
|
+
@include tools.layer('components')
|
|
4
|
+
.v-calendar-internal-event
|
|
5
|
+
overflow: hidden
|
|
6
|
+
padding: 4px
|
|
7
|
+
text-overflow: ellipsis
|
|
8
|
+
white-space: nowrap
|
|
9
|
+
// width: 100%
|
|
@@ -1,65 +1,67 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../styles/tools'
|
|
2
|
+
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-calendar-month__day
|
|
6
|
+
position: relative
|
|
7
|
+
display: flex
|
|
8
|
+
flex-direction: column
|
|
9
|
+
// https://github.com/vuetifyjs/vuetify/issues/9058
|
|
10
|
+
// https://bugzilla.mozilla.org/show_bug.cgi?id=1114904
|
|
11
|
+
min-width: 0
|
|
12
|
+
min-height: $calendar-weekly-day-min-height
|
|
13
|
+
// Themed
|
|
14
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
15
|
+
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
16
|
+
flex: 1 1 auto
|
|
17
|
+
border-inline-end: $calendar-line-width solid $calendar-line-color
|
|
16
18
|
|
|
17
|
-
.v-calendar-weekly__day
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
19
|
+
.v-calendar-weekly__day
|
|
20
|
+
flex: 1
|
|
21
|
+
width: 0
|
|
22
|
+
overflow: hidden
|
|
23
|
+
user-select: none
|
|
24
|
+
position: relative
|
|
25
|
+
padding: $calendar-weekly-day-padding
|
|
26
|
+
// https://github.com/vuetifyjs/vuetify/issues/9058
|
|
27
|
+
// https://bugzilla.mozilla.org/show_bug.cgi?id=1114904
|
|
28
|
+
min-width: 0
|
|
29
|
+
min-height: $calendar-weekly-day-min-height
|
|
30
|
+
// Themed
|
|
31
|
+
border-right: $calendar-line-width solid $calendar-line-color
|
|
32
|
+
border-bottom: $calendar-line-width solid $calendar-line-color
|
|
33
|
+
flex: 1 1 auto
|
|
34
|
+
border-inline-end: $calendar-line-width solid $calendar-line-color
|
|
35
|
+
text-align: center
|
|
34
36
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
&.v-present
|
|
38
|
+
.v-calendar-weekly__day-month
|
|
39
|
+
color: currentColor
|
|
38
40
|
|
|
39
|
-
.v-calendar-weekly__day-label
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
.v-calendar-weekly__day-label
|
|
42
|
+
text-decoration: none
|
|
43
|
+
user-select: none
|
|
44
|
+
cursor: pointer
|
|
45
|
+
box-shadow: none
|
|
46
|
+
text-align: center
|
|
45
47
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
.v-btn
|
|
49
|
+
font-size: $calendar-weekly-day-label-font-size
|
|
50
|
+
text-transform: none !important
|
|
49
51
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
&.v-calendar-weekly__day-label__today
|
|
53
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity))
|
|
54
|
+
color: rgb(var(--v-theme-on-surface-variant))
|
|
53
55
|
|
|
54
|
-
.v-calendar-weekly__day-month
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
.v-calendar-weekly__day-month
|
|
57
|
+
position: absolute
|
|
58
|
+
text-decoration: none
|
|
59
|
+
user-select: none
|
|
60
|
+
box-shadow: none
|
|
61
|
+
top: 0
|
|
62
|
+
left: $calendar-weekly-day-month-left
|
|
63
|
+
height: $calendar-weekly-day-label-size
|
|
64
|
+
line-height: $calendar-weekly-day-label-size
|
|
63
65
|
|
|
64
|
-
.v-calendar-weekly__day-alldayevents-container
|
|
65
|
-
|
|
66
|
+
.v-calendar-weekly__day-alldayevents-container
|
|
67
|
+
min-height: 24px
|