@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230512.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -14
- package/dist/json/attributes.json +564 -256
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +80 -2
- package/dist/json/web-types.json +2399 -606
- package/dist/vuetify-labs.css +45 -42
- package/dist/vuetify-labs.d.ts +26350 -24518
- package/dist/vuetify-labs.esm.js +2485 -2382
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +2485 -2382
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -8
- package/dist/vuetify.d.ts +23046 -23682
- package/dist/vuetify.esm.js +1865 -1748
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1865 -1748
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +658 -658
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -3
- package/lib/blueprints/md1.d.mts +1 -3
- package/lib/blueprints/md2.d.mts +1 -3
- package/lib/blueprints/md3.d.mts +1 -3
- package/lib/components/VAlert/VAlert.mjs +48 -48
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.mts +228 -71
- package/lib/components/VApp/VApp.mjs +9 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +65 -19
- package/lib/components/VAppBar/VAppBar.mjs +23 -22
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +314 -123
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
- package/lib/components/VAutocomplete/index.d.mts +1264 -2467
- package/lib/components/VAvatar/index.d.mts +70 -30
- package/lib/components/VBadge/VBadge.mjs +33 -32
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +86 -42
- package/lib/components/VBanner/VBanner.mjs +21 -20
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +7 -6
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +227 -65
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +78 -45
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +311 -208
- package/lib/components/VBtn/index.d.mts +112 -53
- package/lib/components/VBtnGroup/index.d.mts +69 -27
- package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +73 -35
- package/lib/components/VCard/VCard.mjs +38 -37
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +12 -11
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +764 -368
- package/lib/components/VCarousel/VCarousel.mjs +28 -27
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +600 -103
- package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +304 -125
- package/lib/components/VChip/VChip.css +7 -0
- package/lib/components/VChip/VChip.mjs +60 -57
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -0
- package/lib/components/VChip/index.d.mts +318 -90
- package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +204 -53
- package/lib/components/VCode/index.d.mts +63 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +74 -85
- package/lib/components/VColorPicker/util/index.mjs +2 -2
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +39 -42
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1264 -2488
- package/lib/components/VCounter/VCounter.mjs +16 -15
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +113 -1817
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +67 -20
- package/lib/components/VDialog/VDialog.mjs +18 -17
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +551 -1401
- package/lib/components/VDivider/VDivider.mjs +11 -10
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.mts +66 -21
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +317 -125
- package/lib/components/VField/VField.mjs +7 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -5
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +310 -230
- package/lib/components/VFileInput/VFileInput.mjs +35 -34
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +760 -320
- package/lib/components/VFooter/VFooter.mjs +21 -20
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +70 -29
- package/lib/components/VForm/VForm.mjs +6 -5
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +568 -52
- package/lib/components/VGrid/VCol.mjs +26 -25
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +16 -11
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +26 -25
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +274 -100
- package/lib/components/VHover/VHover.mjs +10 -9
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +93 -37
- package/lib/components/VIcon/VIcon.mjs +28 -29
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.mts +292 -81
- package/lib/components/VImg/VImg.mjs +34 -33
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +118 -53
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +137 -50
- package/lib/components/VItemGroup/VItem.mjs +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +414 -111
- package/lib/components/VKbd/index.d.mts +63 -17
- package/lib/components/VLabel/VLabel.mjs +8 -7
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.mts +64 -18
- package/lib/components/VLayout/VLayout.mjs +6 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -14
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +131 -42
- package/lib/components/VLazy/VLazy.mjs +21 -20
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.mts +67 -27
- package/lib/components/VList/VList.mjs +37 -36
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -12
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +2 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +44 -43
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +8 -7
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +10 -9
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1069 -617
- package/lib/components/VList/list.mjs +4 -4
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +65 -19
- package/lib/components/VMain/VMain.mjs +9 -8
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +64 -19
- package/lib/components/VMenu/VMenu.mjs +21 -20
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +479 -1327
- package/lib/components/VMessages/VMessages.mjs +18 -17
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +88 -1799
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +115 -60
- package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs +4 -4
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +120 -75
- package/lib/components/VOverlay/locationStrategies.mjs +5 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +84 -83
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +203 -130
- package/lib/components/VParallax/VParallax.mjs +9 -8
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.mts +91 -18
- package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +125 -45
- package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +97 -57
- package/lib/components/VRadio/VRadio.mjs +8 -7
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.mts +121 -51
- package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +189 -76
- package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +192 -80
- package/lib/components/VRating/VRating.mjs +49 -45
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +94 -54
- package/lib/components/VResponsive/index.d.mts +73 -18
- package/lib/components/VSelect/VSelect.mjs +22 -21
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1192 -3713
- package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +212 -194
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
- package/lib/components/VSheet/VSheet.mjs +1 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.mts +66 -21
- package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +181 -64
- package/lib/components/VSlider/VSlider.mjs +18 -13
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +26 -25
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +13 -12
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +194 -81
- package/lib/components/VSlider/slider.mjs +3 -3
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +444 -297
- package/lib/components/VSwitch/VSwitch.css +3 -3
- package/lib/components/VSwitch/VSwitch.mjs +13 -12
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +4 -3
- package/lib/components/VSwitch/index.d.mts +206 -86
- package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.mts +69 -27
- package/lib/components/VTable/VTable.mjs +12 -11
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.mts +95 -26
- package/lib/components/VTabs/VTab.mjs +19 -19
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +28 -27
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +175 -115
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1254 -770
- package/lib/components/VTextarea/VTextarea.mjs +32 -28
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +683 -313
- package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.mts +65 -20
- package/lib/components/VTimeline/VTimeline.mjs +46 -41
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +163 -62
- package/lib/components/VToolbar/VToolbar.mjs +8 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.mts +265 -82
- package/lib/components/VTooltip/VTooltip.mjs +20 -19
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +442 -297
- package/lib/components/VValidation/VValidation.mjs +1 -3
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +358 -50
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +110 -82
- package/lib/components/VWindow/VWindow.mjs +3 -3
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +18 -17
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +204 -75
- package/lib/components/index.d.mts +23230 -23871
- package/lib/components/transitions/createTransition.mjs +16 -15
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +1207 -472
- package/lib/composables/display.mjs +3 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs +4 -4
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/group.mjs +13 -13
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +6 -6
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -2
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs +2 -2
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +5 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -6
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +2 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +5 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/theme.mjs +3 -3
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +5 -2
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -5
- package/lib/labs/VDataTable/VDataTable.mjs +54 -66
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
- package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +2974 -631
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
- package/lib/labs/components.d.mts +3188 -708
- package/lib/labs/date/date.mjs +7 -7
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +1 -3
- package/lib/locale/adapters/vuetify.mjs +8 -5
- package/lib/locale/adapters/vuetify.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/propsFactory.mjs +2 -0
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -61,53 +61,32 @@ declare const VCarousel: {
|
|
61
61
|
new (...args: any[]): {
|
62
62
|
$: vue.ComponentInternalInstance;
|
63
63
|
$data: {};
|
64
|
-
$props:
|
65
|
-
reverse
|
66
|
-
interval
|
67
|
-
height
|
68
|
-
direction
|
69
|
-
style
|
70
|
-
disabled
|
71
|
-
tag
|
72
|
-
mandatory
|
73
|
-
touch
|
74
|
-
selectedClass
|
75
|
-
continuous
|
76
|
-
nextIcon
|
77
|
-
prevIcon
|
78
|
-
showArrows
|
79
|
-
cycle
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
}> & Omit<{
|
84
|
-
reverse: boolean;
|
85
|
-
interval: string | number;
|
86
|
-
height: string | number;
|
87
|
-
direction: string;
|
88
|
-
style: vue.StyleValue;
|
89
|
-
disabled: boolean;
|
90
|
-
tag: string;
|
91
|
-
mandatory: "force";
|
92
|
-
selectedClass: string;
|
93
|
-
continuous: boolean;
|
94
|
-
nextIcon: IconValue;
|
95
|
-
prevIcon: IconValue;
|
96
|
-
showArrows: NonNullable<string | boolean>;
|
97
|
-
cycle: boolean;
|
98
|
-
hideDelimiters: boolean;
|
99
|
-
hideDelimiterBackground: boolean;
|
100
|
-
delimiterIcon: IconValue;
|
101
|
-
} & {
|
64
|
+
$props: {
|
65
|
+
reverse?: boolean | undefined;
|
66
|
+
interval?: string | number | undefined;
|
67
|
+
height?: string | number | undefined;
|
68
|
+
direction?: "horizontal" | "vertical" | undefined;
|
69
|
+
style?: vue.StyleValue | undefined;
|
70
|
+
disabled?: boolean | undefined;
|
71
|
+
tag?: string | undefined;
|
72
|
+
mandatory?: "force" | undefined;
|
73
|
+
touch?: boolean | TouchHandlers | undefined;
|
74
|
+
selectedClass?: string | undefined;
|
75
|
+
continuous?: boolean | undefined;
|
76
|
+
nextIcon?: IconValue | undefined;
|
77
|
+
prevIcon?: IconValue | undefined;
|
78
|
+
showArrows?: NonNullable<string | boolean> | undefined;
|
79
|
+
cycle?: boolean | undefined;
|
80
|
+
delimiterIcon?: IconValue | undefined;
|
81
|
+
hideDelimiters?: boolean | undefined;
|
82
|
+
hideDelimiterBackground?: boolean | undefined;
|
102
83
|
progress?: string | boolean | undefined;
|
84
|
+
key?: string | number | symbol | undefined;
|
103
85
|
color?: string | undefined;
|
104
86
|
class?: any;
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
109
|
-
} & {
|
110
|
-
$children?: vue.VNodeChild | {
|
87
|
+
$children?: vue.VNodeChild | ((args_0: {
|
88
|
+
group: GroupProvide;
|
89
|
+
}) => vue.VNodeChild) | {
|
111
90
|
default?: ((args_0: {
|
112
91
|
group: GroupProvide;
|
113
92
|
}) => vue.VNodeChild) | undefined;
|
@@ -130,9 +109,22 @@ declare const VCarousel: {
|
|
130
109
|
ariaLabel: string;
|
131
110
|
};
|
132
111
|
}) => vue.VNodeChild) | undefined;
|
133
|
-
|
112
|
+
item?: ((args_0: {
|
113
|
+
props: Record<string, any>;
|
114
|
+
item: {
|
115
|
+
id: number;
|
116
|
+
value: unknown;
|
117
|
+
disabled: boolean | undefined;
|
118
|
+
};
|
119
|
+
}) => vue.VNodeChild) | undefined;
|
120
|
+
};
|
121
|
+
ref?: vue.VNodeRef | undefined;
|
122
|
+
ref_for?: boolean | undefined;
|
123
|
+
ref_key?: string | undefined;
|
124
|
+
theme?: string | undefined;
|
125
|
+
"v-slot:default"?: false | ((args_0: {
|
134
126
|
group: GroupProvide;
|
135
|
-
}) => vue.VNodeChild);
|
127
|
+
}) => vue.VNodeChild) | undefined;
|
136
128
|
'v-slots'?: {
|
137
129
|
default?: false | ((args_0: {
|
138
130
|
group: GroupProvide;
|
@@ -156,15 +148,67 @@ declare const VCarousel: {
|
|
156
148
|
ariaLabel: string;
|
157
149
|
};
|
158
150
|
}) => vue.VNodeChild) | undefined;
|
151
|
+
item?: false | ((args_0: {
|
152
|
+
props: Record<string, any>;
|
153
|
+
item: {
|
154
|
+
id: number;
|
155
|
+
value: unknown;
|
156
|
+
disabled: boolean | undefined;
|
157
|
+
};
|
158
|
+
}) => vue.VNodeChild) | undefined;
|
159
159
|
} | undefined;
|
160
|
-
} & {
|
161
|
-
"v-slot:default"?: false | ((args_0: {
|
162
|
-
group: GroupProvide;
|
163
|
-
}) => vue.VNodeChild) | undefined;
|
164
160
|
"v-slot:additional"?: false | ((args_0: {
|
165
161
|
group: GroupProvide;
|
166
162
|
}) => vue.VNodeChild) | undefined;
|
167
|
-
|
163
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
164
|
+
[key: string]: any;
|
165
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
166
|
+
[key: string]: any;
|
167
|
+
}>) => void)[] | undefined;
|
168
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
169
|
+
[key: string]: any;
|
170
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
171
|
+
[key: string]: any;
|
172
|
+
}>) => void)[] | undefined;
|
173
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
174
|
+
[key: string]: any;
|
175
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
176
|
+
[key: string]: any;
|
177
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
178
|
+
[key: string]: any;
|
179
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
180
|
+
[key: string]: any;
|
181
|
+
}>) => void)[] | undefined;
|
182
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
183
|
+
[key: string]: any;
|
184
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
185
|
+
[key: string]: any;
|
186
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
187
|
+
[key: string]: any;
|
188
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
189
|
+
[key: string]: any;
|
190
|
+
}>) => void)[] | undefined;
|
191
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
192
|
+
[key: string]: any;
|
193
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
194
|
+
[key: string]: any;
|
195
|
+
}>) => void)[] | undefined;
|
196
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
197
|
+
[key: string]: any;
|
198
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
199
|
+
[key: string]: any;
|
200
|
+
}>) => void)[] | undefined;
|
201
|
+
modelValue?: any;
|
202
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
203
|
+
"v-slot:item"?: false | ((args_0: {
|
204
|
+
props: Record<string, any>;
|
205
|
+
item: {
|
206
|
+
id: number;
|
207
|
+
value: unknown;
|
208
|
+
disabled: boolean | undefined;
|
209
|
+
};
|
210
|
+
}) => vue.VNodeChild) | undefined;
|
211
|
+
"v-slot:next"?: false | ((args_0: {
|
168
212
|
props: {
|
169
213
|
icon: IconValue;
|
170
214
|
class: string;
|
@@ -172,7 +216,7 @@ declare const VCarousel: {
|
|
172
216
|
ariaLabel: string;
|
173
217
|
};
|
174
218
|
}) => vue.VNodeChild) | undefined;
|
175
|
-
"v-slot:
|
219
|
+
"v-slot:prev"?: false | ((args_0: {
|
176
220
|
props: {
|
177
221
|
icon: IconValue;
|
178
222
|
class: string;
|
@@ -180,9 +224,8 @@ declare const VCarousel: {
|
|
180
224
|
ariaLabel: string;
|
181
225
|
};
|
182
226
|
}) => vue.VNodeChild) | undefined;
|
183
|
-
|
184
|
-
|
185
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "interval" | "height" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon" | "showArrows" | "cycle" | "hideDelimiters" | "hideDelimiterBackground" | "delimiterIcon">;
|
227
|
+
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
228
|
+
};
|
186
229
|
$attrs: {
|
187
230
|
[x: string]: unknown;
|
188
231
|
};
|
@@ -190,17 +233,56 @@ declare const VCarousel: {
|
|
190
233
|
[x: string]: unknown;
|
191
234
|
};
|
192
235
|
$slots: Readonly<{
|
193
|
-
|
236
|
+
default?: ((args_0: {
|
237
|
+
group: GroupProvide;
|
238
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
239
|
+
[key: string]: any;
|
240
|
+
}>[]) | undefined;
|
241
|
+
additional?: ((args_0: {
|
242
|
+
group: GroupProvide;
|
243
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
244
|
+
[key: string]: any;
|
245
|
+
}>[]) | undefined;
|
246
|
+
prev?: ((args_0: {
|
247
|
+
props: {
|
248
|
+
icon: IconValue;
|
249
|
+
class: string;
|
250
|
+
onClick: () => void;
|
251
|
+
ariaLabel: string;
|
252
|
+
};
|
253
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
254
|
+
[key: string]: any;
|
255
|
+
}>[]) | undefined;
|
256
|
+
next?: ((args_0: {
|
257
|
+
props: {
|
258
|
+
icon: IconValue;
|
259
|
+
class: string;
|
260
|
+
onClick: () => void;
|
261
|
+
ariaLabel: string;
|
262
|
+
};
|
263
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
264
|
+
[key: string]: any;
|
265
|
+
}>[]) | undefined;
|
266
|
+
item?: ((args_0: {
|
267
|
+
props: Record<string, any>;
|
268
|
+
item: {
|
269
|
+
id: number;
|
270
|
+
value: unknown;
|
271
|
+
disabled: boolean | undefined;
|
272
|
+
};
|
273
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
274
|
+
[key: string]: any;
|
275
|
+
}>[]) | undefined;
|
194
276
|
}>;
|
195
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
196
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
277
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
278
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
197
279
|
$emit: (event: "update:modelValue", val: any) => void;
|
198
280
|
$el: any;
|
199
281
|
$options: vue.ComponentOptionsBase<{
|
200
282
|
reverse: boolean;
|
201
283
|
interval: string | number;
|
202
284
|
height: string | number;
|
203
|
-
direction:
|
285
|
+
direction: "horizontal" | "vertical";
|
204
286
|
style: vue.StyleValue;
|
205
287
|
disabled: boolean;
|
206
288
|
tag: string;
|
@@ -211,9 +293,9 @@ declare const VCarousel: {
|
|
211
293
|
prevIcon: IconValue;
|
212
294
|
showArrows: NonNullable<string | boolean>;
|
213
295
|
cycle: boolean;
|
296
|
+
delimiterIcon: IconValue;
|
214
297
|
hideDelimiters: boolean;
|
215
298
|
hideDelimiterBackground: boolean;
|
216
|
-
delimiterIcon: IconValue;
|
217
299
|
} & {
|
218
300
|
progress?: string | boolean | undefined;
|
219
301
|
color?: string | undefined;
|
@@ -223,7 +305,9 @@ declare const VCarousel: {
|
|
223
305
|
modelValue?: any;
|
224
306
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
225
307
|
} & {
|
226
|
-
$children?: vue.VNodeChild | {
|
308
|
+
$children?: vue.VNodeChild | ((args_0: {
|
309
|
+
group: GroupProvide;
|
310
|
+
}) => vue.VNodeChild) | {
|
227
311
|
default?: ((args_0: {
|
228
312
|
group: GroupProvide;
|
229
313
|
}) => vue.VNodeChild) | undefined;
|
@@ -246,9 +330,15 @@ declare const VCarousel: {
|
|
246
330
|
ariaLabel: string;
|
247
331
|
};
|
248
332
|
}) => vue.VNodeChild) | undefined;
|
249
|
-
|
250
|
-
|
251
|
-
|
333
|
+
item?: ((args_0: {
|
334
|
+
props: Record<string, any>;
|
335
|
+
item: {
|
336
|
+
id: number;
|
337
|
+
value: unknown;
|
338
|
+
disabled: boolean | undefined;
|
339
|
+
};
|
340
|
+
}) => vue.VNodeChild) | undefined;
|
341
|
+
};
|
252
342
|
'v-slots'?: {
|
253
343
|
default?: false | ((args_0: {
|
254
344
|
group: GroupProvide;
|
@@ -272,6 +362,14 @@ declare const VCarousel: {
|
|
272
362
|
ariaLabel: string;
|
273
363
|
};
|
274
364
|
}) => vue.VNodeChild) | undefined;
|
365
|
+
item?: false | ((args_0: {
|
366
|
+
props: Record<string, any>;
|
367
|
+
item: {
|
368
|
+
id: number;
|
369
|
+
value: unknown;
|
370
|
+
disabled: boolean | undefined;
|
371
|
+
};
|
372
|
+
}) => vue.VNodeChild) | undefined;
|
275
373
|
} | undefined;
|
276
374
|
} & {
|
277
375
|
"v-slot:default"?: false | ((args_0: {
|
@@ -296,6 +394,14 @@ declare const VCarousel: {
|
|
296
394
|
ariaLabel: string;
|
297
395
|
};
|
298
396
|
}) => vue.VNodeChild) | undefined;
|
397
|
+
"v-slot:item"?: false | ((args_0: {
|
398
|
+
props: Record<string, any>;
|
399
|
+
item: {
|
400
|
+
id: number;
|
401
|
+
value: unknown;
|
402
|
+
disabled: boolean | undefined;
|
403
|
+
};
|
404
|
+
}) => vue.VNodeChild) | undefined;
|
299
405
|
} & {
|
300
406
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
301
407
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -304,7 +410,7 @@ declare const VCarousel: {
|
|
304
410
|
reverse: boolean;
|
305
411
|
interval: string | number;
|
306
412
|
height: string | number;
|
307
|
-
direction:
|
413
|
+
direction: "horizontal" | "vertical";
|
308
414
|
style: vue.StyleValue;
|
309
415
|
disabled: boolean;
|
310
416
|
tag: string;
|
@@ -316,10 +422,51 @@ declare const VCarousel: {
|
|
316
422
|
prevIcon: IconValue;
|
317
423
|
showArrows: NonNullable<string | boolean>;
|
318
424
|
cycle: boolean;
|
425
|
+
delimiterIcon: IconValue;
|
319
426
|
hideDelimiters: boolean;
|
320
427
|
hideDelimiterBackground: boolean;
|
321
|
-
|
322
|
-
|
428
|
+
}, {}, string, vue.SlotsType<Partial<{
|
429
|
+
default: (args_0: {
|
430
|
+
group: GroupProvide;
|
431
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
432
|
+
[key: string]: any;
|
433
|
+
}>[];
|
434
|
+
additional: (args_0: {
|
435
|
+
group: GroupProvide;
|
436
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
437
|
+
[key: string]: any;
|
438
|
+
}>[];
|
439
|
+
prev: (args_0: {
|
440
|
+
props: {
|
441
|
+
icon: IconValue;
|
442
|
+
class: string;
|
443
|
+
onClick: () => void;
|
444
|
+
ariaLabel: string;
|
445
|
+
};
|
446
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
447
|
+
[key: string]: any;
|
448
|
+
}>[];
|
449
|
+
next: (args_0: {
|
450
|
+
props: {
|
451
|
+
icon: IconValue;
|
452
|
+
class: string;
|
453
|
+
onClick: () => void;
|
454
|
+
ariaLabel: string;
|
455
|
+
};
|
456
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
457
|
+
[key: string]: any;
|
458
|
+
}>[];
|
459
|
+
item: (args_0: {
|
460
|
+
props: Record<string, any>;
|
461
|
+
item: {
|
462
|
+
id: number;
|
463
|
+
value: unknown;
|
464
|
+
disabled: boolean | undefined;
|
465
|
+
};
|
466
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
467
|
+
[key: string]: any;
|
468
|
+
}>[];
|
469
|
+
}>>> & {
|
323
470
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
324
471
|
created?: ((() => void) | (() => void)[]) | undefined;
|
325
472
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -334,7 +481,7 @@ declare const VCarousel: {
|
|
334
481
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
335
482
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
336
483
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
337
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
484
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
338
485
|
};
|
339
486
|
$forceUpdate: () => void;
|
340
487
|
$nextTick: typeof vue.nextTick;
|
@@ -343,7 +490,7 @@ declare const VCarousel: {
|
|
343
490
|
reverse: boolean;
|
344
491
|
interval: string | number;
|
345
492
|
height: string | number;
|
346
|
-
direction:
|
493
|
+
direction: "horizontal" | "vertical";
|
347
494
|
style: vue.StyleValue;
|
348
495
|
disabled: boolean;
|
349
496
|
tag: string;
|
@@ -354,9 +501,9 @@ declare const VCarousel: {
|
|
354
501
|
prevIcon: IconValue;
|
355
502
|
showArrows: NonNullable<string | boolean>;
|
356
503
|
cycle: boolean;
|
504
|
+
delimiterIcon: IconValue;
|
357
505
|
hideDelimiters: boolean;
|
358
506
|
hideDelimiterBackground: boolean;
|
359
|
-
delimiterIcon: IconValue;
|
360
507
|
} & {
|
361
508
|
progress?: string | boolean | undefined;
|
362
509
|
color?: string | undefined;
|
@@ -366,7 +513,9 @@ declare const VCarousel: {
|
|
366
513
|
modelValue?: any;
|
367
514
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
368
515
|
} & {
|
369
|
-
$children?: vue.VNodeChild | {
|
516
|
+
$children?: vue.VNodeChild | ((args_0: {
|
517
|
+
group: GroupProvide;
|
518
|
+
}) => vue.VNodeChild) | {
|
370
519
|
default?: ((args_0: {
|
371
520
|
group: GroupProvide;
|
372
521
|
}) => vue.VNodeChild) | undefined;
|
@@ -389,9 +538,15 @@ declare const VCarousel: {
|
|
389
538
|
ariaLabel: string;
|
390
539
|
};
|
391
540
|
}) => vue.VNodeChild) | undefined;
|
392
|
-
|
393
|
-
|
394
|
-
|
541
|
+
item?: ((args_0: {
|
542
|
+
props: Record<string, any>;
|
543
|
+
item: {
|
544
|
+
id: number;
|
545
|
+
value: unknown;
|
546
|
+
disabled: boolean | undefined;
|
547
|
+
};
|
548
|
+
}) => vue.VNodeChild) | undefined;
|
549
|
+
};
|
395
550
|
'v-slots'?: {
|
396
551
|
default?: false | ((args_0: {
|
397
552
|
group: GroupProvide;
|
@@ -415,6 +570,14 @@ declare const VCarousel: {
|
|
415
570
|
ariaLabel: string;
|
416
571
|
};
|
417
572
|
}) => vue.VNodeChild) | undefined;
|
573
|
+
item?: false | ((args_0: {
|
574
|
+
props: Record<string, any>;
|
575
|
+
item: {
|
576
|
+
id: number;
|
577
|
+
value: unknown;
|
578
|
+
disabled: boolean | undefined;
|
579
|
+
};
|
580
|
+
}) => vue.VNodeChild) | undefined;
|
418
581
|
} | undefined;
|
419
582
|
} & {
|
420
583
|
"v-slot:default"?: false | ((args_0: {
|
@@ -439,6 +602,14 @@ declare const VCarousel: {
|
|
439
602
|
ariaLabel: string;
|
440
603
|
};
|
441
604
|
}) => vue.VNodeChild) | undefined;
|
605
|
+
"v-slot:item"?: false | ((args_0: {
|
606
|
+
props: Record<string, any>;
|
607
|
+
item: {
|
608
|
+
id: number;
|
609
|
+
value: unknown;
|
610
|
+
disabled: boolean | undefined;
|
611
|
+
};
|
612
|
+
}) => vue.VNodeChild) | undefined;
|
442
613
|
} & {
|
443
614
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
444
615
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
@@ -449,7 +620,7 @@ declare const VCarousel: {
|
|
449
620
|
reverse: boolean;
|
450
621
|
interval: string | number;
|
451
622
|
height: string | number;
|
452
|
-
direction:
|
623
|
+
direction: "horizontal" | "vertical";
|
453
624
|
style: vue.StyleValue;
|
454
625
|
disabled: boolean;
|
455
626
|
tag: string;
|
@@ -460,9 +631,9 @@ declare const VCarousel: {
|
|
460
631
|
prevIcon: IconValue;
|
461
632
|
showArrows: NonNullable<string | boolean>;
|
462
633
|
cycle: boolean;
|
634
|
+
delimiterIcon: IconValue;
|
463
635
|
hideDelimiters: boolean;
|
464
636
|
hideDelimiterBackground: boolean;
|
465
|
-
delimiterIcon: IconValue;
|
466
637
|
} & {
|
467
638
|
progress?: string | boolean | undefined;
|
468
639
|
color?: string | undefined;
|
@@ -472,7 +643,9 @@ declare const VCarousel: {
|
|
472
643
|
modelValue?: any;
|
473
644
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
474
645
|
} & {
|
475
|
-
$children?: vue.VNodeChild | {
|
646
|
+
$children?: vue.VNodeChild | ((args_0: {
|
647
|
+
group: GroupProvide;
|
648
|
+
}) => vue.VNodeChild) | {
|
476
649
|
default?: ((args_0: {
|
477
650
|
group: GroupProvide;
|
478
651
|
}) => vue.VNodeChild) | undefined;
|
@@ -495,9 +668,15 @@ declare const VCarousel: {
|
|
495
668
|
ariaLabel: string;
|
496
669
|
};
|
497
670
|
}) => vue.VNodeChild) | undefined;
|
498
|
-
|
499
|
-
|
500
|
-
|
671
|
+
item?: ((args_0: {
|
672
|
+
props: Record<string, any>;
|
673
|
+
item: {
|
674
|
+
id: number;
|
675
|
+
value: unknown;
|
676
|
+
disabled: boolean | undefined;
|
677
|
+
};
|
678
|
+
}) => vue.VNodeChild) | undefined;
|
679
|
+
};
|
501
680
|
'v-slots'?: {
|
502
681
|
default?: false | ((args_0: {
|
503
682
|
group: GroupProvide;
|
@@ -521,6 +700,14 @@ declare const VCarousel: {
|
|
521
700
|
ariaLabel: string;
|
522
701
|
};
|
523
702
|
}) => vue.VNodeChild) | undefined;
|
703
|
+
item?: false | ((args_0: {
|
704
|
+
props: Record<string, any>;
|
705
|
+
item: {
|
706
|
+
id: number;
|
707
|
+
value: unknown;
|
708
|
+
disabled: boolean | undefined;
|
709
|
+
};
|
710
|
+
}) => vue.VNodeChild) | undefined;
|
524
711
|
} | undefined;
|
525
712
|
} & {
|
526
713
|
"v-slot:default"?: false | ((args_0: {
|
@@ -545,6 +732,14 @@ declare const VCarousel: {
|
|
545
732
|
ariaLabel: string;
|
546
733
|
};
|
547
734
|
}) => vue.VNodeChild) | undefined;
|
735
|
+
"v-slot:item"?: false | ((args_0: {
|
736
|
+
props: Record<string, any>;
|
737
|
+
item: {
|
738
|
+
id: number;
|
739
|
+
value: unknown;
|
740
|
+
disabled: boolean | undefined;
|
741
|
+
};
|
742
|
+
}) => vue.VNodeChild) | undefined;
|
548
743
|
} & {
|
549
744
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
550
745
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -553,7 +748,7 @@ declare const VCarousel: {
|
|
553
748
|
reverse: boolean;
|
554
749
|
interval: string | number;
|
555
750
|
height: string | number;
|
556
|
-
direction:
|
751
|
+
direction: "horizontal" | "vertical";
|
557
752
|
style: vue.StyleValue;
|
558
753
|
disabled: boolean;
|
559
754
|
tag: string;
|
@@ -565,10 +760,51 @@ declare const VCarousel: {
|
|
565
760
|
prevIcon: IconValue;
|
566
761
|
showArrows: NonNullable<string | boolean>;
|
567
762
|
cycle: boolean;
|
763
|
+
delimiterIcon: IconValue;
|
568
764
|
hideDelimiters: boolean;
|
569
765
|
hideDelimiterBackground: boolean;
|
570
|
-
|
571
|
-
|
766
|
+
}, {}, string, vue.SlotsType<Partial<{
|
767
|
+
default: (args_0: {
|
768
|
+
group: GroupProvide;
|
769
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
770
|
+
[key: string]: any;
|
771
|
+
}>[];
|
772
|
+
additional: (args_0: {
|
773
|
+
group: GroupProvide;
|
774
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
775
|
+
[key: string]: any;
|
776
|
+
}>[];
|
777
|
+
prev: (args_0: {
|
778
|
+
props: {
|
779
|
+
icon: IconValue;
|
780
|
+
class: string;
|
781
|
+
onClick: () => void;
|
782
|
+
ariaLabel: string;
|
783
|
+
};
|
784
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
785
|
+
[key: string]: any;
|
786
|
+
}>[];
|
787
|
+
next: (args_0: {
|
788
|
+
props: {
|
789
|
+
icon: IconValue;
|
790
|
+
class: string;
|
791
|
+
onClick: () => void;
|
792
|
+
ariaLabel: string;
|
793
|
+
};
|
794
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
795
|
+
[key: string]: any;
|
796
|
+
}>[];
|
797
|
+
item: (args_0: {
|
798
|
+
props: Record<string, any>;
|
799
|
+
item: {
|
800
|
+
id: number;
|
801
|
+
value: unknown;
|
802
|
+
disabled: boolean | undefined;
|
803
|
+
};
|
804
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
805
|
+
[key: string]: any;
|
806
|
+
}>[];
|
807
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
572
808
|
theme: StringConstructor;
|
573
809
|
tag: {
|
574
810
|
type: StringConstructor;
|
@@ -604,7 +840,7 @@ declare const VCarousel: {
|
|
604
840
|
default: undefined;
|
605
841
|
};
|
606
842
|
direction: {
|
607
|
-
type:
|
843
|
+
type: PropType<"horizontal" | "vertical">;
|
608
844
|
default: string;
|
609
845
|
};
|
610
846
|
modelValue: null;
|
@@ -674,7 +910,7 @@ declare const VCarousel: {
|
|
674
910
|
default: undefined;
|
675
911
|
};
|
676
912
|
direction: {
|
677
|
-
type:
|
913
|
+
type: PropType<"horizontal" | "vertical">;
|
678
914
|
default: string;
|
679
915
|
};
|
680
916
|
modelValue: null;
|
@@ -711,36 +947,102 @@ declare const VCarousel: {
|
|
711
947
|
}>>;
|
712
948
|
type VCarousel = InstanceType<typeof VCarousel>;
|
713
949
|
|
950
|
+
interface srcObject {
|
951
|
+
src?: string;
|
952
|
+
srcset?: string;
|
953
|
+
lazySrc?: string;
|
954
|
+
aspect: number;
|
955
|
+
}
|
956
|
+
|
714
957
|
declare const VCarouselItem: {
|
715
958
|
new (...args: any[]): {
|
716
959
|
$: vue.ComponentInternalInstance;
|
717
960
|
$data: {};
|
718
|
-
$props:
|
719
|
-
|
720
|
-
|
721
|
-
style
|
722
|
-
|
961
|
+
$props: {
|
962
|
+
inline?: boolean | undefined;
|
963
|
+
transition?: string | boolean | undefined;
|
964
|
+
style?: vue.StyleValue | undefined;
|
965
|
+
eager?: boolean | undefined;
|
966
|
+
disabled?: boolean | undefined;
|
967
|
+
options?: IntersectionObserverInit | undefined;
|
968
|
+
cover?: boolean | undefined;
|
969
|
+
src?: string | srcObject | undefined;
|
970
|
+
reverseTransition?: string | boolean | undefined;
|
971
|
+
key?: string | number | symbol | undefined;
|
972
|
+
height?: string | number | undefined;
|
973
|
+
width?: string | number | undefined;
|
974
|
+
aspectRatio?: string | number | undefined;
|
975
|
+
maxHeight?: string | number | undefined;
|
976
|
+
maxWidth?: string | number | undefined;
|
977
|
+
minHeight?: string | number | undefined;
|
978
|
+
minWidth?: string | number | undefined;
|
723
979
|
value?: any;
|
724
980
|
class?: any;
|
725
|
-
} & {
|
726
981
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
727
982
|
default?: (() => vue.VNodeChild) | undefined;
|
728
983
|
placeholder?: (() => vue.VNodeChild) | undefined;
|
729
984
|
error?: (() => vue.VNodeChild) | undefined;
|
730
985
|
sources?: (() => vue.VNodeChild) | undefined;
|
731
986
|
};
|
987
|
+
alt?: string | undefined;
|
988
|
+
sizes?: string | undefined;
|
989
|
+
srcset?: string | undefined;
|
990
|
+
ref?: vue.VNodeRef | undefined;
|
991
|
+
ref_for?: boolean | undefined;
|
992
|
+
ref_key?: string | undefined;
|
993
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
732
994
|
'v-slots'?: {
|
733
995
|
default?: false | (() => vue.VNodeChild) | undefined;
|
734
996
|
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
735
997
|
error?: false | (() => vue.VNodeChild) | undefined;
|
736
998
|
sources?: false | (() => vue.VNodeChild) | undefined;
|
737
999
|
} | undefined;
|
738
|
-
|
739
|
-
|
740
|
-
|
1000
|
+
contentClass?: string | undefined;
|
1001
|
+
gradient?: string | undefined;
|
1002
|
+
lazySrc?: string | undefined;
|
741
1003
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
742
1004
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
743
|
-
|
1005
|
+
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
1006
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1007
|
+
[key: string]: any;
|
1008
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1009
|
+
[key: string]: any;
|
1010
|
+
}>) => void)[] | undefined;
|
1011
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1012
|
+
[key: string]: any;
|
1013
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1014
|
+
[key: string]: any;
|
1015
|
+
}>) => void)[] | undefined;
|
1016
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1017
|
+
[key: string]: any;
|
1018
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1019
|
+
[key: string]: any;
|
1020
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1021
|
+
[key: string]: any;
|
1022
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1023
|
+
[key: string]: any;
|
1024
|
+
}>) => void)[] | undefined;
|
1025
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1026
|
+
[key: string]: any;
|
1027
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1028
|
+
[key: string]: any;
|
1029
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1030
|
+
[key: string]: any;
|
1031
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1032
|
+
[key: string]: any;
|
1033
|
+
}>) => void)[] | undefined;
|
1034
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1035
|
+
[key: string]: any;
|
1036
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1037
|
+
[key: string]: any;
|
1038
|
+
}>) => void)[] | undefined;
|
1039
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1040
|
+
[key: string]: any;
|
1041
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1042
|
+
[key: string]: any;
|
1043
|
+
}>) => void)[] | undefined;
|
1044
|
+
selectedClass?: string | undefined;
|
1045
|
+
};
|
744
1046
|
$attrs: {
|
745
1047
|
[x: string]: unknown;
|
746
1048
|
};
|
@@ -748,17 +1050,50 @@ declare const VCarouselItem: {
|
|
748
1050
|
[x: string]: unknown;
|
749
1051
|
};
|
750
1052
|
$slots: Readonly<{
|
751
|
-
|
1053
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1054
|
+
[key: string]: any;
|
1055
|
+
}>[]) | undefined;
|
1056
|
+
placeholder?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1057
|
+
[key: string]: any;
|
1058
|
+
}>[]) | undefined;
|
1059
|
+
error?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1060
|
+
[key: string]: any;
|
1061
|
+
}>[]) | undefined;
|
1062
|
+
sources?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1063
|
+
[key: string]: any;
|
1064
|
+
}>[]) | undefined;
|
752
1065
|
}>;
|
753
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
754
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1066
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
1067
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
755
1068
|
$emit: (event: string, ...args: any[]) => void;
|
756
1069
|
$el: any;
|
757
1070
|
$options: vue.ComponentOptionsBase<{
|
1071
|
+
inline: boolean;
|
758
1072
|
style: vue.StyleValue;
|
1073
|
+
eager: boolean;
|
1074
|
+
disabled: boolean;
|
1075
|
+
options: IntersectionObserverInit;
|
1076
|
+
cover: boolean;
|
1077
|
+
src: string | srcObject;
|
759
1078
|
} & {
|
1079
|
+
height?: string | number | undefined;
|
1080
|
+
width?: string | number | undefined;
|
1081
|
+
aspectRatio?: string | number | undefined;
|
1082
|
+
maxHeight?: string | number | undefined;
|
1083
|
+
maxWidth?: string | number | undefined;
|
1084
|
+
minHeight?: string | number | undefined;
|
1085
|
+
minWidth?: string | number | undefined;
|
1086
|
+
transition?: string | boolean | undefined;
|
760
1087
|
value?: any;
|
761
1088
|
class?: any;
|
1089
|
+
alt?: string | undefined;
|
1090
|
+
sizes?: string | undefined;
|
1091
|
+
srcset?: string | undefined;
|
1092
|
+
contentClass?: string | undefined;
|
1093
|
+
gradient?: string | undefined;
|
1094
|
+
lazySrc?: string | undefined;
|
1095
|
+
selectedClass?: string | undefined;
|
1096
|
+
reverseTransition?: string | boolean | undefined;
|
762
1097
|
} & {
|
763
1098
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
764
1099
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -778,8 +1113,29 @@ declare const VCarouselItem: {
|
|
778
1113
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
779
1114
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
780
1115
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1116
|
+
inline: boolean;
|
1117
|
+
transition: string | boolean;
|
781
1118
|
style: vue.StyleValue;
|
782
|
-
|
1119
|
+
eager: boolean;
|
1120
|
+
disabled: boolean;
|
1121
|
+
options: IntersectionObserverInit;
|
1122
|
+
cover: boolean;
|
1123
|
+
src: string | srcObject;
|
1124
|
+
reverseTransition: string | boolean;
|
1125
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1126
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1127
|
+
[key: string]: any;
|
1128
|
+
}>[];
|
1129
|
+
placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1130
|
+
[key: string]: any;
|
1131
|
+
}>[];
|
1132
|
+
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1133
|
+
[key: string]: any;
|
1134
|
+
}>[];
|
1135
|
+
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1136
|
+
[key: string]: any;
|
1137
|
+
}>[];
|
1138
|
+
}>>> & {
|
783
1139
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
784
1140
|
created?: ((() => void) | (() => void)[]) | undefined;
|
785
1141
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -794,16 +1150,38 @@ declare const VCarouselItem: {
|
|
794
1150
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
795
1151
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
796
1152
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
797
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1153
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
798
1154
|
};
|
799
1155
|
$forceUpdate: () => void;
|
800
1156
|
$nextTick: typeof vue.nextTick;
|
801
1157
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
802
1158
|
} & {
|
1159
|
+
inline: boolean;
|
803
1160
|
style: vue.StyleValue;
|
1161
|
+
eager: boolean;
|
1162
|
+
disabled: boolean;
|
1163
|
+
options: IntersectionObserverInit;
|
1164
|
+
cover: boolean;
|
1165
|
+
src: string | srcObject;
|
804
1166
|
} & {
|
1167
|
+
height?: string | number | undefined;
|
1168
|
+
width?: string | number | undefined;
|
1169
|
+
aspectRatio?: string | number | undefined;
|
1170
|
+
maxHeight?: string | number | undefined;
|
1171
|
+
maxWidth?: string | number | undefined;
|
1172
|
+
minHeight?: string | number | undefined;
|
1173
|
+
minWidth?: string | number | undefined;
|
1174
|
+
transition?: string | boolean | undefined;
|
805
1175
|
value?: any;
|
806
1176
|
class?: any;
|
1177
|
+
alt?: string | undefined;
|
1178
|
+
sizes?: string | undefined;
|
1179
|
+
srcset?: string | undefined;
|
1180
|
+
contentClass?: string | undefined;
|
1181
|
+
gradient?: string | undefined;
|
1182
|
+
lazySrc?: string | undefined;
|
1183
|
+
selectedClass?: string | undefined;
|
1184
|
+
reverseTransition?: string | boolean | undefined;
|
807
1185
|
} & {
|
808
1186
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
809
1187
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -827,10 +1205,32 @@ declare const VCarouselItem: {
|
|
827
1205
|
__isTeleport?: undefined;
|
828
1206
|
__isSuspense?: undefined;
|
829
1207
|
} & vue.ComponentOptionsBase<{
|
1208
|
+
inline: boolean;
|
830
1209
|
style: vue.StyleValue;
|
1210
|
+
eager: boolean;
|
1211
|
+
disabled: boolean;
|
1212
|
+
options: IntersectionObserverInit;
|
1213
|
+
cover: boolean;
|
1214
|
+
src: string | srcObject;
|
831
1215
|
} & {
|
1216
|
+
height?: string | number | undefined;
|
1217
|
+
width?: string | number | undefined;
|
1218
|
+
aspectRatio?: string | number | undefined;
|
1219
|
+
maxHeight?: string | number | undefined;
|
1220
|
+
maxWidth?: string | number | undefined;
|
1221
|
+
minHeight?: string | number | undefined;
|
1222
|
+
minWidth?: string | number | undefined;
|
1223
|
+
transition?: string | boolean | undefined;
|
832
1224
|
value?: any;
|
833
1225
|
class?: any;
|
1226
|
+
alt?: string | undefined;
|
1227
|
+
sizes?: string | undefined;
|
1228
|
+
srcset?: string | undefined;
|
1229
|
+
contentClass?: string | undefined;
|
1230
|
+
gradient?: string | undefined;
|
1231
|
+
lazySrc?: string | undefined;
|
1232
|
+
selectedClass?: string | undefined;
|
1233
|
+
reverseTransition?: string | boolean | undefined;
|
834
1234
|
} & {
|
835
1235
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
836
1236
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -850,21 +1250,118 @@ declare const VCarouselItem: {
|
|
850
1250
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
851
1251
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
852
1252
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1253
|
+
inline: boolean;
|
1254
|
+
transition: string | boolean;
|
853
1255
|
style: vue.StyleValue;
|
854
|
-
|
1256
|
+
eager: boolean;
|
1257
|
+
disabled: boolean;
|
1258
|
+
options: IntersectionObserverInit;
|
1259
|
+
cover: boolean;
|
1260
|
+
src: string | srcObject;
|
1261
|
+
reverseTransition: string | boolean;
|
1262
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1263
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1264
|
+
[key: string]: any;
|
1265
|
+
}>[];
|
1266
|
+
placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1267
|
+
[key: string]: any;
|
1268
|
+
}>[];
|
1269
|
+
error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1270
|
+
[key: string]: any;
|
1271
|
+
}>[];
|
1272
|
+
sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1273
|
+
[key: string]: any;
|
1274
|
+
}>[];
|
1275
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1276
|
+
eager: BooleanConstructor;
|
1277
|
+
value: null;
|
1278
|
+
disabled: BooleanConstructor;
|
1279
|
+
selectedClass: StringConstructor;
|
855
1280
|
class: vue.PropType<any>;
|
856
1281
|
style: {
|
857
1282
|
type: vue.PropType<vue.StyleValue>;
|
858
1283
|
default: null;
|
859
1284
|
};
|
860
|
-
|
1285
|
+
reverseTransition: {
|
1286
|
+
type: (StringConstructor | BooleanConstructor)[];
|
1287
|
+
default: undefined;
|
1288
|
+
};
|
1289
|
+
transition: {
|
1290
|
+
type: (StringConstructor | BooleanConstructor)[];
|
1291
|
+
default: undefined;
|
1292
|
+
};
|
1293
|
+
height: (StringConstructor | NumberConstructor)[];
|
1294
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1295
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1296
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1297
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1298
|
+
width: (StringConstructor | NumberConstructor)[];
|
1299
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
1300
|
+
contentClass: StringConstructor;
|
1301
|
+
inline: BooleanConstructor;
|
1302
|
+
alt: StringConstructor;
|
1303
|
+
cover: BooleanConstructor;
|
1304
|
+
gradient: StringConstructor;
|
1305
|
+
lazySrc: StringConstructor;
|
1306
|
+
options: {
|
1307
|
+
type: vue.PropType<IntersectionObserverInit>;
|
1308
|
+
default: () => {
|
1309
|
+
root: undefined;
|
1310
|
+
rootMargin: undefined;
|
1311
|
+
threshold: undefined;
|
1312
|
+
};
|
1313
|
+
};
|
1314
|
+
sizes: StringConstructor;
|
1315
|
+
src: {
|
1316
|
+
type: vue.PropType<string | srcObject>;
|
1317
|
+
default: string;
|
1318
|
+
};
|
1319
|
+
srcset: StringConstructor;
|
861
1320
|
}, vue.ExtractPropTypes<{
|
1321
|
+
eager: BooleanConstructor;
|
1322
|
+
value: null;
|
1323
|
+
disabled: BooleanConstructor;
|
1324
|
+
selectedClass: StringConstructor;
|
862
1325
|
class: vue.PropType<any>;
|
863
1326
|
style: {
|
864
1327
|
type: vue.PropType<vue.StyleValue>;
|
865
1328
|
default: null;
|
866
1329
|
};
|
867
|
-
|
1330
|
+
reverseTransition: {
|
1331
|
+
type: (StringConstructor | BooleanConstructor)[];
|
1332
|
+
default: undefined;
|
1333
|
+
};
|
1334
|
+
transition: {
|
1335
|
+
type: (StringConstructor | BooleanConstructor)[];
|
1336
|
+
default: undefined;
|
1337
|
+
};
|
1338
|
+
height: (StringConstructor | NumberConstructor)[];
|
1339
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1340
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1341
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1342
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1343
|
+
width: (StringConstructor | NumberConstructor)[];
|
1344
|
+
aspectRatio: (StringConstructor | NumberConstructor)[];
|
1345
|
+
contentClass: StringConstructor;
|
1346
|
+
inline: BooleanConstructor;
|
1347
|
+
alt: StringConstructor;
|
1348
|
+
cover: BooleanConstructor;
|
1349
|
+
gradient: StringConstructor;
|
1350
|
+
lazySrc: StringConstructor;
|
1351
|
+
options: {
|
1352
|
+
type: vue.PropType<IntersectionObserverInit>;
|
1353
|
+
default: () => {
|
1354
|
+
root: undefined;
|
1355
|
+
rootMargin: undefined;
|
1356
|
+
threshold: undefined;
|
1357
|
+
};
|
1358
|
+
};
|
1359
|
+
sizes: StringConstructor;
|
1360
|
+
src: {
|
1361
|
+
type: vue.PropType<string | srcObject>;
|
1362
|
+
default: string;
|
1363
|
+
};
|
1364
|
+
srcset: StringConstructor;
|
868
1365
|
}>>;
|
869
1366
|
type VCarouselItem = InstanceType<typeof VCarouselItem>;
|
870
1367
|
|