@vuetify/nightly 3.7.16-dev.2025-03-12 → 3.7.16-dev.2025-03-14
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 +4 -3
- package/dist/json/attributes.json +3733 -3733
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +6383 -6383
- package/dist/vuetify-labs.css +3846 -3846
- package/dist/vuetify-labs.d.ts +43 -43
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2885 -2885
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/blueprints/index.d.ts +3 -3
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.d.ts +40 -40
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VAlert/index.d.ts +2 -2
- package/lib/components/VApp/VApp.d.ts +12 -12
- package/lib/components/VApp/index.d.ts +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +35 -35
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +87 -87
- package/lib/components/VAppBar/VAppBarTitle.d.ts +11 -11
- package/lib/components/VAppBar/index.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +472 -472
- package/lib/components/VAutocomplete/index.d.ts +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +32 -32
- package/lib/components/VAvatar/index.d.ts +1 -1
- package/lib/components/VBadge/VBadge.d.ts +32 -32
- package/lib/components/VBadge/index.d.ts +1 -1
- package/lib/components/VBanner/VBanner.d.ts +44 -44
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBanner/index.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +36 -36
- package/lib/components/VBottomNavigation/index.d.ts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +82 -82
- package/lib/components/VBottomSheet/index.d.ts +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +38 -38
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +23 -23
- package/lib/components/VBreadcrumbs/index.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +56 -56
- package/lib/components/VBtn/index.d.ts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +31 -31
- package/lib/components/VBtnGroup/index.d.ts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +33 -33
- package/lib/components/VBtnToggle/index.d.ts +1 -1
- package/lib/components/VCard/VCard.d.ts +43 -43
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +16 -16
- package/lib/components/VCard/VCardSubtitle.d.ts +15 -15
- package/lib/components/VCard/VCardText.d.ts +15 -15
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCard/index.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +31 -31
- package/lib/components/VCarousel/VCarouselItem.d.ts +15 -15
- package/lib/components/VCarousel/index.d.ts +2 -2
- package/lib/components/VCheckbox/VCheckbox.d.ts +122 -122
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +40 -40
- package/lib/components/VCheckbox/index.d.ts +2 -2
- package/lib/components/VChip/VChip.d.ts +41 -41
- package/lib/components/VChip/index.d.ts +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +57 -57
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VColorPicker/VColorPicker.d.ts +28 -28
- package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerEdit.d.ts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +7 -7
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +472 -472
- package/lib/components/VCombobox/index.d.ts +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +2 -2
- package/lib/components/VConfirmEdit/index.d.ts +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VCounter/index.d.ts +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +113 -113
- package/lib/components/VDataIterator/composables/items.d.ts +3 -3
- package/lib/components/VDataIterator/index.d.ts +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +343 -343
- package/lib/components/VDataTable/VDataTableFooter.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +14 -14
- package/lib/components/VDataTable/VDataTableRow.d.ts +12 -12
- package/lib/components/VDataTable/VDataTableRows.d.ts +36 -36
- package/lib/components/VDataTable/VDataTableServer.d.ts +256 -256
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +246 -246
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +2 -2
- package/lib/components/VDataTable/composables/headers.d.ts +45 -45
- package/lib/components/VDataTable/composables/items.d.ts +2 -2
- package/lib/components/VDataTable/composables/options.d.ts +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.d.ts +3 -3
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/index.d.ts +7 -7
- package/lib/components/VDataTable/types.d.ts +5 -5
- package/lib/components/VDatePicker/VDatePicker.d.ts +61 -61
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +1 -1
- package/lib/components/VDatePicker/index.d.ts +6 -6
- package/lib/components/VDefaultsProvider/VDefaultsProvider.d.ts +2 -2
- package/lib/components/VDefaultsProvider/index.d.ts +1 -1
- package/lib/components/VDialog/VDialog.d.ts +187 -187
- package/lib/components/VDialog/index.d.ts +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VDivider/index.d.ts +1 -1
- package/lib/components/VEmptyState/VEmptyState.d.ts +4 -4
- package/lib/components/VEmptyState/index.d.ts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +46 -46
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +43 -43
- package/lib/components/VExpansionPanel/index.d.ts +4 -4
- package/lib/components/VExpansionPanel/shared.d.ts +1 -1
- package/lib/components/VFab/VFab.d.ts +79 -79
- package/lib/components/VFab/index.d.ts +1 -1
- package/lib/components/VField/VField.d.ts +6 -6
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VField/index.d.ts +2 -2
- package/lib/components/VFileInput/VFileInput.d.ts +283 -283
- package/lib/components/VFileInput/index.d.ts +1 -1
- package/lib/components/VFooter/VFooter.d.ts +23 -23
- package/lib/components/VFooter/index.d.ts +1 -1
- package/lib/components/VForm/VForm.d.ts +48 -48
- package/lib/components/VForm/index.d.ts +1 -1
- package/lib/components/VGrid/VCol.d.ts +15 -15
- package/lib/components/VGrid/VContainer.d.ts +15 -15
- package/lib/components/VGrid/VRow.d.ts +15 -15
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VGrid/index.d.ts +4 -4
- package/lib/components/VHover/VHover.d.ts +1 -1
- package/lib/components/VHover/index.d.ts +1 -1
- package/lib/components/VIcon/VIcon.d.ts +24 -24
- package/lib/components/VIcon/index.d.ts +2 -2
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VImg/index.d.ts +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +14 -14
- package/lib/components/VInfiniteScroll/index.d.ts +1 -1
- package/lib/components/VInput/InputIcon.d.ts +2 -2
- package/lib/components/VInput/VInput.d.ts +32 -32
- package/lib/components/VInput/index.d.ts +1 -1
- package/lib/components/VItemGroup/VItem.d.ts +1 -1
- package/lib/components/VItemGroup/VItemGroup.d.ts +16 -16
- package/lib/components/VItemGroup/index.d.ts +2 -2
- package/lib/components/VKbd/index.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLabel/index.d.ts +1 -1
- package/lib/components/VLayout/VLayout.d.ts +9 -9
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLayout/index.d.ts +2 -2
- package/lib/components/VLazy/VLazy.d.ts +15 -15
- package/lib/components/VLazy/index.d.ts +1 -1
- package/lib/components/VList/VList.d.ts +91 -91
- package/lib/components/VList/VListChildren.d.ts +12 -12
- package/lib/components/VList/VListGroup.d.ts +16 -16
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +36 -36
- package/lib/components/VList/VListItemAction.d.ts +15 -15
- package/lib/components/VList/VListItemMedia.d.ts +15 -15
- package/lib/components/VList/VListItemSubtitle.d.ts +15 -15
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +15 -15
- package/lib/components/VList/index.d.ts +9 -9
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VLocaleProvider/index.d.ts +1 -1
- package/lib/components/VMain/VMain.d.ts +23 -23
- package/lib/components/VMain/index.d.ts +1 -1
- package/lib/components/VMenu/VMenu.d.ts +195 -195
- package/lib/components/VMenu/index.d.ts +1 -1
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VMessages/index.d.ts +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +31 -31
- package/lib/components/VNavigationDrawer/index.d.ts +1 -1
- package/lib/components/VNoSsr/index.d.ts +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOtpInput/index.d.ts +1 -1
- package/lib/components/VOverflowBtn/index.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +56 -56
- package/lib/components/VOverlay/index.d.ts +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +2 -2
- package/lib/components/VOverlay/useActivator.d.ts +3 -3
- package/lib/components/VOverlay/util/point.d.ts +2 -2
- package/lib/components/VPagination/VPagination.d.ts +40 -40
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VParallax/index.d.ts +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +23 -23
- package/lib/components/VProgressCircular/index.d.ts +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +31 -31
- package/lib/components/VProgressLinear/index.d.ts +1 -1
- package/lib/components/VRadio/VRadio.d.ts +78 -78
- package/lib/components/VRadio/index.d.ts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +60 -60
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +125 -125
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.d.ts +28 -28
- package/lib/components/VRating/index.d.ts +1 -1
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VResponsive/index.d.ts +1 -1
- package/lib/components/VSelect/VSelect.d.ts +545 -545
- package/lib/components/VSelect/index.d.ts +1 -1
- package/lib/components/VSelect/useScrolling.d.ts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +38 -38
- package/lib/components/VSelectionControl/index.d.ts +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +23 -23
- package/lib/components/VSelectionControlGroup/index.d.ts +1 -1
- package/lib/components/VSheet/VSheet.d.ts +23 -23
- package/lib/components/VSheet/index.d.ts +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +1 -1
- package/lib/components/VSkeletonLoader/index.d.ts +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +26 -26
- package/lib/components/VSlideGroup/VSlideGroupItem.d.ts +2 -2
- package/lib/components/VSlideGroup/index.d.ts +2 -2
- package/lib/components/VSlider/VSlider.d.ts +70 -70
- package/lib/components/VSlider/VSliderThumb.d.ts +4 -4
- package/lib/components/VSlider/VSliderTrack.d.ts +4 -4
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSlider/slider.d.ts +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +152 -152
- package/lib/components/VSnackbar/index.d.ts +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +25 -25
- package/lib/components/VSparkline/VSparkline.d.ts +25 -25
- package/lib/components/VSparkline/VTrendline.d.ts +25 -25
- package/lib/components/VSparkline/index.d.ts +1 -1
- package/lib/components/VSparkline/util/path.d.ts +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +65 -65
- package/lib/components/VSpeedDial/index.d.ts +1 -1
- package/lib/components/VStepper/VStepper.d.ts +36 -36
- package/lib/components/VStepper/VStepperActions.d.ts +1 -1
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +15 -15
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VStepper/index.d.ts +6 -6
- package/lib/components/VStepper/shared.d.ts +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +66 -66
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +15 -15
- package/lib/components/VSystemBar/index.d.ts +1 -1
- package/lib/components/VTable/VTable.d.ts +27 -27
- package/lib/components/VTable/index.d.ts +1 -1
- package/lib/components/VTabs/VTab.d.ts +148 -148
- package/lib/components/VTabs/VTabs.d.ts +64 -64
- package/lib/components/VTabs/VTabsWindow.d.ts +15 -15
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTabs/index.d.ts +4 -4
- package/lib/components/VTabs/shared.d.ts +1 -1
- package/lib/components/VTextField/VTextField.d.ts +337 -337
- package/lib/components/VTextField/index.d.ts +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +261 -261
- package/lib/components/VTextarea/index.d.ts +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +15 -15
- package/lib/components/VThemeProvider/index.d.ts +1 -1
- package/lib/components/VTimeline/VTimeline.d.ts +27 -27
- package/lib/components/VTimeline/VTimelineDivider.d.ts +4 -4
- package/lib/components/VTimeline/VTimelineItem.d.ts +16 -16
- package/lib/components/VTimeline/index.d.ts +2 -2
- package/lib/components/VToolbar/VToolbar.d.ts +23 -23
- package/lib/components/VToolbar/VToolbarItems.d.ts +7 -7
- package/lib/components/VToolbar/VToolbarTitle.d.ts +15 -15
- package/lib/components/VToolbar/index.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +190 -190
- package/lib/components/VTooltip/index.d.ts +1 -1
- package/lib/components/VValidation/VValidation.d.ts +13 -13
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +16 -16
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +4 -4
- package/lib/components/VVirtualScroll/index.d.ts +1 -1
- package/lib/components/VWindow/VWindow.d.ts +19 -19
- package/lib/components/VWindow/VWindowItem.d.ts +6 -6
- package/lib/components/VWindow/index.d.ts +2 -2
- package/lib/components/index.d.ts +90 -90
- package/lib/components/transitions/createTransition.d.ts +2 -2
- package/lib/components/transitions/dialog-transition.d.ts +1 -1
- package/lib/components/transitions/index.d.ts +16 -16
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/composables/date/index.d.ts +3 -3
- package/lib/composables/defaults.d.ts +1 -1
- package/lib/composables/directiveComponent.d.ts +1 -1
- package/lib/composables/filter.d.ts +1 -1
- package/lib/composables/form.d.ts +2 -2
- package/lib/composables/forwardRefs.d.ts +1 -1
- package/lib/composables/goto.d.ts +1 -1
- package/lib/composables/group.d.ts +1 -1
- package/lib/composables/icons.d.ts +5 -5
- package/lib/composables/index.d.ts +16 -16
- package/lib/composables/layout.d.ts +1 -1
- package/lib/composables/list-items.d.ts +3 -3
- package/lib/composables/loader.d.ts +1 -1
- package/lib/composables/location.d.ts +1 -1
- package/lib/composables/nested/nested.d.ts +4 -4
- package/lib/composables/proxiedModel.d.ts +1 -1
- package/lib/composables/resizeObserver.d.ts +1 -1
- package/lib/composables/router.d.ts +1 -1
- package/lib/composables/selectLink.d.ts +1 -1
- package/lib/composables/tag.d.ts +1 -1
- package/lib/composables/validation.d.ts +1 -1
- package/lib/composables/variant.d.ts +1 -1
- package/lib/composables/virtual.d.ts +1 -1
- package/lib/directives/index.d.ts +8 -8
- package/lib/directives/mutate/index.d.ts +1 -1
- package/lib/directives/tooltip/index.d.ts +2 -2
- package/lib/entry-bundler.d.ts +13 -13
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +43 -43
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +1 -1
- package/lib/labs/VCalendar/index.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +249 -249
- package/lib/labs/VDateInput/index.d.ts +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +36 -36
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +110 -110
- package/lib/labs/VFileUpload/index.d.ts +2 -2
- package/lib/labs/VNumberInput/VNumberInput.d.ts +1083 -1083
- package/lib/labs/VNumberInput/index.d.ts +1 -1
- package/lib/labs/VPicker/VPicker.d.ts +23 -23
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPicker/index.d.ts +2 -2
- package/lib/labs/VPullToRefresh/VPullToRefresh.d.ts +1 -1
- package/lib/labs/VPullToRefresh/index.d.ts +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.d.ts +49 -49
- package/lib/labs/VSnackbarQueue/index.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +91 -91
- package/lib/labs/VStepperVertical/VStepperVerticalActions.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +116 -116
- package/lib/labs/VStepperVertical/index.d.ts +3 -3
- package/lib/labs/VTimePicker/VTimePicker.d.ts +25 -25
- package/lib/labs/VTimePicker/VTimePickerClock.d.ts +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.d.ts +2 -2
- package/lib/labs/VTimePicker/index.d.ts +3 -3
- package/lib/labs/VTreeview/VTreeview.d.ts +230 -230
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +26 -26
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +71 -71
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +94 -94
- package/lib/labs/VTreeview/index.d.ts +3 -3
- package/lib/labs/allComponents.d.ts +2 -2
- package/lib/labs/components.d.ts +10 -10
- package/lib/labs/entry-bundler.d.ts +11 -11
- package/lib/labs/index.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.d.ts +1 -1
- package/lib/locale/index.d.ts +43 -43
- package/lib/util/animation.d.ts +1 -1
- package/lib/util/color/APCA.d.ts +1 -1
- package/lib/util/color/transformCIELAB.d.ts +1 -1
- package/lib/util/color/transformSRGB.d.ts +1 -1
- package/lib/util/colorUtils.d.ts +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/index.d.ts +18 -18
- package/package.json +41 -16
@@ -1,8 +1,8 @@
|
|
1
|
-
import { IconValue } from "../../composables/icons";
|
1
|
+
import { IconValue } from "../../composables/icons.js";
|
2
2
|
import type { PropType } from 'vue';
|
3
|
-
import type { VListChildrenSlots } from './VListChildren';
|
4
|
-
import type { ItemProps, ListItem } from "../../composables/list-items";
|
5
|
-
import type { GenericProps, SelectItemKey } from "../../util";
|
3
|
+
import type { VListChildrenSlots } from './VListChildren.js';
|
4
|
+
import type { ItemProps, ListItem } from "../../composables/list-items.js";
|
5
|
+
import type { GenericProps, SelectItemKey } from "../../util/index.js";
|
6
6
|
export interface InternalListItem<T = any> extends ListItem<T> {
|
7
7
|
type?: 'item' | 'subheader' | 'divider';
|
8
8
|
}
|
@@ -65,14 +65,14 @@ export declare const makeVListProps: <Defaults extends {
|
|
65
65
|
default: unknown extends Defaults["color"] ? string : string | Defaults["color"];
|
66
66
|
};
|
67
67
|
variant: unknown extends Defaults["variant"] ? Omit<{
|
68
|
-
type: PropType<import("../../composables/variant").Variant>;
|
68
|
+
type: PropType<import("../../composables/variant.js").Variant>;
|
69
69
|
default: string;
|
70
70
|
validator: (v: any) => boolean;
|
71
71
|
}, "type" | "default"> & {
|
72
72
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
73
73
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
74
74
|
} : Omit<Omit<{
|
75
|
-
type: PropType<import("../../composables/variant").Variant>;
|
75
|
+
type: PropType<import("../../composables/variant.js").Variant>;
|
76
76
|
default: string;
|
77
77
|
validator: (v: any) => boolean;
|
78
78
|
}, "type" | "default"> & {
|
@@ -87,14 +87,14 @@ export declare const makeVListProps: <Defaults extends {
|
|
87
87
|
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
88
88
|
};
|
89
89
|
tag: unknown extends Defaults["tag"] ? {
|
90
|
-
type: PropType<string | import("../../util").JSXComponent>;
|
90
|
+
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
91
91
|
default: string;
|
92
92
|
} : Omit<{
|
93
|
-
type: PropType<string | import("../../util").JSXComponent>;
|
93
|
+
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
94
94
|
default: string;
|
95
95
|
}, "type" | "default"> & {
|
96
|
-
type: PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
|
97
|
-
default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
|
96
|
+
type: PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
|
97
|
+
default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
|
98
98
|
};
|
99
99
|
rounded: unknown extends Defaults["rounded"] ? {
|
100
100
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -164,9 +164,9 @@ export declare const makeVListProps: <Defaults extends {
|
|
164
164
|
type: PropType<unknown extends Defaults["returnObject"] ? boolean : boolean | Defaults["returnObject"]>;
|
165
165
|
default: unknown extends Defaults["returnObject"] ? boolean : boolean | Defaults["returnObject"];
|
166
166
|
};
|
167
|
-
valueComparator: unknown extends Defaults["valueComparator"] ? PropType<typeof import("../../util").deepEqual> : {
|
168
|
-
type: PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"]>;
|
169
|
-
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"];
|
167
|
+
valueComparator: unknown extends Defaults["valueComparator"] ? PropType<typeof import("../../util/index.js").deepEqual> : {
|
168
|
+
type: PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
169
|
+
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
170
170
|
};
|
171
171
|
itemType: unknown extends Defaults["itemType"] ? {
|
172
172
|
type: StringConstructor;
|
@@ -213,16 +213,16 @@ export declare const makeVListProps: <Defaults extends {
|
|
213
213
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
214
214
|
};
|
215
215
|
density: unknown extends Defaults["density"] ? {
|
216
|
-
type: PropType<import("../../composables/density").Density>;
|
216
|
+
type: PropType<import("../../composables/density.js").Density>;
|
217
217
|
default: string;
|
218
218
|
validator: (v: any) => boolean;
|
219
219
|
} : Omit<{
|
220
|
-
type: PropType<import("../../composables/density").Density>;
|
220
|
+
type: PropType<import("../../composables/density.js").Density>;
|
221
221
|
default: string;
|
222
222
|
validator: (v: any) => boolean;
|
223
223
|
}, "type" | "default"> & {
|
224
|
-
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
|
225
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
|
224
|
+
type: PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
225
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
226
226
|
};
|
227
227
|
class: unknown extends Defaults["class"] ? PropType<any> : {
|
228
228
|
type: PropType<unknown extends Defaults["class"] ? any : any>;
|
@@ -250,29 +250,29 @@ export declare const makeVListProps: <Defaults extends {
|
|
250
250
|
type: PropType<unknown extends Defaults["selectable"] ? boolean : boolean | Defaults["selectable"]>;
|
251
251
|
default: unknown extends Defaults["selectable"] ? boolean : boolean | Defaults["selectable"];
|
252
252
|
};
|
253
|
-
activeStrategy: unknown extends Defaults["activeStrategy"] ? PropType<import("../../composables/nested/nested").ActiveStrategyProp> : {
|
254
|
-
type: PropType<unknown extends Defaults["activeStrategy"] ? import("../../composables/nested/nested").ActiveStrategyProp : import("../../composables/nested/nested").ActiveStrategyProp | Defaults["activeStrategy"]>;
|
255
|
-
default: unknown extends Defaults["activeStrategy"] ? import("../../composables/nested/nested").ActiveStrategyProp : NonNullable<import("../../composables/nested/nested").ActiveStrategyProp> | Defaults["activeStrategy"];
|
253
|
+
activeStrategy: unknown extends Defaults["activeStrategy"] ? PropType<import("../../composables/nested/nested.js").ActiveStrategyProp> : {
|
254
|
+
type: PropType<unknown extends Defaults["activeStrategy"] ? import("../../composables/nested/nested.js").ActiveStrategyProp : import("../../composables/nested/nested.js").ActiveStrategyProp | Defaults["activeStrategy"]>;
|
255
|
+
default: unknown extends Defaults["activeStrategy"] ? import("../../composables/nested/nested.js").ActiveStrategyProp : NonNullable<import("../../composables/nested/nested.js").ActiveStrategyProp> | Defaults["activeStrategy"];
|
256
256
|
};
|
257
257
|
selectStrategy: unknown extends Defaults["selectStrategy"] ? {
|
258
|
-
type: PropType<import("../../composables/nested/nested").SelectStrategyProp>;
|
259
|
-
default: NonNullable<import("../../composables/nested/nested").SelectStrategyProp>;
|
258
|
+
type: PropType<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
259
|
+
default: NonNullable<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
260
260
|
} : Omit<{
|
261
|
-
type: PropType<import("../../composables/nested/nested").SelectStrategyProp>;
|
262
|
-
default: NonNullable<import("../../composables/nested/nested").SelectStrategyProp>;
|
261
|
+
type: PropType<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
262
|
+
default: NonNullable<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
263
263
|
}, "type" | "default"> & {
|
264
|
-
type: PropType<unknown extends Defaults["selectStrategy"] ? import("../../composables/nested/nested").SelectStrategyProp : import("../../composables/nested/nested").SelectStrategyProp | Defaults["selectStrategy"]>;
|
265
|
-
default: unknown extends Defaults["selectStrategy"] ? import("../../composables/nested/nested").SelectStrategyProp : NonNullable<import("../../composables/nested/nested").SelectStrategyProp> | Defaults["selectStrategy"];
|
264
|
+
type: PropType<unknown extends Defaults["selectStrategy"] ? import("../../composables/nested/nested.js").SelectStrategyProp : import("../../composables/nested/nested.js").SelectStrategyProp | Defaults["selectStrategy"]>;
|
265
|
+
default: unknown extends Defaults["selectStrategy"] ? import("../../composables/nested/nested.js").SelectStrategyProp : NonNullable<import("../../composables/nested/nested.js").SelectStrategyProp> | Defaults["selectStrategy"];
|
266
266
|
};
|
267
267
|
openStrategy: unknown extends Defaults["openStrategy"] ? {
|
268
|
-
type: PropType<import("../../composables/nested/nested").OpenStrategyProp>;
|
269
|
-
default: NonNullable<import("../../composables/nested/nested").OpenStrategyProp>;
|
268
|
+
type: PropType<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
269
|
+
default: NonNullable<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
270
270
|
} : Omit<{
|
271
|
-
type: PropType<import("../../composables/nested/nested").OpenStrategyProp>;
|
272
|
-
default: NonNullable<import("../../composables/nested/nested").OpenStrategyProp>;
|
271
|
+
type: PropType<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
272
|
+
default: NonNullable<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
273
273
|
}, "type" | "default"> & {
|
274
|
-
type: PropType<unknown extends Defaults["openStrategy"] ? import("../../composables/nested/nested").OpenStrategyProp : import("../../composables/nested/nested").OpenStrategyProp | Defaults["openStrategy"]>;
|
275
|
-
default: unknown extends Defaults["openStrategy"] ? import("../../composables/nested/nested").OpenStrategyProp : NonNullable<import("../../composables/nested/nested").OpenStrategyProp> | Defaults["openStrategy"];
|
274
|
+
type: PropType<unknown extends Defaults["openStrategy"] ? import("../../composables/nested/nested.js").OpenStrategyProp : import("../../composables/nested/nested.js").OpenStrategyProp | Defaults["openStrategy"]>;
|
275
|
+
default: unknown extends Defaults["openStrategy"] ? import("../../composables/nested/nested.js").OpenStrategyProp : NonNullable<import("../../composables/nested/nested.js").OpenStrategyProp> | Defaults["openStrategy"];
|
276
276
|
};
|
277
277
|
opened: unknown extends Defaults["opened"] ? null : {
|
278
278
|
type: PropType<unknown extends Defaults["opened"] ? any : any>;
|
@@ -396,16 +396,16 @@ export declare const VList: {
|
|
396
396
|
nav: boolean;
|
397
397
|
style: import("vue").StyleValue;
|
398
398
|
disabled: boolean;
|
399
|
-
tag: string | import("../../util").JSXComponent;
|
399
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
400
400
|
lines: false | "one" | "two" | "three";
|
401
401
|
mandatory: boolean;
|
402
402
|
tile: boolean;
|
403
|
-
density: import("../../composables/density").Density;
|
403
|
+
density: import("../../composables/density.js").Density;
|
404
404
|
slim: boolean;
|
405
405
|
activatable: boolean;
|
406
406
|
selectable: boolean;
|
407
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
408
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
407
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
408
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
409
409
|
returnObject: boolean;
|
410
410
|
itemType: string;
|
411
411
|
} & {
|
@@ -425,9 +425,9 @@ export declare const VList: {
|
|
425
425
|
baseColor?: string | undefined;
|
426
426
|
bgColor?: string | undefined;
|
427
427
|
activeColor?: string | undefined;
|
428
|
-
valueComparator?: typeof import("../../util").deepEqual | undefined;
|
428
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
429
429
|
activeClass?: string | undefined;
|
430
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
430
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
431
431
|
collapseIcon?: IconValue | undefined;
|
432
432
|
expandIcon?: IconValue | undefined;
|
433
433
|
} & {
|
@@ -468,30 +468,30 @@ export declare const VList: {
|
|
468
468
|
nav: boolean;
|
469
469
|
style: import("vue").StyleValue;
|
470
470
|
disabled: boolean;
|
471
|
-
tag: string | import("../../util").JSXComponent;
|
471
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
472
472
|
lines: false | "one" | "two" | "three";
|
473
473
|
mandatory: boolean;
|
474
474
|
rounded: string | number | boolean;
|
475
475
|
tile: boolean;
|
476
|
-
density: import("../../composables/density").Density;
|
476
|
+
density: import("../../composables/density.js").Density;
|
477
477
|
slim: boolean;
|
478
478
|
activatable: boolean;
|
479
479
|
selectable: boolean;
|
480
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
481
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
480
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
481
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
482
482
|
returnObject: boolean;
|
483
483
|
itemType: string;
|
484
484
|
}, true, {}, import("vue").SlotsType<Partial<{
|
485
|
-
title: (arg: import("./VListItem").ListItemTitleSlot & {
|
485
|
+
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|
486
486
|
item: any;
|
487
487
|
}) => import("vue").VNode[];
|
488
|
-
append: (arg: import("./VListItem").ListItemSlot & {
|
488
|
+
append: (arg: import("./VListItem.js").ListItemSlot & {
|
489
489
|
item: any;
|
490
490
|
}) => import("vue").VNode[];
|
491
|
-
prepend: (arg: import("./VListItem").ListItemSlot & {
|
491
|
+
prepend: (arg: import("./VListItem.js").ListItemSlot & {
|
492
492
|
item: any;
|
493
493
|
}) => import("vue").VNode[];
|
494
|
-
subtitle: (arg: import("./VListItem").ListItemSubtitleSlot & {
|
494
|
+
subtitle: (arg: import("./VListItem.js").ListItemSubtitleSlot & {
|
495
495
|
item: any;
|
496
496
|
}) => import("vue").VNode[];
|
497
497
|
default: () => import("vue").VNode[];
|
@@ -519,16 +519,16 @@ export declare const VList: {
|
|
519
519
|
nav: boolean;
|
520
520
|
style: import("vue").StyleValue;
|
521
521
|
disabled: boolean;
|
522
|
-
tag: string | import("../../util").JSXComponent;
|
522
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
523
523
|
lines: false | "one" | "two" | "three";
|
524
524
|
mandatory: boolean;
|
525
525
|
tile: boolean;
|
526
|
-
density: import("../../composables/density").Density;
|
526
|
+
density: import("../../composables/density.js").Density;
|
527
527
|
slim: boolean;
|
528
528
|
activatable: boolean;
|
529
529
|
selectable: boolean;
|
530
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
531
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
530
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
531
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
532
532
|
returnObject: boolean;
|
533
533
|
itemType: string;
|
534
534
|
} & {
|
@@ -548,9 +548,9 @@ export declare const VList: {
|
|
548
548
|
baseColor?: string | undefined;
|
549
549
|
bgColor?: string | undefined;
|
550
550
|
activeColor?: string | undefined;
|
551
|
-
valueComparator?: typeof import("../../util").deepEqual | undefined;
|
551
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
552
552
|
activeClass?: string | undefined;
|
553
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
553
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
554
554
|
collapseIcon?: IconValue | undefined;
|
555
555
|
expandIcon?: IconValue | undefined;
|
556
556
|
} & {
|
@@ -572,17 +572,17 @@ export declare const VList: {
|
|
572
572
|
nav: boolean;
|
573
573
|
style: import("vue").StyleValue;
|
574
574
|
disabled: boolean;
|
575
|
-
tag: string | import("../../util").JSXComponent;
|
575
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
576
576
|
lines: false | "one" | "two" | "three";
|
577
577
|
mandatory: boolean;
|
578
578
|
rounded: string | number | boolean;
|
579
579
|
tile: boolean;
|
580
|
-
density: import("../../composables/density").Density;
|
580
|
+
density: import("../../composables/density.js").Density;
|
581
581
|
slim: boolean;
|
582
582
|
activatable: boolean;
|
583
583
|
selectable: boolean;
|
584
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
585
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
584
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
585
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
586
586
|
returnObject: boolean;
|
587
587
|
itemType: string;
|
588
588
|
}>;
|
@@ -594,16 +594,16 @@ export declare const VList: {
|
|
594
594
|
nav: boolean;
|
595
595
|
style: import("vue").StyleValue;
|
596
596
|
disabled: boolean;
|
597
|
-
tag: string | import("../../util").JSXComponent;
|
597
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
598
598
|
lines: false | "one" | "two" | "three";
|
599
599
|
mandatory: boolean;
|
600
600
|
tile: boolean;
|
601
|
-
density: import("../../composables/density").Density;
|
601
|
+
density: import("../../composables/density.js").Density;
|
602
602
|
slim: boolean;
|
603
603
|
activatable: boolean;
|
604
604
|
selectable: boolean;
|
605
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
606
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
605
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
606
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
607
607
|
returnObject: boolean;
|
608
608
|
itemType: string;
|
609
609
|
} & {
|
@@ -623,9 +623,9 @@ export declare const VList: {
|
|
623
623
|
baseColor?: string | undefined;
|
624
624
|
bgColor?: string | undefined;
|
625
625
|
activeColor?: string | undefined;
|
626
|
-
valueComparator?: typeof import("../../util").deepEqual | undefined;
|
626
|
+
valueComparator?: typeof import("../../util/index.js").deepEqual | undefined;
|
627
627
|
activeClass?: string | undefined;
|
628
|
-
activeStrategy?: import("../../composables/nested/nested").ActiveStrategyProp | undefined;
|
628
|
+
activeStrategy?: import("../../composables/nested/nested.js").ActiveStrategyProp | undefined;
|
629
629
|
collapseIcon?: IconValue | undefined;
|
630
630
|
expandIcon?: IconValue | undefined;
|
631
631
|
} & {
|
@@ -666,30 +666,30 @@ export declare const VList: {
|
|
666
666
|
nav: boolean;
|
667
667
|
style: import("vue").StyleValue;
|
668
668
|
disabled: boolean;
|
669
|
-
tag: string | import("../../util").JSXComponent;
|
669
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
670
670
|
lines: false | "one" | "two" | "three";
|
671
671
|
mandatory: boolean;
|
672
672
|
rounded: string | number | boolean;
|
673
673
|
tile: boolean;
|
674
|
-
density: import("../../composables/density").Density;
|
674
|
+
density: import("../../composables/density.js").Density;
|
675
675
|
slim: boolean;
|
676
676
|
activatable: boolean;
|
677
677
|
selectable: boolean;
|
678
|
-
selectStrategy: import("../../composables/nested/nested").SelectStrategyProp;
|
679
|
-
openStrategy: import("../../composables/nested/nested").OpenStrategyProp;
|
678
|
+
selectStrategy: import("../../composables/nested/nested.js").SelectStrategyProp;
|
679
|
+
openStrategy: import("../../composables/nested/nested.js").OpenStrategyProp;
|
680
680
|
returnObject: boolean;
|
681
681
|
itemType: string;
|
682
682
|
}, {}, string, import("vue").SlotsType<Partial<{
|
683
|
-
title: (arg: import("./VListItem").ListItemTitleSlot & {
|
683
|
+
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|
684
684
|
item: any;
|
685
685
|
}) => import("vue").VNode[];
|
686
|
-
append: (arg: import("./VListItem").ListItemSlot & {
|
686
|
+
append: (arg: import("./VListItem.js").ListItemSlot & {
|
687
687
|
item: any;
|
688
688
|
}) => import("vue").VNode[];
|
689
|
-
prepend: (arg: import("./VListItem").ListItemSlot & {
|
689
|
+
prepend: (arg: import("./VListItem.js").ListItemSlot & {
|
690
690
|
item: any;
|
691
691
|
}) => import("vue").VNode[];
|
692
|
-
subtitle: (arg: import("./VListItem").ListItemSubtitleSlot & {
|
692
|
+
subtitle: (arg: import("./VListItem.js").ListItemSubtitleSlot & {
|
693
693
|
item: any;
|
694
694
|
}) => import("vue").VNode[];
|
695
695
|
default: () => import("vue").VNode[];
|
@@ -725,10 +725,10 @@ export declare const VList: {
|
|
725
725
|
}) => void;
|
726
726
|
opened?: O;
|
727
727
|
"onUpdate:opened"?: (value: O) => void;
|
728
|
-
}, slots: VListChildrenSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
|
728
|
+
}, slots: VListChildrenSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
729
729
|
color: StringConstructor;
|
730
730
|
variant: Omit<{
|
731
|
-
type: PropType<import("../../composables/variant").Variant>;
|
731
|
+
type: PropType<import("../../composables/variant.js").Variant>;
|
732
732
|
default: string;
|
733
733
|
validator: (v: any) => boolean;
|
734
734
|
}, "type" | "default"> & {
|
@@ -737,7 +737,7 @@ export declare const VList: {
|
|
737
737
|
};
|
738
738
|
theme: StringConstructor;
|
739
739
|
tag: {
|
740
|
-
type: PropType<string | import("../../util").JSXComponent>;
|
740
|
+
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
741
741
|
default: string;
|
742
742
|
};
|
743
743
|
rounded: {
|
@@ -766,7 +766,7 @@ export declare const VList: {
|
|
766
766
|
default: string;
|
767
767
|
};
|
768
768
|
returnObject: BooleanConstructor;
|
769
|
-
valueComparator: PropType<typeof import("../../util").deepEqual>;
|
769
|
+
valueComparator: PropType<typeof import("../../util/index.js").deepEqual>;
|
770
770
|
itemType: {
|
771
771
|
type: StringConstructor;
|
772
772
|
default: string;
|
@@ -782,11 +782,11 @@ export declare const VList: {
|
|
782
782
|
minWidth: (StringConstructor | NumberConstructor)[];
|
783
783
|
width: (StringConstructor | NumberConstructor)[];
|
784
784
|
density: {
|
785
|
-
type: PropType<import("../../composables/density").Density>;
|
785
|
+
type: PropType<import("../../composables/density.js").Density>;
|
786
786
|
default: string;
|
787
787
|
validator: (v: any) => boolean;
|
788
788
|
};
|
789
|
-
class: PropType<import("../../composables/component").ClassValue>;
|
789
|
+
class: PropType<import("../../composables/component.js").ClassValue>;
|
790
790
|
style: {
|
791
791
|
type: PropType<import("vue").StyleValue>;
|
792
792
|
default: null;
|
@@ -794,14 +794,14 @@ export declare const VList: {
|
|
794
794
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
795
795
|
activatable: BooleanConstructor;
|
796
796
|
selectable: BooleanConstructor;
|
797
|
-
activeStrategy: PropType<import("../../composables/nested/nested").ActiveStrategyProp>;
|
797
|
+
activeStrategy: PropType<import("../../composables/nested/nested.js").ActiveStrategyProp>;
|
798
798
|
selectStrategy: {
|
799
|
-
type: PropType<import("../../composables/nested/nested").SelectStrategyProp>;
|
800
|
-
default: NonNullable<import("../../composables/nested/nested").SelectStrategyProp>;
|
799
|
+
type: PropType<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
800
|
+
default: NonNullable<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
801
801
|
};
|
802
802
|
openStrategy: {
|
803
|
-
type: PropType<import("../../composables/nested/nested").OpenStrategyProp>;
|
804
|
-
default: NonNullable<import("../../composables/nested/nested").OpenStrategyProp>;
|
803
|
+
type: PropType<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
804
|
+
default: NonNullable<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
805
805
|
};
|
806
806
|
opened: null;
|
807
807
|
activated: null;
|
@@ -834,7 +834,7 @@ export declare const VList: {
|
|
834
834
|
}, import("vue").ExtractPropTypes<{
|
835
835
|
color: StringConstructor;
|
836
836
|
variant: Omit<{
|
837
|
-
type: PropType<import("../../composables/variant").Variant>;
|
837
|
+
type: PropType<import("../../composables/variant.js").Variant>;
|
838
838
|
default: string;
|
839
839
|
validator: (v: any) => boolean;
|
840
840
|
}, "type" | "default"> & {
|
@@ -843,7 +843,7 @@ export declare const VList: {
|
|
843
843
|
};
|
844
844
|
theme: StringConstructor;
|
845
845
|
tag: {
|
846
|
-
type: PropType<string | import("../../util").JSXComponent>;
|
846
|
+
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
847
847
|
default: string;
|
848
848
|
};
|
849
849
|
rounded: {
|
@@ -872,7 +872,7 @@ export declare const VList: {
|
|
872
872
|
default: string;
|
873
873
|
};
|
874
874
|
returnObject: BooleanConstructor;
|
875
|
-
valueComparator: PropType<typeof import("../../util").deepEqual>;
|
875
|
+
valueComparator: PropType<typeof import("../../util/index.js").deepEqual>;
|
876
876
|
itemType: {
|
877
877
|
type: StringConstructor;
|
878
878
|
default: string;
|
@@ -888,11 +888,11 @@ export declare const VList: {
|
|
888
888
|
minWidth: (StringConstructor | NumberConstructor)[];
|
889
889
|
width: (StringConstructor | NumberConstructor)[];
|
890
890
|
density: {
|
891
|
-
type: PropType<import("../../composables/density").Density>;
|
891
|
+
type: PropType<import("../../composables/density.js").Density>;
|
892
892
|
default: string;
|
893
893
|
validator: (v: any) => boolean;
|
894
894
|
};
|
895
|
-
class: PropType<import("../../composables/component").ClassValue>;
|
895
|
+
class: PropType<import("../../composables/component.js").ClassValue>;
|
896
896
|
style: {
|
897
897
|
type: PropType<import("vue").StyleValue>;
|
898
898
|
default: null;
|
@@ -900,14 +900,14 @@ export declare const VList: {
|
|
900
900
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
901
901
|
activatable: BooleanConstructor;
|
902
902
|
selectable: BooleanConstructor;
|
903
|
-
activeStrategy: PropType<import("../../composables/nested/nested").ActiveStrategyProp>;
|
903
|
+
activeStrategy: PropType<import("../../composables/nested/nested.js").ActiveStrategyProp>;
|
904
904
|
selectStrategy: {
|
905
|
-
type: PropType<import("../../composables/nested/nested").SelectStrategyProp>;
|
906
|
-
default: NonNullable<import("../../composables/nested/nested").SelectStrategyProp>;
|
905
|
+
type: PropType<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
906
|
+
default: NonNullable<import("../../composables/nested/nested.js").SelectStrategyProp>;
|
907
907
|
};
|
908
908
|
openStrategy: {
|
909
|
-
type: PropType<import("../../composables/nested/nested").OpenStrategyProp>;
|
910
|
-
default: NonNullable<import("../../composables/nested/nested").OpenStrategyProp>;
|
909
|
+
type: PropType<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
910
|
+
default: NonNullable<import("../../composables/nested/nested.js").OpenStrategyProp>;
|
911
911
|
};
|
912
912
|
opened: null;
|
913
913
|
activated: null;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { PropType } from 'vue';
|
2
|
-
import type { InternalListItem } from './VList';
|
3
|
-
import type { VListItemSlots } from './VListItem';
|
4
|
-
import type { GenericProps } from "../../util";
|
2
|
+
import type { InternalListItem } from './VList.js';
|
3
|
+
import type { VListItemSlots } from './VListItem.js';
|
4
|
+
import type { GenericProps } from "../../util/index.js";
|
5
5
|
export type VListChildrenSlots<T> = {
|
6
6
|
[K in keyof Omit<VListItemSlots, 'default'>]: VListItemSlots[K] & {
|
7
7
|
item: T;
|
@@ -38,16 +38,16 @@ export declare const VListChildren: {
|
|
38
38
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{} & {}, () => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
39
39
|
[key: string]: any;
|
40
40
|
}>[] | JSX.Element)[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "returnObject" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, import("vue").SlotsType<Partial<{
|
41
|
-
title: (arg: import("./VListItem").ListItemTitleSlot & {
|
41
|
+
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|
42
42
|
item: InternalListItem<any>;
|
43
43
|
}) => import("vue").VNode[];
|
44
|
-
append: (arg: import("./VListItem").ListItemSlot & {
|
44
|
+
append: (arg: import("./VListItem.js").ListItemSlot & {
|
45
45
|
item: InternalListItem<any>;
|
46
46
|
}) => import("vue").VNode[];
|
47
|
-
prepend: (arg: import("./VListItem").ListItemSlot & {
|
47
|
+
prepend: (arg: import("./VListItem.js").ListItemSlot & {
|
48
48
|
item: InternalListItem<any>;
|
49
49
|
}) => import("vue").VNode[];
|
50
|
-
subtitle: (arg: import("./VListItem").ListItemSubtitleSlot & {
|
50
|
+
subtitle: (arg: import("./VListItem.js").ListItemSubtitleSlot & {
|
51
51
|
item: InternalListItem<any>;
|
52
52
|
}) => import("vue").VNode[];
|
53
53
|
default: () => import("vue").VNode[];
|
@@ -79,16 +79,16 @@ export declare const VListChildren: {
|
|
79
79
|
} & import("vue").ComponentOptionsBase<{} & {}, () => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
80
80
|
[key: string]: any;
|
81
81
|
}>[] | JSX.Element)[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "returnObject" | "v-slot:item" | "v-slot:header" | "v-slot:divider" | "v-slot:subheader">, string, {}, {}, string, import("vue").SlotsType<Partial<{
|
82
|
-
title: (arg: import("./VListItem").ListItemTitleSlot & {
|
82
|
+
title: (arg: import("./VListItem.js").ListItemTitleSlot & {
|
83
83
|
item: InternalListItem<any>;
|
84
84
|
}) => import("vue").VNode[];
|
85
|
-
append: (arg: import("./VListItem").ListItemSlot & {
|
85
|
+
append: (arg: import("./VListItem.js").ListItemSlot & {
|
86
86
|
item: InternalListItem<any>;
|
87
87
|
}) => import("vue").VNode[];
|
88
|
-
prepend: (arg: import("./VListItem").ListItemSlot & {
|
88
|
+
prepend: (arg: import("./VListItem.js").ListItemSlot & {
|
89
89
|
item: InternalListItem<any>;
|
90
90
|
}) => import("vue").VNode[];
|
91
|
-
subtitle: (arg: import("./VListItem").ListItemSubtitleSlot & {
|
91
|
+
subtitle: (arg: import("./VListItem.js").ListItemSubtitleSlot & {
|
92
92
|
item: InternalListItem<any>;
|
93
93
|
}) => import("vue").VNode[];
|
94
94
|
default: () => import("vue").VNode[];
|
@@ -107,7 +107,7 @@ export declare const VListChildren: {
|
|
107
107
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new <T extends InternalListItem>(props: {
|
108
108
|
items?: readonly T[];
|
109
109
|
returnObject?: boolean;
|
110
|
-
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
|
110
|
+
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
111
111
|
items: PropType<readonly InternalListItem[]>;
|
112
112
|
returnObject: BooleanConstructor;
|
113
113
|
}, import("vue").ExtractPropTypes<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IconValue } from "../../composables/icons";
|
1
|
+
import { IconValue } from "../../composables/icons.js";
|
2
2
|
export type VListGroupSlots = {
|
3
3
|
default: never;
|
4
4
|
activator: {
|
@@ -23,14 +23,14 @@ export declare const makeVListGroupProps: <Defaults extends {
|
|
23
23
|
value?: unknown;
|
24
24
|
} = {}>(defaults?: Defaults | undefined) => {
|
25
25
|
tag: unknown extends Defaults["tag"] ? {
|
26
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
26
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
27
27
|
default: string;
|
28
28
|
} : Omit<{
|
29
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
29
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
30
30
|
default: string;
|
31
31
|
}, "type" | "default"> & {
|
32
|
-
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
|
33
|
-
default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
|
32
|
+
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
|
33
|
+
default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
|
34
34
|
};
|
35
35
|
class: unknown extends Defaults["class"] ? import("vue").PropType<any> : {
|
36
36
|
type: import("vue").PropType<unknown extends Defaults["class"] ? any : any>;
|
@@ -106,7 +106,7 @@ export declare const makeVListGroupProps: <Defaults extends {
|
|
106
106
|
export declare const VListGroup: {
|
107
107
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
108
108
|
style: import("vue").StyleValue;
|
109
|
-
tag: string | import("../../util").JSXComponent;
|
109
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
110
110
|
subgroup: boolean;
|
111
111
|
collapseIcon: IconValue;
|
112
112
|
expandIcon: IconValue;
|
@@ -145,7 +145,7 @@ export declare const VListGroup: {
|
|
145
145
|
isOpen: import("vue").ComputedRef<boolean>;
|
146
146
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
147
147
|
style: import("vue").StyleValue;
|
148
|
-
tag: string | import("../../util").JSXComponent;
|
148
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
149
149
|
subgroup: boolean;
|
150
150
|
collapseIcon: IconValue;
|
151
151
|
expandIcon: IconValue;
|
@@ -165,7 +165,7 @@ export declare const VListGroup: {
|
|
165
165
|
Defaults: {};
|
166
166
|
}, {
|
167
167
|
style: import("vue").StyleValue;
|
168
|
-
tag: string | import("../../util").JSXComponent;
|
168
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
169
169
|
subgroup: boolean;
|
170
170
|
collapseIcon: IconValue;
|
171
171
|
expandIcon: IconValue;
|
@@ -204,7 +204,7 @@ export declare const VListGroup: {
|
|
204
204
|
isOpen: import("vue").ComputedRef<boolean>;
|
205
205
|
}, {}, {}, {}, {
|
206
206
|
style: import("vue").StyleValue;
|
207
|
-
tag: string | import("../../util").JSXComponent;
|
207
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
208
208
|
subgroup: boolean;
|
209
209
|
collapseIcon: IconValue;
|
210
210
|
expandIcon: IconValue;
|
@@ -215,7 +215,7 @@ export declare const VListGroup: {
|
|
215
215
|
__isSuspense?: never;
|
216
216
|
} & import("vue").ComponentOptionsBase<{
|
217
217
|
style: import("vue").StyleValue;
|
218
|
-
tag: string | import("../../util").JSXComponent;
|
218
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
219
219
|
subgroup: boolean;
|
220
220
|
collapseIcon: IconValue;
|
221
221
|
expandIcon: IconValue;
|
@@ -254,7 +254,7 @@ export declare const VListGroup: {
|
|
254
254
|
isOpen: import("vue").ComputedRef<boolean>;
|
255
255
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
256
256
|
style: import("vue").StyleValue;
|
257
|
-
tag: string | import("../../util").JSXComponent;
|
257
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
258
258
|
subgroup: boolean;
|
259
259
|
collapseIcon: IconValue;
|
260
260
|
expandIcon: IconValue;
|
@@ -265,12 +265,12 @@ export declare const VListGroup: {
|
|
265
265
|
isOpen: boolean;
|
266
266
|
props: Record<string, unknown>;
|
267
267
|
}) => import("vue").VNode[];
|
268
|
-
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util").FilterPropsOptions<{
|
268
|
+
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
|
269
269
|
tag: {
|
270
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
270
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
271
271
|
default: string;
|
272
272
|
};
|
273
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
273
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
274
274
|
style: {
|
275
275
|
type: import("vue").PropType<import("vue").StyleValue>;
|
276
276
|
default: null;
|
@@ -294,10 +294,10 @@ export declare const VListGroup: {
|
|
294
294
|
value: null;
|
295
295
|
}, import("vue").ExtractPropTypes<{
|
296
296
|
tag: {
|
297
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
297
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
298
298
|
default: string;
|
299
299
|
};
|
300
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
300
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
301
301
|
style: {
|
302
302
|
type: import("vue").PropType<import("vue").StyleValue>;
|
303
303
|
default: null;
|