@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
@@ -5,7 +5,7 @@ import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
6
6
|
import { RouteLocationRaw } from 'vue-router';
|
7
7
|
|
8
|
-
type SlotsToProps<U extends
|
8
|
+
type SlotsToProps<U extends RawSlots, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
9
9
|
$children?: (VNodeChild | (T extends {
|
10
10
|
default: infer V;
|
11
11
|
} ? V : {}) | {
|
@@ -17,8 +17,9 @@ type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U
|
|
17
17
|
} & {
|
18
18
|
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
19
19
|
};
|
20
|
+
type RawSlots = Record<string, any[]> | Record<string, Slot>;
|
20
21
|
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
21
|
-
type MakeSlots<T extends
|
22
|
+
type MakeSlots<T extends RawSlots> = {
|
22
23
|
[K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
|
23
24
|
};
|
24
25
|
type GenericProps<Props, Slots extends Record<string, any[]>> = {
|
@@ -49,50 +50,62 @@ declare const VBreadcrumbs: {
|
|
49
50
|
new (...args: any[]): {
|
50
51
|
$: vue.ComponentInternalInstance;
|
51
52
|
$data: {};
|
52
|
-
$props:
|
53
|
-
style
|
54
|
-
disabled
|
55
|
-
tag
|
56
|
-
rounded
|
57
|
-
density
|
58
|
-
divider
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
};
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
};
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
}
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
}
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
53
|
+
$props: {
|
54
|
+
style?: vue.StyleValue | undefined;
|
55
|
+
disabled?: boolean | undefined;
|
56
|
+
tag?: string | undefined;
|
57
|
+
rounded?: string | number | boolean | undefined;
|
58
|
+
density?: Density | undefined;
|
59
|
+
divider?: string | undefined;
|
60
|
+
key?: string | number | symbol | undefined;
|
61
|
+
color?: string | undefined;
|
62
|
+
class?: any;
|
63
|
+
icon?: IconValue | undefined;
|
64
|
+
ref?: vue.VNodeRef | undefined;
|
65
|
+
ref_for?: boolean | undefined;
|
66
|
+
ref_key?: string | undefined;
|
67
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
68
|
+
[key: string]: any;
|
69
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
70
|
+
[key: string]: any;
|
71
|
+
}>) => void)[] | undefined;
|
72
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
73
|
+
[key: string]: any;
|
74
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
75
|
+
[key: string]: any;
|
76
|
+
}>) => void)[] | undefined;
|
77
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
78
|
+
[key: string]: any;
|
79
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
80
|
+
[key: string]: any;
|
81
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
82
|
+
[key: string]: any;
|
83
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
84
|
+
[key: string]: any;
|
85
|
+
}>) => void)[] | undefined;
|
86
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
87
|
+
[key: string]: any;
|
88
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
89
|
+
[key: string]: any;
|
90
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
91
|
+
[key: string]: any;
|
92
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
93
|
+
[key: string]: any;
|
94
|
+
}>) => void)[] | undefined;
|
95
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
96
|
+
[key: string]: any;
|
97
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
98
|
+
[key: string]: any;
|
99
|
+
}>) => void)[] | undefined;
|
100
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
101
|
+
[key: string]: any;
|
102
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
103
|
+
[key: string]: any;
|
104
|
+
}>) => void)[] | undefined;
|
105
|
+
bgColor?: string | undefined;
|
106
|
+
activeClass?: string | undefined;
|
107
|
+
activeColor?: string | undefined;
|
108
|
+
};
|
96
109
|
$attrs: {
|
97
110
|
[x: string]: unknown;
|
98
111
|
};
|
@@ -100,56 +113,70 @@ declare const VBreadcrumbs: {
|
|
100
113
|
[x: string]: unknown;
|
101
114
|
};
|
102
115
|
$slots: Readonly<{
|
103
|
-
|
116
|
+
prepend?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
117
|
+
[key: string]: any;
|
118
|
+
}>[]) | undefined;
|
119
|
+
title?: ((args_0: {
|
120
|
+
item: BreadcrumbItem;
|
121
|
+
index: number;
|
122
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
123
|
+
[key: string]: any;
|
124
|
+
}>[]) | undefined;
|
125
|
+
divider?: ((args_0: {
|
126
|
+
item: BreadcrumbItem;
|
127
|
+
index: number;
|
128
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
129
|
+
[key: string]: any;
|
130
|
+
}>[]) | undefined;
|
131
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
132
|
+
[key: string]: any;
|
133
|
+
}>[]) | undefined;
|
104
134
|
}>;
|
105
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
106
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
135
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
136
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
107
137
|
$emit: (event: string, ...args: any[]) => void;
|
108
138
|
$el: any;
|
109
|
-
$options: vue.ComponentOptionsBase<
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
validator: (v: any) => boolean;
|
125
|
-
};
|
126
|
-
class: PropType<any>;
|
127
|
-
style: {
|
128
|
-
type: PropType<vue.StyleValue>;
|
129
|
-
default: null;
|
130
|
-
};
|
131
|
-
activeClass: StringConstructor;
|
132
|
-
activeColor: StringConstructor;
|
133
|
-
bgColor: StringConstructor;
|
134
|
-
color: StringConstructor;
|
135
|
-
disabled: BooleanConstructor;
|
136
|
-
divider: {
|
137
|
-
type: StringConstructor;
|
138
|
-
default: string;
|
139
|
-
};
|
140
|
-
icon: PropType<IconValue>;
|
141
|
-
items: {
|
142
|
-
type: PropType<BreadcrumbItem[]>;
|
143
|
-
default: () => never[];
|
144
|
-
};
|
145
|
-
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
139
|
+
$options: vue.ComponentOptionsBase<{
|
140
|
+
style: vue.StyleValue;
|
141
|
+
disabled: boolean;
|
142
|
+
tag: string;
|
143
|
+
density: Density;
|
144
|
+
divider: string;
|
145
|
+
} & {
|
146
|
+
color?: string | undefined;
|
147
|
+
class?: any;
|
148
|
+
icon?: IconValue | undefined;
|
149
|
+
rounded?: string | number | boolean | undefined;
|
150
|
+
bgColor?: string | undefined;
|
151
|
+
activeClass?: string | undefined;
|
152
|
+
activeColor?: string | undefined;
|
153
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
146
154
|
style: vue.StyleValue;
|
147
155
|
disabled: boolean;
|
148
156
|
tag: string;
|
149
157
|
rounded: string | number | boolean;
|
150
158
|
density: Density;
|
151
159
|
divider: string;
|
152
|
-
}, {}, string
|
160
|
+
}, {}, string, vue.SlotsType<Partial<{
|
161
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
162
|
+
[key: string]: any;
|
163
|
+
}>[];
|
164
|
+
title: (args_0: {
|
165
|
+
item: BreadcrumbItem;
|
166
|
+
index: number;
|
167
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
168
|
+
[key: string]: any;
|
169
|
+
}>[];
|
170
|
+
divider: (args_0: {
|
171
|
+
item: BreadcrumbItem;
|
172
|
+
index: number;
|
173
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
174
|
+
[key: string]: any;
|
175
|
+
}>[];
|
176
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
177
|
+
[key: string]: any;
|
178
|
+
}>[];
|
179
|
+
}>>> & {
|
153
180
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
154
181
|
created?: ((() => void) | (() => void)[]) | undefined;
|
155
182
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -164,96 +191,82 @@ declare const VBreadcrumbs: {
|
|
164
191
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
165
192
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
166
193
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
167
|
-
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;
|
194
|
+
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;
|
168
195
|
};
|
169
196
|
$forceUpdate: () => void;
|
170
197
|
$nextTick: typeof vue.nextTick;
|
171
198
|
$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;
|
172
|
-
} &
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
validator: (v: any) => boolean;
|
188
|
-
};
|
189
|
-
class: PropType<any>;
|
190
|
-
style: {
|
191
|
-
type: PropType<vue.StyleValue>;
|
192
|
-
default: null;
|
193
|
-
};
|
194
|
-
activeClass: StringConstructor;
|
195
|
-
activeColor: StringConstructor;
|
196
|
-
bgColor: StringConstructor;
|
197
|
-
color: StringConstructor;
|
198
|
-
disabled: BooleanConstructor;
|
199
|
-
divider: {
|
200
|
-
type: StringConstructor;
|
201
|
-
default: string;
|
202
|
-
};
|
203
|
-
icon: PropType<IconValue>;
|
204
|
-
items: {
|
205
|
-
type: PropType<BreadcrumbItem[]>;
|
206
|
-
default: () => never[];
|
207
|
-
};
|
208
|
-
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
199
|
+
} & {
|
200
|
+
style: vue.StyleValue;
|
201
|
+
disabled: boolean;
|
202
|
+
tag: string;
|
203
|
+
density: Density;
|
204
|
+
divider: string;
|
205
|
+
} & {
|
206
|
+
color?: string | undefined;
|
207
|
+
class?: any;
|
208
|
+
icon?: IconValue | undefined;
|
209
|
+
rounded?: string | number | boolean | undefined;
|
210
|
+
bgColor?: string | undefined;
|
211
|
+
activeClass?: string | undefined;
|
212
|
+
activeColor?: string | undefined;
|
213
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
209
214
|
__isFragment?: undefined;
|
210
215
|
__isTeleport?: undefined;
|
211
216
|
__isSuspense?: undefined;
|
212
|
-
} & vue.ComponentOptionsBase<
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
validator: (v: any) => boolean;
|
228
|
-
};
|
229
|
-
class: PropType<any>;
|
230
|
-
style: {
|
231
|
-
type: PropType<vue.StyleValue>;
|
232
|
-
default: null;
|
233
|
-
};
|
234
|
-
activeClass: StringConstructor;
|
235
|
-
activeColor: StringConstructor;
|
236
|
-
bgColor: StringConstructor;
|
237
|
-
color: StringConstructor;
|
238
|
-
disabled: BooleanConstructor;
|
239
|
-
divider: {
|
240
|
-
type: StringConstructor;
|
241
|
-
default: string;
|
242
|
-
};
|
243
|
-
icon: PropType<IconValue>;
|
244
|
-
items: {
|
245
|
-
type: PropType<BreadcrumbItem[]>;
|
246
|
-
default: () => never[];
|
247
|
-
};
|
248
|
-
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
217
|
+
} & vue.ComponentOptionsBase<{
|
218
|
+
style: vue.StyleValue;
|
219
|
+
disabled: boolean;
|
220
|
+
tag: string;
|
221
|
+
density: Density;
|
222
|
+
divider: string;
|
223
|
+
} & {
|
224
|
+
color?: string | undefined;
|
225
|
+
class?: any;
|
226
|
+
icon?: IconValue | undefined;
|
227
|
+
rounded?: string | number | boolean | undefined;
|
228
|
+
bgColor?: string | undefined;
|
229
|
+
activeClass?: string | undefined;
|
230
|
+
activeColor?: string | undefined;
|
231
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
249
232
|
style: vue.StyleValue;
|
250
233
|
disabled: boolean;
|
251
234
|
tag: string;
|
252
235
|
rounded: string | number | boolean;
|
253
236
|
density: Density;
|
254
237
|
divider: string;
|
255
|
-
}, {}, string
|
238
|
+
}, {}, string, vue.SlotsType<Partial<{
|
239
|
+
prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
240
|
+
[key: string]: any;
|
241
|
+
}>[];
|
242
|
+
title: (args_0: {
|
243
|
+
item: BreadcrumbItem;
|
244
|
+
index: number;
|
245
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
246
|
+
[key: string]: any;
|
247
|
+
}>[];
|
248
|
+
divider: (args_0: {
|
249
|
+
item: BreadcrumbItem;
|
250
|
+
index: number;
|
251
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
252
|
+
[key: string]: any;
|
253
|
+
}>[];
|
254
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
255
|
+
[key: string]: any;
|
256
|
+
}>[];
|
257
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1 extends BreadcrumbItem>(props: {
|
256
258
|
items?: T_1[] | undefined;
|
259
|
+
}, slots: {
|
260
|
+
prepend: [];
|
261
|
+
title: [{
|
262
|
+
item: T_1;
|
263
|
+
index: number;
|
264
|
+
}];
|
265
|
+
divider: [{
|
266
|
+
item: T_1;
|
267
|
+
index: number;
|
268
|
+
}];
|
269
|
+
default: [];
|
257
270
|
}) => GenericProps<{
|
258
271
|
items?: T_1[] | undefined;
|
259
272
|
}, {
|
@@ -346,38 +359,70 @@ declare const VBreadcrumbsItem: {
|
|
346
359
|
new (...args: any[]): {
|
347
360
|
$: vue.ComponentInternalInstance;
|
348
361
|
$data: {};
|
349
|
-
$props:
|
350
|
-
replace
|
351
|
-
exact
|
352
|
-
active
|
353
|
-
style
|
354
|
-
disabled
|
355
|
-
tag
|
356
|
-
|
357
|
-
replace: boolean;
|
358
|
-
exact: boolean;
|
359
|
-
active: boolean;
|
360
|
-
style: vue.StyleValue;
|
361
|
-
disabled: boolean;
|
362
|
-
tag: string;
|
363
|
-
} & {
|
362
|
+
$props: {
|
363
|
+
replace?: boolean | undefined;
|
364
|
+
exact?: boolean | undefined;
|
365
|
+
active?: boolean | undefined;
|
366
|
+
style?: vue.StyleValue | undefined;
|
367
|
+
disabled?: boolean | undefined;
|
368
|
+
tag?: string | undefined;
|
369
|
+
key?: string | number | symbol | undefined;
|
364
370
|
color?: string | undefined;
|
365
371
|
title?: string | undefined;
|
366
372
|
class?: any;
|
367
|
-
href?: string | undefined;
|
368
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
369
|
-
activeClass?: string | undefined;
|
370
|
-
activeColor?: string | undefined;
|
371
|
-
} & {
|
372
373
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
373
374
|
default?: (() => vue.VNodeChild) | undefined;
|
374
375
|
};
|
376
|
+
href?: string | undefined;
|
377
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
378
|
+
ref?: vue.VNodeRef | undefined;
|
379
|
+
ref_for?: boolean | undefined;
|
380
|
+
ref_key?: string | undefined;
|
381
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
375
382
|
'v-slots'?: {
|
376
383
|
default?: false | (() => vue.VNodeChild) | undefined;
|
377
384
|
} | undefined;
|
378
|
-
|
379
|
-
|
380
|
-
|
385
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
386
|
+
[key: string]: any;
|
387
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
388
|
+
[key: string]: any;
|
389
|
+
}>) => void)[] | undefined;
|
390
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
391
|
+
[key: string]: any;
|
392
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
393
|
+
[key: string]: any;
|
394
|
+
}>) => void)[] | undefined;
|
395
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
396
|
+
[key: string]: any;
|
397
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
398
|
+
[key: string]: any;
|
399
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
400
|
+
[key: string]: any;
|
401
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
402
|
+
[key: string]: any;
|
403
|
+
}>) => void)[] | undefined;
|
404
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
405
|
+
[key: string]: any;
|
406
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
407
|
+
[key: string]: any;
|
408
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
409
|
+
[key: string]: any;
|
410
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
411
|
+
[key: string]: any;
|
412
|
+
}>) => void)[] | undefined;
|
413
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
414
|
+
[key: string]: any;
|
415
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
416
|
+
[key: string]: any;
|
417
|
+
}>) => void)[] | undefined;
|
418
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
419
|
+
[key: string]: any;
|
420
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
421
|
+
[key: string]: any;
|
422
|
+
}>) => void)[] | undefined;
|
423
|
+
activeClass?: string | undefined;
|
424
|
+
activeColor?: string | undefined;
|
425
|
+
};
|
381
426
|
$attrs: {
|
382
427
|
[x: string]: unknown;
|
383
428
|
};
|
@@ -385,10 +430,12 @@ declare const VBreadcrumbsItem: {
|
|
385
430
|
[x: string]: unknown;
|
386
431
|
};
|
387
432
|
$slots: Readonly<{
|
388
|
-
|
433
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
434
|
+
[key: string]: any;
|
435
|
+
}>[]) | undefined;
|
389
436
|
}>;
|
390
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
391
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
437
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
438
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
392
439
|
$emit: (event: string, ...args: any[]) => void;
|
393
440
|
$el: any;
|
394
441
|
$options: vue.ComponentOptionsBase<{
|
@@ -422,7 +469,11 @@ declare const VBreadcrumbsItem: {
|
|
422
469
|
style: vue.StyleValue;
|
423
470
|
disabled: boolean;
|
424
471
|
tag: string;
|
425
|
-
}, {}, string
|
472
|
+
}, {}, string, vue.SlotsType<Partial<{
|
473
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
474
|
+
[key: string]: any;
|
475
|
+
}>[];
|
476
|
+
}>>> & {
|
426
477
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
427
478
|
created?: ((() => void) | (() => void)[]) | undefined;
|
428
479
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -437,7 +488,7 @@ declare const VBreadcrumbsItem: {
|
|
437
488
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
438
489
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
439
490
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
440
|
-
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;
|
491
|
+
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;
|
441
492
|
};
|
442
493
|
$forceUpdate: () => void;
|
443
494
|
$nextTick: typeof vue.nextTick;
|
@@ -501,7 +552,11 @@ declare const VBreadcrumbsItem: {
|
|
501
552
|
style: vue.StyleValue;
|
502
553
|
disabled: boolean;
|
503
554
|
tag: string;
|
504
|
-
}, {}, string
|
555
|
+
}, {}, string, vue.SlotsType<Partial<{
|
556
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
557
|
+
[key: string]: any;
|
558
|
+
}>[];
|
559
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
505
560
|
tag: Omit<{
|
506
561
|
type: StringConstructor;
|
507
562
|
default: string;
|
@@ -554,23 +609,60 @@ declare const VBreadcrumbsDivider: {
|
|
554
609
|
new (...args: any[]): {
|
555
610
|
$: vue.ComponentInternalInstance;
|
556
611
|
$data: {};
|
557
|
-
$props:
|
558
|
-
style
|
559
|
-
|
560
|
-
style: vue.StyleValue;
|
561
|
-
} & {
|
612
|
+
$props: {
|
613
|
+
style?: vue.StyleValue | undefined;
|
614
|
+
key?: string | number | symbol | undefined;
|
562
615
|
class?: any;
|
563
|
-
divider?: string | number | undefined;
|
564
|
-
} & {
|
565
616
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
566
617
|
default?: (() => vue.VNodeChild) | undefined;
|
567
618
|
};
|
619
|
+
ref?: vue.VNodeRef | undefined;
|
620
|
+
ref_for?: boolean | undefined;
|
621
|
+
ref_key?: string | undefined;
|
622
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
568
623
|
'v-slots'?: {
|
569
624
|
default?: false | (() => vue.VNodeChild) | undefined;
|
570
625
|
} | undefined;
|
571
|
-
|
572
|
-
|
573
|
-
|
626
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
627
|
+
[key: string]: any;
|
628
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
629
|
+
[key: string]: any;
|
630
|
+
}>) => void)[] | undefined;
|
631
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
632
|
+
[key: string]: any;
|
633
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
634
|
+
[key: string]: any;
|
635
|
+
}>) => void)[] | undefined;
|
636
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
637
|
+
[key: string]: any;
|
638
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
639
|
+
[key: string]: any;
|
640
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
641
|
+
[key: string]: any;
|
642
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
643
|
+
[key: string]: any;
|
644
|
+
}>) => void)[] | undefined;
|
645
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
646
|
+
[key: string]: any;
|
647
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
648
|
+
[key: string]: any;
|
649
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
650
|
+
[key: string]: any;
|
651
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
652
|
+
[key: string]: any;
|
653
|
+
}>) => void)[] | undefined;
|
654
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
655
|
+
[key: string]: any;
|
656
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
657
|
+
[key: string]: any;
|
658
|
+
}>) => void)[] | undefined;
|
659
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
660
|
+
[key: string]: any;
|
661
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
662
|
+
[key: string]: any;
|
663
|
+
}>) => void)[] | undefined;
|
664
|
+
divider?: string | number | undefined;
|
665
|
+
};
|
574
666
|
$attrs: {
|
575
667
|
[x: string]: unknown;
|
576
668
|
};
|
@@ -578,10 +670,12 @@ declare const VBreadcrumbsDivider: {
|
|
578
670
|
[x: string]: unknown;
|
579
671
|
};
|
580
672
|
$slots: Readonly<{
|
581
|
-
|
673
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
674
|
+
[key: string]: any;
|
675
|
+
}>[]) | undefined;
|
582
676
|
}>;
|
583
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
584
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
677
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
678
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
585
679
|
$emit: (event: string, ...args: any[]) => void;
|
586
680
|
$el: any;
|
587
681
|
$options: vue.ComponentOptionsBase<{
|
@@ -600,7 +694,11 @@ declare const VBreadcrumbsDivider: {
|
|
600
694
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
601
695
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
602
696
|
style: vue.StyleValue;
|
603
|
-
}, {}, string
|
697
|
+
}, {}, string, vue.SlotsType<Partial<{
|
698
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
699
|
+
[key: string]: any;
|
700
|
+
}>[];
|
701
|
+
}>>> & {
|
604
702
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
605
703
|
created?: ((() => void) | (() => void)[]) | undefined;
|
606
704
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -615,7 +713,7 @@ declare const VBreadcrumbsDivider: {
|
|
615
713
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
616
714
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
617
715
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
618
|
-
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;
|
716
|
+
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;
|
619
717
|
};
|
620
718
|
$forceUpdate: () => void;
|
621
719
|
$nextTick: typeof vue.nextTick;
|
@@ -654,7 +752,11 @@ declare const VBreadcrumbsDivider: {
|
|
654
752
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
655
753
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
656
754
|
style: vue.StyleValue;
|
657
|
-
}, {}, string
|
755
|
+
}, {}, string, vue.SlotsType<Partial<{
|
756
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
757
|
+
[key: string]: any;
|
758
|
+
}>[];
|
759
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
658
760
|
class: vue.PropType<any>;
|
659
761
|
style: {
|
660
762
|
type: vue.PropType<vue.StyleValue>;
|
@@ -669,5 +771,6 @@ declare const VBreadcrumbsDivider: {
|
|
669
771
|
};
|
670
772
|
divider: (StringConstructor | NumberConstructor)[];
|
671
773
|
}>>;
|
774
|
+
type VBreadcrumbsDivider = InstanceType<typeof VBreadcrumbsDivider>;
|
672
775
|
|
673
776
|
export { VBreadcrumbs, VBreadcrumbsDivider, VBreadcrumbsItem };
|