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,18 +1,19 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
.v-menu
|
|
6
|
+
> .v-overlay__content
|
|
7
|
+
display: flex
|
|
8
|
+
flex-direction: column
|
|
9
|
+
@include tools.rounded($menu-content-border-radius)
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
> .v-card,
|
|
12
|
+
> .v-sheet,
|
|
13
|
+
> .v-list
|
|
14
|
+
background: rgb(var(--v-theme-surface))
|
|
15
|
+
border-radius: inherit
|
|
16
|
+
overflow: auto
|
|
17
|
+
height: 100%
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
@include tools.elevation($menu-elevation)
|
|
@@ -139,6 +139,7 @@ declare const VMenu: {
|
|
|
139
139
|
activator?: ((arg: {
|
|
140
140
|
isActive: boolean;
|
|
141
141
|
props: Record<string, any>;
|
|
142
|
+
targetRef: vue.Ref<any>;
|
|
142
143
|
}) => vue.VNodeChild) | undefined;
|
|
143
144
|
} | ((arg: {
|
|
144
145
|
isActive: vue.Ref<boolean>;
|
|
@@ -150,6 +151,7 @@ declare const VMenu: {
|
|
|
150
151
|
activator?: false | ((arg: {
|
|
151
152
|
isActive: boolean;
|
|
152
153
|
props: Record<string, any>;
|
|
154
|
+
targetRef: vue.Ref<any>;
|
|
153
155
|
}) => vue.VNodeChild) | undefined;
|
|
154
156
|
} | undefined;
|
|
155
157
|
} & {
|
|
@@ -159,6 +161,7 @@ declare const VMenu: {
|
|
|
159
161
|
"v-slot:activator"?: false | ((arg: {
|
|
160
162
|
isActive: boolean;
|
|
161
163
|
props: Record<string, any>;
|
|
164
|
+
targetRef: vue.Ref<any>;
|
|
162
165
|
}) => vue.VNodeChild) | undefined;
|
|
163
166
|
} & {
|
|
164
167
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -246,6 +249,7 @@ declare const VMenu: {
|
|
|
246
249
|
activator?: ((arg: {
|
|
247
250
|
isActive: boolean;
|
|
248
251
|
props: Record<string, any>;
|
|
252
|
+
targetRef: vue.Ref<any>;
|
|
249
253
|
}) => vue.VNodeChild) | undefined;
|
|
250
254
|
} | ((arg: {
|
|
251
255
|
isActive: vue.Ref<boolean>;
|
|
@@ -257,6 +261,7 @@ declare const VMenu: {
|
|
|
257
261
|
activator?: false | ((arg: {
|
|
258
262
|
isActive: boolean;
|
|
259
263
|
props: Record<string, any>;
|
|
264
|
+
targetRef: vue.Ref<any>;
|
|
260
265
|
}) => vue.VNodeChild) | undefined;
|
|
261
266
|
} | undefined;
|
|
262
267
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -265,6 +270,7 @@ declare const VMenu: {
|
|
|
265
270
|
"v-slot:activator"?: false | ((arg: {
|
|
266
271
|
isActive: boolean;
|
|
267
272
|
props: Record<string, any>;
|
|
273
|
+
targetRef: vue.Ref<any>;
|
|
268
274
|
}) => vue.VNodeChild) | undefined;
|
|
269
275
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
270
276
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -323,6 +329,7 @@ declare const VMenu: {
|
|
|
323
329
|
activator?: ((arg: {
|
|
324
330
|
isActive: boolean;
|
|
325
331
|
props: Record<string, any>;
|
|
332
|
+
targetRef: vue.Ref<any>;
|
|
326
333
|
}) => vue.VNodeChild) | undefined;
|
|
327
334
|
} | ((arg: {
|
|
328
335
|
isActive: vue.Ref<boolean>;
|
|
@@ -334,6 +341,7 @@ declare const VMenu: {
|
|
|
334
341
|
activator?: false | ((arg: {
|
|
335
342
|
isActive: boolean;
|
|
336
343
|
props: Record<string, any>;
|
|
344
|
+
targetRef: vue.Ref<any>;
|
|
337
345
|
}) => vue.VNodeChild) | undefined;
|
|
338
346
|
} | undefined;
|
|
339
347
|
} & {
|
|
@@ -343,6 +351,7 @@ declare const VMenu: {
|
|
|
343
351
|
"v-slot:activator"?: false | ((arg: {
|
|
344
352
|
isActive: boolean;
|
|
345
353
|
props: Record<string, any>;
|
|
354
|
+
targetRef: vue.Ref<any>;
|
|
346
355
|
}) => vue.VNodeChild) | undefined;
|
|
347
356
|
} & {
|
|
348
357
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -365,6 +374,7 @@ declare const VMenu: {
|
|
|
365
374
|
activator?: ((arg: {
|
|
366
375
|
isActive: boolean;
|
|
367
376
|
props: Record<string, any>;
|
|
377
|
+
targetRef: vue.Ref<any>;
|
|
368
378
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
369
379
|
[key: string]: any;
|
|
370
380
|
}>[]) | undefined;
|
|
@@ -426,6 +436,7 @@ declare const VMenu: {
|
|
|
426
436
|
activator?: ((arg: {
|
|
427
437
|
isActive: boolean;
|
|
428
438
|
props: Record<string, any>;
|
|
439
|
+
targetRef: vue.Ref<any>;
|
|
429
440
|
}) => vue.VNodeChild) | undefined;
|
|
430
441
|
} | ((arg: {
|
|
431
442
|
isActive: vue.Ref<boolean>;
|
|
@@ -437,6 +448,7 @@ declare const VMenu: {
|
|
|
437
448
|
activator?: false | ((arg: {
|
|
438
449
|
isActive: boolean;
|
|
439
450
|
props: Record<string, any>;
|
|
451
|
+
targetRef: vue.Ref<any>;
|
|
440
452
|
}) => vue.VNodeChild) | undefined;
|
|
441
453
|
} | undefined;
|
|
442
454
|
} & {
|
|
@@ -446,6 +458,7 @@ declare const VMenu: {
|
|
|
446
458
|
"v-slot:activator"?: false | ((arg: {
|
|
447
459
|
isActive: boolean;
|
|
448
460
|
props: Record<string, any>;
|
|
461
|
+
targetRef: vue.Ref<any>;
|
|
449
462
|
}) => vue.VNodeChild) | undefined;
|
|
450
463
|
} & {
|
|
451
464
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -502,6 +515,7 @@ declare const VMenu: {
|
|
|
502
515
|
activator: (arg: {
|
|
503
516
|
isActive: boolean;
|
|
504
517
|
props: Record<string, any>;
|
|
518
|
+
targetRef: vue.Ref<any>;
|
|
505
519
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
506
520
|
[key: string]: any;
|
|
507
521
|
}>[];
|
|
@@ -578,6 +592,7 @@ declare const VMenu: {
|
|
|
578
592
|
activator?: ((arg: {
|
|
579
593
|
isActive: boolean;
|
|
580
594
|
props: Record<string, any>;
|
|
595
|
+
targetRef: vue.Ref<any>;
|
|
581
596
|
}) => vue.VNodeChild) | undefined;
|
|
582
597
|
} | ((arg: {
|
|
583
598
|
isActive: vue.Ref<boolean>;
|
|
@@ -589,6 +604,7 @@ declare const VMenu: {
|
|
|
589
604
|
activator?: false | ((arg: {
|
|
590
605
|
isActive: boolean;
|
|
591
606
|
props: Record<string, any>;
|
|
607
|
+
targetRef: vue.Ref<any>;
|
|
592
608
|
}) => vue.VNodeChild) | undefined;
|
|
593
609
|
} | undefined;
|
|
594
610
|
} & {
|
|
@@ -598,6 +614,7 @@ declare const VMenu: {
|
|
|
598
614
|
"v-slot:activator"?: false | ((arg: {
|
|
599
615
|
isActive: boolean;
|
|
600
616
|
props: Record<string, any>;
|
|
617
|
+
targetRef: vue.Ref<any>;
|
|
601
618
|
}) => vue.VNodeChild) | undefined;
|
|
602
619
|
} & {
|
|
603
620
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -669,6 +686,7 @@ declare const VMenu: {
|
|
|
669
686
|
activator?: ((arg: {
|
|
670
687
|
isActive: boolean;
|
|
671
688
|
props: Record<string, any>;
|
|
689
|
+
targetRef: vue.Ref<any>;
|
|
672
690
|
}) => vue.VNodeChild) | undefined;
|
|
673
691
|
} | ((arg: {
|
|
674
692
|
isActive: vue.Ref<boolean>;
|
|
@@ -680,6 +698,7 @@ declare const VMenu: {
|
|
|
680
698
|
activator?: false | ((arg: {
|
|
681
699
|
isActive: boolean;
|
|
682
700
|
props: Record<string, any>;
|
|
701
|
+
targetRef: vue.Ref<any>;
|
|
683
702
|
}) => vue.VNodeChild) | undefined;
|
|
684
703
|
} | undefined;
|
|
685
704
|
} & {
|
|
@@ -689,6 +708,7 @@ declare const VMenu: {
|
|
|
689
708
|
"v-slot:activator"?: false | ((arg: {
|
|
690
709
|
isActive: boolean;
|
|
691
710
|
props: Record<string, any>;
|
|
711
|
+
targetRef: vue.Ref<any>;
|
|
692
712
|
}) => vue.VNodeChild) | undefined;
|
|
693
713
|
} & {
|
|
694
714
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -730,6 +750,7 @@ declare const VMenu: {
|
|
|
730
750
|
activator: (arg: {
|
|
731
751
|
isActive: boolean;
|
|
732
752
|
props: Record<string, any>;
|
|
753
|
+
targetRef: vue.Ref<any>;
|
|
733
754
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
734
755
|
[key: string]: any;
|
|
735
756
|
}>[];
|
|
@@ -794,6 +815,7 @@ declare const VMenu: {
|
|
|
794
815
|
activator?: ((arg: {
|
|
795
816
|
isActive: boolean;
|
|
796
817
|
props: Record<string, any>;
|
|
818
|
+
targetRef: vue.Ref<any>;
|
|
797
819
|
}) => vue.VNodeChild) | undefined;
|
|
798
820
|
} | ((arg: {
|
|
799
821
|
isActive: vue.Ref<boolean>;
|
|
@@ -805,6 +827,7 @@ declare const VMenu: {
|
|
|
805
827
|
activator?: false | ((arg: {
|
|
806
828
|
isActive: boolean;
|
|
807
829
|
props: Record<string, any>;
|
|
830
|
+
targetRef: vue.Ref<any>;
|
|
808
831
|
}) => vue.VNodeChild) | undefined;
|
|
809
832
|
} | undefined;
|
|
810
833
|
} & {
|
|
@@ -814,6 +837,7 @@ declare const VMenu: {
|
|
|
814
837
|
"v-slot:activator"?: false | ((arg: {
|
|
815
838
|
isActive: boolean;
|
|
816
839
|
props: Record<string, any>;
|
|
840
|
+
targetRef: vue.Ref<any>;
|
|
817
841
|
}) => vue.VNodeChild) | undefined;
|
|
818
842
|
} & {
|
|
819
843
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -901,6 +925,7 @@ declare const VMenu: {
|
|
|
901
925
|
activator?: ((arg: {
|
|
902
926
|
isActive: boolean;
|
|
903
927
|
props: Record<string, any>;
|
|
928
|
+
targetRef: vue.Ref<any>;
|
|
904
929
|
}) => vue.VNodeChild) | undefined;
|
|
905
930
|
} | ((arg: {
|
|
906
931
|
isActive: vue.Ref<boolean>;
|
|
@@ -912,6 +937,7 @@ declare const VMenu: {
|
|
|
912
937
|
activator?: false | ((arg: {
|
|
913
938
|
isActive: boolean;
|
|
914
939
|
props: Record<string, any>;
|
|
940
|
+
targetRef: vue.Ref<any>;
|
|
915
941
|
}) => vue.VNodeChild) | undefined;
|
|
916
942
|
} | undefined;
|
|
917
943
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -920,6 +946,7 @@ declare const VMenu: {
|
|
|
920
946
|
"v-slot:activator"?: false | ((arg: {
|
|
921
947
|
isActive: boolean;
|
|
922
948
|
props: Record<string, any>;
|
|
949
|
+
targetRef: vue.Ref<any>;
|
|
923
950
|
}) => vue.VNodeChild) | undefined;
|
|
924
951
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
925
952
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -978,6 +1005,7 @@ declare const VMenu: {
|
|
|
978
1005
|
activator?: ((arg: {
|
|
979
1006
|
isActive: boolean;
|
|
980
1007
|
props: Record<string, any>;
|
|
1008
|
+
targetRef: vue.Ref<any>;
|
|
981
1009
|
}) => vue.VNodeChild) | undefined;
|
|
982
1010
|
} | ((arg: {
|
|
983
1011
|
isActive: vue.Ref<boolean>;
|
|
@@ -989,6 +1017,7 @@ declare const VMenu: {
|
|
|
989
1017
|
activator?: false | ((arg: {
|
|
990
1018
|
isActive: boolean;
|
|
991
1019
|
props: Record<string, any>;
|
|
1020
|
+
targetRef: vue.Ref<any>;
|
|
992
1021
|
}) => vue.VNodeChild) | undefined;
|
|
993
1022
|
} | undefined;
|
|
994
1023
|
} & {
|
|
@@ -998,6 +1027,7 @@ declare const VMenu: {
|
|
|
998
1027
|
"v-slot:activator"?: false | ((arg: {
|
|
999
1028
|
isActive: boolean;
|
|
1000
1029
|
props: Record<string, any>;
|
|
1030
|
+
targetRef: vue.Ref<any>;
|
|
1001
1031
|
}) => vue.VNodeChild) | undefined;
|
|
1002
1032
|
} & {
|
|
1003
1033
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1020,6 +1050,7 @@ declare const VMenu: {
|
|
|
1020
1050
|
activator?: ((arg: {
|
|
1021
1051
|
isActive: boolean;
|
|
1022
1052
|
props: Record<string, any>;
|
|
1053
|
+
targetRef: vue.Ref<any>;
|
|
1023
1054
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1024
1055
|
[key: string]: any;
|
|
1025
1056
|
}>[]) | undefined;
|
|
@@ -1081,6 +1112,7 @@ declare const VMenu: {
|
|
|
1081
1112
|
activator?: ((arg: {
|
|
1082
1113
|
isActive: boolean;
|
|
1083
1114
|
props: Record<string, any>;
|
|
1115
|
+
targetRef: vue.Ref<any>;
|
|
1084
1116
|
}) => vue.VNodeChild) | undefined;
|
|
1085
1117
|
} | ((arg: {
|
|
1086
1118
|
isActive: vue.Ref<boolean>;
|
|
@@ -1092,6 +1124,7 @@ declare const VMenu: {
|
|
|
1092
1124
|
activator?: false | ((arg: {
|
|
1093
1125
|
isActive: boolean;
|
|
1094
1126
|
props: Record<string, any>;
|
|
1127
|
+
targetRef: vue.Ref<any>;
|
|
1095
1128
|
}) => vue.VNodeChild) | undefined;
|
|
1096
1129
|
} | undefined;
|
|
1097
1130
|
} & {
|
|
@@ -1101,6 +1134,7 @@ declare const VMenu: {
|
|
|
1101
1134
|
"v-slot:activator"?: false | ((arg: {
|
|
1102
1135
|
isActive: boolean;
|
|
1103
1136
|
props: Record<string, any>;
|
|
1137
|
+
targetRef: vue.Ref<any>;
|
|
1104
1138
|
}) => vue.VNodeChild) | undefined;
|
|
1105
1139
|
} & {
|
|
1106
1140
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1157,6 +1191,7 @@ declare const VMenu: {
|
|
|
1157
1191
|
activator: (arg: {
|
|
1158
1192
|
isActive: boolean;
|
|
1159
1193
|
props: Record<string, any>;
|
|
1194
|
+
targetRef: vue.Ref<any>;
|
|
1160
1195
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1161
1196
|
[key: string]: any;
|
|
1162
1197
|
}>[];
|
|
@@ -1233,6 +1268,7 @@ declare const VMenu: {
|
|
|
1233
1268
|
activator?: ((arg: {
|
|
1234
1269
|
isActive: boolean;
|
|
1235
1270
|
props: Record<string, any>;
|
|
1271
|
+
targetRef: vue.Ref<any>;
|
|
1236
1272
|
}) => vue.VNodeChild) | undefined;
|
|
1237
1273
|
} | ((arg: {
|
|
1238
1274
|
isActive: vue.Ref<boolean>;
|
|
@@ -1244,6 +1280,7 @@ declare const VMenu: {
|
|
|
1244
1280
|
activator?: false | ((arg: {
|
|
1245
1281
|
isActive: boolean;
|
|
1246
1282
|
props: Record<string, any>;
|
|
1283
|
+
targetRef: vue.Ref<any>;
|
|
1247
1284
|
}) => vue.VNodeChild) | undefined;
|
|
1248
1285
|
} | undefined;
|
|
1249
1286
|
} & {
|
|
@@ -1253,6 +1290,7 @@ declare const VMenu: {
|
|
|
1253
1290
|
"v-slot:activator"?: false | ((arg: {
|
|
1254
1291
|
isActive: boolean;
|
|
1255
1292
|
props: Record<string, any>;
|
|
1293
|
+
targetRef: vue.Ref<any>;
|
|
1256
1294
|
}) => vue.VNodeChild) | undefined;
|
|
1257
1295
|
} & {
|
|
1258
1296
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1355,6 +1393,7 @@ declare const VMenu: {
|
|
|
1355
1393
|
activator?: ((arg: {
|
|
1356
1394
|
isActive: boolean;
|
|
1357
1395
|
props: Record<string, any>;
|
|
1396
|
+
targetRef: vue.Ref<any>;
|
|
1358
1397
|
}) => vue.VNodeChild) | undefined;
|
|
1359
1398
|
} | ((arg: {
|
|
1360
1399
|
isActive: vue.Ref<boolean>;
|
|
@@ -1366,6 +1405,7 @@ declare const VMenu: {
|
|
|
1366
1405
|
activator?: false | ((arg: {
|
|
1367
1406
|
isActive: boolean;
|
|
1368
1407
|
props: Record<string, any>;
|
|
1408
|
+
targetRef: vue.Ref<any>;
|
|
1369
1409
|
}) => vue.VNodeChild) | undefined;
|
|
1370
1410
|
} | undefined;
|
|
1371
1411
|
} & {
|
|
@@ -1375,6 +1415,7 @@ declare const VMenu: {
|
|
|
1375
1415
|
"v-slot:activator"?: false | ((arg: {
|
|
1376
1416
|
isActive: boolean;
|
|
1377
1417
|
props: Record<string, any>;
|
|
1418
|
+
targetRef: vue.Ref<any>;
|
|
1378
1419
|
}) => vue.VNodeChild) | undefined;
|
|
1379
1420
|
} & {
|
|
1380
1421
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1462,6 +1503,7 @@ declare const VMenu: {
|
|
|
1462
1503
|
activator?: ((arg: {
|
|
1463
1504
|
isActive: boolean;
|
|
1464
1505
|
props: Record<string, any>;
|
|
1506
|
+
targetRef: vue.Ref<any>;
|
|
1465
1507
|
}) => vue.VNodeChild) | undefined;
|
|
1466
1508
|
} | ((arg: {
|
|
1467
1509
|
isActive: vue.Ref<boolean>;
|
|
@@ -1473,6 +1515,7 @@ declare const VMenu: {
|
|
|
1473
1515
|
activator?: false | ((arg: {
|
|
1474
1516
|
isActive: boolean;
|
|
1475
1517
|
props: Record<string, any>;
|
|
1518
|
+
targetRef: vue.Ref<any>;
|
|
1476
1519
|
}) => vue.VNodeChild) | undefined;
|
|
1477
1520
|
} | undefined;
|
|
1478
1521
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1481,6 +1524,7 @@ declare const VMenu: {
|
|
|
1481
1524
|
"v-slot:activator"?: false | ((arg: {
|
|
1482
1525
|
isActive: boolean;
|
|
1483
1526
|
props: Record<string, any>;
|
|
1527
|
+
targetRef: vue.Ref<any>;
|
|
1484
1528
|
}) => vue.VNodeChild) | undefined;
|
|
1485
1529
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1486
1530
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -1539,6 +1583,7 @@ declare const VMenu: {
|
|
|
1539
1583
|
activator?: ((arg: {
|
|
1540
1584
|
isActive: boolean;
|
|
1541
1585
|
props: Record<string, any>;
|
|
1586
|
+
targetRef: vue.Ref<any>;
|
|
1542
1587
|
}) => vue.VNodeChild) | undefined;
|
|
1543
1588
|
} | ((arg: {
|
|
1544
1589
|
isActive: vue.Ref<boolean>;
|
|
@@ -1550,6 +1595,7 @@ declare const VMenu: {
|
|
|
1550
1595
|
activator?: false | ((arg: {
|
|
1551
1596
|
isActive: boolean;
|
|
1552
1597
|
props: Record<string, any>;
|
|
1598
|
+
targetRef: vue.Ref<any>;
|
|
1553
1599
|
}) => vue.VNodeChild) | undefined;
|
|
1554
1600
|
} | undefined;
|
|
1555
1601
|
} & {
|
|
@@ -1559,6 +1605,7 @@ declare const VMenu: {
|
|
|
1559
1605
|
"v-slot:activator"?: false | ((arg: {
|
|
1560
1606
|
isActive: boolean;
|
|
1561
1607
|
props: Record<string, any>;
|
|
1608
|
+
targetRef: vue.Ref<any>;
|
|
1562
1609
|
}) => vue.VNodeChild) | undefined;
|
|
1563
1610
|
} & {
|
|
1564
1611
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1581,6 +1628,7 @@ declare const VMenu: {
|
|
|
1581
1628
|
activator?: ((arg: {
|
|
1582
1629
|
isActive: boolean;
|
|
1583
1630
|
props: Record<string, any>;
|
|
1631
|
+
targetRef: vue.Ref<any>;
|
|
1584
1632
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1585
1633
|
[key: string]: any;
|
|
1586
1634
|
}>[]) | undefined;
|
|
@@ -1642,6 +1690,7 @@ declare const VMenu: {
|
|
|
1642
1690
|
activator?: ((arg: {
|
|
1643
1691
|
isActive: boolean;
|
|
1644
1692
|
props: Record<string, any>;
|
|
1693
|
+
targetRef: vue.Ref<any>;
|
|
1645
1694
|
}) => vue.VNodeChild) | undefined;
|
|
1646
1695
|
} | ((arg: {
|
|
1647
1696
|
isActive: vue.Ref<boolean>;
|
|
@@ -1653,6 +1702,7 @@ declare const VMenu: {
|
|
|
1653
1702
|
activator?: false | ((arg: {
|
|
1654
1703
|
isActive: boolean;
|
|
1655
1704
|
props: Record<string, any>;
|
|
1705
|
+
targetRef: vue.Ref<any>;
|
|
1656
1706
|
}) => vue.VNodeChild) | undefined;
|
|
1657
1707
|
} | undefined;
|
|
1658
1708
|
} & {
|
|
@@ -1662,6 +1712,7 @@ declare const VMenu: {
|
|
|
1662
1712
|
"v-slot:activator"?: false | ((arg: {
|
|
1663
1713
|
isActive: boolean;
|
|
1664
1714
|
props: Record<string, any>;
|
|
1715
|
+
targetRef: vue.Ref<any>;
|
|
1665
1716
|
}) => vue.VNodeChild) | undefined;
|
|
1666
1717
|
} & {
|
|
1667
1718
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1718,6 +1769,7 @@ declare const VMenu: {
|
|
|
1718
1769
|
activator: (arg: {
|
|
1719
1770
|
isActive: boolean;
|
|
1720
1771
|
props: Record<string, any>;
|
|
1772
|
+
targetRef: vue.Ref<any>;
|
|
1721
1773
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1722
1774
|
[key: string]: any;
|
|
1723
1775
|
}>[];
|
|
@@ -1794,6 +1846,7 @@ declare const VMenu: {
|
|
|
1794
1846
|
activator?: ((arg: {
|
|
1795
1847
|
isActive: boolean;
|
|
1796
1848
|
props: Record<string, any>;
|
|
1849
|
+
targetRef: vue.Ref<any>;
|
|
1797
1850
|
}) => vue.VNodeChild) | undefined;
|
|
1798
1851
|
} | ((arg: {
|
|
1799
1852
|
isActive: vue.Ref<boolean>;
|
|
@@ -1805,6 +1858,7 @@ declare const VMenu: {
|
|
|
1805
1858
|
activator?: false | ((arg: {
|
|
1806
1859
|
isActive: boolean;
|
|
1807
1860
|
props: Record<string, any>;
|
|
1861
|
+
targetRef: vue.Ref<any>;
|
|
1808
1862
|
}) => vue.VNodeChild) | undefined;
|
|
1809
1863
|
} | undefined;
|
|
1810
1864
|
} & {
|
|
@@ -1814,6 +1868,7 @@ declare const VMenu: {
|
|
|
1814
1868
|
"v-slot:activator"?: false | ((arg: {
|
|
1815
1869
|
isActive: boolean;
|
|
1816
1870
|
props: Record<string, any>;
|
|
1871
|
+
targetRef: vue.Ref<any>;
|
|
1817
1872
|
}) => vue.VNodeChild) | undefined;
|
|
1818
1873
|
} & {
|
|
1819
1874
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1869,6 +1924,7 @@ declare const VMenu: {
|
|
|
1869
1924
|
activator: (arg: {
|
|
1870
1925
|
isActive: boolean;
|
|
1871
1926
|
props: Record<string, any>;
|
|
1927
|
+
targetRef: vue.Ref<any>;
|
|
1872
1928
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1873
1929
|
[key: string]: any;
|
|
1874
1930
|
}>[];
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
@use '../../styles/settings'
|
|
2
|
+
@use '../../styles/tools'
|
|
2
3
|
@use './variables' as *
|
|
3
4
|
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-messages
|
|
7
|
+
flex: 1 1 auto
|
|
8
|
+
font-size: $messages-font-size
|
|
9
|
+
min-height: $messages-min-height
|
|
10
|
+
min-width: 1px // Ensure takes up space with no messages and inside of flex
|
|
11
|
+
opacity: var(--v-medium-emphasis-opacity)
|
|
12
|
+
position: relative
|
|
4
13
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
&__message
|
|
14
|
-
line-height: $messages-line-height
|
|
15
|
-
word-break: break-word
|
|
16
|
-
overflow-wrap: break-word
|
|
17
|
-
word-wrap: break-word
|
|
18
|
-
hyphens: auto
|
|
19
|
-
transition-duration: $messages-transition-duration
|
|
14
|
+
&__message
|
|
15
|
+
line-height: $messages-line-height
|
|
16
|
+
word-break: break-word
|
|
17
|
+
overflow-wrap: break-word
|
|
18
|
+
word-wrap: break-word
|
|
19
|
+
hyphens: auto
|
|
20
|
+
transition-duration: $messages-transition-duration
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
.v-navigation-drawer--rounded {
|
|
25
25
|
border-radius: 4px;
|
|
26
26
|
}
|
|
27
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
28
|
+
max-height: -webkit-fill-available;
|
|
29
|
+
overflow-y: auto;
|
|
30
|
+
}
|
|
27
31
|
.v-navigation-drawer--top {
|
|
28
32
|
top: 0;
|
|
29
33
|
border-bottom-width: thin;
|
|
@@ -52,6 +52,7 @@ export const makeVNavigationDrawerProps = propsFactory({
|
|
|
52
52
|
},
|
|
53
53
|
image: String,
|
|
54
54
|
temporary: Boolean,
|
|
55
|
+
persistent: Boolean,
|
|
55
56
|
touchless: Boolean,
|
|
56
57
|
width: {
|
|
57
58
|
type: [Number, String],
|
|
@@ -133,6 +134,7 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
133
134
|
const location = computed(() => {
|
|
134
135
|
return toPhysical(props.location, isRtl.value);
|
|
135
136
|
});
|
|
137
|
+
const isPersistent = computed(() => props.persistent);
|
|
136
138
|
const isTemporary = computed(() => !props.permanent && (mobile.value || props.temporary));
|
|
137
139
|
const isSticky = computed(() => props.sticky && !isTemporary.value && location.value !== 'bottom');
|
|
138
140
|
useToggleScope(() => props.expandOnHover && props.rail != null, () => {
|
|
@@ -152,9 +154,9 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
152
154
|
}
|
|
153
155
|
const {
|
|
154
156
|
isDragging,
|
|
155
|
-
dragProgress
|
|
156
|
-
dragStyles
|
|
157
|
+
dragProgress
|
|
157
158
|
} = useTouch({
|
|
159
|
+
el: rootEl,
|
|
158
160
|
isActive,
|
|
159
161
|
isTemporary,
|
|
160
162
|
width,
|
|
@@ -165,6 +167,7 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
165
167
|
const size = isTemporary.value ? 0 : props.rail && props.expandOnHover ? Number(props.railWidth) : width.value;
|
|
166
168
|
return isDragging.value ? size * dragProgress.value : size;
|
|
167
169
|
});
|
|
170
|
+
const elementSize = computed(() => ['top', 'bottom'].includes(props.location) ? 0 : width.value);
|
|
168
171
|
const {
|
|
169
172
|
layoutItemStyles,
|
|
170
173
|
layoutItemScrimStyles,
|
|
@@ -174,7 +177,7 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
174
177
|
order: computed(() => parseInt(props.order, 10)),
|
|
175
178
|
position: location,
|
|
176
179
|
layoutSize,
|
|
177
|
-
elementSize
|
|
180
|
+
elementSize,
|
|
178
181
|
active: computed(() => isActive.value || isDragging.value),
|
|
179
182
|
disableTransitions: computed(() => isDragging.value),
|
|
180
183
|
absolute: computed(() =>
|
|
@@ -216,10 +219,13 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
216
219
|
'v-navigation-drawer--is-hovering': isHovering.value,
|
|
217
220
|
'v-navigation-drawer--rail': props.rail,
|
|
218
221
|
'v-navigation-drawer--temporary': isTemporary.value,
|
|
222
|
+
'v-navigation-drawer--persistent': isPersistent.value,
|
|
219
223
|
'v-navigation-drawer--active': isActive.value,
|
|
220
224
|
'v-navigation-drawer--sticky': isSticky.value
|
|
221
225
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
|
222
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value,
|
|
226
|
+
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style, ['top', 'bottom'].includes(location.value) ? {
|
|
227
|
+
height: 'auto'
|
|
228
|
+
} : {}]
|
|
223
229
|
}, scopeId, attrs), {
|
|
224
230
|
default: () => [hasImage && _createVNode("div", {
|
|
225
231
|
"key": "image",
|
|
@@ -254,7 +260,10 @@ export const VNavigationDrawer = genericComponent()({
|
|
|
254
260
|
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && _createVNode("div", _mergeProps({
|
|
255
261
|
"class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
|
|
256
262
|
"style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
|
|
257
|
-
"onClick": () =>
|
|
263
|
+
"onClick": () => {
|
|
264
|
+
if (isPersistent.value) return;
|
|
265
|
+
isActive.value = false;
|
|
266
|
+
}
|
|
258
267
|
}, scopeId), null)]
|
|
259
268
|
})]);
|
|
260
269
|
});
|