vuetify 3.3.0 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +88 -60
- package/dist/json/importMap.json +26 -26
- package/dist/json/tags.json +8 -1
- package/dist/json/web-types.json +836 -899
- package/dist/vuetify-labs.css +136 -114
- package/dist/vuetify-labs.d.ts +6688 -11806
- package/dist/vuetify-labs.esm.js +8271 -8060
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8270 -8059
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +133 -112
- package/dist/vuetify.d.ts +4441 -8286
- package/dist/vuetify.esm.js +6686 -6548
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6685 -6547
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +979 -975
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +31 -31
- package/lib/blueprints/md1.d.mts +31 -31
- package/lib/blueprints/md2.d.mts +31 -31
- package/lib/blueprints/md3.d.mts +31 -31
- package/lib/components/VAlert/VAlert.mjs +6 -6
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAlert/index.d.mts +16 -74
- package/lib/components/VApp/VApp.mjs +4 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +0 -15
- package/lib/components/VAppBar/VAppBar.mjs +9 -6
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -82
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -11
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +205 -259
- package/lib/components/VAvatar/VAvatar.mjs +4 -4
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +0 -15
- package/lib/components/VBadge/VBadge.mjs +6 -6
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +0 -19
- package/lib/components/VBanner/VBanner.mjs +7 -10
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +2 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs +1 -0
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +1 -58
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +0 -15
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +30 -60
- package/lib/components/VBtn/VBtn.mjs +6 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/_variables.scss +15 -15
- package/lib/components/VBtn/index.d.mts +0 -27
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +0 -15
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +19 -34
- package/lib/components/VCard/VCard.mjs +7 -7
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +2 -2
- package/lib/components/VCard/VCardItem.mjs +4 -4
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -0
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs +1 -0
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +10 -11
- package/lib/components/VCard/index.d.mts +16 -158
- package/lib/components/VCarousel/VCarousel.mjs +4 -7
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +79 -237
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +191 -277
- package/lib/components/VChip/VChip.mjs +7 -7
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +19 -82
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +19 -58
- package/lib/components/VCode/index.d.mts +0 -15
- package/lib/components/VCode/index.mjs +3 -0
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +13 -12
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +205 -259
- package/lib/components/VCounter/VCounter.mjs +2 -2
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +19 -34
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +7 -24
- package/lib/components/VDialog/VDialog.mjs +7 -7
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +175 -301
- package/lib/components/VDivider/VDivider.mjs +3 -3
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +0 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +35 -107
- package/lib/components/VField/VField.mjs +8 -8
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VField/index.d.mts +39 -54
- package/lib/components/VFileInput/VFileInput.mjs +5 -5
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +381 -537
- package/lib/components/VFooter/VFooter.mjs +4 -4
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/_variables.scss +1 -1
- package/lib/components/VFooter/index.d.mts +0 -15
- package/lib/components/VForm/VForm.mjs +3 -3
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +19 -146
- package/lib/components/VGrid/VCol.mjs +2 -2
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +3 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +2 -2
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +0 -60
- package/lib/components/VHover/VHover.mjs +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +19 -46
- package/lib/components/VIcon/VIcon.mjs +4 -4
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +0 -30
- package/lib/components/VImg/VImg.mjs +5 -4
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +0 -27
- package/lib/components/VInput/InputIcon.mjs +3 -2
- package/lib/components/VInput/InputIcon.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +9 -5
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/_variables.scss +1 -1
- package/lib/components/VInput/index.d.mts +88 -119
- package/lib/components/VItemGroup/VItem.mjs +2 -2
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +38 -120
- package/lib/components/VKbd/index.d.mts +0 -15
- package/lib/components/VKbd/index.mjs +3 -0
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +0 -15
- package/lib/components/VLayout/VLayout.mjs +3 -3
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +0 -30
- package/lib/components/VLazy/VLazy.mjs +3 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +0 -15
- package/lib/components/VList/VList.css +1 -0
- package/lib/components/VList/VList.mjs +5 -4
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -0
- package/lib/components/VList/VListChildren.mjs +3 -3
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -8
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs +1 -0
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +18 -0
- package/lib/components/VList/VListItem.mjs +9 -9
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +12 -0
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -0
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs +1 -0
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +6 -6
- package/lib/components/VList/index.d.mts +185 -337
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +0 -15
- package/lib/components/VMain/VMain.mjs +3 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +0 -15
- package/lib/components/VMenu/VMenu.mjs +7 -7
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +222 -348
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.mjs +3 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +15 -42
- package/lib/components/VOverlay/VOverlay.mjs +11 -14
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +55 -94
- package/lib/components/VOverlay/locationStrategies.mjs +5 -5
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +6 -10
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +2 -0
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +9 -9
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +75 -106
- package/lib/components/VParallax/VParallax.mjs +3 -6
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +0 -27
- package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +19 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +19 -46
- package/lib/components/VRadio/VRadio.mjs +3 -3
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +33 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +140 -191
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +100 -143
- package/lib/components/VRating/VRating.mjs +6 -9
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +30 -49
- package/lib/components/VResponsive/VResponsive.css +1 -0
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +1 -0
- package/lib/components/VResponsive/index.d.mts +0 -19
- package/lib/components/VSelect/VSelect.mjs +9 -9
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +205 -259
- package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +24 -24
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
- package/lib/components/VSheet/VSheet.mjs +4 -4
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +0 -15
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +68 -126
- package/lib/components/VSlider/VSlider.css +5 -4
- package/lib/components/VSlider/VSlider.mjs +6 -6
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +5 -4
- package/lib/components/VSlider/VSliderThumb.mjs +6 -6
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +3 -3
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +100 -143
- package/lib/components/VSlider/slider.mjs +4 -7
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -1
- package/lib/components/VSnackbar/index.d.mts +167 -289
- package/lib/components/VStepper/index.mjs +3 -2
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +6 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +164 -219
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VSystemBar/index.d.mts +0 -15
- package/lib/components/VTable/VTable.mjs +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/_variables.scss +1 -1
- package/lib/components/VTable/index.d.mts +0 -27
- package/lib/components/VTabs/VTab.mjs +3 -3
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +7 -7
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +0 -30
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.mjs +6 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +423 -559
- package/lib/components/VTextarea/VTextarea.mjs +8 -11
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +362 -494
- package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +0 -15
- package/lib/components/VTimeline/VTimeline.mjs +4 -4
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +0 -38
- package/lib/components/VToolbar/VToolbar.mjs +8 -8
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VToolbar/index.d.mts +1 -70
- package/lib/components/VTooltip/VTooltip.mjs +6 -6
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +222 -348
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -90
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +25 -25
- package/lib/components/VWindow/VWindow.mjs +6 -6
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +5 -5
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +64 -138
- package/lib/components/index.d.mts +4688 -8535
- package/lib/components/transitions/createTransition.mjs +5 -8
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +1 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +117 -357
- package/lib/composables/defaults.mjs +5 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +2 -4
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/hydration.mjs +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +7 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/lazy.mjs +1 -3
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +2 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/mutationObserver.mjs +2 -5
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +1 -0
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +3 -3
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs +4 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +4 -4
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -4
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +1 -0
- package/lib/composables/scopeId.mjs.map +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +4 -0
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/composables/touch.mjs +1 -0
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +108 -0
- package/lib/composables/virtual.mjs.map +1 -0
- package/lib/directives/click-outside/index.mjs +2 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +2 -0
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +2 -0
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +1 -2
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +7 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +4 -6
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +1 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +4 -3
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +4 -3
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +4 -3
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +40 -38
- package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/labs/VBottomSheet/index.d.mts +55 -94
- package/lib/labs/VDataIterator/VDataIterator.mjs +13 -10
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/labs/VDataIterator/composables/items.mjs +9 -3
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/labs/VDataIterator/index.d.mts +143 -132
- package/lib/labs/VDataTable/VDataTable.css +1 -0
- package/lib/labs/VDataTable/VDataTable.mjs +14 -11
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +1 -0
- package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +10 -9
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +15 -10
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +40 -25
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +4 -4
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +1 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/headers.mjs +2 -2
- package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +12 -9
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +125 -9
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +4 -9
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +1792 -2979
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
- package/lib/labs/components.d.mts +2049 -3320
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/entry-bundler.mjs +3 -1
- package/lib/labs/entry-bundler.mjs.map +1 -1
- package/lib/locale/adapters/vue-i18n.d.mts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +5 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vuetify.mjs +1 -3
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/styles/settings/_colors.scss +18 -15
- package/lib/util/anchor.mjs +1 -0
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/animation.mjs +1 -0
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/color/APCA.mjs +1 -0
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs +2 -0
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs +3 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +1 -0
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +2 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +5 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -2
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +1 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -2
- package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
- package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
|
@@ -104,14 +104,14 @@ declare const VSnackbar: {
|
|
|
104
104
|
rounded?: string | number | boolean | undefined;
|
|
105
105
|
variant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
|
106
106
|
modelValue?: boolean | undefined;
|
|
107
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
108
|
+
updateLocation: (e: Event) => void;
|
|
109
|
+
} | undefined) | undefined;
|
|
107
110
|
activatorProps?: Record<string, any> | undefined;
|
|
108
111
|
openOnClick?: boolean | undefined;
|
|
109
112
|
openOnHover?: boolean | undefined;
|
|
110
113
|
openOnFocus?: boolean | undefined;
|
|
111
114
|
closeOnContentClick?: boolean | undefined;
|
|
112
|
-
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
113
|
-
updateLocation: (e: Event) => void;
|
|
114
|
-
} | undefined) | undefined;
|
|
115
115
|
closeOnBack?: boolean | undefined;
|
|
116
116
|
contained?: boolean | undefined;
|
|
117
117
|
multiLine?: boolean | undefined;
|
|
@@ -127,7 +127,7 @@ declare const VSnackbar: {
|
|
|
127
127
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
128
128
|
class?: any;
|
|
129
129
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
130
|
-
activator?: ((
|
|
130
|
+
activator?: ((arg: {
|
|
131
131
|
isActive: boolean;
|
|
132
132
|
props: Record<string, any>;
|
|
133
133
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -140,7 +140,7 @@ declare const VSnackbar: {
|
|
|
140
140
|
theme?: string | undefined;
|
|
141
141
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
142
142
|
'v-slots'?: {
|
|
143
|
-
activator?: false | ((
|
|
143
|
+
activator?: false | ((arg: {
|
|
144
144
|
isActive: boolean;
|
|
145
145
|
props: Record<string, any>;
|
|
146
146
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -148,14 +148,6 @@ declare const VSnackbar: {
|
|
|
148
148
|
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
149
149
|
} | undefined;
|
|
150
150
|
contentClass?: any;
|
|
151
|
-
$slots?: {
|
|
152
|
-
activator?: ((args_0: {
|
|
153
|
-
isActive: boolean;
|
|
154
|
-
props: Record<string, any>;
|
|
155
|
-
}) => vue.VNodeChild) | undefined;
|
|
156
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
157
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
158
|
-
} | undefined;
|
|
159
151
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
160
152
|
[key: string]: any;
|
|
161
153
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -196,7 +188,7 @@ declare const VSnackbar: {
|
|
|
196
188
|
}>) => void)[] | undefined;
|
|
197
189
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
198
190
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
199
|
-
"v-slot:activator"?: false | ((
|
|
191
|
+
"v-slot:activator"?: false | ((arg: {
|
|
200
192
|
isActive: boolean;
|
|
201
193
|
props: Record<string, any>;
|
|
202
194
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -213,7 +205,7 @@ declare const VSnackbar: {
|
|
|
213
205
|
[x: string]: unknown;
|
|
214
206
|
};
|
|
215
207
|
$slots: Readonly<{
|
|
216
|
-
activator?: ((
|
|
208
|
+
activator?: ((arg: {
|
|
217
209
|
isActive: boolean;
|
|
218
210
|
props: Record<string, any>;
|
|
219
211
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -245,12 +237,12 @@ declare const VSnackbar: {
|
|
|
245
237
|
vertical: boolean;
|
|
246
238
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
247
239
|
modelValue: boolean;
|
|
248
|
-
activatorProps: Record<string, any>;
|
|
249
|
-
openOnHover: boolean;
|
|
250
|
-
closeOnContentClick: boolean;
|
|
251
240
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
252
241
|
updateLocation: (e: Event) => void;
|
|
253
242
|
} | undefined);
|
|
243
|
+
activatorProps: Record<string, any>;
|
|
244
|
+
openOnHover: boolean;
|
|
245
|
+
closeOnContentClick: boolean;
|
|
254
246
|
closeOnBack: boolean;
|
|
255
247
|
contained: boolean;
|
|
256
248
|
multiLine: boolean;
|
|
@@ -277,7 +269,7 @@ declare const VSnackbar: {
|
|
|
277
269
|
attach?: string | boolean | Element | undefined;
|
|
278
270
|
} & {
|
|
279
271
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
280
|
-
activator?: ((
|
|
272
|
+
activator?: ((arg: {
|
|
281
273
|
isActive: boolean;
|
|
282
274
|
props: Record<string, any>;
|
|
283
275
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -285,7 +277,7 @@ declare const VSnackbar: {
|
|
|
285
277
|
actions?: (() => vue.VNodeChild) | undefined;
|
|
286
278
|
};
|
|
287
279
|
'v-slots'?: {
|
|
288
|
-
activator?: false | ((
|
|
280
|
+
activator?: false | ((arg: {
|
|
289
281
|
isActive: boolean;
|
|
290
282
|
props: Record<string, any>;
|
|
291
283
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -293,21 +285,12 @@ declare const VSnackbar: {
|
|
|
293
285
|
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
294
286
|
} | undefined;
|
|
295
287
|
} & {
|
|
296
|
-
"v-slot:activator"?: false | ((
|
|
288
|
+
"v-slot:activator"?: false | ((arg: {
|
|
297
289
|
isActive: boolean;
|
|
298
290
|
props: Record<string, any>;
|
|
299
291
|
}) => vue.VNodeChild) | undefined;
|
|
300
292
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
301
293
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
302
|
-
} & {
|
|
303
|
-
$slots?: {
|
|
304
|
-
activator?: ((args_0: {
|
|
305
|
-
isActive: boolean;
|
|
306
|
-
props: Record<string, any>;
|
|
307
|
-
}) => vue.VNodeChild) | undefined;
|
|
308
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
309
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
310
|
-
} | undefined;
|
|
311
294
|
} & {
|
|
312
295
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
313
296
|
}, Omit<Omit<{
|
|
@@ -325,15 +308,15 @@ declare const VSnackbar: {
|
|
|
325
308
|
eager?: boolean | undefined;
|
|
326
309
|
disabled?: boolean | undefined;
|
|
327
310
|
modelValue?: boolean | undefined;
|
|
311
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
312
|
+
updateLocation: (e: Event) => void;
|
|
313
|
+
} | undefined) | undefined;
|
|
314
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
328
315
|
activatorProps?: Record<string, any> | undefined;
|
|
329
316
|
openOnClick?: boolean | undefined;
|
|
330
317
|
openOnHover?: boolean | undefined;
|
|
331
318
|
openOnFocus?: boolean | undefined;
|
|
332
319
|
closeOnContentClick?: boolean | undefined;
|
|
333
|
-
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
334
|
-
updateLocation: (e: Event) => void;
|
|
335
|
-
} | undefined) | undefined;
|
|
336
|
-
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
337
320
|
closeOnBack?: boolean | undefined;
|
|
338
321
|
contained?: boolean | undefined;
|
|
339
322
|
noClickAnimation?: boolean | undefined;
|
|
@@ -351,42 +334,33 @@ declare const VSnackbar: {
|
|
|
351
334
|
class?: any;
|
|
352
335
|
onAfterLeave?: (() => any) | undefined;
|
|
353
336
|
$children?: vue.VNodeChild | {
|
|
354
|
-
default?: ((
|
|
337
|
+
default?: ((arg: {
|
|
355
338
|
isActive: vue.Ref<boolean>;
|
|
356
339
|
}) => vue.VNodeChild) | undefined;
|
|
357
|
-
activator?: ((
|
|
340
|
+
activator?: ((arg: {
|
|
358
341
|
isActive: boolean;
|
|
359
342
|
props: Record<string, any>;
|
|
360
343
|
}) => vue.VNodeChild) | undefined;
|
|
361
|
-
} | ((
|
|
344
|
+
} | ((arg: {
|
|
362
345
|
isActive: vue.Ref<boolean>;
|
|
363
346
|
}) => vue.VNodeChild);
|
|
364
347
|
ref?: vue.VNodeRef | undefined;
|
|
365
348
|
ref_for?: boolean | undefined;
|
|
366
349
|
ref_key?: string | undefined;
|
|
367
350
|
theme?: string | undefined;
|
|
368
|
-
"v-slot:default"?: false | ((
|
|
351
|
+
"v-slot:default"?: false | ((arg: {
|
|
369
352
|
isActive: vue.Ref<boolean>;
|
|
370
353
|
}) => vue.VNodeChild) | undefined;
|
|
371
354
|
'v-slots'?: {
|
|
372
|
-
default?: false | ((
|
|
355
|
+
default?: false | ((arg: {
|
|
373
356
|
isActive: vue.Ref<boolean>;
|
|
374
357
|
}) => vue.VNodeChild) | undefined;
|
|
375
|
-
activator?: false | ((
|
|
358
|
+
activator?: false | ((arg: {
|
|
376
359
|
isActive: boolean;
|
|
377
360
|
props: Record<string, any>;
|
|
378
361
|
}) => vue.VNodeChild) | undefined;
|
|
379
362
|
} | undefined;
|
|
380
363
|
contentClass?: any;
|
|
381
|
-
$slots?: {
|
|
382
|
-
default?: ((args_0: {
|
|
383
|
-
isActive: vue.Ref<boolean>;
|
|
384
|
-
}) => vue.VNodeChild) | undefined;
|
|
385
|
-
activator?: ((args_0: {
|
|
386
|
-
isActive: boolean;
|
|
387
|
-
props: Record<string, any>;
|
|
388
|
-
}) => vue.VNodeChild) | undefined;
|
|
389
|
-
} | undefined;
|
|
390
364
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
391
365
|
[key: string]: any;
|
|
392
366
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -427,7 +401,7 @@ declare const VSnackbar: {
|
|
|
427
401
|
}>) => void)[] | undefined;
|
|
428
402
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
429
403
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
430
|
-
"v-slot:activator"?: false | ((
|
|
404
|
+
"v-slot:activator"?: false | ((arg: {
|
|
431
405
|
isActive: boolean;
|
|
432
406
|
props: Record<string, any>;
|
|
433
407
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -444,12 +418,12 @@ declare const VSnackbar: {
|
|
|
444
418
|
[x: string]: unknown;
|
|
445
419
|
};
|
|
446
420
|
$slots: Readonly<{
|
|
447
|
-
default?: ((
|
|
421
|
+
default?: ((arg: {
|
|
448
422
|
isActive: vue.Ref<boolean>;
|
|
449
423
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
450
424
|
[key: string]: any;
|
|
451
425
|
}>[]) | undefined;
|
|
452
|
-
activator?: ((
|
|
426
|
+
activator?: ((arg: {
|
|
453
427
|
isActive: boolean;
|
|
454
428
|
props: Record<string, any>;
|
|
455
429
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -472,13 +446,13 @@ declare const VSnackbar: {
|
|
|
472
446
|
eager: boolean;
|
|
473
447
|
disabled: boolean;
|
|
474
448
|
modelValue: boolean;
|
|
475
|
-
activatorProps: Record<string, any>;
|
|
476
|
-
openOnHover: boolean;
|
|
477
|
-
closeOnContentClick: boolean;
|
|
478
449
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
479
450
|
updateLocation: (e: Event) => void;
|
|
480
451
|
} | undefined);
|
|
481
452
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
453
|
+
activatorProps: Record<string, any>;
|
|
454
|
+
openOnHover: boolean;
|
|
455
|
+
closeOnContentClick: boolean;
|
|
482
456
|
closeOnBack: boolean;
|
|
483
457
|
contained: boolean;
|
|
484
458
|
noClickAnimation: boolean;
|
|
@@ -505,43 +479,33 @@ declare const VSnackbar: {
|
|
|
505
479
|
attach?: string | boolean | Element | undefined;
|
|
506
480
|
} & {
|
|
507
481
|
$children?: vue.VNodeChild | {
|
|
508
|
-
default?: ((
|
|
482
|
+
default?: ((arg: {
|
|
509
483
|
isActive: vue.Ref<boolean>;
|
|
510
484
|
}) => vue.VNodeChild) | undefined;
|
|
511
|
-
activator?: ((
|
|
485
|
+
activator?: ((arg: {
|
|
512
486
|
isActive: boolean;
|
|
513
487
|
props: Record<string, any>;
|
|
514
488
|
}) => vue.VNodeChild) | undefined;
|
|
515
|
-
} | ((
|
|
489
|
+
} | ((arg: {
|
|
516
490
|
isActive: vue.Ref<boolean>;
|
|
517
491
|
}) => vue.VNodeChild);
|
|
518
492
|
'v-slots'?: {
|
|
519
|
-
default?: false | ((
|
|
493
|
+
default?: false | ((arg: {
|
|
520
494
|
isActive: vue.Ref<boolean>;
|
|
521
495
|
}) => vue.VNodeChild) | undefined;
|
|
522
|
-
activator?: false | ((
|
|
496
|
+
activator?: false | ((arg: {
|
|
523
497
|
isActive: boolean;
|
|
524
498
|
props: Record<string, any>;
|
|
525
499
|
}) => vue.VNodeChild) | undefined;
|
|
526
500
|
} | undefined;
|
|
527
501
|
} & {
|
|
528
|
-
"v-slot:default"?: false | ((
|
|
502
|
+
"v-slot:default"?: false | ((arg: {
|
|
529
503
|
isActive: vue.Ref<boolean>;
|
|
530
504
|
}) => vue.VNodeChild) | undefined;
|
|
531
|
-
"v-slot:activator"?: false | ((
|
|
505
|
+
"v-slot:activator"?: false | ((arg: {
|
|
532
506
|
isActive: boolean;
|
|
533
507
|
props: Record<string, any>;
|
|
534
508
|
}) => vue.VNodeChild) | undefined;
|
|
535
|
-
} & {
|
|
536
|
-
$slots?: {
|
|
537
|
-
default?: ((args_0: {
|
|
538
|
-
isActive: vue.Ref<boolean>;
|
|
539
|
-
}) => vue.VNodeChild) | undefined;
|
|
540
|
-
activator?: ((args_0: {
|
|
541
|
-
isActive: boolean;
|
|
542
|
-
props: Record<string, any>;
|
|
543
|
-
}) => vue.VNodeChild) | undefined;
|
|
544
|
-
} | undefined;
|
|
545
509
|
} & {
|
|
546
510
|
onAfterLeave?: (() => any) | undefined;
|
|
547
511
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -569,15 +533,15 @@ declare const VSnackbar: {
|
|
|
569
533
|
eager: boolean;
|
|
570
534
|
disabled: boolean;
|
|
571
535
|
modelValue: boolean;
|
|
536
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
537
|
+
updateLocation: (e: Event) => void;
|
|
538
|
+
} | undefined);
|
|
539
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
572
540
|
activatorProps: Record<string, any>;
|
|
573
541
|
openOnClick: boolean;
|
|
574
542
|
openOnHover: boolean;
|
|
575
543
|
openOnFocus: boolean;
|
|
576
544
|
closeOnContentClick: boolean;
|
|
577
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
578
|
-
updateLocation: (e: Event) => void;
|
|
579
|
-
} | undefined);
|
|
580
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
581
545
|
closeOnBack: boolean;
|
|
582
546
|
contained: boolean;
|
|
583
547
|
noClickAnimation: boolean;
|
|
@@ -585,12 +549,12 @@ declare const VSnackbar: {
|
|
|
585
549
|
scrim: string | boolean;
|
|
586
550
|
_disableGlobalStack: boolean;
|
|
587
551
|
}, {}, string, vue.SlotsType<Partial<{
|
|
588
|
-
default: (
|
|
552
|
+
default: (arg: {
|
|
589
553
|
isActive: vue.Ref<boolean>;
|
|
590
554
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
591
555
|
[key: string]: any;
|
|
592
556
|
}>[];
|
|
593
|
-
activator: (
|
|
557
|
+
activator: (arg: {
|
|
594
558
|
isActive: boolean;
|
|
595
559
|
props: Record<string, any>;
|
|
596
560
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -628,13 +592,13 @@ declare const VSnackbar: {
|
|
|
628
592
|
eager: boolean;
|
|
629
593
|
disabled: boolean;
|
|
630
594
|
modelValue: boolean;
|
|
631
|
-
activatorProps: Record<string, any>;
|
|
632
|
-
openOnHover: boolean;
|
|
633
|
-
closeOnContentClick: boolean;
|
|
634
595
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
635
596
|
updateLocation: (e: Event) => void;
|
|
636
597
|
} | undefined);
|
|
637
598
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
599
|
+
activatorProps: Record<string, any>;
|
|
600
|
+
openOnHover: boolean;
|
|
601
|
+
closeOnContentClick: boolean;
|
|
638
602
|
closeOnBack: boolean;
|
|
639
603
|
contained: boolean;
|
|
640
604
|
noClickAnimation: boolean;
|
|
@@ -661,43 +625,33 @@ declare const VSnackbar: {
|
|
|
661
625
|
attach?: string | boolean | Element | undefined;
|
|
662
626
|
} & {
|
|
663
627
|
$children?: vue.VNodeChild | {
|
|
664
|
-
default?: ((
|
|
628
|
+
default?: ((arg: {
|
|
665
629
|
isActive: vue.Ref<boolean>;
|
|
666
630
|
}) => vue.VNodeChild) | undefined;
|
|
667
|
-
activator?: ((
|
|
631
|
+
activator?: ((arg: {
|
|
668
632
|
isActive: boolean;
|
|
669
633
|
props: Record<string, any>;
|
|
670
634
|
}) => vue.VNodeChild) | undefined;
|
|
671
|
-
} | ((
|
|
635
|
+
} | ((arg: {
|
|
672
636
|
isActive: vue.Ref<boolean>;
|
|
673
637
|
}) => vue.VNodeChild);
|
|
674
638
|
'v-slots'?: {
|
|
675
|
-
default?: false | ((
|
|
639
|
+
default?: false | ((arg: {
|
|
676
640
|
isActive: vue.Ref<boolean>;
|
|
677
641
|
}) => vue.VNodeChild) | undefined;
|
|
678
|
-
activator?: false | ((
|
|
642
|
+
activator?: false | ((arg: {
|
|
679
643
|
isActive: boolean;
|
|
680
644
|
props: Record<string, any>;
|
|
681
645
|
}) => vue.VNodeChild) | undefined;
|
|
682
646
|
} | undefined;
|
|
683
647
|
} & {
|
|
684
|
-
"v-slot:default"?: false | ((
|
|
648
|
+
"v-slot:default"?: false | ((arg: {
|
|
685
649
|
isActive: vue.Ref<boolean>;
|
|
686
650
|
}) => vue.VNodeChild) | undefined;
|
|
687
|
-
"v-slot:activator"?: false | ((
|
|
651
|
+
"v-slot:activator"?: false | ((arg: {
|
|
688
652
|
isActive: boolean;
|
|
689
653
|
props: Record<string, any>;
|
|
690
654
|
}) => vue.VNodeChild) | undefined;
|
|
691
|
-
} & {
|
|
692
|
-
$slots?: {
|
|
693
|
-
default?: ((args_0: {
|
|
694
|
-
isActive: vue.Ref<boolean>;
|
|
695
|
-
}) => vue.VNodeChild) | undefined;
|
|
696
|
-
activator?: ((args_0: {
|
|
697
|
-
isActive: boolean;
|
|
698
|
-
props: Record<string, any>;
|
|
699
|
-
}) => vue.VNodeChild) | undefined;
|
|
700
|
-
} | undefined;
|
|
701
655
|
} & {
|
|
702
656
|
onAfterLeave?: (() => any) | undefined;
|
|
703
657
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -709,7 +663,7 @@ declare const VSnackbar: {
|
|
|
709
663
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
710
664
|
localTop: vue.ComputedRef<boolean>;
|
|
711
665
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
712
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "
|
|
666
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
713
667
|
'update:modelValue': (v: boolean) => boolean;
|
|
714
668
|
}, string, {
|
|
715
669
|
absolute: boolean;
|
|
@@ -727,19 +681,19 @@ declare const VSnackbar: {
|
|
|
727
681
|
rounded: string | number | boolean;
|
|
728
682
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
729
683
|
modelValue: boolean;
|
|
684
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
685
|
+
updateLocation: (e: Event) => void;
|
|
686
|
+
} | undefined);
|
|
730
687
|
activatorProps: Record<string, any>;
|
|
731
688
|
openOnClick: boolean;
|
|
732
689
|
openOnHover: boolean;
|
|
733
690
|
openOnFocus: boolean;
|
|
734
691
|
closeOnContentClick: boolean;
|
|
735
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
736
|
-
updateLocation: (e: Event) => void;
|
|
737
|
-
} | undefined);
|
|
738
692
|
closeOnBack: boolean;
|
|
739
693
|
contained: boolean;
|
|
740
694
|
multiLine: boolean;
|
|
741
695
|
}, {}, string, vue.SlotsType<Partial<{
|
|
742
|
-
activator: (
|
|
696
|
+
activator: (arg: {
|
|
743
697
|
isActive: boolean;
|
|
744
698
|
props: Record<string, any>;
|
|
745
699
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -786,12 +740,12 @@ declare const VSnackbar: {
|
|
|
786
740
|
vertical: boolean;
|
|
787
741
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
788
742
|
modelValue: boolean;
|
|
789
|
-
activatorProps: Record<string, any>;
|
|
790
|
-
openOnHover: boolean;
|
|
791
|
-
closeOnContentClick: boolean;
|
|
792
743
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
793
744
|
updateLocation: (e: Event) => void;
|
|
794
745
|
} | undefined);
|
|
746
|
+
activatorProps: Record<string, any>;
|
|
747
|
+
openOnHover: boolean;
|
|
748
|
+
closeOnContentClick: boolean;
|
|
795
749
|
closeOnBack: boolean;
|
|
796
750
|
contained: boolean;
|
|
797
751
|
multiLine: boolean;
|
|
@@ -818,7 +772,7 @@ declare const VSnackbar: {
|
|
|
818
772
|
attach?: string | boolean | Element | undefined;
|
|
819
773
|
} & {
|
|
820
774
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
821
|
-
activator?: ((
|
|
775
|
+
activator?: ((arg: {
|
|
822
776
|
isActive: boolean;
|
|
823
777
|
props: Record<string, any>;
|
|
824
778
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -826,7 +780,7 @@ declare const VSnackbar: {
|
|
|
826
780
|
actions?: (() => vue.VNodeChild) | undefined;
|
|
827
781
|
};
|
|
828
782
|
'v-slots'?: {
|
|
829
|
-
activator?: false | ((
|
|
783
|
+
activator?: false | ((arg: {
|
|
830
784
|
isActive: boolean;
|
|
831
785
|
props: Record<string, any>;
|
|
832
786
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -834,21 +788,12 @@ declare const VSnackbar: {
|
|
|
834
788
|
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
835
789
|
} | undefined;
|
|
836
790
|
} & {
|
|
837
|
-
"v-slot:activator"?: false | ((
|
|
791
|
+
"v-slot:activator"?: false | ((arg: {
|
|
838
792
|
isActive: boolean;
|
|
839
793
|
props: Record<string, any>;
|
|
840
794
|
}) => vue.VNodeChild) | undefined;
|
|
841
795
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
842
796
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
843
|
-
} & {
|
|
844
|
-
$slots?: {
|
|
845
|
-
activator?: ((args_0: {
|
|
846
|
-
isActive: boolean;
|
|
847
|
-
props: Record<string, any>;
|
|
848
|
-
}) => vue.VNodeChild) | undefined;
|
|
849
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
850
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
851
|
-
} | undefined;
|
|
852
797
|
} & {
|
|
853
798
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
854
799
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
|
@@ -866,15 +811,15 @@ declare const VSnackbar: {
|
|
|
866
811
|
eager?: boolean | undefined;
|
|
867
812
|
disabled?: boolean | undefined;
|
|
868
813
|
modelValue?: boolean | undefined;
|
|
814
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
815
|
+
updateLocation: (e: Event) => void;
|
|
816
|
+
} | undefined) | undefined;
|
|
817
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
869
818
|
activatorProps?: Record<string, any> | undefined;
|
|
870
819
|
openOnClick?: boolean | undefined;
|
|
871
820
|
openOnHover?: boolean | undefined;
|
|
872
821
|
openOnFocus?: boolean | undefined;
|
|
873
822
|
closeOnContentClick?: boolean | undefined;
|
|
874
|
-
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
875
|
-
updateLocation: (e: Event) => void;
|
|
876
|
-
} | undefined) | undefined;
|
|
877
|
-
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
878
823
|
closeOnBack?: boolean | undefined;
|
|
879
824
|
contained?: boolean | undefined;
|
|
880
825
|
noClickAnimation?: boolean | undefined;
|
|
@@ -892,42 +837,33 @@ declare const VSnackbar: {
|
|
|
892
837
|
class?: any;
|
|
893
838
|
onAfterLeave?: (() => any) | undefined;
|
|
894
839
|
$children?: vue.VNodeChild | {
|
|
895
|
-
default?: ((
|
|
840
|
+
default?: ((arg: {
|
|
896
841
|
isActive: vue.Ref<boolean>;
|
|
897
842
|
}) => vue.VNodeChild) | undefined;
|
|
898
|
-
activator?: ((
|
|
843
|
+
activator?: ((arg: {
|
|
899
844
|
isActive: boolean;
|
|
900
845
|
props: Record<string, any>;
|
|
901
846
|
}) => vue.VNodeChild) | undefined;
|
|
902
|
-
} | ((
|
|
847
|
+
} | ((arg: {
|
|
903
848
|
isActive: vue.Ref<boolean>;
|
|
904
849
|
}) => vue.VNodeChild);
|
|
905
850
|
ref?: vue.VNodeRef | undefined;
|
|
906
851
|
ref_for?: boolean | undefined;
|
|
907
852
|
ref_key?: string | undefined;
|
|
908
853
|
theme?: string | undefined;
|
|
909
|
-
"v-slot:default"?: false | ((
|
|
854
|
+
"v-slot:default"?: false | ((arg: {
|
|
910
855
|
isActive: vue.Ref<boolean>;
|
|
911
856
|
}) => vue.VNodeChild) | undefined;
|
|
912
857
|
'v-slots'?: {
|
|
913
|
-
default?: false | ((
|
|
858
|
+
default?: false | ((arg: {
|
|
914
859
|
isActive: vue.Ref<boolean>;
|
|
915
860
|
}) => vue.VNodeChild) | undefined;
|
|
916
|
-
activator?: false | ((
|
|
861
|
+
activator?: false | ((arg: {
|
|
917
862
|
isActive: boolean;
|
|
918
863
|
props: Record<string, any>;
|
|
919
864
|
}) => vue.VNodeChild) | undefined;
|
|
920
865
|
} | undefined;
|
|
921
866
|
contentClass?: any;
|
|
922
|
-
$slots?: {
|
|
923
|
-
default?: ((args_0: {
|
|
924
|
-
isActive: vue.Ref<boolean>;
|
|
925
|
-
}) => vue.VNodeChild) | undefined;
|
|
926
|
-
activator?: ((args_0: {
|
|
927
|
-
isActive: boolean;
|
|
928
|
-
props: Record<string, any>;
|
|
929
|
-
}) => vue.VNodeChild) | undefined;
|
|
930
|
-
} | undefined;
|
|
931
867
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
932
868
|
[key: string]: any;
|
|
933
869
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -968,7 +904,7 @@ declare const VSnackbar: {
|
|
|
968
904
|
}>) => void)[] | undefined;
|
|
969
905
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
970
906
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
971
|
-
"v-slot:activator"?: false | ((
|
|
907
|
+
"v-slot:activator"?: false | ((arg: {
|
|
972
908
|
isActive: boolean;
|
|
973
909
|
props: Record<string, any>;
|
|
974
910
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -985,12 +921,12 @@ declare const VSnackbar: {
|
|
|
985
921
|
[x: string]: unknown;
|
|
986
922
|
};
|
|
987
923
|
$slots: Readonly<{
|
|
988
|
-
default?: ((
|
|
924
|
+
default?: ((arg: {
|
|
989
925
|
isActive: vue.Ref<boolean>;
|
|
990
926
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
991
927
|
[key: string]: any;
|
|
992
928
|
}>[]) | undefined;
|
|
993
|
-
activator?: ((
|
|
929
|
+
activator?: ((arg: {
|
|
994
930
|
isActive: boolean;
|
|
995
931
|
props: Record<string, any>;
|
|
996
932
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1013,13 +949,13 @@ declare const VSnackbar: {
|
|
|
1013
949
|
eager: boolean;
|
|
1014
950
|
disabled: boolean;
|
|
1015
951
|
modelValue: boolean;
|
|
1016
|
-
activatorProps: Record<string, any>;
|
|
1017
|
-
openOnHover: boolean;
|
|
1018
|
-
closeOnContentClick: boolean;
|
|
1019
952
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1020
953
|
updateLocation: (e: Event) => void;
|
|
1021
954
|
} | undefined);
|
|
1022
955
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
956
|
+
activatorProps: Record<string, any>;
|
|
957
|
+
openOnHover: boolean;
|
|
958
|
+
closeOnContentClick: boolean;
|
|
1023
959
|
closeOnBack: boolean;
|
|
1024
960
|
contained: boolean;
|
|
1025
961
|
noClickAnimation: boolean;
|
|
@@ -1046,43 +982,33 @@ declare const VSnackbar: {
|
|
|
1046
982
|
attach?: string | boolean | Element | undefined;
|
|
1047
983
|
} & {
|
|
1048
984
|
$children?: vue.VNodeChild | {
|
|
1049
|
-
default?: ((
|
|
985
|
+
default?: ((arg: {
|
|
1050
986
|
isActive: vue.Ref<boolean>;
|
|
1051
987
|
}) => vue.VNodeChild) | undefined;
|
|
1052
|
-
activator?: ((
|
|
988
|
+
activator?: ((arg: {
|
|
1053
989
|
isActive: boolean;
|
|
1054
990
|
props: Record<string, any>;
|
|
1055
991
|
}) => vue.VNodeChild) | undefined;
|
|
1056
|
-
} | ((
|
|
992
|
+
} | ((arg: {
|
|
1057
993
|
isActive: vue.Ref<boolean>;
|
|
1058
994
|
}) => vue.VNodeChild);
|
|
1059
995
|
'v-slots'?: {
|
|
1060
|
-
default?: false | ((
|
|
996
|
+
default?: false | ((arg: {
|
|
1061
997
|
isActive: vue.Ref<boolean>;
|
|
1062
998
|
}) => vue.VNodeChild) | undefined;
|
|
1063
|
-
activator?: false | ((
|
|
999
|
+
activator?: false | ((arg: {
|
|
1064
1000
|
isActive: boolean;
|
|
1065
1001
|
props: Record<string, any>;
|
|
1066
1002
|
}) => vue.VNodeChild) | undefined;
|
|
1067
1003
|
} | undefined;
|
|
1068
1004
|
} & {
|
|
1069
|
-
"v-slot:default"?: false | ((
|
|
1005
|
+
"v-slot:default"?: false | ((arg: {
|
|
1070
1006
|
isActive: vue.Ref<boolean>;
|
|
1071
1007
|
}) => vue.VNodeChild) | undefined;
|
|
1072
|
-
"v-slot:activator"?: false | ((
|
|
1008
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1073
1009
|
isActive: boolean;
|
|
1074
1010
|
props: Record<string, any>;
|
|
1075
1011
|
}) => vue.VNodeChild) | undefined;
|
|
1076
|
-
} & {
|
|
1077
|
-
$slots?: {
|
|
1078
|
-
default?: ((args_0: {
|
|
1079
|
-
isActive: vue.Ref<boolean>;
|
|
1080
|
-
}) => vue.VNodeChild) | undefined;
|
|
1081
|
-
activator?: ((args_0: {
|
|
1082
|
-
isActive: boolean;
|
|
1083
|
-
props: Record<string, any>;
|
|
1084
|
-
}) => vue.VNodeChild) | undefined;
|
|
1085
|
-
} | undefined;
|
|
1086
1012
|
} & {
|
|
1087
1013
|
onAfterLeave?: (() => any) | undefined;
|
|
1088
1014
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1110,15 +1036,15 @@ declare const VSnackbar: {
|
|
|
1110
1036
|
eager: boolean;
|
|
1111
1037
|
disabled: boolean;
|
|
1112
1038
|
modelValue: boolean;
|
|
1039
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1040
|
+
updateLocation: (e: Event) => void;
|
|
1041
|
+
} | undefined);
|
|
1042
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1113
1043
|
activatorProps: Record<string, any>;
|
|
1114
1044
|
openOnClick: boolean;
|
|
1115
1045
|
openOnHover: boolean;
|
|
1116
1046
|
openOnFocus: boolean;
|
|
1117
1047
|
closeOnContentClick: boolean;
|
|
1118
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1119
|
-
updateLocation: (e: Event) => void;
|
|
1120
|
-
} | undefined);
|
|
1121
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1122
1048
|
closeOnBack: boolean;
|
|
1123
1049
|
contained: boolean;
|
|
1124
1050
|
noClickAnimation: boolean;
|
|
@@ -1126,12 +1052,12 @@ declare const VSnackbar: {
|
|
|
1126
1052
|
scrim: string | boolean;
|
|
1127
1053
|
_disableGlobalStack: boolean;
|
|
1128
1054
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1129
|
-
default: (
|
|
1055
|
+
default: (arg: {
|
|
1130
1056
|
isActive: vue.Ref<boolean>;
|
|
1131
1057
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1132
1058
|
[key: string]: any;
|
|
1133
1059
|
}>[];
|
|
1134
|
-
activator: (
|
|
1060
|
+
activator: (arg: {
|
|
1135
1061
|
isActive: boolean;
|
|
1136
1062
|
props: Record<string, any>;
|
|
1137
1063
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1169,13 +1095,13 @@ declare const VSnackbar: {
|
|
|
1169
1095
|
eager: boolean;
|
|
1170
1096
|
disabled: boolean;
|
|
1171
1097
|
modelValue: boolean;
|
|
1172
|
-
activatorProps: Record<string, any>;
|
|
1173
|
-
openOnHover: boolean;
|
|
1174
|
-
closeOnContentClick: boolean;
|
|
1175
1098
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1176
1099
|
updateLocation: (e: Event) => void;
|
|
1177
1100
|
} | undefined);
|
|
1178
1101
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1102
|
+
activatorProps: Record<string, any>;
|
|
1103
|
+
openOnHover: boolean;
|
|
1104
|
+
closeOnContentClick: boolean;
|
|
1179
1105
|
closeOnBack: boolean;
|
|
1180
1106
|
contained: boolean;
|
|
1181
1107
|
noClickAnimation: boolean;
|
|
@@ -1202,43 +1128,33 @@ declare const VSnackbar: {
|
|
|
1202
1128
|
attach?: string | boolean | Element | undefined;
|
|
1203
1129
|
} & {
|
|
1204
1130
|
$children?: vue.VNodeChild | {
|
|
1205
|
-
default?: ((
|
|
1131
|
+
default?: ((arg: {
|
|
1206
1132
|
isActive: vue.Ref<boolean>;
|
|
1207
1133
|
}) => vue.VNodeChild) | undefined;
|
|
1208
|
-
activator?: ((
|
|
1134
|
+
activator?: ((arg: {
|
|
1209
1135
|
isActive: boolean;
|
|
1210
1136
|
props: Record<string, any>;
|
|
1211
1137
|
}) => vue.VNodeChild) | undefined;
|
|
1212
|
-
} | ((
|
|
1138
|
+
} | ((arg: {
|
|
1213
1139
|
isActive: vue.Ref<boolean>;
|
|
1214
1140
|
}) => vue.VNodeChild);
|
|
1215
1141
|
'v-slots'?: {
|
|
1216
|
-
default?: false | ((
|
|
1142
|
+
default?: false | ((arg: {
|
|
1217
1143
|
isActive: vue.Ref<boolean>;
|
|
1218
1144
|
}) => vue.VNodeChild) | undefined;
|
|
1219
|
-
activator?: false | ((
|
|
1145
|
+
activator?: false | ((arg: {
|
|
1220
1146
|
isActive: boolean;
|
|
1221
1147
|
props: Record<string, any>;
|
|
1222
1148
|
}) => vue.VNodeChild) | undefined;
|
|
1223
1149
|
} | undefined;
|
|
1224
1150
|
} & {
|
|
1225
|
-
"v-slot:default"?: false | ((
|
|
1151
|
+
"v-slot:default"?: false | ((arg: {
|
|
1226
1152
|
isActive: vue.Ref<boolean>;
|
|
1227
1153
|
}) => vue.VNodeChild) | undefined;
|
|
1228
|
-
"v-slot:activator"?: false | ((
|
|
1154
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1229
1155
|
isActive: boolean;
|
|
1230
1156
|
props: Record<string, any>;
|
|
1231
1157
|
}) => vue.VNodeChild) | undefined;
|
|
1232
|
-
} & {
|
|
1233
|
-
$slots?: {
|
|
1234
|
-
default?: ((args_0: {
|
|
1235
|
-
isActive: vue.Ref<boolean>;
|
|
1236
|
-
}) => vue.VNodeChild) | undefined;
|
|
1237
|
-
activator?: ((args_0: {
|
|
1238
|
-
isActive: boolean;
|
|
1239
|
-
props: Record<string, any>;
|
|
1240
|
-
}) => vue.VNodeChild) | undefined;
|
|
1241
|
-
} | undefined;
|
|
1242
1158
|
} & {
|
|
1243
1159
|
onAfterLeave?: (() => any) | undefined;
|
|
1244
1160
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1250,7 +1166,7 @@ declare const VSnackbar: {
|
|
|
1250
1166
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1251
1167
|
localTop: vue.ComputedRef<boolean>;
|
|
1252
1168
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1253
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "
|
|
1169
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1254
1170
|
__isFragment?: undefined;
|
|
1255
1171
|
__isTeleport?: undefined;
|
|
1256
1172
|
__isSuspense?: undefined;
|
|
@@ -1269,12 +1185,12 @@ declare const VSnackbar: {
|
|
|
1269
1185
|
vertical: boolean;
|
|
1270
1186
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1271
1187
|
modelValue: boolean;
|
|
1272
|
-
activatorProps: Record<string, any>;
|
|
1273
|
-
openOnHover: boolean;
|
|
1274
|
-
closeOnContentClick: boolean;
|
|
1275
1188
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1276
1189
|
updateLocation: (e: Event) => void;
|
|
1277
1190
|
} | undefined);
|
|
1191
|
+
activatorProps: Record<string, any>;
|
|
1192
|
+
openOnHover: boolean;
|
|
1193
|
+
closeOnContentClick: boolean;
|
|
1278
1194
|
closeOnBack: boolean;
|
|
1279
1195
|
contained: boolean;
|
|
1280
1196
|
multiLine: boolean;
|
|
@@ -1301,7 +1217,7 @@ declare const VSnackbar: {
|
|
|
1301
1217
|
attach?: string | boolean | Element | undefined;
|
|
1302
1218
|
} & {
|
|
1303
1219
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1304
|
-
activator?: ((
|
|
1220
|
+
activator?: ((arg: {
|
|
1305
1221
|
isActive: boolean;
|
|
1306
1222
|
props: Record<string, any>;
|
|
1307
1223
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1309,7 +1225,7 @@ declare const VSnackbar: {
|
|
|
1309
1225
|
actions?: (() => vue.VNodeChild) | undefined;
|
|
1310
1226
|
};
|
|
1311
1227
|
'v-slots'?: {
|
|
1312
|
-
activator?: false | ((
|
|
1228
|
+
activator?: false | ((arg: {
|
|
1313
1229
|
isActive: boolean;
|
|
1314
1230
|
props: Record<string, any>;
|
|
1315
1231
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1317,21 +1233,12 @@ declare const VSnackbar: {
|
|
|
1317
1233
|
actions?: false | (() => vue.VNodeChild) | undefined;
|
|
1318
1234
|
} | undefined;
|
|
1319
1235
|
} & {
|
|
1320
|
-
"v-slot:activator"?: false | ((
|
|
1236
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1321
1237
|
isActive: boolean;
|
|
1322
1238
|
props: Record<string, any>;
|
|
1323
1239
|
}) => vue.VNodeChild) | undefined;
|
|
1324
1240
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1325
1241
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
1326
|
-
} & {
|
|
1327
|
-
$slots?: {
|
|
1328
|
-
activator?: ((args_0: {
|
|
1329
|
-
isActive: boolean;
|
|
1330
|
-
props: Record<string, any>;
|
|
1331
|
-
}) => vue.VNodeChild) | undefined;
|
|
1332
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1333
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
|
1334
|
-
} | undefined;
|
|
1335
1242
|
} & {
|
|
1336
1243
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
1337
1244
|
}, Omit<Omit<{
|
|
@@ -1349,15 +1256,15 @@ declare const VSnackbar: {
|
|
|
1349
1256
|
eager?: boolean | undefined;
|
|
1350
1257
|
disabled?: boolean | undefined;
|
|
1351
1258
|
modelValue?: boolean | undefined;
|
|
1259
|
+
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1260
|
+
updateLocation: (e: Event) => void;
|
|
1261
|
+
} | undefined) | undefined;
|
|
1262
|
+
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
1352
1263
|
activatorProps?: Record<string, any> | undefined;
|
|
1353
1264
|
openOnClick?: boolean | undefined;
|
|
1354
1265
|
openOnHover?: boolean | undefined;
|
|
1355
1266
|
openOnFocus?: boolean | undefined;
|
|
1356
1267
|
closeOnContentClick?: boolean | undefined;
|
|
1357
|
-
locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1358
|
-
updateLocation: (e: Event) => void;
|
|
1359
|
-
} | undefined) | undefined;
|
|
1360
|
-
scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
|
|
1361
1268
|
closeOnBack?: boolean | undefined;
|
|
1362
1269
|
contained?: boolean | undefined;
|
|
1363
1270
|
noClickAnimation?: boolean | undefined;
|
|
@@ -1375,42 +1282,33 @@ declare const VSnackbar: {
|
|
|
1375
1282
|
class?: any;
|
|
1376
1283
|
onAfterLeave?: (() => any) | undefined;
|
|
1377
1284
|
$children?: vue.VNodeChild | {
|
|
1378
|
-
default?: ((
|
|
1285
|
+
default?: ((arg: {
|
|
1379
1286
|
isActive: vue.Ref<boolean>;
|
|
1380
1287
|
}) => vue.VNodeChild) | undefined;
|
|
1381
|
-
activator?: ((
|
|
1288
|
+
activator?: ((arg: {
|
|
1382
1289
|
isActive: boolean;
|
|
1383
1290
|
props: Record<string, any>;
|
|
1384
1291
|
}) => vue.VNodeChild) | undefined;
|
|
1385
|
-
} | ((
|
|
1292
|
+
} | ((arg: {
|
|
1386
1293
|
isActive: vue.Ref<boolean>;
|
|
1387
1294
|
}) => vue.VNodeChild);
|
|
1388
1295
|
ref?: vue.VNodeRef | undefined;
|
|
1389
1296
|
ref_for?: boolean | undefined;
|
|
1390
1297
|
ref_key?: string | undefined;
|
|
1391
1298
|
theme?: string | undefined;
|
|
1392
|
-
"v-slot:default"?: false | ((
|
|
1299
|
+
"v-slot:default"?: false | ((arg: {
|
|
1393
1300
|
isActive: vue.Ref<boolean>;
|
|
1394
1301
|
}) => vue.VNodeChild) | undefined;
|
|
1395
1302
|
'v-slots'?: {
|
|
1396
|
-
default?: false | ((
|
|
1303
|
+
default?: false | ((arg: {
|
|
1397
1304
|
isActive: vue.Ref<boolean>;
|
|
1398
1305
|
}) => vue.VNodeChild) | undefined;
|
|
1399
|
-
activator?: false | ((
|
|
1306
|
+
activator?: false | ((arg: {
|
|
1400
1307
|
isActive: boolean;
|
|
1401
1308
|
props: Record<string, any>;
|
|
1402
1309
|
}) => vue.VNodeChild) | undefined;
|
|
1403
1310
|
} | undefined;
|
|
1404
1311
|
contentClass?: any;
|
|
1405
|
-
$slots?: {
|
|
1406
|
-
default?: ((args_0: {
|
|
1407
|
-
isActive: vue.Ref<boolean>;
|
|
1408
|
-
}) => vue.VNodeChild) | undefined;
|
|
1409
|
-
activator?: ((args_0: {
|
|
1410
|
-
isActive: boolean;
|
|
1411
|
-
props: Record<string, any>;
|
|
1412
|
-
}) => vue.VNodeChild) | undefined;
|
|
1413
|
-
} | undefined;
|
|
1414
1312
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1415
1313
|
[key: string]: any;
|
|
1416
1314
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1451,7 +1349,7 @@ declare const VSnackbar: {
|
|
|
1451
1349
|
}>) => void)[] | undefined;
|
|
1452
1350
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1453
1351
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
|
1454
|
-
"v-slot:activator"?: false | ((
|
|
1352
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1455
1353
|
isActive: boolean;
|
|
1456
1354
|
props: Record<string, any>;
|
|
1457
1355
|
}) => vue.VNodeChild) | undefined;
|
|
@@ -1468,12 +1366,12 @@ declare const VSnackbar: {
|
|
|
1468
1366
|
[x: string]: unknown;
|
|
1469
1367
|
};
|
|
1470
1368
|
$slots: Readonly<{
|
|
1471
|
-
default?: ((
|
|
1369
|
+
default?: ((arg: {
|
|
1472
1370
|
isActive: vue.Ref<boolean>;
|
|
1473
1371
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1474
1372
|
[key: string]: any;
|
|
1475
1373
|
}>[]) | undefined;
|
|
1476
|
-
activator?: ((
|
|
1374
|
+
activator?: ((arg: {
|
|
1477
1375
|
isActive: boolean;
|
|
1478
1376
|
props: Record<string, any>;
|
|
1479
1377
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1496,13 +1394,13 @@ declare const VSnackbar: {
|
|
|
1496
1394
|
eager: boolean;
|
|
1497
1395
|
disabled: boolean;
|
|
1498
1396
|
modelValue: boolean;
|
|
1499
|
-
activatorProps: Record<string, any>;
|
|
1500
|
-
openOnHover: boolean;
|
|
1501
|
-
closeOnContentClick: boolean;
|
|
1502
1397
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1503
1398
|
updateLocation: (e: Event) => void;
|
|
1504
1399
|
} | undefined);
|
|
1505
1400
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1401
|
+
activatorProps: Record<string, any>;
|
|
1402
|
+
openOnHover: boolean;
|
|
1403
|
+
closeOnContentClick: boolean;
|
|
1506
1404
|
closeOnBack: boolean;
|
|
1507
1405
|
contained: boolean;
|
|
1508
1406
|
noClickAnimation: boolean;
|
|
@@ -1529,43 +1427,33 @@ declare const VSnackbar: {
|
|
|
1529
1427
|
attach?: string | boolean | Element | undefined;
|
|
1530
1428
|
} & {
|
|
1531
1429
|
$children?: vue.VNodeChild | {
|
|
1532
|
-
default?: ((
|
|
1430
|
+
default?: ((arg: {
|
|
1533
1431
|
isActive: vue.Ref<boolean>;
|
|
1534
1432
|
}) => vue.VNodeChild) | undefined;
|
|
1535
|
-
activator?: ((
|
|
1433
|
+
activator?: ((arg: {
|
|
1536
1434
|
isActive: boolean;
|
|
1537
1435
|
props: Record<string, any>;
|
|
1538
1436
|
}) => vue.VNodeChild) | undefined;
|
|
1539
|
-
} | ((
|
|
1437
|
+
} | ((arg: {
|
|
1540
1438
|
isActive: vue.Ref<boolean>;
|
|
1541
1439
|
}) => vue.VNodeChild);
|
|
1542
1440
|
'v-slots'?: {
|
|
1543
|
-
default?: false | ((
|
|
1441
|
+
default?: false | ((arg: {
|
|
1544
1442
|
isActive: vue.Ref<boolean>;
|
|
1545
1443
|
}) => vue.VNodeChild) | undefined;
|
|
1546
|
-
activator?: false | ((
|
|
1444
|
+
activator?: false | ((arg: {
|
|
1547
1445
|
isActive: boolean;
|
|
1548
1446
|
props: Record<string, any>;
|
|
1549
1447
|
}) => vue.VNodeChild) | undefined;
|
|
1550
1448
|
} | undefined;
|
|
1551
1449
|
} & {
|
|
1552
|
-
"v-slot:default"?: false | ((
|
|
1450
|
+
"v-slot:default"?: false | ((arg: {
|
|
1553
1451
|
isActive: vue.Ref<boolean>;
|
|
1554
1452
|
}) => vue.VNodeChild) | undefined;
|
|
1555
|
-
"v-slot:activator"?: false | ((
|
|
1453
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1556
1454
|
isActive: boolean;
|
|
1557
1455
|
props: Record<string, any>;
|
|
1558
1456
|
}) => vue.VNodeChild) | undefined;
|
|
1559
|
-
} & {
|
|
1560
|
-
$slots?: {
|
|
1561
|
-
default?: ((args_0: {
|
|
1562
|
-
isActive: vue.Ref<boolean>;
|
|
1563
|
-
}) => vue.VNodeChild) | undefined;
|
|
1564
|
-
activator?: ((args_0: {
|
|
1565
|
-
isActive: boolean;
|
|
1566
|
-
props: Record<string, any>;
|
|
1567
|
-
}) => vue.VNodeChild) | undefined;
|
|
1568
|
-
} | undefined;
|
|
1569
1457
|
} & {
|
|
1570
1458
|
onAfterLeave?: (() => any) | undefined;
|
|
1571
1459
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1593,15 +1481,15 @@ declare const VSnackbar: {
|
|
|
1593
1481
|
eager: boolean;
|
|
1594
1482
|
disabled: boolean;
|
|
1595
1483
|
modelValue: boolean;
|
|
1484
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1485
|
+
updateLocation: (e: Event) => void;
|
|
1486
|
+
} | undefined);
|
|
1487
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1596
1488
|
activatorProps: Record<string, any>;
|
|
1597
1489
|
openOnClick: boolean;
|
|
1598
1490
|
openOnHover: boolean;
|
|
1599
1491
|
openOnFocus: boolean;
|
|
1600
1492
|
closeOnContentClick: boolean;
|
|
1601
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1602
|
-
updateLocation: (e: Event) => void;
|
|
1603
|
-
} | undefined);
|
|
1604
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1605
1493
|
closeOnBack: boolean;
|
|
1606
1494
|
contained: boolean;
|
|
1607
1495
|
noClickAnimation: boolean;
|
|
@@ -1609,12 +1497,12 @@ declare const VSnackbar: {
|
|
|
1609
1497
|
scrim: string | boolean;
|
|
1610
1498
|
_disableGlobalStack: boolean;
|
|
1611
1499
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1612
|
-
default: (
|
|
1500
|
+
default: (arg: {
|
|
1613
1501
|
isActive: vue.Ref<boolean>;
|
|
1614
1502
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1615
1503
|
[key: string]: any;
|
|
1616
1504
|
}>[];
|
|
1617
|
-
activator: (
|
|
1505
|
+
activator: (arg: {
|
|
1618
1506
|
isActive: boolean;
|
|
1619
1507
|
props: Record<string, any>;
|
|
1620
1508
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1652,13 +1540,13 @@ declare const VSnackbar: {
|
|
|
1652
1540
|
eager: boolean;
|
|
1653
1541
|
disabled: boolean;
|
|
1654
1542
|
modelValue: boolean;
|
|
1655
|
-
activatorProps: Record<string, any>;
|
|
1656
|
-
openOnHover: boolean;
|
|
1657
|
-
closeOnContentClick: boolean;
|
|
1658
1543
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1659
1544
|
updateLocation: (e: Event) => void;
|
|
1660
1545
|
} | undefined);
|
|
1661
1546
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
1547
|
+
activatorProps: Record<string, any>;
|
|
1548
|
+
openOnHover: boolean;
|
|
1549
|
+
closeOnContentClick: boolean;
|
|
1662
1550
|
closeOnBack: boolean;
|
|
1663
1551
|
contained: boolean;
|
|
1664
1552
|
noClickAnimation: boolean;
|
|
@@ -1685,43 +1573,33 @@ declare const VSnackbar: {
|
|
|
1685
1573
|
attach?: string | boolean | Element | undefined;
|
|
1686
1574
|
} & {
|
|
1687
1575
|
$children?: vue.VNodeChild | {
|
|
1688
|
-
default?: ((
|
|
1576
|
+
default?: ((arg: {
|
|
1689
1577
|
isActive: vue.Ref<boolean>;
|
|
1690
1578
|
}) => vue.VNodeChild) | undefined;
|
|
1691
|
-
activator?: ((
|
|
1579
|
+
activator?: ((arg: {
|
|
1692
1580
|
isActive: boolean;
|
|
1693
1581
|
props: Record<string, any>;
|
|
1694
1582
|
}) => vue.VNodeChild) | undefined;
|
|
1695
|
-
} | ((
|
|
1583
|
+
} | ((arg: {
|
|
1696
1584
|
isActive: vue.Ref<boolean>;
|
|
1697
1585
|
}) => vue.VNodeChild);
|
|
1698
1586
|
'v-slots'?: {
|
|
1699
|
-
default?: false | ((
|
|
1587
|
+
default?: false | ((arg: {
|
|
1700
1588
|
isActive: vue.Ref<boolean>;
|
|
1701
1589
|
}) => vue.VNodeChild) | undefined;
|
|
1702
|
-
activator?: false | ((
|
|
1590
|
+
activator?: false | ((arg: {
|
|
1703
1591
|
isActive: boolean;
|
|
1704
1592
|
props: Record<string, any>;
|
|
1705
1593
|
}) => vue.VNodeChild) | undefined;
|
|
1706
1594
|
} | undefined;
|
|
1707
1595
|
} & {
|
|
1708
|
-
"v-slot:default"?: false | ((
|
|
1596
|
+
"v-slot:default"?: false | ((arg: {
|
|
1709
1597
|
isActive: vue.Ref<boolean>;
|
|
1710
1598
|
}) => vue.VNodeChild) | undefined;
|
|
1711
|
-
"v-slot:activator"?: false | ((
|
|
1599
|
+
"v-slot:activator"?: false | ((arg: {
|
|
1712
1600
|
isActive: boolean;
|
|
1713
1601
|
props: Record<string, any>;
|
|
1714
1602
|
}) => vue.VNodeChild) | undefined;
|
|
1715
|
-
} & {
|
|
1716
|
-
$slots?: {
|
|
1717
|
-
default?: ((args_0: {
|
|
1718
|
-
isActive: vue.Ref<boolean>;
|
|
1719
|
-
}) => vue.VNodeChild) | undefined;
|
|
1720
|
-
activator?: ((args_0: {
|
|
1721
|
-
isActive: boolean;
|
|
1722
|
-
props: Record<string, any>;
|
|
1723
|
-
}) => vue.VNodeChild) | undefined;
|
|
1724
|
-
} | undefined;
|
|
1725
1603
|
} & {
|
|
1726
1604
|
onAfterLeave?: (() => any) | undefined;
|
|
1727
1605
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1733,7 +1611,7 @@ declare const VSnackbar: {
|
|
|
1733
1611
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1734
1612
|
localTop: vue.ComputedRef<boolean>;
|
|
1735
1613
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1736
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "
|
|
1614
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1737
1615
|
'update:modelValue': (v: boolean) => boolean;
|
|
1738
1616
|
}, string, {
|
|
1739
1617
|
absolute: boolean;
|
|
@@ -1751,19 +1629,19 @@ declare const VSnackbar: {
|
|
|
1751
1629
|
rounded: string | number | boolean;
|
|
1752
1630
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1753
1631
|
modelValue: boolean;
|
|
1632
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1633
|
+
updateLocation: (e: Event) => void;
|
|
1634
|
+
} | undefined);
|
|
1754
1635
|
activatorProps: Record<string, any>;
|
|
1755
1636
|
openOnClick: boolean;
|
|
1756
1637
|
openOnHover: boolean;
|
|
1757
1638
|
openOnFocus: boolean;
|
|
1758
1639
|
closeOnContentClick: boolean;
|
|
1759
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1760
|
-
updateLocation: (e: Event) => void;
|
|
1761
|
-
} | undefined);
|
|
1762
1640
|
closeOnBack: boolean;
|
|
1763
1641
|
contained: boolean;
|
|
1764
1642
|
multiLine: boolean;
|
|
1765
1643
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1766
|
-
activator: (
|
|
1644
|
+
activator: (arg: {
|
|
1767
1645
|
isActive: boolean;
|
|
1768
1646
|
props: Record<string, any>;
|
|
1769
1647
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1821,6 +1699,13 @@ declare const VSnackbar: {
|
|
|
1821
1699
|
contentClass: null;
|
|
1822
1700
|
modelValue: BooleanConstructor;
|
|
1823
1701
|
activator: vue.PropType<string | Element | vue.ComponentPublicInstance | undefined>;
|
|
1702
|
+
locationStrategy: {
|
|
1703
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1704
|
+
updateLocation: (e: Event) => void;
|
|
1705
|
+
} | undefined)>;
|
|
1706
|
+
default: string;
|
|
1707
|
+
validator: (val: any) => boolean;
|
|
1708
|
+
};
|
|
1824
1709
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
1825
1710
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
1826
1711
|
activatorProps: {
|
|
@@ -1837,13 +1722,6 @@ declare const VSnackbar: {
|
|
|
1837
1722
|
default: undefined;
|
|
1838
1723
|
};
|
|
1839
1724
|
closeOnContentClick: BooleanConstructor;
|
|
1840
|
-
locationStrategy: {
|
|
1841
|
-
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1842
|
-
updateLocation: (e: Event) => void;
|
|
1843
|
-
} | undefined)>;
|
|
1844
|
-
default: string;
|
|
1845
|
-
validator: (val: any) => boolean;
|
|
1846
|
-
};
|
|
1847
1725
|
closeOnBack: {
|
|
1848
1726
|
type: BooleanConstructor;
|
|
1849
1727
|
default: boolean;
|
|
@@ -1917,6 +1795,13 @@ declare const VSnackbar: {
|
|
|
1917
1795
|
contentClass: null;
|
|
1918
1796
|
modelValue: BooleanConstructor;
|
|
1919
1797
|
activator: vue.PropType<string | Element | vue.ComponentPublicInstance | undefined>;
|
|
1798
|
+
locationStrategy: {
|
|
1799
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1800
|
+
updateLocation: (e: Event) => void;
|
|
1801
|
+
} | undefined)>;
|
|
1802
|
+
default: string;
|
|
1803
|
+
validator: (val: any) => boolean;
|
|
1804
|
+
};
|
|
1920
1805
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
1921
1806
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
1922
1807
|
activatorProps: {
|
|
@@ -1933,13 +1818,6 @@ declare const VSnackbar: {
|
|
|
1933
1818
|
default: undefined;
|
|
1934
1819
|
};
|
|
1935
1820
|
closeOnContentClick: BooleanConstructor;
|
|
1936
|
-
locationStrategy: {
|
|
1937
|
-
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1938
|
-
updateLocation: (e: Event) => void;
|
|
1939
|
-
} | undefined)>;
|
|
1940
|
-
default: string;
|
|
1941
|
-
validator: (val: any) => boolean;
|
|
1942
|
-
};
|
|
1943
1821
|
closeOnBack: {
|
|
1944
1822
|
type: BooleanConstructor;
|
|
1945
1823
|
default: boolean;
|