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
|
@@ -2,198 +2,199 @@
|
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
@use './mixins' as *
|
|
4
4
|
|
|
5
|
-
.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
user-select: none
|
|
26
|
-
|
|
27
|
-
>:not(.v-card__loader)
|
|
28
|
-
opacity: $card-disabled-opacity
|
|
29
|
-
|
|
30
|
-
&--flat
|
|
31
|
-
box-shadow: none
|
|
32
|
-
|
|
33
|
-
&--hover
|
|
34
|
-
cursor: pointer
|
|
35
|
-
|
|
36
|
-
&::before,
|
|
37
|
-
&::after
|
|
38
|
-
border-radius: inherit
|
|
39
|
-
bottom: 0
|
|
40
|
-
content: ''
|
|
41
|
-
display: block
|
|
42
|
-
left: 0
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-card
|
|
7
|
+
display: block
|
|
8
|
+
overflow: hidden
|
|
9
|
+
overflow-wrap: $card-overflow-wrap
|
|
10
|
+
position: relative
|
|
11
|
+
padding: $card-padding
|
|
12
|
+
text-decoration: none
|
|
13
|
+
transition-duration: $card-transition-duration
|
|
14
|
+
transition-property: $card-transition-property
|
|
15
|
+
transition-timing-function: $card-transition-timing-function
|
|
16
|
+
z-index: 0
|
|
17
|
+
|
|
18
|
+
@include tools.border($card-border...)
|
|
19
|
+
@include tools.position($card-positions)
|
|
20
|
+
@include tools.rounded($card-border-radius)
|
|
21
|
+
@include tools.states('.v-card__overlay')
|
|
22
|
+
@include tools.variant($card-variants...)
|
|
23
|
+
|
|
24
|
+
&--disabled
|
|
43
25
|
pointer-events: none
|
|
44
|
-
|
|
45
|
-
right: 0
|
|
46
|
-
top: 0
|
|
47
|
-
transition: inherit
|
|
26
|
+
user-select: none
|
|
48
27
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
z-index: -1
|
|
28
|
+
>:not(.v-card__loader)
|
|
29
|
+
opacity: $card-disabled-opacity
|
|
52
30
|
|
|
53
|
-
|
|
31
|
+
&--flat
|
|
32
|
+
box-shadow: none
|
|
54
33
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
opacity: 0
|
|
34
|
+
&--hover
|
|
35
|
+
cursor: pointer
|
|
58
36
|
|
|
59
|
-
|
|
37
|
+
&::before,
|
|
38
|
+
&::after
|
|
39
|
+
border-radius: inherit
|
|
40
|
+
bottom: 0
|
|
41
|
+
content: ''
|
|
42
|
+
display: block
|
|
43
|
+
left: 0
|
|
44
|
+
pointer-events: none
|
|
45
|
+
position: absolute
|
|
46
|
+
right: 0
|
|
47
|
+
top: 0
|
|
48
|
+
transition: inherit
|
|
60
49
|
|
|
61
|
-
|
|
62
|
-
|
|
50
|
+
&::before
|
|
51
|
+
opacity: 1
|
|
52
|
+
z-index: -1
|
|
63
53
|
|
|
64
|
-
|
|
65
|
-
opacity: 0
|
|
54
|
+
@include tools.elevation($card-elevation)
|
|
66
55
|
|
|
67
|
-
|
|
68
|
-
|
|
56
|
+
&::after
|
|
57
|
+
z-index: 1
|
|
58
|
+
opacity: 0
|
|
69
59
|
|
|
70
|
-
|
|
71
|
-
cursor: pointer
|
|
60
|
+
@include tools.elevation($card-hover-elevation)
|
|
72
61
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
display: flex
|
|
76
|
-
flex: $card-actions-flex
|
|
77
|
-
min-height: $card-actions-min-height
|
|
78
|
-
padding: $card-actions-padding
|
|
62
|
+
&:hover::after
|
|
63
|
+
opacity: 1
|
|
79
64
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
display: grid
|
|
83
|
-
flex: $card-header-flex
|
|
84
|
-
grid-template-areas: "prepend content append"
|
|
85
|
-
grid-template-columns: max-content auto max-content
|
|
86
|
-
padding: $card-item-padding
|
|
65
|
+
&:hover::before
|
|
66
|
+
opacity: 0
|
|
87
67
|
|
|
88
|
-
|
|
89
|
-
|
|
68
|
+
&:hover
|
|
69
|
+
@include tools.elevation($card-hover-elevation)
|
|
90
70
|
|
|
91
|
-
|
|
92
|
-
|
|
71
|
+
&--link
|
|
72
|
+
cursor: pointer
|
|
73
|
+
|
|
74
|
+
.v-card-actions
|
|
93
75
|
align-items: center
|
|
94
76
|
display: flex
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
.v-card-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
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
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
77
|
+
flex: $card-actions-flex
|
|
78
|
+
min-height: $card-actions-min-height
|
|
79
|
+
padding: $card-actions-padding
|
|
80
|
+
|
|
81
|
+
.v-card-item
|
|
82
|
+
align-items: $card-item-align-items
|
|
83
|
+
display: grid
|
|
84
|
+
flex: $card-header-flex
|
|
85
|
+
grid-template-areas: "prepend content append"
|
|
86
|
+
grid-template-columns: max-content auto max-content
|
|
87
|
+
padding: $card-item-padding
|
|
88
|
+
|
|
89
|
+
+ .v-card-text
|
|
90
|
+
padding-top: 0
|
|
91
|
+
|
|
92
|
+
&__prepend,
|
|
93
|
+
&__append
|
|
94
|
+
align-items: center
|
|
95
|
+
display: flex
|
|
96
|
+
|
|
97
|
+
&__prepend
|
|
98
|
+
grid-area: prepend
|
|
99
|
+
padding-inline-end: $card-prepend-padding-inline-end
|
|
100
|
+
|
|
101
|
+
&__append
|
|
102
|
+
grid-area: append
|
|
103
|
+
padding-inline-start: $card-append-padding-inline-start
|
|
104
|
+
|
|
105
|
+
.v-card-item__content
|
|
106
|
+
align-self: center
|
|
107
|
+
grid-area: content
|
|
108
|
+
overflow: hidden
|
|
109
|
+
|
|
110
|
+
.v-card-title
|
|
111
|
+
display: block
|
|
112
|
+
flex: $card-title-flex
|
|
113
|
+
font-size: $card-title-font-size
|
|
114
|
+
font-weight: $card-title-font-weight
|
|
115
|
+
hyphens: $card-title-hyphens
|
|
116
|
+
letter-spacing: $card-title-letter-spacing
|
|
117
|
+
min-width: 0
|
|
118
|
+
overflow-wrap: $card-title-overflow-wrap
|
|
119
|
+
overflow: $card-title-overflow
|
|
120
|
+
padding: $card-title-padding
|
|
121
|
+
text-overflow: $card-title-text-overflow
|
|
122
|
+
text-transform: $card-title-text-transform
|
|
123
|
+
white-space: $card-title-white-space
|
|
124
|
+
word-break: $card-title-word-break
|
|
125
|
+
word-wrap: $card-title-word-wrap
|
|
126
|
+
|
|
127
|
+
@include card-line-height-densities($card-title-densities)
|
|
128
|
+
|
|
129
|
+
.v-card-item &
|
|
130
|
+
padding: $card-title-header-padding
|
|
131
|
+
|
|
132
|
+
+ .v-card-text,
|
|
133
|
+
+ .v-card-actions
|
|
134
|
+
padding-top: 0
|
|
135
|
+
|
|
136
|
+
.v-card-subtitle
|
|
137
|
+
display: block
|
|
138
|
+
flex: $card-subtitle-flex
|
|
139
|
+
font-size: $card-subtitle-font-size
|
|
140
|
+
font-weight: $card-subtitle-font-weight
|
|
141
|
+
letter-spacing: $card-subtitle-letter-spacing
|
|
142
|
+
opacity: $card-subtitle-opacity
|
|
143
|
+
overflow: $card-subtitle-overflow
|
|
144
|
+
padding: $card-subtitle-padding
|
|
145
|
+
text-overflow: $card-subtitle-text-overflow
|
|
146
|
+
text-transform: $card-subtitle-text-transform
|
|
147
|
+
white-space: $card-subtitle-white-space
|
|
148
|
+
|
|
149
|
+
@include card-line-height-densities($card-subtitle-density-line-height)
|
|
150
|
+
|
|
151
|
+
.v-card-item &
|
|
152
|
+
padding: $card-subtitle-header-padding
|
|
153
|
+
|
|
154
|
+
.v-card-text
|
|
155
|
+
flex: $card-text-flex
|
|
156
|
+
font-size: $card-text-font-size
|
|
157
|
+
font-weight: $card-text-font-weight
|
|
158
|
+
letter-spacing: $card-text-letter-spacing
|
|
159
|
+
opacity: $card-text-opacity
|
|
160
|
+
padding: $card-text-padding
|
|
161
|
+
text-transform: $card-text-text-transform
|
|
162
|
+
|
|
163
|
+
@include card-line-height-densities($card-text-density-line-height)
|
|
164
|
+
|
|
165
|
+
.v-card__image
|
|
166
|
+
display: flex
|
|
167
|
+
height: 100%
|
|
168
|
+
flex: $card-img-flex
|
|
169
|
+
left: 0
|
|
170
|
+
overflow: hidden
|
|
171
|
+
position: absolute
|
|
172
|
+
top: 0
|
|
173
|
+
width: 100%
|
|
174
|
+
z-index: -1
|
|
175
|
+
|
|
176
|
+
.v-card__content
|
|
177
|
+
border-radius: inherit
|
|
178
|
+
overflow: hidden
|
|
179
|
+
position: relative
|
|
180
|
+
|
|
181
|
+
.v-card__loader
|
|
182
|
+
bottom: $card-loader-bottom
|
|
183
|
+
top: $card-loader-top
|
|
184
|
+
left: 0
|
|
185
|
+
position: absolute
|
|
186
|
+
right: 0
|
|
187
|
+
width: 100%
|
|
188
|
+
z-index: 1
|
|
189
|
+
|
|
190
|
+
.v-card__overlay
|
|
191
|
+
background-color: currentColor
|
|
192
|
+
border-radius: inherit
|
|
193
|
+
position: absolute
|
|
194
|
+
top: 0
|
|
195
|
+
right: 0
|
|
196
|
+
bottom: 0
|
|
197
|
+
left: 0
|
|
198
|
+
pointer-events: none
|
|
199
|
+
opacity: 0
|
|
200
|
+
transition: opacity 0.2s ease-in-out
|
|
@@ -1,67 +1,68 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
&__controls
|
|
10
|
-
align-items: center
|
|
11
|
-
bottom: 0
|
|
12
|
-
display: flex
|
|
13
|
-
height: $carousel-controls-size
|
|
14
|
-
justify-content: center
|
|
15
|
-
list-style-type: none
|
|
16
|
-
position: absolute
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-carousel
|
|
6
|
+
overflow: hidden
|
|
7
|
+
position: relative
|
|
17
8
|
width: 100%
|
|
18
|
-
z-index: 1
|
|
19
9
|
|
|
20
|
-
|
|
10
|
+
&__controls
|
|
11
|
+
align-items: center
|
|
12
|
+
bottom: 0
|
|
13
|
+
display: flex
|
|
14
|
+
height: $carousel-controls-size
|
|
15
|
+
justify-content: center
|
|
16
|
+
list-style-type: none
|
|
17
|
+
position: absolute
|
|
18
|
+
width: 100%
|
|
19
|
+
z-index: 1
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
flex: 0 1 auto
|
|
21
|
+
@include tools.theme($carousel-controls-theme...)
|
|
24
22
|
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
> .v-item-group
|
|
24
|
+
flex: 0 1 auto
|
|
27
25
|
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
&__item
|
|
27
|
+
margin: $carousel-dot-margin
|
|
30
28
|
|
|
31
|
-
&--active
|
|
32
29
|
.v-icon
|
|
33
|
-
opacity: $carousel-dot-
|
|
34
|
-
vertical-align: middle
|
|
30
|
+
opacity: $carousel-dot-inactive-opacity
|
|
35
31
|
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
&--active
|
|
33
|
+
.v-icon
|
|
34
|
+
opacity: $carousel-dot-active-opacity
|
|
35
|
+
vertical-align: middle
|
|
38
36
|
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
&:hover
|
|
38
|
+
background: none
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
margin: 0
|
|
45
|
-
position: absolute
|
|
46
|
-
bottom: 0
|
|
47
|
-
left: 0
|
|
48
|
-
right: 0
|
|
40
|
+
.v-icon
|
|
41
|
+
opacity: $carousel-dot-hover-opacity
|
|
49
42
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
43
|
+
// Element
|
|
44
|
+
.v-carousel__progress
|
|
45
|
+
margin: 0
|
|
46
|
+
position: absolute
|
|
47
|
+
bottom: 0
|
|
48
|
+
left: 0
|
|
49
|
+
right: 0
|
|
54
50
|
|
|
55
|
-
|
|
51
|
+
.v-carousel-item
|
|
52
|
+
display: block
|
|
56
53
|
height: inherit
|
|
54
|
+
text-decoration: none
|
|
55
|
+
|
|
56
|
+
& > .v-img
|
|
57
|
+
height: inherit
|
|
57
58
|
|
|
58
|
-
// Modifier
|
|
59
|
-
.v-carousel--hide-delimiter-background
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
// Modifier
|
|
60
|
+
.v-carousel--hide-delimiter-background
|
|
61
|
+
.v-carousel__controls
|
|
62
|
+
background: transparent
|
|
62
63
|
|
|
63
|
-
.v-carousel--vertical-delimiters
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
.v-carousel--vertical-delimiters
|
|
65
|
+
.v-carousel__controls
|
|
66
|
+
flex-direction: column
|
|
67
|
+
height: 100% !important
|
|
68
|
+
width: $carousel-controls-size
|
|
@@ -20,7 +20,7 @@ export const VCarouselItem = genericComponent()({
|
|
|
20
20
|
const imgProps = VImg.filterProps(props);
|
|
21
21
|
const windowItemProps = VWindowItem.filterProps(props);
|
|
22
22
|
return _createVNode(VWindowItem, _mergeProps({
|
|
23
|
-
"class":
|
|
23
|
+
"class": ['v-carousel-item', props.class]
|
|
24
24
|
}, windowItemProps), {
|
|
25
25
|
default: () => [_createVNode(VImg, _mergeProps(attrs, imgProps), slots)]
|
|
26
26
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VCarouselItem.mjs","names":["makeVImgProps","VImg","makeVWindowItemProps","VWindowItem","genericComponent","propsFactory","useRender","makeVCarouselItemProps","VCarouselItem","name","inheritAttrs","props","setup","_ref","slots","attrs","imgProps","filterProps","windowItemProps","_createVNode","_mergeProps","default"],"sources":["../../../src/components/VCarousel/VCarouselItem.tsx"],"sourcesContent":["// Components\nimport { makeVImgProps, VImg } from '@/components/VImg/VImg'\nimport { makeVWindowItemProps, VWindowItem } from '@/components/VWindow/VWindowItem'\n\n// Utilities\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VImgSlots } from '@/components/VImg/VImg'\n\nexport const makeVCarouselItemProps = propsFactory({\n ...makeVImgProps(),\n ...makeVWindowItemProps(),\n}, 'VCarouselItem')\n\nexport const VCarouselItem = genericComponent<VImgSlots>()({\n name: 'VCarouselItem',\n\n inheritAttrs: false,\n\n props: makeVCarouselItemProps(),\n\n setup (props, { slots, attrs }) {\n useRender(() => {\n const imgProps = VImg.filterProps(props)\n const windowItemProps = VWindowItem.filterProps(props)\n\n return (\n <VWindowItem\n class
|
|
1
|
+
{"version":3,"file":"VCarouselItem.mjs","names":["makeVImgProps","VImg","makeVWindowItemProps","VWindowItem","genericComponent","propsFactory","useRender","makeVCarouselItemProps","VCarouselItem","name","inheritAttrs","props","setup","_ref","slots","attrs","imgProps","filterProps","windowItemProps","_createVNode","_mergeProps","class","default"],"sources":["../../../src/components/VCarousel/VCarouselItem.tsx"],"sourcesContent":["// Components\nimport { makeVImgProps, VImg } from '@/components/VImg/VImg'\nimport { makeVWindowItemProps, VWindowItem } from '@/components/VWindow/VWindowItem'\n\n// Utilities\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VImgSlots } from '@/components/VImg/VImg'\n\nexport const makeVCarouselItemProps = propsFactory({\n ...makeVImgProps(),\n ...makeVWindowItemProps(),\n}, 'VCarouselItem')\n\nexport const VCarouselItem = genericComponent<VImgSlots>()({\n name: 'VCarouselItem',\n\n inheritAttrs: false,\n\n props: makeVCarouselItemProps(),\n\n setup (props, { slots, attrs }) {\n useRender(() => {\n const imgProps = VImg.filterProps(props)\n const windowItemProps = VWindowItem.filterProps(props)\n\n return (\n <VWindowItem\n class={[\n 'v-carousel-item',\n props.class,\n ]}\n { ...windowItemProps }\n >\n <VImg\n { ...attrs }\n { ...imgProps }\n v-slots={ slots }\n />\n </VWindowItem>\n )\n })\n },\n})\n\nexport type VCarouselItem = InstanceType<typeof VCarouselItem>\n"],"mappings":";AAAA;AAAA,SACSA,aAAa,EAAEC,IAAI;AAAA,SACnBC,oBAAoB,EAAEC,WAAW,sCAE1C;AAAA,SACSC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,gCAElD;AAGA,OAAO,MAAMC,sBAAsB,GAAGF,YAAY,CAAC;EACjD,GAAGL,aAAa,CAAC,CAAC;EAClB,GAAGE,oBAAoB,CAAC;AAC1B,CAAC,EAAE,eAAe,CAAC;AAEnB,OAAO,MAAMM,aAAa,GAAGJ,gBAAgB,CAAY,CAAC,CAAC;EACzDK,IAAI,EAAE,eAAe;EAErBC,YAAY,EAAE,KAAK;EAEnBC,KAAK,EAAEJ,sBAAsB,CAAC,CAAC;EAE/BK,KAAKA,CAAED,KAAK,EAAAE,IAAA,EAAoB;IAAA,IAAlB;MAAEC,KAAK;MAAEC;IAAM,CAAC,GAAAF,IAAA;IAC5BP,SAAS,CAAC,MAAM;MACd,MAAMU,QAAQ,GAAGf,IAAI,CAACgB,WAAW,CAACN,KAAK,CAAC;MACxC,MAAMO,eAAe,GAAGf,WAAW,CAACc,WAAW,CAACN,KAAK,CAAC;MAEtD,OAAAQ,YAAA,CAAAhB,WAAA,EAAAiB,WAAA;QAAA,SAEW,CACL,iBAAiB,EACjBT,KAAK,CAACU,KAAK;MACZ,GACIH,eAAe;QAAAI,OAAA,EAAAA,CAAA,MAAAH,YAAA,CAAAlB,IAAA,EAAAmB,WAAA,CAGbL,KAAK,EACLC,QAAQ,GACHF,KAAK;MAAA;IAIvB,CAAC,CAAC;EACJ;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
@use '../../styles/tools'
|
|
4
4
|
@use './variables' as *
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
.v-checkbox
|
|
8
|
+
&.v-input
|
|
9
|
+
flex: $checkbox-flex
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
.v-selection-control
|
|
12
|
+
min-height: var(--v-input-control-height)
|