@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230512.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/CHANGELOG.md +6 -14
- package/dist/json/attributes.json +564 -256
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +80 -2
- package/dist/json/web-types.json +2399 -606
- package/dist/vuetify-labs.css +45 -42
- package/dist/vuetify-labs.d.ts +26350 -24518
- package/dist/vuetify-labs.esm.js +2485 -2382
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2485 -2382
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -8
- package/dist/vuetify.d.ts +23046 -23682
- package/dist/vuetify.esm.js +1865 -1748
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1865 -1748
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +658 -658
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -3
- package/lib/blueprints/md1.d.mts +1 -3
- package/lib/blueprints/md2.d.mts +1 -3
- package/lib/blueprints/md3.d.mts +1 -3
- package/lib/components/VAlert/VAlert.mjs +48 -48
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +228 -71
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +65 -19
- package/lib/components/VAppBar/VAppBar.mjs +23 -22
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +314 -123
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.mts +1264 -2467
- package/lib/components/VAvatar/index.d.mts +70 -30
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +86 -42
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +227 -65
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +78 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +311 -208
- package/lib/components/VBtn/index.d.mts +112 -53
- package/lib/components/VBtnGroup/index.d.mts +69 -27
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +73 -35
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +764 -368
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +600 -103
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +304 -125
- package/lib/components/VChip/VChip.css +7 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -0
- package/lib/components/VChip/index.d.mts +318 -90
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +204 -53
- package/lib/components/VCode/index.d.mts +63 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +74 -85
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +39 -42
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1264 -2488
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +113 -1817
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +67 -20
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +551 -1401
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +66 -21
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +317 -125
- package/lib/components/VField/VField.mjs +7 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +310 -230
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +760 -320
- package/lib/components/VFooter/VFooter.mjs +21 -20
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +70 -29
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +568 -52
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +274 -100
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +93 -37
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +292 -81
- package/lib/components/VImg/VImg.mjs +34 -33
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +118 -53
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +137 -50
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +414 -111
- package/lib/components/VKbd/index.d.mts +63 -17
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +64 -18
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +131 -42
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +67 -27
- package/lib/components/VList/VList.mjs +37 -36
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -12
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +44 -43
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1069 -617
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +65 -19
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +64 -19
- package/lib/components/VMenu/VMenu.mjs +21 -20
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +479 -1327
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +88 -1799
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +115 -60
- package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +120 -75
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +84 -83
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +203 -130
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +91 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +125 -45
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +97 -57
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +121 -51
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +189 -76
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +192 -80
- package/lib/components/VRating/VRating.mjs +49 -45
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +94 -54
- package/lib/components/VResponsive/index.d.mts +73 -18
- package/lib/components/VSelect/VSelect.mjs +22 -21
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1192 -3713
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +212 -194
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +66 -21
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +181 -64
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +194 -81
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +444 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/index.d.mts +206 -86
- package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +69 -27
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +95 -26
- package/lib/components/VTabs/VTab.mjs +19 -19
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +175 -115
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1254 -770
- package/lib/components/VTextarea/VTextarea.mjs +32 -28
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +683 -313
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +65 -20
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +163 -62
- package/lib/components/VToolbar/VToolbar.mjs +8 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +265 -82
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +442 -297
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +358 -50
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +110 -82
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +18 -17
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +204 -75
- package/lib/components/index.d.mts +23230 -23871
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +1207 -472
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -5
- package/lib/labs/VDataTable/VDataTable.mjs +54 -66
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +2974 -631
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
- package/lib/labs/components.d.mts +3188 -708
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +1 -3
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,27 +1,11 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, EffectScope,
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, Ref, EffectScope, Component, nextTick } from 'vue';
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
updateLocation: Ref<((e: Event) => void) | undefined>;
|
10
|
-
}
|
11
|
-
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
|
12
|
-
declare const scrollStrategies: {
|
13
|
-
none: null;
|
14
|
-
close: typeof closeScrollStrategy;
|
15
|
-
block: typeof blockScrollStrategy;
|
16
|
-
reposition: typeof repositionScrollStrategy;
|
17
|
-
};
|
18
|
-
interface StrategyProps$1 {
|
19
|
-
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
20
|
-
contained: boolean | undefined;
|
21
|
-
}
|
22
|
-
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
23
|
-
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
24
|
-
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
4
|
+
declare const block: readonly ["top", "bottom"];
|
5
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
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'}`;
|
25
9
|
|
26
10
|
declare class Box {
|
27
11
|
x: number;
|
@@ -40,12 +24,6 @@ declare class Box {
|
|
40
24
|
get right(): number;
|
41
25
|
}
|
42
26
|
|
43
|
-
declare const block: readonly ["top", "bottom"];
|
44
|
-
declare const inline: readonly ["start", "end", "left", "right"];
|
45
|
-
type Tblock = typeof block[number];
|
46
|
-
type Tinline = typeof inline[number];
|
47
|
-
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
48
|
-
|
49
27
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
50
28
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
51
29
|
}
|
@@ -56,14 +34,14 @@ interface LocationStrategyData {
|
|
56
34
|
isActive: Ref<boolean>;
|
57
35
|
isRtl: Ref<boolean>;
|
58
36
|
}
|
59
|
-
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
37
|
+
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
60
38
|
updateLocation: (e: Event) => void;
|
61
39
|
};
|
62
40
|
declare const locationStrategies: {
|
63
41
|
static: typeof staticLocationStrategy;
|
64
42
|
connected: typeof connectedLocationStrategy;
|
65
43
|
};
|
66
|
-
interface StrategyProps {
|
44
|
+
interface StrategyProps$1 {
|
67
45
|
locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
|
68
46
|
location: Anchor;
|
69
47
|
origin: Anchor | 'auto' | 'overlap';
|
@@ -74,7 +52,7 @@ interface StrategyProps {
|
|
74
52
|
minWidth?: number | string;
|
75
53
|
}
|
76
54
|
declare function staticLocationStrategy(): void;
|
77
|
-
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
|
55
|
+
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>): {
|
78
56
|
updateLocation: () => {
|
79
57
|
available: {
|
80
58
|
x: number;
|
@@ -84,252 +62,65 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
84
62
|
} | undefined;
|
85
63
|
};
|
86
64
|
|
65
|
+
interface ScrollStrategyData {
|
66
|
+
root: Ref<HTMLElement | undefined>;
|
67
|
+
contentEl: Ref<HTMLElement | undefined>;
|
68
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
69
|
+
isActive: Ref<boolean>;
|
70
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
71
|
+
}
|
72
|
+
type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps, scope: EffectScope) => void;
|
73
|
+
declare const scrollStrategies: {
|
74
|
+
none: null;
|
75
|
+
close: typeof closeScrollStrategy;
|
76
|
+
block: typeof blockScrollStrategy;
|
77
|
+
reposition: typeof repositionScrollStrategy;
|
78
|
+
};
|
79
|
+
interface StrategyProps {
|
80
|
+
scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
|
81
|
+
contained: boolean | undefined;
|
82
|
+
}
|
83
|
+
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
84
|
+
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
|
85
|
+
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
86
|
+
|
87
87
|
declare const VDialog: {
|
88
88
|
new (...args: any[]): {
|
89
89
|
$: vue.ComponentInternalInstance;
|
90
90
|
$data: {};
|
91
|
-
$props:
|
92
|
-
absolute
|
93
|
-
location
|
94
|
-
origin
|
95
|
-
transition
|
96
|
-
component?:
|
91
|
+
$props: {
|
92
|
+
absolute?: boolean | undefined;
|
93
|
+
location?: Anchor | undefined;
|
94
|
+
origin?: NonNullable<"auto" | Anchor | "overlap"> | undefined;
|
95
|
+
transition?: NonNullable<string | boolean | (vue.TransitionProps & {
|
96
|
+
component?: Component | undefined;
|
97
97
|
})> | {
|
98
|
-
component:
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
} & {
|
112
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
113
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
114
|
-
$attrs: {
|
115
|
-
[x: string]: unknown;
|
116
|
-
};
|
117
|
-
$refs: {
|
118
|
-
[x: string]: unknown;
|
119
|
-
};
|
120
|
-
$slots: Readonly<{
|
121
|
-
[name: string]: vue.Slot | undefined;
|
122
|
-
}>;
|
123
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
124
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
125
|
-
$emit: (event: string, ...args: any[]) => void;
|
126
|
-
$el: any;
|
127
|
-
$options: vue.ComponentOptionsBase<{} & {
|
128
|
-
target?: HTMLElement | undefined;
|
129
|
-
} & {
|
130
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
131
|
-
default?: (() => vue.VNodeChild) | undefined;
|
132
|
-
};
|
133
|
-
'v-slots'?: {
|
134
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
135
|
-
} | undefined;
|
136
|
-
} & {
|
137
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
138
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
139
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
140
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
141
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
142
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
143
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
144
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
145
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
146
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
147
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
148
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
149
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
150
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
151
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
152
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
153
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
154
|
-
};
|
155
|
-
$forceUpdate: () => void;
|
156
|
-
$nextTick: typeof nextTick;
|
157
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
158
|
-
} & {} & {
|
159
|
-
target?: HTMLElement | undefined;
|
160
|
-
} & {
|
161
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
162
|
-
default?: (() => vue.VNodeChild) | undefined;
|
163
|
-
};
|
164
|
-
'v-slots'?: {
|
165
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
166
|
-
} | undefined;
|
167
|
-
} & {
|
168
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
169
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
170
|
-
__isFragment?: undefined;
|
171
|
-
__isTeleport?: undefined;
|
172
|
-
__isSuspense?: undefined;
|
173
|
-
} & vue.ComponentOptionsBase<{} & {
|
174
|
-
target?: HTMLElement | undefined;
|
175
|
-
} & {
|
176
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
177
|
-
default?: (() => vue.VNodeChild) | undefined;
|
178
|
-
};
|
179
|
-
'v-slots'?: {
|
180
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
181
|
-
} | undefined;
|
182
|
-
} & {
|
183
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
184
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
185
|
-
target: vue.PropType<HTMLElement>;
|
186
|
-
}, vue.ExtractPropTypes<{
|
187
|
-
target: vue.PropType<HTMLElement>;
|
188
|
-
}>>;
|
189
|
-
};
|
190
|
-
zIndex: NonNullable<string | number>;
|
191
|
-
style: vue.StyleValue;
|
192
|
-
eager: boolean;
|
193
|
-
disabled: boolean;
|
194
|
-
modelValue: boolean;
|
195
|
-
activatorProps: Record<string, any>;
|
196
|
-
openOnClick: boolean;
|
197
|
-
openOnHover: boolean;
|
198
|
-
openOnFocus: boolean;
|
199
|
-
closeOnContentClick: boolean;
|
200
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
201
|
-
updateLocation: (e: Event) => void;
|
202
|
-
} | undefined);
|
203
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
204
|
-
closeOnBack: boolean;
|
205
|
-
contained: boolean;
|
206
|
-
noClickAnimation: boolean;
|
207
|
-
persistent: boolean;
|
208
|
-
scrim: string | boolean;
|
209
|
-
fullscreen: boolean;
|
210
|
-
scrollable: boolean;
|
211
|
-
retainFocus: boolean;
|
212
|
-
}> & Omit<{
|
213
|
-
absolute: boolean;
|
214
|
-
location: Anchor;
|
215
|
-
origin: NonNullable<"auto" | Anchor | "overlap">;
|
216
|
-
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
217
|
-
component?: vue.Component | undefined;
|
218
|
-
})> | {
|
219
|
-
component: {
|
220
|
-
new (...args: any[]): {
|
221
|
-
$: vue.ComponentInternalInstance;
|
222
|
-
$data: {};
|
223
|
-
$props: Partial<{}> & Omit<{} & {
|
224
|
-
target?: HTMLElement | undefined;
|
225
|
-
} & {
|
226
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
227
|
-
default?: (() => vue.VNodeChild) | undefined;
|
228
|
-
};
|
229
|
-
'v-slots'?: {
|
230
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
231
|
-
} | undefined;
|
232
|
-
} & {
|
233
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
234
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
235
|
-
$attrs: {
|
236
|
-
[x: string]: unknown;
|
237
|
-
};
|
238
|
-
$refs: {
|
239
|
-
[x: string]: unknown;
|
240
|
-
};
|
241
|
-
$slots: Readonly<{
|
242
|
-
[name: string]: vue.Slot | undefined;
|
243
|
-
}>;
|
244
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
245
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
246
|
-
$emit: (event: string, ...args: any[]) => void;
|
247
|
-
$el: any;
|
248
|
-
$options: vue.ComponentOptionsBase<{} & {
|
249
|
-
target?: HTMLElement | undefined;
|
250
|
-
} & {
|
251
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
252
|
-
default?: (() => vue.VNodeChild) | undefined;
|
253
|
-
};
|
254
|
-
'v-slots'?: {
|
255
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
256
|
-
} | undefined;
|
257
|
-
} & {
|
258
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
259
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
260
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
261
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
262
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
263
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
264
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
265
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
266
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
267
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
268
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
269
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
270
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
271
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
272
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
273
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
274
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
275
|
-
};
|
276
|
-
$forceUpdate: () => void;
|
277
|
-
$nextTick: typeof nextTick;
|
278
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
279
|
-
} & {} & {
|
280
|
-
target?: HTMLElement | undefined;
|
281
|
-
} & {
|
282
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
283
|
-
default?: (() => vue.VNodeChild) | undefined;
|
284
|
-
};
|
285
|
-
'v-slots'?: {
|
286
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
287
|
-
} | undefined;
|
288
|
-
} & {
|
289
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
290
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
291
|
-
__isFragment?: undefined;
|
292
|
-
__isTeleport?: undefined;
|
293
|
-
__isSuspense?: undefined;
|
294
|
-
} & vue.ComponentOptionsBase<{} & {
|
295
|
-
target?: HTMLElement | undefined;
|
296
|
-
} & {
|
297
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
298
|
-
default?: (() => vue.VNodeChild) | undefined;
|
299
|
-
};
|
300
|
-
'v-slots'?: {
|
301
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
302
|
-
} | undefined;
|
303
|
-
} & {
|
304
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
305
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
306
|
-
target: vue.PropType<HTMLElement>;
|
307
|
-
}, vue.ExtractPropTypes<{
|
308
|
-
target: vue.PropType<HTMLElement>;
|
309
|
-
}>>;
|
310
|
-
};
|
311
|
-
zIndex: NonNullable<string | number>;
|
312
|
-
style: vue.StyleValue;
|
313
|
-
eager: boolean;
|
314
|
-
disabled: boolean;
|
315
|
-
modelValue: boolean;
|
316
|
-
activatorProps: Record<string, any>;
|
317
|
-
openOnHover: boolean;
|
318
|
-
closeOnContentClick: boolean;
|
319
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
98
|
+
component: Component;
|
99
|
+
} | undefined;
|
100
|
+
zIndex?: NonNullable<string | number> | undefined;
|
101
|
+
style?: vue.StyleValue | undefined;
|
102
|
+
eager?: boolean | undefined;
|
103
|
+
disabled?: boolean | undefined;
|
104
|
+
modelValue?: boolean | undefined;
|
105
|
+
activatorProps?: Record<string, any> | undefined;
|
106
|
+
openOnClick?: boolean | undefined;
|
107
|
+
openOnHover?: boolean | undefined;
|
108
|
+
openOnFocus?: boolean | undefined;
|
109
|
+
closeOnContentClick?: boolean | undefined;
|
110
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
320
111
|
updateLocation: (e: Event) => void;
|
321
|
-
} | undefined);
|
322
|
-
scrollStrategy
|
323
|
-
closeOnBack
|
324
|
-
contained
|
325
|
-
noClickAnimation
|
326
|
-
persistent
|
327
|
-
scrim
|
328
|
-
fullscreen
|
329
|
-
|
330
|
-
|
331
|
-
} & {
|
112
|
+
} | undefined) | undefined;
|
113
|
+
scrollStrategy?: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition"> | undefined;
|
114
|
+
closeOnBack?: boolean | undefined;
|
115
|
+
contained?: boolean | undefined;
|
116
|
+
noClickAnimation?: boolean | undefined;
|
117
|
+
persistent?: boolean | undefined;
|
118
|
+
scrim?: string | boolean | undefined;
|
119
|
+
fullscreen?: boolean | undefined;
|
120
|
+
retainFocus?: boolean | undefined;
|
121
|
+
scrollable?: boolean | undefined;
|
332
122
|
offset?: string | number | number[] | undefined;
|
123
|
+
key?: string | number | symbol | undefined;
|
333
124
|
height?: string | number | undefined;
|
334
125
|
width?: string | number | undefined;
|
335
126
|
maxHeight?: string | number | undefined;
|
@@ -337,16 +128,6 @@ declare const VDialog: {
|
|
337
128
|
minHeight?: string | number | undefined;
|
338
129
|
minWidth?: string | number | undefined;
|
339
130
|
class?: any;
|
340
|
-
theme?: string | undefined;
|
341
|
-
contentClass?: any;
|
342
|
-
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
343
|
-
closeDelay?: string | number | undefined;
|
344
|
-
openDelay?: string | number | undefined;
|
345
|
-
openOnClick?: boolean | undefined;
|
346
|
-
openOnFocus?: boolean | undefined;
|
347
|
-
contentProps?: any;
|
348
|
-
attach?: string | boolean | Element | undefined;
|
349
|
-
} & {
|
350
131
|
$children?: vue.VNodeChild | {
|
351
132
|
default?: ((args_0: {
|
352
133
|
isActive: vue.Ref<boolean>;
|
@@ -358,6 +139,13 @@ declare const VDialog: {
|
|
358
139
|
} | ((args_0: {
|
359
140
|
isActive: vue.Ref<boolean>;
|
360
141
|
}) => vue.VNodeChild);
|
142
|
+
ref?: vue.VNodeRef | undefined;
|
143
|
+
ref_for?: boolean | undefined;
|
144
|
+
ref_key?: string | undefined;
|
145
|
+
theme?: string | undefined;
|
146
|
+
"v-slot:default"?: false | ((args_0: {
|
147
|
+
isActive: vue.Ref<boolean>;
|
148
|
+
}) => vue.VNodeChild) | undefined;
|
361
149
|
'v-slots'?: {
|
362
150
|
default?: false | ((args_0: {
|
363
151
|
isActive: vue.Ref<boolean>;
|
@@ -367,17 +155,56 @@ declare const VDialog: {
|
|
367
155
|
props: Record<string, any>;
|
368
156
|
}) => vue.VNodeChild) | undefined;
|
369
157
|
} | undefined;
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
}) =>
|
158
|
+
contentClass?: any;
|
159
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
160
|
+
[key: string]: any;
|
161
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
162
|
+
[key: string]: any;
|
163
|
+
}>) => void)[] | undefined;
|
164
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
165
|
+
[key: string]: any;
|
166
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
167
|
+
[key: string]: any;
|
168
|
+
}>) => void)[] | undefined;
|
169
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
170
|
+
[key: string]: any;
|
171
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
172
|
+
[key: string]: any;
|
173
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
174
|
+
[key: string]: any;
|
175
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
176
|
+
[key: string]: any;
|
177
|
+
}>) => void)[] | undefined;
|
178
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
179
|
+
[key: string]: any;
|
180
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
181
|
+
[key: string]: any;
|
182
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
183
|
+
[key: string]: any;
|
184
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
185
|
+
[key: string]: any;
|
186
|
+
}>) => void)[] | undefined;
|
187
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
188
|
+
[key: string]: any;
|
189
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
190
|
+
[key: string]: any;
|
191
|
+
}>) => void)[] | undefined;
|
192
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
193
|
+
[key: string]: any;
|
194
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
195
|
+
[key: string]: any;
|
196
|
+
}>) => void)[] | undefined;
|
197
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
198
|
+
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
374
199
|
"v-slot:activator"?: false | ((args_0: {
|
375
200
|
isActive: boolean;
|
376
201
|
props: Record<string, any>;
|
377
202
|
}) => vue.VNodeChild) | undefined;
|
378
|
-
|
379
|
-
|
380
|
-
|
203
|
+
closeDelay?: string | number | undefined;
|
204
|
+
openDelay?: string | number | undefined;
|
205
|
+
contentProps?: any;
|
206
|
+
attach?: string | boolean | Element | undefined;
|
207
|
+
};
|
381
208
|
$attrs: {
|
382
209
|
[x: string]: unknown;
|
383
210
|
};
|
@@ -385,10 +212,20 @@ declare const VDialog: {
|
|
385
212
|
[x: string]: unknown;
|
386
213
|
};
|
387
214
|
$slots: Readonly<{
|
388
|
-
|
215
|
+
default?: ((args_0: {
|
216
|
+
isActive: vue.Ref<boolean>;
|
217
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
218
|
+
[key: string]: any;
|
219
|
+
}>[]) | undefined;
|
220
|
+
activator?: ((args_0: {
|
221
|
+
isActive: boolean;
|
222
|
+
props: Record<string, any>;
|
223
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
224
|
+
[key: string]: any;
|
225
|
+
}>[]) | undefined;
|
389
226
|
}>;
|
390
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
391
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
227
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
228
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
392
229
|
$emit: (event: "update:modelValue", value: boolean) => void;
|
393
230
|
$el: any;
|
394
231
|
$options: vue.ComponentOptionsBase<{
|
@@ -396,99 +233,9 @@ declare const VDialog: {
|
|
396
233
|
location: Anchor;
|
397
234
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
398
235
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
399
|
-
component?:
|
236
|
+
component?: Component | undefined;
|
400
237
|
})> | {
|
401
|
-
component:
|
402
|
-
new (...args: any[]): {
|
403
|
-
$: vue.ComponentInternalInstance;
|
404
|
-
$data: {};
|
405
|
-
$props: Partial<{}> & Omit<{} & {
|
406
|
-
target?: HTMLElement | undefined;
|
407
|
-
} & {
|
408
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
409
|
-
default?: (() => vue.VNodeChild) | undefined;
|
410
|
-
};
|
411
|
-
'v-slots'?: {
|
412
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
413
|
-
} | undefined;
|
414
|
-
} & {
|
415
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
416
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
417
|
-
$attrs: {
|
418
|
-
[x: string]: unknown;
|
419
|
-
};
|
420
|
-
$refs: {
|
421
|
-
[x: string]: unknown;
|
422
|
-
};
|
423
|
-
$slots: Readonly<{
|
424
|
-
[name: string]: vue.Slot | undefined;
|
425
|
-
}>;
|
426
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
427
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
428
|
-
$emit: (event: string, ...args: any[]) => void;
|
429
|
-
$el: any;
|
430
|
-
$options: vue.ComponentOptionsBase<{} & {
|
431
|
-
target?: HTMLElement | undefined;
|
432
|
-
} & {
|
433
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
434
|
-
default?: (() => vue.VNodeChild) | undefined;
|
435
|
-
};
|
436
|
-
'v-slots'?: {
|
437
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
438
|
-
} | undefined;
|
439
|
-
} & {
|
440
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
441
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
442
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
443
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
444
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
445
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
446
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
447
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
448
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
449
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
450
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
451
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
452
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
453
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
454
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
455
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
456
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
457
|
-
};
|
458
|
-
$forceUpdate: () => void;
|
459
|
-
$nextTick: typeof nextTick;
|
460
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
461
|
-
} & {} & {
|
462
|
-
target?: HTMLElement | undefined;
|
463
|
-
} & {
|
464
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
465
|
-
default?: (() => vue.VNodeChild) | undefined;
|
466
|
-
};
|
467
|
-
'v-slots'?: {
|
468
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
469
|
-
} | undefined;
|
470
|
-
} & {
|
471
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
472
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
473
|
-
__isFragment?: undefined;
|
474
|
-
__isTeleport?: undefined;
|
475
|
-
__isSuspense?: undefined;
|
476
|
-
} & vue.ComponentOptionsBase<{} & {
|
477
|
-
target?: HTMLElement | undefined;
|
478
|
-
} & {
|
479
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
480
|
-
default?: (() => vue.VNodeChild) | undefined;
|
481
|
-
};
|
482
|
-
'v-slots'?: {
|
483
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
484
|
-
} | undefined;
|
485
|
-
} & {
|
486
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
487
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
488
|
-
target: vue.PropType<HTMLElement>;
|
489
|
-
}, vue.ExtractPropTypes<{
|
490
|
-
target: vue.PropType<HTMLElement>;
|
491
|
-
}>>;
|
238
|
+
component: Component;
|
492
239
|
};
|
493
240
|
zIndex: NonNullable<string | number>;
|
494
241
|
style: vue.StyleValue;
|
@@ -498,18 +245,18 @@ declare const VDialog: {
|
|
498
245
|
activatorProps: Record<string, any>;
|
499
246
|
openOnHover: boolean;
|
500
247
|
closeOnContentClick: boolean;
|
501
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
248
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
502
249
|
updateLocation: (e: Event) => void;
|
503
250
|
} | undefined);
|
504
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
251
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
505
252
|
closeOnBack: boolean;
|
506
253
|
contained: boolean;
|
507
254
|
noClickAnimation: boolean;
|
508
255
|
persistent: boolean;
|
509
256
|
scrim: string | boolean;
|
510
257
|
fullscreen: boolean;
|
511
|
-
scrollable: boolean;
|
512
258
|
retainFocus: boolean;
|
259
|
+
scrollable: boolean;
|
513
260
|
} & {
|
514
261
|
offset?: string | number | number[] | undefined;
|
515
262
|
height?: string | number | undefined;
|
@@ -562,60 +309,35 @@ declare const VDialog: {
|
|
562
309
|
}, Omit<Omit<{
|
563
310
|
$: vue.ComponentInternalInstance;
|
564
311
|
$data: {};
|
565
|
-
$props:
|
566
|
-
absolute
|
567
|
-
location
|
568
|
-
origin
|
569
|
-
transition
|
570
|
-
component?:
|
571
|
-
});
|
572
|
-
zIndex
|
573
|
-
style
|
574
|
-
eager
|
575
|
-
disabled
|
576
|
-
modelValue
|
577
|
-
activatorProps
|
578
|
-
openOnClick
|
579
|
-
openOnHover
|
580
|
-
openOnFocus
|
581
|
-
closeOnContentClick
|
582
|
-
locationStrategy
|
583
|
-
updateLocation: (e: Event) => void;
|
584
|
-
} | undefined);
|
585
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
586
|
-
closeOnBack: boolean;
|
587
|
-
contained: boolean;
|
588
|
-
noClickAnimation: boolean;
|
589
|
-
persistent: boolean;
|
590
|
-
scrim: string | boolean;
|
591
|
-
_disableGlobalStack: boolean;
|
592
|
-
}> & Omit<{
|
593
|
-
absolute: boolean;
|
594
|
-
location: Anchor;
|
595
|
-
origin: "auto" | Anchor | "overlap";
|
596
|
-
transition: string | boolean | (vue.TransitionProps & {
|
597
|
-
component?: vue.Component | undefined;
|
598
|
-
});
|
599
|
-
zIndex: string | number;
|
600
|
-
style: vue.StyleValue;
|
601
|
-
eager: boolean;
|
602
|
-
disabled: boolean;
|
603
|
-
modelValue: boolean;
|
604
|
-
activatorProps: Record<string, any>;
|
605
|
-
openOnHover: boolean;
|
606
|
-
closeOnContentClick: boolean;
|
607
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
312
|
+
$props: {
|
313
|
+
absolute?: boolean | undefined;
|
314
|
+
location?: Anchor | undefined;
|
315
|
+
origin?: "auto" | Anchor | "overlap" | undefined;
|
316
|
+
transition?: string | boolean | (vue.TransitionProps & {
|
317
|
+
component?: Component | undefined;
|
318
|
+
}) | undefined;
|
319
|
+
zIndex?: string | number | undefined;
|
320
|
+
style?: vue.StyleValue | undefined;
|
321
|
+
eager?: boolean | undefined;
|
322
|
+
disabled?: boolean | undefined;
|
323
|
+
modelValue?: boolean | undefined;
|
324
|
+
activatorProps?: Record<string, any> | undefined;
|
325
|
+
openOnClick?: boolean | undefined;
|
326
|
+
openOnHover?: boolean | undefined;
|
327
|
+
openOnFocus?: boolean | undefined;
|
328
|
+
closeOnContentClick?: boolean | undefined;
|
329
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
608
330
|
updateLocation: (e: Event) => void;
|
609
|
-
} | undefined);
|
610
|
-
scrollStrategy
|
611
|
-
closeOnBack
|
612
|
-
contained
|
613
|
-
noClickAnimation
|
614
|
-
persistent
|
615
|
-
scrim
|
616
|
-
_disableGlobalStack
|
617
|
-
} & {
|
331
|
+
} | undefined) | undefined;
|
332
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
333
|
+
closeOnBack?: boolean | undefined;
|
334
|
+
contained?: boolean | undefined;
|
335
|
+
noClickAnimation?: boolean | undefined;
|
336
|
+
persistent?: boolean | undefined;
|
337
|
+
scrim?: string | boolean | undefined;
|
338
|
+
_disableGlobalStack?: boolean | undefined;
|
618
339
|
offset?: string | number | number[] | undefined;
|
340
|
+
key?: string | number | symbol | undefined;
|
619
341
|
height?: string | number | undefined;
|
620
342
|
width?: string | number | undefined;
|
621
343
|
maxHeight?: string | number | undefined;
|
@@ -623,16 +345,7 @@ declare const VDialog: {
|
|
623
345
|
minHeight?: string | number | undefined;
|
624
346
|
minWidth?: string | number | undefined;
|
625
347
|
class?: any;
|
626
|
-
|
627
|
-
contentClass?: any;
|
628
|
-
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
629
|
-
closeDelay?: string | number | undefined;
|
630
|
-
openDelay?: string | number | undefined;
|
631
|
-
openOnClick?: boolean | undefined;
|
632
|
-
openOnFocus?: boolean | undefined;
|
633
|
-
contentProps?: any;
|
634
|
-
attach?: string | boolean | Element | undefined;
|
635
|
-
} & {
|
348
|
+
onAfterLeave?: (() => any) | undefined;
|
636
349
|
$children?: vue.VNodeChild | {
|
637
350
|
default?: ((args_0: {
|
638
351
|
isActive: vue.Ref<boolean>;
|
@@ -644,6 +357,13 @@ declare const VDialog: {
|
|
644
357
|
} | ((args_0: {
|
645
358
|
isActive: vue.Ref<boolean>;
|
646
359
|
}) => vue.VNodeChild);
|
360
|
+
ref?: vue.VNodeRef | undefined;
|
361
|
+
ref_for?: boolean | undefined;
|
362
|
+
ref_key?: string | undefined;
|
363
|
+
theme?: string | undefined;
|
364
|
+
"v-slot:default"?: false | ((args_0: {
|
365
|
+
isActive: vue.Ref<boolean>;
|
366
|
+
}) => vue.VNodeChild) | undefined;
|
647
367
|
'v-slots'?: {
|
648
368
|
default?: false | ((args_0: {
|
649
369
|
isActive: vue.Ref<boolean>;
|
@@ -653,19 +373,57 @@ declare const VDialog: {
|
|
653
373
|
props: Record<string, any>;
|
654
374
|
}) => vue.VNodeChild) | undefined;
|
655
375
|
} | undefined;
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
}) =>
|
376
|
+
contentClass?: any;
|
377
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
378
|
+
[key: string]: any;
|
379
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
380
|
+
[key: string]: any;
|
381
|
+
}>) => void)[] | undefined;
|
382
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
383
|
+
[key: string]: any;
|
384
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
385
|
+
[key: string]: any;
|
386
|
+
}>) => void)[] | undefined;
|
387
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
388
|
+
[key: string]: any;
|
389
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
390
|
+
[key: string]: any;
|
391
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
392
|
+
[key: string]: any;
|
393
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
394
|
+
[key: string]: any;
|
395
|
+
}>) => void)[] | undefined;
|
396
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
397
|
+
[key: string]: any;
|
398
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
399
|
+
[key: string]: any;
|
400
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
401
|
+
[key: string]: any;
|
402
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
403
|
+
[key: string]: any;
|
404
|
+
}>) => void)[] | undefined;
|
405
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
406
|
+
[key: string]: any;
|
407
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
408
|
+
[key: string]: any;
|
409
|
+
}>) => void)[] | undefined;
|
410
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
411
|
+
[key: string]: any;
|
412
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
413
|
+
[key: string]: any;
|
414
|
+
}>) => void)[] | undefined;
|
415
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
416
|
+
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
660
417
|
"v-slot:activator"?: false | ((args_0: {
|
661
418
|
isActive: boolean;
|
662
419
|
props: Record<string, any>;
|
663
420
|
}) => vue.VNodeChild) | undefined;
|
664
|
-
|
665
|
-
|
666
|
-
|
421
|
+
closeDelay?: string | number | undefined;
|
422
|
+
openDelay?: string | number | undefined;
|
423
|
+
contentProps?: any;
|
424
|
+
attach?: string | boolean | Element | undefined;
|
667
425
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
668
|
-
}
|
426
|
+
};
|
669
427
|
$attrs: {
|
670
428
|
[x: string]: unknown;
|
671
429
|
};
|
@@ -673,10 +431,20 @@ declare const VDialog: {
|
|
673
431
|
[x: string]: unknown;
|
674
432
|
};
|
675
433
|
$slots: Readonly<{
|
676
|
-
|
434
|
+
default?: ((args_0: {
|
435
|
+
isActive: vue.Ref<boolean>;
|
436
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
437
|
+
[key: string]: any;
|
438
|
+
}>[]) | undefined;
|
439
|
+
activator?: ((args_0: {
|
440
|
+
isActive: boolean;
|
441
|
+
props: Record<string, any>;
|
442
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
443
|
+
[key: string]: any;
|
444
|
+
}>[]) | undefined;
|
677
445
|
}>;
|
678
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
679
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
446
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
447
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
680
448
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
|
681
449
|
$el: any;
|
682
450
|
$options: vue.ComponentOptionsBase<{
|
@@ -684,7 +452,7 @@ declare const VDialog: {
|
|
684
452
|
location: Anchor;
|
685
453
|
origin: "auto" | Anchor | "overlap";
|
686
454
|
transition: string | boolean | (vue.TransitionProps & {
|
687
|
-
component?:
|
455
|
+
component?: Component | undefined;
|
688
456
|
});
|
689
457
|
zIndex: string | number;
|
690
458
|
style: vue.StyleValue;
|
@@ -694,10 +462,10 @@ declare const VDialog: {
|
|
694
462
|
activatorProps: Record<string, any>;
|
695
463
|
openOnHover: boolean;
|
696
464
|
closeOnContentClick: boolean;
|
697
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
465
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
698
466
|
updateLocation: (e: Event) => void;
|
699
467
|
} | undefined);
|
700
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
468
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
701
469
|
closeOnBack: boolean;
|
702
470
|
contained: boolean;
|
703
471
|
noClickAnimation: boolean;
|
@@ -771,7 +539,7 @@ declare const VDialog: {
|
|
771
539
|
location: Anchor;
|
772
540
|
origin: "auto" | Anchor | "overlap";
|
773
541
|
transition: string | boolean | (vue.TransitionProps & {
|
774
|
-
component?:
|
542
|
+
component?: Component | undefined;
|
775
543
|
});
|
776
544
|
zIndex: string | number;
|
777
545
|
style: vue.StyleValue;
|
@@ -783,17 +551,29 @@ declare const VDialog: {
|
|
783
551
|
openOnHover: boolean;
|
784
552
|
openOnFocus: boolean;
|
785
553
|
closeOnContentClick: boolean;
|
786
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
554
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
787
555
|
updateLocation: (e: Event) => void;
|
788
556
|
} | undefined);
|
789
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
557
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
790
558
|
closeOnBack: boolean;
|
791
559
|
contained: boolean;
|
792
560
|
noClickAnimation: boolean;
|
793
561
|
persistent: boolean;
|
794
562
|
scrim: string | boolean;
|
795
563
|
_disableGlobalStack: boolean;
|
796
|
-
}, {}, string
|
564
|
+
}, {}, string, vue.SlotsType<Partial<{
|
565
|
+
default: (args_0: {
|
566
|
+
isActive: vue.Ref<boolean>;
|
567
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
568
|
+
[key: string]: any;
|
569
|
+
}>[];
|
570
|
+
activator: (args_0: {
|
571
|
+
isActive: boolean;
|
572
|
+
props: Record<string, any>;
|
573
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
574
|
+
[key: string]: any;
|
575
|
+
}>[];
|
576
|
+
}>>> & {
|
797
577
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
798
578
|
created?: ((() => void) | (() => void)[]) | undefined;
|
799
579
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -808,7 +588,7 @@ declare const VDialog: {
|
|
808
588
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
809
589
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
810
590
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
811
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
591
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
812
592
|
};
|
813
593
|
$forceUpdate: () => void;
|
814
594
|
$nextTick: typeof nextTick;
|
@@ -818,7 +598,7 @@ declare const VDialog: {
|
|
818
598
|
location: Anchor;
|
819
599
|
origin: "auto" | Anchor | "overlap";
|
820
600
|
transition: string | boolean | (vue.TransitionProps & {
|
821
|
-
component?:
|
601
|
+
component?: Component | undefined;
|
822
602
|
});
|
823
603
|
zIndex: string | number;
|
824
604
|
style: vue.StyleValue;
|
@@ -828,10 +608,10 @@ declare const VDialog: {
|
|
828
608
|
activatorProps: Record<string, any>;
|
829
609
|
openOnHover: boolean;
|
830
610
|
closeOnContentClick: boolean;
|
831
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
611
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
832
612
|
updateLocation: (e: Event) => void;
|
833
613
|
} | undefined);
|
834
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
614
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
835
615
|
closeOnBack: boolean;
|
836
616
|
contained: boolean;
|
837
617
|
noClickAnimation: boolean;
|
@@ -896,106 +676,16 @@ declare const VDialog: {
|
|
896
676
|
globalTop: Readonly<vue.Ref<boolean>>;
|
897
677
|
localTop: vue.ComputedRef<boolean>;
|
898
678
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
899
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "
|
679
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
900
680
|
'update:modelValue': (value: boolean) => boolean;
|
901
681
|
}, string, {
|
902
682
|
absolute: boolean;
|
903
683
|
location: Anchor;
|
904
684
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
905
685
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
906
|
-
component?:
|
686
|
+
component?: Component | undefined;
|
907
687
|
})> | {
|
908
|
-
component:
|
909
|
-
new (...args: any[]): {
|
910
|
-
$: vue.ComponentInternalInstance;
|
911
|
-
$data: {};
|
912
|
-
$props: Partial<{}> & Omit<{} & {
|
913
|
-
target?: HTMLElement | undefined;
|
914
|
-
} & {
|
915
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
916
|
-
default?: (() => vue.VNodeChild) | undefined;
|
917
|
-
};
|
918
|
-
'v-slots'?: {
|
919
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
920
|
-
} | undefined;
|
921
|
-
} & {
|
922
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
923
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
924
|
-
$attrs: {
|
925
|
-
[x: string]: unknown;
|
926
|
-
};
|
927
|
-
$refs: {
|
928
|
-
[x: string]: unknown;
|
929
|
-
};
|
930
|
-
$slots: Readonly<{
|
931
|
-
[name: string]: vue.Slot | undefined;
|
932
|
-
}>;
|
933
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
934
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
935
|
-
$emit: (event: string, ...args: any[]) => void;
|
936
|
-
$el: any;
|
937
|
-
$options: vue.ComponentOptionsBase<{} & {
|
938
|
-
target?: HTMLElement | undefined;
|
939
|
-
} & {
|
940
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
941
|
-
default?: (() => vue.VNodeChild) | undefined;
|
942
|
-
};
|
943
|
-
'v-slots'?: {
|
944
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
945
|
-
} | undefined;
|
946
|
-
} & {
|
947
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
948
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
949
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
950
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
951
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
952
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
953
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
954
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
955
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
956
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
957
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
958
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
959
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
960
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
961
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
962
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
963
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
964
|
-
};
|
965
|
-
$forceUpdate: () => void;
|
966
|
-
$nextTick: typeof nextTick;
|
967
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
968
|
-
} & {} & {
|
969
|
-
target?: HTMLElement | undefined;
|
970
|
-
} & {
|
971
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
972
|
-
default?: (() => vue.VNodeChild) | undefined;
|
973
|
-
};
|
974
|
-
'v-slots'?: {
|
975
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
976
|
-
} | undefined;
|
977
|
-
} & {
|
978
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
979
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
980
|
-
__isFragment?: undefined;
|
981
|
-
__isTeleport?: undefined;
|
982
|
-
__isSuspense?: undefined;
|
983
|
-
} & vue.ComponentOptionsBase<{} & {
|
984
|
-
target?: HTMLElement | undefined;
|
985
|
-
} & {
|
986
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
987
|
-
default?: (() => vue.VNodeChild) | undefined;
|
988
|
-
};
|
989
|
-
'v-slots'?: {
|
990
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
991
|
-
} | undefined;
|
992
|
-
} & {
|
993
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
994
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
995
|
-
target: vue.PropType<HTMLElement>;
|
996
|
-
}, vue.ExtractPropTypes<{
|
997
|
-
target: vue.PropType<HTMLElement>;
|
998
|
-
}>>;
|
688
|
+
component: Component;
|
999
689
|
};
|
1000
690
|
zIndex: NonNullable<string | number>;
|
1001
691
|
style: vue.StyleValue;
|
@@ -1007,19 +697,31 @@ declare const VDialog: {
|
|
1007
697
|
openOnHover: boolean;
|
1008
698
|
openOnFocus: boolean;
|
1009
699
|
closeOnContentClick: boolean;
|
1010
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
700
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1011
701
|
updateLocation: (e: Event) => void;
|
1012
702
|
} | undefined);
|
1013
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
703
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1014
704
|
closeOnBack: boolean;
|
1015
705
|
contained: boolean;
|
1016
706
|
noClickAnimation: boolean;
|
1017
707
|
persistent: boolean;
|
1018
708
|
scrim: string | boolean;
|
1019
709
|
fullscreen: boolean;
|
1020
|
-
scrollable: boolean;
|
1021
710
|
retainFocus: boolean;
|
1022
|
-
|
711
|
+
scrollable: boolean;
|
712
|
+
}, {}, string, vue.SlotsType<Partial<{
|
713
|
+
default: (args_0: {
|
714
|
+
isActive: vue.Ref<boolean>;
|
715
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
716
|
+
[key: string]: any;
|
717
|
+
}>[];
|
718
|
+
activator: (args_0: {
|
719
|
+
isActive: boolean;
|
720
|
+
props: Record<string, any>;
|
721
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
722
|
+
[key: string]: any;
|
723
|
+
}>[];
|
724
|
+
}>>> & {
|
1023
725
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1024
726
|
created?: ((() => void) | (() => void)[]) | undefined;
|
1025
727
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1034,7 +736,7 @@ declare const VDialog: {
|
|
1034
736
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1035
737
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1036
738
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1037
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
739
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1038
740
|
};
|
1039
741
|
$forceUpdate: () => void;
|
1040
742
|
$nextTick: typeof nextTick;
|
@@ -1044,99 +746,9 @@ declare const VDialog: {
|
|
1044
746
|
location: Anchor;
|
1045
747
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1046
748
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1047
|
-
component?:
|
749
|
+
component?: Component | undefined;
|
1048
750
|
})> | {
|
1049
|
-
component:
|
1050
|
-
new (...args: any[]): {
|
1051
|
-
$: vue.ComponentInternalInstance;
|
1052
|
-
$data: {};
|
1053
|
-
$props: Partial<{}> & Omit<{} & {
|
1054
|
-
target?: HTMLElement | undefined;
|
1055
|
-
} & {
|
1056
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1057
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1058
|
-
};
|
1059
|
-
'v-slots'?: {
|
1060
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1061
|
-
} | undefined;
|
1062
|
-
} & {
|
1063
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1064
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
1065
|
-
$attrs: {
|
1066
|
-
[x: string]: unknown;
|
1067
|
-
};
|
1068
|
-
$refs: {
|
1069
|
-
[x: string]: unknown;
|
1070
|
-
};
|
1071
|
-
$slots: Readonly<{
|
1072
|
-
[name: string]: vue.Slot | undefined;
|
1073
|
-
}>;
|
1074
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1075
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1076
|
-
$emit: (event: string, ...args: any[]) => void;
|
1077
|
-
$el: any;
|
1078
|
-
$options: vue.ComponentOptionsBase<{} & {
|
1079
|
-
target?: HTMLElement | undefined;
|
1080
|
-
} & {
|
1081
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1082
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1083
|
-
};
|
1084
|
-
'v-slots'?: {
|
1085
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1086
|
-
} | undefined;
|
1087
|
-
} & {
|
1088
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1089
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
1090
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1091
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
1092
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
1093
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
1094
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
1095
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
1096
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
1097
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
1098
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
1099
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
1100
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
1101
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1102
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1103
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1104
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1105
|
-
};
|
1106
|
-
$forceUpdate: () => void;
|
1107
|
-
$nextTick: typeof nextTick;
|
1108
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1109
|
-
} & {} & {
|
1110
|
-
target?: HTMLElement | undefined;
|
1111
|
-
} & {
|
1112
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1113
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1114
|
-
};
|
1115
|
-
'v-slots'?: {
|
1116
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1117
|
-
} | undefined;
|
1118
|
-
} & {
|
1119
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1120
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
1121
|
-
__isFragment?: undefined;
|
1122
|
-
__isTeleport?: undefined;
|
1123
|
-
__isSuspense?: undefined;
|
1124
|
-
} & vue.ComponentOptionsBase<{} & {
|
1125
|
-
target?: HTMLElement | undefined;
|
1126
|
-
} & {
|
1127
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1128
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1129
|
-
};
|
1130
|
-
'v-slots'?: {
|
1131
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1132
|
-
} | undefined;
|
1133
|
-
} & {
|
1134
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1135
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1136
|
-
target: vue.PropType<HTMLElement>;
|
1137
|
-
}, vue.ExtractPropTypes<{
|
1138
|
-
target: vue.PropType<HTMLElement>;
|
1139
|
-
}>>;
|
751
|
+
component: Component;
|
1140
752
|
};
|
1141
753
|
zIndex: NonNullable<string | number>;
|
1142
754
|
style: vue.StyleValue;
|
@@ -1146,18 +758,18 @@ declare const VDialog: {
|
|
1146
758
|
activatorProps: Record<string, any>;
|
1147
759
|
openOnHover: boolean;
|
1148
760
|
closeOnContentClick: boolean;
|
1149
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
761
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1150
762
|
updateLocation: (e: Event) => void;
|
1151
763
|
} | undefined);
|
1152
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
764
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1153
765
|
closeOnBack: boolean;
|
1154
766
|
contained: boolean;
|
1155
767
|
noClickAnimation: boolean;
|
1156
768
|
persistent: boolean;
|
1157
769
|
scrim: string | boolean;
|
1158
770
|
fullscreen: boolean;
|
1159
|
-
scrollable: boolean;
|
1160
771
|
retainFocus: boolean;
|
772
|
+
scrollable: boolean;
|
1161
773
|
} & {
|
1162
774
|
offset?: string | number | number[] | undefined;
|
1163
775
|
height?: string | number | undefined;
|
@@ -1210,60 +822,35 @@ declare const VDialog: {
|
|
1210
822
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
1211
823
|
$: vue.ComponentInternalInstance;
|
1212
824
|
$data: {};
|
1213
|
-
$props:
|
1214
|
-
absolute
|
1215
|
-
location
|
1216
|
-
origin
|
1217
|
-
transition
|
1218
|
-
component?:
|
1219
|
-
});
|
1220
|
-
zIndex
|
1221
|
-
style
|
1222
|
-
eager
|
1223
|
-
disabled
|
1224
|
-
modelValue
|
1225
|
-
activatorProps
|
1226
|
-
openOnClick
|
1227
|
-
openOnHover
|
1228
|
-
openOnFocus
|
1229
|
-
closeOnContentClick
|
1230
|
-
locationStrategy
|
1231
|
-
updateLocation: (e: Event) => void;
|
1232
|
-
} | undefined);
|
1233
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1234
|
-
closeOnBack: boolean;
|
1235
|
-
contained: boolean;
|
1236
|
-
noClickAnimation: boolean;
|
1237
|
-
persistent: boolean;
|
1238
|
-
scrim: string | boolean;
|
1239
|
-
_disableGlobalStack: boolean;
|
1240
|
-
}> & Omit<{
|
1241
|
-
absolute: boolean;
|
1242
|
-
location: Anchor;
|
1243
|
-
origin: "auto" | Anchor | "overlap";
|
1244
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1245
|
-
component?: vue.Component | undefined;
|
1246
|
-
});
|
1247
|
-
zIndex: string | number;
|
1248
|
-
style: vue.StyleValue;
|
1249
|
-
eager: boolean;
|
1250
|
-
disabled: boolean;
|
1251
|
-
modelValue: boolean;
|
1252
|
-
activatorProps: Record<string, any>;
|
1253
|
-
openOnHover: boolean;
|
1254
|
-
closeOnContentClick: boolean;
|
1255
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
825
|
+
$props: {
|
826
|
+
absolute?: boolean | undefined;
|
827
|
+
location?: Anchor | undefined;
|
828
|
+
origin?: "auto" | Anchor | "overlap" | undefined;
|
829
|
+
transition?: string | boolean | (vue.TransitionProps & {
|
830
|
+
component?: Component | undefined;
|
831
|
+
}) | undefined;
|
832
|
+
zIndex?: string | number | undefined;
|
833
|
+
style?: vue.StyleValue | undefined;
|
834
|
+
eager?: boolean | undefined;
|
835
|
+
disabled?: boolean | undefined;
|
836
|
+
modelValue?: boolean | undefined;
|
837
|
+
activatorProps?: Record<string, any> | undefined;
|
838
|
+
openOnClick?: boolean | undefined;
|
839
|
+
openOnHover?: boolean | undefined;
|
840
|
+
openOnFocus?: boolean | undefined;
|
841
|
+
closeOnContentClick?: boolean | undefined;
|
842
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1256
843
|
updateLocation: (e: Event) => void;
|
1257
|
-
} | undefined);
|
1258
|
-
scrollStrategy
|
1259
|
-
closeOnBack
|
1260
|
-
contained
|
1261
|
-
noClickAnimation
|
1262
|
-
persistent
|
1263
|
-
scrim
|
1264
|
-
_disableGlobalStack
|
1265
|
-
} & {
|
844
|
+
} | undefined) | undefined;
|
845
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
846
|
+
closeOnBack?: boolean | undefined;
|
847
|
+
contained?: boolean | undefined;
|
848
|
+
noClickAnimation?: boolean | undefined;
|
849
|
+
persistent?: boolean | undefined;
|
850
|
+
scrim?: string | boolean | undefined;
|
851
|
+
_disableGlobalStack?: boolean | undefined;
|
1266
852
|
offset?: string | number | number[] | undefined;
|
853
|
+
key?: string | number | symbol | undefined;
|
1267
854
|
height?: string | number | undefined;
|
1268
855
|
width?: string | number | undefined;
|
1269
856
|
maxHeight?: string | number | undefined;
|
@@ -1271,16 +858,7 @@ declare const VDialog: {
|
|
1271
858
|
minHeight?: string | number | undefined;
|
1272
859
|
minWidth?: string | number | undefined;
|
1273
860
|
class?: any;
|
1274
|
-
|
1275
|
-
contentClass?: any;
|
1276
|
-
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
1277
|
-
closeDelay?: string | number | undefined;
|
1278
|
-
openDelay?: string | number | undefined;
|
1279
|
-
openOnClick?: boolean | undefined;
|
1280
|
-
openOnFocus?: boolean | undefined;
|
1281
|
-
contentProps?: any;
|
1282
|
-
attach?: string | boolean | Element | undefined;
|
1283
|
-
} & {
|
861
|
+
onAfterLeave?: (() => any) | undefined;
|
1284
862
|
$children?: vue.VNodeChild | {
|
1285
863
|
default?: ((args_0: {
|
1286
864
|
isActive: vue.Ref<boolean>;
|
@@ -1292,6 +870,13 @@ declare const VDialog: {
|
|
1292
870
|
} | ((args_0: {
|
1293
871
|
isActive: vue.Ref<boolean>;
|
1294
872
|
}) => vue.VNodeChild);
|
873
|
+
ref?: vue.VNodeRef | undefined;
|
874
|
+
ref_for?: boolean | undefined;
|
875
|
+
ref_key?: string | undefined;
|
876
|
+
theme?: string | undefined;
|
877
|
+
"v-slot:default"?: false | ((args_0: {
|
878
|
+
isActive: vue.Ref<boolean>;
|
879
|
+
}) => vue.VNodeChild) | undefined;
|
1295
880
|
'v-slots'?: {
|
1296
881
|
default?: false | ((args_0: {
|
1297
882
|
isActive: vue.Ref<boolean>;
|
@@ -1301,19 +886,57 @@ declare const VDialog: {
|
|
1301
886
|
props: Record<string, any>;
|
1302
887
|
}) => vue.VNodeChild) | undefined;
|
1303
888
|
} | undefined;
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
}) =>
|
889
|
+
contentClass?: any;
|
890
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
891
|
+
[key: string]: any;
|
892
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
893
|
+
[key: string]: any;
|
894
|
+
}>) => void)[] | undefined;
|
895
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
896
|
+
[key: string]: any;
|
897
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
898
|
+
[key: string]: any;
|
899
|
+
}>) => void)[] | undefined;
|
900
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
901
|
+
[key: string]: any;
|
902
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
903
|
+
[key: string]: any;
|
904
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
905
|
+
[key: string]: any;
|
906
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
907
|
+
[key: string]: any;
|
908
|
+
}>) => void)[] | undefined;
|
909
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
910
|
+
[key: string]: any;
|
911
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
912
|
+
[key: string]: any;
|
913
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
914
|
+
[key: string]: any;
|
915
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
916
|
+
[key: string]: any;
|
917
|
+
}>) => void)[] | undefined;
|
918
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
919
|
+
[key: string]: any;
|
920
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
921
|
+
[key: string]: any;
|
922
|
+
}>) => void)[] | undefined;
|
923
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
924
|
+
[key: string]: any;
|
925
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
926
|
+
[key: string]: any;
|
927
|
+
}>) => void)[] | undefined;
|
928
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
929
|
+
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
1308
930
|
"v-slot:activator"?: false | ((args_0: {
|
1309
931
|
isActive: boolean;
|
1310
932
|
props: Record<string, any>;
|
1311
933
|
}) => vue.VNodeChild) | undefined;
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
934
|
+
closeDelay?: string | number | undefined;
|
935
|
+
openDelay?: string | number | undefined;
|
936
|
+
contentProps?: any;
|
937
|
+
attach?: string | boolean | Element | undefined;
|
1315
938
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1316
|
-
}
|
939
|
+
};
|
1317
940
|
$attrs: {
|
1318
941
|
[x: string]: unknown;
|
1319
942
|
};
|
@@ -1321,10 +944,20 @@ declare const VDialog: {
|
|
1321
944
|
[x: string]: unknown;
|
1322
945
|
};
|
1323
946
|
$slots: Readonly<{
|
1324
|
-
|
947
|
+
default?: ((args_0: {
|
948
|
+
isActive: vue.Ref<boolean>;
|
949
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
950
|
+
[key: string]: any;
|
951
|
+
}>[]) | undefined;
|
952
|
+
activator?: ((args_0: {
|
953
|
+
isActive: boolean;
|
954
|
+
props: Record<string, any>;
|
955
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
956
|
+
[key: string]: any;
|
957
|
+
}>[]) | undefined;
|
1325
958
|
}>;
|
1326
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1327
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
959
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
960
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
1328
961
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
|
1329
962
|
$el: any;
|
1330
963
|
$options: vue.ComponentOptionsBase<{
|
@@ -1332,7 +965,7 @@ declare const VDialog: {
|
|
1332
965
|
location: Anchor;
|
1333
966
|
origin: "auto" | Anchor | "overlap";
|
1334
967
|
transition: string | boolean | (vue.TransitionProps & {
|
1335
|
-
component?:
|
968
|
+
component?: Component | undefined;
|
1336
969
|
});
|
1337
970
|
zIndex: string | number;
|
1338
971
|
style: vue.StyleValue;
|
@@ -1342,10 +975,10 @@ declare const VDialog: {
|
|
1342
975
|
activatorProps: Record<string, any>;
|
1343
976
|
openOnHover: boolean;
|
1344
977
|
closeOnContentClick: boolean;
|
1345
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
978
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1346
979
|
updateLocation: (e: Event) => void;
|
1347
980
|
} | undefined);
|
1348
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
981
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1349
982
|
closeOnBack: boolean;
|
1350
983
|
contained: boolean;
|
1351
984
|
noClickAnimation: boolean;
|
@@ -1419,7 +1052,7 @@ declare const VDialog: {
|
|
1419
1052
|
location: Anchor;
|
1420
1053
|
origin: "auto" | Anchor | "overlap";
|
1421
1054
|
transition: string | boolean | (vue.TransitionProps & {
|
1422
|
-
component?:
|
1055
|
+
component?: Component | undefined;
|
1423
1056
|
});
|
1424
1057
|
zIndex: string | number;
|
1425
1058
|
style: vue.StyleValue;
|
@@ -1431,17 +1064,29 @@ declare const VDialog: {
|
|
1431
1064
|
openOnHover: boolean;
|
1432
1065
|
openOnFocus: boolean;
|
1433
1066
|
closeOnContentClick: boolean;
|
1434
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1067
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1435
1068
|
updateLocation: (e: Event) => void;
|
1436
1069
|
} | undefined);
|
1437
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1070
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1438
1071
|
closeOnBack: boolean;
|
1439
1072
|
contained: boolean;
|
1440
1073
|
noClickAnimation: boolean;
|
1441
1074
|
persistent: boolean;
|
1442
1075
|
scrim: string | boolean;
|
1443
1076
|
_disableGlobalStack: boolean;
|
1444
|
-
}, {}, string
|
1077
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1078
|
+
default: (args_0: {
|
1079
|
+
isActive: vue.Ref<boolean>;
|
1080
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1081
|
+
[key: string]: any;
|
1082
|
+
}>[];
|
1083
|
+
activator: (args_0: {
|
1084
|
+
isActive: boolean;
|
1085
|
+
props: Record<string, any>;
|
1086
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1087
|
+
[key: string]: any;
|
1088
|
+
}>[];
|
1089
|
+
}>>> & {
|
1445
1090
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1446
1091
|
created?: ((() => void) | (() => void)[]) | undefined;
|
1447
1092
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1456,7 +1101,7 @@ declare const VDialog: {
|
|
1456
1101
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1457
1102
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1458
1103
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1459
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1104
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1460
1105
|
};
|
1461
1106
|
$forceUpdate: () => void;
|
1462
1107
|
$nextTick: typeof nextTick;
|
@@ -1466,7 +1111,7 @@ declare const VDialog: {
|
|
1466
1111
|
location: Anchor;
|
1467
1112
|
origin: "auto" | Anchor | "overlap";
|
1468
1113
|
transition: string | boolean | (vue.TransitionProps & {
|
1469
|
-
component?:
|
1114
|
+
component?: Component | undefined;
|
1470
1115
|
});
|
1471
1116
|
zIndex: string | number;
|
1472
1117
|
style: vue.StyleValue;
|
@@ -1476,10 +1121,10 @@ declare const VDialog: {
|
|
1476
1121
|
activatorProps: Record<string, any>;
|
1477
1122
|
openOnHover: boolean;
|
1478
1123
|
closeOnContentClick: boolean;
|
1479
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1124
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1480
1125
|
updateLocation: (e: Event) => void;
|
1481
1126
|
} | undefined);
|
1482
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1127
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1483
1128
|
closeOnBack: boolean;
|
1484
1129
|
contained: boolean;
|
1485
1130
|
noClickAnimation: boolean;
|
@@ -1544,7 +1189,7 @@ declare const VDialog: {
|
|
1544
1189
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1545
1190
|
localTop: vue.ComputedRef<boolean>;
|
1546
1191
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1547
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "
|
1192
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1548
1193
|
__isFragment?: undefined;
|
1549
1194
|
__isTeleport?: undefined;
|
1550
1195
|
__isSuspense?: undefined;
|
@@ -1553,99 +1198,9 @@ declare const VDialog: {
|
|
1553
1198
|
location: Anchor;
|
1554
1199
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1555
1200
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1556
|
-
component?:
|
1201
|
+
component?: Component | undefined;
|
1557
1202
|
})> | {
|
1558
|
-
component:
|
1559
|
-
new (...args: any[]): {
|
1560
|
-
$: vue.ComponentInternalInstance;
|
1561
|
-
$data: {};
|
1562
|
-
$props: Partial<{}> & Omit<{} & {
|
1563
|
-
target?: HTMLElement | undefined;
|
1564
|
-
} & {
|
1565
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1566
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1567
|
-
};
|
1568
|
-
'v-slots'?: {
|
1569
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1570
|
-
} | undefined;
|
1571
|
-
} & {
|
1572
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1573
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
1574
|
-
$attrs: {
|
1575
|
-
[x: string]: unknown;
|
1576
|
-
};
|
1577
|
-
$refs: {
|
1578
|
-
[x: string]: unknown;
|
1579
|
-
};
|
1580
|
-
$slots: Readonly<{
|
1581
|
-
[name: string]: vue.Slot | undefined;
|
1582
|
-
}>;
|
1583
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1584
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1585
|
-
$emit: (event: string, ...args: any[]) => void;
|
1586
|
-
$el: any;
|
1587
|
-
$options: vue.ComponentOptionsBase<{} & {
|
1588
|
-
target?: HTMLElement | undefined;
|
1589
|
-
} & {
|
1590
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1591
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1592
|
-
};
|
1593
|
-
'v-slots'?: {
|
1594
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1595
|
-
} | undefined;
|
1596
|
-
} & {
|
1597
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1598
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
1599
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1600
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
1601
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
1602
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
1603
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
1604
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
1605
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
1606
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
1607
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
1608
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
1609
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
1610
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1611
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1612
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1613
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1614
|
-
};
|
1615
|
-
$forceUpdate: () => void;
|
1616
|
-
$nextTick: typeof nextTick;
|
1617
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1618
|
-
} & {} & {
|
1619
|
-
target?: HTMLElement | undefined;
|
1620
|
-
} & {
|
1621
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1622
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1623
|
-
};
|
1624
|
-
'v-slots'?: {
|
1625
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1626
|
-
} | undefined;
|
1627
|
-
} & {
|
1628
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1629
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
1630
|
-
__isFragment?: undefined;
|
1631
|
-
__isTeleport?: undefined;
|
1632
|
-
__isSuspense?: undefined;
|
1633
|
-
} & vue.ComponentOptionsBase<{} & {
|
1634
|
-
target?: HTMLElement | undefined;
|
1635
|
-
} & {
|
1636
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1637
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1638
|
-
};
|
1639
|
-
'v-slots'?: {
|
1640
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1641
|
-
} | undefined;
|
1642
|
-
} & {
|
1643
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1644
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1645
|
-
target: vue.PropType<HTMLElement>;
|
1646
|
-
}, vue.ExtractPropTypes<{
|
1647
|
-
target: vue.PropType<HTMLElement>;
|
1648
|
-
}>>;
|
1203
|
+
component: Component;
|
1649
1204
|
};
|
1650
1205
|
zIndex: NonNullable<string | number>;
|
1651
1206
|
style: vue.StyleValue;
|
@@ -1655,18 +1210,18 @@ declare const VDialog: {
|
|
1655
1210
|
activatorProps: Record<string, any>;
|
1656
1211
|
openOnHover: boolean;
|
1657
1212
|
closeOnContentClick: boolean;
|
1658
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1213
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1659
1214
|
updateLocation: (e: Event) => void;
|
1660
1215
|
} | undefined);
|
1661
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1216
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
1662
1217
|
closeOnBack: boolean;
|
1663
1218
|
contained: boolean;
|
1664
1219
|
noClickAnimation: boolean;
|
1665
1220
|
persistent: boolean;
|
1666
1221
|
scrim: string | boolean;
|
1667
1222
|
fullscreen: boolean;
|
1668
|
-
scrollable: boolean;
|
1669
1223
|
retainFocus: boolean;
|
1224
|
+
scrollable: boolean;
|
1670
1225
|
} & {
|
1671
1226
|
offset?: string | number | number[] | undefined;
|
1672
1227
|
height?: string | number | undefined;
|
@@ -1719,60 +1274,35 @@ declare const VDialog: {
|
|
1719
1274
|
}, Omit<Omit<{
|
1720
1275
|
$: vue.ComponentInternalInstance;
|
1721
1276
|
$data: {};
|
1722
|
-
$props:
|
1723
|
-
absolute
|
1724
|
-
location
|
1725
|
-
origin
|
1726
|
-
transition
|
1727
|
-
component?:
|
1728
|
-
});
|
1729
|
-
zIndex
|
1730
|
-
style
|
1731
|
-
eager
|
1732
|
-
disabled
|
1733
|
-
modelValue
|
1734
|
-
activatorProps
|
1735
|
-
openOnClick
|
1736
|
-
openOnHover
|
1737
|
-
openOnFocus
|
1738
|
-
closeOnContentClick
|
1739
|
-
locationStrategy
|
1740
|
-
updateLocation: (e: Event) => void;
|
1741
|
-
} | undefined);
|
1742
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1743
|
-
closeOnBack: boolean;
|
1744
|
-
contained: boolean;
|
1745
|
-
noClickAnimation: boolean;
|
1746
|
-
persistent: boolean;
|
1747
|
-
scrim: string | boolean;
|
1748
|
-
_disableGlobalStack: boolean;
|
1749
|
-
}> & Omit<{
|
1750
|
-
absolute: boolean;
|
1751
|
-
location: Anchor;
|
1752
|
-
origin: "auto" | Anchor | "overlap";
|
1753
|
-
transition: string | boolean | (vue.TransitionProps & {
|
1754
|
-
component?: vue.Component | undefined;
|
1755
|
-
});
|
1756
|
-
zIndex: string | number;
|
1757
|
-
style: vue.StyleValue;
|
1758
|
-
eager: boolean;
|
1759
|
-
disabled: boolean;
|
1760
|
-
modelValue: boolean;
|
1761
|
-
activatorProps: Record<string, any>;
|
1762
|
-
openOnHover: boolean;
|
1763
|
-
closeOnContentClick: boolean;
|
1764
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1277
|
+
$props: {
|
1278
|
+
absolute?: boolean | undefined;
|
1279
|
+
location?: Anchor | undefined;
|
1280
|
+
origin?: "auto" | Anchor | "overlap" | undefined;
|
1281
|
+
transition?: string | boolean | (vue.TransitionProps & {
|
1282
|
+
component?: Component | undefined;
|
1283
|
+
}) | undefined;
|
1284
|
+
zIndex?: string | number | undefined;
|
1285
|
+
style?: vue.StyleValue | undefined;
|
1286
|
+
eager?: boolean | undefined;
|
1287
|
+
disabled?: boolean | undefined;
|
1288
|
+
modelValue?: boolean | undefined;
|
1289
|
+
activatorProps?: Record<string, any> | undefined;
|
1290
|
+
openOnClick?: boolean | undefined;
|
1291
|
+
openOnHover?: boolean | undefined;
|
1292
|
+
openOnFocus?: boolean | undefined;
|
1293
|
+
closeOnContentClick?: boolean | undefined;
|
1294
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1765
1295
|
updateLocation: (e: Event) => void;
|
1766
|
-
} | undefined);
|
1767
|
-
scrollStrategy
|
1768
|
-
closeOnBack
|
1769
|
-
contained
|
1770
|
-
noClickAnimation
|
1771
|
-
persistent
|
1772
|
-
scrim
|
1773
|
-
_disableGlobalStack
|
1774
|
-
} & {
|
1296
|
+
} | undefined) | undefined;
|
1297
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
1298
|
+
closeOnBack?: boolean | undefined;
|
1299
|
+
contained?: boolean | undefined;
|
1300
|
+
noClickAnimation?: boolean | undefined;
|
1301
|
+
persistent?: boolean | undefined;
|
1302
|
+
scrim?: string | boolean | undefined;
|
1303
|
+
_disableGlobalStack?: boolean | undefined;
|
1775
1304
|
offset?: string | number | number[] | undefined;
|
1305
|
+
key?: string | number | symbol | undefined;
|
1776
1306
|
height?: string | number | undefined;
|
1777
1307
|
width?: string | number | undefined;
|
1778
1308
|
maxHeight?: string | number | undefined;
|
@@ -1780,16 +1310,7 @@ declare const VDialog: {
|
|
1780
1310
|
minHeight?: string | number | undefined;
|
1781
1311
|
minWidth?: string | number | undefined;
|
1782
1312
|
class?: any;
|
1783
|
-
|
1784
|
-
contentClass?: any;
|
1785
|
-
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
1786
|
-
closeDelay?: string | number | undefined;
|
1787
|
-
openDelay?: string | number | undefined;
|
1788
|
-
openOnClick?: boolean | undefined;
|
1789
|
-
openOnFocus?: boolean | undefined;
|
1790
|
-
contentProps?: any;
|
1791
|
-
attach?: string | boolean | Element | undefined;
|
1792
|
-
} & {
|
1313
|
+
onAfterLeave?: (() => any) | undefined;
|
1793
1314
|
$children?: vue.VNodeChild | {
|
1794
1315
|
default?: ((args_0: {
|
1795
1316
|
isActive: vue.Ref<boolean>;
|
@@ -1801,6 +1322,13 @@ declare const VDialog: {
|
|
1801
1322
|
} | ((args_0: {
|
1802
1323
|
isActive: vue.Ref<boolean>;
|
1803
1324
|
}) => vue.VNodeChild);
|
1325
|
+
ref?: vue.VNodeRef | undefined;
|
1326
|
+
ref_for?: boolean | undefined;
|
1327
|
+
ref_key?: string | undefined;
|
1328
|
+
theme?: string | undefined;
|
1329
|
+
"v-slot:default"?: false | ((args_0: {
|
1330
|
+
isActive: vue.Ref<boolean>;
|
1331
|
+
}) => vue.VNodeChild) | undefined;
|
1804
1332
|
'v-slots'?: {
|
1805
1333
|
default?: false | ((args_0: {
|
1806
1334
|
isActive: vue.Ref<boolean>;
|
@@ -1810,19 +1338,57 @@ declare const VDialog: {
|
|
1810
1338
|
props: Record<string, any>;
|
1811
1339
|
}) => vue.VNodeChild) | undefined;
|
1812
1340
|
} | undefined;
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
}) =>
|
1341
|
+
contentClass?: any;
|
1342
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1343
|
+
[key: string]: any;
|
1344
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1345
|
+
[key: string]: any;
|
1346
|
+
}>) => void)[] | undefined;
|
1347
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1348
|
+
[key: string]: any;
|
1349
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1350
|
+
[key: string]: any;
|
1351
|
+
}>) => void)[] | undefined;
|
1352
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1353
|
+
[key: string]: any;
|
1354
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1355
|
+
[key: string]: any;
|
1356
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1357
|
+
[key: string]: any;
|
1358
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1359
|
+
[key: string]: any;
|
1360
|
+
}>) => void)[] | undefined;
|
1361
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1362
|
+
[key: string]: any;
|
1363
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1364
|
+
[key: string]: any;
|
1365
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1366
|
+
[key: string]: any;
|
1367
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1368
|
+
[key: string]: any;
|
1369
|
+
}>) => void)[] | undefined;
|
1370
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1371
|
+
[key: string]: any;
|
1372
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1373
|
+
[key: string]: any;
|
1374
|
+
}>) => void)[] | undefined;
|
1375
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1376
|
+
[key: string]: any;
|
1377
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1378
|
+
[key: string]: any;
|
1379
|
+
}>) => void)[] | undefined;
|
1380
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1381
|
+
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
1817
1382
|
"v-slot:activator"?: false | ((args_0: {
|
1818
1383
|
isActive: boolean;
|
1819
1384
|
props: Record<string, any>;
|
1820
1385
|
}) => vue.VNodeChild) | undefined;
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1386
|
+
closeDelay?: string | number | undefined;
|
1387
|
+
openDelay?: string | number | undefined;
|
1388
|
+
contentProps?: any;
|
1389
|
+
attach?: string | boolean | Element | undefined;
|
1824
1390
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1825
|
-
}
|
1391
|
+
};
|
1826
1392
|
$attrs: {
|
1827
1393
|
[x: string]: unknown;
|
1828
1394
|
};
|
@@ -1830,10 +1396,20 @@ declare const VDialog: {
|
|
1830
1396
|
[x: string]: unknown;
|
1831
1397
|
};
|
1832
1398
|
$slots: Readonly<{
|
1833
|
-
|
1399
|
+
default?: ((args_0: {
|
1400
|
+
isActive: vue.Ref<boolean>;
|
1401
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1402
|
+
[key: string]: any;
|
1403
|
+
}>[]) | undefined;
|
1404
|
+
activator?: ((args_0: {
|
1405
|
+
isActive: boolean;
|
1406
|
+
props: Record<string, any>;
|
1407
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1408
|
+
[key: string]: any;
|
1409
|
+
}>[]) | undefined;
|
1834
1410
|
}>;
|
1835
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1836
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1411
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
1412
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
1837
1413
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
|
1838
1414
|
$el: any;
|
1839
1415
|
$options: vue.ComponentOptionsBase<{
|
@@ -1841,7 +1417,7 @@ declare const VDialog: {
|
|
1841
1417
|
location: Anchor;
|
1842
1418
|
origin: "auto" | Anchor | "overlap";
|
1843
1419
|
transition: string | boolean | (vue.TransitionProps & {
|
1844
|
-
component?:
|
1420
|
+
component?: Component | undefined;
|
1845
1421
|
});
|
1846
1422
|
zIndex: string | number;
|
1847
1423
|
style: vue.StyleValue;
|
@@ -1851,10 +1427,10 @@ declare const VDialog: {
|
|
1851
1427
|
activatorProps: Record<string, any>;
|
1852
1428
|
openOnHover: boolean;
|
1853
1429
|
closeOnContentClick: boolean;
|
1854
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1430
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1855
1431
|
updateLocation: (e: Event) => void;
|
1856
1432
|
} | undefined);
|
1857
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1433
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1858
1434
|
closeOnBack: boolean;
|
1859
1435
|
contained: boolean;
|
1860
1436
|
noClickAnimation: boolean;
|
@@ -1928,7 +1504,7 @@ declare const VDialog: {
|
|
1928
1504
|
location: Anchor;
|
1929
1505
|
origin: "auto" | Anchor | "overlap";
|
1930
1506
|
transition: string | boolean | (vue.TransitionProps & {
|
1931
|
-
component?:
|
1507
|
+
component?: Component | undefined;
|
1932
1508
|
});
|
1933
1509
|
zIndex: string | number;
|
1934
1510
|
style: vue.StyleValue;
|
@@ -1940,17 +1516,29 @@ declare const VDialog: {
|
|
1940
1516
|
openOnHover: boolean;
|
1941
1517
|
openOnFocus: boolean;
|
1942
1518
|
closeOnContentClick: boolean;
|
1943
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1519
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1944
1520
|
updateLocation: (e: Event) => void;
|
1945
1521
|
} | undefined);
|
1946
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1522
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1947
1523
|
closeOnBack: boolean;
|
1948
1524
|
contained: boolean;
|
1949
1525
|
noClickAnimation: boolean;
|
1950
1526
|
persistent: boolean;
|
1951
1527
|
scrim: string | boolean;
|
1952
1528
|
_disableGlobalStack: boolean;
|
1953
|
-
}, {}, string
|
1529
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1530
|
+
default: (args_0: {
|
1531
|
+
isActive: vue.Ref<boolean>;
|
1532
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1533
|
+
[key: string]: any;
|
1534
|
+
}>[];
|
1535
|
+
activator: (args_0: {
|
1536
|
+
isActive: boolean;
|
1537
|
+
props: Record<string, any>;
|
1538
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1539
|
+
[key: string]: any;
|
1540
|
+
}>[];
|
1541
|
+
}>>> & {
|
1954
1542
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1955
1543
|
created?: ((() => void) | (() => void)[]) | undefined;
|
1956
1544
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1965,7 +1553,7 @@ declare const VDialog: {
|
|
1965
1553
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1966
1554
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1967
1555
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1968
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1556
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1969
1557
|
};
|
1970
1558
|
$forceUpdate: () => void;
|
1971
1559
|
$nextTick: typeof nextTick;
|
@@ -1975,7 +1563,7 @@ declare const VDialog: {
|
|
1975
1563
|
location: Anchor;
|
1976
1564
|
origin: "auto" | Anchor | "overlap";
|
1977
1565
|
transition: string | boolean | (vue.TransitionProps & {
|
1978
|
-
component?:
|
1566
|
+
component?: Component | undefined;
|
1979
1567
|
});
|
1980
1568
|
zIndex: string | number;
|
1981
1569
|
style: vue.StyleValue;
|
@@ -1985,10 +1573,10 @@ declare const VDialog: {
|
|
1985
1573
|
activatorProps: Record<string, any>;
|
1986
1574
|
openOnHover: boolean;
|
1987
1575
|
closeOnContentClick: boolean;
|
1988
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1576
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
1989
1577
|
updateLocation: (e: Event) => void;
|
1990
1578
|
} | undefined);
|
1991
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1579
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1992
1580
|
closeOnBack: boolean;
|
1993
1581
|
contained: boolean;
|
1994
1582
|
noClickAnimation: boolean;
|
@@ -2053,106 +1641,16 @@ declare const VDialog: {
|
|
2053
1641
|
globalTop: Readonly<vue.Ref<boolean>>;
|
2054
1642
|
localTop: vue.ComputedRef<boolean>;
|
2055
1643
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
2056
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "
|
1644
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2057
1645
|
'update:modelValue': (value: boolean) => boolean;
|
2058
1646
|
}, string, {
|
2059
1647
|
absolute: boolean;
|
2060
1648
|
location: Anchor;
|
2061
1649
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
2062
1650
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2063
|
-
component?:
|
1651
|
+
component?: Component | undefined;
|
2064
1652
|
})> | {
|
2065
|
-
component:
|
2066
|
-
new (...args: any[]): {
|
2067
|
-
$: vue.ComponentInternalInstance;
|
2068
|
-
$data: {};
|
2069
|
-
$props: Partial<{}> & Omit<{} & {
|
2070
|
-
target?: HTMLElement | undefined;
|
2071
|
-
} & {
|
2072
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2073
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2074
|
-
};
|
2075
|
-
'v-slots'?: {
|
2076
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2077
|
-
} | undefined;
|
2078
|
-
} & {
|
2079
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2080
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
2081
|
-
$attrs: {
|
2082
|
-
[x: string]: unknown;
|
2083
|
-
};
|
2084
|
-
$refs: {
|
2085
|
-
[x: string]: unknown;
|
2086
|
-
};
|
2087
|
-
$slots: Readonly<{
|
2088
|
-
[name: string]: vue.Slot | undefined;
|
2089
|
-
}>;
|
2090
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2091
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2092
|
-
$emit: (event: string, ...args: any[]) => void;
|
2093
|
-
$el: any;
|
2094
|
-
$options: vue.ComponentOptionsBase<{} & {
|
2095
|
-
target?: HTMLElement | undefined;
|
2096
|
-
} & {
|
2097
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2098
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2099
|
-
};
|
2100
|
-
'v-slots'?: {
|
2101
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2102
|
-
} | undefined;
|
2103
|
-
} & {
|
2104
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2105
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
2106
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2107
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
2108
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2109
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2110
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2111
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
2112
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
2113
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2114
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2115
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2116
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2117
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2118
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2119
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2120
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
2121
|
-
};
|
2122
|
-
$forceUpdate: () => void;
|
2123
|
-
$nextTick: typeof nextTick;
|
2124
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
2125
|
-
} & {} & {
|
2126
|
-
target?: HTMLElement | undefined;
|
2127
|
-
} & {
|
2128
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2129
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2130
|
-
};
|
2131
|
-
'v-slots'?: {
|
2132
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2133
|
-
} | undefined;
|
2134
|
-
} & {
|
2135
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2136
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
2137
|
-
__isFragment?: undefined;
|
2138
|
-
__isTeleport?: undefined;
|
2139
|
-
__isSuspense?: undefined;
|
2140
|
-
} & vue.ComponentOptionsBase<{} & {
|
2141
|
-
target?: HTMLElement | undefined;
|
2142
|
-
} & {
|
2143
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2144
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2145
|
-
};
|
2146
|
-
'v-slots'?: {
|
2147
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2148
|
-
} | undefined;
|
2149
|
-
} & {
|
2150
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2151
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2152
|
-
target: vue.PropType<HTMLElement>;
|
2153
|
-
}, vue.ExtractPropTypes<{
|
2154
|
-
target: vue.PropType<HTMLElement>;
|
2155
|
-
}>>;
|
1653
|
+
component: Component;
|
2156
1654
|
};
|
2157
1655
|
zIndex: NonNullable<string | number>;
|
2158
1656
|
style: vue.StyleValue;
|
@@ -2164,228 +1662,60 @@ declare const VDialog: {
|
|
2164
1662
|
openOnHover: boolean;
|
2165
1663
|
openOnFocus: boolean;
|
2166
1664
|
closeOnContentClick: boolean;
|
2167
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1665
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2168
1666
|
updateLocation: (e: Event) => void;
|
2169
1667
|
} | undefined);
|
2170
|
-
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1668
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2171
1669
|
closeOnBack: boolean;
|
2172
1670
|
contained: boolean;
|
2173
1671
|
noClickAnimation: boolean;
|
2174
1672
|
persistent: boolean;
|
2175
1673
|
scrim: string | boolean;
|
2176
1674
|
fullscreen: boolean;
|
2177
|
-
scrollable: boolean;
|
2178
1675
|
retainFocus: boolean;
|
2179
|
-
|
1676
|
+
scrollable: boolean;
|
1677
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1678
|
+
default: (args_0: {
|
1679
|
+
isActive: vue.Ref<boolean>;
|
1680
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1681
|
+
[key: string]: any;
|
1682
|
+
}>[];
|
1683
|
+
activator: (args_0: {
|
1684
|
+
isActive: boolean;
|
1685
|
+
props: Record<string, any>;
|
1686
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1687
|
+
[key: string]: any;
|
1688
|
+
}>[];
|
1689
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2180
1690
|
transition: Omit<{
|
2181
1691
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2182
|
-
component?:
|
1692
|
+
component?: Component | undefined;
|
2183
1693
|
})>;
|
2184
1694
|
default: string;
|
2185
1695
|
validator: (val: unknown) => boolean;
|
2186
1696
|
}, "type" | "default"> & {
|
2187
1697
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2188
|
-
component?:
|
1698
|
+
component?: Component | undefined;
|
2189
1699
|
})> | {
|
2190
|
-
component:
|
2191
|
-
new (...args: any[]): {
|
2192
|
-
$: vue.ComponentInternalInstance;
|
2193
|
-
$data: {};
|
2194
|
-
$props: Partial<{}> & Omit<{} & {
|
2195
|
-
target?: HTMLElement | undefined;
|
2196
|
-
} & {
|
2197
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2198
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2199
|
-
};
|
2200
|
-
'v-slots'?: {
|
2201
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2202
|
-
} | undefined;
|
2203
|
-
} & {
|
2204
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2205
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
2206
|
-
$attrs: {
|
2207
|
-
[x: string]: unknown;
|
2208
|
-
};
|
2209
|
-
$refs: {
|
2210
|
-
[x: string]: unknown;
|
2211
|
-
};
|
2212
|
-
$slots: Readonly<{
|
2213
|
-
[name: string]: vue.Slot | undefined;
|
2214
|
-
}>;
|
2215
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2216
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2217
|
-
$emit: (event: string, ...args: any[]) => void;
|
2218
|
-
$el: any;
|
2219
|
-
$options: vue.ComponentOptionsBase<{} & {
|
2220
|
-
target?: HTMLElement | undefined;
|
2221
|
-
} & {
|
2222
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2223
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2224
|
-
};
|
2225
|
-
'v-slots'?: {
|
2226
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2227
|
-
} | undefined;
|
2228
|
-
} & {
|
2229
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2230
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
2231
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2232
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
2233
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2234
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2235
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2236
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
2237
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
2238
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2239
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2240
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2241
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2242
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2243
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2244
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2245
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
2246
|
-
};
|
2247
|
-
$forceUpdate: () => void;
|
2248
|
-
$nextTick: typeof nextTick;
|
2249
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
2250
|
-
} & {} & {
|
2251
|
-
target?: HTMLElement | undefined;
|
2252
|
-
} & {
|
2253
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2254
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2255
|
-
};
|
2256
|
-
'v-slots'?: {
|
2257
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2258
|
-
} | undefined;
|
2259
|
-
} & {
|
2260
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2261
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
2262
|
-
__isFragment?: undefined;
|
2263
|
-
__isTeleport?: undefined;
|
2264
|
-
__isSuspense?: undefined;
|
2265
|
-
} & vue.ComponentOptionsBase<{} & {
|
2266
|
-
target?: HTMLElement | undefined;
|
2267
|
-
} & {
|
2268
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2269
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2270
|
-
};
|
2271
|
-
'v-slots'?: {
|
2272
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2273
|
-
} | undefined;
|
2274
|
-
} & {
|
2275
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2276
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2277
|
-
target: vue.PropType<HTMLElement>;
|
2278
|
-
}, vue.ExtractPropTypes<{
|
2279
|
-
target: vue.PropType<HTMLElement>;
|
2280
|
-
}>>;
|
1700
|
+
component: Component;
|
2281
1701
|
}>;
|
2282
1702
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
2283
|
-
component?:
|
1703
|
+
component?: Component | undefined;
|
2284
1704
|
})> | {
|
2285
|
-
component:
|
2286
|
-
new (...args: any[]): {
|
2287
|
-
$: vue.ComponentInternalInstance;
|
2288
|
-
$data: {};
|
2289
|
-
$props: Partial<{}> & Omit<{} & {
|
2290
|
-
target?: HTMLElement | undefined;
|
2291
|
-
} & {
|
2292
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2293
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2294
|
-
};
|
2295
|
-
'v-slots'?: {
|
2296
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2297
|
-
} | undefined;
|
2298
|
-
} & {
|
2299
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2300
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
2301
|
-
$attrs: {
|
2302
|
-
[x: string]: unknown;
|
2303
|
-
};
|
2304
|
-
$refs: {
|
2305
|
-
[x: string]: unknown;
|
2306
|
-
};
|
2307
|
-
$slots: Readonly<{
|
2308
|
-
[name: string]: vue.Slot | undefined;
|
2309
|
-
}>;
|
2310
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2311
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2312
|
-
$emit: (event: string, ...args: any[]) => void;
|
2313
|
-
$el: any;
|
2314
|
-
$options: vue.ComponentOptionsBase<{} & {
|
2315
|
-
target?: HTMLElement | undefined;
|
2316
|
-
} & {
|
2317
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2318
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2319
|
-
};
|
2320
|
-
'v-slots'?: {
|
2321
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2322
|
-
} | undefined;
|
2323
|
-
} & {
|
2324
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2325
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
2326
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2327
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
2328
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2329
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2330
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2331
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
2332
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
2333
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2334
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2335
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2336
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2337
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2338
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2339
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2340
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
2341
|
-
};
|
2342
|
-
$forceUpdate: () => void;
|
2343
|
-
$nextTick: typeof nextTick;
|
2344
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
2345
|
-
} & {} & {
|
2346
|
-
target?: HTMLElement | undefined;
|
2347
|
-
} & {
|
2348
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2349
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2350
|
-
};
|
2351
|
-
'v-slots'?: {
|
2352
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2353
|
-
} | undefined;
|
2354
|
-
} & {
|
2355
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2356
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
2357
|
-
__isFragment?: undefined;
|
2358
|
-
__isTeleport?: undefined;
|
2359
|
-
__isSuspense?: undefined;
|
2360
|
-
} & vue.ComponentOptionsBase<{} & {
|
2361
|
-
target?: HTMLElement | undefined;
|
2362
|
-
} & {
|
2363
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2364
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2365
|
-
};
|
2366
|
-
'v-slots'?: {
|
2367
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2368
|
-
} | undefined;
|
2369
|
-
} & {
|
2370
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2371
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2372
|
-
target: vue.PropType<HTMLElement>;
|
2373
|
-
}, vue.ExtractPropTypes<{
|
2374
|
-
target: vue.PropType<HTMLElement>;
|
2375
|
-
}>>;
|
1705
|
+
component: Component;
|
2376
1706
|
};
|
2377
1707
|
};
|
2378
1708
|
theme: StringConstructor;
|
2379
1709
|
scrollStrategy: Omit<{
|
2380
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1710
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2381
1711
|
default: string;
|
2382
1712
|
validator: (val: any) => boolean;
|
2383
1713
|
}, "type" | "default"> & {
|
2384
|
-
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
2385
|
-
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1714
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
1715
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2386
1716
|
};
|
2387
1717
|
locationStrategy: {
|
2388
|
-
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1718
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2389
1719
|
updateLocation: (e: Event) => void;
|
2390
1720
|
} | undefined)>;
|
2391
1721
|
default: string;
|
@@ -2465,213 +1795,33 @@ declare const VDialog: {
|
|
2465
1795
|
}, vue.ExtractPropTypes<{
|
2466
1796
|
transition: Omit<{
|
2467
1797
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2468
|
-
component?:
|
1798
|
+
component?: Component | undefined;
|
2469
1799
|
})>;
|
2470
1800
|
default: string;
|
2471
1801
|
validator: (val: unknown) => boolean;
|
2472
1802
|
}, "type" | "default"> & {
|
2473
1803
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2474
|
-
component?:
|
1804
|
+
component?: Component | undefined;
|
2475
1805
|
})> | {
|
2476
|
-
component:
|
2477
|
-
new (...args: any[]): {
|
2478
|
-
$: vue.ComponentInternalInstance;
|
2479
|
-
$data: {};
|
2480
|
-
$props: Partial<{}> & Omit<{} & {
|
2481
|
-
target?: HTMLElement | undefined;
|
2482
|
-
} & {
|
2483
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2484
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2485
|
-
};
|
2486
|
-
'v-slots'?: {
|
2487
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2488
|
-
} | undefined;
|
2489
|
-
} & {
|
2490
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2491
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
2492
|
-
$attrs: {
|
2493
|
-
[x: string]: unknown;
|
2494
|
-
};
|
2495
|
-
$refs: {
|
2496
|
-
[x: string]: unknown;
|
2497
|
-
};
|
2498
|
-
$slots: Readonly<{
|
2499
|
-
[name: string]: vue.Slot | undefined;
|
2500
|
-
}>;
|
2501
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2502
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2503
|
-
$emit: (event: string, ...args: any[]) => void;
|
2504
|
-
$el: any;
|
2505
|
-
$options: vue.ComponentOptionsBase<{} & {
|
2506
|
-
target?: HTMLElement | undefined;
|
2507
|
-
} & {
|
2508
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2509
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2510
|
-
};
|
2511
|
-
'v-slots'?: {
|
2512
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2513
|
-
} | undefined;
|
2514
|
-
} & {
|
2515
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2516
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
2517
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2518
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
2519
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2520
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2521
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2522
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
2523
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
2524
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2525
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2526
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2527
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2528
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2529
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2530
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2531
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
2532
|
-
};
|
2533
|
-
$forceUpdate: () => void;
|
2534
|
-
$nextTick: typeof nextTick;
|
2535
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
2536
|
-
} & {} & {
|
2537
|
-
target?: HTMLElement | undefined;
|
2538
|
-
} & {
|
2539
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2540
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2541
|
-
};
|
2542
|
-
'v-slots'?: {
|
2543
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2544
|
-
} | undefined;
|
2545
|
-
} & {
|
2546
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2547
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
2548
|
-
__isFragment?: undefined;
|
2549
|
-
__isTeleport?: undefined;
|
2550
|
-
__isSuspense?: undefined;
|
2551
|
-
} & vue.ComponentOptionsBase<{} & {
|
2552
|
-
target?: HTMLElement | undefined;
|
2553
|
-
} & {
|
2554
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2555
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2556
|
-
};
|
2557
|
-
'v-slots'?: {
|
2558
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2559
|
-
} | undefined;
|
2560
|
-
} & {
|
2561
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2562
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2563
|
-
target: vue.PropType<HTMLElement>;
|
2564
|
-
}, vue.ExtractPropTypes<{
|
2565
|
-
target: vue.PropType<HTMLElement>;
|
2566
|
-
}>>;
|
1806
|
+
component: Component;
|
2567
1807
|
}>;
|
2568
1808
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
2569
|
-
component?:
|
1809
|
+
component?: Component | undefined;
|
2570
1810
|
})> | {
|
2571
|
-
component:
|
2572
|
-
new (...args: any[]): {
|
2573
|
-
$: vue.ComponentInternalInstance;
|
2574
|
-
$data: {};
|
2575
|
-
$props: Partial<{}> & Omit<{} & {
|
2576
|
-
target?: HTMLElement | undefined;
|
2577
|
-
} & {
|
2578
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2579
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2580
|
-
};
|
2581
|
-
'v-slots'?: {
|
2582
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2583
|
-
} | undefined;
|
2584
|
-
} & {
|
2585
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2586
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
2587
|
-
$attrs: {
|
2588
|
-
[x: string]: unknown;
|
2589
|
-
};
|
2590
|
-
$refs: {
|
2591
|
-
[x: string]: unknown;
|
2592
|
-
};
|
2593
|
-
$slots: Readonly<{
|
2594
|
-
[name: string]: vue.Slot | undefined;
|
2595
|
-
}>;
|
2596
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2597
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
2598
|
-
$emit: (event: string, ...args: any[]) => void;
|
2599
|
-
$el: any;
|
2600
|
-
$options: vue.ComponentOptionsBase<{} & {
|
2601
|
-
target?: HTMLElement | undefined;
|
2602
|
-
} & {
|
2603
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2604
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2605
|
-
};
|
2606
|
-
'v-slots'?: {
|
2607
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2608
|
-
} | undefined;
|
2609
|
-
} & {
|
2610
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2611
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
2612
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
2613
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
2614
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
2615
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
2616
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
2617
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
2618
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
2619
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
2620
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
2621
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
2622
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
2623
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
2624
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2625
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
2626
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
2627
|
-
};
|
2628
|
-
$forceUpdate: () => void;
|
2629
|
-
$nextTick: typeof nextTick;
|
2630
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
2631
|
-
} & {} & {
|
2632
|
-
target?: HTMLElement | undefined;
|
2633
|
-
} & {
|
2634
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2635
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2636
|
-
};
|
2637
|
-
'v-slots'?: {
|
2638
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2639
|
-
} | undefined;
|
2640
|
-
} & {
|
2641
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2642
|
-
} & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
|
2643
|
-
__isFragment?: undefined;
|
2644
|
-
__isTeleport?: undefined;
|
2645
|
-
__isSuspense?: undefined;
|
2646
|
-
} & vue.ComponentOptionsBase<{} & {
|
2647
|
-
target?: HTMLElement | undefined;
|
2648
|
-
} & {
|
2649
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2650
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2651
|
-
};
|
2652
|
-
'v-slots'?: {
|
2653
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
2654
|
-
} | undefined;
|
2655
|
-
} & {
|
2656
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2657
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2658
|
-
target: vue.PropType<HTMLElement>;
|
2659
|
-
}, vue.ExtractPropTypes<{
|
2660
|
-
target: vue.PropType<HTMLElement>;
|
2661
|
-
}>>;
|
1811
|
+
component: Component;
|
2662
1812
|
};
|
2663
1813
|
};
|
2664
1814
|
theme: StringConstructor;
|
2665
1815
|
scrollStrategy: Omit<{
|
2666
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1816
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2667
1817
|
default: string;
|
2668
1818
|
validator: (val: any) => boolean;
|
2669
1819
|
}, "type" | "default"> & {
|
2670
|
-
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
2671
|
-
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps
|
1820
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
1821
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
2672
1822
|
};
|
2673
1823
|
locationStrategy: {
|
2674
|
-
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1824
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2675
1825
|
updateLocation: (e: Event) => void;
|
2676
1826
|
} | undefined)>;
|
2677
1827
|
default: string;
|