vuetify 3.1.4 → 3.1.6
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/json/attributes.json +2734 -2738
- package/dist/json/importMap.json +32 -32
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +9073 -6416
- package/dist/vuetify-labs.css +3119 -6004
- package/dist/vuetify-labs.d.ts +12865 -20825
- package/dist/vuetify-labs.esm.js +1674 -1914
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1673 -1913
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +54 -2948
- package/dist/vuetify.d.ts +12215 -20183
- package/dist/vuetify.esm.js +1495 -1736
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1494 -1735
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1134 -1353
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +9 -9
- package/lib/blueprints/md1.d.ts +9 -9
- package/lib/blueprints/md2.d.ts +9 -9
- package/lib/blueprints/md3.d.ts +9 -9
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +5 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +135 -157
- package/lib/components/VApp/VApp.mjs +9 -12
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +27 -13
- package/lib/components/VAppBar/VAppBar.mjs +9 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +2 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +2 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +169 -350
- package/lib/components/VAutocomplete/VAutocomplete.mjs +100 -104
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +494 -636
- package/lib/components/VAvatar/VAvatar.mjs +19 -22
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +46 -66
- package/lib/components/VBadge/VBadge.mjs +7 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +74 -100
- package/lib/components/VBanner/VBanner.mjs +3 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -8
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +134 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.css +2 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +2 -1
- package/lib/components/VBottomNavigation/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +67 -131
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -16
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +5 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -8
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +87 -61
- package/lib/components/VBtn/VBtn.mjs +14 -17
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +118 -179
- package/lib/components/VBtnGroup/VBtnGroup.mjs +5 -2
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +42 -57
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +60 -247
- package/lib/components/VCalendar/mixins/mouse.mjs +2 -3
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +5 -8
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +7 -8
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +286 -186
- package/lib/components/VCarousel/VCarousel.mjs +2 -2
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +238 -61
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +277 -254
- package/lib/components/VChip/VChip.mjs +15 -14
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +118 -168
- package/lib/components/VChipGroup/VChipGroup.css +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -0
- package/lib/components/VChipGroup/index.d.ts +49 -68
- package/lib/components/VCode/index.d.ts +21 -9
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +40 -27
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +16 -20
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.mjs +3 -7
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +104 -113
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +496 -638
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +139 -197
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +33 -14
- package/lib/components/VDialog/VDialog.mjs +6 -9
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +430 -1610
- package/lib/components/VDivider/VDivider.mjs +2 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +35 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +180 -158
- package/lib/components/VField/VField.mjs +3 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +2 -2
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +46 -34
- package/lib/components/VFileInput/VFileInput.mjs +16 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +330 -355
- package/lib/components/VFooter/VFooter.mjs +2 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +46 -66
- package/lib/components/VForm/VForm.mjs +10 -14
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +29 -23
- package/lib/components/VGrid/VCol.mjs +5 -8
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +2 -2
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.css +0 -125
- package/lib/components/VGrid/VRow.mjs +5 -8
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +112 -121
- package/lib/components/VHover/VHover.mjs +9 -12
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.ts +53 -15
- package/lib/components/VIcon/VIcon.mjs +22 -26
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +68 -56
- package/lib/components/VImg/VImg.mjs +7 -11
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +67 -58
- package/lib/components/VInput/VInput.mjs +5 -6
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +94 -283
- package/lib/components/VItemGroup/VItem.mjs +8 -11
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +76 -149
- package/lib/components/VKbd/index.d.ts +21 -9
- package/lib/components/VLabel/VLabel.mjs +7 -10
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +29 -9
- package/lib/components/VLayout/VLayout.mjs +9 -12
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +6 -9
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +60 -43
- package/lib/components/VLazy/VLazy.mjs +12 -15
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +48 -71
- package/lib/components/VList/VList.mjs +4 -8
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +59 -77
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +33 -39
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +10 -18
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +0 -2
- package/lib/components/VList/VListItemAction.mjs +2 -2
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +2 -2
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -4
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +418 -686
- package/lib/components/VList/list.mjs +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +28 -16
- package/lib/components/VMain/VMain.mjs +12 -15
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +23 -17
- package/lib/components/VMenu/VMenu.mjs +10 -10
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +428 -1641
- package/lib/components/VMessages/VMessages.mjs +2 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +144 -204
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +92 -124
- package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +20 -4
- package/lib/components/VOtpInput/VOtpInput.mjs +5 -6
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +44 -47
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +150 -468
- package/lib/components/VOverlay/locationStrategies.mjs +3 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +8 -13
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +4 -7
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +4 -5
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +107 -207
- package/lib/components/VParallax/VParallax.mjs +12 -15
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +39 -9
- package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +41 -58
- package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +91 -95
- package/lib/components/VRadio/VRadio.mjs +2 -2
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +108 -85
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +164 -147
- package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +154 -210
- package/lib/components/VRating/VRating.mjs +28 -34
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +77 -311
- package/lib/components/VResponsive/VResponsive.mjs +11 -14
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +44 -20
- package/lib/components/VSelect/VSelect.mjs +100 -102
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +729 -673
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +31 -19
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
- package/lib/components/VSheet/VSheet.mjs +23 -13
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +52 -56
- package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +144 -366
- package/lib/components/VSlider/VSlider.mjs +8 -14
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +0 -1
- package/lib/components/VSlider/VSliderThumb.mjs +4 -5
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +4 -5
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +151 -207
- package/lib/components/VSlider/slider.mjs +3 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +358 -1519
- package/lib/components/VSwitch/VSwitch.mjs +3 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +180 -151
- package/lib/components/VSystemBar/VSystemBar.css +5 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +5 -1
- package/lib/components/VSystemBar/_variables.scss +4 -1
- package/lib/components/VSystemBar/index.d.ts +43 -51
- package/lib/components/VTable/VTable.mjs +19 -22
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +54 -30
- package/lib/components/VTabs/VTab.mjs +3 -4
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +122 -150
- package/lib/components/VTextField/VTextField.mjs +16 -19
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +331 -1489
- package/lib/components/VTextarea/VTextarea.mjs +17 -19
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +320 -334
- package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +27 -13
- package/lib/components/VTimeline/VTimeline.mjs +2 -2
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +123 -135
- package/lib/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.mjs +7 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +1 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +146 -351
- package/lib/components/VTooltip/VTooltip.mjs +1 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +361 -1619
- package/lib/components/VValidation/VValidation.mjs +3 -6
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.ts +48 -46
- package/lib/components/VWindow/VWindow.mjs +19 -22
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +10 -14
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +152 -284
- package/lib/components/index.d.ts +13684 -21652
- package/lib/components/transitions/createTransition.mjs +4 -4
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +8 -8
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +477 -342
- package/lib/composables/defaults.mjs +6 -4
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/filter.mjs +11 -12
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/group.mjs +2 -2
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +4 -6
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +2 -5
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs +2 -3
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +8 -8
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +8 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +8 -9
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -1
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +12 -21
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -4
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +1 -4
- package/lib/composables/selectLink.mjs.map +1 -1
- package/lib/composables/stack.mjs +6 -8
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/teleport.mjs +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +23 -16
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +3 -6
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -2
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +7 -7
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +2 -3
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.ts +1 -1
- package/lib/directives/intersect/index.mjs +2 -4
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +7 -8
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +3 -5
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs +8 -13
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -2
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +9 -14
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +2 -2
- package/lib/iconsets/fa4.d.ts +2 -2
- package/lib/iconsets/md.d.ts +2 -2
- package/lib/iconsets/mdi-svg.d.ts +2 -2
- package/lib/iconsets/mdi.d.ts +2 -2
- package/lib/index.d.ts +18 -18
- package/lib/labs/VDataTable/VDataTable.mjs +11 -14
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +17 -20
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +3 -4
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -6
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +583 -575
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +14 -18
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +7 -13
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +18 -18
- package/lib/labs/components.d.ts +601 -593
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.mjs +3 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/styles/main.css +40 -2816
- package/lib/util/colorUtils.mjs +4 -5
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +5 -8
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +6 -8
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +2 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +19 -20
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { Ref, EffectScope } from 'vue';
|
|
3
3
|
|
|
4
4
|
declare const block: readonly ["top", "bottom"];
|
|
5
5
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
type Tblock = typeof block[number];
|
|
7
|
+
type Tinline = typeof inline[number];
|
|
8
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
9
9
|
|
|
10
10
|
declare class Box {
|
|
11
11
|
x: number;
|
|
@@ -24,28 +24,13 @@ declare class Box {
|
|
|
24
24
|
get right(): number;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
|
|
28
|
-
$children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
|
|
29
|
-
[K in keyof T]?: T[K];
|
|
30
|
-
});
|
|
31
|
-
'v-slots'?: {
|
|
32
|
-
[K in keyof T]?: T[K] | false;
|
|
33
|
-
};
|
|
34
|
-
} & {
|
|
35
|
-
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
36
|
-
}) : T extends Record<string, any[]> ? SlotsToProps<MakeSlots<T>> : never;
|
|
37
|
-
declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
|
38
|
-
declare type MakeSlots<T extends Record<string, any[]>> = {
|
|
39
|
-
[K in keyof T]?: Slot<T[K]>;
|
|
40
|
-
};
|
|
41
|
-
|
|
42
27
|
interface LocationStrategyData {
|
|
43
28
|
contentEl: Ref<HTMLElement | undefined>;
|
|
44
29
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
45
30
|
isActive: Ref<boolean>;
|
|
46
31
|
isRtl: Ref<boolean>;
|
|
47
32
|
}
|
|
48
|
-
|
|
33
|
+
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
49
34
|
updateLocation: (e: Event) => void;
|
|
50
35
|
};
|
|
51
36
|
declare const locationStrategies: {
|
|
@@ -80,7 +65,7 @@ interface ScrollStrategyData {
|
|
|
80
65
|
isActive: Ref<boolean>;
|
|
81
66
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
82
67
|
}
|
|
83
|
-
|
|
68
|
+
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps, scope: EffectScope) => void;
|
|
84
69
|
declare const scrollStrategies: {
|
|
85
70
|
none: null;
|
|
86
71
|
close: typeof closeScrollStrategy;
|
|
@@ -95,447 +80,74 @@ declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
|
95
80
|
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
|
|
96
81
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
|
97
82
|
|
|
98
|
-
declare
|
|
99
|
-
|
|
83
|
+
declare const VOverlay: vue.DefineComponent<{
|
|
84
|
+
absolute: boolean;
|
|
85
|
+
location: Anchor;
|
|
86
|
+
origin: "auto" | Anchor | "overlap";
|
|
87
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
88
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
89
|
+
});
|
|
90
|
+
zIndex: string | number;
|
|
91
|
+
eager: boolean;
|
|
92
|
+
disabled: boolean;
|
|
93
|
+
modelValue: boolean;
|
|
94
|
+
activatorProps: Record<string, any>;
|
|
95
|
+
openOnHover: boolean;
|
|
96
|
+
closeOnContentClick: boolean;
|
|
97
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
98
|
+
updateLocation: (e: Event) => void;
|
|
99
|
+
} | undefined);
|
|
100
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
101
|
+
closeOnBack: boolean;
|
|
102
|
+
contained: boolean;
|
|
103
|
+
noClickAnimation: boolean;
|
|
104
|
+
persistent: boolean;
|
|
105
|
+
scrim: string | boolean;
|
|
106
|
+
_disableGlobalStack: boolean;
|
|
107
|
+
} & {
|
|
108
|
+
offset?: string | number | number[] | undefined;
|
|
109
|
+
height?: string | number | undefined;
|
|
110
|
+
width?: string | number | undefined;
|
|
111
|
+
maxHeight?: string | number | undefined;
|
|
112
|
+
maxWidth?: string | number | undefined;
|
|
113
|
+
minHeight?: string | number | undefined;
|
|
114
|
+
minWidth?: string | number | undefined;
|
|
115
|
+
theme?: string | undefined;
|
|
116
|
+
contentClass?: any;
|
|
117
|
+
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
118
|
+
closeDelay?: string | number | undefined;
|
|
119
|
+
openDelay?: string | number | undefined;
|
|
120
|
+
openOnClick?: boolean | undefined;
|
|
121
|
+
openOnFocus?: boolean | undefined;
|
|
122
|
+
contentProps?: any;
|
|
123
|
+
attach?: string | boolean | Element | undefined;
|
|
124
|
+
} & {
|
|
125
|
+
$children?: {} | vue.VNodeChild | {
|
|
126
|
+
default?: ((args_0: {
|
|
127
|
+
isActive: Ref<boolean>;
|
|
128
|
+
}) => vue.VNodeChild) | undefined;
|
|
129
|
+
activator?: ((args_0: {
|
|
130
|
+
isActive: boolean;
|
|
131
|
+
props: Record<string, any>;
|
|
132
|
+
}) => vue.VNodeChild) | undefined;
|
|
133
|
+
};
|
|
134
|
+
'v-slots'?: {
|
|
135
|
+
default?: false | ((args_0: {
|
|
136
|
+
isActive: Ref<boolean>;
|
|
137
|
+
}) => vue.VNodeChild) | undefined;
|
|
138
|
+
activator?: false | ((args_0: {
|
|
139
|
+
isActive: boolean;
|
|
140
|
+
props: Record<string, any>;
|
|
141
|
+
}) => vue.VNodeChild) | undefined;
|
|
142
|
+
} | undefined;
|
|
143
|
+
} & {
|
|
144
|
+
"v-slot:default"?: false | ((args_0: {
|
|
100
145
|
isActive: Ref<boolean>;
|
|
101
|
-
}
|
|
102
|
-
activator:
|
|
146
|
+
}) => vue.VNodeChild) | undefined;
|
|
147
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
103
148
|
isActive: boolean;
|
|
104
149
|
props: Record<string, any>;
|
|
105
|
-
}
|
|
106
|
-
}>;
|
|
107
|
-
declare const VOverlay: {
|
|
108
|
-
new (...args: any[]): {
|
|
109
|
-
$: vue.ComponentInternalInstance;
|
|
110
|
-
$data: {};
|
|
111
|
-
$props: Partial<{
|
|
112
|
-
absolute: boolean;
|
|
113
|
-
location: Anchor;
|
|
114
|
-
origin: "auto" | Anchor | "overlap";
|
|
115
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
116
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
117
|
-
});
|
|
118
|
-
zIndex: string | number;
|
|
119
|
-
eager: boolean;
|
|
120
|
-
disabled: boolean;
|
|
121
|
-
modelValue: boolean;
|
|
122
|
-
activatorProps: Record<string, any>;
|
|
123
|
-
openOnClick: boolean;
|
|
124
|
-
openOnHover: boolean;
|
|
125
|
-
openOnFocus: boolean;
|
|
126
|
-
closeOnContentClick: boolean;
|
|
127
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
128
|
-
updateLocation: (e: Event) => void;
|
|
129
|
-
} | undefined);
|
|
130
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
131
|
-
closeOnBack: boolean;
|
|
132
|
-
contained: boolean;
|
|
133
|
-
noClickAnimation: boolean;
|
|
134
|
-
persistent: boolean;
|
|
135
|
-
scrim: string | boolean;
|
|
136
|
-
_disableGlobalStack: boolean;
|
|
137
|
-
}> & Omit<Readonly<ExtractPropTypes<Omit<{
|
|
138
|
-
transition: {
|
|
139
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
140
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
141
|
-
})>;
|
|
142
|
-
default: string;
|
|
143
|
-
validator: (val: unknown) => boolean;
|
|
144
|
-
};
|
|
145
|
-
theme: StringConstructor;
|
|
146
|
-
scrollStrategy: {
|
|
147
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
148
|
-
default: string;
|
|
149
|
-
validator: (val: any) => boolean;
|
|
150
|
-
};
|
|
151
|
-
locationStrategy: {
|
|
152
|
-
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
153
|
-
updateLocation: (e: Event) => void;
|
|
154
|
-
} | undefined)>;
|
|
155
|
-
default: string;
|
|
156
|
-
validator: (val: any) => boolean;
|
|
157
|
-
};
|
|
158
|
-
location: {
|
|
159
|
-
type: PropType<Anchor>;
|
|
160
|
-
default: string;
|
|
161
|
-
};
|
|
162
|
-
origin: {
|
|
163
|
-
type: PropType<"auto" | Anchor | "overlap">;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
offset: PropType<string | number | number[] | undefined>;
|
|
167
|
-
eager: BooleanConstructor;
|
|
168
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
169
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
170
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
171
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
172
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
173
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
174
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
175
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
176
|
-
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
177
|
-
activatorProps: {
|
|
178
|
-
type: PropType<Record<string, any>>;
|
|
179
|
-
default: () => {};
|
|
180
|
-
};
|
|
181
|
-
openOnClick: {
|
|
182
|
-
type: BooleanConstructor;
|
|
183
|
-
default: undefined;
|
|
184
|
-
};
|
|
185
|
-
openOnHover: BooleanConstructor;
|
|
186
|
-
openOnFocus: {
|
|
187
|
-
type: BooleanConstructor;
|
|
188
|
-
default: undefined;
|
|
189
|
-
};
|
|
190
|
-
closeOnContentClick: BooleanConstructor;
|
|
191
|
-
absolute: BooleanConstructor;
|
|
192
|
-
attach: PropType<string | boolean | Element>;
|
|
193
|
-
closeOnBack: {
|
|
194
|
-
type: BooleanConstructor;
|
|
195
|
-
default: boolean;
|
|
196
|
-
};
|
|
197
|
-
contained: BooleanConstructor;
|
|
198
|
-
contentClass: null;
|
|
199
|
-
contentProps: null;
|
|
200
|
-
disabled: BooleanConstructor;
|
|
201
|
-
noClickAnimation: BooleanConstructor;
|
|
202
|
-
modelValue: BooleanConstructor;
|
|
203
|
-
persistent: BooleanConstructor;
|
|
204
|
-
scrim: {
|
|
205
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
206
|
-
default: boolean;
|
|
207
|
-
};
|
|
208
|
-
zIndex: {
|
|
209
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
210
|
-
default: number;
|
|
211
|
-
};
|
|
212
|
-
_disableGlobalStack: BooleanConstructor;
|
|
213
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
214
|
-
onAfterLeave?: (() => any) | undefined;
|
|
215
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
216
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
217
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
218
|
-
$attrs: {
|
|
219
|
-
[x: string]: unknown;
|
|
220
|
-
};
|
|
221
|
-
$refs: {
|
|
222
|
-
[x: string]: unknown;
|
|
223
|
-
};
|
|
224
|
-
$slots: Readonly<{
|
|
225
|
-
[name: string]: vue.Slot | undefined;
|
|
226
|
-
}>;
|
|
227
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
228
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
229
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
|
|
230
|
-
$el: any;
|
|
231
|
-
$options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
232
|
-
transition: {
|
|
233
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
234
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
235
|
-
})>;
|
|
236
|
-
default: string;
|
|
237
|
-
validator: (val: unknown) => boolean;
|
|
238
|
-
};
|
|
239
|
-
theme: StringConstructor;
|
|
240
|
-
scrollStrategy: {
|
|
241
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
242
|
-
default: string;
|
|
243
|
-
validator: (val: any) => boolean;
|
|
244
|
-
};
|
|
245
|
-
locationStrategy: {
|
|
246
|
-
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
247
|
-
updateLocation: (e: Event) => void;
|
|
248
|
-
} | undefined)>;
|
|
249
|
-
default: string;
|
|
250
|
-
validator: (val: any) => boolean;
|
|
251
|
-
};
|
|
252
|
-
location: {
|
|
253
|
-
type: PropType<Anchor>;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
|
-
origin: {
|
|
257
|
-
type: PropType<"auto" | Anchor | "overlap">;
|
|
258
|
-
default: string;
|
|
259
|
-
};
|
|
260
|
-
offset: PropType<string | number | number[] | undefined>;
|
|
261
|
-
eager: BooleanConstructor;
|
|
262
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
263
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
264
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
265
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
266
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
267
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
268
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
269
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
270
|
-
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
271
|
-
activatorProps: {
|
|
272
|
-
type: PropType<Record<string, any>>;
|
|
273
|
-
default: () => {};
|
|
274
|
-
};
|
|
275
|
-
openOnClick: {
|
|
276
|
-
type: BooleanConstructor;
|
|
277
|
-
default: undefined;
|
|
278
|
-
};
|
|
279
|
-
openOnHover: BooleanConstructor;
|
|
280
|
-
openOnFocus: {
|
|
281
|
-
type: BooleanConstructor;
|
|
282
|
-
default: undefined;
|
|
283
|
-
};
|
|
284
|
-
closeOnContentClick: BooleanConstructor;
|
|
285
|
-
absolute: BooleanConstructor;
|
|
286
|
-
attach: PropType<string | boolean | Element>;
|
|
287
|
-
closeOnBack: {
|
|
288
|
-
type: BooleanConstructor;
|
|
289
|
-
default: boolean;
|
|
290
|
-
};
|
|
291
|
-
contained: BooleanConstructor;
|
|
292
|
-
contentClass: null;
|
|
293
|
-
contentProps: null;
|
|
294
|
-
disabled: BooleanConstructor;
|
|
295
|
-
noClickAnimation: BooleanConstructor;
|
|
296
|
-
modelValue: BooleanConstructor;
|
|
297
|
-
persistent: BooleanConstructor;
|
|
298
|
-
scrim: {
|
|
299
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
300
|
-
default: boolean;
|
|
301
|
-
};
|
|
302
|
-
zIndex: {
|
|
303
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
304
|
-
default: number;
|
|
305
|
-
};
|
|
306
|
-
_disableGlobalStack: BooleanConstructor;
|
|
307
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
308
|
-
onAfterLeave?: (() => any) | undefined;
|
|
309
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
310
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
311
|
-
}, {
|
|
312
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
|
313
|
-
animateClick: () => void;
|
|
314
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
315
|
-
globalTop: Readonly<Ref<boolean>>;
|
|
316
|
-
localTop: vue.ComputedRef<boolean>;
|
|
317
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
318
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
319
|
-
'click:outside': (e: MouseEvent) => boolean;
|
|
320
|
-
'update:modelValue': (value: boolean) => boolean;
|
|
321
|
-
afterLeave: () => boolean;
|
|
322
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
|
|
323
|
-
absolute: boolean;
|
|
324
|
-
location: Anchor;
|
|
325
|
-
origin: "auto" | Anchor | "overlap";
|
|
326
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
327
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
328
|
-
});
|
|
329
|
-
zIndex: string | number;
|
|
330
|
-
eager: boolean;
|
|
331
|
-
disabled: boolean;
|
|
332
|
-
modelValue: boolean;
|
|
333
|
-
activatorProps: Record<string, any>;
|
|
334
|
-
openOnClick: boolean;
|
|
335
|
-
openOnHover: boolean;
|
|
336
|
-
openOnFocus: boolean;
|
|
337
|
-
closeOnContentClick: boolean;
|
|
338
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
339
|
-
updateLocation: (e: Event) => void;
|
|
340
|
-
} | undefined);
|
|
341
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
342
|
-
closeOnBack: boolean;
|
|
343
|
-
contained: boolean;
|
|
344
|
-
noClickAnimation: boolean;
|
|
345
|
-
persistent: boolean;
|
|
346
|
-
scrim: string | boolean;
|
|
347
|
-
_disableGlobalStack: boolean;
|
|
348
|
-
}> & {
|
|
349
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
350
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
351
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
352
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
353
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
354
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
355
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
356
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
357
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
358
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
359
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
360
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
361
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
362
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
363
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
364
|
-
};
|
|
365
|
-
$forceUpdate: () => void;
|
|
366
|
-
$nextTick: typeof vue.nextTick;
|
|
367
|
-
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
368
|
-
} & Readonly<ExtractPropTypes<Omit<{
|
|
369
|
-
transition: {
|
|
370
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
371
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
372
|
-
})>;
|
|
373
|
-
default: string;
|
|
374
|
-
validator: (val: unknown) => boolean;
|
|
375
|
-
};
|
|
376
|
-
theme: StringConstructor;
|
|
377
|
-
scrollStrategy: {
|
|
378
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
379
|
-
default: string;
|
|
380
|
-
validator: (val: any) => boolean;
|
|
381
|
-
};
|
|
382
|
-
locationStrategy: {
|
|
383
|
-
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
384
|
-
updateLocation: (e: Event) => void;
|
|
385
|
-
} | undefined)>;
|
|
386
|
-
default: string;
|
|
387
|
-
validator: (val: any) => boolean;
|
|
388
|
-
};
|
|
389
|
-
location: {
|
|
390
|
-
type: PropType<Anchor>;
|
|
391
|
-
default: string;
|
|
392
|
-
};
|
|
393
|
-
origin: {
|
|
394
|
-
type: PropType<"auto" | Anchor | "overlap">;
|
|
395
|
-
default: string;
|
|
396
|
-
};
|
|
397
|
-
offset: PropType<string | number | number[] | undefined>;
|
|
398
|
-
eager: BooleanConstructor;
|
|
399
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
400
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
401
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
402
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
403
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
404
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
405
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
406
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
407
|
-
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
408
|
-
activatorProps: {
|
|
409
|
-
type: PropType<Record<string, any>>;
|
|
410
|
-
default: () => {};
|
|
411
|
-
};
|
|
412
|
-
openOnClick: {
|
|
413
|
-
type: BooleanConstructor;
|
|
414
|
-
default: undefined;
|
|
415
|
-
};
|
|
416
|
-
openOnHover: BooleanConstructor;
|
|
417
|
-
openOnFocus: {
|
|
418
|
-
type: BooleanConstructor;
|
|
419
|
-
default: undefined;
|
|
420
|
-
};
|
|
421
|
-
closeOnContentClick: BooleanConstructor;
|
|
422
|
-
absolute: BooleanConstructor;
|
|
423
|
-
attach: PropType<string | boolean | Element>;
|
|
424
|
-
closeOnBack: {
|
|
425
|
-
type: BooleanConstructor;
|
|
426
|
-
default: boolean;
|
|
427
|
-
};
|
|
428
|
-
contained: BooleanConstructor;
|
|
429
|
-
contentClass: null;
|
|
430
|
-
contentProps: null;
|
|
431
|
-
disabled: BooleanConstructor;
|
|
432
|
-
noClickAnimation: BooleanConstructor;
|
|
433
|
-
modelValue: BooleanConstructor;
|
|
434
|
-
persistent: BooleanConstructor;
|
|
435
|
-
scrim: {
|
|
436
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
zIndex: {
|
|
440
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
441
|
-
default: number;
|
|
442
|
-
};
|
|
443
|
-
_disableGlobalStack: BooleanConstructor;
|
|
444
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
445
|
-
onAfterLeave?: (() => any) | undefined;
|
|
446
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
447
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
448
|
-
} & vue.ShallowUnwrapRef<{
|
|
449
|
-
activatorEl: Ref<HTMLElement | undefined>;
|
|
450
|
-
animateClick: () => void;
|
|
451
|
-
contentEl: Ref<HTMLElement | undefined>;
|
|
452
|
-
globalTop: Readonly<Ref<boolean>>;
|
|
453
|
-
localTop: vue.ComputedRef<boolean>;
|
|
454
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
455
|
-
}> & {} & vue.ComponentCustomProperties;
|
|
456
|
-
__isFragment?: undefined;
|
|
457
|
-
__isTeleport?: undefined;
|
|
458
|
-
__isSuspense?: undefined;
|
|
459
|
-
} & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
|
|
460
|
-
transition: {
|
|
461
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
462
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
463
|
-
})>;
|
|
464
|
-
default: string;
|
|
465
|
-
validator: (val: unknown) => boolean;
|
|
466
|
-
};
|
|
467
|
-
theme: StringConstructor;
|
|
468
|
-
scrollStrategy: {
|
|
469
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
470
|
-
default: string;
|
|
471
|
-
validator: (val: any) => boolean;
|
|
472
|
-
};
|
|
473
|
-
locationStrategy: {
|
|
474
|
-
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
475
|
-
updateLocation: (e: Event) => void;
|
|
476
|
-
} | undefined)>;
|
|
477
|
-
default: string;
|
|
478
|
-
validator: (val: any) => boolean;
|
|
479
|
-
};
|
|
480
|
-
location: {
|
|
481
|
-
type: PropType<Anchor>;
|
|
482
|
-
default: string;
|
|
483
|
-
};
|
|
484
|
-
origin: {
|
|
485
|
-
type: PropType<"auto" | Anchor | "overlap">;
|
|
486
|
-
default: string;
|
|
487
|
-
};
|
|
488
|
-
offset: PropType<string | number | number[] | undefined>;
|
|
489
|
-
eager: BooleanConstructor;
|
|
490
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
491
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
492
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
493
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
494
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
495
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
496
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
497
|
-
openDelay: (StringConstructor | NumberConstructor)[];
|
|
498
|
-
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
|
|
499
|
-
activatorProps: {
|
|
500
|
-
type: PropType<Record<string, any>>;
|
|
501
|
-
default: () => {};
|
|
502
|
-
};
|
|
503
|
-
openOnClick: {
|
|
504
|
-
type: BooleanConstructor;
|
|
505
|
-
default: undefined;
|
|
506
|
-
};
|
|
507
|
-
openOnHover: BooleanConstructor;
|
|
508
|
-
openOnFocus: {
|
|
509
|
-
type: BooleanConstructor;
|
|
510
|
-
default: undefined;
|
|
511
|
-
};
|
|
512
|
-
closeOnContentClick: BooleanConstructor;
|
|
513
|
-
absolute: BooleanConstructor;
|
|
514
|
-
attach: PropType<string | boolean | Element>;
|
|
515
|
-
closeOnBack: {
|
|
516
|
-
type: BooleanConstructor;
|
|
517
|
-
default: boolean;
|
|
518
|
-
};
|
|
519
|
-
contained: BooleanConstructor;
|
|
520
|
-
contentClass: null;
|
|
521
|
-
contentProps: null;
|
|
522
|
-
disabled: BooleanConstructor;
|
|
523
|
-
noClickAnimation: BooleanConstructor;
|
|
524
|
-
modelValue: BooleanConstructor;
|
|
525
|
-
persistent: BooleanConstructor;
|
|
526
|
-
scrim: {
|
|
527
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
528
|
-
default: boolean;
|
|
529
|
-
};
|
|
530
|
-
zIndex: {
|
|
531
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
532
|
-
default: number;
|
|
533
|
-
};
|
|
534
|
-
_disableGlobalStack: BooleanConstructor;
|
|
535
|
-
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
|
|
536
|
-
onAfterLeave?: (() => any) | undefined;
|
|
537
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
538
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
150
|
+
}) => vue.VNodeChild) | undefined;
|
|
539
151
|
}, {
|
|
540
152
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
541
153
|
animateClick: () => void;
|
|
@@ -543,11 +155,83 @@ declare const VOverlay: {
|
|
|
543
155
|
globalTop: Readonly<Ref<boolean>>;
|
|
544
156
|
localTop: vue.ComputedRef<boolean>;
|
|
545
157
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
546
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin,
|
|
547
|
-
'click:outside': (e: MouseEvent) =>
|
|
548
|
-
'update:modelValue': (value: boolean) =>
|
|
549
|
-
afterLeave: () =>
|
|
550
|
-
},
|
|
158
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
159
|
+
'click:outside': (e: MouseEvent) => true;
|
|
160
|
+
'update:modelValue': (value: boolean) => true;
|
|
161
|
+
afterLeave: () => true;
|
|
162
|
+
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
163
|
+
absolute: boolean;
|
|
164
|
+
location: Anchor;
|
|
165
|
+
origin: "auto" | Anchor | "overlap";
|
|
166
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
167
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
168
|
+
});
|
|
169
|
+
zIndex: string | number;
|
|
170
|
+
eager: boolean;
|
|
171
|
+
disabled: boolean;
|
|
172
|
+
modelValue: boolean;
|
|
173
|
+
activatorProps: Record<string, any>;
|
|
174
|
+
openOnHover: boolean;
|
|
175
|
+
closeOnContentClick: boolean;
|
|
176
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
177
|
+
updateLocation: (e: Event) => void;
|
|
178
|
+
} | undefined);
|
|
179
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
180
|
+
closeOnBack: boolean;
|
|
181
|
+
contained: boolean;
|
|
182
|
+
noClickAnimation: boolean;
|
|
183
|
+
persistent: boolean;
|
|
184
|
+
scrim: string | boolean;
|
|
185
|
+
_disableGlobalStack: boolean;
|
|
186
|
+
} & {
|
|
187
|
+
offset?: string | number | number[] | undefined;
|
|
188
|
+
height?: string | number | undefined;
|
|
189
|
+
width?: string | number | undefined;
|
|
190
|
+
maxHeight?: string | number | undefined;
|
|
191
|
+
maxWidth?: string | number | undefined;
|
|
192
|
+
minHeight?: string | number | undefined;
|
|
193
|
+
minWidth?: string | number | undefined;
|
|
194
|
+
theme?: string | undefined;
|
|
195
|
+
contentClass?: any;
|
|
196
|
+
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
197
|
+
closeDelay?: string | number | undefined;
|
|
198
|
+
openDelay?: string | number | undefined;
|
|
199
|
+
openOnClick?: boolean | undefined;
|
|
200
|
+
openOnFocus?: boolean | undefined;
|
|
201
|
+
contentProps?: any;
|
|
202
|
+
attach?: string | boolean | Element | undefined;
|
|
203
|
+
} & {
|
|
204
|
+
$children?: {} | vue.VNodeChild | {
|
|
205
|
+
default?: ((args_0: {
|
|
206
|
+
isActive: Ref<boolean>;
|
|
207
|
+
}) => vue.VNodeChild) | undefined;
|
|
208
|
+
activator?: ((args_0: {
|
|
209
|
+
isActive: boolean;
|
|
210
|
+
props: Record<string, any>;
|
|
211
|
+
}) => vue.VNodeChild) | undefined;
|
|
212
|
+
};
|
|
213
|
+
'v-slots'?: {
|
|
214
|
+
default?: false | ((args_0: {
|
|
215
|
+
isActive: Ref<boolean>;
|
|
216
|
+
}) => vue.VNodeChild) | undefined;
|
|
217
|
+
activator?: false | ((args_0: {
|
|
218
|
+
isActive: boolean;
|
|
219
|
+
props: Record<string, any>;
|
|
220
|
+
}) => vue.VNodeChild) | undefined;
|
|
221
|
+
} | undefined;
|
|
222
|
+
} & {
|
|
223
|
+
"v-slot:default"?: false | ((args_0: {
|
|
224
|
+
isActive: Ref<boolean>;
|
|
225
|
+
}) => vue.VNodeChild) | undefined;
|
|
226
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
227
|
+
isActive: boolean;
|
|
228
|
+
props: Record<string, any>;
|
|
229
|
+
}) => vue.VNodeChild) | undefined;
|
|
230
|
+
} & {
|
|
231
|
+
onAfterLeave?: (() => any) | undefined;
|
|
232
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
233
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
234
|
+
}, {
|
|
551
235
|
absolute: boolean;
|
|
552
236
|
location: Anchor;
|
|
553
237
|
origin: "auto" | Anchor | "overlap";
|
|
@@ -573,9 +257,7 @@ declare const VOverlay: {
|
|
|
573
257
|
persistent: boolean;
|
|
574
258
|
scrim: string | boolean;
|
|
575
259
|
_disableGlobalStack: boolean;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
});
|
|
579
|
-
declare type VOverlay = InstanceType<typeof VOverlay>;
|
|
260
|
+
}>;
|
|
261
|
+
type VOverlay = InstanceType<typeof VOverlay>;
|
|
580
262
|
|
|
581
263
|
export { VOverlay };
|