@vuetify/nightly 4.0.0-dev-20230426.0 → 4.0.0-dev-20230511.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 +22 -15
- package/dist/json/attributes.json +949 -729
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +57 -2
- package/dist/json/web-types.json +1966 -1440
- package/dist/vuetify-labs.css +1504 -1493
- package/dist/vuetify-labs.d.ts +6175 -8100
- package/dist/vuetify-labs.esm.js +1462 -1230
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1461 -1229
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +51 -40
- package/dist/vuetify.d.ts +6327 -7380
- package/dist/vuetify.esm.js +1401 -1194
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1400 -1193
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +805 -805
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +6 -2
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +6 -2
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +6 -2
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +6 -2
- package/lib/components/VAlert/VAlert.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/{index.d.ts → index.d.mts} +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +10 -14
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -13
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +479 -118
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +231 -409
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/{index.d.ts → index.d.mts} +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/{index.d.ts → index.d.mts} +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/{index.d.ts → index.d.mts} +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +134 -93
- package/lib/components/VBtn/VBtn.mjs +12 -9
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/{index.d.ts → index.d.mts} +33 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/{index.d.ts → index.d.mts} +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/{index.d.ts → index.d.mts} +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +75 -109
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/{index.d.ts → index.d.mts} +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VCode/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +12 -7
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -9
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +131 -32
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +11 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +231 -409
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/{index.d.ts → index.d.mts} +22 -145
- package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -12
- package/lib/components/VDialog/VDialog.mjs +4 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/{index.d.ts → index.d.mts} +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +109 -81
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.mjs +9 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/{index.d.ts → index.d.mts} +125 -76
- package/lib/components/VFileInput/VFileInput.mjs +4 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +114 -165
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/{index.d.ts → index.d.mts} +104 -60
- package/lib/components/VHover/{index.d.ts → index.d.mts} +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/{index.d.ts → index.d.mts} +23 -26
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +27 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +73 -31
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/{index.d.ts → index.d.mts} +37 -40
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +30 -33
- package/lib/components/VKbd/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/{index.d.ts → index.d.mts} +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VList/VList.mjs +12 -24
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +8 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +12 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +950 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/{index.d.ts → index.d.mts} +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/{index.d.ts → index.d.mts} +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/{index.d.ts → index.d.mts} +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -10
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.mts +8 -0
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/{index.d.ts → index.d.mts} +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/{index.d.ts → index.d.mts} +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/{index.d.ts → index.d.mts} +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/{index.d.ts → index.d.mts} +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +45 -68
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +33 -44
- package/lib/components/VRating/VRating.mjs +4 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/{index.d.ts → index.d.mts} +23 -18
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +14 -8
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +52 -31
- package/lib/components/VSelect/VSelect.mjs +11 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +200 -558
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +23 -14
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSheet/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +59 -90
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +33 -44
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +45 -72
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/{index.d.ts → index.d.mts} +26 -29
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/{index.d.ts → index.d.mts} +45 -27
- package/lib/components/VTextField/VTextField.mjs +3 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +232 -293
- package/lib/components/VTextarea/VTextarea.mjs +3 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +94 -137
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/{index.d.ts → index.d.mts} +67 -57
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/{index.d.ts → index.d.mts} +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/{index.d.ts → index.d.mts} +104 -150
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -18
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +70 -30
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/{index.d.ts → index.d.mts} +61 -79
- package/lib/components/{index.d.ts → index.d.mts} +6475 -7529
- package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +63 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/scroll.mjs +18 -19
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +1 -1
- package/lib/iconsets/{fa.d.ts → fa.d.mts} +1 -1
- package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +1 -1
- package/lib/iconsets/{md.d.ts → md.d.mts} +1 -1
- package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +1 -1
- package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +1 -1
- package/lib/{index.d.ts → index.d.mts} +13 -12
- package/lib/labs/VDataTable/VDataTable.mjs +12 -3
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -6
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +113 -943
- package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +8 -36
- package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -12
- package/lib/labs/{components.d.ts → components.d.mts} +161 -1031
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.mts +52 -0
- package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/{composables → labs/date}/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.mts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +31 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +11 -6
- package/lib/adapters/date-adapter.mjs +0 -2
- package/lib/adapters/date-adapter.mjs.map +0 -1
- package/lib/adapters/vuetify.mjs.map +0 -1
- package/lib/components/VNoSsr/index.d.ts +0 -18
- package/lib/composables/date.mjs.map +0 -1
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VWindowItem.mjs","names":["Touch","makeGroupItemProps","useGroupItem","makeLazyProps","useLazy","MaybeTransition","useSsrBoot","computed","inject","nextTick","ref","convertToUnit","genericComponent","useRender","VWindowGroupSymbol","VWindowSymbol","VWindowItem","name","directives","props","reverseTransition","type","Boolean","String","default","undefined","transition","emits","val","setup","_ref","slots","window","groupItem","isBooted","Error","isTransitioning","hasTransition","isReversed","value","onAfterTransition","transitionCount","transitionHeight","onBeforeTransition","rootRef","clientHeight","onTransitionCancelled","onEnterTransition","el","onBeforeEnter","onAfterEnter","onEnterCancelled","onBeforeLeave","onAfterLeave","onLeaveCancelled","onEnter","hasContent","isSelected","_createVNode","_withDirectives","selectedClass","_vShow"],"sources":["../../../src/components/VWindow/VWindowItem.tsx"],"sourcesContent":["// Directives\nimport Touch from '@/directives/touch'\n\n// Composables\nimport { makeGroupItemProps, useGroupItem } from '@/composables/group'\nimport { makeLazyProps, useLazy } from '@/composables/lazy'\nimport { MaybeTransition } from '@/composables/transition'\nimport { useSsrBoot } from '@/composables/ssrBoot'\n\n// Utilities\nimport { computed, inject, nextTick, ref } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\n// Types\nimport { VWindowGroupSymbol, VWindowSymbol } from './VWindow'\n\nexport const VWindowItem = genericComponent()({\n name: 'VWindowItem',\n\n directives: {\n Touch,\n },\n\n props: {\n reverseTransition: {\n type: [Boolean, String],\n default: undefined,\n },\n transition: {\n type: [Boolean, String],\n default: undefined,\n },\n\n ...makeGroupItemProps(),\n ...makeLazyProps(),\n },\n\n emits: {\n 'group:selected': (val: { value: boolean }) => true,\n },\n\n setup (props, { slots }) {\n const window = inject(VWindowSymbol)\n const groupItem = useGroupItem(props, VWindowGroupSymbol)\n const { isBooted } = useSsrBoot()\n\n if (!window || !groupItem) throw new Error('[Vuetify] VWindowItem must be used inside VWindow')\n\n const isTransitioning = ref(false)\n const hasTransition = computed(() => window.isReversed.value ? props.reverseTransition !== false : props.transition !== false)\n\n function onAfterTransition () {\n if (!isTransitioning.value || !window) {\n return\n }\n\n // Finalize transition state.\n isTransitioning.value = false\n if (window.transitionCount.value > 0) {\n window.transitionCount.value -= 1\n\n // Remove container height if we are out of transition.\n if (window.transitionCount.value === 0) {\n window.transitionHeight.value = undefined\n }\n }\n }\n\n function onBeforeTransition () {\n if (isTransitioning.value || !window) {\n return\n }\n\n // Initialize transition state here.\n isTransitioning.value = true\n\n if (window.transitionCount.value === 0) {\n // Set initial height for height transition.\n window.transitionHeight.value = convertToUnit(window.rootRef.value?.clientHeight)\n }\n\n window.transitionCount.value += 1\n }\n\n function onTransitionCancelled () {\n onAfterTransition() // This should have the same path as normal transition end.\n }\n\n function onEnterTransition (el: Element) {\n if (!isTransitioning.value) {\n return\n }\n\n nextTick(() => {\n // Do not set height if no transition or cancelled.\n if (!hasTransition.value || !isTransitioning.value || !window) {\n return\n }\n\n // Set transition target height.\n window.transitionHeight.value = convertToUnit(el.clientHeight)\n })\n }\n\n const transition = computed(() => {\n const name = window.isReversed.value\n ? props.reverseTransition\n : props.transition\n\n return !hasTransition.value ? false : {\n name: typeof name !== 'string' ? window.transition.value : name,\n onBeforeEnter: onBeforeTransition,\n onAfterEnter: onAfterTransition,\n onEnterCancelled: onTransitionCancelled,\n onBeforeLeave: onBeforeTransition,\n onAfterLeave: onAfterTransition,\n onLeaveCancelled: onTransitionCancelled,\n onEnter: onEnterTransition,\n }\n })\n\n const { hasContent } = useLazy(props, groupItem.isSelected)\n\n useRender(() => (\n <MaybeTransition transition={ transition.value } disabled={ !isBooted.value }>\n <div\n class={[\n 'v-window-item',\n groupItem.selectedClass.value,\n ]}\n v-show={ groupItem.isSelected.value }\n >\n { hasContent.value && slots.default?.() }\n </div>\n </MaybeTransition>\n ))\n\n return {}\n },\n})\n\nexport type VWindowItem = InstanceType<typeof VWindowItem>\n"],"mappings":";AAAA;AAAA,OACOA,KAAK,0CAEZ;AAAA,SACSC,kBAAkB,EAAEC,YAAY;AAAA,SAChCC,aAAa,EAAEC,OAAO;AAAA,SACtBC,eAAe;AAAA,SACfC,UAAU,yCAEnB;AACA,SAASC,QAAQ,EAAEC,MAAM,EAAEC,QAAQ,EAAEC,GAAG,QAAQ,KAAK;AAAA,SAC5CC,aAAa,EAAEC,gBAAgB,EAAEC,SAAS,gCAEnD;AAAA,SACSC,kBAAkB,EAAEC,aAAa;AAE1C,OAAO,MAAMC,WAAW,GAAGJ,gBAAgB,EAAE,CAAC;EAC5CK,IAAI,EAAE,aAAa;EAEnBC,UAAU,EAAE;
|
1
|
+
{"version":3,"file":"VWindowItem.mjs","names":["Touch","makeComponentProps","makeGroupItemProps","useGroupItem","makeLazyProps","useLazy","MaybeTransition","useSsrBoot","computed","inject","nextTick","ref","convertToUnit","genericComponent","useRender","VWindowGroupSymbol","VWindowSymbol","VWindowItem","name","directives","props","reverseTransition","type","Boolean","String","default","undefined","transition","emits","val","setup","_ref","slots","window","groupItem","isBooted","Error","isTransitioning","hasTransition","isReversed","value","onAfterTransition","transitionCount","transitionHeight","onBeforeTransition","rootRef","clientHeight","onTransitionCancelled","onEnterTransition","el","onBeforeEnter","onAfterEnter","onEnterCancelled","onBeforeLeave","onAfterLeave","onLeaveCancelled","onEnter","hasContent","isSelected","_createVNode","_withDirectives","selectedClass","class","style","_vShow"],"sources":["../../../src/components/VWindow/VWindowItem.tsx"],"sourcesContent":["// Directives\nimport Touch from '@/directives/touch'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeGroupItemProps, useGroupItem } from '@/composables/group'\nimport { makeLazyProps, useLazy } from '@/composables/lazy'\nimport { MaybeTransition } from '@/composables/transition'\nimport { useSsrBoot } from '@/composables/ssrBoot'\n\n// Utilities\nimport { computed, inject, nextTick, ref } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\n// Types\nimport { VWindowGroupSymbol, VWindowSymbol } from './VWindow'\n\nexport const VWindowItem = genericComponent()({\n name: 'VWindowItem',\n\n directives: {\n Touch,\n },\n\n props: {\n reverseTransition: {\n type: [Boolean, String],\n default: undefined,\n },\n transition: {\n type: [Boolean, String],\n default: undefined,\n },\n\n ...makeComponentProps(),\n ...makeGroupItemProps(),\n ...makeLazyProps(),\n },\n\n emits: {\n 'group:selected': (val: { value: boolean }) => true,\n },\n\n setup (props, { slots }) {\n const window = inject(VWindowSymbol)\n const groupItem = useGroupItem(props, VWindowGroupSymbol)\n const { isBooted } = useSsrBoot()\n\n if (!window || !groupItem) throw new Error('[Vuetify] VWindowItem must be used inside VWindow')\n\n const isTransitioning = ref(false)\n const hasTransition = computed(() => window.isReversed.value ? props.reverseTransition !== false : props.transition !== false)\n\n function onAfterTransition () {\n if (!isTransitioning.value || !window) {\n return\n }\n\n // Finalize transition state.\n isTransitioning.value = false\n if (window.transitionCount.value > 0) {\n window.transitionCount.value -= 1\n\n // Remove container height if we are out of transition.\n if (window.transitionCount.value === 0) {\n window.transitionHeight.value = undefined\n }\n }\n }\n\n function onBeforeTransition () {\n if (isTransitioning.value || !window) {\n return\n }\n\n // Initialize transition state here.\n isTransitioning.value = true\n\n if (window.transitionCount.value === 0) {\n // Set initial height for height transition.\n window.transitionHeight.value = convertToUnit(window.rootRef.value?.clientHeight)\n }\n\n window.transitionCount.value += 1\n }\n\n function onTransitionCancelled () {\n onAfterTransition() // This should have the same path as normal transition end.\n }\n\n function onEnterTransition (el: Element) {\n if (!isTransitioning.value) {\n return\n }\n\n nextTick(() => {\n // Do not set height if no transition or cancelled.\n if (!hasTransition.value || !isTransitioning.value || !window) {\n return\n }\n\n // Set transition target height.\n window.transitionHeight.value = convertToUnit(el.clientHeight)\n })\n }\n\n const transition = computed(() => {\n const name = window.isReversed.value\n ? props.reverseTransition\n : props.transition\n\n return !hasTransition.value ? false : {\n name: typeof name !== 'string' ? window.transition.value : name,\n onBeforeEnter: onBeforeTransition,\n onAfterEnter: onAfterTransition,\n onEnterCancelled: onTransitionCancelled,\n onBeforeLeave: onBeforeTransition,\n onAfterLeave: onAfterTransition,\n onLeaveCancelled: onTransitionCancelled,\n onEnter: onEnterTransition,\n }\n })\n\n const { hasContent } = useLazy(props, groupItem.isSelected)\n\n useRender(() => (\n <MaybeTransition transition={ transition.value } disabled={ !isBooted.value }>\n <div\n class={[\n 'v-window-item',\n groupItem.selectedClass.value,\n props.class,\n ]}\n style={ props.style }\n v-show={ groupItem.isSelected.value }\n >\n { hasContent.value && slots.default?.() }\n </div>\n </MaybeTransition>\n ))\n\n return {}\n },\n})\n\nexport type VWindowItem = InstanceType<typeof VWindowItem>\n"],"mappings":"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"}
|
@@ -28,7 +28,7 @@ interface GroupProvide {
|
|
28
28
|
getItemIndex: (value: unknown) => number;
|
29
29
|
}
|
30
30
|
|
31
|
-
type IconValue = string | JSXComponent;
|
31
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
32
32
|
declare const IconValue: PropType<IconValue>;
|
33
33
|
|
34
34
|
interface TouchHandlers {
|
@@ -70,6 +70,7 @@ declare const VWindow: {
|
|
70
70
|
$props: Partial<{
|
71
71
|
reverse: boolean;
|
72
72
|
direction: string;
|
73
|
+
style: vue.StyleValue;
|
73
74
|
disabled: boolean;
|
74
75
|
tag: string;
|
75
76
|
mandatory: "force";
|
@@ -81,6 +82,7 @@ declare const VWindow: {
|
|
81
82
|
}> & Omit<{
|
82
83
|
reverse: boolean;
|
83
84
|
direction: string;
|
85
|
+
style: vue.StyleValue;
|
84
86
|
disabled: boolean;
|
85
87
|
tag: string;
|
86
88
|
mandatory: "force";
|
@@ -89,12 +91,13 @@ declare const VWindow: {
|
|
89
91
|
nextIcon: IconValue;
|
90
92
|
prevIcon: IconValue;
|
91
93
|
} & {
|
94
|
+
class?: any;
|
92
95
|
touch?: boolean | TouchHandlers | undefined;
|
93
96
|
theme?: string | undefined;
|
94
97
|
modelValue?: any;
|
95
98
|
showArrows?: string | boolean | undefined;
|
96
99
|
} & {
|
97
|
-
$children?:
|
100
|
+
$children?: vue.VNodeChild | {
|
98
101
|
default?: ((args_0: {
|
99
102
|
group: GroupProvide;
|
100
103
|
}) => vue.VNodeChild) | undefined;
|
@@ -107,21 +110,9 @@ declare const VWindow: {
|
|
107
110
|
next?: ((args_0: {
|
108
111
|
props: ControlProps;
|
109
112
|
}) => vue.VNodeChild) | undefined;
|
110
|
-
}
|
111
|
-
|
112
|
-
|
113
|
-
group: GroupProvide;
|
114
|
-
}) => vue.VNodeChild) | undefined;
|
115
|
-
additional?: ((args_0: {
|
116
|
-
group: GroupProvide;
|
117
|
-
}) => vue.VNodeChild) | undefined;
|
118
|
-
prev?: ((args_0: {
|
119
|
-
props: ControlProps;
|
120
|
-
}) => vue.VNodeChild) | undefined;
|
121
|
-
next?: ((args_0: {
|
122
|
-
props: ControlProps;
|
123
|
-
}) => vue.VNodeChild) | undefined;
|
124
|
-
} | undefined;
|
113
|
+
} | ((args_0: {
|
114
|
+
group: GroupProvide;
|
115
|
+
}) => vue.VNodeChild);
|
125
116
|
'v-slots'?: {
|
126
117
|
default?: false | ((args_0: {
|
127
118
|
group: GroupProvide;
|
@@ -151,7 +142,7 @@ declare const VWindow: {
|
|
151
142
|
}) => vue.VNodeChild) | undefined;
|
152
143
|
} & {
|
153
144
|
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
154
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "direction" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
|
145
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon">;
|
155
146
|
$attrs: {
|
156
147
|
[x: string]: unknown;
|
157
148
|
};
|
@@ -168,6 +159,7 @@ declare const VWindow: {
|
|
168
159
|
$options: vue.ComponentOptionsBase<{
|
169
160
|
reverse: boolean;
|
170
161
|
direction: string;
|
162
|
+
style: vue.StyleValue;
|
171
163
|
disabled: boolean;
|
172
164
|
tag: string;
|
173
165
|
mandatory: "force";
|
@@ -176,26 +168,13 @@ declare const VWindow: {
|
|
176
168
|
nextIcon: IconValue;
|
177
169
|
prevIcon: IconValue;
|
178
170
|
} & {
|
171
|
+
class?: any;
|
179
172
|
touch?: boolean | TouchHandlers | undefined;
|
180
173
|
theme?: string | undefined;
|
181
174
|
modelValue?: any;
|
182
175
|
showArrows?: string | boolean | undefined;
|
183
176
|
} & {
|
184
|
-
$children?:
|
185
|
-
default?: ((args_0: {
|
186
|
-
group: GroupProvide;
|
187
|
-
}) => vue.VNodeChild) | undefined;
|
188
|
-
additional?: ((args_0: {
|
189
|
-
group: GroupProvide;
|
190
|
-
}) => vue.VNodeChild) | undefined;
|
191
|
-
prev?: ((args_0: {
|
192
|
-
props: ControlProps;
|
193
|
-
}) => vue.VNodeChild) | undefined;
|
194
|
-
next?: ((args_0: {
|
195
|
-
props: ControlProps;
|
196
|
-
}) => vue.VNodeChild) | undefined;
|
197
|
-
};
|
198
|
-
$slots?: {
|
177
|
+
$children?: vue.VNodeChild | {
|
199
178
|
default?: ((args_0: {
|
200
179
|
group: GroupProvide;
|
201
180
|
}) => vue.VNodeChild) | undefined;
|
@@ -208,7 +187,9 @@ declare const VWindow: {
|
|
208
187
|
next?: ((args_0: {
|
209
188
|
props: ControlProps;
|
210
189
|
}) => vue.VNodeChild) | undefined;
|
211
|
-
} |
|
190
|
+
} | ((args_0: {
|
191
|
+
group: GroupProvide;
|
192
|
+
}) => vue.VNodeChild);
|
212
193
|
'v-slots'?: {
|
213
194
|
default?: false | ((args_0: {
|
214
195
|
group: GroupProvide;
|
@@ -245,6 +226,7 @@ declare const VWindow: {
|
|
245
226
|
}, string, {
|
246
227
|
reverse: boolean;
|
247
228
|
direction: string;
|
229
|
+
style: vue.StyleValue;
|
248
230
|
disabled: boolean;
|
249
231
|
tag: string;
|
250
232
|
mandatory: "force";
|
@@ -276,6 +258,7 @@ declare const VWindow: {
|
|
276
258
|
} & {
|
277
259
|
reverse: boolean;
|
278
260
|
direction: string;
|
261
|
+
style: vue.StyleValue;
|
279
262
|
disabled: boolean;
|
280
263
|
tag: string;
|
281
264
|
mandatory: "force";
|
@@ -284,26 +267,13 @@ declare const VWindow: {
|
|
284
267
|
nextIcon: IconValue;
|
285
268
|
prevIcon: IconValue;
|
286
269
|
} & {
|
270
|
+
class?: any;
|
287
271
|
touch?: boolean | TouchHandlers | undefined;
|
288
272
|
theme?: string | undefined;
|
289
273
|
modelValue?: any;
|
290
274
|
showArrows?: string | boolean | undefined;
|
291
275
|
} & {
|
292
|
-
$children?:
|
293
|
-
default?: ((args_0: {
|
294
|
-
group: GroupProvide;
|
295
|
-
}) => vue.VNodeChild) | undefined;
|
296
|
-
additional?: ((args_0: {
|
297
|
-
group: GroupProvide;
|
298
|
-
}) => vue.VNodeChild) | undefined;
|
299
|
-
prev?: ((args_0: {
|
300
|
-
props: ControlProps;
|
301
|
-
}) => vue.VNodeChild) | undefined;
|
302
|
-
next?: ((args_0: {
|
303
|
-
props: ControlProps;
|
304
|
-
}) => vue.VNodeChild) | undefined;
|
305
|
-
};
|
306
|
-
$slots?: {
|
276
|
+
$children?: vue.VNodeChild | {
|
307
277
|
default?: ((args_0: {
|
308
278
|
group: GroupProvide;
|
309
279
|
}) => vue.VNodeChild) | undefined;
|
@@ -316,7 +286,9 @@ declare const VWindow: {
|
|
316
286
|
next?: ((args_0: {
|
317
287
|
props: ControlProps;
|
318
288
|
}) => vue.VNodeChild) | undefined;
|
319
|
-
} |
|
289
|
+
} | ((args_0: {
|
290
|
+
group: GroupProvide;
|
291
|
+
}) => vue.VNodeChild);
|
320
292
|
'v-slots'?: {
|
321
293
|
default?: false | ((args_0: {
|
322
294
|
group: GroupProvide;
|
@@ -355,6 +327,7 @@ declare const VWindow: {
|
|
355
327
|
} & vue.ComponentOptionsBase<{
|
356
328
|
reverse: boolean;
|
357
329
|
direction: string;
|
330
|
+
style: vue.StyleValue;
|
358
331
|
disabled: boolean;
|
359
332
|
tag: string;
|
360
333
|
mandatory: "force";
|
@@ -363,26 +336,13 @@ declare const VWindow: {
|
|
363
336
|
nextIcon: IconValue;
|
364
337
|
prevIcon: IconValue;
|
365
338
|
} & {
|
339
|
+
class?: any;
|
366
340
|
touch?: boolean | TouchHandlers | undefined;
|
367
341
|
theme?: string | undefined;
|
368
342
|
modelValue?: any;
|
369
343
|
showArrows?: string | boolean | undefined;
|
370
344
|
} & {
|
371
|
-
$children?:
|
372
|
-
default?: ((args_0: {
|
373
|
-
group: GroupProvide;
|
374
|
-
}) => vue.VNodeChild) | undefined;
|
375
|
-
additional?: ((args_0: {
|
376
|
-
group: GroupProvide;
|
377
|
-
}) => vue.VNodeChild) | undefined;
|
378
|
-
prev?: ((args_0: {
|
379
|
-
props: ControlProps;
|
380
|
-
}) => vue.VNodeChild) | undefined;
|
381
|
-
next?: ((args_0: {
|
382
|
-
props: ControlProps;
|
383
|
-
}) => vue.VNodeChild) | undefined;
|
384
|
-
};
|
385
|
-
$slots?: {
|
345
|
+
$children?: vue.VNodeChild | {
|
386
346
|
default?: ((args_0: {
|
387
347
|
group: GroupProvide;
|
388
348
|
}) => vue.VNodeChild) | undefined;
|
@@ -395,7 +355,9 @@ declare const VWindow: {
|
|
395
355
|
next?: ((args_0: {
|
396
356
|
props: ControlProps;
|
397
357
|
}) => vue.VNodeChild) | undefined;
|
398
|
-
} |
|
358
|
+
} | ((args_0: {
|
359
|
+
group: GroupProvide;
|
360
|
+
}) => vue.VNodeChild);
|
399
361
|
'v-slots'?: {
|
400
362
|
default?: false | ((args_0: {
|
401
363
|
group: GroupProvide;
|
@@ -432,6 +394,7 @@ declare const VWindow: {
|
|
432
394
|
}, string, {
|
433
395
|
reverse: boolean;
|
434
396
|
direction: string;
|
397
|
+
style: vue.StyleValue;
|
435
398
|
disabled: boolean;
|
436
399
|
tag: string;
|
437
400
|
mandatory: "force";
|
@@ -446,6 +409,11 @@ declare const VWindow: {
|
|
446
409
|
type: StringConstructor;
|
447
410
|
default: string;
|
448
411
|
};
|
412
|
+
class: PropType<any>;
|
413
|
+
style: {
|
414
|
+
type: PropType<vue.StyleValue>;
|
415
|
+
default: null;
|
416
|
+
};
|
449
417
|
continuous: BooleanConstructor;
|
450
418
|
nextIcon: {
|
451
419
|
type: PropType<IconValue>;
|
@@ -483,6 +451,11 @@ declare const VWindow: {
|
|
483
451
|
type: StringConstructor;
|
484
452
|
default: string;
|
485
453
|
};
|
454
|
+
class: PropType<any>;
|
455
|
+
style: {
|
456
|
+
type: PropType<vue.StyleValue>;
|
457
|
+
default: null;
|
458
|
+
};
|
486
459
|
continuous: BooleanConstructor;
|
487
460
|
nextIcon: {
|
488
461
|
type: PropType<IconValue>;
|
@@ -523,24 +496,24 @@ declare const VWindowItem: {
|
|
523
496
|
$data: {};
|
524
497
|
$props: Partial<{
|
525
498
|
transition: string | boolean;
|
499
|
+
style: vue.StyleValue;
|
526
500
|
eager: boolean;
|
527
501
|
disabled: boolean;
|
528
502
|
reverseTransition: string | boolean;
|
529
503
|
}> & Omit<{
|
504
|
+
style: vue.StyleValue;
|
530
505
|
eager: boolean;
|
531
506
|
disabled: boolean;
|
532
507
|
} & {
|
533
508
|
transition?: string | boolean | undefined;
|
534
509
|
value?: any;
|
510
|
+
class?: any;
|
535
511
|
selectedClass?: string | undefined;
|
536
512
|
reverseTransition?: string | boolean | undefined;
|
537
513
|
} & {
|
538
514
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
539
515
|
default?: (() => vue.VNodeChild) | undefined;
|
540
516
|
};
|
541
|
-
$slots?: {
|
542
|
-
default?: (() => vue.VNodeChild) | undefined;
|
543
|
-
} | undefined;
|
544
517
|
'v-slots'?: {
|
545
518
|
default?: false | (() => vue.VNodeChild) | undefined;
|
546
519
|
} | undefined;
|
@@ -550,7 +523,7 @@ declare const VWindowItem: {
|
|
550
523
|
"onGroup:selected"?: ((val: {
|
551
524
|
value: boolean;
|
552
525
|
}) => any) | undefined;
|
553
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "disabled" | "reverseTransition">;
|
526
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "style" | "eager" | "disabled" | "reverseTransition">;
|
554
527
|
$attrs: {
|
555
528
|
[x: string]: unknown;
|
556
529
|
};
|
@@ -567,20 +540,19 @@ declare const VWindowItem: {
|
|
567
540
|
}) => void;
|
568
541
|
$el: any;
|
569
542
|
$options: vue.ComponentOptionsBase<{
|
543
|
+
style: vue.StyleValue;
|
570
544
|
eager: boolean;
|
571
545
|
disabled: boolean;
|
572
546
|
} & {
|
573
547
|
transition?: string | boolean | undefined;
|
574
548
|
value?: any;
|
549
|
+
class?: any;
|
575
550
|
selectedClass?: string | undefined;
|
576
551
|
reverseTransition?: string | boolean | undefined;
|
577
552
|
} & {
|
578
553
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
579
554
|
default?: (() => vue.VNodeChild) | undefined;
|
580
555
|
};
|
581
|
-
$slots?: {
|
582
|
-
default?: (() => vue.VNodeChild) | undefined;
|
583
|
-
} | undefined;
|
584
556
|
'v-slots'?: {
|
585
557
|
default?: false | (() => vue.VNodeChild) | undefined;
|
586
558
|
} | undefined;
|
@@ -596,6 +568,7 @@ declare const VWindowItem: {
|
|
596
568
|
}) => boolean;
|
597
569
|
}, string, {
|
598
570
|
transition: string | boolean;
|
571
|
+
style: vue.StyleValue;
|
599
572
|
eager: boolean;
|
600
573
|
disabled: boolean;
|
601
574
|
reverseTransition: string | boolean;
|
@@ -620,20 +593,19 @@ declare const VWindowItem: {
|
|
620
593
|
$nextTick: typeof nextTick;
|
621
594
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
622
595
|
} & {
|
596
|
+
style: vue.StyleValue;
|
623
597
|
eager: boolean;
|
624
598
|
disabled: boolean;
|
625
599
|
} & {
|
626
600
|
transition?: string | boolean | undefined;
|
627
601
|
value?: any;
|
602
|
+
class?: any;
|
628
603
|
selectedClass?: string | undefined;
|
629
604
|
reverseTransition?: string | boolean | undefined;
|
630
605
|
} & {
|
631
606
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
632
607
|
default?: (() => vue.VNodeChild) | undefined;
|
633
608
|
};
|
634
|
-
$slots?: {
|
635
|
-
default?: (() => vue.VNodeChild) | undefined;
|
636
|
-
} | undefined;
|
637
609
|
'v-slots'?: {
|
638
610
|
default?: false | (() => vue.VNodeChild) | undefined;
|
639
611
|
} | undefined;
|
@@ -648,20 +620,19 @@ declare const VWindowItem: {
|
|
648
620
|
__isTeleport?: undefined;
|
649
621
|
__isSuspense?: undefined;
|
650
622
|
} & vue.ComponentOptionsBase<{
|
623
|
+
style: vue.StyleValue;
|
651
624
|
eager: boolean;
|
652
625
|
disabled: boolean;
|
653
626
|
} & {
|
654
627
|
transition?: string | boolean | undefined;
|
655
628
|
value?: any;
|
629
|
+
class?: any;
|
656
630
|
selectedClass?: string | undefined;
|
657
631
|
reverseTransition?: string | boolean | undefined;
|
658
632
|
} & {
|
659
633
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
660
634
|
default?: (() => vue.VNodeChild) | undefined;
|
661
635
|
};
|
662
|
-
$slots?: {
|
663
|
-
default?: (() => vue.VNodeChild) | undefined;
|
664
|
-
} | undefined;
|
665
636
|
'v-slots'?: {
|
666
637
|
default?: false | (() => vue.VNodeChild) | undefined;
|
667
638
|
} | undefined;
|
@@ -677,6 +648,7 @@ declare const VWindowItem: {
|
|
677
648
|
}) => boolean;
|
678
649
|
}, string, {
|
679
650
|
transition: string | boolean;
|
651
|
+
style: vue.StyleValue;
|
680
652
|
eager: boolean;
|
681
653
|
disabled: boolean;
|
682
654
|
reverseTransition: string | boolean;
|
@@ -685,6 +657,11 @@ declare const VWindowItem: {
|
|
685
657
|
value: null;
|
686
658
|
disabled: BooleanConstructor;
|
687
659
|
selectedClass: StringConstructor;
|
660
|
+
class: vue.PropType<any>;
|
661
|
+
style: {
|
662
|
+
type: vue.PropType<vue.StyleValue>;
|
663
|
+
default: null;
|
664
|
+
};
|
688
665
|
reverseTransition: {
|
689
666
|
type: (StringConstructor | BooleanConstructor)[];
|
690
667
|
default: undefined;
|
@@ -698,6 +675,11 @@ declare const VWindowItem: {
|
|
698
675
|
value: null;
|
699
676
|
disabled: BooleanConstructor;
|
700
677
|
selectedClass: StringConstructor;
|
678
|
+
class: vue.PropType<any>;
|
679
|
+
style: {
|
680
|
+
type: vue.PropType<vue.StyleValue>;
|
681
|
+
default: null;
|
682
|
+
};
|
701
683
|
reverseTransition: {
|
702
684
|
type: (StringConstructor | BooleanConstructor)[];
|
703
685
|
default: undefined;
|