@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
@@ -9,26 +9,61 @@ declare const VContainer: {
|
|
9
9
|
new (...args: any[]): {
|
10
10
|
$: vue.ComponentInternalInstance;
|
11
11
|
$data: {};
|
12
|
-
$props:
|
13
|
-
style
|
14
|
-
tag
|
15
|
-
fluid
|
16
|
-
|
17
|
-
style: vue.StyleValue;
|
18
|
-
tag: string;
|
19
|
-
fluid: boolean;
|
20
|
-
} & {
|
12
|
+
$props: {
|
13
|
+
style?: vue.StyleValue | undefined;
|
14
|
+
tag?: string | undefined;
|
15
|
+
fluid?: boolean | undefined;
|
16
|
+
key?: string | number | symbol | undefined;
|
21
17
|
class?: any;
|
22
|
-
} & {
|
23
18
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
24
19
|
default?: (() => vue.VNodeChild) | undefined;
|
25
20
|
};
|
21
|
+
ref?: vue.VNodeRef | undefined;
|
22
|
+
ref_for?: boolean | undefined;
|
23
|
+
ref_key?: string | undefined;
|
24
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
26
25
|
'v-slots'?: {
|
27
26
|
default?: false | (() => vue.VNodeChild) | undefined;
|
28
27
|
} | undefined;
|
29
|
-
|
30
|
-
|
31
|
-
|
28
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
31
|
+
[key: string]: any;
|
32
|
+
}>) => void)[] | undefined;
|
33
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>) => void)[] | undefined;
|
38
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
39
|
+
[key: string]: any;
|
40
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>) => void)[] | undefined;
|
47
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
52
|
+
[key: string]: any;
|
53
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>) => void)[] | undefined;
|
56
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
57
|
+
[key: string]: any;
|
58
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>) => void)[] | undefined;
|
61
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
62
|
+
[key: string]: any;
|
63
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
64
|
+
[key: string]: any;
|
65
|
+
}>) => void)[] | undefined;
|
66
|
+
};
|
32
67
|
$attrs: {
|
33
68
|
[x: string]: unknown;
|
34
69
|
};
|
@@ -36,10 +71,12 @@ declare const VContainer: {
|
|
36
71
|
[x: string]: unknown;
|
37
72
|
};
|
38
73
|
$slots: Readonly<{
|
39
|
-
|
74
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
75
|
+
[key: string]: any;
|
76
|
+
}>[]) | undefined;
|
40
77
|
}>;
|
41
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
42
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
78
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
79
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
43
80
|
$emit: (event: string, ...args: any[]) => void;
|
44
81
|
$el: any;
|
45
82
|
$options: vue.ComponentOptionsBase<{
|
@@ -61,7 +98,11 @@ declare const VContainer: {
|
|
61
98
|
style: vue.StyleValue;
|
62
99
|
tag: string;
|
63
100
|
fluid: boolean;
|
64
|
-
}, {}, string
|
101
|
+
}, {}, string, vue.SlotsType<Partial<{
|
102
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
103
|
+
[key: string]: any;
|
104
|
+
}>[];
|
105
|
+
}>>> & {
|
65
106
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
66
107
|
created?: ((() => void) | (() => void)[]) | undefined;
|
67
108
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -76,7 +117,7 @@ declare const VContainer: {
|
|
76
117
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
77
118
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
78
119
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
79
|
-
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;
|
120
|
+
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;
|
80
121
|
};
|
81
122
|
$forceUpdate: () => void;
|
82
123
|
$nextTick: typeof vue.nextTick;
|
@@ -119,7 +160,11 @@ declare const VContainer: {
|
|
119
160
|
style: vue.StyleValue;
|
120
161
|
tag: string;
|
121
162
|
fluid: boolean;
|
122
|
-
}, {}, string
|
163
|
+
}, {}, string, vue.SlotsType<Partial<{
|
164
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
165
|
+
[key: string]: any;
|
166
|
+
}>[];
|
167
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
123
168
|
tag: {
|
124
169
|
type: StringConstructor;
|
125
170
|
default: string;
|
@@ -154,22 +199,63 @@ declare const VCol: {
|
|
154
199
|
new (...args: any[]): {
|
155
200
|
$: vue.ComponentInternalInstance;
|
156
201
|
$data: {};
|
157
|
-
$props:
|
158
|
-
offset
|
159
|
-
alignSelf
|
160
|
-
order
|
161
|
-
style
|
162
|
-
tag
|
163
|
-
cols
|
164
|
-
|
165
|
-
offset: string | number;
|
166
|
-
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
167
|
-
order: string | number;
|
168
|
-
style: vue.StyleValue;
|
169
|
-
tag: string;
|
170
|
-
cols: string | number | boolean;
|
171
|
-
} & {
|
202
|
+
$props: {
|
203
|
+
offset?: string | number | undefined;
|
204
|
+
alignSelf?: "auto" | "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
205
|
+
order?: string | number | undefined;
|
206
|
+
style?: vue.StyleValue | undefined;
|
207
|
+
tag?: string | undefined;
|
208
|
+
cols?: string | number | boolean | undefined;
|
209
|
+
key?: string | number | symbol | undefined;
|
172
210
|
class?: any;
|
211
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
212
|
+
default?: (() => vue.VNodeChild) | undefined;
|
213
|
+
};
|
214
|
+
ref?: vue.VNodeRef | undefined;
|
215
|
+
ref_for?: boolean | undefined;
|
216
|
+
ref_key?: string | undefined;
|
217
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
218
|
+
'v-slots'?: {
|
219
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
220
|
+
} | undefined;
|
221
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
222
|
+
[key: string]: any;
|
223
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
224
|
+
[key: string]: any;
|
225
|
+
}>) => void)[] | undefined;
|
226
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
227
|
+
[key: string]: any;
|
228
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
229
|
+
[key: string]: any;
|
230
|
+
}>) => void)[] | undefined;
|
231
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
232
|
+
[key: string]: any;
|
233
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
234
|
+
[key: string]: any;
|
235
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
236
|
+
[key: string]: any;
|
237
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
238
|
+
[key: string]: any;
|
239
|
+
}>) => void)[] | undefined;
|
240
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
241
|
+
[key: string]: any;
|
242
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
243
|
+
[key: string]: any;
|
244
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
245
|
+
[key: string]: any;
|
246
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
247
|
+
[key: string]: any;
|
248
|
+
}>) => void)[] | undefined;
|
249
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
250
|
+
[key: string]: any;
|
251
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
252
|
+
[key: string]: any;
|
253
|
+
}>) => void)[] | undefined;
|
254
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
255
|
+
[key: string]: any;
|
256
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
257
|
+
[key: string]: any;
|
258
|
+
}>) => void)[] | undefined;
|
173
259
|
sm?: string | number | boolean | undefined;
|
174
260
|
md?: string | number | boolean | undefined;
|
175
261
|
lg?: string | number | boolean | undefined;
|
@@ -185,16 +271,7 @@ declare const VCol: {
|
|
185
271
|
orderLg?: string | number | undefined;
|
186
272
|
orderXl?: string | number | undefined;
|
187
273
|
orderXxl?: string | number | undefined;
|
188
|
-
}
|
189
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
190
|
-
default?: (() => vue.VNodeChild) | undefined;
|
191
|
-
};
|
192
|
-
'v-slots'?: {
|
193
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
194
|
-
} | undefined;
|
195
|
-
} & {
|
196
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
197
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "offset" | "alignSelf" | "order" | "style" | "tag" | "cols">;
|
274
|
+
};
|
198
275
|
$attrs: {
|
199
276
|
[x: string]: unknown;
|
200
277
|
};
|
@@ -202,10 +279,12 @@ declare const VCol: {
|
|
202
279
|
[x: string]: unknown;
|
203
280
|
};
|
204
281
|
$slots: Readonly<{
|
205
|
-
|
282
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
283
|
+
[key: string]: any;
|
284
|
+
}>[]) | undefined;
|
206
285
|
}>;
|
207
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
208
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
286
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
287
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
209
288
|
$emit: (event: string, ...args: any[]) => void;
|
210
289
|
$el: any;
|
211
290
|
$options: vue.ComponentOptionsBase<{
|
@@ -250,7 +329,11 @@ declare const VCol: {
|
|
250
329
|
style: vue.StyleValue;
|
251
330
|
tag: string;
|
252
331
|
cols: string | number | boolean;
|
253
|
-
}, {}, string
|
332
|
+
}, {}, string, vue.SlotsType<Partial<{
|
333
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
334
|
+
[key: string]: any;
|
335
|
+
}>[];
|
336
|
+
}>>> & {
|
254
337
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
255
338
|
created?: ((() => void) | (() => void)[]) | undefined;
|
256
339
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -265,7 +348,7 @@ declare const VCol: {
|
|
265
348
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
266
349
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
267
350
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
268
|
-
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;
|
351
|
+
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;
|
269
352
|
};
|
270
353
|
$forceUpdate: () => void;
|
271
354
|
$nextTick: typeof vue.nextTick;
|
@@ -351,7 +434,11 @@ declare const VCol: {
|
|
351
434
|
style: vue.StyleValue;
|
352
435
|
tag: string;
|
353
436
|
cols: string | number | boolean;
|
354
|
-
}, {}, string
|
437
|
+
}, {}, string, vue.SlotsType<Partial<{
|
438
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
439
|
+
[key: string]: any;
|
440
|
+
}>[];
|
441
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
355
442
|
tag: {
|
356
443
|
type: StringConstructor;
|
357
444
|
default: string;
|
@@ -442,24 +529,64 @@ declare const VRow: {
|
|
442
529
|
new (...args: any[]): {
|
443
530
|
$: vue.ComponentInternalInstance;
|
444
531
|
$data: {};
|
445
|
-
$props:
|
446
|
-
alignContent
|
447
|
-
style
|
448
|
-
tag
|
449
|
-
dense
|
450
|
-
justify
|
451
|
-
align
|
452
|
-
noGutters
|
453
|
-
|
454
|
-
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
455
|
-
style: vue.StyleValue;
|
456
|
-
tag: string;
|
457
|
-
dense: boolean;
|
458
|
-
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
459
|
-
align: "center" | "end" | "start" | "stretch" | "baseline";
|
460
|
-
noGutters: boolean;
|
461
|
-
} & {
|
532
|
+
$props: {
|
533
|
+
alignContent?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
534
|
+
style?: vue.StyleValue | undefined;
|
535
|
+
tag?: string | undefined;
|
536
|
+
dense?: boolean | undefined;
|
537
|
+
justify?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
538
|
+
align?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
539
|
+
noGutters?: boolean | undefined;
|
540
|
+
key?: string | number | symbol | undefined;
|
462
541
|
class?: any;
|
542
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
543
|
+
default?: (() => vue.VNodeChild) | undefined;
|
544
|
+
};
|
545
|
+
ref?: vue.VNodeRef | undefined;
|
546
|
+
ref_for?: boolean | undefined;
|
547
|
+
ref_key?: string | undefined;
|
548
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
549
|
+
'v-slots'?: {
|
550
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
551
|
+
} | undefined;
|
552
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
553
|
+
[key: string]: any;
|
554
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
555
|
+
[key: string]: any;
|
556
|
+
}>) => void)[] | undefined;
|
557
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
558
|
+
[key: string]: any;
|
559
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
560
|
+
[key: string]: any;
|
561
|
+
}>) => void)[] | undefined;
|
562
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
563
|
+
[key: string]: any;
|
564
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
565
|
+
[key: string]: any;
|
566
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
567
|
+
[key: string]: any;
|
568
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
569
|
+
[key: string]: any;
|
570
|
+
}>) => void)[] | undefined;
|
571
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
572
|
+
[key: string]: any;
|
573
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
574
|
+
[key: string]: any;
|
575
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
576
|
+
[key: string]: any;
|
577
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
578
|
+
[key: string]: any;
|
579
|
+
}>) => void)[] | undefined;
|
580
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
581
|
+
[key: string]: any;
|
582
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
583
|
+
[key: string]: any;
|
584
|
+
}>) => void)[] | undefined;
|
585
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
586
|
+
[key: string]: any;
|
587
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
588
|
+
[key: string]: any;
|
589
|
+
}>) => void)[] | undefined;
|
463
590
|
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
464
591
|
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
465
592
|
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
@@ -475,16 +602,7 @@ declare const VRow: {
|
|
475
602
|
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
476
603
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
477
604
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
478
|
-
}
|
479
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
480
|
-
default?: (() => vue.VNodeChild) | undefined;
|
481
|
-
};
|
482
|
-
'v-slots'?: {
|
483
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
484
|
-
} | undefined;
|
485
|
-
} & {
|
486
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
487
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "alignContent" | "style" | "tag" | "dense" | "justify" | "align" | "noGutters">;
|
605
|
+
};
|
488
606
|
$attrs: {
|
489
607
|
[x: string]: unknown;
|
490
608
|
};
|
@@ -492,10 +610,12 @@ declare const VRow: {
|
|
492
610
|
[x: string]: unknown;
|
493
611
|
};
|
494
612
|
$slots: Readonly<{
|
495
|
-
|
613
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
614
|
+
[key: string]: any;
|
615
|
+
}>[]) | undefined;
|
496
616
|
}>;
|
497
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
498
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
617
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
618
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
499
619
|
$emit: (event: string, ...args: any[]) => void;
|
500
620
|
$el: any;
|
501
621
|
$options: vue.ComponentOptionsBase<{
|
@@ -542,7 +662,11 @@ declare const VRow: {
|
|
542
662
|
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
543
663
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
544
664
|
noGutters: boolean;
|
545
|
-
}, {}, string
|
665
|
+
}, {}, string, vue.SlotsType<Partial<{
|
666
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
667
|
+
[key: string]: any;
|
668
|
+
}>[];
|
669
|
+
}>>> & {
|
546
670
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
547
671
|
created?: ((() => void) | (() => void)[]) | undefined;
|
548
672
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -557,7 +681,7 @@ declare const VRow: {
|
|
557
681
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
558
682
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
559
683
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
560
|
-
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;
|
684
|
+
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;
|
561
685
|
};
|
562
686
|
$forceUpdate: () => void;
|
563
687
|
$nextTick: typeof vue.nextTick;
|
@@ -646,7 +770,11 @@ declare const VRow: {
|
|
646
770
|
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
647
771
|
align: "center" | "end" | "start" | "stretch" | "baseline";
|
648
772
|
noGutters: boolean;
|
649
|
-
}, {}, string
|
773
|
+
}, {}, string, vue.SlotsType<Partial<{
|
774
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
775
|
+
[key: string]: any;
|
776
|
+
}>[];
|
777
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
650
778
|
tag: {
|
651
779
|
type: StringConstructor;
|
652
780
|
default: string;
|
@@ -737,24 +865,60 @@ declare const VSpacer: {
|
|
737
865
|
new (...args: any[]): {
|
738
866
|
$: vue.ComponentInternalInstance;
|
739
867
|
$data: {};
|
740
|
-
$props:
|
741
|
-
style
|
742
|
-
tag
|
743
|
-
|
744
|
-
style: vue.StyleValue;
|
745
|
-
tag: string;
|
746
|
-
} & {
|
868
|
+
$props: {
|
869
|
+
style?: vue.StyleValue | undefined;
|
870
|
+
tag?: string | undefined;
|
871
|
+
key?: string | number | symbol | undefined;
|
747
872
|
class?: any;
|
748
|
-
} & {
|
749
873
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
750
874
|
default?: (() => vue.VNodeChild) | undefined;
|
751
875
|
};
|
876
|
+
ref?: vue.VNodeRef | undefined;
|
877
|
+
ref_for?: boolean | undefined;
|
878
|
+
ref_key?: string | undefined;
|
879
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
752
880
|
'v-slots'?: {
|
753
881
|
default?: false | (() => vue.VNodeChild) | undefined;
|
754
882
|
} | undefined;
|
755
|
-
|
756
|
-
|
757
|
-
|
883
|
+
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
884
|
+
[key: string]: any;
|
885
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
886
|
+
[key: string]: any;
|
887
|
+
}>) => void)[] | undefined;
|
888
|
+
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
889
|
+
[key: string]: any;
|
890
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
891
|
+
[key: string]: any;
|
892
|
+
}>) => void)[] | undefined;
|
893
|
+
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
894
|
+
[key: string]: any;
|
895
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
896
|
+
[key: string]: any;
|
897
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
898
|
+
[key: string]: any;
|
899
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
900
|
+
[key: string]: any;
|
901
|
+
}>) => void)[] | undefined;
|
902
|
+
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
903
|
+
[key: string]: any;
|
904
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
905
|
+
[key: string]: any;
|
906
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
907
|
+
[key: string]: any;
|
908
|
+
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
909
|
+
[key: string]: any;
|
910
|
+
}>) => void)[] | undefined;
|
911
|
+
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
912
|
+
[key: string]: any;
|
913
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
914
|
+
[key: string]: any;
|
915
|
+
}>) => void)[] | undefined;
|
916
|
+
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
917
|
+
[key: string]: any;
|
918
|
+
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
919
|
+
[key: string]: any;
|
920
|
+
}>) => void)[] | undefined;
|
921
|
+
};
|
758
922
|
$attrs: {
|
759
923
|
[x: string]: unknown;
|
760
924
|
};
|
@@ -762,10 +926,12 @@ declare const VSpacer: {
|
|
762
926
|
[x: string]: unknown;
|
763
927
|
};
|
764
928
|
$slots: Readonly<{
|
765
|
-
|
929
|
+
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
930
|
+
[key: string]: any;
|
931
|
+
}>[]) | undefined;
|
766
932
|
}>;
|
767
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
768
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
933
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
934
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
769
935
|
$emit: (event: string, ...args: any[]) => void;
|
770
936
|
$el: any;
|
771
937
|
$options: vue.ComponentOptionsBase<{
|
@@ -787,7 +953,11 @@ declare const VSpacer: {
|
|
787
953
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
788
954
|
style: vue.StyleValue;
|
789
955
|
tag: string;
|
790
|
-
}, {}, string
|
956
|
+
}, {}, string, vue.SlotsType<Partial<{
|
957
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
958
|
+
[key: string]: any;
|
959
|
+
}>[];
|
960
|
+
}>>> & {
|
791
961
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
792
962
|
created?: ((() => void) | (() => void)[]) | undefined;
|
793
963
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -802,7 +972,7 @@ declare const VSpacer: {
|
|
802
972
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
803
973
|
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
804
974
|
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
805
|
-
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;
|
975
|
+
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;
|
806
976
|
};
|
807
977
|
$forceUpdate: () => void;
|
808
978
|
$nextTick: typeof vue.nextTick;
|
@@ -846,7 +1016,11 @@ declare const VSpacer: {
|
|
846
1016
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
847
1017
|
style: vue.StyleValue;
|
848
1018
|
tag: string;
|
849
|
-
}, {}, string
|
1019
|
+
}, {}, string, vue.SlotsType<Partial<{
|
1020
|
+
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1021
|
+
[key: string]: any;
|
1022
|
+
}>[];
|
1023
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
850
1024
|
class: vue.PropType<any>;
|
851
1025
|
style: {
|
852
1026
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1,17 +1,18 @@
|
|
1
1
|
// Composables
|
2
2
|
import { makeDelayProps, useDelay } from "../../composables/delay.mjs";
|
3
3
|
import { useProxiedModel } from "../../composables/proxiedModel.mjs"; // Utilities
|
4
|
-
import { genericComponent } from "../../util/index.mjs";
|
4
|
+
import { genericComponent, propsFactory } from "../../util/index.mjs";
|
5
|
+
export const makeVHoverProps = propsFactory({
|
6
|
+
disabled: Boolean,
|
7
|
+
modelValue: {
|
8
|
+
type: Boolean,
|
9
|
+
default: undefined
|
10
|
+
},
|
11
|
+
...makeDelayProps()
|
12
|
+
}, 'v-hover');
|
5
13
|
export const VHover = genericComponent()({
|
6
14
|
name: 'VHover',
|
7
|
-
props:
|
8
|
-
disabled: Boolean,
|
9
|
-
modelValue: {
|
10
|
-
type: Boolean,
|
11
|
-
default: undefined
|
12
|
-
},
|
13
|
-
...makeDelayProps()
|
14
|
-
},
|
15
|
+
props: makeVHoverProps(),
|
15
16
|
emits: {
|
16
17
|
'update:modelValue': value => true
|
17
18
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","
|
1
|
+
{"version":3,"file":"VHover.mjs","names":["makeDelayProps","useDelay","useProxiedModel","genericComponent","propsFactory","makeVHoverProps","disabled","Boolean","modelValue","type","default","undefined","VHover","name","props","emits","value","setup","_ref","slots","isHovering","runOpenDelay","runCloseDelay","onMouseenter","onMouseleave"],"sources":["../../../src/components/VHover/VHover.tsx"],"sourcesContent":["// Composables\nimport { makeDelayProps, useDelay } from '@/composables/delay'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { genericComponent, propsFactory } from '@/util'\n\ntype VHoverSlots = {\n default: [{\n isHovering: boolean | undefined\n props: Record<string, unknown>\n }]\n}\n\nexport const makeVHoverProps = propsFactory({\n disabled: Boolean,\n modelValue: {\n type: Boolean,\n default: undefined,\n },\n\n ...makeDelayProps(),\n}, 'v-hover')\n\nexport const VHover = genericComponent<VHoverSlots>()({\n name: 'VHover',\n\n props: makeVHoverProps(),\n\n emits: {\n 'update:modelValue': (value: boolean) => true,\n },\n\n setup (props, { slots }) {\n const isHovering = useProxiedModel(props, 'modelValue')\n const { runOpenDelay, runCloseDelay } = useDelay(props, value => !props.disabled && (isHovering.value = value))\n\n return () => slots.default?.({\n isHovering: isHovering.value,\n props: {\n onMouseenter: runOpenDelay,\n onMouseleave: runCloseDelay,\n },\n })\n },\n})\n\nexport type VHover = InstanceType<typeof VHover>\n"],"mappings":"AAAA;AAAA,SACSA,cAAc,EAAEC,QAAQ;AAAA,SACxBC,eAAe,8CAExB;AAAA,SACSC,gBAAgB,EAAEC,YAAY;AASvC,OAAO,MAAMC,eAAe,GAAGD,YAAY,CAAC;EAC1CE,QAAQ,EAAEC,OAAO;EACjBC,UAAU,EAAE;IACVC,IAAI,EAAEF,OAAO;IACbG,OAAO,EAAEC;EACX,CAAC;EAED,GAAGX,cAAc;AACnB,CAAC,EAAE,SAAS,CAAC;AAEb,OAAO,MAAMY,MAAM,GAAGT,gBAAgB,EAAe,CAAC;EACpDU,IAAI,EAAE,QAAQ;EAEdC,KAAK,EAAET,eAAe,EAAE;EAExBU,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAc,IAAK;EAC3C,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAME,UAAU,GAAGlB,eAAe,CAACY,KAAK,EAAE,YAAY,CAAC;IACvD,MAAM;MAAEO,YAAY;MAAEC;IAAc,CAAC,GAAGrB,QAAQ,CAACa,KAAK,EAAEE,KAAK,IAAI,CAACF,KAAK,CAACR,QAAQ,KAAKc,UAAU,CAACJ,KAAK,GAAGA,KAAK,CAAC,CAAC;IAE/G,OAAO,MAAMG,KAAK,CAACT,OAAO,GAAG;MAC3BU,UAAU,EAAEA,UAAU,CAACJ,KAAK;MAC5BF,KAAK,EAAE;QACLS,YAAY,EAAEF,YAAY;QAC1BG,YAAY,EAAEF;MAChB;IACF,CAAC,CAAC;EACJ;AACF,CAAC,CAAC"}
|