@vuetify/nightly 3.7.16-dev.2025-03-12 → 3.7.16-dev.2025-03-14
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 +4 -3
- package/dist/json/attributes.json +3733 -3733
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +6383 -6383
- package/dist/vuetify-labs.css +3846 -3846
- package/dist/vuetify-labs.d.ts +43 -43
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2885 -2885
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/blueprints/index.d.ts +3 -3
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.d.ts +40 -40
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VAlert/index.d.ts +2 -2
- package/lib/components/VApp/VApp.d.ts +12 -12
- package/lib/components/VApp/index.d.ts +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +35 -35
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +87 -87
- package/lib/components/VAppBar/VAppBarTitle.d.ts +11 -11
- package/lib/components/VAppBar/index.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +472 -472
- package/lib/components/VAutocomplete/index.d.ts +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +32 -32
- package/lib/components/VAvatar/index.d.ts +1 -1
- package/lib/components/VBadge/VBadge.d.ts +32 -32
- package/lib/components/VBadge/index.d.ts +1 -1
- package/lib/components/VBanner/VBanner.d.ts +44 -44
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBanner/index.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +36 -36
- package/lib/components/VBottomNavigation/index.d.ts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +82 -82
- package/lib/components/VBottomSheet/index.d.ts +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +38 -38
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +23 -23
- package/lib/components/VBreadcrumbs/index.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +56 -56
- package/lib/components/VBtn/index.d.ts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +31 -31
- package/lib/components/VBtnGroup/index.d.ts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +33 -33
- package/lib/components/VBtnToggle/index.d.ts +1 -1
- package/lib/components/VCard/VCard.d.ts +43 -43
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +16 -16
- package/lib/components/VCard/VCardSubtitle.d.ts +15 -15
- package/lib/components/VCard/VCardText.d.ts +15 -15
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCard/index.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +31 -31
- package/lib/components/VCarousel/VCarouselItem.d.ts +15 -15
- package/lib/components/VCarousel/index.d.ts +2 -2
- package/lib/components/VCheckbox/VCheckbox.d.ts +122 -122
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +40 -40
- package/lib/components/VCheckbox/index.d.ts +2 -2
- package/lib/components/VChip/VChip.d.ts +41 -41
- package/lib/components/VChip/index.d.ts +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +57 -57
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VColorPicker/VColorPicker.d.ts +28 -28
- package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerEdit.d.ts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +7 -7
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +472 -472
- package/lib/components/VCombobox/index.d.ts +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +2 -2
- package/lib/components/VConfirmEdit/index.d.ts +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VCounter/index.d.ts +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +113 -113
- package/lib/components/VDataIterator/composables/items.d.ts +3 -3
- package/lib/components/VDataIterator/index.d.ts +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +343 -343
- package/lib/components/VDataTable/VDataTableFooter.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +14 -14
- package/lib/components/VDataTable/VDataTableRow.d.ts +12 -12
- package/lib/components/VDataTable/VDataTableRows.d.ts +36 -36
- package/lib/components/VDataTable/VDataTableServer.d.ts +256 -256
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +246 -246
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +2 -2
- package/lib/components/VDataTable/composables/headers.d.ts +45 -45
- package/lib/components/VDataTable/composables/items.d.ts +2 -2
- package/lib/components/VDataTable/composables/options.d.ts +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.d.ts +3 -3
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/index.d.ts +7 -7
- package/lib/components/VDataTable/types.d.ts +5 -5
- package/lib/components/VDatePicker/VDatePicker.d.ts +61 -61
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +1 -1
- package/lib/components/VDatePicker/index.d.ts +6 -6
- package/lib/components/VDefaultsProvider/VDefaultsProvider.d.ts +2 -2
- package/lib/components/VDefaultsProvider/index.d.ts +1 -1
- package/lib/components/VDialog/VDialog.d.ts +187 -187
- package/lib/components/VDialog/index.d.ts +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VDivider/index.d.ts +1 -1
- package/lib/components/VEmptyState/VEmptyState.d.ts +4 -4
- package/lib/components/VEmptyState/index.d.ts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +46 -46
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +43 -43
- package/lib/components/VExpansionPanel/index.d.ts +4 -4
- package/lib/components/VExpansionPanel/shared.d.ts +1 -1
- package/lib/components/VFab/VFab.d.ts +79 -79
- package/lib/components/VFab/index.d.ts +1 -1
- package/lib/components/VField/VField.d.ts +6 -6
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VField/index.d.ts +2 -2
- package/lib/components/VFileInput/VFileInput.d.ts +283 -283
- package/lib/components/VFileInput/index.d.ts +1 -1
- package/lib/components/VFooter/VFooter.d.ts +23 -23
- package/lib/components/VFooter/index.d.ts +1 -1
- package/lib/components/VForm/VForm.d.ts +48 -48
- package/lib/components/VForm/index.d.ts +1 -1
- package/lib/components/VGrid/VCol.d.ts +15 -15
- package/lib/components/VGrid/VContainer.d.ts +15 -15
- package/lib/components/VGrid/VRow.d.ts +15 -15
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VGrid/index.d.ts +4 -4
- package/lib/components/VHover/VHover.d.ts +1 -1
- package/lib/components/VHover/index.d.ts +1 -1
- package/lib/components/VIcon/VIcon.d.ts +24 -24
- package/lib/components/VIcon/index.d.ts +2 -2
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VImg/index.d.ts +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +14 -14
- package/lib/components/VInfiniteScroll/index.d.ts +1 -1
- package/lib/components/VInput/InputIcon.d.ts +2 -2
- package/lib/components/VInput/VInput.d.ts +32 -32
- package/lib/components/VInput/index.d.ts +1 -1
- package/lib/components/VItemGroup/VItem.d.ts +1 -1
- package/lib/components/VItemGroup/VItemGroup.d.ts +16 -16
- package/lib/components/VItemGroup/index.d.ts +2 -2
- package/lib/components/VKbd/index.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLabel/index.d.ts +1 -1
- package/lib/components/VLayout/VLayout.d.ts +9 -9
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLayout/index.d.ts +2 -2
- package/lib/components/VLazy/VLazy.d.ts +15 -15
- package/lib/components/VLazy/index.d.ts +1 -1
- package/lib/components/VList/VList.d.ts +91 -91
- package/lib/components/VList/VListChildren.d.ts +12 -12
- package/lib/components/VList/VListGroup.d.ts +16 -16
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +36 -36
- package/lib/components/VList/VListItemAction.d.ts +15 -15
- package/lib/components/VList/VListItemMedia.d.ts +15 -15
- package/lib/components/VList/VListItemSubtitle.d.ts +15 -15
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +15 -15
- package/lib/components/VList/index.d.ts +9 -9
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VLocaleProvider/index.d.ts +1 -1
- package/lib/components/VMain/VMain.d.ts +23 -23
- package/lib/components/VMain/index.d.ts +1 -1
- package/lib/components/VMenu/VMenu.d.ts +195 -195
- package/lib/components/VMenu/index.d.ts +1 -1
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VMessages/index.d.ts +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +31 -31
- package/lib/components/VNavigationDrawer/index.d.ts +1 -1
- package/lib/components/VNoSsr/index.d.ts +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOtpInput/index.d.ts +1 -1
- package/lib/components/VOverflowBtn/index.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +56 -56
- package/lib/components/VOverlay/index.d.ts +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +2 -2
- package/lib/components/VOverlay/useActivator.d.ts +3 -3
- package/lib/components/VOverlay/util/point.d.ts +2 -2
- package/lib/components/VPagination/VPagination.d.ts +40 -40
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VParallax/index.d.ts +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +23 -23
- package/lib/components/VProgressCircular/index.d.ts +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +31 -31
- package/lib/components/VProgressLinear/index.d.ts +1 -1
- package/lib/components/VRadio/VRadio.d.ts +78 -78
- package/lib/components/VRadio/index.d.ts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +60 -60
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +125 -125
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.d.ts +28 -28
- package/lib/components/VRating/index.d.ts +1 -1
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VResponsive/index.d.ts +1 -1
- package/lib/components/VSelect/VSelect.d.ts +545 -545
- package/lib/components/VSelect/index.d.ts +1 -1
- package/lib/components/VSelect/useScrolling.d.ts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +38 -38
- package/lib/components/VSelectionControl/index.d.ts +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +23 -23
- package/lib/components/VSelectionControlGroup/index.d.ts +1 -1
- package/lib/components/VSheet/VSheet.d.ts +23 -23
- package/lib/components/VSheet/index.d.ts +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +1 -1
- package/lib/components/VSkeletonLoader/index.d.ts +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +26 -26
- package/lib/components/VSlideGroup/VSlideGroupItem.d.ts +2 -2
- package/lib/components/VSlideGroup/index.d.ts +2 -2
- package/lib/components/VSlider/VSlider.d.ts +70 -70
- package/lib/components/VSlider/VSliderThumb.d.ts +4 -4
- package/lib/components/VSlider/VSliderTrack.d.ts +4 -4
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSlider/slider.d.ts +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +152 -152
- package/lib/components/VSnackbar/index.d.ts +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +25 -25
- package/lib/components/VSparkline/VSparkline.d.ts +25 -25
- package/lib/components/VSparkline/VTrendline.d.ts +25 -25
- package/lib/components/VSparkline/index.d.ts +1 -1
- package/lib/components/VSparkline/util/path.d.ts +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +65 -65
- package/lib/components/VSpeedDial/index.d.ts +1 -1
- package/lib/components/VStepper/VStepper.d.ts +36 -36
- package/lib/components/VStepper/VStepperActions.d.ts +1 -1
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +15 -15
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VStepper/index.d.ts +6 -6
- package/lib/components/VStepper/shared.d.ts +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +66 -66
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +15 -15
- package/lib/components/VSystemBar/index.d.ts +1 -1
- package/lib/components/VTable/VTable.d.ts +27 -27
- package/lib/components/VTable/index.d.ts +1 -1
- package/lib/components/VTabs/VTab.d.ts +148 -148
- package/lib/components/VTabs/VTabs.d.ts +64 -64
- package/lib/components/VTabs/VTabsWindow.d.ts +15 -15
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTabs/index.d.ts +4 -4
- package/lib/components/VTabs/shared.d.ts +1 -1
- package/lib/components/VTextField/VTextField.d.ts +337 -337
- package/lib/components/VTextField/index.d.ts +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +261 -261
- package/lib/components/VTextarea/index.d.ts +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +15 -15
- package/lib/components/VThemeProvider/index.d.ts +1 -1
- package/lib/components/VTimeline/VTimeline.d.ts +27 -27
- package/lib/components/VTimeline/VTimelineDivider.d.ts +4 -4
- package/lib/components/VTimeline/VTimelineItem.d.ts +16 -16
- package/lib/components/VTimeline/index.d.ts +2 -2
- package/lib/components/VToolbar/VToolbar.d.ts +23 -23
- package/lib/components/VToolbar/VToolbarItems.d.ts +7 -7
- package/lib/components/VToolbar/VToolbarTitle.d.ts +15 -15
- package/lib/components/VToolbar/index.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +190 -190
- package/lib/components/VTooltip/index.d.ts +1 -1
- package/lib/components/VValidation/VValidation.d.ts +13 -13
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +16 -16
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +4 -4
- package/lib/components/VVirtualScroll/index.d.ts +1 -1
- package/lib/components/VWindow/VWindow.d.ts +19 -19
- package/lib/components/VWindow/VWindowItem.d.ts +6 -6
- package/lib/components/VWindow/index.d.ts +2 -2
- package/lib/components/index.d.ts +90 -90
- package/lib/components/transitions/createTransition.d.ts +2 -2
- package/lib/components/transitions/dialog-transition.d.ts +1 -1
- package/lib/components/transitions/index.d.ts +16 -16
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/composables/date/index.d.ts +3 -3
- package/lib/composables/defaults.d.ts +1 -1
- package/lib/composables/directiveComponent.d.ts +1 -1
- package/lib/composables/filter.d.ts +1 -1
- package/lib/composables/form.d.ts +2 -2
- package/lib/composables/forwardRefs.d.ts +1 -1
- package/lib/composables/goto.d.ts +1 -1
- package/lib/composables/group.d.ts +1 -1
- package/lib/composables/icons.d.ts +5 -5
- package/lib/composables/index.d.ts +16 -16
- package/lib/composables/layout.d.ts +1 -1
- package/lib/composables/list-items.d.ts +3 -3
- package/lib/composables/loader.d.ts +1 -1
- package/lib/composables/location.d.ts +1 -1
- package/lib/composables/nested/nested.d.ts +4 -4
- package/lib/composables/proxiedModel.d.ts +1 -1
- package/lib/composables/resizeObserver.d.ts +1 -1
- package/lib/composables/router.d.ts +1 -1
- package/lib/composables/selectLink.d.ts +1 -1
- package/lib/composables/tag.d.ts +1 -1
- package/lib/composables/validation.d.ts +1 -1
- package/lib/composables/variant.d.ts +1 -1
- package/lib/composables/virtual.d.ts +1 -1
- package/lib/directives/index.d.ts +8 -8
- package/lib/directives/mutate/index.d.ts +1 -1
- package/lib/directives/tooltip/index.d.ts +2 -2
- package/lib/entry-bundler.d.ts +13 -13
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +43 -43
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +1 -1
- package/lib/labs/VCalendar/index.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +249 -249
- package/lib/labs/VDateInput/index.d.ts +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +36 -36
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +110 -110
- package/lib/labs/VFileUpload/index.d.ts +2 -2
- package/lib/labs/VNumberInput/VNumberInput.d.ts +1083 -1083
- package/lib/labs/VNumberInput/index.d.ts +1 -1
- package/lib/labs/VPicker/VPicker.d.ts +23 -23
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPicker/index.d.ts +2 -2
- package/lib/labs/VPullToRefresh/VPullToRefresh.d.ts +1 -1
- package/lib/labs/VPullToRefresh/index.d.ts +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.d.ts +49 -49
- package/lib/labs/VSnackbarQueue/index.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +91 -91
- package/lib/labs/VStepperVertical/VStepperVerticalActions.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +116 -116
- package/lib/labs/VStepperVertical/index.d.ts +3 -3
- package/lib/labs/VTimePicker/VTimePicker.d.ts +25 -25
- package/lib/labs/VTimePicker/VTimePickerClock.d.ts +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.d.ts +2 -2
- package/lib/labs/VTimePicker/index.d.ts +3 -3
- package/lib/labs/VTreeview/VTreeview.d.ts +230 -230
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +26 -26
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +71 -71
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +94 -94
- package/lib/labs/VTreeview/index.d.ts +3 -3
- package/lib/labs/allComponents.d.ts +2 -2
- package/lib/labs/components.d.ts +10 -10
- package/lib/labs/entry-bundler.d.ts +11 -11
- package/lib/labs/index.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.d.ts +1 -1
- package/lib/locale/index.d.ts +43 -43
- package/lib/util/animation.d.ts +1 -1
- package/lib/util/color/APCA.d.ts +1 -1
- package/lib/util/color/transformCIELAB.d.ts +1 -1
- package/lib/util/color/transformSRGB.d.ts +1 -1
- package/lib/util/colorUtils.d.ts +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/index.d.ts +18 -18
- package/package.json +41 -16
@@ -55,24 +55,24 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
55
55
|
default: unknown extends Defaults["absolute"] ? boolean : boolean | Defaults["absolute"];
|
56
56
|
};
|
57
57
|
location: unknown extends Defaults["location"] ? {
|
58
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["location"]>;
|
58
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
|
59
59
|
default: string;
|
60
60
|
} : Omit<{
|
61
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["location"]>;
|
61
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
|
62
62
|
default: string;
|
63
63
|
}, "type" | "default"> & {
|
64
|
-
type: import("vue").PropType<unknown extends Defaults["location"] ? import("../../util").Anchor : import("../../util").Anchor | Defaults["location"]>;
|
65
|
-
default: unknown extends Defaults["location"] ? import("../../util").Anchor : NonNullable<import("../../util").Anchor> | Defaults["location"];
|
64
|
+
type: import("vue").PropType<unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : import("../../util/index.js").Anchor | Defaults["location"]>;
|
65
|
+
default: unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : NonNullable<import("../../util/index.js").Anchor> | Defaults["location"];
|
66
66
|
};
|
67
67
|
origin: unknown extends Defaults["origin"] ? {
|
68
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["origin"]>;
|
68
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["origin"]>;
|
69
69
|
default: string;
|
70
70
|
} : Omit<{
|
71
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["origin"]>;
|
71
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["origin"]>;
|
72
72
|
default: string;
|
73
73
|
}, "type" | "default"> & {
|
74
|
-
type: import("vue").PropType<unknown extends Defaults["origin"] ? "auto" | import("../../util").Anchor | "overlap" : "auto" | import("../../util").Anchor | "overlap" | Defaults["origin"]>;
|
75
|
-
default: unknown extends Defaults["origin"] ? "auto" | import("../../util").Anchor | "overlap" : NonNullable<"auto" | import("../../util").Anchor | "overlap"> | Defaults["origin"];
|
74
|
+
type: import("vue").PropType<unknown extends Defaults["origin"] ? "auto" | import("../../util/index.js").Anchor | "overlap" : "auto" | import("../../util/index.js").Anchor | "overlap" | Defaults["origin"]>;
|
75
|
+
default: unknown extends Defaults["origin"] ? "auto" | import("../../util/index.js").Anchor | "overlap" : NonNullable<"auto" | import("../../util/index.js").Anchor | "overlap"> | Defaults["origin"];
|
76
76
|
};
|
77
77
|
height: unknown extends Defaults["height"] ? (StringConstructor | NumberConstructor)[] : {
|
78
78
|
type: import("vue").PropType<unknown extends Defaults["height"] ? string | number : string | number | Defaults["height"]>;
|
@@ -193,22 +193,22 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
193
193
|
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
194
194
|
};
|
195
195
|
locationStrategy: unknown extends Defaults["locationStrategy"] ? {
|
196
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["locationStrategy"]>;
|
196
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
197
197
|
default: string;
|
198
198
|
validator: (val: any) => boolean;
|
199
199
|
} : Omit<{
|
200
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["locationStrategy"]>;
|
200
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
201
201
|
default: string;
|
202
202
|
validator: (val: any) => boolean;
|
203
203
|
}, "type" | "default"> & {
|
204
|
-
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
204
|
+
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
205
205
|
updateLocation: (e?: Event) => void;
|
206
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
206
|
+
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
207
207
|
updateLocation: (e?: Event) => void;
|
208
208
|
}) | Defaults["locationStrategy"]>;
|
209
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
209
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
210
210
|
updateLocation: (e?: Event) => void;
|
211
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
211
|
+
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
212
212
|
updateLocation: (e?: Event) => void;
|
213
213
|
})> | Defaults["locationStrategy"];
|
214
214
|
};
|
@@ -285,11 +285,11 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
285
285
|
default: unknown extends Defaults["color"] ? string : string | Defaults["color"];
|
286
286
|
};
|
287
287
|
variant: unknown extends Defaults["variant"] ? {
|
288
|
-
type: import("vue").PropType<import("../../composables/variant").Variant>;
|
288
|
+
type: import("vue").PropType<import("../../composables/variant.js").Variant>;
|
289
289
|
default: string;
|
290
290
|
validator: (v: any) => boolean;
|
291
291
|
} : Omit<{
|
292
|
-
type: import("vue").PropType<import("../../composables/variant").Variant>;
|
292
|
+
type: import("vue").PropType<import("../../composables/variant.js").Variant>;
|
293
293
|
default: string;
|
294
294
|
validator: (v: any) => boolean;
|
295
295
|
}, "type" | "default"> & {
|
@@ -351,8 +351,8 @@ export declare const VSnackbar: {
|
|
351
351
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
352
352
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
353
353
|
absolute: boolean;
|
354
|
-
location: import("../../util").Anchor;
|
355
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
354
|
+
location: import("../../util/index.js").Anchor;
|
355
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
356
356
|
transition: string | boolean | (import("vue").TransitionProps & {
|
357
357
|
component?: import("vue").Component;
|
358
358
|
});
|
@@ -364,7 +364,7 @@ export declare const VSnackbar: {
|
|
364
364
|
vertical: boolean;
|
365
365
|
modelValue: boolean;
|
366
366
|
tile: boolean;
|
367
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
367
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
368
368
|
updateLocation: (e?: Event) => void;
|
369
369
|
});
|
370
370
|
activatorProps: Record<string, any>;
|
@@ -438,8 +438,8 @@ export declare const VSnackbar: {
|
|
438
438
|
$data: {};
|
439
439
|
$props: Partial<{
|
440
440
|
absolute: boolean;
|
441
|
-
location: import("../../util").Anchor;
|
442
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
441
|
+
location: import("../../util/index.js").Anchor;
|
442
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
443
443
|
transition: string | boolean | (import("vue").TransitionProps & {
|
444
444
|
component?: import("vue").Component;
|
445
445
|
});
|
@@ -449,10 +449,10 @@ export declare const VSnackbar: {
|
|
449
449
|
disabled: boolean;
|
450
450
|
persistent: boolean;
|
451
451
|
modelValue: boolean;
|
452
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
452
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
453
453
|
updateLocation: (e?: Event) => void;
|
454
454
|
});
|
455
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
455
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
456
456
|
activatorProps: Record<string, any>;
|
457
457
|
openOnClick: boolean;
|
458
458
|
openOnHover: boolean;
|
@@ -465,8 +465,8 @@ export declare const VSnackbar: {
|
|
465
465
|
_disableGlobalStack: boolean;
|
466
466
|
}> & Omit<{
|
467
467
|
absolute: boolean;
|
468
|
-
location: import("../../util").Anchor;
|
469
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
468
|
+
location: import("../../util/index.js").Anchor;
|
469
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
470
470
|
transition: string | boolean | (import("vue").TransitionProps & {
|
471
471
|
component?: import("vue").Component;
|
472
472
|
});
|
@@ -476,10 +476,10 @@ export declare const VSnackbar: {
|
|
476
476
|
disabled: boolean;
|
477
477
|
persistent: boolean;
|
478
478
|
modelValue: boolean;
|
479
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
479
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
480
480
|
updateLocation: (e?: Event) => void;
|
481
481
|
});
|
482
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
482
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
483
483
|
activatorProps: Record<string, any>;
|
484
484
|
openOnHover: boolean;
|
485
485
|
closeOnContentClick: boolean;
|
@@ -514,7 +514,7 @@ export declare const VSnackbar: {
|
|
514
514
|
activator?: ((arg: {
|
515
515
|
isActive: boolean;
|
516
516
|
props: Record<string, any>;
|
517
|
-
targetRef: import("../../util").TemplateRef;
|
517
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
518
518
|
}) => import("vue").VNodeChild) | undefined;
|
519
519
|
} | ((arg: {
|
520
520
|
isActive: Ref<boolean>;
|
@@ -526,7 +526,7 @@ export declare const VSnackbar: {
|
|
526
526
|
activator?: false | ((arg: {
|
527
527
|
isActive: boolean;
|
528
528
|
props: Record<string, any>;
|
529
|
-
targetRef: import("../../util").TemplateRef;
|
529
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
530
530
|
}) => import("vue").VNodeChild) | undefined;
|
531
531
|
} | undefined;
|
532
532
|
"v-slot:default"?: false | ((arg: {
|
@@ -535,7 +535,7 @@ export declare const VSnackbar: {
|
|
535
535
|
"v-slot:activator"?: false | ((arg: {
|
536
536
|
isActive: boolean;
|
537
537
|
props: Record<string, any>;
|
538
|
-
targetRef: import("../../util").TemplateRef;
|
538
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
539
539
|
}) => import("vue").VNodeChild) | undefined;
|
540
540
|
onAfterEnter?: (() => any) | undefined;
|
541
541
|
onAfterLeave?: (() => any) | undefined;
|
@@ -556,7 +556,7 @@ export declare const VSnackbar: {
|
|
556
556
|
activator?: ((arg: {
|
557
557
|
isActive: boolean;
|
558
558
|
props: Record<string, any>;
|
559
|
-
targetRef: import("../../util").TemplateRef;
|
559
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
560
560
|
}) => import("vue").VNode[]) | undefined;
|
561
561
|
}>;
|
562
562
|
$root: import("vue").ComponentPublicInstance | null;
|
@@ -566,8 +566,8 @@ export declare const VSnackbar: {
|
|
566
566
|
$el: any;
|
567
567
|
$options: import("vue").ComponentOptionsBase<{
|
568
568
|
absolute: boolean;
|
569
|
-
location: import("../../util").Anchor;
|
570
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
569
|
+
location: import("../../util/index.js").Anchor;
|
570
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
571
571
|
transition: string | boolean | (import("vue").TransitionProps & {
|
572
572
|
component?: import("vue").Component;
|
573
573
|
});
|
@@ -577,10 +577,10 @@ export declare const VSnackbar: {
|
|
577
577
|
disabled: boolean;
|
578
578
|
persistent: boolean;
|
579
579
|
modelValue: boolean;
|
580
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
580
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
581
581
|
updateLocation: (e?: Event) => void;
|
582
582
|
});
|
583
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
583
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
584
584
|
activatorProps: Record<string, any>;
|
585
585
|
openOnHover: boolean;
|
586
586
|
closeOnContentClick: boolean;
|
@@ -617,7 +617,7 @@ export declare const VSnackbar: {
|
|
617
617
|
activator?: ((arg: {
|
618
618
|
isActive: boolean;
|
619
619
|
props: Record<string, any>;
|
620
|
-
targetRef: import("../../util").TemplateRef;
|
620
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
621
621
|
}) => import("vue").VNodeChild) | undefined;
|
622
622
|
} | ((arg: {
|
623
623
|
isActive: Ref<boolean>;
|
@@ -629,7 +629,7 @@ export declare const VSnackbar: {
|
|
629
629
|
activator?: false | ((arg: {
|
630
630
|
isActive: boolean;
|
631
631
|
props: Record<string, any>;
|
632
|
-
targetRef: import("../../util").TemplateRef;
|
632
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
633
633
|
}) => import("vue").VNodeChild) | undefined;
|
634
634
|
} | undefined;
|
635
635
|
} & {
|
@@ -639,7 +639,7 @@ export declare const VSnackbar: {
|
|
639
639
|
"v-slot:activator"?: false | ((arg: {
|
640
640
|
isActive: boolean;
|
641
641
|
props: Record<string, any>;
|
642
|
-
targetRef: import("../../util").TemplateRef;
|
642
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
643
643
|
}) => import("vue").VNodeChild) | undefined;
|
644
644
|
} & {
|
645
645
|
onAfterEnter?: (() => any) | undefined;
|
@@ -664,8 +664,8 @@ export declare const VSnackbar: {
|
|
664
664
|
afterLeave: () => true;
|
665
665
|
}, string, {
|
666
666
|
absolute: boolean;
|
667
|
-
location: import("../../util").Anchor;
|
668
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
667
|
+
location: import("../../util/index.js").Anchor;
|
668
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
669
669
|
transition: string | boolean | (import("vue").TransitionProps & {
|
670
670
|
component?: import("vue").Component;
|
671
671
|
});
|
@@ -675,10 +675,10 @@ export declare const VSnackbar: {
|
|
675
675
|
disabled: boolean;
|
676
676
|
persistent: boolean;
|
677
677
|
modelValue: boolean;
|
678
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
678
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
679
679
|
updateLocation: (e?: Event) => void;
|
680
680
|
});
|
681
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
681
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
682
682
|
activatorProps: Record<string, any>;
|
683
683
|
openOnClick: boolean;
|
684
684
|
openOnHover: boolean;
|
@@ -696,7 +696,7 @@ export declare const VSnackbar: {
|
|
696
696
|
activator: (arg: {
|
697
697
|
isActive: boolean;
|
698
698
|
props: Record<string, any>;
|
699
|
-
targetRef: import("../../util").TemplateRef;
|
699
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
700
700
|
}) => import("vue").VNode[];
|
701
701
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
702
702
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -720,8 +720,8 @@ export declare const VSnackbar: {
|
|
720
720
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
721
721
|
} & Readonly<{
|
722
722
|
absolute: boolean;
|
723
|
-
location: import("../../util").Anchor;
|
724
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
723
|
+
location: import("../../util/index.js").Anchor;
|
724
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
725
725
|
transition: string | boolean | (import("vue").TransitionProps & {
|
726
726
|
component?: import("vue").Component;
|
727
727
|
});
|
@@ -731,10 +731,10 @@ export declare const VSnackbar: {
|
|
731
731
|
disabled: boolean;
|
732
732
|
persistent: boolean;
|
733
733
|
modelValue: boolean;
|
734
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
734
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
735
735
|
updateLocation: (e?: Event) => void;
|
736
736
|
});
|
737
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
737
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
738
738
|
activatorProps: Record<string, any>;
|
739
739
|
openOnClick: boolean;
|
740
740
|
openOnHover: boolean;
|
@@ -747,8 +747,8 @@ export declare const VSnackbar: {
|
|
747
747
|
_disableGlobalStack: boolean;
|
748
748
|
}> & Omit<{
|
749
749
|
absolute: boolean;
|
750
|
-
location: import("../../util").Anchor;
|
751
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
750
|
+
location: import("../../util/index.js").Anchor;
|
751
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
752
752
|
transition: string | boolean | (import("vue").TransitionProps & {
|
753
753
|
component?: import("vue").Component;
|
754
754
|
});
|
@@ -758,10 +758,10 @@ export declare const VSnackbar: {
|
|
758
758
|
disabled: boolean;
|
759
759
|
persistent: boolean;
|
760
760
|
modelValue: boolean;
|
761
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
761
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
762
762
|
updateLocation: (e?: Event) => void;
|
763
763
|
});
|
764
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
764
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
765
765
|
activatorProps: Record<string, any>;
|
766
766
|
openOnHover: boolean;
|
767
767
|
closeOnContentClick: boolean;
|
@@ -798,7 +798,7 @@ export declare const VSnackbar: {
|
|
798
798
|
activator?: ((arg: {
|
799
799
|
isActive: boolean;
|
800
800
|
props: Record<string, any>;
|
801
|
-
targetRef: import("../../util").TemplateRef;
|
801
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
802
802
|
}) => import("vue").VNodeChild) | undefined;
|
803
803
|
} | ((arg: {
|
804
804
|
isActive: Ref<boolean>;
|
@@ -810,7 +810,7 @@ export declare const VSnackbar: {
|
|
810
810
|
activator?: false | ((arg: {
|
811
811
|
isActive: boolean;
|
812
812
|
props: Record<string, any>;
|
813
|
-
targetRef: import("../../util").TemplateRef;
|
813
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
814
814
|
}) => import("vue").VNodeChild) | undefined;
|
815
815
|
} | undefined;
|
816
816
|
} & {
|
@@ -820,7 +820,7 @@ export declare const VSnackbar: {
|
|
820
820
|
"v-slot:activator"?: false | ((arg: {
|
821
821
|
isActive: boolean;
|
822
822
|
props: Record<string, any>;
|
823
|
-
targetRef: import("../../util").TemplateRef;
|
823
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
824
824
|
}) => import("vue").VNodeChild) | undefined;
|
825
825
|
} & {
|
826
826
|
onAfterEnter?: (() => any) | undefined;
|
@@ -853,8 +853,8 @@ export declare const VSnackbar: {
|
|
853
853
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
854
854
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
855
855
|
absolute: boolean;
|
856
|
-
location: import("../../util").Anchor;
|
857
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
856
|
+
location: import("../../util/index.js").Anchor;
|
857
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
858
858
|
transition: string | boolean | (import("vue").TransitionProps & {
|
859
859
|
component?: import("vue").Component;
|
860
860
|
});
|
@@ -867,7 +867,7 @@ export declare const VSnackbar: {
|
|
867
867
|
modelValue: boolean;
|
868
868
|
rounded: string | number | boolean;
|
869
869
|
tile: boolean;
|
870
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
870
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
871
871
|
updateLocation: (e?: Event) => void;
|
872
872
|
});
|
873
873
|
activatorProps: Record<string, any>;
|
@@ -898,8 +898,8 @@ export declare const VSnackbar: {
|
|
898
898
|
}, {
|
899
899
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
900
900
|
absolute: boolean;
|
901
|
-
location: import("../../util").Anchor;
|
902
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
901
|
+
location: import("../../util/index.js").Anchor;
|
902
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
903
903
|
transition: string | boolean | (import("vue").TransitionProps & {
|
904
904
|
component?: import("vue").Component;
|
905
905
|
});
|
@@ -911,7 +911,7 @@ export declare const VSnackbar: {
|
|
911
911
|
vertical: boolean;
|
912
912
|
modelValue: boolean;
|
913
913
|
tile: boolean;
|
914
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
914
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
915
915
|
updateLocation: (e?: Event) => void;
|
916
916
|
});
|
917
917
|
activatorProps: Record<string, any>;
|
@@ -985,8 +985,8 @@ export declare const VSnackbar: {
|
|
985
985
|
$data: {};
|
986
986
|
$props: Partial<{
|
987
987
|
absolute: boolean;
|
988
|
-
location: import("../../util").Anchor;
|
989
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
988
|
+
location: import("../../util/index.js").Anchor;
|
989
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
990
990
|
transition: string | boolean | (import("vue").TransitionProps & {
|
991
991
|
component?: import("vue").Component;
|
992
992
|
});
|
@@ -996,10 +996,10 @@ export declare const VSnackbar: {
|
|
996
996
|
disabled: boolean;
|
997
997
|
persistent: boolean;
|
998
998
|
modelValue: boolean;
|
999
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
999
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1000
1000
|
updateLocation: (e?: Event) => void;
|
1001
1001
|
});
|
1002
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1002
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1003
1003
|
activatorProps: Record<string, any>;
|
1004
1004
|
openOnClick: boolean;
|
1005
1005
|
openOnHover: boolean;
|
@@ -1012,8 +1012,8 @@ export declare const VSnackbar: {
|
|
1012
1012
|
_disableGlobalStack: boolean;
|
1013
1013
|
}> & Omit<{
|
1014
1014
|
absolute: boolean;
|
1015
|
-
location: import("../../util").Anchor;
|
1016
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1015
|
+
location: import("../../util/index.js").Anchor;
|
1016
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1017
1017
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1018
1018
|
component?: import("vue").Component;
|
1019
1019
|
});
|
@@ -1023,10 +1023,10 @@ export declare const VSnackbar: {
|
|
1023
1023
|
disabled: boolean;
|
1024
1024
|
persistent: boolean;
|
1025
1025
|
modelValue: boolean;
|
1026
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1026
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1027
1027
|
updateLocation: (e?: Event) => void;
|
1028
1028
|
});
|
1029
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1029
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1030
1030
|
activatorProps: Record<string, any>;
|
1031
1031
|
openOnHover: boolean;
|
1032
1032
|
closeOnContentClick: boolean;
|
@@ -1061,7 +1061,7 @@ export declare const VSnackbar: {
|
|
1061
1061
|
activator?: ((arg: {
|
1062
1062
|
isActive: boolean;
|
1063
1063
|
props: Record<string, any>;
|
1064
|
-
targetRef: import("../../util").TemplateRef;
|
1064
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1065
1065
|
}) => import("vue").VNodeChild) | undefined;
|
1066
1066
|
} | ((arg: {
|
1067
1067
|
isActive: Ref<boolean>;
|
@@ -1073,7 +1073,7 @@ export declare const VSnackbar: {
|
|
1073
1073
|
activator?: false | ((arg: {
|
1074
1074
|
isActive: boolean;
|
1075
1075
|
props: Record<string, any>;
|
1076
|
-
targetRef: import("../../util").TemplateRef;
|
1076
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1077
1077
|
}) => import("vue").VNodeChild) | undefined;
|
1078
1078
|
} | undefined;
|
1079
1079
|
"v-slot:default"?: false | ((arg: {
|
@@ -1082,7 +1082,7 @@ export declare const VSnackbar: {
|
|
1082
1082
|
"v-slot:activator"?: false | ((arg: {
|
1083
1083
|
isActive: boolean;
|
1084
1084
|
props: Record<string, any>;
|
1085
|
-
targetRef: import("../../util").TemplateRef;
|
1085
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1086
1086
|
}) => import("vue").VNodeChild) | undefined;
|
1087
1087
|
onAfterEnter?: (() => any) | undefined;
|
1088
1088
|
onAfterLeave?: (() => any) | undefined;
|
@@ -1103,7 +1103,7 @@ export declare const VSnackbar: {
|
|
1103
1103
|
activator?: ((arg: {
|
1104
1104
|
isActive: boolean;
|
1105
1105
|
props: Record<string, any>;
|
1106
|
-
targetRef: import("../../util").TemplateRef;
|
1106
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1107
1107
|
}) => import("vue").VNode[]) | undefined;
|
1108
1108
|
}>;
|
1109
1109
|
$root: import("vue").ComponentPublicInstance | null;
|
@@ -1113,8 +1113,8 @@ export declare const VSnackbar: {
|
|
1113
1113
|
$el: any;
|
1114
1114
|
$options: import("vue").ComponentOptionsBase<{
|
1115
1115
|
absolute: boolean;
|
1116
|
-
location: import("../../util").Anchor;
|
1117
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1116
|
+
location: import("../../util/index.js").Anchor;
|
1117
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1118
1118
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1119
1119
|
component?: import("vue").Component;
|
1120
1120
|
});
|
@@ -1124,10 +1124,10 @@ export declare const VSnackbar: {
|
|
1124
1124
|
disabled: boolean;
|
1125
1125
|
persistent: boolean;
|
1126
1126
|
modelValue: boolean;
|
1127
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1127
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1128
1128
|
updateLocation: (e?: Event) => void;
|
1129
1129
|
});
|
1130
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1130
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1131
1131
|
activatorProps: Record<string, any>;
|
1132
1132
|
openOnHover: boolean;
|
1133
1133
|
closeOnContentClick: boolean;
|
@@ -1164,7 +1164,7 @@ export declare const VSnackbar: {
|
|
1164
1164
|
activator?: ((arg: {
|
1165
1165
|
isActive: boolean;
|
1166
1166
|
props: Record<string, any>;
|
1167
|
-
targetRef: import("../../util").TemplateRef;
|
1167
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1168
1168
|
}) => import("vue").VNodeChild) | undefined;
|
1169
1169
|
} | ((arg: {
|
1170
1170
|
isActive: Ref<boolean>;
|
@@ -1176,7 +1176,7 @@ export declare const VSnackbar: {
|
|
1176
1176
|
activator?: false | ((arg: {
|
1177
1177
|
isActive: boolean;
|
1178
1178
|
props: Record<string, any>;
|
1179
|
-
targetRef: import("../../util").TemplateRef;
|
1179
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1180
1180
|
}) => import("vue").VNodeChild) | undefined;
|
1181
1181
|
} | undefined;
|
1182
1182
|
} & {
|
@@ -1186,7 +1186,7 @@ export declare const VSnackbar: {
|
|
1186
1186
|
"v-slot:activator"?: false | ((arg: {
|
1187
1187
|
isActive: boolean;
|
1188
1188
|
props: Record<string, any>;
|
1189
|
-
targetRef: import("../../util").TemplateRef;
|
1189
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1190
1190
|
}) => import("vue").VNodeChild) | undefined;
|
1191
1191
|
} & {
|
1192
1192
|
onAfterEnter?: (() => any) | undefined;
|
@@ -1211,8 +1211,8 @@ export declare const VSnackbar: {
|
|
1211
1211
|
afterLeave: () => true;
|
1212
1212
|
}, string, {
|
1213
1213
|
absolute: boolean;
|
1214
|
-
location: import("../../util").Anchor;
|
1215
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1214
|
+
location: import("../../util/index.js").Anchor;
|
1215
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1216
1216
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1217
1217
|
component?: import("vue").Component;
|
1218
1218
|
});
|
@@ -1222,10 +1222,10 @@ export declare const VSnackbar: {
|
|
1222
1222
|
disabled: boolean;
|
1223
1223
|
persistent: boolean;
|
1224
1224
|
modelValue: boolean;
|
1225
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1225
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1226
1226
|
updateLocation: (e?: Event) => void;
|
1227
1227
|
});
|
1228
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1228
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1229
1229
|
activatorProps: Record<string, any>;
|
1230
1230
|
openOnClick: boolean;
|
1231
1231
|
openOnHover: boolean;
|
@@ -1243,7 +1243,7 @@ export declare const VSnackbar: {
|
|
1243
1243
|
activator: (arg: {
|
1244
1244
|
isActive: boolean;
|
1245
1245
|
props: Record<string, any>;
|
1246
|
-
targetRef: import("../../util").TemplateRef;
|
1246
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1247
1247
|
}) => import("vue").VNode[];
|
1248
1248
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1249
1249
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -1267,8 +1267,8 @@ export declare const VSnackbar: {
|
|
1267
1267
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
1268
1268
|
} & Readonly<{
|
1269
1269
|
absolute: boolean;
|
1270
|
-
location: import("../../util").Anchor;
|
1271
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1270
|
+
location: import("../../util/index.js").Anchor;
|
1271
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1272
1272
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1273
1273
|
component?: import("vue").Component;
|
1274
1274
|
});
|
@@ -1278,10 +1278,10 @@ export declare const VSnackbar: {
|
|
1278
1278
|
disabled: boolean;
|
1279
1279
|
persistent: boolean;
|
1280
1280
|
modelValue: boolean;
|
1281
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1281
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1282
1282
|
updateLocation: (e?: Event) => void;
|
1283
1283
|
});
|
1284
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1284
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1285
1285
|
activatorProps: Record<string, any>;
|
1286
1286
|
openOnClick: boolean;
|
1287
1287
|
openOnHover: boolean;
|
@@ -1294,8 +1294,8 @@ export declare const VSnackbar: {
|
|
1294
1294
|
_disableGlobalStack: boolean;
|
1295
1295
|
}> & Omit<{
|
1296
1296
|
absolute: boolean;
|
1297
|
-
location: import("../../util").Anchor;
|
1298
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1297
|
+
location: import("../../util/index.js").Anchor;
|
1298
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1299
1299
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1300
1300
|
component?: import("vue").Component;
|
1301
1301
|
});
|
@@ -1305,10 +1305,10 @@ export declare const VSnackbar: {
|
|
1305
1305
|
disabled: boolean;
|
1306
1306
|
persistent: boolean;
|
1307
1307
|
modelValue: boolean;
|
1308
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1308
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1309
1309
|
updateLocation: (e?: Event) => void;
|
1310
1310
|
});
|
1311
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1311
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1312
1312
|
activatorProps: Record<string, any>;
|
1313
1313
|
openOnHover: boolean;
|
1314
1314
|
closeOnContentClick: boolean;
|
@@ -1345,7 +1345,7 @@ export declare const VSnackbar: {
|
|
1345
1345
|
activator?: ((arg: {
|
1346
1346
|
isActive: boolean;
|
1347
1347
|
props: Record<string, any>;
|
1348
|
-
targetRef: import("../../util").TemplateRef;
|
1348
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1349
1349
|
}) => import("vue").VNodeChild) | undefined;
|
1350
1350
|
} | ((arg: {
|
1351
1351
|
isActive: Ref<boolean>;
|
@@ -1357,7 +1357,7 @@ export declare const VSnackbar: {
|
|
1357
1357
|
activator?: false | ((arg: {
|
1358
1358
|
isActive: boolean;
|
1359
1359
|
props: Record<string, any>;
|
1360
|
-
targetRef: import("../../util").TemplateRef;
|
1360
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1361
1361
|
}) => import("vue").VNodeChild) | undefined;
|
1362
1362
|
} | undefined;
|
1363
1363
|
} & {
|
@@ -1367,7 +1367,7 @@ export declare const VSnackbar: {
|
|
1367
1367
|
"v-slot:activator"?: false | ((arg: {
|
1368
1368
|
isActive: boolean;
|
1369
1369
|
props: Record<string, any>;
|
1370
|
-
targetRef: import("../../util").TemplateRef;
|
1370
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1371
1371
|
}) => import("vue").VNodeChild) | undefined;
|
1372
1372
|
} & {
|
1373
1373
|
onAfterEnter?: (() => any) | undefined;
|
@@ -1398,8 +1398,8 @@ export declare const VSnackbar: {
|
|
1398
1398
|
}, {}, {}, {}, {
|
1399
1399
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1400
1400
|
absolute: boolean;
|
1401
|
-
location: import("../../util").Anchor;
|
1402
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1401
|
+
location: import("../../util/index.js").Anchor;
|
1402
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1403
1403
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1404
1404
|
component?: import("vue").Component;
|
1405
1405
|
});
|
@@ -1412,7 +1412,7 @@ export declare const VSnackbar: {
|
|
1412
1412
|
modelValue: boolean;
|
1413
1413
|
rounded: string | number | boolean;
|
1414
1414
|
tile: boolean;
|
1415
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1415
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1416
1416
|
updateLocation: (e?: Event) => void;
|
1417
1417
|
});
|
1418
1418
|
activatorProps: Record<string, any>;
|
@@ -1430,8 +1430,8 @@ export declare const VSnackbar: {
|
|
1430
1430
|
} & import("vue").ComponentOptionsBase<{
|
1431
1431
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1432
1432
|
absolute: boolean;
|
1433
|
-
location: import("../../util").Anchor;
|
1434
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1433
|
+
location: import("../../util/index.js").Anchor;
|
1434
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1435
1435
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1436
1436
|
component?: import("vue").Component;
|
1437
1437
|
});
|
@@ -1443,7 +1443,7 @@ export declare const VSnackbar: {
|
|
1443
1443
|
vertical: boolean;
|
1444
1444
|
modelValue: boolean;
|
1445
1445
|
tile: boolean;
|
1446
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1446
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1447
1447
|
updateLocation: (e?: Event) => void;
|
1448
1448
|
});
|
1449
1449
|
activatorProps: Record<string, any>;
|
@@ -1517,8 +1517,8 @@ export declare const VSnackbar: {
|
|
1517
1517
|
$data: {};
|
1518
1518
|
$props: Partial<{
|
1519
1519
|
absolute: boolean;
|
1520
|
-
location: import("../../util").Anchor;
|
1521
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1520
|
+
location: import("../../util/index.js").Anchor;
|
1521
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1522
1522
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1523
1523
|
component?: import("vue").Component;
|
1524
1524
|
});
|
@@ -1528,10 +1528,10 @@ export declare const VSnackbar: {
|
|
1528
1528
|
disabled: boolean;
|
1529
1529
|
persistent: boolean;
|
1530
1530
|
modelValue: boolean;
|
1531
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1531
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1532
1532
|
updateLocation: (e?: Event) => void;
|
1533
1533
|
});
|
1534
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1534
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1535
1535
|
activatorProps: Record<string, any>;
|
1536
1536
|
openOnClick: boolean;
|
1537
1537
|
openOnHover: boolean;
|
@@ -1544,8 +1544,8 @@ export declare const VSnackbar: {
|
|
1544
1544
|
_disableGlobalStack: boolean;
|
1545
1545
|
}> & Omit<{
|
1546
1546
|
absolute: boolean;
|
1547
|
-
location: import("../../util").Anchor;
|
1548
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1547
|
+
location: import("../../util/index.js").Anchor;
|
1548
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1549
1549
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1550
1550
|
component?: import("vue").Component;
|
1551
1551
|
});
|
@@ -1555,10 +1555,10 @@ export declare const VSnackbar: {
|
|
1555
1555
|
disabled: boolean;
|
1556
1556
|
persistent: boolean;
|
1557
1557
|
modelValue: boolean;
|
1558
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1558
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1559
1559
|
updateLocation: (e?: Event) => void;
|
1560
1560
|
});
|
1561
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1561
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1562
1562
|
activatorProps: Record<string, any>;
|
1563
1563
|
openOnHover: boolean;
|
1564
1564
|
closeOnContentClick: boolean;
|
@@ -1593,7 +1593,7 @@ export declare const VSnackbar: {
|
|
1593
1593
|
activator?: ((arg: {
|
1594
1594
|
isActive: boolean;
|
1595
1595
|
props: Record<string, any>;
|
1596
|
-
targetRef: import("../../util").TemplateRef;
|
1596
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1597
1597
|
}) => import("vue").VNodeChild) | undefined;
|
1598
1598
|
} | ((arg: {
|
1599
1599
|
isActive: Ref<boolean>;
|
@@ -1605,7 +1605,7 @@ export declare const VSnackbar: {
|
|
1605
1605
|
activator?: false | ((arg: {
|
1606
1606
|
isActive: boolean;
|
1607
1607
|
props: Record<string, any>;
|
1608
|
-
targetRef: import("../../util").TemplateRef;
|
1608
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1609
1609
|
}) => import("vue").VNodeChild) | undefined;
|
1610
1610
|
} | undefined;
|
1611
1611
|
"v-slot:default"?: false | ((arg: {
|
@@ -1614,7 +1614,7 @@ export declare const VSnackbar: {
|
|
1614
1614
|
"v-slot:activator"?: false | ((arg: {
|
1615
1615
|
isActive: boolean;
|
1616
1616
|
props: Record<string, any>;
|
1617
|
-
targetRef: import("../../util").TemplateRef;
|
1617
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1618
1618
|
}) => import("vue").VNodeChild) | undefined;
|
1619
1619
|
onAfterEnter?: (() => any) | undefined;
|
1620
1620
|
onAfterLeave?: (() => any) | undefined;
|
@@ -1635,7 +1635,7 @@ export declare const VSnackbar: {
|
|
1635
1635
|
activator?: ((arg: {
|
1636
1636
|
isActive: boolean;
|
1637
1637
|
props: Record<string, any>;
|
1638
|
-
targetRef: import("../../util").TemplateRef;
|
1638
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1639
1639
|
}) => import("vue").VNode[]) | undefined;
|
1640
1640
|
}>;
|
1641
1641
|
$root: import("vue").ComponentPublicInstance | null;
|
@@ -1645,8 +1645,8 @@ export declare const VSnackbar: {
|
|
1645
1645
|
$el: any;
|
1646
1646
|
$options: import("vue").ComponentOptionsBase<{
|
1647
1647
|
absolute: boolean;
|
1648
|
-
location: import("../../util").Anchor;
|
1649
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1648
|
+
location: import("../../util/index.js").Anchor;
|
1649
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1650
1650
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1651
1651
|
component?: import("vue").Component;
|
1652
1652
|
});
|
@@ -1656,10 +1656,10 @@ export declare const VSnackbar: {
|
|
1656
1656
|
disabled: boolean;
|
1657
1657
|
persistent: boolean;
|
1658
1658
|
modelValue: boolean;
|
1659
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1659
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1660
1660
|
updateLocation: (e?: Event) => void;
|
1661
1661
|
});
|
1662
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1662
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1663
1663
|
activatorProps: Record<string, any>;
|
1664
1664
|
openOnHover: boolean;
|
1665
1665
|
closeOnContentClick: boolean;
|
@@ -1696,7 +1696,7 @@ export declare const VSnackbar: {
|
|
1696
1696
|
activator?: ((arg: {
|
1697
1697
|
isActive: boolean;
|
1698
1698
|
props: Record<string, any>;
|
1699
|
-
targetRef: import("../../util").TemplateRef;
|
1699
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1700
1700
|
}) => import("vue").VNodeChild) | undefined;
|
1701
1701
|
} | ((arg: {
|
1702
1702
|
isActive: Ref<boolean>;
|
@@ -1708,7 +1708,7 @@ export declare const VSnackbar: {
|
|
1708
1708
|
activator?: false | ((arg: {
|
1709
1709
|
isActive: boolean;
|
1710
1710
|
props: Record<string, any>;
|
1711
|
-
targetRef: import("../../util").TemplateRef;
|
1711
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1712
1712
|
}) => import("vue").VNodeChild) | undefined;
|
1713
1713
|
} | undefined;
|
1714
1714
|
} & {
|
@@ -1718,7 +1718,7 @@ export declare const VSnackbar: {
|
|
1718
1718
|
"v-slot:activator"?: false | ((arg: {
|
1719
1719
|
isActive: boolean;
|
1720
1720
|
props: Record<string, any>;
|
1721
|
-
targetRef: import("../../util").TemplateRef;
|
1721
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1722
1722
|
}) => import("vue").VNodeChild) | undefined;
|
1723
1723
|
} & {
|
1724
1724
|
onAfterEnter?: (() => any) | undefined;
|
@@ -1743,8 +1743,8 @@ export declare const VSnackbar: {
|
|
1743
1743
|
afterLeave: () => true;
|
1744
1744
|
}, string, {
|
1745
1745
|
absolute: boolean;
|
1746
|
-
location: import("../../util").Anchor;
|
1747
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1746
|
+
location: import("../../util/index.js").Anchor;
|
1747
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1748
1748
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1749
1749
|
component?: import("vue").Component;
|
1750
1750
|
});
|
@@ -1754,10 +1754,10 @@ export declare const VSnackbar: {
|
|
1754
1754
|
disabled: boolean;
|
1755
1755
|
persistent: boolean;
|
1756
1756
|
modelValue: boolean;
|
1757
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1757
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1758
1758
|
updateLocation: (e?: Event) => void;
|
1759
1759
|
});
|
1760
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1760
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1761
1761
|
activatorProps: Record<string, any>;
|
1762
1762
|
openOnClick: boolean;
|
1763
1763
|
openOnHover: boolean;
|
@@ -1775,7 +1775,7 @@ export declare const VSnackbar: {
|
|
1775
1775
|
activator: (arg: {
|
1776
1776
|
isActive: boolean;
|
1777
1777
|
props: Record<string, any>;
|
1778
|
-
targetRef: import("../../util").TemplateRef;
|
1778
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1779
1779
|
}) => import("vue").VNode[];
|
1780
1780
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
1781
1781
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -1799,8 +1799,8 @@ export declare const VSnackbar: {
|
|
1799
1799
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
1800
1800
|
} & Readonly<{
|
1801
1801
|
absolute: boolean;
|
1802
|
-
location: import("../../util").Anchor;
|
1803
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1802
|
+
location: import("../../util/index.js").Anchor;
|
1803
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1804
1804
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1805
1805
|
component?: import("vue").Component;
|
1806
1806
|
});
|
@@ -1810,10 +1810,10 @@ export declare const VSnackbar: {
|
|
1810
1810
|
disabled: boolean;
|
1811
1811
|
persistent: boolean;
|
1812
1812
|
modelValue: boolean;
|
1813
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1813
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1814
1814
|
updateLocation: (e?: Event) => void;
|
1815
1815
|
});
|
1816
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1816
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1817
1817
|
activatorProps: Record<string, any>;
|
1818
1818
|
openOnClick: boolean;
|
1819
1819
|
openOnHover: boolean;
|
@@ -1826,8 +1826,8 @@ export declare const VSnackbar: {
|
|
1826
1826
|
_disableGlobalStack: boolean;
|
1827
1827
|
}> & Omit<{
|
1828
1828
|
absolute: boolean;
|
1829
|
-
location: import("../../util").Anchor;
|
1830
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1829
|
+
location: import("../../util/index.js").Anchor;
|
1830
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1831
1831
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1832
1832
|
component?: import("vue").Component;
|
1833
1833
|
});
|
@@ -1837,10 +1837,10 @@ export declare const VSnackbar: {
|
|
1837
1837
|
disabled: boolean;
|
1838
1838
|
persistent: boolean;
|
1839
1839
|
modelValue: boolean;
|
1840
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1840
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1841
1841
|
updateLocation: (e?: Event) => void;
|
1842
1842
|
});
|
1843
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies").ScrollStrategyData, props: import("../VOverlay/scrollStrategies").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1843
|
+
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1844
1844
|
activatorProps: Record<string, any>;
|
1845
1845
|
openOnHover: boolean;
|
1846
1846
|
closeOnContentClick: boolean;
|
@@ -1877,7 +1877,7 @@ export declare const VSnackbar: {
|
|
1877
1877
|
activator?: ((arg: {
|
1878
1878
|
isActive: boolean;
|
1879
1879
|
props: Record<string, any>;
|
1880
|
-
targetRef: import("../../util").TemplateRef;
|
1880
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1881
1881
|
}) => import("vue").VNodeChild) | undefined;
|
1882
1882
|
} | ((arg: {
|
1883
1883
|
isActive: Ref<boolean>;
|
@@ -1889,7 +1889,7 @@ export declare const VSnackbar: {
|
|
1889
1889
|
activator?: false | ((arg: {
|
1890
1890
|
isActive: boolean;
|
1891
1891
|
props: Record<string, any>;
|
1892
|
-
targetRef: import("../../util").TemplateRef;
|
1892
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1893
1893
|
}) => import("vue").VNodeChild) | undefined;
|
1894
1894
|
} | undefined;
|
1895
1895
|
} & {
|
@@ -1899,7 +1899,7 @@ export declare const VSnackbar: {
|
|
1899
1899
|
"v-slot:activator"?: false | ((arg: {
|
1900
1900
|
isActive: boolean;
|
1901
1901
|
props: Record<string, any>;
|
1902
|
-
targetRef: import("../../util").TemplateRef;
|
1902
|
+
targetRef: import("../../util/index.js").TemplateRef;
|
1903
1903
|
}) => import("vue").VNodeChild) | undefined;
|
1904
1904
|
} & {
|
1905
1905
|
onAfterEnter?: (() => any) | undefined;
|
@@ -1932,8 +1932,8 @@ export declare const VSnackbar: {
|
|
1932
1932
|
}, string, {
|
1933
1933
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1934
1934
|
absolute: boolean;
|
1935
|
-
location: import("../../util").Anchor;
|
1936
|
-
origin: "auto" | import("../../util").Anchor | "overlap";
|
1935
|
+
location: import("../../util/index.js").Anchor;
|
1936
|
+
origin: "auto" | import("../../util/index.js").Anchor | "overlap";
|
1937
1937
|
transition: string | boolean | (import("vue").TransitionProps & {
|
1938
1938
|
component?: import("vue").Component;
|
1939
1939
|
});
|
@@ -1946,7 +1946,7 @@ export declare const VSnackbar: {
|
|
1946
1946
|
modelValue: boolean;
|
1947
1947
|
rounded: string | number | boolean;
|
1948
1948
|
tile: boolean;
|
1949
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies").LocationStrategyData, props: import("../VOverlay/locationStrategies").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1949
|
+
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1950
1950
|
updateLocation: (e?: Event) => void;
|
1951
1951
|
});
|
1952
1952
|
activatorProps: Record<string, any>;
|
@@ -1967,15 +1967,15 @@ export declare const VSnackbar: {
|
|
1967
1967
|
isActive: Ref<boolean>;
|
1968
1968
|
}) => import("vue").VNode[];
|
1969
1969
|
text: () => import("vue").VNode[];
|
1970
|
-
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
|
1971
|
-
offset: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["offset"]>;
|
1970
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
|
1971
|
+
offset: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["offset"]>;
|
1972
1972
|
absolute: BooleanConstructor;
|
1973
1973
|
location: {
|
1974
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["location"]>;
|
1974
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
|
1975
1975
|
default: string;
|
1976
1976
|
};
|
1977
1977
|
origin: {
|
1978
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["origin"]>;
|
1978
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["origin"]>;
|
1979
1979
|
default: string;
|
1980
1980
|
};
|
1981
1981
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -2010,13 +2010,13 @@ export declare const VSnackbar: {
|
|
2010
2010
|
target: import("vue").PropType<Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2011
2011
|
eager: BooleanConstructor;
|
2012
2012
|
disabled: BooleanConstructor;
|
2013
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
2013
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2014
2014
|
theme: StringConstructor;
|
2015
2015
|
modelValue: BooleanConstructor;
|
2016
2016
|
contentClass: null;
|
2017
2017
|
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2018
2018
|
locationStrategy: {
|
2019
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["locationStrategy"]>;
|
2019
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2020
2020
|
default: string;
|
2021
2021
|
validator: (val: any) => boolean;
|
2022
2022
|
};
|
@@ -2045,7 +2045,7 @@ export declare const VSnackbar: {
|
|
2045
2045
|
attach: import("vue").PropType<boolean | string | Element>;
|
2046
2046
|
color: StringConstructor;
|
2047
2047
|
variant: {
|
2048
|
-
type: import("vue").PropType<import("../../composables/variant").Variant>;
|
2048
|
+
type: import("vue").PropType<import("../../composables/variant.js").Variant>;
|
2049
2049
|
default: string;
|
2050
2050
|
validator: (v: any) => boolean;
|
2051
2051
|
};
|
@@ -2067,14 +2067,14 @@ export declare const VSnackbar: {
|
|
2067
2067
|
};
|
2068
2068
|
vertical: BooleanConstructor;
|
2069
2069
|
}, import("vue").ExtractPropTypes<{
|
2070
|
-
offset: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["offset"]>;
|
2070
|
+
offset: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["offset"]>;
|
2071
2071
|
absolute: BooleanConstructor;
|
2072
2072
|
location: {
|
2073
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["location"]>;
|
2073
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
|
2074
2074
|
default: string;
|
2075
2075
|
};
|
2076
2076
|
origin: {
|
2077
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["origin"]>;
|
2077
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["origin"]>;
|
2078
2078
|
default: string;
|
2079
2079
|
};
|
2080
2080
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -2109,13 +2109,13 @@ export declare const VSnackbar: {
|
|
2109
2109
|
target: import("vue").PropType<Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2110
2110
|
eager: BooleanConstructor;
|
2111
2111
|
disabled: BooleanConstructor;
|
2112
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
2112
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2113
2113
|
theme: StringConstructor;
|
2114
2114
|
modelValue: BooleanConstructor;
|
2115
2115
|
contentClass: null;
|
2116
2116
|
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2117
2117
|
locationStrategy: {
|
2118
|
-
type: import("vue").PropType<import("../VOverlay/locationStrategies").StrategyProps["locationStrategy"]>;
|
2118
|
+
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2119
2119
|
default: string;
|
2120
2120
|
validator: (val: any) => boolean;
|
2121
2121
|
};
|
@@ -2144,7 +2144,7 @@ export declare const VSnackbar: {
|
|
2144
2144
|
attach: import("vue").PropType<boolean | string | Element>;
|
2145
2145
|
color: StringConstructor;
|
2146
2146
|
variant: {
|
2147
|
-
type: import("vue").PropType<import("../../composables/variant").Variant>;
|
2147
|
+
type: import("vue").PropType<import("../../composables/variant.js").Variant>;
|
2148
2148
|
default: string;
|
2149
2149
|
validator: (v: any) => boolean;
|
2150
2150
|
};
|