@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
@@ -11,20 +11,61 @@ declare const VComponentIcon: {
|
|
11
11
|
new (...args: any[]): {
|
12
12
|
$: vue.ComponentInternalInstance;
|
13
13
|
$data: {};
|
14
|
-
$props:
|
14
|
+
$props: {
|
15
|
+
key?: string | number | symbol | undefined;
|
16
|
+
style?: unknown;
|
17
|
+
class?: unknown;
|
15
18
|
tag: string;
|
16
|
-
} & {
|
17
19
|
icon?: IconValue | undefined;
|
18
|
-
} & {
|
19
20
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
20
21
|
default?: (() => vue.VNodeChild) | undefined;
|
21
22
|
};
|
23
|
+
ref?: vue.VNodeRef | undefined;
|
24
|
+
ref_for?: boolean | undefined;
|
25
|
+
ref_key?: string | undefined;
|
26
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
22
27
|
'v-slots'?: {
|
23
28
|
default?: false | (() => vue.VNodeChild) | undefined;
|
24
29
|
} | undefined;
|
25
|
-
|
26
|
-
|
27
|
-
|
30
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
31
|
+
[key: string]: any;
|
32
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
33
|
+
[key: string]: any;
|
34
|
+
}>) => void)[] | undefined;
|
35
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[] | undefined;
|
40
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
47
|
+
[key: string]: any;
|
48
|
+
}>) => void)[] | undefined;
|
49
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
52
|
+
[key: string]: any;
|
53
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
56
|
+
[key: string]: any;
|
57
|
+
}>) => void)[] | undefined;
|
58
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
61
|
+
[key: string]: any;
|
62
|
+
}>) => void)[] | undefined;
|
63
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
64
|
+
[key: string]: any;
|
65
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
66
|
+
[key: string]: any;
|
67
|
+
}>) => void)[] | undefined;
|
68
|
+
};
|
28
69
|
$attrs: {
|
29
70
|
[x: string]: unknown;
|
30
71
|
};
|
@@ -32,10 +73,12 @@ declare const VComponentIcon: {
|
|
32
73
|
[x: string]: unknown;
|
33
74
|
};
|
34
75
|
$slots: Readonly<{
|
35
|
-
|
76
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
77
|
+
[key: string]: any;
|
78
|
+
}>[]) | undefined;
|
36
79
|
}>;
|
37
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
38
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
80
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
81
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
39
82
|
$emit: (event: string, ...args: any[]) => void;
|
40
83
|
$el: any;
|
41
84
|
$options: vue.ComponentOptionsBase<{
|
@@ -51,7 +94,11 @@ declare const VComponentIcon: {
|
|
51
94
|
} | undefined;
|
52
95
|
} & {
|
53
96
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
54
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string
|
97
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
|
98
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
99
|
+
[key: string]: any;
|
100
|
+
}>[];
|
101
|
+
}>>> & {
|
55
102
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
56
103
|
created?: ((() => void) | (() => void)[]) | undefined;
|
57
104
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -66,7 +113,7 @@ declare const VComponentIcon: {
|
|
66
113
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
67
114
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
68
115
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
69
|
-
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;
|
116
|
+
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;
|
70
117
|
};
|
71
118
|
$forceUpdate: () => void;
|
72
119
|
$nextTick: typeof vue.nextTick;
|
@@ -101,7 +148,11 @@ declare const VComponentIcon: {
|
|
101
148
|
} | undefined;
|
102
149
|
} & {
|
103
150
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
104
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string
|
151
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
|
152
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
153
|
+
[key: string]: any;
|
154
|
+
}>[];
|
155
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
105
156
|
icon: {
|
106
157
|
type: PropType<IconValue>;
|
107
158
|
};
|
@@ -123,15 +174,54 @@ declare const VSvgIcon: {
|
|
123
174
|
new (...args: any[]): {
|
124
175
|
$: vue.ComponentInternalInstance;
|
125
176
|
$data: {};
|
126
|
-
$props:
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
tag:
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
177
|
+
$props: {
|
178
|
+
key?: string | number | symbol | undefined;
|
179
|
+
style?: unknown;
|
180
|
+
class?: unknown;
|
181
|
+
readonly tag: string;
|
182
|
+
readonly icon?: IconValue | undefined;
|
183
|
+
ref?: vue.VNodeRef | undefined;
|
184
|
+
ref_for?: boolean | undefined;
|
185
|
+
ref_key?: string | undefined;
|
186
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
187
|
+
[key: string]: any;
|
188
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
189
|
+
[key: string]: any;
|
190
|
+
}>) => void)[] | undefined;
|
191
|
+
onVnodeMounted?: ((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
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
197
|
+
[key: string]: any;
|
198
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
199
|
+
[key: string]: any;
|
200
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
201
|
+
[key: string]: any;
|
202
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
203
|
+
[key: string]: any;
|
204
|
+
}>) => void)[] | undefined;
|
205
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
206
|
+
[key: string]: any;
|
207
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
208
|
+
[key: string]: any;
|
209
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
210
|
+
[key: string]: any;
|
211
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
212
|
+
[key: string]: any;
|
213
|
+
}>) => void)[] | undefined;
|
214
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
215
|
+
[key: string]: any;
|
216
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
217
|
+
[key: string]: any;
|
218
|
+
}>) => void)[] | undefined;
|
219
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
220
|
+
[key: string]: any;
|
221
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
222
|
+
[key: string]: any;
|
223
|
+
}>) => void)[] | undefined;
|
224
|
+
};
|
135
225
|
$attrs: {
|
136
226
|
[x: string]: unknown;
|
137
227
|
};
|
@@ -139,10 +229,10 @@ declare const VSvgIcon: {
|
|
139
229
|
[x: string]: unknown;
|
140
230
|
};
|
141
231
|
$slots: Readonly<{
|
142
|
-
[name: string]: vue.Slot | undefined;
|
232
|
+
[name: string]: vue.Slot<any> | undefined;
|
143
233
|
}>;
|
144
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
145
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
234
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
235
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
146
236
|
$emit: (event: string, ...args: any[]) => void;
|
147
237
|
$el: any;
|
148
238
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
@@ -153,7 +243,7 @@ declare const VSvgIcon: {
|
|
153
243
|
type: StringConstructor;
|
154
244
|
required: true;
|
155
245
|
};
|
156
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
246
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
157
247
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
158
248
|
created?: ((() => void) | (() => void)[]) | undefined;
|
159
249
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -168,7 +258,7 @@ declare const VSvgIcon: {
|
|
168
258
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
169
259
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
170
260
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
171
|
-
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;
|
261
|
+
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;
|
172
262
|
};
|
173
263
|
$forceUpdate: () => void;
|
174
264
|
$nextTick: typeof vue.nextTick;
|
@@ -193,7 +283,7 @@ declare const VSvgIcon: {
|
|
193
283
|
type: StringConstructor;
|
194
284
|
required: true;
|
195
285
|
};
|
196
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
286
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
197
287
|
icon: {
|
198
288
|
type: PropType<IconValue>;
|
199
289
|
};
|
@@ -215,15 +305,54 @@ declare const VLigatureIcon: {
|
|
215
305
|
new (...args: any[]): {
|
216
306
|
$: vue.ComponentInternalInstance;
|
217
307
|
$data: {};
|
218
|
-
$props:
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
tag:
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
308
|
+
$props: {
|
309
|
+
key?: string | number | symbol | undefined;
|
310
|
+
style?: unknown;
|
311
|
+
class?: unknown;
|
312
|
+
readonly tag: string;
|
313
|
+
readonly icon?: IconValue | undefined;
|
314
|
+
ref?: vue.VNodeRef | undefined;
|
315
|
+
ref_for?: boolean | undefined;
|
316
|
+
ref_key?: string | undefined;
|
317
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
318
|
+
[key: string]: any;
|
319
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
320
|
+
[key: string]: any;
|
321
|
+
}>) => void)[] | undefined;
|
322
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
323
|
+
[key: string]: any;
|
324
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
325
|
+
[key: string]: any;
|
326
|
+
}>) => void)[] | undefined;
|
327
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
328
|
+
[key: string]: any;
|
329
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
330
|
+
[key: string]: any;
|
331
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
332
|
+
[key: string]: any;
|
333
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
334
|
+
[key: string]: any;
|
335
|
+
}>) => void)[] | undefined;
|
336
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
337
|
+
[key: string]: any;
|
338
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
339
|
+
[key: string]: any;
|
340
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
341
|
+
[key: string]: any;
|
342
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
343
|
+
[key: string]: any;
|
344
|
+
}>) => void)[] | undefined;
|
345
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
346
|
+
[key: string]: any;
|
347
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
348
|
+
[key: string]: any;
|
349
|
+
}>) => void)[] | undefined;
|
350
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
351
|
+
[key: string]: any;
|
352
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
353
|
+
[key: string]: any;
|
354
|
+
}>) => void)[] | undefined;
|
355
|
+
};
|
227
356
|
$attrs: {
|
228
357
|
[x: string]: unknown;
|
229
358
|
};
|
@@ -231,10 +360,10 @@ declare const VLigatureIcon: {
|
|
231
360
|
[x: string]: unknown;
|
232
361
|
};
|
233
362
|
$slots: Readonly<{
|
234
|
-
[name: string]: vue.Slot | undefined;
|
363
|
+
[name: string]: vue.Slot<any> | undefined;
|
235
364
|
}>;
|
236
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
237
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
365
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
366
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
238
367
|
$emit: (event: string, ...args: any[]) => void;
|
239
368
|
$el: any;
|
240
369
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
@@ -245,7 +374,7 @@ declare const VLigatureIcon: {
|
|
245
374
|
type: StringConstructor;
|
246
375
|
required: true;
|
247
376
|
};
|
248
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
377
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
249
378
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
250
379
|
created?: ((() => void) | (() => void)[]) | undefined;
|
251
380
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -260,7 +389,7 @@ declare const VLigatureIcon: {
|
|
260
389
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
261
390
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
262
391
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
263
|
-
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;
|
392
|
+
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;
|
264
393
|
};
|
265
394
|
$forceUpdate: () => void;
|
266
395
|
$nextTick: typeof vue.nextTick;
|
@@ -285,7 +414,7 @@ declare const VLigatureIcon: {
|
|
285
414
|
type: StringConstructor;
|
286
415
|
required: true;
|
287
416
|
};
|
288
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
417
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
289
418
|
icon: {
|
290
419
|
type: PropType<IconValue>;
|
291
420
|
};
|
@@ -307,15 +436,54 @@ declare const VClassIcon: {
|
|
307
436
|
new (...args: any[]): {
|
308
437
|
$: vue.ComponentInternalInstance;
|
309
438
|
$data: {};
|
310
|
-
$props:
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
tag:
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
439
|
+
$props: {
|
440
|
+
key?: string | number | symbol | undefined;
|
441
|
+
style?: unknown;
|
442
|
+
class?: unknown;
|
443
|
+
readonly tag: string;
|
444
|
+
readonly icon?: IconValue | undefined;
|
445
|
+
ref?: vue.VNodeRef | undefined;
|
446
|
+
ref_for?: boolean | undefined;
|
447
|
+
ref_key?: string | undefined;
|
448
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
449
|
+
[key: string]: any;
|
450
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
451
|
+
[key: string]: any;
|
452
|
+
}>) => void)[] | undefined;
|
453
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
454
|
+
[key: string]: any;
|
455
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
456
|
+
[key: string]: any;
|
457
|
+
}>) => void)[] | undefined;
|
458
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
459
|
+
[key: string]: any;
|
460
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
461
|
+
[key: string]: any;
|
462
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
463
|
+
[key: string]: any;
|
464
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
465
|
+
[key: string]: any;
|
466
|
+
}>) => void)[] | undefined;
|
467
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
468
|
+
[key: string]: any;
|
469
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
470
|
+
[key: string]: any;
|
471
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
472
|
+
[key: string]: any;
|
473
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
474
|
+
[key: string]: any;
|
475
|
+
}>) => void)[] | undefined;
|
476
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
477
|
+
[key: string]: any;
|
478
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
479
|
+
[key: string]: any;
|
480
|
+
}>) => void)[] | undefined;
|
481
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
482
|
+
[key: string]: any;
|
483
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
484
|
+
[key: string]: any;
|
485
|
+
}>) => void)[] | undefined;
|
486
|
+
};
|
319
487
|
$attrs: {
|
320
488
|
[x: string]: unknown;
|
321
489
|
};
|
@@ -323,10 +491,10 @@ declare const VClassIcon: {
|
|
323
491
|
[x: string]: unknown;
|
324
492
|
};
|
325
493
|
$slots: Readonly<{
|
326
|
-
[name: string]: vue.Slot | undefined;
|
494
|
+
[name: string]: vue.Slot<any> | undefined;
|
327
495
|
}>;
|
328
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
329
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
496
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
497
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
330
498
|
$emit: (event: string, ...args: any[]) => void;
|
331
499
|
$el: any;
|
332
500
|
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
|
@@ -337,7 +505,7 @@ declare const VClassIcon: {
|
|
337
505
|
type: StringConstructor;
|
338
506
|
required: true;
|
339
507
|
};
|
340
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
508
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
341
509
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
342
510
|
created?: ((() => void) | (() => void)[]) | undefined;
|
343
511
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -352,7 +520,7 @@ declare const VClassIcon: {
|
|
352
520
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
353
521
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
354
522
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
355
|
-
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;
|
523
|
+
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;
|
356
524
|
};
|
357
525
|
$forceUpdate: () => void;
|
358
526
|
$nextTick: typeof vue.nextTick;
|
@@ -377,7 +545,7 @@ declare const VClassIcon: {
|
|
377
545
|
type: StringConstructor;
|
378
546
|
required: true;
|
379
547
|
};
|
380
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
548
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
381
549
|
icon: {
|
382
550
|
type: PropType<IconValue>;
|
383
551
|
};
|
@@ -400,33 +568,66 @@ declare const VIcon: {
|
|
400
568
|
new (...args: any[]): {
|
401
569
|
$: vue.ComponentInternalInstance;
|
402
570
|
$data: {};
|
403
|
-
$props:
|
404
|
-
end
|
405
|
-
start
|
406
|
-
style
|
407
|
-
size
|
408
|
-
tag
|
409
|
-
|
410
|
-
end: boolean;
|
411
|
-
start: boolean;
|
412
|
-
style: vue.StyleValue;
|
413
|
-
size: string | number;
|
414
|
-
tag: string;
|
415
|
-
} & {
|
571
|
+
$props: {
|
572
|
+
end?: boolean | undefined;
|
573
|
+
start?: boolean | undefined;
|
574
|
+
style?: vue.StyleValue | undefined;
|
575
|
+
size?: string | number | undefined;
|
576
|
+
tag?: string | undefined;
|
577
|
+
key?: string | number | symbol | undefined;
|
416
578
|
color?: string | undefined;
|
417
579
|
class?: any;
|
418
580
|
icon?: IconValue | undefined;
|
419
|
-
theme?: string | undefined;
|
420
|
-
} & {
|
421
581
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
422
582
|
default?: (() => vue.VNodeChild) | undefined;
|
423
583
|
};
|
584
|
+
ref?: vue.VNodeRef | undefined;
|
585
|
+
ref_for?: boolean | undefined;
|
586
|
+
ref_key?: string | undefined;
|
587
|
+
theme?: string | undefined;
|
588
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
424
589
|
'v-slots'?: {
|
425
590
|
default?: false | (() => vue.VNodeChild) | undefined;
|
426
591
|
} | undefined;
|
427
|
-
|
428
|
-
|
429
|
-
|
592
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
593
|
+
[key: string]: any;
|
594
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
595
|
+
[key: string]: any;
|
596
|
+
}>) => void)[] | undefined;
|
597
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
598
|
+
[key: string]: any;
|
599
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
600
|
+
[key: string]: any;
|
601
|
+
}>) => void)[] | undefined;
|
602
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
603
|
+
[key: string]: any;
|
604
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
605
|
+
[key: string]: any;
|
606
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
607
|
+
[key: string]: any;
|
608
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
609
|
+
[key: string]: any;
|
610
|
+
}>) => void)[] | undefined;
|
611
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
612
|
+
[key: string]: any;
|
613
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
614
|
+
[key: string]: any;
|
615
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
616
|
+
[key: string]: any;
|
617
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
618
|
+
[key: string]: any;
|
619
|
+
}>) => void)[] | undefined;
|
620
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
621
|
+
[key: string]: any;
|
622
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
623
|
+
[key: string]: any;
|
624
|
+
}>) => void)[] | undefined;
|
625
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
626
|
+
[key: string]: any;
|
627
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
628
|
+
[key: string]: any;
|
629
|
+
}>) => void)[] | undefined;
|
630
|
+
};
|
430
631
|
$attrs: {
|
431
632
|
[x: string]: unknown;
|
432
633
|
};
|
@@ -434,10 +635,12 @@ declare const VIcon: {
|
|
434
635
|
[x: string]: unknown;
|
435
636
|
};
|
436
637
|
$slots: Readonly<{
|
437
|
-
|
638
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
639
|
+
[key: string]: any;
|
640
|
+
}>[]) | undefined;
|
438
641
|
}>;
|
439
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
440
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
642
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
643
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
441
644
|
$emit: (event: string, ...args: any[]) => void;
|
442
645
|
$el: any;
|
443
646
|
$options: vue.ComponentOptionsBase<{
|
@@ -466,7 +669,11 @@ declare const VIcon: {
|
|
466
669
|
style: vue.StyleValue;
|
467
670
|
size: string | number;
|
468
671
|
tag: string;
|
469
|
-
}, {}, string
|
672
|
+
}, {}, string, vue.SlotsType<Partial<{
|
673
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
674
|
+
[key: string]: any;
|
675
|
+
}>[];
|
676
|
+
}>>> & {
|
470
677
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
471
678
|
created?: ((() => void) | (() => void)[]) | undefined;
|
472
679
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -481,7 +688,7 @@ declare const VIcon: {
|
|
481
688
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
482
689
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
483
690
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => 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;
|
691
|
+
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;
|
485
692
|
};
|
486
693
|
$forceUpdate: () => void;
|
487
694
|
$nextTick: typeof vue.nextTick;
|
@@ -536,7 +743,11 @@ declare const VIcon: {
|
|
536
743
|
style: vue.StyleValue;
|
537
744
|
size: string | number;
|
538
745
|
tag: string;
|
539
|
-
}, {}, string
|
746
|
+
}, {}, string, vue.SlotsType<Partial<{
|
747
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
748
|
+
[key: string]: any;
|
749
|
+
}>[];
|
750
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
540
751
|
theme: StringConstructor;
|
541
752
|
tag: Omit<{
|
542
753
|
type: StringConstructor;
|