@vuetify/nightly 4.0.0-dev-20230426.0 → 4.0.0-dev-20230427.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/dist/json/attributes.json +218 -194
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +7 -1
- package/dist/json/web-types.json +379 -326
- package/dist/vuetify-labs.css +1361 -1362
- package/dist/vuetify-labs.d.ts +5791 -8230
- package/dist/vuetify-labs.esm.js +1286 -1090
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1285 -1089
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +29 -30
- package/dist/vuetify.d.ts +5991 -7516
- package/dist/vuetify.esm.js +1248 -1063
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1247 -1062
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +743 -738
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +1 -1
- 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.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +3 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +87 -92
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +225 -403
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +134 -93
- package/lib/components/VBtn/VBtn.mjs +5 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +33 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +69 -103
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +22 -13
- package/lib/components/VCode/index.d.ts +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +34 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +225 -403
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +22 -145
- package/lib/components/VDefaultsProvider/index.d.ts +0 -12
- package/lib/components/VDialog/VDialog.mjs +4 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +109 -81
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.mjs +9 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +119 -70
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +99 -150
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +104 -60
- package/lib/components/VHover/index.d.ts +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +23 -26
- package/lib/components/VImg/VImg.mjs +5 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +26 -29
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +31 -34
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +30 -33
- package/lib/components/VKbd/index.d.ts +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +22 -13
- package/lib/components/VList/VList.mjs +7 -24
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +5 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +4 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +932 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +3 -13
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +39 -62
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +27 -38
- package/lib/components/VRating/VRating.mjs +4 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +23 -18
- package/lib/components/VResponsive/VResponsive.mjs +4 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +43 -31
- package/lib/components/VSelect/VSelect.mjs +2 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +194 -552
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +59 -90
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +27 -38
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +39 -66
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +26 -29
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +45 -27
- package/lib/components/VTextField/VTextField.mjs +2 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +208 -269
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +79 -122
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +67 -57
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +104 -150
- package/lib/components/VValidation/index.d.ts +0 -12
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.ts +70 -30
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +61 -79
- package/lib/components/index.d.ts +5229 -6754
- package/lib/components/transitions/index.d.ts +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +51 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +1 -1
- 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/index.d.ts +11 -11
- package/lib/labs/VDataTable/VDataTable.mjs +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +61 -933
- package/lib/labs/VInfiniteScroll/index.d.ts +8 -36
- package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
- package/lib/labs/components.d.ts +115 -1027
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.ts +52 -0
- package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/{composables → labs/date}/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.ts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +28 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/adapters/date-adapter.mjs +0 -2
- package/lib/adapters/date-adapter.mjs.map +0 -1
- package/lib/adapters/vuetify.mjs.map +0 -1
- package/lib/composables/date.mjs.map +0 -1
@@ -96,6 +96,7 @@ declare const VSnackbar: {
|
|
96
96
|
component?: vue.Component | undefined;
|
97
97
|
})>;
|
98
98
|
zIndex: string | number;
|
99
|
+
style: vue.StyleValue;
|
99
100
|
eager: boolean;
|
100
101
|
disabled: boolean;
|
101
102
|
timeout: string | number;
|
@@ -122,6 +123,7 @@ declare const VSnackbar: {
|
|
122
123
|
component?: vue.Component | undefined;
|
123
124
|
})>;
|
124
125
|
zIndex: string | number;
|
126
|
+
style: vue.StyleValue;
|
125
127
|
eager: boolean;
|
126
128
|
disabled: boolean;
|
127
129
|
timeout: string | number;
|
@@ -147,6 +149,7 @@ declare const VSnackbar: {
|
|
147
149
|
minHeight?: string | number | undefined;
|
148
150
|
minWidth?: string | number | undefined;
|
149
151
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
152
|
+
class?: any;
|
150
153
|
theme?: string | undefined;
|
151
154
|
contentClass?: any;
|
152
155
|
rounded?: string | number | boolean | undefined;
|
@@ -158,7 +161,7 @@ declare const VSnackbar: {
|
|
158
161
|
contentProps?: any;
|
159
162
|
attach?: string | boolean | Element | undefined;
|
160
163
|
} & {
|
161
|
-
$children?:
|
164
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
162
165
|
activator?: ((args_0: {
|
163
166
|
isActive: boolean;
|
164
167
|
props: Record<string, any>;
|
@@ -166,14 +169,6 @@ declare const VSnackbar: {
|
|
166
169
|
default?: (() => vue.VNodeChild) | undefined;
|
167
170
|
actions?: (() => vue.VNodeChild) | undefined;
|
168
171
|
};
|
169
|
-
$slots?: {
|
170
|
-
activator?: ((args_0: {
|
171
|
-
isActive: boolean;
|
172
|
-
props: Record<string, any>;
|
173
|
-
}) => vue.VNodeChild) | undefined;
|
174
|
-
default?: (() => vue.VNodeChild) | undefined;
|
175
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
176
|
-
} | undefined;
|
177
172
|
'v-slots'?: {
|
178
173
|
activator?: false | ((args_0: {
|
179
174
|
isActive: boolean;
|
@@ -191,7 +186,7 @@ declare const VSnackbar: {
|
|
191
186
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
192
187
|
} & {
|
193
188
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
194
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
|
189
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
|
195
190
|
$attrs: {
|
196
191
|
[x: string]: unknown;
|
197
192
|
};
|
@@ -213,6 +208,7 @@ declare const VSnackbar: {
|
|
213
208
|
component?: vue.Component | undefined;
|
214
209
|
})>;
|
215
210
|
zIndex: string | number;
|
211
|
+
style: vue.StyleValue;
|
216
212
|
eager: boolean;
|
217
213
|
disabled: boolean;
|
218
214
|
timeout: string | number;
|
@@ -238,6 +234,7 @@ declare const VSnackbar: {
|
|
238
234
|
minHeight?: string | number | undefined;
|
239
235
|
minWidth?: string | number | undefined;
|
240
236
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
237
|
+
class?: any;
|
241
238
|
theme?: string | undefined;
|
242
239
|
contentClass?: any;
|
243
240
|
rounded?: string | number | boolean | undefined;
|
@@ -249,7 +246,7 @@ declare const VSnackbar: {
|
|
249
246
|
contentProps?: any;
|
250
247
|
attach?: string | boolean | Element | undefined;
|
251
248
|
} & {
|
252
|
-
$children?:
|
249
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
253
250
|
activator?: ((args_0: {
|
254
251
|
isActive: boolean;
|
255
252
|
props: Record<string, any>;
|
@@ -257,14 +254,6 @@ declare const VSnackbar: {
|
|
257
254
|
default?: (() => vue.VNodeChild) | undefined;
|
258
255
|
actions?: (() => vue.VNodeChild) | undefined;
|
259
256
|
};
|
260
|
-
$slots?: {
|
261
|
-
activator?: ((args_0: {
|
262
|
-
isActive: boolean;
|
263
|
-
props: Record<string, any>;
|
264
|
-
}) => vue.VNodeChild) | undefined;
|
265
|
-
default?: (() => vue.VNodeChild) | undefined;
|
266
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
267
|
-
} | undefined;
|
268
257
|
'v-slots'?: {
|
269
258
|
activator?: false | ((args_0: {
|
270
259
|
isActive: boolean;
|
@@ -293,6 +282,7 @@ declare const VSnackbar: {
|
|
293
282
|
component?: vue.Component | undefined;
|
294
283
|
});
|
295
284
|
zIndex: string | number;
|
285
|
+
style: vue.StyleValue;
|
296
286
|
eager: boolean;
|
297
287
|
disabled: boolean;
|
298
288
|
modelValue: boolean;
|
@@ -319,6 +309,7 @@ declare const VSnackbar: {
|
|
319
309
|
component?: vue.Component | undefined;
|
320
310
|
});
|
321
311
|
zIndex: string | number;
|
312
|
+
style: vue.StyleValue;
|
322
313
|
eager: boolean;
|
323
314
|
disabled: boolean;
|
324
315
|
modelValue: boolean;
|
@@ -343,6 +334,7 @@ declare const VSnackbar: {
|
|
343
334
|
maxWidth?: string | number | undefined;
|
344
335
|
minHeight?: string | number | undefined;
|
345
336
|
minWidth?: string | number | undefined;
|
337
|
+
class?: any;
|
346
338
|
theme?: string | undefined;
|
347
339
|
contentClass?: any;
|
348
340
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -353,16 +345,7 @@ declare const VSnackbar: {
|
|
353
345
|
contentProps?: any;
|
354
346
|
attach?: string | boolean | Element | undefined;
|
355
347
|
} & {
|
356
|
-
$children?:
|
357
|
-
default?: ((args_0: {
|
358
|
-
isActive: vue.Ref<boolean>;
|
359
|
-
}) => vue.VNodeChild) | undefined;
|
360
|
-
activator?: ((args_0: {
|
361
|
-
isActive: boolean;
|
362
|
-
props: Record<string, any>;
|
363
|
-
}) => vue.VNodeChild) | undefined;
|
364
|
-
};
|
365
|
-
$slots?: {
|
348
|
+
$children?: vue.VNodeChild | {
|
366
349
|
default?: ((args_0: {
|
367
350
|
isActive: vue.Ref<boolean>;
|
368
351
|
}) => vue.VNodeChild) | undefined;
|
@@ -370,7 +353,9 @@ declare const VSnackbar: {
|
|
370
353
|
isActive: boolean;
|
371
354
|
props: Record<string, any>;
|
372
355
|
}) => vue.VNodeChild) | undefined;
|
373
|
-
} |
|
356
|
+
} | ((args_0: {
|
357
|
+
isActive: vue.Ref<boolean>;
|
358
|
+
}) => vue.VNodeChild);
|
374
359
|
'v-slots'?: {
|
375
360
|
default?: false | ((args_0: {
|
376
361
|
isActive: vue.Ref<boolean>;
|
@@ -392,7 +377,7 @@ declare const VSnackbar: {
|
|
392
377
|
onAfterLeave?: (() => any) | undefined;
|
393
378
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
394
379
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
395
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
380
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
396
381
|
$attrs: {
|
397
382
|
[x: string]: unknown;
|
398
383
|
};
|
@@ -414,6 +399,7 @@ declare const VSnackbar: {
|
|
414
399
|
component?: vue.Component | undefined;
|
415
400
|
});
|
416
401
|
zIndex: string | number;
|
402
|
+
style: vue.StyleValue;
|
417
403
|
eager: boolean;
|
418
404
|
disabled: boolean;
|
419
405
|
modelValue: boolean;
|
@@ -438,6 +424,7 @@ declare const VSnackbar: {
|
|
438
424
|
maxWidth?: string | number | undefined;
|
439
425
|
minHeight?: string | number | undefined;
|
440
426
|
minWidth?: string | number | undefined;
|
427
|
+
class?: any;
|
441
428
|
theme?: string | undefined;
|
442
429
|
contentClass?: any;
|
443
430
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -448,16 +435,7 @@ declare const VSnackbar: {
|
|
448
435
|
contentProps?: any;
|
449
436
|
attach?: string | boolean | Element | undefined;
|
450
437
|
} & {
|
451
|
-
$children?:
|
452
|
-
default?: ((args_0: {
|
453
|
-
isActive: vue.Ref<boolean>;
|
454
|
-
}) => vue.VNodeChild) | undefined;
|
455
|
-
activator?: ((args_0: {
|
456
|
-
isActive: boolean;
|
457
|
-
props: Record<string, any>;
|
458
|
-
}) => vue.VNodeChild) | undefined;
|
459
|
-
};
|
460
|
-
$slots?: {
|
438
|
+
$children?: vue.VNodeChild | {
|
461
439
|
default?: ((args_0: {
|
462
440
|
isActive: vue.Ref<boolean>;
|
463
441
|
}) => vue.VNodeChild) | undefined;
|
@@ -465,7 +443,9 @@ declare const VSnackbar: {
|
|
465
443
|
isActive: boolean;
|
466
444
|
props: Record<string, any>;
|
467
445
|
}) => vue.VNodeChild) | undefined;
|
468
|
-
} |
|
446
|
+
} | ((args_0: {
|
447
|
+
isActive: vue.Ref<boolean>;
|
448
|
+
}) => vue.VNodeChild);
|
469
449
|
'v-slots'?: {
|
470
450
|
default?: false | ((args_0: {
|
471
451
|
isActive: vue.Ref<boolean>;
|
@@ -506,6 +486,7 @@ declare const VSnackbar: {
|
|
506
486
|
component?: vue.Component | undefined;
|
507
487
|
});
|
508
488
|
zIndex: string | number;
|
489
|
+
style: vue.StyleValue;
|
509
490
|
eager: boolean;
|
510
491
|
disabled: boolean;
|
511
492
|
modelValue: boolean;
|
@@ -552,6 +533,7 @@ declare const VSnackbar: {
|
|
552
533
|
component?: vue.Component | undefined;
|
553
534
|
});
|
554
535
|
zIndex: string | number;
|
536
|
+
style: vue.StyleValue;
|
555
537
|
eager: boolean;
|
556
538
|
disabled: boolean;
|
557
539
|
modelValue: boolean;
|
@@ -576,6 +558,7 @@ declare const VSnackbar: {
|
|
576
558
|
maxWidth?: string | number | undefined;
|
577
559
|
minHeight?: string | number | undefined;
|
578
560
|
minWidth?: string | number | undefined;
|
561
|
+
class?: any;
|
579
562
|
theme?: string | undefined;
|
580
563
|
contentClass?: any;
|
581
564
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -586,7 +569,7 @@ declare const VSnackbar: {
|
|
586
569
|
contentProps?: any;
|
587
570
|
attach?: string | boolean | Element | undefined;
|
588
571
|
} & {
|
589
|
-
$children?:
|
572
|
+
$children?: vue.VNodeChild | {
|
590
573
|
default?: ((args_0: {
|
591
574
|
isActive: vue.Ref<boolean>;
|
592
575
|
}) => vue.VNodeChild) | undefined;
|
@@ -594,16 +577,9 @@ declare const VSnackbar: {
|
|
594
577
|
isActive: boolean;
|
595
578
|
props: Record<string, any>;
|
596
579
|
}) => vue.VNodeChild) | undefined;
|
597
|
-
}
|
598
|
-
|
599
|
-
|
600
|
-
isActive: vue.Ref<boolean>;
|
601
|
-
}) => vue.VNodeChild) | undefined;
|
602
|
-
activator?: ((args_0: {
|
603
|
-
isActive: boolean;
|
604
|
-
props: Record<string, any>;
|
605
|
-
}) => vue.VNodeChild) | undefined;
|
606
|
-
} | undefined;
|
580
|
+
} | ((args_0: {
|
581
|
+
isActive: vue.Ref<boolean>;
|
582
|
+
}) => vue.VNodeChild);
|
607
583
|
'v-slots'?: {
|
608
584
|
default?: false | ((args_0: {
|
609
585
|
isActive: vue.Ref<boolean>;
|
@@ -632,7 +608,7 @@ declare const VSnackbar: {
|
|
632
608
|
globalTop: Readonly<vue.Ref<boolean>>;
|
633
609
|
localTop: vue.ComputedRef<boolean>;
|
634
610
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
635
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "
|
611
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
636
612
|
'update:modelValue': (v: boolean) => boolean;
|
637
613
|
}, string, {
|
638
614
|
absolute: boolean;
|
@@ -642,6 +618,7 @@ declare const VSnackbar: {
|
|
642
618
|
component?: vue.Component | undefined;
|
643
619
|
})>;
|
644
620
|
zIndex: string | number;
|
621
|
+
style: vue.StyleValue;
|
645
622
|
eager: boolean;
|
646
623
|
disabled: boolean;
|
647
624
|
timeout: string | number;
|
@@ -688,6 +665,7 @@ declare const VSnackbar: {
|
|
688
665
|
component?: vue.Component | undefined;
|
689
666
|
})>;
|
690
667
|
zIndex: string | number;
|
668
|
+
style: vue.StyleValue;
|
691
669
|
eager: boolean;
|
692
670
|
disabled: boolean;
|
693
671
|
timeout: string | number;
|
@@ -713,6 +691,7 @@ declare const VSnackbar: {
|
|
713
691
|
minHeight?: string | number | undefined;
|
714
692
|
minWidth?: string | number | undefined;
|
715
693
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
694
|
+
class?: any;
|
716
695
|
theme?: string | undefined;
|
717
696
|
contentClass?: any;
|
718
697
|
rounded?: string | number | boolean | undefined;
|
@@ -724,7 +703,7 @@ declare const VSnackbar: {
|
|
724
703
|
contentProps?: any;
|
725
704
|
attach?: string | boolean | Element | undefined;
|
726
705
|
} & {
|
727
|
-
$children?:
|
706
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
728
707
|
activator?: ((args_0: {
|
729
708
|
isActive: boolean;
|
730
709
|
props: Record<string, any>;
|
@@ -732,14 +711,6 @@ declare const VSnackbar: {
|
|
732
711
|
default?: (() => vue.VNodeChild) | undefined;
|
733
712
|
actions?: (() => vue.VNodeChild) | undefined;
|
734
713
|
};
|
735
|
-
$slots?: {
|
736
|
-
activator?: ((args_0: {
|
737
|
-
isActive: boolean;
|
738
|
-
props: Record<string, any>;
|
739
|
-
}) => vue.VNodeChild) | undefined;
|
740
|
-
default?: (() => vue.VNodeChild) | undefined;
|
741
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
742
|
-
} | undefined;
|
743
714
|
'v-slots'?: {
|
744
715
|
activator?: false | ((args_0: {
|
745
716
|
isActive: boolean;
|
@@ -768,6 +739,7 @@ declare const VSnackbar: {
|
|
768
739
|
component?: vue.Component | undefined;
|
769
740
|
});
|
770
741
|
zIndex: string | number;
|
742
|
+
style: vue.StyleValue;
|
771
743
|
eager: boolean;
|
772
744
|
disabled: boolean;
|
773
745
|
modelValue: boolean;
|
@@ -794,6 +766,7 @@ declare const VSnackbar: {
|
|
794
766
|
component?: vue.Component | undefined;
|
795
767
|
});
|
796
768
|
zIndex: string | number;
|
769
|
+
style: vue.StyleValue;
|
797
770
|
eager: boolean;
|
798
771
|
disabled: boolean;
|
799
772
|
modelValue: boolean;
|
@@ -818,6 +791,7 @@ declare const VSnackbar: {
|
|
818
791
|
maxWidth?: string | number | undefined;
|
819
792
|
minHeight?: string | number | undefined;
|
820
793
|
minWidth?: string | number | undefined;
|
794
|
+
class?: any;
|
821
795
|
theme?: string | undefined;
|
822
796
|
contentClass?: any;
|
823
797
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -828,16 +802,7 @@ declare const VSnackbar: {
|
|
828
802
|
contentProps?: any;
|
829
803
|
attach?: string | boolean | Element | undefined;
|
830
804
|
} & {
|
831
|
-
$children?:
|
832
|
-
default?: ((args_0: {
|
833
|
-
isActive: vue.Ref<boolean>;
|
834
|
-
}) => vue.VNodeChild) | undefined;
|
835
|
-
activator?: ((args_0: {
|
836
|
-
isActive: boolean;
|
837
|
-
props: Record<string, any>;
|
838
|
-
}) => vue.VNodeChild) | undefined;
|
839
|
-
};
|
840
|
-
$slots?: {
|
805
|
+
$children?: vue.VNodeChild | {
|
841
806
|
default?: ((args_0: {
|
842
807
|
isActive: vue.Ref<boolean>;
|
843
808
|
}) => vue.VNodeChild) | undefined;
|
@@ -845,7 +810,9 @@ declare const VSnackbar: {
|
|
845
810
|
isActive: boolean;
|
846
811
|
props: Record<string, any>;
|
847
812
|
}) => vue.VNodeChild) | undefined;
|
848
|
-
} |
|
813
|
+
} | ((args_0: {
|
814
|
+
isActive: vue.Ref<boolean>;
|
815
|
+
}) => vue.VNodeChild);
|
849
816
|
'v-slots'?: {
|
850
817
|
default?: false | ((args_0: {
|
851
818
|
isActive: vue.Ref<boolean>;
|
@@ -867,7 +834,7 @@ declare const VSnackbar: {
|
|
867
834
|
onAfterLeave?: (() => any) | undefined;
|
868
835
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
869
836
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
870
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
837
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
871
838
|
$attrs: {
|
872
839
|
[x: string]: unknown;
|
873
840
|
};
|
@@ -889,6 +856,7 @@ declare const VSnackbar: {
|
|
889
856
|
component?: vue.Component | undefined;
|
890
857
|
});
|
891
858
|
zIndex: string | number;
|
859
|
+
style: vue.StyleValue;
|
892
860
|
eager: boolean;
|
893
861
|
disabled: boolean;
|
894
862
|
modelValue: boolean;
|
@@ -913,6 +881,7 @@ declare const VSnackbar: {
|
|
913
881
|
maxWidth?: string | number | undefined;
|
914
882
|
minHeight?: string | number | undefined;
|
915
883
|
minWidth?: string | number | undefined;
|
884
|
+
class?: any;
|
916
885
|
theme?: string | undefined;
|
917
886
|
contentClass?: any;
|
918
887
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -923,7 +892,7 @@ declare const VSnackbar: {
|
|
923
892
|
contentProps?: any;
|
924
893
|
attach?: string | boolean | Element | undefined;
|
925
894
|
} & {
|
926
|
-
$children?:
|
895
|
+
$children?: vue.VNodeChild | {
|
927
896
|
default?: ((args_0: {
|
928
897
|
isActive: vue.Ref<boolean>;
|
929
898
|
}) => vue.VNodeChild) | undefined;
|
@@ -931,16 +900,9 @@ declare const VSnackbar: {
|
|
931
900
|
isActive: boolean;
|
932
901
|
props: Record<string, any>;
|
933
902
|
}) => vue.VNodeChild) | undefined;
|
934
|
-
}
|
935
|
-
|
936
|
-
|
937
|
-
isActive: vue.Ref<boolean>;
|
938
|
-
}) => vue.VNodeChild) | undefined;
|
939
|
-
activator?: ((args_0: {
|
940
|
-
isActive: boolean;
|
941
|
-
props: Record<string, any>;
|
942
|
-
}) => vue.VNodeChild) | undefined;
|
943
|
-
} | undefined;
|
903
|
+
} | ((args_0: {
|
904
|
+
isActive: vue.Ref<boolean>;
|
905
|
+
}) => vue.VNodeChild);
|
944
906
|
'v-slots'?: {
|
945
907
|
default?: false | ((args_0: {
|
946
908
|
isActive: vue.Ref<boolean>;
|
@@ -981,6 +943,7 @@ declare const VSnackbar: {
|
|
981
943
|
component?: vue.Component | undefined;
|
982
944
|
});
|
983
945
|
zIndex: string | number;
|
946
|
+
style: vue.StyleValue;
|
984
947
|
eager: boolean;
|
985
948
|
disabled: boolean;
|
986
949
|
modelValue: boolean;
|
@@ -1027,6 +990,7 @@ declare const VSnackbar: {
|
|
1027
990
|
component?: vue.Component | undefined;
|
1028
991
|
});
|
1029
992
|
zIndex: string | number;
|
993
|
+
style: vue.StyleValue;
|
1030
994
|
eager: boolean;
|
1031
995
|
disabled: boolean;
|
1032
996
|
modelValue: boolean;
|
@@ -1051,6 +1015,7 @@ declare const VSnackbar: {
|
|
1051
1015
|
maxWidth?: string | number | undefined;
|
1052
1016
|
minHeight?: string | number | undefined;
|
1053
1017
|
minWidth?: string | number | undefined;
|
1018
|
+
class?: any;
|
1054
1019
|
theme?: string | undefined;
|
1055
1020
|
contentClass?: any;
|
1056
1021
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -1061,16 +1026,7 @@ declare const VSnackbar: {
|
|
1061
1026
|
contentProps?: any;
|
1062
1027
|
attach?: string | boolean | Element | undefined;
|
1063
1028
|
} & {
|
1064
|
-
$children?:
|
1065
|
-
default?: ((args_0: {
|
1066
|
-
isActive: vue.Ref<boolean>;
|
1067
|
-
}) => vue.VNodeChild) | undefined;
|
1068
|
-
activator?: ((args_0: {
|
1069
|
-
isActive: boolean;
|
1070
|
-
props: Record<string, any>;
|
1071
|
-
}) => vue.VNodeChild) | undefined;
|
1072
|
-
};
|
1073
|
-
$slots?: {
|
1029
|
+
$children?: vue.VNodeChild | {
|
1074
1030
|
default?: ((args_0: {
|
1075
1031
|
isActive: vue.Ref<boolean>;
|
1076
1032
|
}) => vue.VNodeChild) | undefined;
|
@@ -1078,7 +1034,9 @@ declare const VSnackbar: {
|
|
1078
1034
|
isActive: boolean;
|
1079
1035
|
props: Record<string, any>;
|
1080
1036
|
}) => vue.VNodeChild) | undefined;
|
1081
|
-
} |
|
1037
|
+
} | ((args_0: {
|
1038
|
+
isActive: vue.Ref<boolean>;
|
1039
|
+
}) => vue.VNodeChild);
|
1082
1040
|
'v-slots'?: {
|
1083
1041
|
default?: false | ((args_0: {
|
1084
1042
|
isActive: vue.Ref<boolean>;
|
@@ -1107,7 +1065,7 @@ declare const VSnackbar: {
|
|
1107
1065
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1108
1066
|
localTop: vue.ComputedRef<boolean>;
|
1109
1067
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1110
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "
|
1068
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1111
1069
|
__isFragment?: undefined;
|
1112
1070
|
__isTeleport?: undefined;
|
1113
1071
|
__isSuspense?: undefined;
|
@@ -1119,6 +1077,7 @@ declare const VSnackbar: {
|
|
1119
1077
|
component?: vue.Component | undefined;
|
1120
1078
|
})>;
|
1121
1079
|
zIndex: string | number;
|
1080
|
+
style: vue.StyleValue;
|
1122
1081
|
eager: boolean;
|
1123
1082
|
disabled: boolean;
|
1124
1083
|
timeout: string | number;
|
@@ -1144,6 +1103,7 @@ declare const VSnackbar: {
|
|
1144
1103
|
minHeight?: string | number | undefined;
|
1145
1104
|
minWidth?: string | number | undefined;
|
1146
1105
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
1106
|
+
class?: any;
|
1147
1107
|
theme?: string | undefined;
|
1148
1108
|
contentClass?: any;
|
1149
1109
|
rounded?: string | number | boolean | undefined;
|
@@ -1155,7 +1115,7 @@ declare const VSnackbar: {
|
|
1155
1115
|
contentProps?: any;
|
1156
1116
|
attach?: string | boolean | Element | undefined;
|
1157
1117
|
} & {
|
1158
|
-
$children?:
|
1118
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1159
1119
|
activator?: ((args_0: {
|
1160
1120
|
isActive: boolean;
|
1161
1121
|
props: Record<string, any>;
|
@@ -1163,14 +1123,6 @@ declare const VSnackbar: {
|
|
1163
1123
|
default?: (() => vue.VNodeChild) | undefined;
|
1164
1124
|
actions?: (() => vue.VNodeChild) | undefined;
|
1165
1125
|
};
|
1166
|
-
$slots?: {
|
1167
|
-
activator?: ((args_0: {
|
1168
|
-
isActive: boolean;
|
1169
|
-
props: Record<string, any>;
|
1170
|
-
}) => vue.VNodeChild) | undefined;
|
1171
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1172
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
1173
|
-
} | undefined;
|
1174
1126
|
'v-slots'?: {
|
1175
1127
|
activator?: false | ((args_0: {
|
1176
1128
|
isActive: boolean;
|
@@ -1199,6 +1151,7 @@ declare const VSnackbar: {
|
|
1199
1151
|
component?: vue.Component | undefined;
|
1200
1152
|
});
|
1201
1153
|
zIndex: string | number;
|
1154
|
+
style: vue.StyleValue;
|
1202
1155
|
eager: boolean;
|
1203
1156
|
disabled: boolean;
|
1204
1157
|
modelValue: boolean;
|
@@ -1225,6 +1178,7 @@ declare const VSnackbar: {
|
|
1225
1178
|
component?: vue.Component | undefined;
|
1226
1179
|
});
|
1227
1180
|
zIndex: string | number;
|
1181
|
+
style: vue.StyleValue;
|
1228
1182
|
eager: boolean;
|
1229
1183
|
disabled: boolean;
|
1230
1184
|
modelValue: boolean;
|
@@ -1249,6 +1203,7 @@ declare const VSnackbar: {
|
|
1249
1203
|
maxWidth?: string | number | undefined;
|
1250
1204
|
minHeight?: string | number | undefined;
|
1251
1205
|
minWidth?: string | number | undefined;
|
1206
|
+
class?: any;
|
1252
1207
|
theme?: string | undefined;
|
1253
1208
|
contentClass?: any;
|
1254
1209
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -1259,7 +1214,7 @@ declare const VSnackbar: {
|
|
1259
1214
|
contentProps?: any;
|
1260
1215
|
attach?: string | boolean | Element | undefined;
|
1261
1216
|
} & {
|
1262
|
-
$children?:
|
1217
|
+
$children?: vue.VNodeChild | {
|
1263
1218
|
default?: ((args_0: {
|
1264
1219
|
isActive: vue.Ref<boolean>;
|
1265
1220
|
}) => vue.VNodeChild) | undefined;
|
@@ -1267,16 +1222,9 @@ declare const VSnackbar: {
|
|
1267
1222
|
isActive: boolean;
|
1268
1223
|
props: Record<string, any>;
|
1269
1224
|
}) => vue.VNodeChild) | undefined;
|
1270
|
-
}
|
1271
|
-
|
1272
|
-
|
1273
|
-
isActive: vue.Ref<boolean>;
|
1274
|
-
}) => vue.VNodeChild) | undefined;
|
1275
|
-
activator?: ((args_0: {
|
1276
|
-
isActive: boolean;
|
1277
|
-
props: Record<string, any>;
|
1278
|
-
}) => vue.VNodeChild) | undefined;
|
1279
|
-
} | undefined;
|
1225
|
+
} | ((args_0: {
|
1226
|
+
isActive: vue.Ref<boolean>;
|
1227
|
+
}) => vue.VNodeChild);
|
1280
1228
|
'v-slots'?: {
|
1281
1229
|
default?: false | ((args_0: {
|
1282
1230
|
isActive: vue.Ref<boolean>;
|
@@ -1298,7 +1246,7 @@ declare const VSnackbar: {
|
|
1298
1246
|
onAfterLeave?: (() => any) | undefined;
|
1299
1247
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1300
1248
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1301
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1249
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1302
1250
|
$attrs: {
|
1303
1251
|
[x: string]: unknown;
|
1304
1252
|
};
|
@@ -1320,6 +1268,7 @@ declare const VSnackbar: {
|
|
1320
1268
|
component?: vue.Component | undefined;
|
1321
1269
|
});
|
1322
1270
|
zIndex: string | number;
|
1271
|
+
style: vue.StyleValue;
|
1323
1272
|
eager: boolean;
|
1324
1273
|
disabled: boolean;
|
1325
1274
|
modelValue: boolean;
|
@@ -1344,6 +1293,7 @@ declare const VSnackbar: {
|
|
1344
1293
|
maxWidth?: string | number | undefined;
|
1345
1294
|
minHeight?: string | number | undefined;
|
1346
1295
|
minWidth?: string | number | undefined;
|
1296
|
+
class?: any;
|
1347
1297
|
theme?: string | undefined;
|
1348
1298
|
contentClass?: any;
|
1349
1299
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -1354,16 +1304,7 @@ declare const VSnackbar: {
|
|
1354
1304
|
contentProps?: any;
|
1355
1305
|
attach?: string | boolean | Element | undefined;
|
1356
1306
|
} & {
|
1357
|
-
$children?:
|
1358
|
-
default?: ((args_0: {
|
1359
|
-
isActive: vue.Ref<boolean>;
|
1360
|
-
}) => vue.VNodeChild) | undefined;
|
1361
|
-
activator?: ((args_0: {
|
1362
|
-
isActive: boolean;
|
1363
|
-
props: Record<string, any>;
|
1364
|
-
}) => vue.VNodeChild) | undefined;
|
1365
|
-
};
|
1366
|
-
$slots?: {
|
1307
|
+
$children?: vue.VNodeChild | {
|
1367
1308
|
default?: ((args_0: {
|
1368
1309
|
isActive: vue.Ref<boolean>;
|
1369
1310
|
}) => vue.VNodeChild) | undefined;
|
@@ -1371,7 +1312,9 @@ declare const VSnackbar: {
|
|
1371
1312
|
isActive: boolean;
|
1372
1313
|
props: Record<string, any>;
|
1373
1314
|
}) => vue.VNodeChild) | undefined;
|
1374
|
-
} |
|
1315
|
+
} | ((args_0: {
|
1316
|
+
isActive: vue.Ref<boolean>;
|
1317
|
+
}) => vue.VNodeChild);
|
1375
1318
|
'v-slots'?: {
|
1376
1319
|
default?: false | ((args_0: {
|
1377
1320
|
isActive: vue.Ref<boolean>;
|
@@ -1412,6 +1355,7 @@ declare const VSnackbar: {
|
|
1412
1355
|
component?: vue.Component | undefined;
|
1413
1356
|
});
|
1414
1357
|
zIndex: string | number;
|
1358
|
+
style: vue.StyleValue;
|
1415
1359
|
eager: boolean;
|
1416
1360
|
disabled: boolean;
|
1417
1361
|
modelValue: boolean;
|
@@ -1458,6 +1402,7 @@ declare const VSnackbar: {
|
|
1458
1402
|
component?: vue.Component | undefined;
|
1459
1403
|
});
|
1460
1404
|
zIndex: string | number;
|
1405
|
+
style: vue.StyleValue;
|
1461
1406
|
eager: boolean;
|
1462
1407
|
disabled: boolean;
|
1463
1408
|
modelValue: boolean;
|
@@ -1482,6 +1427,7 @@ declare const VSnackbar: {
|
|
1482
1427
|
maxWidth?: string | number | undefined;
|
1483
1428
|
minHeight?: string | number | undefined;
|
1484
1429
|
minWidth?: string | number | undefined;
|
1430
|
+
class?: any;
|
1485
1431
|
theme?: string | undefined;
|
1486
1432
|
contentClass?: any;
|
1487
1433
|
activator?: string | Element | vue.ComponentPublicInstance | undefined;
|
@@ -1492,16 +1438,7 @@ declare const VSnackbar: {
|
|
1492
1438
|
contentProps?: any;
|
1493
1439
|
attach?: string | boolean | Element | undefined;
|
1494
1440
|
} & {
|
1495
|
-
$children?:
|
1496
|
-
default?: ((args_0: {
|
1497
|
-
isActive: vue.Ref<boolean>;
|
1498
|
-
}) => vue.VNodeChild) | undefined;
|
1499
|
-
activator?: ((args_0: {
|
1500
|
-
isActive: boolean;
|
1501
|
-
props: Record<string, any>;
|
1502
|
-
}) => vue.VNodeChild) | undefined;
|
1503
|
-
};
|
1504
|
-
$slots?: {
|
1441
|
+
$children?: vue.VNodeChild | {
|
1505
1442
|
default?: ((args_0: {
|
1506
1443
|
isActive: vue.Ref<boolean>;
|
1507
1444
|
}) => vue.VNodeChild) | undefined;
|
@@ -1509,7 +1446,9 @@ declare const VSnackbar: {
|
|
1509
1446
|
isActive: boolean;
|
1510
1447
|
props: Record<string, any>;
|
1511
1448
|
}) => vue.VNodeChild) | undefined;
|
1512
|
-
} |
|
1449
|
+
} | ((args_0: {
|
1450
|
+
isActive: vue.Ref<boolean>;
|
1451
|
+
}) => vue.VNodeChild);
|
1513
1452
|
'v-slots'?: {
|
1514
1453
|
default?: false | ((args_0: {
|
1515
1454
|
isActive: vue.Ref<boolean>;
|
@@ -1538,7 +1477,7 @@ declare const VSnackbar: {
|
|
1538
1477
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1539
1478
|
localTop: vue.ComputedRef<boolean>;
|
1540
1479
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1541
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "
|
1480
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1542
1481
|
'update:modelValue': (v: boolean) => boolean;
|
1543
1482
|
}, string, {
|
1544
1483
|
absolute: boolean;
|
@@ -1548,6 +1487,7 @@ declare const VSnackbar: {
|
|
1548
1487
|
component?: vue.Component | undefined;
|
1549
1488
|
})>;
|
1550
1489
|
zIndex: string | number;
|
1490
|
+
style: vue.StyleValue;
|
1551
1491
|
eager: boolean;
|
1552
1492
|
disabled: boolean;
|
1553
1493
|
timeout: string | number;
|
@@ -1601,8 +1541,13 @@ declare const VSnackbar: {
|
|
1601
1541
|
type: (StringConstructor | NumberConstructor)[];
|
1602
1542
|
default: number;
|
1603
1543
|
};
|
1544
|
+
style: {
|
1545
|
+
type: vue.PropType<vue.StyleValue>;
|
1546
|
+
default: null;
|
1547
|
+
};
|
1604
1548
|
eager: BooleanConstructor;
|
1605
1549
|
disabled: BooleanConstructor;
|
1550
|
+
class: vue.PropType<any>;
|
1606
1551
|
theme: StringConstructor;
|
1607
1552
|
contentClass: null;
|
1608
1553
|
modelValue: BooleanConstructor;
|
@@ -1692,8 +1637,13 @@ declare const VSnackbar: {
|
|
1692
1637
|
type: (StringConstructor | NumberConstructor)[];
|
1693
1638
|
default: number;
|
1694
1639
|
};
|
1640
|
+
style: {
|
1641
|
+
type: vue.PropType<vue.StyleValue>;
|
1642
|
+
default: null;
|
1643
|
+
};
|
1695
1644
|
eager: BooleanConstructor;
|
1696
1645
|
disabled: BooleanConstructor;
|
1646
|
+
class: vue.PropType<any>;
|
1697
1647
|
theme: StringConstructor;
|
1698
1648
|
contentClass: null;
|
1699
1649
|
modelValue: BooleanConstructor;
|