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
|
@@ -710,6 +710,7 @@ declare const VAutocomplete: {
|
|
|
710
710
|
activator?: ((arg: {
|
|
711
711
|
isActive: boolean;
|
|
712
712
|
props: Record<string, any>;
|
|
713
|
+
targetRef: vue.Ref<any>;
|
|
713
714
|
}) => vue.VNodeChild) | undefined;
|
|
714
715
|
} | ((arg: {
|
|
715
716
|
isActive: vue.Ref<boolean>;
|
|
@@ -721,6 +722,7 @@ declare const VAutocomplete: {
|
|
|
721
722
|
activator?: false | ((arg: {
|
|
722
723
|
isActive: boolean;
|
|
723
724
|
props: Record<string, any>;
|
|
725
|
+
targetRef: vue.Ref<any>;
|
|
724
726
|
}) => vue.VNodeChild) | undefined;
|
|
725
727
|
} | undefined;
|
|
726
728
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -729,6 +731,7 @@ declare const VAutocomplete: {
|
|
|
729
731
|
"v-slot:activator"?: false | ((arg: {
|
|
730
732
|
isActive: boolean;
|
|
731
733
|
props: Record<string, any>;
|
|
734
|
+
targetRef: vue.Ref<any>;
|
|
732
735
|
}) => vue.VNodeChild) | undefined;
|
|
733
736
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
734
737
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -785,6 +788,7 @@ declare const VAutocomplete: {
|
|
|
785
788
|
activator?: ((arg: {
|
|
786
789
|
isActive: boolean;
|
|
787
790
|
props: Record<string, any>;
|
|
791
|
+
targetRef: vue.Ref<any>;
|
|
788
792
|
}) => vue.VNodeChild) | undefined;
|
|
789
793
|
} | ((arg: {
|
|
790
794
|
isActive: vue.Ref<boolean>;
|
|
@@ -796,6 +800,7 @@ declare const VAutocomplete: {
|
|
|
796
800
|
activator?: false | ((arg: {
|
|
797
801
|
isActive: boolean;
|
|
798
802
|
props: Record<string, any>;
|
|
803
|
+
targetRef: vue.Ref<any>;
|
|
799
804
|
}) => vue.VNodeChild) | undefined;
|
|
800
805
|
} | undefined;
|
|
801
806
|
} & {
|
|
@@ -805,6 +810,7 @@ declare const VAutocomplete: {
|
|
|
805
810
|
"v-slot:activator"?: false | ((arg: {
|
|
806
811
|
isActive: boolean;
|
|
807
812
|
props: Record<string, any>;
|
|
813
|
+
targetRef: vue.Ref<any>;
|
|
808
814
|
}) => vue.VNodeChild) | undefined;
|
|
809
815
|
} & {
|
|
810
816
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1284,6 +1290,7 @@ declare const VAutocomplete: {
|
|
|
1284
1290
|
activator?: ((arg: {
|
|
1285
1291
|
isActive: boolean;
|
|
1286
1292
|
props: Record<string, any>;
|
|
1293
|
+
targetRef: vue.Ref<any>;
|
|
1287
1294
|
}) => vue.VNodeChild) | undefined;
|
|
1288
1295
|
} | ((arg: {
|
|
1289
1296
|
isActive: vue.Ref<boolean>;
|
|
@@ -1295,6 +1302,7 @@ declare const VAutocomplete: {
|
|
|
1295
1302
|
activator?: false | ((arg: {
|
|
1296
1303
|
isActive: boolean;
|
|
1297
1304
|
props: Record<string, any>;
|
|
1305
|
+
targetRef: vue.Ref<any>;
|
|
1298
1306
|
}) => vue.VNodeChild) | undefined;
|
|
1299
1307
|
} | undefined;
|
|
1300
1308
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1303,6 +1311,7 @@ declare const VAutocomplete: {
|
|
|
1303
1311
|
"v-slot:activator"?: false | ((arg: {
|
|
1304
1312
|
isActive: boolean;
|
|
1305
1313
|
props: Record<string, any>;
|
|
1314
|
+
targetRef: vue.Ref<any>;
|
|
1306
1315
|
}) => vue.VNodeChild) | undefined;
|
|
1307
1316
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1308
1317
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -1359,6 +1368,7 @@ declare const VAutocomplete: {
|
|
|
1359
1368
|
activator?: ((arg: {
|
|
1360
1369
|
isActive: boolean;
|
|
1361
1370
|
props: Record<string, any>;
|
|
1371
|
+
targetRef: vue.Ref<any>;
|
|
1362
1372
|
}) => vue.VNodeChild) | undefined;
|
|
1363
1373
|
} | ((arg: {
|
|
1364
1374
|
isActive: vue.Ref<boolean>;
|
|
@@ -1370,6 +1380,7 @@ declare const VAutocomplete: {
|
|
|
1370
1380
|
activator?: false | ((arg: {
|
|
1371
1381
|
isActive: boolean;
|
|
1372
1382
|
props: Record<string, any>;
|
|
1383
|
+
targetRef: vue.Ref<any>;
|
|
1373
1384
|
}) => vue.VNodeChild) | undefined;
|
|
1374
1385
|
} | undefined;
|
|
1375
1386
|
} & {
|
|
@@ -1379,6 +1390,7 @@ declare const VAutocomplete: {
|
|
|
1379
1390
|
"v-slot:activator"?: false | ((arg: {
|
|
1380
1391
|
isActive: boolean;
|
|
1381
1392
|
props: Record<string, any>;
|
|
1393
|
+
targetRef: vue.Ref<any>;
|
|
1382
1394
|
}) => vue.VNodeChild) | undefined;
|
|
1383
1395
|
} & {
|
|
1384
1396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1972,6 +1984,7 @@ declare const VAutocomplete: {
|
|
|
1972
1984
|
activator?: ((arg: {
|
|
1973
1985
|
isActive: boolean;
|
|
1974
1986
|
props: Record<string, any>;
|
|
1987
|
+
targetRef: vue.Ref<any>;
|
|
1975
1988
|
}) => vue.VNodeChild) | undefined;
|
|
1976
1989
|
} | ((arg: {
|
|
1977
1990
|
isActive: vue.Ref<boolean>;
|
|
@@ -1983,6 +1996,7 @@ declare const VAutocomplete: {
|
|
|
1983
1996
|
activator?: false | ((arg: {
|
|
1984
1997
|
isActive: boolean;
|
|
1985
1998
|
props: Record<string, any>;
|
|
1999
|
+
targetRef: vue.Ref<any>;
|
|
1986
2000
|
}) => vue.VNodeChild) | undefined;
|
|
1987
2001
|
} | undefined;
|
|
1988
2002
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1991,6 +2005,7 @@ declare const VAutocomplete: {
|
|
|
1991
2005
|
"v-slot:activator"?: false | ((arg: {
|
|
1992
2006
|
isActive: boolean;
|
|
1993
2007
|
props: Record<string, any>;
|
|
2008
|
+
targetRef: vue.Ref<any>;
|
|
1994
2009
|
}) => vue.VNodeChild) | undefined;
|
|
1995
2010
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1996
2011
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -2047,6 +2062,7 @@ declare const VAutocomplete: {
|
|
|
2047
2062
|
activator?: ((arg: {
|
|
2048
2063
|
isActive: boolean;
|
|
2049
2064
|
props: Record<string, any>;
|
|
2065
|
+
targetRef: vue.Ref<any>;
|
|
2050
2066
|
}) => vue.VNodeChild) | undefined;
|
|
2051
2067
|
} | ((arg: {
|
|
2052
2068
|
isActive: vue.Ref<boolean>;
|
|
@@ -2058,6 +2074,7 @@ declare const VAutocomplete: {
|
|
|
2058
2074
|
activator?: false | ((arg: {
|
|
2059
2075
|
isActive: boolean;
|
|
2060
2076
|
props: Record<string, any>;
|
|
2077
|
+
targetRef: vue.Ref<any>;
|
|
2061
2078
|
}) => vue.VNodeChild) | undefined;
|
|
2062
2079
|
} | undefined;
|
|
2063
2080
|
} & {
|
|
@@ -2067,6 +2084,7 @@ declare const VAutocomplete: {
|
|
|
2067
2084
|
"v-slot:activator"?: false | ((arg: {
|
|
2068
2085
|
isActive: boolean;
|
|
2069
2086
|
props: Record<string, any>;
|
|
2087
|
+
targetRef: vue.Ref<any>;
|
|
2070
2088
|
}) => vue.VNodeChild) | undefined;
|
|
2071
2089
|
} & {
|
|
2072
2090
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -2595,6 +2613,7 @@ declare const VAutocomplete: {
|
|
|
2595
2613
|
activator?: ((arg: {
|
|
2596
2614
|
isActive: boolean;
|
|
2597
2615
|
props: Record<string, any>;
|
|
2616
|
+
targetRef: vue.Ref<any>;
|
|
2598
2617
|
}) => vue.VNodeChild) | undefined;
|
|
2599
2618
|
} | ((arg: {
|
|
2600
2619
|
isActive: vue.Ref<boolean>;
|
|
@@ -2606,6 +2625,7 @@ declare const VAutocomplete: {
|
|
|
2606
2625
|
activator?: false | ((arg: {
|
|
2607
2626
|
isActive: boolean;
|
|
2608
2627
|
props: Record<string, any>;
|
|
2628
|
+
targetRef: vue.Ref<any>;
|
|
2609
2629
|
}) => vue.VNodeChild) | undefined;
|
|
2610
2630
|
} | undefined;
|
|
2611
2631
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -2614,6 +2634,7 @@ declare const VAutocomplete: {
|
|
|
2614
2634
|
"v-slot:activator"?: false | ((arg: {
|
|
2615
2635
|
isActive: boolean;
|
|
2616
2636
|
props: Record<string, any>;
|
|
2637
|
+
targetRef: vue.Ref<any>;
|
|
2617
2638
|
}) => vue.VNodeChild) | undefined;
|
|
2618
2639
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2619
2640
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -2670,6 +2691,7 @@ declare const VAutocomplete: {
|
|
|
2670
2691
|
activator?: ((arg: {
|
|
2671
2692
|
isActive: boolean;
|
|
2672
2693
|
props: Record<string, any>;
|
|
2694
|
+
targetRef: vue.Ref<any>;
|
|
2673
2695
|
}) => vue.VNodeChild) | undefined;
|
|
2674
2696
|
} | ((arg: {
|
|
2675
2697
|
isActive: vue.Ref<boolean>;
|
|
@@ -2681,6 +2703,7 @@ declare const VAutocomplete: {
|
|
|
2681
2703
|
activator?: false | ((arg: {
|
|
2682
2704
|
isActive: boolean;
|
|
2683
2705
|
props: Record<string, any>;
|
|
2706
|
+
targetRef: vue.Ref<any>;
|
|
2684
2707
|
}) => vue.VNodeChild) | undefined;
|
|
2685
2708
|
} | undefined;
|
|
2686
2709
|
} & {
|
|
@@ -2690,6 +2713,7 @@ declare const VAutocomplete: {
|
|
|
2690
2713
|
"v-slot:activator"?: false | ((arg: {
|
|
2691
2714
|
isActive: boolean;
|
|
2692
2715
|
props: Record<string, any>;
|
|
2716
|
+
targetRef: vue.Ref<any>;
|
|
2693
2717
|
}) => vue.VNodeChild) | undefined;
|
|
2694
2718
|
} & {
|
|
2695
2719
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -3426,6 +3450,7 @@ declare const VAutocomplete: {
|
|
|
3426
3450
|
activator?: ((arg: {
|
|
3427
3451
|
isActive: boolean;
|
|
3428
3452
|
props: Record<string, any>;
|
|
3453
|
+
targetRef: vue.Ref<any>;
|
|
3429
3454
|
}) => vue.VNodeChild) | undefined;
|
|
3430
3455
|
} | ((arg: {
|
|
3431
3456
|
isActive: vue.Ref<boolean>;
|
|
@@ -3437,6 +3462,7 @@ declare const VAutocomplete: {
|
|
|
3437
3462
|
activator?: false | ((arg: {
|
|
3438
3463
|
isActive: boolean;
|
|
3439
3464
|
props: Record<string, any>;
|
|
3465
|
+
targetRef: vue.Ref<any>;
|
|
3440
3466
|
}) => vue.VNodeChild) | undefined;
|
|
3441
3467
|
} | undefined;
|
|
3442
3468
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -3445,6 +3471,7 @@ declare const VAutocomplete: {
|
|
|
3445
3471
|
"v-slot:activator"?: false | ((arg: {
|
|
3446
3472
|
isActive: boolean;
|
|
3447
3473
|
props: Record<string, any>;
|
|
3474
|
+
targetRef: vue.Ref<any>;
|
|
3448
3475
|
}) => vue.VNodeChild) | undefined;
|
|
3449
3476
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3450
3477
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -3501,6 +3528,7 @@ declare const VAutocomplete: {
|
|
|
3501
3528
|
activator?: ((arg: {
|
|
3502
3529
|
isActive: boolean;
|
|
3503
3530
|
props: Record<string, any>;
|
|
3531
|
+
targetRef: vue.Ref<any>;
|
|
3504
3532
|
}) => vue.VNodeChild) | undefined;
|
|
3505
3533
|
} | ((arg: {
|
|
3506
3534
|
isActive: vue.Ref<boolean>;
|
|
@@ -3512,6 +3540,7 @@ declare const VAutocomplete: {
|
|
|
3512
3540
|
activator?: false | ((arg: {
|
|
3513
3541
|
isActive: boolean;
|
|
3514
3542
|
props: Record<string, any>;
|
|
3543
|
+
targetRef: vue.Ref<any>;
|
|
3515
3544
|
}) => vue.VNodeChild) | undefined;
|
|
3516
3545
|
} | undefined;
|
|
3517
3546
|
} & {
|
|
@@ -3521,6 +3550,7 @@ declare const VAutocomplete: {
|
|
|
3521
3550
|
"v-slot:activator"?: false | ((arg: {
|
|
3522
3551
|
isActive: boolean;
|
|
3523
3552
|
props: Record<string, any>;
|
|
3553
|
+
targetRef: vue.Ref<any>;
|
|
3524
3554
|
}) => vue.VNodeChild) | undefined;
|
|
3525
3555
|
} & {
|
|
3526
3556
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -4104,6 +4134,7 @@ declare const VAutocomplete: {
|
|
|
4104
4134
|
activator?: ((arg: {
|
|
4105
4135
|
isActive: boolean;
|
|
4106
4136
|
props: Record<string, any>;
|
|
4137
|
+
targetRef: vue.Ref<any>;
|
|
4107
4138
|
}) => vue.VNodeChild) | undefined;
|
|
4108
4139
|
} | ((arg: {
|
|
4109
4140
|
isActive: vue.Ref<boolean>;
|
|
@@ -4115,6 +4146,7 @@ declare const VAutocomplete: {
|
|
|
4115
4146
|
activator?: false | ((arg: {
|
|
4116
4147
|
isActive: boolean;
|
|
4117
4148
|
props: Record<string, any>;
|
|
4149
|
+
targetRef: vue.Ref<any>;
|
|
4118
4150
|
}) => vue.VNodeChild) | undefined;
|
|
4119
4151
|
} | undefined;
|
|
4120
4152
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -4123,6 +4155,7 @@ declare const VAutocomplete: {
|
|
|
4123
4155
|
"v-slot:activator"?: false | ((arg: {
|
|
4124
4156
|
isActive: boolean;
|
|
4125
4157
|
props: Record<string, any>;
|
|
4158
|
+
targetRef: vue.Ref<any>;
|
|
4126
4159
|
}) => vue.VNodeChild) | undefined;
|
|
4127
4160
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4128
4161
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -4179,6 +4212,7 @@ declare const VAutocomplete: {
|
|
|
4179
4212
|
activator?: ((arg: {
|
|
4180
4213
|
isActive: boolean;
|
|
4181
4214
|
props: Record<string, any>;
|
|
4215
|
+
targetRef: vue.Ref<any>;
|
|
4182
4216
|
}) => vue.VNodeChild) | undefined;
|
|
4183
4217
|
} | ((arg: {
|
|
4184
4218
|
isActive: vue.Ref<boolean>;
|
|
@@ -4190,6 +4224,7 @@ declare const VAutocomplete: {
|
|
|
4190
4224
|
activator?: false | ((arg: {
|
|
4191
4225
|
isActive: boolean;
|
|
4192
4226
|
props: Record<string, any>;
|
|
4227
|
+
targetRef: vue.Ref<any>;
|
|
4193
4228
|
}) => vue.VNodeChild) | undefined;
|
|
4194
4229
|
} | undefined;
|
|
4195
4230
|
} & {
|
|
@@ -4199,6 +4234,7 @@ declare const VAutocomplete: {
|
|
|
4199
4234
|
"v-slot:activator"?: false | ((arg: {
|
|
4200
4235
|
isActive: boolean;
|
|
4201
4236
|
props: Record<string, any>;
|
|
4237
|
+
targetRef: vue.Ref<any>;
|
|
4202
4238
|
}) => vue.VNodeChild) | undefined;
|
|
4203
4239
|
} & {
|
|
4204
4240
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -3,33 +3,34 @@
|
|
|
3
3
|
@use './mixins' as *
|
|
4
4
|
@use './variables' as *
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
6
|
+
@include tools.layer('components')
|
|
7
|
+
.v-avatar
|
|
8
|
+
flex: none
|
|
9
|
+
align-items: center
|
|
10
|
+
display: inline-flex
|
|
11
|
+
justify-content: center
|
|
12
|
+
line-height: $avatar-line-height
|
|
13
|
+
overflow: hidden
|
|
14
|
+
position: relative
|
|
15
|
+
text-align: center
|
|
16
|
+
transition: 0.2s settings.$standard-easing
|
|
17
|
+
transition-property: width, height
|
|
18
|
+
vertical-align: $avatar-vertical-align
|
|
18
19
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
@include avatar-sizes($avatar-sizes)
|
|
21
|
+
@include avatar-density(('height', 'width'), $avatar-density)
|
|
22
|
+
@include tools.rounded($avatar-border-radius)
|
|
23
|
+
@include tools.variant($avatar-variants...)
|
|
23
24
|
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
&--rounded
|
|
26
|
+
@include tools.rounded($avatar-rounded-border-radius)
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
&--start
|
|
29
|
+
margin-inline-end: $avatar-margin-start
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
&--end
|
|
32
|
+
margin-inline-start: $avatar-margin-end
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
.v-img
|
|
35
|
+
height: 100%
|
|
36
|
+
width: 100%
|
|
@@ -1,73 +1,74 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-badge
|
|
6
|
+
display: inline-block
|
|
7
|
+
line-height: $badge-line-height
|
|
7
8
|
|
|
8
|
-
.v-badge__badge
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
.v-badge__badge
|
|
10
|
+
align-items: center
|
|
11
|
+
display: inline-flex
|
|
12
|
+
border-radius: $badge-border-radius
|
|
13
|
+
font-size: $badge-font-size
|
|
14
|
+
font-weight: $badge-font-weight
|
|
15
|
+
height: $badge-height
|
|
16
|
+
justify-content: center
|
|
17
|
+
min-width: $badge-min-width
|
|
18
|
+
padding: $badge-padding
|
|
19
|
+
pointer-events: auto
|
|
20
|
+
position: absolute
|
|
21
|
+
text-align: center
|
|
22
|
+
text-indent: 0
|
|
23
|
+
transition: $badge-transition
|
|
24
|
+
white-space: nowrap
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
@include tools.theme($badge-theme...)
|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
28
|
+
.v-badge--bordered &
|
|
29
|
+
&::after
|
|
30
|
+
border-radius: inherit
|
|
31
|
+
border-style: $badge-border-style
|
|
32
|
+
border-width: $badge-border-width
|
|
33
|
+
bottom: 0
|
|
34
|
+
color: $badge-border-color
|
|
35
|
+
content: ''
|
|
36
|
+
left: 0
|
|
37
|
+
position: absolute
|
|
38
|
+
right: 0
|
|
39
|
+
top: 0
|
|
40
|
+
transform: $badge-border-transform
|
|
40
41
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
.v-badge--dot &
|
|
43
|
+
border-radius: $badge-dot-border-radius
|
|
44
|
+
height: $badge-dot-height
|
|
45
|
+
min-width: 0
|
|
46
|
+
padding: 0
|
|
47
|
+
width: $badge-dot-width
|
|
47
48
|
|
|
48
|
-
|
|
49
|
-
|
|
49
|
+
&::after
|
|
50
|
+
border-width: $badge-dot-border-width
|
|
50
51
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
.v-badge--inline &
|
|
53
|
+
position: relative
|
|
54
|
+
vertical-align: $badge-inline-vertical-align
|
|
54
55
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
.v-icon
|
|
57
|
+
color: inherit
|
|
58
|
+
font-size: $badge-font-size
|
|
59
|
+
margin: $badge-icon-margin
|
|
59
60
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
img,
|
|
62
|
+
.v-img
|
|
63
|
+
height: 100%
|
|
64
|
+
width: 100%
|
|
64
65
|
|
|
65
|
-
.v-badge__wrapper
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
.v-badge__wrapper
|
|
67
|
+
display: flex
|
|
68
|
+
position: relative
|
|
68
69
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
.v-badge--inline &
|
|
71
|
+
align-items: center
|
|
72
|
+
display: inline-flex
|
|
73
|
+
justify-content: center
|
|
74
|
+
margin: $badge-wrapper-margin
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
grid-template-areas: "prepend content actions";
|
|
6
6
|
grid-template-columns: max-content auto max-content;
|
|
7
7
|
grid-template-rows: max-content max-content;
|
|
8
|
-
line-height: 1.
|
|
8
|
+
line-height: 1.6;
|
|
9
9
|
overflow: hidden;
|
|
10
10
|
padding-inline: 16px 8px;
|
|
11
11
|
padding-top: 16px;
|
|
@@ -2,106 +2,107 @@
|
|
|
2
2
|
@use '../../styles/tools'
|
|
3
3
|
@use './variables' as *
|
|
4
4
|
|
|
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
|
-
.v-banner-
|
|
39
|
-
margin-bottom: -($banner-padding + $modifier)
|
|
40
|
-
|
|
41
|
-
&.v-banner--one-line
|
|
42
|
-
padding-top: $banner-padding + $modifier
|
|
43
|
-
padding-bottom: $banner-padding + $modifier
|
|
44
|
-
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-banner
|
|
7
|
+
display: grid
|
|
8
|
+
flex: 1 1
|
|
9
|
+
font-size: $banner-font-size
|
|
10
|
+
grid-template-areas: "prepend content actions"
|
|
11
|
+
grid-template-columns: max-content auto max-content
|
|
12
|
+
grid-template-rows: max-content max-content
|
|
13
|
+
line-height: $banner-line-height
|
|
14
|
+
overflow: hidden
|
|
15
|
+
padding-inline: $banner-padding-inline-start $banner-padding-inline-end
|
|
16
|
+
padding-top: $banner-padding * 2
|
|
17
|
+
padding-bottom: $banner-padding * 2
|
|
18
|
+
position: relative
|
|
19
|
+
width: $banner-width
|
|
20
|
+
|
|
21
|
+
@include tools.border($banner-border...)
|
|
22
|
+
@include tools.elevation($banner-elevation)
|
|
23
|
+
@include tools.position($banner-positions)
|
|
24
|
+
@include tools.rounded($banner-border-radius)
|
|
25
|
+
@include tools.theme($banner-theme...)
|
|
26
|
+
|
|
27
|
+
&--rounded
|
|
28
|
+
@include tools.rounded($banner-rounded-border-radius)
|
|
29
|
+
|
|
30
|
+
&--stacked
|
|
31
|
+
&:not(.v-banner--one-line)
|
|
32
|
+
grid-template-areas: "prepend content" ". actions"
|
|
33
|
+
|
|
34
|
+
.v-banner-text
|
|
35
|
+
padding-inline-end: $banner-stacked-padding-inline-end
|
|
36
|
+
|
|
37
|
+
@at-root
|
|
38
|
+
@include tools.density('v-banner', $banner-density) using ($modifier)
|
|
45
39
|
.v-banner-actions
|
|
46
|
-
margin-bottom:
|
|
40
|
+
margin-bottom: -($banner-padding + $modifier)
|
|
47
41
|
|
|
48
|
-
@if ($modifier == 0px)
|
|
49
42
|
&.v-banner--one-line
|
|
50
|
-
padding-top: $banner-padding + $modifier
|
|
51
|
-
|
|
52
|
-
&.v-banner--two-line
|
|
53
|
-
padding-top: $banner-padding * 2 + $modifier
|
|
54
|
-
padding-bottom: $banner-padding * 2 + $modifier
|
|
55
|
-
|
|
56
|
-
&.v-banner--three-line
|
|
57
|
-
padding-top: $banner-padding * 3 + $modifier
|
|
58
|
-
padding-bottom: $banner-padding * 2 + $modifier
|
|
59
|
-
|
|
60
|
-
&:not(.v-banner--one-line),
|
|
61
|
-
&.v-banner--two-line,
|
|
62
|
-
&.v-banner--three-line
|
|
63
|
-
.v-banner-actions
|
|
64
|
-
margin-top: $banner-action-margin + $modifier
|
|
65
|
-
|
|
66
|
-
&--sticky
|
|
67
|
-
top: $banner-sticky-top
|
|
68
|
-
|
|
69
|
-
.v-banner__content
|
|
70
|
-
align-items: center
|
|
71
|
-
display: flex
|
|
72
|
-
grid-area: content
|
|
43
|
+
padding-top: $banner-padding + $modifier
|
|
44
|
+
padding-bottom: $banner-padding + $modifier
|
|
73
45
|
|
|
74
|
-
.v-
|
|
75
|
-
|
|
76
|
-
grid-area: prepend
|
|
77
|
-
margin-inline-end: $banner-prepend-margin-end
|
|
46
|
+
.v-banner-actions
|
|
47
|
+
margin-bottom: 0
|
|
78
48
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
flex: 0 1
|
|
83
|
-
grid-area: actions
|
|
84
|
-
justify-content: flex-end
|
|
49
|
+
@if ($modifier == 0px)
|
|
50
|
+
&.v-banner--one-line
|
|
51
|
+
padding-top: $banner-padding + $modifier + 2
|
|
85
52
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
53
|
+
&.v-banner--two-line
|
|
54
|
+
padding-top: $banner-padding * 2 + $modifier
|
|
55
|
+
padding-bottom: $banner-padding * 2 + $modifier
|
|
89
56
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
padding-inline-end: $banner-text-padding-end
|
|
94
|
-
overflow: hidden
|
|
57
|
+
&.v-banner--three-line
|
|
58
|
+
padding-top: $banner-padding * 3 + $modifier
|
|
59
|
+
padding-bottom: $banner-padding * 2 + $modifier
|
|
95
60
|
|
|
96
|
-
|
|
97
|
-
|
|
61
|
+
&:not(.v-banner--one-line),
|
|
62
|
+
&.v-banner--two-line,
|
|
63
|
+
&.v-banner--three-line
|
|
64
|
+
.v-banner-actions
|
|
65
|
+
margin-top: $banner-action-margin + $modifier
|
|
98
66
|
|
|
99
|
-
|
|
100
|
-
|
|
67
|
+
&--sticky
|
|
68
|
+
top: $banner-sticky-top
|
|
101
69
|
|
|
102
|
-
.v-
|
|
103
|
-
-
|
|
70
|
+
.v-banner__content
|
|
71
|
+
align-items: center
|
|
72
|
+
display: flex
|
|
73
|
+
grid-area: content
|
|
104
74
|
|
|
105
|
-
.v-
|
|
106
|
-
.v-banner--three-line &
|
|
75
|
+
.v-banner__prepend
|
|
107
76
|
align-self: flex-start
|
|
77
|
+
grid-area: prepend
|
|
78
|
+
margin-inline-end: $banner-prepend-margin-end
|
|
79
|
+
|
|
80
|
+
.v-banner-actions
|
|
81
|
+
align-self: flex-end
|
|
82
|
+
display: flex
|
|
83
|
+
flex: 0 1
|
|
84
|
+
grid-area: actions
|
|
85
|
+
justify-content: flex-end
|
|
86
|
+
|
|
87
|
+
.v-banner--two-line &,
|
|
88
|
+
.v-banner--three-line &
|
|
89
|
+
margin-top: $banner-actions-line-margin-top
|
|
90
|
+
|
|
91
|
+
.v-banner-text
|
|
92
|
+
-webkit-box-orient: vertical
|
|
93
|
+
display: -webkit-box
|
|
94
|
+
padding-inline-end: $banner-text-padding-end
|
|
95
|
+
overflow: hidden
|
|
96
|
+
|
|
97
|
+
.v-banner--one-line &
|
|
98
|
+
-webkit-line-clamp: 1
|
|
99
|
+
|
|
100
|
+
.v-banner--two-line &
|
|
101
|
+
-webkit-line-clamp: 2
|
|
102
|
+
|
|
103
|
+
.v-banner--three-line &
|
|
104
|
+
-webkit-line-clamp: 3
|
|
105
|
+
|
|
106
|
+
.v-banner--two-line &,
|
|
107
|
+
.v-banner--three-line &
|
|
108
|
+
align-self: flex-start
|