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,109 +1,110 @@
|
|
|
1
1
|
@use '../../styles/tools'
|
|
2
2
|
@use './variables' as *
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
4
|
+
@include tools.layer('components')
|
|
5
|
+
// Block
|
|
6
|
+
.v-toolbar
|
|
7
|
+
align-items: flex-start
|
|
8
|
+
display: flex
|
|
9
|
+
flex: $toolbar-flex
|
|
10
|
+
flex-direction: column
|
|
11
|
+
justify-content: space-between
|
|
12
|
+
max-width: 100%
|
|
13
|
+
position: relative
|
|
14
|
+
transition: $toolbar-transition
|
|
15
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow
|
|
16
|
+
width: 100%
|
|
17
|
+
|
|
18
|
+
@include tools.border($toolbar-border...)
|
|
19
|
+
@include tools.elevation($toolbar-elevation)
|
|
20
|
+
@include tools.rounded($toolbar-border-radius)
|
|
21
|
+
@include tools.theme($toolbar-theme...)
|
|
22
|
+
|
|
23
|
+
&--absolute
|
|
24
|
+
position: absolute
|
|
25
|
+
|
|
26
|
+
&--collapse
|
|
27
|
+
max-width: $toolbar-collapsed-max-width
|
|
28
|
+
overflow: hidden
|
|
29
|
+
border-end-end-radius: $toolbar-collapsed-border-radius
|
|
30
|
+
|
|
31
|
+
.v-toolbar-title
|
|
32
|
+
display: none
|
|
33
|
+
|
|
34
|
+
&--flat
|
|
35
|
+
@include tools.elevation($toolbar-flat-elevation)
|
|
36
|
+
|
|
37
|
+
&--floating
|
|
38
|
+
display: inline-flex
|
|
39
|
+
|
|
40
|
+
&--rounded
|
|
41
|
+
@include tools.rounded($toolbar-rounded-border-radius)
|
|
42
|
+
|
|
43
|
+
.v-toolbar__content,
|
|
44
|
+
.v-toolbar__extension
|
|
45
|
+
align-items: center
|
|
46
|
+
display: flex
|
|
47
|
+
flex: 0 0 auto
|
|
48
|
+
position: relative
|
|
49
|
+
transition: inherit
|
|
50
|
+
width: 100%
|
|
51
|
+
|
|
52
|
+
.v-toolbar__content
|
|
27
53
|
overflow: hidden
|
|
28
|
-
border-end-end-radius: $toolbar-collapsed-border-radius
|
|
29
|
-
|
|
30
|
-
.v-toolbar-title
|
|
31
|
-
display: none
|
|
32
|
-
|
|
33
|
-
&--flat
|
|
34
|
-
@include tools.elevation($toolbar-flat-elevation)
|
|
35
54
|
|
|
36
|
-
|
|
37
|
-
|
|
55
|
+
> .v-btn:first-child
|
|
56
|
+
margin-inline-start: $toolbar-prepend-btn-margin-start
|
|
38
57
|
|
|
39
|
-
|
|
40
|
-
|
|
58
|
+
> .v-btn:last-child
|
|
59
|
+
margin-inline-end: $toolbar-append-btn-margin-end
|
|
41
60
|
|
|
42
|
-
.v-
|
|
43
|
-
|
|
44
|
-
align-items: center
|
|
45
|
-
display: flex
|
|
46
|
-
flex: 0 0 auto
|
|
47
|
-
position: relative
|
|
48
|
-
transition: inherit
|
|
49
|
-
width: 100%
|
|
61
|
+
> .v-toolbar-title
|
|
62
|
+
margin-inline-start: $toolbar-title-margin
|
|
50
63
|
|
|
51
|
-
.v-
|
|
52
|
-
|
|
64
|
+
.v-toolbar--density-prominent &
|
|
65
|
+
align-items: flex-start
|
|
53
66
|
|
|
54
|
-
|
|
55
|
-
|
|
67
|
+
.v-toolbar__image
|
|
68
|
+
@include tools.absolute()
|
|
56
69
|
|
|
57
|
-
|
|
58
|
-
|
|
70
|
+
display: flex
|
|
71
|
+
opacity: var(--v-toolbar-image-opacity, 1)
|
|
72
|
+
transition-property: opacity
|
|
59
73
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
74
|
+
.v-toolbar__prepend,
|
|
75
|
+
.v-toolbar__append
|
|
76
|
+
align-items: center
|
|
77
|
+
align-self: stretch
|
|
78
|
+
display: flex
|
|
65
79
|
|
|
66
|
-
.v-
|
|
67
|
-
|
|
80
|
+
.v-toolbar__prepend
|
|
81
|
+
margin-inline: $toolbar-prepend-btn-margin-start auto
|
|
68
82
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
transition-property: opacity
|
|
83
|
+
.v-toolbar__append
|
|
84
|
+
margin-inline: auto $toolbar-append-btn-margin-end
|
|
72
85
|
|
|
73
|
-
.v-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
display: flex
|
|
86
|
+
.v-toolbar-title
|
|
87
|
+
flex: 1 1
|
|
88
|
+
font-size: $toolbar-title-font-size
|
|
89
|
+
min-width: 0
|
|
78
90
|
|
|
79
|
-
.
|
|
80
|
-
margin-inline: $toolbar-prepend-btn-margin-start auto
|
|
91
|
+
@include tools.typography($toolbar-title-typography...)
|
|
81
92
|
|
|
82
|
-
.v-
|
|
83
|
-
|
|
93
|
+
.v-toolbar--density-prominent &
|
|
94
|
+
align-self: flex-end
|
|
95
|
+
padding-bottom: 6px
|
|
84
96
|
|
|
85
|
-
.
|
|
86
|
-
flex: 1 1
|
|
87
|
-
font-size: $toolbar-title-font-size
|
|
88
|
-
min-width: 0
|
|
97
|
+
@include tools.typography($toolbar-prominent-title-typography...)
|
|
89
98
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
padding-bottom: 6px
|
|
95
|
-
|
|
96
|
-
@include tools.typography($toolbar-prominent-title-typography...)
|
|
97
|
-
|
|
98
|
-
.v-toolbar-title__placeholder
|
|
99
|
-
overflow: hidden
|
|
100
|
-
text-overflow: ellipsis
|
|
101
|
-
white-space: nowrap
|
|
99
|
+
.v-toolbar-title__placeholder
|
|
100
|
+
overflow: hidden
|
|
101
|
+
text-overflow: ellipsis
|
|
102
|
+
white-space: nowrap
|
|
102
103
|
|
|
103
|
-
.v-toolbar-items
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
.v-toolbar-items
|
|
105
|
+
display: flex
|
|
106
|
+
height: inherit
|
|
107
|
+
align-self: stretch
|
|
107
108
|
|
|
108
|
-
|
|
109
|
-
|
|
109
|
+
> .v-btn
|
|
110
|
+
border-radius: 0
|
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
@use '../../styles/settings'
|
|
2
|
+
@use '../../styles/tools'
|
|
2
3
|
@use './variables' as *
|
|
3
4
|
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
5
|
+
@include tools.layer('components')
|
|
6
|
+
.v-tooltip
|
|
7
|
+
> .v-overlay__content
|
|
8
|
+
background: $tooltip-background-color
|
|
9
|
+
color: $tooltip-text-color
|
|
10
|
+
border-radius: $tooltip-border-radius
|
|
11
|
+
font-size: $tooltip-font-size
|
|
12
|
+
line-height: $tooltip-line-height
|
|
13
|
+
display: inline-block
|
|
14
|
+
padding: $tooltip-padding
|
|
15
|
+
text-transform: initial
|
|
16
|
+
width: auto
|
|
17
|
+
opacity: 1
|
|
18
|
+
pointer-events: none
|
|
19
|
+
transition-property: opacity, transform
|
|
20
|
+
overflow-wrap: $tooltip-overflow-wrap
|
|
19
21
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
&[class*="enter-active"]
|
|
23
|
+
transition-timing-function: settings.$decelerated-easing
|
|
24
|
+
transition-duration: $tooltip-transition-enter-duration
|
|
23
25
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
&[class*="leave-active"]
|
|
27
|
+
transition-timing-function: settings.$accelerated-easing
|
|
28
|
+
transition-duration: $tooltip-transition-leave-duration
|
|
@@ -137,6 +137,7 @@ declare const VTooltip: {
|
|
|
137
137
|
activator?: ((arg: {
|
|
138
138
|
isActive: boolean;
|
|
139
139
|
props: Record<string, any>;
|
|
140
|
+
targetRef: vue.Ref<any>;
|
|
140
141
|
}) => vue.VNodeChild) | undefined;
|
|
141
142
|
} | ((arg: {
|
|
142
143
|
isActive: vue.Ref<boolean>;
|
|
@@ -148,6 +149,7 @@ declare const VTooltip: {
|
|
|
148
149
|
activator?: false | ((arg: {
|
|
149
150
|
isActive: boolean;
|
|
150
151
|
props: Record<string, any>;
|
|
152
|
+
targetRef: vue.Ref<any>;
|
|
151
153
|
}) => vue.VNodeChild) | undefined;
|
|
152
154
|
} | undefined;
|
|
153
155
|
} & {
|
|
@@ -157,6 +159,7 @@ declare const VTooltip: {
|
|
|
157
159
|
"v-slot:activator"?: false | ((arg: {
|
|
158
160
|
isActive: boolean;
|
|
159
161
|
props: Record<string, any>;
|
|
162
|
+
targetRef: vue.Ref<any>;
|
|
160
163
|
}) => vue.VNodeChild) | undefined;
|
|
161
164
|
} & {
|
|
162
165
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -241,6 +244,7 @@ declare const VTooltip: {
|
|
|
241
244
|
activator?: ((arg: {
|
|
242
245
|
isActive: boolean;
|
|
243
246
|
props: Record<string, any>;
|
|
247
|
+
targetRef: vue.Ref<any>;
|
|
244
248
|
}) => vue.VNodeChild) | undefined;
|
|
245
249
|
} | ((arg: {
|
|
246
250
|
isActive: vue.Ref<boolean>;
|
|
@@ -252,6 +256,7 @@ declare const VTooltip: {
|
|
|
252
256
|
activator?: false | ((arg: {
|
|
253
257
|
isActive: boolean;
|
|
254
258
|
props: Record<string, any>;
|
|
259
|
+
targetRef: vue.Ref<any>;
|
|
255
260
|
}) => vue.VNodeChild) | undefined;
|
|
256
261
|
} | undefined;
|
|
257
262
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -260,6 +265,7 @@ declare const VTooltip: {
|
|
|
260
265
|
"v-slot:activator"?: false | ((arg: {
|
|
261
266
|
isActive: boolean;
|
|
262
267
|
props: Record<string, any>;
|
|
268
|
+
targetRef: vue.Ref<any>;
|
|
263
269
|
}) => vue.VNodeChild) | undefined;
|
|
264
270
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
265
271
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -318,6 +324,7 @@ declare const VTooltip: {
|
|
|
318
324
|
activator?: ((arg: {
|
|
319
325
|
isActive: boolean;
|
|
320
326
|
props: Record<string, any>;
|
|
327
|
+
targetRef: vue.Ref<any>;
|
|
321
328
|
}) => vue.VNodeChild) | undefined;
|
|
322
329
|
} | ((arg: {
|
|
323
330
|
isActive: vue.Ref<boolean>;
|
|
@@ -329,6 +336,7 @@ declare const VTooltip: {
|
|
|
329
336
|
activator?: false | ((arg: {
|
|
330
337
|
isActive: boolean;
|
|
331
338
|
props: Record<string, any>;
|
|
339
|
+
targetRef: vue.Ref<any>;
|
|
332
340
|
}) => vue.VNodeChild) | undefined;
|
|
333
341
|
} | undefined;
|
|
334
342
|
} & {
|
|
@@ -338,6 +346,7 @@ declare const VTooltip: {
|
|
|
338
346
|
"v-slot:activator"?: false | ((arg: {
|
|
339
347
|
isActive: boolean;
|
|
340
348
|
props: Record<string, any>;
|
|
349
|
+
targetRef: vue.Ref<any>;
|
|
341
350
|
}) => vue.VNodeChild) | undefined;
|
|
342
351
|
} & {
|
|
343
352
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -360,6 +369,7 @@ declare const VTooltip: {
|
|
|
360
369
|
activator?: ((arg: {
|
|
361
370
|
isActive: boolean;
|
|
362
371
|
props: Record<string, any>;
|
|
372
|
+
targetRef: vue.Ref<any>;
|
|
363
373
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
364
374
|
[key: string]: any;
|
|
365
375
|
}>[]) | undefined;
|
|
@@ -421,6 +431,7 @@ declare const VTooltip: {
|
|
|
421
431
|
activator?: ((arg: {
|
|
422
432
|
isActive: boolean;
|
|
423
433
|
props: Record<string, any>;
|
|
434
|
+
targetRef: vue.Ref<any>;
|
|
424
435
|
}) => vue.VNodeChild) | undefined;
|
|
425
436
|
} | ((arg: {
|
|
426
437
|
isActive: vue.Ref<boolean>;
|
|
@@ -432,6 +443,7 @@ declare const VTooltip: {
|
|
|
432
443
|
activator?: false | ((arg: {
|
|
433
444
|
isActive: boolean;
|
|
434
445
|
props: Record<string, any>;
|
|
446
|
+
targetRef: vue.Ref<any>;
|
|
435
447
|
}) => vue.VNodeChild) | undefined;
|
|
436
448
|
} | undefined;
|
|
437
449
|
} & {
|
|
@@ -441,6 +453,7 @@ declare const VTooltip: {
|
|
|
441
453
|
"v-slot:activator"?: false | ((arg: {
|
|
442
454
|
isActive: boolean;
|
|
443
455
|
props: Record<string, any>;
|
|
456
|
+
targetRef: vue.Ref<any>;
|
|
444
457
|
}) => vue.VNodeChild) | undefined;
|
|
445
458
|
} & {
|
|
446
459
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -497,6 +510,7 @@ declare const VTooltip: {
|
|
|
497
510
|
activator: (arg: {
|
|
498
511
|
isActive: boolean;
|
|
499
512
|
props: Record<string, any>;
|
|
513
|
+
targetRef: vue.Ref<any>;
|
|
500
514
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
501
515
|
[key: string]: any;
|
|
502
516
|
}>[];
|
|
@@ -573,6 +587,7 @@ declare const VTooltip: {
|
|
|
573
587
|
activator?: ((arg: {
|
|
574
588
|
isActive: boolean;
|
|
575
589
|
props: Record<string, any>;
|
|
590
|
+
targetRef: vue.Ref<any>;
|
|
576
591
|
}) => vue.VNodeChild) | undefined;
|
|
577
592
|
} | ((arg: {
|
|
578
593
|
isActive: vue.Ref<boolean>;
|
|
@@ -584,6 +599,7 @@ declare const VTooltip: {
|
|
|
584
599
|
activator?: false | ((arg: {
|
|
585
600
|
isActive: boolean;
|
|
586
601
|
props: Record<string, any>;
|
|
602
|
+
targetRef: vue.Ref<any>;
|
|
587
603
|
}) => vue.VNodeChild) | undefined;
|
|
588
604
|
} | undefined;
|
|
589
605
|
} & {
|
|
@@ -593,6 +609,7 @@ declare const VTooltip: {
|
|
|
593
609
|
"v-slot:activator"?: false | ((arg: {
|
|
594
610
|
isActive: boolean;
|
|
595
611
|
props: Record<string, any>;
|
|
612
|
+
targetRef: vue.Ref<any>;
|
|
596
613
|
}) => vue.VNodeChild) | undefined;
|
|
597
614
|
} & {
|
|
598
615
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -662,6 +679,7 @@ declare const VTooltip: {
|
|
|
662
679
|
activator?: ((arg: {
|
|
663
680
|
isActive: boolean;
|
|
664
681
|
props: Record<string, any>;
|
|
682
|
+
targetRef: vue.Ref<any>;
|
|
665
683
|
}) => vue.VNodeChild) | undefined;
|
|
666
684
|
} | ((arg: {
|
|
667
685
|
isActive: vue.Ref<boolean>;
|
|
@@ -673,6 +691,7 @@ declare const VTooltip: {
|
|
|
673
691
|
activator?: false | ((arg: {
|
|
674
692
|
isActive: boolean;
|
|
675
693
|
props: Record<string, any>;
|
|
694
|
+
targetRef: vue.Ref<any>;
|
|
676
695
|
}) => vue.VNodeChild) | undefined;
|
|
677
696
|
} | undefined;
|
|
678
697
|
} & {
|
|
@@ -682,6 +701,7 @@ declare const VTooltip: {
|
|
|
682
701
|
"v-slot:activator"?: false | ((arg: {
|
|
683
702
|
isActive: boolean;
|
|
684
703
|
props: Record<string, any>;
|
|
704
|
+
targetRef: vue.Ref<any>;
|
|
685
705
|
}) => vue.VNodeChild) | undefined;
|
|
686
706
|
} & {
|
|
687
707
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -720,6 +740,7 @@ declare const VTooltip: {
|
|
|
720
740
|
activator: (arg: {
|
|
721
741
|
isActive: boolean;
|
|
722
742
|
props: Record<string, any>;
|
|
743
|
+
targetRef: vue.Ref<any>;
|
|
723
744
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
724
745
|
[key: string]: any;
|
|
725
746
|
}>[];
|
|
@@ -782,6 +803,7 @@ declare const VTooltip: {
|
|
|
782
803
|
activator?: ((arg: {
|
|
783
804
|
isActive: boolean;
|
|
784
805
|
props: Record<string, any>;
|
|
806
|
+
targetRef: vue.Ref<any>;
|
|
785
807
|
}) => vue.VNodeChild) | undefined;
|
|
786
808
|
} | ((arg: {
|
|
787
809
|
isActive: vue.Ref<boolean>;
|
|
@@ -793,6 +815,7 @@ declare const VTooltip: {
|
|
|
793
815
|
activator?: false | ((arg: {
|
|
794
816
|
isActive: boolean;
|
|
795
817
|
props: Record<string, any>;
|
|
818
|
+
targetRef: vue.Ref<any>;
|
|
796
819
|
}) => vue.VNodeChild) | undefined;
|
|
797
820
|
} | undefined;
|
|
798
821
|
} & {
|
|
@@ -802,6 +825,7 @@ declare const VTooltip: {
|
|
|
802
825
|
"v-slot:activator"?: false | ((arg: {
|
|
803
826
|
isActive: boolean;
|
|
804
827
|
props: Record<string, any>;
|
|
828
|
+
targetRef: vue.Ref<any>;
|
|
805
829
|
}) => vue.VNodeChild) | undefined;
|
|
806
830
|
} & {
|
|
807
831
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -886,6 +910,7 @@ declare const VTooltip: {
|
|
|
886
910
|
activator?: ((arg: {
|
|
887
911
|
isActive: boolean;
|
|
888
912
|
props: Record<string, any>;
|
|
913
|
+
targetRef: vue.Ref<any>;
|
|
889
914
|
}) => vue.VNodeChild) | undefined;
|
|
890
915
|
} | ((arg: {
|
|
891
916
|
isActive: vue.Ref<boolean>;
|
|
@@ -897,6 +922,7 @@ declare const VTooltip: {
|
|
|
897
922
|
activator?: false | ((arg: {
|
|
898
923
|
isActive: boolean;
|
|
899
924
|
props: Record<string, any>;
|
|
925
|
+
targetRef: vue.Ref<any>;
|
|
900
926
|
}) => vue.VNodeChild) | undefined;
|
|
901
927
|
} | undefined;
|
|
902
928
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -905,6 +931,7 @@ declare const VTooltip: {
|
|
|
905
931
|
"v-slot:activator"?: false | ((arg: {
|
|
906
932
|
isActive: boolean;
|
|
907
933
|
props: Record<string, any>;
|
|
934
|
+
targetRef: vue.Ref<any>;
|
|
908
935
|
}) => vue.VNodeChild) | undefined;
|
|
909
936
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
910
937
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -963,6 +990,7 @@ declare const VTooltip: {
|
|
|
963
990
|
activator?: ((arg: {
|
|
964
991
|
isActive: boolean;
|
|
965
992
|
props: Record<string, any>;
|
|
993
|
+
targetRef: vue.Ref<any>;
|
|
966
994
|
}) => vue.VNodeChild) | undefined;
|
|
967
995
|
} | ((arg: {
|
|
968
996
|
isActive: vue.Ref<boolean>;
|
|
@@ -974,6 +1002,7 @@ declare const VTooltip: {
|
|
|
974
1002
|
activator?: false | ((arg: {
|
|
975
1003
|
isActive: boolean;
|
|
976
1004
|
props: Record<string, any>;
|
|
1005
|
+
targetRef: vue.Ref<any>;
|
|
977
1006
|
}) => vue.VNodeChild) | undefined;
|
|
978
1007
|
} | undefined;
|
|
979
1008
|
} & {
|
|
@@ -983,6 +1012,7 @@ declare const VTooltip: {
|
|
|
983
1012
|
"v-slot:activator"?: false | ((arg: {
|
|
984
1013
|
isActive: boolean;
|
|
985
1014
|
props: Record<string, any>;
|
|
1015
|
+
targetRef: vue.Ref<any>;
|
|
986
1016
|
}) => vue.VNodeChild) | undefined;
|
|
987
1017
|
} & {
|
|
988
1018
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1005,6 +1035,7 @@ declare const VTooltip: {
|
|
|
1005
1035
|
activator?: ((arg: {
|
|
1006
1036
|
isActive: boolean;
|
|
1007
1037
|
props: Record<string, any>;
|
|
1038
|
+
targetRef: vue.Ref<any>;
|
|
1008
1039
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1009
1040
|
[key: string]: any;
|
|
1010
1041
|
}>[]) | undefined;
|
|
@@ -1066,6 +1097,7 @@ declare const VTooltip: {
|
|
|
1066
1097
|
activator?: ((arg: {
|
|
1067
1098
|
isActive: boolean;
|
|
1068
1099
|
props: Record<string, any>;
|
|
1100
|
+
targetRef: vue.Ref<any>;
|
|
1069
1101
|
}) => vue.VNodeChild) | undefined;
|
|
1070
1102
|
} | ((arg: {
|
|
1071
1103
|
isActive: vue.Ref<boolean>;
|
|
@@ -1077,6 +1109,7 @@ declare const VTooltip: {
|
|
|
1077
1109
|
activator?: false | ((arg: {
|
|
1078
1110
|
isActive: boolean;
|
|
1079
1111
|
props: Record<string, any>;
|
|
1112
|
+
targetRef: vue.Ref<any>;
|
|
1080
1113
|
}) => vue.VNodeChild) | undefined;
|
|
1081
1114
|
} | undefined;
|
|
1082
1115
|
} & {
|
|
@@ -1086,6 +1119,7 @@ declare const VTooltip: {
|
|
|
1086
1119
|
"v-slot:activator"?: false | ((arg: {
|
|
1087
1120
|
isActive: boolean;
|
|
1088
1121
|
props: Record<string, any>;
|
|
1122
|
+
targetRef: vue.Ref<any>;
|
|
1089
1123
|
}) => vue.VNodeChild) | undefined;
|
|
1090
1124
|
} & {
|
|
1091
1125
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1142,6 +1176,7 @@ declare const VTooltip: {
|
|
|
1142
1176
|
activator: (arg: {
|
|
1143
1177
|
isActive: boolean;
|
|
1144
1178
|
props: Record<string, any>;
|
|
1179
|
+
targetRef: vue.Ref<any>;
|
|
1145
1180
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1146
1181
|
[key: string]: any;
|
|
1147
1182
|
}>[];
|
|
@@ -1218,6 +1253,7 @@ declare const VTooltip: {
|
|
|
1218
1253
|
activator?: ((arg: {
|
|
1219
1254
|
isActive: boolean;
|
|
1220
1255
|
props: Record<string, any>;
|
|
1256
|
+
targetRef: vue.Ref<any>;
|
|
1221
1257
|
}) => vue.VNodeChild) | undefined;
|
|
1222
1258
|
} | ((arg: {
|
|
1223
1259
|
isActive: vue.Ref<boolean>;
|
|
@@ -1229,6 +1265,7 @@ declare const VTooltip: {
|
|
|
1229
1265
|
activator?: false | ((arg: {
|
|
1230
1266
|
isActive: boolean;
|
|
1231
1267
|
props: Record<string, any>;
|
|
1268
|
+
targetRef: vue.Ref<any>;
|
|
1232
1269
|
}) => vue.VNodeChild) | undefined;
|
|
1233
1270
|
} | undefined;
|
|
1234
1271
|
} & {
|
|
@@ -1238,6 +1275,7 @@ declare const VTooltip: {
|
|
|
1238
1275
|
"v-slot:activator"?: false | ((arg: {
|
|
1239
1276
|
isActive: boolean;
|
|
1240
1277
|
props: Record<string, any>;
|
|
1278
|
+
targetRef: vue.Ref<any>;
|
|
1241
1279
|
}) => vue.VNodeChild) | undefined;
|
|
1242
1280
|
} & {
|
|
1243
1281
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1335,6 +1373,7 @@ declare const VTooltip: {
|
|
|
1335
1373
|
activator?: ((arg: {
|
|
1336
1374
|
isActive: boolean;
|
|
1337
1375
|
props: Record<string, any>;
|
|
1376
|
+
targetRef: vue.Ref<any>;
|
|
1338
1377
|
}) => vue.VNodeChild) | undefined;
|
|
1339
1378
|
} | ((arg: {
|
|
1340
1379
|
isActive: vue.Ref<boolean>;
|
|
@@ -1346,6 +1385,7 @@ declare const VTooltip: {
|
|
|
1346
1385
|
activator?: false | ((arg: {
|
|
1347
1386
|
isActive: boolean;
|
|
1348
1387
|
props: Record<string, any>;
|
|
1388
|
+
targetRef: vue.Ref<any>;
|
|
1349
1389
|
}) => vue.VNodeChild) | undefined;
|
|
1350
1390
|
} | undefined;
|
|
1351
1391
|
} & {
|
|
@@ -1355,6 +1395,7 @@ declare const VTooltip: {
|
|
|
1355
1395
|
"v-slot:activator"?: false | ((arg: {
|
|
1356
1396
|
isActive: boolean;
|
|
1357
1397
|
props: Record<string, any>;
|
|
1398
|
+
targetRef: vue.Ref<any>;
|
|
1358
1399
|
}) => vue.VNodeChild) | undefined;
|
|
1359
1400
|
} & {
|
|
1360
1401
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1439,6 +1480,7 @@ declare const VTooltip: {
|
|
|
1439
1480
|
activator?: ((arg: {
|
|
1440
1481
|
isActive: boolean;
|
|
1441
1482
|
props: Record<string, any>;
|
|
1483
|
+
targetRef: vue.Ref<any>;
|
|
1442
1484
|
}) => vue.VNodeChild) | undefined;
|
|
1443
1485
|
} | ((arg: {
|
|
1444
1486
|
isActive: vue.Ref<boolean>;
|
|
@@ -1450,6 +1492,7 @@ declare const VTooltip: {
|
|
|
1450
1492
|
activator?: false | ((arg: {
|
|
1451
1493
|
isActive: boolean;
|
|
1452
1494
|
props: Record<string, any>;
|
|
1495
|
+
targetRef: vue.Ref<any>;
|
|
1453
1496
|
}) => vue.VNodeChild) | undefined;
|
|
1454
1497
|
} | undefined;
|
|
1455
1498
|
"v-slot:default"?: false | ((arg: {
|
|
@@ -1458,6 +1501,7 @@ declare const VTooltip: {
|
|
|
1458
1501
|
"v-slot:activator"?: false | ((arg: {
|
|
1459
1502
|
isActive: boolean;
|
|
1460
1503
|
props: Record<string, any>;
|
|
1504
|
+
targetRef: vue.Ref<any>;
|
|
1461
1505
|
}) => vue.VNodeChild) | undefined;
|
|
1462
1506
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1463
1507
|
onAfterEnter?: (() => any) | undefined;
|
|
@@ -1516,6 +1560,7 @@ declare const VTooltip: {
|
|
|
1516
1560
|
activator?: ((arg: {
|
|
1517
1561
|
isActive: boolean;
|
|
1518
1562
|
props: Record<string, any>;
|
|
1563
|
+
targetRef: vue.Ref<any>;
|
|
1519
1564
|
}) => vue.VNodeChild) | undefined;
|
|
1520
1565
|
} | ((arg: {
|
|
1521
1566
|
isActive: vue.Ref<boolean>;
|
|
@@ -1527,6 +1572,7 @@ declare const VTooltip: {
|
|
|
1527
1572
|
activator?: false | ((arg: {
|
|
1528
1573
|
isActive: boolean;
|
|
1529
1574
|
props: Record<string, any>;
|
|
1575
|
+
targetRef: vue.Ref<any>;
|
|
1530
1576
|
}) => vue.VNodeChild) | undefined;
|
|
1531
1577
|
} | undefined;
|
|
1532
1578
|
} & {
|
|
@@ -1536,6 +1582,7 @@ declare const VTooltip: {
|
|
|
1536
1582
|
"v-slot:activator"?: false | ((arg: {
|
|
1537
1583
|
isActive: boolean;
|
|
1538
1584
|
props: Record<string, any>;
|
|
1585
|
+
targetRef: vue.Ref<any>;
|
|
1539
1586
|
}) => vue.VNodeChild) | undefined;
|
|
1540
1587
|
} & {
|
|
1541
1588
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1558,6 +1605,7 @@ declare const VTooltip: {
|
|
|
1558
1605
|
activator?: ((arg: {
|
|
1559
1606
|
isActive: boolean;
|
|
1560
1607
|
props: Record<string, any>;
|
|
1608
|
+
targetRef: vue.Ref<any>;
|
|
1561
1609
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1562
1610
|
[key: string]: any;
|
|
1563
1611
|
}>[]) | undefined;
|
|
@@ -1619,6 +1667,7 @@ declare const VTooltip: {
|
|
|
1619
1667
|
activator?: ((arg: {
|
|
1620
1668
|
isActive: boolean;
|
|
1621
1669
|
props: Record<string, any>;
|
|
1670
|
+
targetRef: vue.Ref<any>;
|
|
1622
1671
|
}) => vue.VNodeChild) | undefined;
|
|
1623
1672
|
} | ((arg: {
|
|
1624
1673
|
isActive: vue.Ref<boolean>;
|
|
@@ -1630,6 +1679,7 @@ declare const VTooltip: {
|
|
|
1630
1679
|
activator?: false | ((arg: {
|
|
1631
1680
|
isActive: boolean;
|
|
1632
1681
|
props: Record<string, any>;
|
|
1682
|
+
targetRef: vue.Ref<any>;
|
|
1633
1683
|
}) => vue.VNodeChild) | undefined;
|
|
1634
1684
|
} | undefined;
|
|
1635
1685
|
} & {
|
|
@@ -1639,6 +1689,7 @@ declare const VTooltip: {
|
|
|
1639
1689
|
"v-slot:activator"?: false | ((arg: {
|
|
1640
1690
|
isActive: boolean;
|
|
1641
1691
|
props: Record<string, any>;
|
|
1692
|
+
targetRef: vue.Ref<any>;
|
|
1642
1693
|
}) => vue.VNodeChild) | undefined;
|
|
1643
1694
|
} & {
|
|
1644
1695
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1695,6 +1746,7 @@ declare const VTooltip: {
|
|
|
1695
1746
|
activator: (arg: {
|
|
1696
1747
|
isActive: boolean;
|
|
1697
1748
|
props: Record<string, any>;
|
|
1749
|
+
targetRef: vue.Ref<any>;
|
|
1698
1750
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1699
1751
|
[key: string]: any;
|
|
1700
1752
|
}>[];
|
|
@@ -1771,6 +1823,7 @@ declare const VTooltip: {
|
|
|
1771
1823
|
activator?: ((arg: {
|
|
1772
1824
|
isActive: boolean;
|
|
1773
1825
|
props: Record<string, any>;
|
|
1826
|
+
targetRef: vue.Ref<any>;
|
|
1774
1827
|
}) => vue.VNodeChild) | undefined;
|
|
1775
1828
|
} | ((arg: {
|
|
1776
1829
|
isActive: vue.Ref<boolean>;
|
|
@@ -1782,6 +1835,7 @@ declare const VTooltip: {
|
|
|
1782
1835
|
activator?: false | ((arg: {
|
|
1783
1836
|
isActive: boolean;
|
|
1784
1837
|
props: Record<string, any>;
|
|
1838
|
+
targetRef: vue.Ref<any>;
|
|
1785
1839
|
}) => vue.VNodeChild) | undefined;
|
|
1786
1840
|
} | undefined;
|
|
1787
1841
|
} & {
|
|
@@ -1791,6 +1845,7 @@ declare const VTooltip: {
|
|
|
1791
1845
|
"v-slot:activator"?: false | ((arg: {
|
|
1792
1846
|
isActive: boolean;
|
|
1793
1847
|
props: Record<string, any>;
|
|
1848
|
+
targetRef: vue.Ref<any>;
|
|
1794
1849
|
}) => vue.VNodeChild) | undefined;
|
|
1795
1850
|
} & {
|
|
1796
1851
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1843,6 +1898,7 @@ declare const VTooltip: {
|
|
|
1843
1898
|
activator: (arg: {
|
|
1844
1899
|
isActive: boolean;
|
|
1845
1900
|
props: Record<string, any>;
|
|
1901
|
+
targetRef: vue.Ref<any>;
|
|
1846
1902
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1847
1903
|
[key: string]: any;
|
|
1848
1904
|
}>[];
|