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,236 +5,240 @@
|
|
|
5
5
|
@use './mixins' as *
|
|
6
6
|
@use './variables' as *
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
@at-root
|
|
32
|
-
@include button-sizes()
|
|
33
|
-
@include button-density('height', $button-density)
|
|
34
|
-
|
|
35
|
-
@include tools.border($button-border...)
|
|
36
|
-
@include tools.position($button-positions)
|
|
37
|
-
@include tools.states('.v-btn__overlay')
|
|
38
|
-
@include tools.variant($button-variants...)
|
|
39
|
-
|
|
40
|
-
@supports selector(:focus-visible)
|
|
41
|
-
&::after
|
|
42
|
-
@include tools.absolute(true)
|
|
43
|
-
pointer-events: none
|
|
44
|
-
border: 2px solid currentColor
|
|
45
|
-
border-radius: inherit
|
|
46
|
-
opacity: 0
|
|
47
|
-
transition: opacity .2s ease-in-out
|
|
48
|
-
|
|
49
|
-
&:focus-visible::after
|
|
50
|
-
opacity: calc(.25 * var(--v-theme-overlay-multiplier))
|
|
51
|
-
|
|
52
|
-
&--icon
|
|
53
|
-
border-radius: $button-icon-border-radius
|
|
54
|
-
min-width: 0
|
|
55
|
-
padding: 0
|
|
56
|
-
|
|
57
|
-
// ensure that default
|
|
58
|
-
// v-icon size is 24px
|
|
59
|
-
&.v-btn--size-default
|
|
60
|
-
--v-btn-size: #{$button-icon-font-size}
|
|
61
|
-
|
|
62
|
-
@at-root &
|
|
63
|
-
@include button-density(('width', 'height'), $button-icon-density)
|
|
64
|
-
|
|
65
|
-
&--elevated
|
|
66
|
-
&:hover,
|
|
67
|
-
&:focus
|
|
68
|
-
+tools.elevation(map.get($button-elevation, 'hover'))
|
|
69
|
-
|
|
70
|
-
&:active
|
|
71
|
-
+tools.elevation(map.get($button-elevation, 'active'))
|
|
72
|
-
|
|
73
|
-
&--flat
|
|
74
|
-
box-shadow: none
|
|
8
|
+
@include tools.layer('components')
|
|
9
|
+
.v-btn
|
|
10
|
+
align-items: center
|
|
11
|
+
border-radius: $button-border-radius
|
|
12
|
+
display: inline-grid
|
|
13
|
+
grid-template-areas: "prepend content append"
|
|
14
|
+
grid-template-columns: max-content auto max-content
|
|
15
|
+
font-weight: $button-font-weight
|
|
16
|
+
justify-content: center
|
|
17
|
+
letter-spacing: $button-text-letter-spacing
|
|
18
|
+
line-height: $button-line-height
|
|
19
|
+
max-width: $button-max-width
|
|
20
|
+
outline: none
|
|
21
|
+
position: relative
|
|
22
|
+
text-decoration: none
|
|
23
|
+
text-indent: $button-text-letter-spacing
|
|
24
|
+
text-transform: $button-text-transform
|
|
25
|
+
transition-property: $button-transition-property
|
|
26
|
+
transition-duration: 0.28s
|
|
27
|
+
transition-timing-function: settings.$standard-easing
|
|
28
|
+
user-select: none
|
|
29
|
+
vertical-align: $button-vertical-align
|
|
30
|
+
flex-shrink: 0
|
|
75
31
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
32
|
+
@at-root
|
|
33
|
+
@include button-sizes()
|
|
34
|
+
@include button-density('height', $button-density)
|
|
35
|
+
|
|
36
|
+
@include tools.border($button-border...)
|
|
37
|
+
@include tools.position($button-positions)
|
|
38
|
+
@include tools.states('.v-btn__overlay')
|
|
39
|
+
@include tools.variant($button-variants...)
|
|
40
|
+
|
|
41
|
+
@supports selector(:focus-visible)
|
|
42
|
+
&::after
|
|
43
|
+
@include tools.absolute(true)
|
|
44
|
+
pointer-events: none
|
|
45
|
+
border: 2px solid currentColor
|
|
46
|
+
border-radius: inherit
|
|
47
|
+
opacity: 0
|
|
48
|
+
transition: opacity .2s ease-in-out
|
|
49
|
+
|
|
50
|
+
&:focus-visible::after
|
|
51
|
+
opacity: calc(.25 * var(--v-theme-overlay-multiplier))
|
|
52
|
+
|
|
53
|
+
&--icon
|
|
54
|
+
border-radius: $button-icon-border-radius
|
|
55
|
+
min-width: 0
|
|
56
|
+
padding: 0
|
|
57
|
+
|
|
58
|
+
// ensure that default
|
|
59
|
+
// v-icon size is 24px
|
|
60
|
+
&.v-btn--size-default
|
|
61
|
+
--v-btn-size: #{$button-icon-font-size}
|
|
62
|
+
|
|
63
|
+
@at-root &
|
|
64
|
+
@include button-density(('width', 'height'), $button-icon-density)
|
|
65
|
+
|
|
66
|
+
&--elevated
|
|
67
|
+
&:hover,
|
|
68
|
+
&:focus
|
|
69
|
+
+tools.elevation(map.get($button-elevation, 'hover'))
|
|
70
|
+
|
|
71
|
+
&:active
|
|
72
|
+
+tools.elevation(map.get($button-elevation, 'active'))
|
|
73
|
+
|
|
74
|
+
&--flat
|
|
75
|
+
box-shadow: none
|
|
80
76
|
|
|
81
|
-
|
|
82
|
-
|
|
77
|
+
&--block
|
|
78
|
+
display: flex
|
|
79
|
+
flex: 1 0 auto
|
|
80
|
+
min-width: 100%
|
|
83
81
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
&:hover
|
|
87
|
-
opacity: $button-disabled-opacity
|
|
88
|
-
@else
|
|
89
|
-
opacity: 1
|
|
90
|
-
&.v-btn
|
|
91
|
-
// specificity has to be higher to override theme !important
|
|
92
|
-
color: rgba(var(--v-theme-on-surface), $button-disabled-opacity) !important
|
|
93
|
-
|
|
94
|
-
&.v-btn--variant-elevated,
|
|
95
|
-
&.v-btn--variant-flat
|
|
96
|
-
box-shadow: none
|
|
82
|
+
&--disabled
|
|
83
|
+
pointer-events: none
|
|
97
84
|
|
|
98
85
|
@if ($button-colored-disabled)
|
|
99
|
-
opacity:
|
|
100
|
-
|
|
101
|
-
|
|
86
|
+
opacity: $button-disabled-opacity
|
|
87
|
+
&:hover
|
|
88
|
+
opacity: $button-disabled-opacity
|
|
102
89
|
@else
|
|
103
|
-
|
|
90
|
+
opacity: 1
|
|
91
|
+
&.v-btn
|
|
92
|
+
// specificity has to be higher to override theme !important
|
|
93
|
+
color: rgba(var(--v-theme-on-surface), $button-disabled-opacity) !important
|
|
94
|
+
|
|
95
|
+
&.v-btn--variant-elevated,
|
|
96
|
+
&.v-btn--variant-flat
|
|
97
|
+
box-shadow: none
|
|
98
|
+
|
|
99
|
+
@if ($button-colored-disabled)
|
|
100
|
+
opacity: 1
|
|
101
|
+
color: rgba(var(--v-theme-on-surface), $button-disabled-opacity)
|
|
102
|
+
background: rgb(var(--v-theme-surface))
|
|
103
|
+
@else
|
|
104
|
+
background: rgb(var(--v-theme-surface)) !important
|
|
105
|
+
|
|
106
|
+
.v-btn__overlay
|
|
107
|
+
// __overlay uses currentColor, so we need to divide
|
|
108
|
+
// by the text opacity to get the correct value
|
|
109
|
+
opacity: math.div($button-disabled-overlay, $button-disabled-opacity)
|
|
110
|
+
|
|
111
|
+
&--loading
|
|
112
|
+
pointer-events: none
|
|
104
113
|
|
|
105
|
-
.v-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
opacity:
|
|
114
|
+
.v-btn__content,
|
|
115
|
+
.v-btn__prepend,
|
|
116
|
+
.v-btn__append
|
|
117
|
+
opacity: 0
|
|
109
118
|
|
|
110
|
-
|
|
111
|
-
|
|
119
|
+
&--stacked
|
|
120
|
+
grid-template-areas: "prepend" "content" "append"
|
|
121
|
+
grid-template-columns: auto
|
|
122
|
+
grid-template-rows: max-content max-content max-content
|
|
123
|
+
justify-items: center
|
|
124
|
+
align-content: center
|
|
112
125
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
opacity: 0
|
|
126
|
+
.v-btn__content
|
|
127
|
+
flex-direction: column
|
|
128
|
+
line-height: $button-stacked-line-height
|
|
117
129
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
align-content: center
|
|
130
|
+
.v-btn__prepend,
|
|
131
|
+
.v-btn__append,
|
|
132
|
+
.v-btn__content > .v-icon--start,
|
|
133
|
+
.v-btn__content > .v-icon--end
|
|
134
|
+
margin-inline: 0
|
|
124
135
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
136
|
+
.v-btn__prepend,
|
|
137
|
+
.v-btn__content > .v-icon--start
|
|
138
|
+
margin-bottom: $button-stacked-icon-margin
|
|
128
139
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
.v-btn__content > .v-icon--end
|
|
133
|
-
margin-inline: 0
|
|
140
|
+
.v-btn__append,
|
|
141
|
+
.v-btn__content > .v-icon--end
|
|
142
|
+
margin-top: $button-stacked-icon-margin
|
|
134
143
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
144
|
+
@at-root
|
|
145
|
+
@include button-sizes($button-stacked-sizes, true)
|
|
146
|
+
@include button-density('height', $button-stacked-density)
|
|
138
147
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
margin-top: $button-stacked-icon-margin
|
|
148
|
+
&--slim
|
|
149
|
+
padding: $button-slim-padding
|
|
142
150
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
@include button-density('height', $button-stacked-density)
|
|
151
|
+
&--readonly
|
|
152
|
+
pointer-events: none
|
|
146
153
|
|
|
147
|
-
|
|
148
|
-
|
|
154
|
+
&--rounded
|
|
155
|
+
@include tools.rounded($button-rounded-border-radius)
|
|
149
156
|
|
|
150
|
-
|
|
151
|
-
|
|
157
|
+
&.v-btn--icon
|
|
158
|
+
@include tools.rounded($button-border-radius)
|
|
152
159
|
|
|
153
|
-
|
|
154
|
-
|
|
160
|
+
.v-icon
|
|
161
|
+
--v-icon-size-multiplier: #{calc(18/21)}
|
|
155
162
|
|
|
156
|
-
|
|
157
|
-
|
|
163
|
+
&--icon
|
|
164
|
+
.v-icon
|
|
165
|
+
--v-icon-size-multiplier: 1
|
|
158
166
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
167
|
+
&--stacked
|
|
168
|
+
.v-icon
|
|
169
|
+
--v-icon-size-multiplier: #{calc(24/21)}
|
|
162
170
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
transition: $button-content-transition
|
|
187
|
-
|
|
188
|
-
.v-btn__prepend
|
|
189
|
-
grid-area: prepend
|
|
190
|
-
margin-inline: $button-margin-start $button-margin-end
|
|
191
|
-
|
|
192
|
-
.v-btn__append
|
|
193
|
-
grid-area: append
|
|
194
|
-
margin-inline: $button-margin-end $button-margin-start
|
|
195
|
-
|
|
196
|
-
.v-btn__content
|
|
197
|
-
grid-area: content
|
|
198
|
-
justify-content: center
|
|
199
|
-
white-space: $button-white-space
|
|
200
|
-
|
|
201
|
-
> .v-icon--start
|
|
171
|
+
.v-btn__loader
|
|
172
|
+
align-items: center
|
|
173
|
+
display: flex
|
|
174
|
+
height: 100%
|
|
175
|
+
justify-content: center
|
|
176
|
+
left: 0
|
|
177
|
+
position: absolute
|
|
178
|
+
top: 0
|
|
179
|
+
width: 100%
|
|
180
|
+
|
|
181
|
+
> .v-progress-circular
|
|
182
|
+
width: $button-loader-size
|
|
183
|
+
height: $button-loader-size
|
|
184
|
+
|
|
185
|
+
.v-btn__content,
|
|
186
|
+
.v-btn__prepend,
|
|
187
|
+
.v-btn__append
|
|
188
|
+
align-items: center
|
|
189
|
+
display: flex
|
|
190
|
+
transition: $button-content-transition
|
|
191
|
+
|
|
192
|
+
.v-btn__prepend
|
|
193
|
+
grid-area: prepend
|
|
202
194
|
margin-inline: $button-margin-start $button-margin-end
|
|
203
195
|
|
|
204
|
-
|
|
196
|
+
.v-btn__append
|
|
197
|
+
grid-area: append
|
|
205
198
|
margin-inline: $button-margin-end $button-margin-start
|
|
206
199
|
|
|
207
|
-
.v-
|
|
208
|
-
|
|
200
|
+
.v-btn__content
|
|
201
|
+
grid-area: content
|
|
202
|
+
justify-content: center
|
|
203
|
+
white-space: $button-white-space
|
|
209
204
|
|
|
210
|
-
.v-
|
|
211
|
-
|
|
212
|
-
border-radius: inherit
|
|
213
|
-
opacity: 0
|
|
214
|
-
transition: opacity .2s ease-in-out
|
|
205
|
+
> .v-icon--start
|
|
206
|
+
margin-inline: $button-margin-start $button-margin-end
|
|
215
207
|
|
|
216
|
-
.v-
|
|
217
|
-
|
|
218
|
-
@include tools.absolute()
|
|
219
|
-
pointer-events: none
|
|
208
|
+
> .v-icon--end
|
|
209
|
+
margin-inline: $button-margin-end $button-margin-start
|
|
220
210
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
~ .v-btn:not(.v-btn-toggle .v-btn)
|
|
224
|
-
.v-card-actions &
|
|
225
|
-
margin-inline-start: $button-card-actions-margin
|
|
211
|
+
.v-btn--stacked &
|
|
212
|
+
white-space: normal
|
|
226
213
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
214
|
+
.v-btn__overlay
|
|
215
|
+
background-color: currentColor
|
|
216
|
+
border-radius: inherit
|
|
217
|
+
opacity: 0
|
|
218
|
+
transition: opacity .2s ease-in-out
|
|
231
219
|
|
|
232
|
-
|
|
220
|
+
.v-btn__overlay,
|
|
221
|
+
.v-btn__underlay
|
|
222
|
+
@include tools.absolute()
|
|
223
|
+
pointer-events: none
|
|
224
|
+
|
|
225
|
+
// VCard
|
|
226
|
+
.v-btn
|
|
227
|
+
~ .v-btn:not(.v-btn-toggle .v-btn)
|
|
228
|
+
.v-card-actions &
|
|
229
|
+
margin-inline-start: $button-card-actions-margin
|
|
230
|
+
|
|
231
|
+
// VPagination
|
|
232
|
+
.v-btn
|
|
233
233
|
.v-pagination &
|
|
234
|
-
@include tools.rounded($button-pagination-
|
|
234
|
+
@include tools.rounded($button-pagination-border-radius)
|
|
235
|
+
|
|
236
|
+
&--rounded
|
|
237
|
+
.v-pagination &
|
|
238
|
+
@include tools.rounded($button-pagination-rounded-border-radius)
|
|
235
239
|
|
|
236
|
-
|
|
237
|
-
|
|
240
|
+
&__overlay
|
|
241
|
+
transition: none
|
|
238
242
|
|
|
239
|
-
|
|
240
|
-
|
|
243
|
+
.v-pagination__item--is-active &
|
|
244
|
+
opacity: $button-pagination-active-overlay-opacity
|
|
@@ -17,6 +17,7 @@ interface GroupItem {
|
|
|
17
17
|
id: number;
|
|
18
18
|
value: Ref<unknown>;
|
|
19
19
|
disabled: Ref<boolean | undefined>;
|
|
20
|
+
useIndexAsValue?: boolean;
|
|
20
21
|
}
|
|
21
22
|
interface GroupProvide {
|
|
22
23
|
register: (item: GroupItem, cmp: ComponentInternalInstance) => void;
|
|
@@ -60,6 +61,7 @@ declare const VBtn: {
|
|
|
60
61
|
size: string | number;
|
|
61
62
|
disabled: boolean;
|
|
62
63
|
tag: string;
|
|
64
|
+
readonly: boolean;
|
|
63
65
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
64
66
|
block: boolean;
|
|
65
67
|
exact: boolean;
|
|
@@ -132,6 +134,7 @@ declare const VBtn: {
|
|
|
132
134
|
size: string | number;
|
|
133
135
|
disabled: boolean;
|
|
134
136
|
tag: string;
|
|
137
|
+
readonly: boolean;
|
|
135
138
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
136
139
|
block: boolean;
|
|
137
140
|
exact: boolean;
|
|
@@ -199,6 +202,7 @@ declare const VBtn: {
|
|
|
199
202
|
active: boolean;
|
|
200
203
|
disabled: boolean;
|
|
201
204
|
tag: string;
|
|
205
|
+
readonly: boolean;
|
|
202
206
|
rounded: string | number | boolean;
|
|
203
207
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
204
208
|
block: boolean;
|
|
@@ -238,6 +242,7 @@ declare const VBtn: {
|
|
|
238
242
|
size: string | number;
|
|
239
243
|
disabled: boolean;
|
|
240
244
|
tag: string;
|
|
245
|
+
readonly: boolean;
|
|
241
246
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
242
247
|
block: boolean;
|
|
243
248
|
exact: boolean;
|
|
@@ -307,6 +312,7 @@ declare const VBtn: {
|
|
|
307
312
|
active: boolean;
|
|
308
313
|
disabled: boolean;
|
|
309
314
|
tag: string;
|
|
315
|
+
readonly: boolean;
|
|
310
316
|
rounded: string | number | boolean;
|
|
311
317
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
312
318
|
block: boolean;
|
|
@@ -330,6 +336,7 @@ declare const VBtn: {
|
|
|
330
336
|
size: string | number;
|
|
331
337
|
disabled: boolean;
|
|
332
338
|
tag: string;
|
|
339
|
+
readonly: boolean;
|
|
333
340
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
334
341
|
block: boolean;
|
|
335
342
|
exact: boolean;
|
|
@@ -403,6 +410,7 @@ declare const VBtn: {
|
|
|
403
410
|
active: boolean;
|
|
404
411
|
disabled: boolean;
|
|
405
412
|
tag: string;
|
|
413
|
+
readonly: boolean;
|
|
406
414
|
rounded: string | number | boolean;
|
|
407
415
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
408
416
|
block: boolean;
|
|
@@ -502,6 +510,7 @@ declare const VBtn: {
|
|
|
502
510
|
prependIcon: PropType<IconValue>;
|
|
503
511
|
appendIcon: PropType<IconValue>;
|
|
504
512
|
block: BooleanConstructor;
|
|
513
|
+
readonly: BooleanConstructor;
|
|
505
514
|
slim: BooleanConstructor;
|
|
506
515
|
stacked: BooleanConstructor;
|
|
507
516
|
ripple: {
|
|
@@ -586,6 +595,7 @@ declare const VBtn: {
|
|
|
586
595
|
prependIcon: PropType<IconValue>;
|
|
587
596
|
appendIcon: PropType<IconValue>;
|
|
588
597
|
block: BooleanConstructor;
|
|
598
|
+
readonly: BooleanConstructor;
|
|
589
599
|
slim: BooleanConstructor;
|
|
590
600
|
stacked: BooleanConstructor;
|
|
591
601
|
ripple: {
|
|
@@ -3,49 +3,50 @@
|
|
|
3
3
|
@use '../VBtn/variables' as *
|
|
4
4
|
@use './variables' as *
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
.v-btn-group
|
|
8
|
+
$root: &
|
|
9
|
+
|
|
10
|
+
display: inline-flex
|
|
11
|
+
flex-wrap: nowrap
|
|
12
|
+
max-width: 100%
|
|
13
|
+
min-width: 0
|
|
14
|
+
overflow: hidden
|
|
15
|
+
vertical-align: middle
|
|
16
|
+
|
|
17
|
+
@include tools.border($btn-group-border...)
|
|
18
|
+
@include tools.elevation($btn-group-elevation)
|
|
19
|
+
@include tools.rounded($btn-group-border-radius)
|
|
20
|
+
@include tools.theme($btn-group-theme...)
|
|
21
|
+
|
|
22
|
+
@at-root
|
|
23
|
+
@include tools.density('v-btn-group', $button-density) using ($modifier)
|
|
24
|
+
@at-root #{selector.append(&, $root)}
|
|
25
|
+
height: $btn-group-height + $modifier
|
|
26
|
+
|
|
27
|
+
.v-btn
|
|
28
|
+
border-radius: 0
|
|
29
|
+
border-color: inherit
|
|
30
|
+
|
|
31
|
+
&:not(:last-child)
|
|
32
|
+
border-inline-end: none
|
|
33
|
+
|
|
34
|
+
&:not(:first-child)
|
|
35
|
+
border-inline-start: none
|
|
36
|
+
|
|
37
|
+
&:first-child
|
|
38
|
+
border-start-start-radius: inherit
|
|
39
|
+
border-end-start-radius: inherit
|
|
40
|
+
|
|
41
|
+
&:last-child
|
|
42
|
+
border-start-end-radius: inherit
|
|
43
|
+
border-end-end-radius: inherit
|
|
44
|
+
|
|
45
|
+
&--divided
|
|
46
|
+
.v-btn:not(:last-child)
|
|
47
|
+
border-inline-end-width: $btn-group-border-thin-width
|
|
48
|
+
border-inline-end-style: $btn-group-border-style
|
|
49
|
+
border-inline-end-color: $btn-group-border-color
|
|
50
|
+
|
|
51
|
+
&--tile
|
|
52
|
+
@include tools.rounded($btn-group-tile-border-radius)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@use './variables' as *
|
|
2
2
|
@use '../../styles/tools'
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-btn-toggle
|
|
6
|
+
> .v-btn.v-btn--active:not(.v-btn--disabled)
|
|
7
|
+
@include tools.active-states('> .v-btn__overlay', $btn-toggle-selected-opacity)
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
word-wrap: break-word;
|
|
194
194
|
}
|
|
195
195
|
.v-card .v-card-title {
|
|
196
|
-
line-height:
|
|
196
|
+
line-height: 1.6;
|
|
197
197
|
}
|
|
198
198
|
.v-card--density-comfortable .v-card-title {
|
|
199
199
|
line-height: 1.75rem;
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
white-space: nowrap;
|
|
224
224
|
}
|
|
225
225
|
.v-card .v-card-subtitle {
|
|
226
|
-
line-height: 1.
|
|
226
|
+
line-height: 1.425;
|
|
227
227
|
}
|
|
228
228
|
.v-card--density-comfortable .v-card-subtitle {
|
|
229
229
|
line-height: 1.125rem;
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
text-transform: none;
|
|
246
246
|
}
|
|
247
247
|
.v-card .v-card-text {
|
|
248
|
-
line-height: 1.
|
|
248
|
+
line-height: 1.425;
|
|
249
249
|
}
|
|
250
250
|
.v-card--density-comfortable .v-card-text {
|
|
251
251
|
line-height: 1.2rem;
|