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,406 +5,407 @@
|
|
|
5
5
|
@use './variables' as *
|
|
6
6
|
@use './mixins' as *
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
.v-timeline
|
|
11
|
-
|
|
8
|
+
@include tools.layer('components')
|
|
9
|
+
// VTimeline
|
|
10
|
+
.v-timeline
|
|
11
|
+
.v-timeline-divider__dot
|
|
12
|
+
background: $timeline-dot-divider-background
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
.v-timeline-divider__inner-dot
|
|
15
|
+
background: $timeline-inner-dot-divider-background
|
|
15
16
|
|
|
16
|
-
.v-timeline
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
.v-timeline
|
|
18
|
+
display: grid
|
|
19
|
+
grid-auto-flow: dense
|
|
20
|
+
position: relative
|
|
20
21
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
@include horizontal(true)
|
|
23
|
+
grid-column-gap: $timeline-item-padding
|
|
24
|
+
width: 100%
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
.v-timeline-item:nth-child(2n)
|
|
27
|
+
.v-timeline-item__body
|
|
28
|
+
grid-row: 3
|
|
29
|
+
padding-block-start: $timeline-item-padding
|
|
30
|
+
|
|
31
|
+
.v-timeline-item__opposite
|
|
32
|
+
grid-row: 1
|
|
33
|
+
padding-block-end: $timeline-item-padding
|
|
34
|
+
align-self: flex-end
|
|
35
|
+
|
|
36
|
+
.v-timeline-item:nth-child(2n+1)
|
|
37
|
+
.v-timeline-item__body
|
|
38
|
+
grid-row: 1
|
|
39
|
+
padding-block-end: $timeline-item-padding
|
|
40
|
+
align-self: flex-end
|
|
41
|
+
|
|
42
|
+
.v-timeline-item__opposite
|
|
43
|
+
grid-row: 3
|
|
44
|
+
padding-block-start: $timeline-item-padding
|
|
45
|
+
|
|
46
|
+
@include vertical(true)
|
|
47
|
+
row-gap: $timeline-item-padding
|
|
48
|
+
height: 100%
|
|
49
|
+
|
|
50
|
+
@include timeline-first-item()
|
|
28
51
|
padding-block-start: $timeline-item-padding
|
|
29
52
|
|
|
30
|
-
|
|
31
|
-
grid-row: 1
|
|
53
|
+
@include timeline-last-item()
|
|
32
54
|
padding-block-end: $timeline-item-padding
|
|
33
|
-
align-self: flex-end
|
|
34
55
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
align-self: flex-end
|
|
56
|
+
.v-timeline-item:nth-child(2n)
|
|
57
|
+
.v-timeline-item__body
|
|
58
|
+
grid-column: 1
|
|
59
|
+
padding-inline-end: $timeline-item-padding
|
|
40
60
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
61
|
+
.v-timeline-item__opposite
|
|
62
|
+
grid-column: 3
|
|
63
|
+
padding-inline-start: $timeline-item-padding
|
|
44
64
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
65
|
+
.v-timeline-item:nth-child(2n+1)
|
|
66
|
+
.v-timeline-item__body
|
|
67
|
+
grid-column: 3
|
|
68
|
+
padding-inline-start: $timeline-item-padding
|
|
48
69
|
|
|
49
|
-
|
|
50
|
-
|
|
70
|
+
.v-timeline-item__opposite
|
|
71
|
+
grid-column: 1
|
|
72
|
+
justify-self: flex-end
|
|
73
|
+
padding-inline-end: $timeline-item-padding
|
|
51
74
|
|
|
52
|
-
|
|
53
|
-
|
|
75
|
+
// VTimelineItem
|
|
76
|
+
.v-timeline-item
|
|
77
|
+
display: contents
|
|
54
78
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
79
|
+
// VTimelineDivider
|
|
80
|
+
.v-timeline-divider
|
|
81
|
+
position: relative
|
|
82
|
+
display: flex
|
|
83
|
+
align-items: center
|
|
59
84
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
85
|
+
@include horizontal
|
|
86
|
+
flex-direction: row
|
|
87
|
+
grid-row: 2
|
|
88
|
+
width: 100%
|
|
63
89
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
90
|
+
@include vertical
|
|
91
|
+
height: 100%
|
|
92
|
+
flex-direction: column
|
|
93
|
+
grid-column: 2
|
|
94
|
+
|
|
95
|
+
$timeline-line-size: calc(var(--v-timeline-line-size-base) + #{math.div($timeline-item-padding, 2)} - var(--v-timeline-line-inset))
|
|
96
|
+
$timeline-line-start: math.div(-$timeline-item-padding, 2)
|
|
97
|
+
$timeline-line-size-first-last: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))
|
|
68
98
|
|
|
69
|
-
.v-timeline-item__opposite
|
|
70
|
-
grid-column: 1
|
|
71
|
-
justify-self: flex-end
|
|
72
|
-
padding-inline-end: $timeline-item-padding
|
|
73
|
-
|
|
74
|
-
// VTimelineItem
|
|
75
|
-
.v-timeline-item
|
|
76
|
-
display: contents
|
|
77
|
-
|
|
78
|
-
// VTimelineDivider
|
|
79
|
-
.v-timeline-divider
|
|
80
|
-
position: relative
|
|
81
|
-
display: flex
|
|
82
|
-
align-items: center
|
|
83
|
-
|
|
84
|
-
@include horizontal
|
|
85
|
-
flex-direction: row
|
|
86
|
-
grid-row: 2
|
|
87
|
-
width: 100%
|
|
88
|
-
|
|
89
|
-
@include vertical
|
|
90
|
-
height: 100%
|
|
91
|
-
flex-direction: column
|
|
92
|
-
grid-column: 2
|
|
93
|
-
|
|
94
|
-
$timeline-line-size: calc(var(--v-timeline-line-size-base) + #{math.div($timeline-item-padding, 2)} - var(--v-timeline-line-inset))
|
|
95
|
-
$timeline-line-start: math.div(-$timeline-item-padding, 2)
|
|
96
|
-
$timeline-line-size-first-last: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))
|
|
97
|
-
|
|
98
|
-
.v-timeline-divider__before
|
|
99
|
-
background: $timeline-divider-line-background
|
|
100
|
-
position: absolute
|
|
101
|
-
|
|
102
|
-
@include horizontal
|
|
103
|
-
height: $timeline-divider-line-thickness
|
|
104
|
-
width: $timeline-line-size
|
|
105
|
-
inset-inline-start: $timeline-line-start
|
|
106
|
-
inset-inline-end: initial
|
|
107
|
-
|
|
108
|
-
@include vertical
|
|
109
|
-
height: $timeline-line-size
|
|
110
|
-
width: $timeline-divider-line-thickness
|
|
111
|
-
top: $timeline-line-start
|
|
112
|
-
|
|
113
|
-
.v-timeline-divider__after
|
|
114
|
-
background: $timeline-divider-line-background
|
|
115
|
-
position: absolute
|
|
116
|
-
|
|
117
|
-
@include horizontal
|
|
118
|
-
height: $timeline-divider-line-thickness
|
|
119
|
-
width: $timeline-line-size
|
|
120
|
-
inset-inline-end: $timeline-line-start
|
|
121
|
-
inset-inline-start: initial
|
|
122
|
-
|
|
123
|
-
@include vertical
|
|
124
|
-
height: $timeline-line-size
|
|
125
|
-
width: $timeline-divider-line-thickness
|
|
126
|
-
bottom: $timeline-line-start
|
|
127
|
-
|
|
128
|
-
.v-timeline-item:first-child
|
|
129
99
|
.v-timeline-divider__before
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
top: 0
|
|
100
|
+
background: $timeline-divider-line-background
|
|
101
|
+
position: absolute
|
|
133
102
|
|
|
134
103
|
@include horizontal
|
|
104
|
+
height: $timeline-divider-line-thickness
|
|
135
105
|
width: $timeline-line-size
|
|
136
|
-
inset-inline-start:
|
|
106
|
+
inset-inline-start: $timeline-line-start
|
|
137
107
|
inset-inline-end: initial
|
|
138
108
|
|
|
139
|
-
.v-timeline-divider__after
|
|
140
109
|
@include vertical
|
|
141
|
-
height: $timeline-line-size
|
|
110
|
+
height: $timeline-line-size
|
|
111
|
+
width: $timeline-divider-line-thickness
|
|
112
|
+
top: $timeline-line-start
|
|
113
|
+
|
|
114
|
+
.v-timeline-divider__after
|
|
115
|
+
background: $timeline-divider-line-background
|
|
116
|
+
position: absolute
|
|
142
117
|
|
|
143
118
|
@include horizontal
|
|
144
|
-
|
|
119
|
+
height: $timeline-divider-line-thickness
|
|
120
|
+
width: $timeline-line-size
|
|
145
121
|
inset-inline-end: $timeline-line-start
|
|
146
122
|
inset-inline-start: initial
|
|
147
123
|
|
|
148
|
-
.v-timeline-item:last-child
|
|
149
|
-
.v-timeline-divider__before
|
|
150
124
|
@include vertical
|
|
151
|
-
height: $timeline-line-size
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
width: $timeline-line-size-first-last
|
|
125
|
+
height: $timeline-line-size
|
|
126
|
+
width: $timeline-divider-line-thickness
|
|
127
|
+
bottom: $timeline-line-start
|
|
155
128
|
|
|
156
|
-
.v-timeline-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
129
|
+
.v-timeline-item:first-child
|
|
130
|
+
.v-timeline-divider__before
|
|
131
|
+
@include vertical
|
|
132
|
+
height: $timeline-line-size
|
|
133
|
+
top: 0
|
|
160
134
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
135
|
+
@include horizontal
|
|
136
|
+
width: $timeline-line-size
|
|
137
|
+
inset-inline-start: 0
|
|
138
|
+
inset-inline-end: initial
|
|
165
139
|
|
|
166
|
-
.v-timeline-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset))
|
|
140
|
+
.v-timeline-divider__after
|
|
141
|
+
@include vertical
|
|
142
|
+
height: $timeline-line-size-first-last
|
|
170
143
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
display: flex
|
|
176
|
-
justify-content: center
|
|
177
|
-
align-items: center
|
|
144
|
+
@include horizontal
|
|
145
|
+
width: $timeline-line-size-first-last
|
|
146
|
+
inset-inline-end: $timeline-line-start
|
|
147
|
+
inset-inline-start: initial
|
|
178
148
|
|
|
179
|
-
|
|
149
|
+
.v-timeline-item:last-child
|
|
150
|
+
.v-timeline-divider__before
|
|
151
|
+
@include vertical
|
|
152
|
+
height: $timeline-line-size-first-last
|
|
180
153
|
|
|
181
|
-
|
|
182
|
-
|
|
154
|
+
@include horizontal
|
|
155
|
+
width: $timeline-line-size-first-last
|
|
183
156
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
157
|
+
.v-timeline-divider__after
|
|
158
|
+
@include vertical
|
|
159
|
+
height: calc(var(--v-timeline-line-size-base) + #{math.div($timeline-item-padding, 2)} - var(--v-timeline-line-inset))
|
|
160
|
+
bottom: 0
|
|
187
161
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
162
|
+
@include horizontal
|
|
163
|
+
width: calc(var(--v-timeline-line-size-base) + #{math.div($timeline-item-padding, 2)} - var(--v-timeline-line-inset))
|
|
164
|
+
inset-inline-end: 0
|
|
165
|
+
inset-inline-start: initial
|
|
191
166
|
|
|
192
|
-
.v-timeline-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
justify-content: center
|
|
167
|
+
.v-timeline-item:only-child
|
|
168
|
+
.v-timeline-divider__after
|
|
169
|
+
@include vertical
|
|
170
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset))
|
|
197
171
|
|
|
198
|
-
|
|
172
|
+
.v-timeline-divider__dot
|
|
173
|
+
z-index: 1
|
|
174
|
+
flex-shrink: 0
|
|
175
|
+
border-radius: $timeline-dot-border-radius
|
|
176
|
+
display: flex
|
|
177
|
+
justify-content: center
|
|
178
|
+
align-items: center
|
|
199
179
|
|
|
200
|
-
|
|
201
|
-
.v-timeline--justify-center
|
|
202
|
-
@include horizontal(true)
|
|
203
|
-
grid-template-rows: $timeline-item-grid-template-center
|
|
180
|
+
@include tools.elevation($timeline-divider-dot-elevation)
|
|
204
181
|
|
|
205
|
-
|
|
206
|
-
|
|
182
|
+
@each $name, $multiplier in settings.$size-scales
|
|
183
|
+
$size: $timeline-dot-size + (8 * $multiplier)
|
|
207
184
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
185
|
+
&--size-#{$name}
|
|
186
|
+
height: $size
|
|
187
|
+
width: $size
|
|
211
188
|
|
|
212
|
-
|
|
213
|
-
|
|
189
|
+
.v-timeline-divider__inner-dot
|
|
190
|
+
height: calc(100% - #{map.get($timeline-dot-border-sizes, $name)})
|
|
191
|
+
width: calc(100% - #{map.get($timeline-dot-border-sizes, $name)})
|
|
214
192
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
193
|
+
.v-timeline-divider__inner-dot
|
|
194
|
+
align-items: center
|
|
195
|
+
border-radius: $timeline-dot-border-radius
|
|
196
|
+
display: flex
|
|
197
|
+
justify-content: center
|
|
219
198
|
|
|
220
|
-
|
|
221
|
-
grid-template-rows: $timeline-density-comfortable-grid-template-end
|
|
199
|
+
/** Modifiers **/
|
|
222
200
|
|
|
223
|
-
|
|
224
|
-
|
|
201
|
+
// Justify
|
|
202
|
+
.v-timeline--justify-center
|
|
203
|
+
@include horizontal(true)
|
|
204
|
+
grid-template-rows: $timeline-item-grid-template-center
|
|
225
205
|
|
|
226
|
-
|
|
227
|
-
|
|
206
|
+
@include vertical(true)
|
|
207
|
+
grid-template-columns: $timeline-item-grid-template-center
|
|
228
208
|
|
|
229
|
-
|
|
230
|
-
|
|
209
|
+
.v-timeline--justify-auto
|
|
210
|
+
@include horizontal(true)
|
|
211
|
+
grid-template-rows: $timeline-item-grid-template-auto
|
|
231
212
|
|
|
232
|
-
|
|
233
|
-
grid-template-columns: $timeline-
|
|
213
|
+
@include vertical(true)
|
|
214
|
+
grid-template-columns: $timeline-item-grid-template-auto
|
|
234
215
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
216
|
+
// Density
|
|
217
|
+
.v-timeline--density-comfortable
|
|
218
|
+
@include horizontal(true)
|
|
219
|
+
height: 100%
|
|
239
220
|
|
|
240
|
-
|
|
241
|
-
|
|
221
|
+
&.v-timeline--side-end
|
|
222
|
+
grid-template-rows: $timeline-density-comfortable-grid-template-end
|
|
242
223
|
|
|
243
|
-
|
|
244
|
-
|
|
224
|
+
&.v-timeline--side-start
|
|
225
|
+
grid-template-rows: $timeline-density-comfortable-grid-template-start
|
|
245
226
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
grid-template-columns: $timeline-density-compact-grid-template-end
|
|
227
|
+
@include vertical(true)
|
|
228
|
+
width: 100%
|
|
249
229
|
|
|
250
|
-
|
|
251
|
-
|
|
230
|
+
&.v-timeline--side-end
|
|
231
|
+
grid-template-columns: $timeline-density-comfortable-grid-template-end
|
|
252
232
|
|
|
253
|
-
|
|
254
|
-
|
|
233
|
+
&.v-timeline--side-start
|
|
234
|
+
grid-template-columns: $timeline-density-comfortable-grid-template-start
|
|
255
235
|
|
|
256
|
-
|
|
257
|
-
.v-timeline.v-timeline--side-end
|
|
258
|
-
.v-timeline-item
|
|
236
|
+
.v-timeline--density-compact
|
|
259
237
|
@include horizontal(true)
|
|
260
|
-
|
|
261
|
-
grid-
|
|
262
|
-
padding-block-end: initial
|
|
263
|
-
padding-block-start: $timeline-item-padding
|
|
238
|
+
&.v-timeline--side-end
|
|
239
|
+
grid-template-rows: $timeline-density-compact-grid-template-end
|
|
264
240
|
|
|
265
|
-
|
|
241
|
+
&.v-timeline--side-start
|
|
242
|
+
grid-template-rows: $timeline-density-compact-grid-template-start
|
|
243
|
+
|
|
244
|
+
.v-timeline-item__body
|
|
266
245
|
grid-row: 1
|
|
267
|
-
padding-block-end: $timeline-item-padding
|
|
268
|
-
padding-block-start: initial
|
|
269
246
|
|
|
270
247
|
@include vertical(true)
|
|
248
|
+
&.v-timeline--side-end
|
|
249
|
+
grid-template-columns: $timeline-density-compact-grid-template-end
|
|
250
|
+
|
|
251
|
+
&.v-timeline--side-start
|
|
252
|
+
grid-template-columns: $timeline-density-compact-grid-template-start
|
|
253
|
+
|
|
271
254
|
.v-timeline-item__body
|
|
272
255
|
grid-column: 3
|
|
273
|
-
padding-inline-start: $timeline-item-padding
|
|
274
|
-
padding-inline-end: initial
|
|
275
|
-
justify-self: flex-start
|
|
276
256
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
257
|
+
// Side
|
|
258
|
+
.v-timeline.v-timeline--side-end
|
|
259
|
+
.v-timeline-item
|
|
260
|
+
@include horizontal(true)
|
|
261
|
+
.v-timeline-item__body
|
|
262
|
+
grid-row: 3
|
|
263
|
+
padding-block-end: initial
|
|
264
|
+
padding-block-start: $timeline-item-padding
|
|
265
|
+
|
|
266
|
+
.v-timeline-item__opposite
|
|
267
|
+
grid-row: 1
|
|
268
|
+
padding-block-end: $timeline-item-padding
|
|
269
|
+
padding-block-start: initial
|
|
270
|
+
|
|
271
|
+
@include vertical(true)
|
|
272
|
+
.v-timeline-item__body
|
|
273
|
+
grid-column: 3
|
|
274
|
+
padding-inline-start: $timeline-item-padding
|
|
275
|
+
padding-inline-end: initial
|
|
276
|
+
justify-self: flex-start
|
|
277
|
+
|
|
278
|
+
.v-timeline-item__opposite
|
|
279
|
+
grid-column: 1
|
|
280
|
+
justify-self: flex-end
|
|
281
|
+
padding-inline-end: $timeline-item-padding
|
|
282
|
+
padding-inline-start: initial
|
|
283
|
+
|
|
284
|
+
.v-timeline.v-timeline--side-start
|
|
285
|
+
.v-timeline-item
|
|
286
|
+
@include horizontal(true)
|
|
287
|
+
.v-timeline-item__body
|
|
288
|
+
grid-row: 1
|
|
289
|
+
padding-block-end: $timeline-item-padding
|
|
290
|
+
padding-block-start: initial
|
|
291
|
+
|
|
292
|
+
.v-timeline-item__opposite
|
|
293
|
+
grid-row: 3
|
|
294
|
+
padding-block-end: initial
|
|
295
|
+
padding-block-start: $timeline-item-padding
|
|
296
|
+
|
|
297
|
+
@include vertical(true)
|
|
298
|
+
.v-timeline-item__body
|
|
299
|
+
grid-column: 1
|
|
300
|
+
justify-self: flex-end
|
|
301
|
+
padding-inline-end: $timeline-item-padding
|
|
302
|
+
|
|
303
|
+
.v-timeline-item__opposite
|
|
304
|
+
grid-column: 3
|
|
305
|
+
padding-inline-start: $timeline-item-padding
|
|
306
|
+
justify-self: flex-start
|
|
307
|
+
|
|
308
|
+
// Fill dot
|
|
309
|
+
.v-timeline-divider--fill-dot
|
|
310
|
+
.v-timeline-divider__inner-dot
|
|
311
|
+
height: inherit
|
|
312
|
+
width: inherit
|
|
313
|
+
|
|
314
|
+
// Alignment
|
|
315
|
+
.v-timeline--align-center
|
|
316
|
+
--v-timeline-line-size-base: 50%
|
|
317
|
+
--v-timeline-line-size-offset: 0px
|
|
282
318
|
|
|
283
|
-
.v-timeline.v-timeline--side-start
|
|
284
|
-
.v-timeline-item
|
|
285
319
|
@include horizontal(true)
|
|
286
|
-
|
|
287
|
-
grid-row: 1
|
|
288
|
-
padding-block-end: $timeline-item-padding
|
|
289
|
-
padding-block-start: initial
|
|
290
|
-
|
|
291
|
-
.v-timeline-item__opposite
|
|
292
|
-
grid-row: 3
|
|
293
|
-
padding-block-end: initial
|
|
294
|
-
padding-block-start: $timeline-item-padding
|
|
320
|
+
justify-items: center
|
|
295
321
|
|
|
296
|
-
@include vertical(true)
|
|
297
322
|
.v-timeline-item__body
|
|
298
|
-
|
|
299
|
-
justify-self: flex-end
|
|
300
|
-
padding-inline-end: $timeline-item-padding
|
|
323
|
+
padding-inline: math.div($timeline-item-padding, 2)
|
|
301
324
|
|
|
302
325
|
.v-timeline-item__opposite
|
|
303
|
-
|
|
304
|
-
padding-inline-start: $timeline-item-padding
|
|
305
|
-
justify-self: flex-start
|
|
306
|
-
|
|
307
|
-
// Fill dot
|
|
308
|
-
.v-timeline-divider--fill-dot
|
|
309
|
-
.v-timeline-divider__inner-dot
|
|
310
|
-
height: inherit
|
|
311
|
-
width: inherit
|
|
312
|
-
|
|
313
|
-
// Alignment
|
|
314
|
-
.v-timeline--align-center
|
|
315
|
-
--v-timeline-line-size-base: 50%
|
|
316
|
-
--v-timeline-line-size-offset: 0px
|
|
317
|
-
|
|
318
|
-
@include horizontal(true)
|
|
319
|
-
justify-items: center
|
|
326
|
+
padding-inline: math.div($timeline-item-padding, 2)
|
|
320
327
|
|
|
321
|
-
|
|
322
|
-
|
|
328
|
+
.v-timeline-divider
|
|
329
|
+
justify-content: center
|
|
323
330
|
|
|
324
|
-
|
|
325
|
-
|
|
331
|
+
@include vertical(true)
|
|
332
|
+
align-items: center
|
|
326
333
|
|
|
327
|
-
|
|
328
|
-
|
|
334
|
+
.v-timeline-divider
|
|
335
|
+
justify-content: center
|
|
329
336
|
|
|
330
|
-
|
|
331
|
-
|
|
337
|
+
.v-timeline--align-start
|
|
338
|
+
--v-timeline-line-size-base: 100%
|
|
339
|
+
--v-timeline-line-size-offset: #{math.div($timeline-item-padding, 2)}
|
|
332
340
|
|
|
333
|
-
|
|
334
|
-
|
|
341
|
+
$timeline-line-size-before: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset))
|
|
342
|
+
$timeline-line-size-after: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset))
|
|
335
343
|
|
|
336
|
-
.v-timeline
|
|
337
|
-
|
|
338
|
-
|
|
344
|
+
.v-timeline-item:first-child
|
|
345
|
+
.v-timeline-divider__before
|
|
346
|
+
--v-timeline-line-size-offset: #{$timeline-item-padding}
|
|
339
347
|
|
|
340
|
-
|
|
341
|
-
|
|
348
|
+
.v-timeline-divider__after
|
|
349
|
+
--v-timeline-line-size-offset: -#{math.div($timeline-item-padding, 2)}
|
|
342
350
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
351
|
+
.v-timeline-item:last-child
|
|
352
|
+
.v-timeline-divider__after
|
|
353
|
+
--v-timeline-line-size-offset: 0px
|
|
346
354
|
|
|
347
|
-
|
|
348
|
-
|
|
355
|
+
@include horizontal(true)
|
|
356
|
+
justify-items: flex-start
|
|
349
357
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
--v-timeline-line-size-offset: 0px
|
|
358
|
+
.v-timeline-divider
|
|
359
|
+
justify-content: flex-start
|
|
353
360
|
|
|
354
|
-
|
|
355
|
-
|
|
361
|
+
.v-timeline-divider__before
|
|
362
|
+
width: $timeline-line-size-before
|
|
356
363
|
|
|
357
|
-
|
|
358
|
-
|
|
364
|
+
.v-timeline-divider__after
|
|
365
|
+
width: $timeline-line-size-after
|
|
359
366
|
|
|
360
|
-
|
|
361
|
-
|
|
367
|
+
@include vertical(true)
|
|
368
|
+
align-items: flex-start
|
|
362
369
|
|
|
363
|
-
.v-timeline-
|
|
364
|
-
|
|
370
|
+
.v-timeline-divider
|
|
371
|
+
justify-content: flex-start
|
|
365
372
|
|
|
366
|
-
|
|
367
|
-
|
|
373
|
+
.v-timeline-divider__before
|
|
374
|
+
height: $timeline-line-size-before
|
|
368
375
|
|
|
369
|
-
|
|
370
|
-
|
|
376
|
+
.v-timeline-divider__after
|
|
377
|
+
height: $timeline-line-size-after
|
|
371
378
|
|
|
379
|
+
// Truncate start
|
|
380
|
+
.v-timeline--truncate-line-start
|
|
381
|
+
.v-timeline-item:first-child
|
|
372
382
|
.v-timeline-divider__before
|
|
373
|
-
|
|
383
|
+
display: none
|
|
374
384
|
|
|
375
385
|
.v-timeline-divider__after
|
|
376
|
-
|
|
386
|
+
--v-timeline-line-size-offset: #{math.div($timeline-item-padding, 2)}
|
|
377
387
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
.v-timeline-divider__before
|
|
382
|
-
display: none
|
|
383
|
-
|
|
384
|
-
.v-timeline-divider__after
|
|
385
|
-
--v-timeline-line-size-offset: #{math.div($timeline-item-padding, 2)}
|
|
386
|
-
|
|
387
|
-
@include vertical(true)
|
|
388
|
-
@include timeline-first-item()
|
|
389
|
-
padding-block-start: 0
|
|
388
|
+
@include vertical(true)
|
|
389
|
+
@include timeline-first-item()
|
|
390
|
+
padding-block-start: 0
|
|
390
391
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
392
|
+
@include horizontal(true)
|
|
393
|
+
@include timeline-first-item()
|
|
394
|
+
padding-inline-start: 0
|
|
394
395
|
|
|
395
|
-
// Truncate end
|
|
396
|
-
.v-timeline--truncate-line-end
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
396
|
+
// Truncate end
|
|
397
|
+
.v-timeline--truncate-line-end
|
|
398
|
+
.v-timeline-item:last-child
|
|
399
|
+
.v-timeline-divider__after
|
|
400
|
+
display: none
|
|
400
401
|
|
|
401
|
-
|
|
402
|
-
|
|
402
|
+
.v-timeline-divider__before
|
|
403
|
+
--v-timeline-line-size-offset: #{math.div($timeline-item-padding, 2)}
|
|
403
404
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
405
|
+
@include vertical(true)
|
|
406
|
+
@include timeline-last-item()
|
|
407
|
+
padding-block-end: 0
|
|
407
408
|
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
409
|
+
@include horizontal(true)
|
|
410
|
+
@include timeline-last-item()
|
|
411
|
+
padding-inline-end: 0
|