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,197 +1,198 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
.v-progress-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
left: 0
|
|
21
|
-
opacity: $progress-linear-background-opacity
|
|
22
|
-
position: absolute
|
|
23
|
-
top: 0
|
|
24
|
-
width: 100%
|
|
25
|
-
transition-property: width, left, right
|
|
26
|
-
transition: inherit
|
|
27
|
-
|
|
28
|
-
.v-progress-linear__content
|
|
29
|
-
align-items: center
|
|
30
|
-
display: flex
|
|
31
|
-
height: 100%
|
|
32
|
-
justify-content: center
|
|
33
|
-
left: 0
|
|
34
|
-
pointer-events: none
|
|
35
|
-
position: absolute
|
|
36
|
-
top: 0
|
|
37
|
-
width: 100%
|
|
38
|
-
|
|
39
|
-
.v-progress-linear__determinate,
|
|
40
|
-
.v-progress-linear__indeterminate
|
|
41
|
-
background: $progress-linear-background
|
|
42
|
-
|
|
43
|
-
.v-progress-linear__determinate
|
|
44
|
-
height: inherit
|
|
45
|
-
left: 0
|
|
46
|
-
position: absolute
|
|
47
|
-
transition: inherit
|
|
48
|
-
transition-property: width, left, right
|
|
49
|
-
|
|
50
|
-
.v-progress-linear__indeterminate
|
|
51
|
-
.long, .short
|
|
52
|
-
animation-play-state: paused
|
|
53
|
-
animation-duration: $progress-linear-indeterminate-animation-duration
|
|
54
|
-
animation-iteration-count: infinite
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
// Block
|
|
6
|
+
.v-progress-linear
|
|
7
|
+
background: transparent
|
|
8
|
+
overflow: hidden
|
|
9
|
+
position: relative
|
|
10
|
+
transition: $progress-linear-transition
|
|
11
|
+
width: 100%
|
|
12
|
+
|
|
13
|
+
&--rounded
|
|
14
|
+
@include tools.rounded($progress-linear-border-radius)
|
|
15
|
+
|
|
16
|
+
// Elements
|
|
17
|
+
.v-progress-linear__background,
|
|
18
|
+
.v-progress-linear__buffer
|
|
19
|
+
background: $progress-linear-background
|
|
55
20
|
bottom: 0
|
|
56
|
-
height: inherit
|
|
57
21
|
left: 0
|
|
22
|
+
opacity: $progress-linear-background-opacity
|
|
58
23
|
position: absolute
|
|
59
|
-
right: auto
|
|
60
24
|
top: 0
|
|
61
|
-
width:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
.short
|
|
67
|
-
animation-name: indeterminate-short-ltr
|
|
68
|
-
|
|
69
|
-
.v-progress-linear__stream
|
|
70
|
-
animation: $progress-linear-stream-animation
|
|
71
|
-
animation-play-state: paused
|
|
72
|
-
bottom: 0
|
|
73
|
-
left: auto
|
|
74
|
-
opacity: $progress-linear-stream-opacity
|
|
75
|
-
pointer-events: none
|
|
76
|
-
position: absolute
|
|
77
|
-
transition: inherit
|
|
78
|
-
transition-property: width, left, right
|
|
79
|
-
|
|
80
|
-
// Modifiers
|
|
81
|
-
.v-progress-linear--reverse
|
|
82
|
-
.v-progress-linear__background,
|
|
83
|
-
.v-progress-linear__determinate,
|
|
25
|
+
width: 100%
|
|
26
|
+
transition-property: width, left, right
|
|
27
|
+
transition: inherit
|
|
28
|
+
|
|
84
29
|
.v-progress-linear__content
|
|
85
|
-
|
|
86
|
-
|
|
30
|
+
align-items: center
|
|
31
|
+
display: flex
|
|
32
|
+
height: 100%
|
|
33
|
+
justify-content: center
|
|
34
|
+
left: 0
|
|
35
|
+
pointer-events: none
|
|
36
|
+
position: absolute
|
|
37
|
+
top: 0
|
|
38
|
+
width: 100%
|
|
39
|
+
|
|
40
|
+
.v-progress-linear__determinate,
|
|
41
|
+
.v-progress-linear__indeterminate
|
|
42
|
+
background: $progress-linear-background
|
|
43
|
+
|
|
44
|
+
.v-progress-linear__determinate
|
|
45
|
+
height: inherit
|
|
46
|
+
left: 0
|
|
47
|
+
position: absolute
|
|
48
|
+
transition: inherit
|
|
49
|
+
transition-property: width, left, right
|
|
87
50
|
|
|
88
51
|
.v-progress-linear__indeterminate
|
|
89
52
|
.long, .short
|
|
90
|
-
|
|
91
|
-
|
|
53
|
+
animation-play-state: paused
|
|
54
|
+
animation-duration: $progress-linear-indeterminate-animation-duration
|
|
55
|
+
animation-iteration-count: infinite
|
|
56
|
+
bottom: 0
|
|
57
|
+
height: inherit
|
|
58
|
+
left: 0
|
|
59
|
+
position: absolute
|
|
60
|
+
right: auto
|
|
61
|
+
top: 0
|
|
62
|
+
width: auto
|
|
92
63
|
|
|
93
64
|
.long
|
|
94
|
-
animation-name: indeterminate-
|
|
65
|
+
animation-name: indeterminate-ltr
|
|
95
66
|
|
|
96
67
|
.short
|
|
97
|
-
animation-name: indeterminate-short-
|
|
68
|
+
animation-name: indeterminate-short-ltr
|
|
98
69
|
|
|
99
70
|
.v-progress-linear__stream
|
|
100
|
-
|
|
71
|
+
animation: $progress-linear-stream-animation
|
|
72
|
+
animation-play-state: paused
|
|
73
|
+
bottom: 0
|
|
74
|
+
left: auto
|
|
75
|
+
opacity: $progress-linear-stream-opacity
|
|
76
|
+
pointer-events: none
|
|
77
|
+
position: absolute
|
|
78
|
+
transition: inherit
|
|
79
|
+
transition-property: width, left, right
|
|
101
80
|
|
|
102
|
-
|
|
103
|
-
.v-progress-linear--
|
|
104
|
-
|
|
105
|
-
|
|
81
|
+
// Modifiers
|
|
82
|
+
.v-progress-linear--reverse
|
|
83
|
+
.v-progress-linear__background,
|
|
84
|
+
.v-progress-linear__determinate,
|
|
85
|
+
.v-progress-linear__content
|
|
86
|
+
left: auto
|
|
87
|
+
right: 0
|
|
106
88
|
|
|
107
|
-
.v-progress-
|
|
108
|
-
|
|
89
|
+
.v-progress-linear__indeterminate
|
|
90
|
+
.long, .short
|
|
91
|
+
left: auto
|
|
92
|
+
right: 0
|
|
109
93
|
|
|
110
|
-
.
|
|
111
|
-
|
|
94
|
+
.long
|
|
95
|
+
animation-name: indeterminate-rtl
|
|
112
96
|
|
|
113
|
-
.
|
|
114
|
-
|
|
97
|
+
.short
|
|
98
|
+
animation-name: indeterminate-short-rtl
|
|
115
99
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
.v-progress-linear__indeterminate
|
|
119
|
-
border-radius: inherit
|
|
100
|
+
.v-progress-linear__stream
|
|
101
|
+
right: auto
|
|
120
102
|
|
|
121
|
-
.v-progress-linear--
|
|
122
|
-
.v-progress-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
background-repeat: repeat
|
|
126
|
-
background-size: $progress-linear-striped-size
|
|
103
|
+
.v-progress-linear--absolute,
|
|
104
|
+
.v-progress-linear--fixed
|
|
105
|
+
left: 0
|
|
106
|
+
z-index: 1
|
|
127
107
|
|
|
128
|
-
.v-progress-linear--
|
|
129
|
-
|
|
130
|
-
.long, .short
|
|
131
|
-
animation-play-state: running
|
|
108
|
+
.v-progress-linear--absolute
|
|
109
|
+
position: absolute
|
|
132
110
|
|
|
133
|
-
.v-progress-
|
|
134
|
-
|
|
111
|
+
.v-progress-linear--fixed
|
|
112
|
+
position: fixed
|
|
135
113
|
|
|
136
|
-
.v-progress-linear--rounded
|
|
137
|
-
.v-progress-linear__determinate,
|
|
138
|
-
.v-progress-linear__indeterminate,
|
|
139
|
-
.v-progress-linear__stream + .v-progress-linear__background
|
|
114
|
+
.v-progress-linear--rounded
|
|
140
115
|
@include tools.rounded($progress-linear-border-radius)
|
|
141
116
|
|
|
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
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
@keyframes
|
|
196
|
-
|
|
197
|
-
|
|
117
|
+
&.v-progress-linear--rounded-bar
|
|
118
|
+
.v-progress-linear__determinate,
|
|
119
|
+
.v-progress-linear__indeterminate
|
|
120
|
+
border-radius: inherit
|
|
121
|
+
|
|
122
|
+
.v-progress-linear--striped
|
|
123
|
+
.v-progress-linear__determinate
|
|
124
|
+
animation: $progress-linear-striped-animation
|
|
125
|
+
background-image: $progress-linear-stripe-gradient
|
|
126
|
+
background-repeat: repeat
|
|
127
|
+
background-size: $progress-linear-striped-size
|
|
128
|
+
|
|
129
|
+
.v-progress-linear--active
|
|
130
|
+
.v-progress-linear__indeterminate
|
|
131
|
+
.long, .short
|
|
132
|
+
animation-play-state: running
|
|
133
|
+
|
|
134
|
+
.v-progress-linear__stream
|
|
135
|
+
animation-play-state: running
|
|
136
|
+
|
|
137
|
+
.v-progress-linear--rounded-bar
|
|
138
|
+
.v-progress-linear__determinate,
|
|
139
|
+
.v-progress-linear__indeterminate,
|
|
140
|
+
.v-progress-linear__stream + .v-progress-linear__background
|
|
141
|
+
@include tools.rounded($progress-linear-border-radius)
|
|
142
|
+
|
|
143
|
+
.v-progress-linear__determinate
|
|
144
|
+
border-start-start-radius: 0
|
|
145
|
+
border-end-start-radius: 0
|
|
146
|
+
|
|
147
|
+
// Keyframes
|
|
148
|
+
@keyframes indeterminate-ltr
|
|
149
|
+
0%
|
|
150
|
+
left: -90%
|
|
151
|
+
right: 100%
|
|
152
|
+
60%
|
|
153
|
+
left: -90%
|
|
154
|
+
right: 100%
|
|
155
|
+
100%
|
|
156
|
+
left: 100%
|
|
157
|
+
right: -35%
|
|
158
|
+
|
|
159
|
+
@keyframes indeterminate-rtl
|
|
160
|
+
0%
|
|
161
|
+
left: 100%
|
|
162
|
+
right: -90%
|
|
163
|
+
60%
|
|
164
|
+
left: 100%
|
|
165
|
+
right: -90%
|
|
166
|
+
100%
|
|
167
|
+
left: -35%
|
|
168
|
+
right: 100%
|
|
169
|
+
|
|
170
|
+
@keyframes indeterminate-short-ltr
|
|
171
|
+
0%
|
|
172
|
+
left: -200%
|
|
173
|
+
right: 100%
|
|
174
|
+
60%
|
|
175
|
+
left: 107%
|
|
176
|
+
right: -8%
|
|
177
|
+
100%
|
|
178
|
+
left: 107%
|
|
179
|
+
right: -8%
|
|
180
|
+
|
|
181
|
+
@keyframes indeterminate-short-rtl
|
|
182
|
+
0%
|
|
183
|
+
left: 100%
|
|
184
|
+
right: -200%
|
|
185
|
+
60%
|
|
186
|
+
left: -8%
|
|
187
|
+
right: 107%
|
|
188
|
+
100%
|
|
189
|
+
left: -8%
|
|
190
|
+
right: 107%
|
|
191
|
+
|
|
192
|
+
@keyframes stream
|
|
193
|
+
to
|
|
194
|
+
transform: translateX(var(--v-progress-linear-stream-to))
|
|
195
|
+
|
|
196
|
+
@keyframes progress-linear-stripes
|
|
197
|
+
0%
|
|
198
|
+
background-position-x: $progress-linear-striped-size
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
2
|
import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
|
|
3
3
|
|
|
4
|
+
declare const block: readonly ["top", "bottom"];
|
|
5
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
|
6
|
+
type Tblock = typeof block[number];
|
|
7
|
+
type Tinline = typeof inline[number];
|
|
8
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
9
|
+
|
|
4
10
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
11
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
12
|
}
|
|
@@ -15,6 +21,7 @@ declare const VProgressLinear: {
|
|
|
15
21
|
absolute: boolean;
|
|
16
22
|
modelValue: string | number;
|
|
17
23
|
tile: boolean;
|
|
24
|
+
location: NonNullable<Anchor>;
|
|
18
25
|
max: string | number;
|
|
19
26
|
indeterminate: boolean;
|
|
20
27
|
bufferValue: string | number;
|
|
@@ -66,6 +73,7 @@ declare const VProgressLinear: {
|
|
|
66
73
|
absolute: boolean;
|
|
67
74
|
modelValue: string | number;
|
|
68
75
|
tile: boolean;
|
|
76
|
+
location: NonNullable<Anchor>;
|
|
69
77
|
max: string | number;
|
|
70
78
|
indeterminate: boolean;
|
|
71
79
|
bufferValue: string | number;
|
|
@@ -116,6 +124,7 @@ declare const VProgressLinear: {
|
|
|
116
124
|
modelValue: string | number;
|
|
117
125
|
rounded: string | number | boolean;
|
|
118
126
|
tile: boolean;
|
|
127
|
+
location: NonNullable<Anchor>;
|
|
119
128
|
max: string | number;
|
|
120
129
|
indeterminate: boolean;
|
|
121
130
|
bufferValue: string | number;
|
|
@@ -146,6 +155,7 @@ declare const VProgressLinear: {
|
|
|
146
155
|
absolute: boolean;
|
|
147
156
|
modelValue: string | number;
|
|
148
157
|
tile: boolean;
|
|
158
|
+
location: NonNullable<Anchor>;
|
|
149
159
|
max: string | number;
|
|
150
160
|
indeterminate: boolean;
|
|
151
161
|
bufferValue: string | number;
|
|
@@ -196,6 +206,7 @@ declare const VProgressLinear: {
|
|
|
196
206
|
modelValue: string | number;
|
|
197
207
|
rounded: string | number | boolean;
|
|
198
208
|
tile: boolean;
|
|
209
|
+
location: NonNullable<Anchor>;
|
|
199
210
|
max: string | number;
|
|
200
211
|
indeterminate: boolean;
|
|
201
212
|
bufferValue: string | number;
|
|
@@ -216,6 +227,7 @@ declare const VProgressLinear: {
|
|
|
216
227
|
absolute: boolean;
|
|
217
228
|
modelValue: string | number;
|
|
218
229
|
tile: boolean;
|
|
230
|
+
location: NonNullable<Anchor>;
|
|
219
231
|
max: string | number;
|
|
220
232
|
indeterminate: boolean;
|
|
221
233
|
bufferValue: string | number;
|
|
@@ -268,6 +280,7 @@ declare const VProgressLinear: {
|
|
|
268
280
|
modelValue: string | number;
|
|
269
281
|
rounded: string | number | boolean;
|
|
270
282
|
tile: boolean;
|
|
283
|
+
location: NonNullable<Anchor>;
|
|
271
284
|
max: string | number;
|
|
272
285
|
indeterminate: boolean;
|
|
273
286
|
bufferValue: string | number;
|
|
@@ -293,6 +306,10 @@ declare const VProgressLinear: {
|
|
|
293
306
|
default: undefined;
|
|
294
307
|
};
|
|
295
308
|
tile: BooleanConstructor;
|
|
309
|
+
location: {
|
|
310
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
311
|
+
default: NonNullable<Anchor>;
|
|
312
|
+
};
|
|
296
313
|
class: vue.PropType<any>;
|
|
297
314
|
style: {
|
|
298
315
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -342,6 +359,10 @@ declare const VProgressLinear: {
|
|
|
342
359
|
default: undefined;
|
|
343
360
|
};
|
|
344
361
|
tile: BooleanConstructor;
|
|
362
|
+
location: {
|
|
363
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
364
|
+
default: NonNullable<Anchor>;
|
|
365
|
+
};
|
|
345
366
|
class: vue.PropType<any>;
|
|
346
367
|
style: {
|
|
347
368
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
+
@use '../../styles/tools'
|
|
1
2
|
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-radio-group
|
|
6
|
+
> .v-input__control
|
|
7
|
+
flex-direction: column
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
> .v-label
|
|
10
|
+
margin-inline-start: $radio-group-label-margin-inline-start
|
|
9
11
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
+ .v-selection-control-group
|
|
13
|
+
padding-inline-start: $radio-group-label-selection-group-padding-inline
|
|
14
|
+
margin-top: $radio-group-label-selection-group-margin-top
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
.v-input__details
|
|
17
|
+
padding-inline: $radio-group-details-padding-inline
|
|
@@ -71,6 +71,7 @@ declare const VRangeSlider: {
|
|
|
71
71
|
id?: string | undefined;
|
|
72
72
|
label?: string | undefined;
|
|
73
73
|
width?: string | number | undefined;
|
|
74
|
+
theme?: string | undefined;
|
|
74
75
|
color?: string | undefined;
|
|
75
76
|
name?: string | undefined;
|
|
76
77
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
@@ -178,6 +179,7 @@ declare const VRangeSlider: {
|
|
|
178
179
|
id?: string | undefined;
|
|
179
180
|
label?: string | undefined;
|
|
180
181
|
width?: string | number | undefined;
|
|
182
|
+
theme?: string | undefined;
|
|
181
183
|
color?: string | undefined;
|
|
182
184
|
name?: string | undefined;
|
|
183
185
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
@@ -347,6 +349,7 @@ declare const VRangeSlider: {
|
|
|
347
349
|
id?: string | undefined;
|
|
348
350
|
label?: string | undefined;
|
|
349
351
|
width?: string | number | undefined;
|
|
352
|
+
theme?: string | undefined;
|
|
350
353
|
color?: string | undefined;
|
|
351
354
|
name?: string | undefined;
|
|
352
355
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
@@ -483,6 +486,7 @@ declare const VRangeSlider: {
|
|
|
483
486
|
id?: string | undefined;
|
|
484
487
|
label?: string | undefined;
|
|
485
488
|
width?: string | number | undefined;
|
|
489
|
+
theme?: string | undefined;
|
|
486
490
|
color?: string | undefined;
|
|
487
491
|
name?: string | undefined;
|
|
488
492
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
@@ -713,6 +717,7 @@ declare const VRangeSlider: {
|
|
|
713
717
|
};
|
|
714
718
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
715
719
|
validationValue: null;
|
|
720
|
+
theme: StringConstructor;
|
|
716
721
|
width: (StringConstructor | NumberConstructor)[];
|
|
717
722
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
718
723
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -839,6 +844,7 @@ declare const VRangeSlider: {
|
|
|
839
844
|
};
|
|
840
845
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
|
841
846
|
validationValue: null;
|
|
847
|
+
theme: StringConstructor;
|
|
842
848
|
width: (StringConstructor | NumberConstructor)[];
|
|
843
849
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
844
850
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -1,57 +1,59 @@
|
|
|
1
|
+
@use '../../styles/tools'
|
|
1
2
|
@use './variables' as *
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
// Block
|
|
6
|
+
.v-rating
|
|
7
|
+
max-width: 100%
|
|
8
|
+
display: inline-flex
|
|
9
|
+
white-space: $rating-white-space
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
+
&--readonly
|
|
12
|
+
pointer-events: none
|
|
11
13
|
|
|
12
|
-
// Element
|
|
13
|
-
.v-rating__wrapper
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
// Element
|
|
15
|
+
.v-rating__wrapper
|
|
16
|
+
align-items: $rating-item-align-items
|
|
17
|
+
display: inline-flex
|
|
18
|
+
flex-direction: column
|
|
17
19
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
&--bottom
|
|
21
|
+
flex-direction: column-reverse
|
|
20
22
|
|
|
21
|
-
.v-rating__item
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
.v-rating__item
|
|
24
|
+
display: inline-flex
|
|
25
|
+
position: relative
|
|
24
26
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
label
|
|
28
|
+
cursor: pointer
|
|
27
29
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
+
.v-btn--variant-plain
|
|
31
|
+
opacity: $rating-item-button-opacity
|
|
30
32
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
.v-btn
|
|
34
|
+
transition-property: $rating-item-button-transition-property
|
|
33
35
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
.v-icon
|
|
37
|
+
transition: inherit
|
|
38
|
+
transition-timing-function: $rating-item-transition-timing-function
|
|
37
39
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
&:hover:not(.v-rating__item--focused)
|
|
41
|
+
.v-rating--hover &
|
|
42
|
+
.v-btn
|
|
43
|
+
transform: $rating-item-icon-transform
|
|
42
44
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
+
&--half
|
|
46
|
+
overflow: hidden
|
|
47
|
+
position: absolute
|
|
48
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%)
|
|
49
|
+
z-index: 1
|
|
50
|
+
|
|
51
|
+
.v-btn__overlay,
|
|
52
|
+
&:hover .v-btn__overlay
|
|
53
|
+
opacity: 0
|
|
54
|
+
|
|
55
|
+
.v-rating__hidden
|
|
56
|
+
height: 0
|
|
57
|
+
opacity: 0
|
|
45
58
|
position: absolute
|
|
46
|
-
|
|
47
|
-
z-index: 1
|
|
48
|
-
|
|
49
|
-
.v-btn__overlay,
|
|
50
|
-
&:hover .v-btn__overlay
|
|
51
|
-
opacity: 0
|
|
52
|
-
|
|
53
|
-
.v-rating__hidden
|
|
54
|
-
height: 0
|
|
55
|
-
opacity: 0
|
|
56
|
-
position: absolute
|
|
57
|
-
width: 0
|
|
59
|
+
width: 0
|
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
@use '../../styles/settings'
|
|
2
|
+
@use '../../styles/tools'
|
|
2
3
|
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-responsive
|
|
6
|
+
display: flex
|
|
7
|
+
flex: 1 0 auto
|
|
8
|
+
max-height: 100%
|
|
9
|
+
max-width: 100%
|
|
10
|
+
overflow: hidden
|
|
11
|
+
position: relative
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
&--inline
|
|
14
|
+
display: inline-flex
|
|
15
|
+
flex: 0 0 auto
|
|
14
16
|
|
|
15
|
-
.v-responsive__content
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
.v-responsive__content
|
|
18
|
+
flex: 1 0 0px
|
|
19
|
+
max-width: 100%
|
|
18
20
|
|
|
19
|
-
.v-responsive__sizer ~ .v-responsive__content
|
|
20
|
-
|
|
21
|
+
.v-responsive__sizer ~ .v-responsive__content
|
|
22
|
+
margin-inline-start: -100%
|
|
21
23
|
|
|
22
|
-
.v-responsive__sizer
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
.v-responsive__sizer
|
|
25
|
+
flex: 1 0 0px
|
|
26
|
+
transition: padding-bottom 0.2s settings.$standard-easing
|
|
27
|
+
pointer-events: none
|