@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,10 +1,10 @@
|
|
1
|
-
import { provideExpanded } from './composables/expand';
|
2
|
-
import { provideSelection } from './composables/select';
|
3
|
-
import type { VDataTableSlotProps } from './VDataTable';
|
4
|
-
import type { VDataTableHeadersSlots } from './VDataTableHeaders';
|
5
|
-
import type { VDataTableRowsSlots } from './VDataTableRows';
|
6
|
-
import type { CellProps, RowProps } from "./types";
|
7
|
-
import type { GenericProps, SelectItemKey, TemplateRef } from "../../util";
|
1
|
+
import { provideExpanded } from './composables/expand.js';
|
2
|
+
import { provideSelection } from './composables/select.js';
|
3
|
+
import type { VDataTableSlotProps } from './VDataTable.js';
|
4
|
+
import type { VDataTableHeadersSlots } from './VDataTableHeaders.js';
|
5
|
+
import type { VDataTableRowsSlots } from './VDataTableRows.js';
|
6
|
+
import type { CellProps, RowProps } from "./types.js";
|
7
|
+
import type { GenericProps, SelectItemKey, TemplateRef } from "../../util/index.js";
|
8
8
|
type VDataTableVirtualSlotProps<T> = Omit<VDataTableSlotProps<T>, 'setItemsPerPage' | 'page' | 'pageCount' | 'itemsPerPage'>;
|
9
9
|
export type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
|
10
10
|
colgroup: VDataTableVirtualSlotProps<T>;
|
@@ -74,27 +74,27 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
74
74
|
hideNoData?: unknown;
|
75
75
|
noDataText?: unknown;
|
76
76
|
} = {}>(defaults?: Defaults | undefined) => {
|
77
|
-
customFilter: unknown extends Defaults["customFilter"] ? import("vue").PropType<import("../../composables/filter").FilterFunction> : {
|
78
|
-
type: import("vue").PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"]>;
|
79
|
-
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter").FilterFunction : import("../../composables/filter").FilterFunction | Defaults["customFilter"];
|
77
|
+
customFilter: unknown extends Defaults["customFilter"] ? import("vue").PropType<import("../../composables/filter.js").FilterFunction> : {
|
78
|
+
type: import("vue").PropType<unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"]>;
|
79
|
+
default: unknown extends Defaults["customFilter"] ? import("../../composables/filter.js").FilterFunction : import("../../composables/filter.js").FilterFunction | Defaults["customFilter"];
|
80
80
|
};
|
81
|
-
customKeyFilter: unknown extends Defaults["customKeyFilter"] ? import("vue").PropType<import("../../composables/filter").FilterKeyFunctions> : {
|
82
|
-
type: import("vue").PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"]>;
|
83
|
-
default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter").FilterKeyFunctions : import("../../composables/filter").FilterKeyFunctions | Defaults["customKeyFilter"];
|
81
|
+
customKeyFilter: unknown extends Defaults["customKeyFilter"] ? import("vue").PropType<import("../../composables/filter.js").FilterKeyFunctions> : {
|
82
|
+
type: import("vue").PropType<unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"]>;
|
83
|
+
default: unknown extends Defaults["customKeyFilter"] ? import("../../composables/filter.js").FilterKeyFunctions : import("../../composables/filter.js").FilterKeyFunctions | Defaults["customKeyFilter"];
|
84
84
|
};
|
85
|
-
filterKeys: unknown extends Defaults["filterKeys"] ? import("vue").PropType<import("../../composables/filter").FilterKeys> : {
|
86
|
-
type: import("vue").PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : import("../../composables/filter").FilterKeys | Defaults["filterKeys"]>;
|
87
|
-
default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter").FilterKeys : NonNullable<import("../../composables/filter").FilterKeys> | Defaults["filterKeys"];
|
85
|
+
filterKeys: unknown extends Defaults["filterKeys"] ? import("vue").PropType<import("../../composables/filter.js").FilterKeys> : {
|
86
|
+
type: import("vue").PropType<unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : import("../../composables/filter.js").FilterKeys | Defaults["filterKeys"]>;
|
87
|
+
default: unknown extends Defaults["filterKeys"] ? import("../../composables/filter.js").FilterKeys : NonNullable<import("../../composables/filter.js").FilterKeys> | Defaults["filterKeys"];
|
88
88
|
};
|
89
89
|
filterMode: unknown extends Defaults["filterMode"] ? {
|
90
|
-
type: import("vue").PropType<import("../../composables/filter").FilterMode>;
|
90
|
+
type: import("vue").PropType<import("../../composables/filter.js").FilterMode>;
|
91
91
|
default: string;
|
92
92
|
} : Omit<{
|
93
|
-
type: import("vue").PropType<import("../../composables/filter").FilterMode>;
|
93
|
+
type: import("vue").PropType<import("../../composables/filter.js").FilterMode>;
|
94
94
|
default: string;
|
95
95
|
}, "type" | "default"> & {
|
96
|
-
type: import("vue").PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : import("../../composables/filter").FilterMode | Defaults["filterMode"]>;
|
97
|
-
default: unknown extends Defaults["filterMode"] ? import("../../composables/filter").FilterMode : NonNullable<import("../../composables/filter").FilterMode> | Defaults["filterMode"];
|
96
|
+
type: import("vue").PropType<unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : import("../../composables/filter.js").FilterMode | Defaults["filterMode"]>;
|
97
|
+
default: unknown extends Defaults["filterMode"] ? import("../../composables/filter.js").FilterMode : NonNullable<import("../../composables/filter.js").FilterMode> | Defaults["filterMode"];
|
98
98
|
};
|
99
99
|
noFilter: unknown extends Defaults["noFilter"] ? BooleanConstructor : {
|
100
100
|
type: import("vue").PropType<unknown extends Defaults["noFilter"] ? boolean : boolean | Defaults["noFilter"]>;
|
@@ -125,40 +125,40 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
125
125
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
126
126
|
};
|
127
127
|
groupBy: unknown extends Defaults["groupBy"] ? {
|
128
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
128
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
129
129
|
default: () => never[];
|
130
130
|
} : Omit<{
|
131
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
131
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
132
132
|
default: () => never[];
|
133
133
|
}, "type" | "default"> & {
|
134
|
-
type: import("vue").PropType<unknown extends Defaults["groupBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["groupBy"]>;
|
135
|
-
default: unknown extends Defaults["groupBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["groupBy"];
|
134
|
+
type: import("vue").PropType<unknown extends Defaults["groupBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["groupBy"]>;
|
135
|
+
default: unknown extends Defaults["groupBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["groupBy"];
|
136
136
|
};
|
137
137
|
theme: unknown extends Defaults["theme"] ? StringConstructor : {
|
138
138
|
type: import("vue").PropType<unknown extends Defaults["theme"] ? string : string | Defaults["theme"]>;
|
139
139
|
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
140
140
|
};
|
141
141
|
tag: unknown extends Defaults["tag"] ? {
|
142
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
142
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
143
143
|
default: string;
|
144
144
|
} : Omit<{
|
145
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
145
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
146
146
|
default: string;
|
147
147
|
}, "type" | "default"> & {
|
148
|
-
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
|
149
|
-
default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
|
148
|
+
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
|
149
|
+
default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
|
150
150
|
};
|
151
151
|
density: unknown extends Defaults["density"] ? {
|
152
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
152
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
153
153
|
default: string;
|
154
154
|
validator: (v: any) => boolean;
|
155
155
|
} : Omit<{
|
156
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
156
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
157
157
|
default: string;
|
158
158
|
validator: (v: any) => boolean;
|
159
159
|
}, "type" | "default"> & {
|
160
|
-
type: import("vue").PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
|
161
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
|
160
|
+
type: import("vue").PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
161
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
162
162
|
};
|
163
163
|
class: unknown extends Defaults["class"] ? import("vue").PropType<any> : {
|
164
164
|
type: import("vue").PropType<unknown extends Defaults["class"] ? any : any>;
|
@@ -200,9 +200,9 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
200
200
|
type: import("vue").PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
201
201
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
202
202
|
};
|
203
|
-
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../composables").DisplayBreakpoint> : {
|
204
|
-
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : number | import("../../composables").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
205
|
-
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : NonNullable<number | import("../../composables").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
203
|
+
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint> : {
|
204
|
+
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : number | import("../../composables/index.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
205
|
+
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : NonNullable<number | import("../../composables/index.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
206
206
|
};
|
207
207
|
color: unknown extends Defaults["color"] ? StringConstructor : {
|
208
208
|
type: import("vue").PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
@@ -217,24 +217,24 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
217
217
|
default: unknown extends Defaults["multiSort"] ? boolean : boolean | Defaults["multiSort"];
|
218
218
|
};
|
219
219
|
sortAscIcon: unknown extends Defaults["sortAscIcon"] ? {
|
220
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
220
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
221
221
|
default: string;
|
222
222
|
} : Omit<{
|
223
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
223
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
224
224
|
default: string;
|
225
225
|
}, "type" | "default"> & {
|
226
|
-
type: import("vue").PropType<unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["sortAscIcon"]>;
|
227
|
-
default: unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["sortAscIcon"];
|
226
|
+
type: import("vue").PropType<unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["sortAscIcon"]>;
|
227
|
+
default: unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["sortAscIcon"];
|
228
228
|
};
|
229
229
|
sortDescIcon: unknown extends Defaults["sortDescIcon"] ? {
|
230
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
230
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
231
231
|
default: string;
|
232
232
|
} : Omit<{
|
233
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
233
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
234
234
|
default: string;
|
235
235
|
}, "type" | "default"> & {
|
236
|
-
type: import("vue").PropType<unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["sortDescIcon"]>;
|
237
|
-
default: unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["sortDescIcon"];
|
236
|
+
type: import("vue").PropType<unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["sortDescIcon"]>;
|
237
|
+
default: unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["sortDescIcon"];
|
238
238
|
};
|
239
239
|
headerProps: unknown extends Defaults["headerProps"] ? {
|
240
240
|
type: import("vue").PropType<Record<string, any>>;
|
@@ -249,18 +249,18 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
249
249
|
default: unknown extends Defaults["sticky"] ? boolean : boolean | Defaults["sticky"];
|
250
250
|
};
|
251
251
|
sortBy: unknown extends Defaults["sortBy"] ? {
|
252
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
252
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
253
253
|
default: () => never[];
|
254
254
|
} : Omit<{
|
255
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
255
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
256
256
|
default: () => never[];
|
257
257
|
}, "type" | "default"> & {
|
258
|
-
type: import("vue").PropType<unknown extends Defaults["sortBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["sortBy"]>;
|
259
|
-
default: unknown extends Defaults["sortBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["sortBy"];
|
258
|
+
type: import("vue").PropType<unknown extends Defaults["sortBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["sortBy"]>;
|
259
|
+
default: unknown extends Defaults["sortBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["sortBy"];
|
260
260
|
};
|
261
|
-
customKeySort: unknown extends Defaults["customKeySort"] ? import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>> : {
|
262
|
-
type: import("vue").PropType<unknown extends Defaults["customKeySort"] ? Record<string, import("./types").DataTableCompareFunction> : Record<string, import("./types").DataTableCompareFunction> | Defaults["customKeySort"]>;
|
263
|
-
default: unknown extends Defaults["customKeySort"] ? Record<string, import("./types").DataTableCompareFunction> : Record<string, import("./types").DataTableCompareFunction> | Defaults["customKeySort"];
|
261
|
+
customKeySort: unknown extends Defaults["customKeySort"] ? import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>> : {
|
262
|
+
type: import("vue").PropType<unknown extends Defaults["customKeySort"] ? Record<string, import("./types.js").DataTableCompareFunction> : Record<string, import("./types.js").DataTableCompareFunction> | Defaults["customKeySort"]>;
|
263
|
+
default: unknown extends Defaults["customKeySort"] ? Record<string, import("./types.js").DataTableCompareFunction> : Record<string, import("./types.js").DataTableCompareFunction> | Defaults["customKeySort"];
|
264
264
|
};
|
265
265
|
mustSort: unknown extends Defaults["mustSort"] ? BooleanConstructor : {
|
266
266
|
type: import("vue").PropType<unknown extends Defaults["mustSort"] ? boolean : boolean | Defaults["mustSort"]>;
|
@@ -291,20 +291,20 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
291
291
|
default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
|
292
292
|
};
|
293
293
|
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
294
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
295
|
-
default: typeof import("../../util").deepEqual;
|
294
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
295
|
+
default: typeof import("../../util/index.js").deepEqual;
|
296
296
|
} : Omit<{
|
297
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
298
|
-
default: typeof import("../../util").deepEqual;
|
297
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
298
|
+
default: typeof import("../../util/index.js").deepEqual;
|
299
299
|
}, "type" | "default"> & {
|
300
|
-
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"]>;
|
301
|
-
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"];
|
300
|
+
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
301
|
+
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
302
302
|
};
|
303
303
|
items: unknown extends Defaults["items"] ? {
|
304
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
304
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
305
305
|
default: () => never[];
|
306
306
|
} : Omit<{
|
307
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
307
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
308
308
|
default: () => never[];
|
309
309
|
}, "type" | "default"> & {
|
310
310
|
type: import("vue").PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
@@ -355,13 +355,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
355
355
|
readonly headerProps?: {
|
356
356
|
readonly [x: string]: any;
|
357
357
|
} | undefined;
|
358
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
358
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
359
359
|
readonly [x: string]: any;
|
360
360
|
} | undefined;
|
361
361
|
readonly sortable?: boolean | undefined;
|
362
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
363
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
364
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
362
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
363
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
364
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
365
365
|
readonly children?: readonly {
|
366
366
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
367
367
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -375,13 +375,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
375
375
|
readonly headerProps?: {
|
376
376
|
readonly [x: string]: any;
|
377
377
|
} | undefined;
|
378
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
378
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
379
379
|
readonly [x: string]: any;
|
380
380
|
} | undefined;
|
381
381
|
readonly sortable?: boolean | undefined;
|
382
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
383
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
384
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
382
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
383
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
384
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
385
385
|
readonly children?: readonly any[] | undefined;
|
386
386
|
}[] | undefined;
|
387
387
|
}[]> : {
|
@@ -398,13 +398,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
398
398
|
readonly headerProps?: {
|
399
399
|
readonly [x: string]: any;
|
400
400
|
} | undefined;
|
401
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
401
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
402
402
|
readonly [x: string]: any;
|
403
403
|
} | undefined;
|
404
404
|
readonly sortable?: boolean | undefined;
|
405
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
406
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
407
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
405
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
406
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
407
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
408
408
|
readonly children?: readonly {
|
409
409
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
410
410
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -418,13 +418,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
418
418
|
readonly headerProps?: {
|
419
419
|
readonly [x: string]: any;
|
420
420
|
} | undefined;
|
421
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
421
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
422
422
|
readonly [x: string]: any;
|
423
423
|
} | undefined;
|
424
424
|
readonly sortable?: boolean | undefined;
|
425
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
426
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
427
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
425
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
426
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
427
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
428
428
|
readonly children?: readonly any[] | undefined;
|
429
429
|
}[] | undefined;
|
430
430
|
}[] : readonly {
|
@@ -440,13 +440,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
440
440
|
readonly headerProps?: {
|
441
441
|
readonly [x: string]: any;
|
442
442
|
} | undefined;
|
443
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
443
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
444
444
|
readonly [x: string]: any;
|
445
445
|
} | undefined;
|
446
446
|
readonly sortable?: boolean | undefined;
|
447
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
448
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
449
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
447
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
448
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
449
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
450
450
|
readonly children?: readonly {
|
451
451
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
452
452
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -460,13 +460,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
460
460
|
readonly headerProps?: {
|
461
461
|
readonly [x: string]: any;
|
462
462
|
} | undefined;
|
463
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
463
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
464
464
|
readonly [x: string]: any;
|
465
465
|
} | undefined;
|
466
466
|
readonly sortable?: boolean | undefined;
|
467
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
468
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
469
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
467
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
468
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
469
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
470
470
|
readonly children?: readonly any[] | undefined;
|
471
471
|
}[] | undefined;
|
472
472
|
}[] | Defaults["headers"]>;
|
@@ -483,13 +483,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
483
483
|
readonly headerProps?: {
|
484
484
|
readonly [x: string]: any;
|
485
485
|
} | undefined;
|
486
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
486
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
487
487
|
readonly [x: string]: any;
|
488
488
|
} | undefined;
|
489
489
|
readonly sortable?: boolean | undefined;
|
490
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
491
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
492
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
490
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
491
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
492
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
493
493
|
readonly children?: readonly {
|
494
494
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
495
495
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -503,13 +503,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
503
503
|
readonly headerProps?: {
|
504
504
|
readonly [x: string]: any;
|
505
505
|
} | undefined;
|
506
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
506
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
507
507
|
readonly [x: string]: any;
|
508
508
|
} | undefined;
|
509
509
|
readonly sortable?: boolean | undefined;
|
510
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
511
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
512
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
510
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
511
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
512
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
513
513
|
readonly children?: readonly any[] | undefined;
|
514
514
|
}[] | undefined;
|
515
515
|
}[] : readonly {
|
@@ -525,13 +525,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
525
525
|
readonly headerProps?: {
|
526
526
|
readonly [x: string]: any;
|
527
527
|
} | undefined;
|
528
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
528
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
529
529
|
readonly [x: string]: any;
|
530
530
|
} | undefined;
|
531
531
|
readonly sortable?: boolean | undefined;
|
532
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
533
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
534
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
532
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
533
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
534
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
535
535
|
readonly children?: readonly {
|
536
536
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
537
537
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -545,13 +545,13 @@ export declare const makeVDataTableVirtualProps: <Defaults extends {
|
|
545
545
|
readonly headerProps?: {
|
546
546
|
readonly [x: string]: any;
|
547
547
|
} | undefined;
|
548
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
548
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
549
549
|
readonly [x: string]: any;
|
550
550
|
} | undefined;
|
551
551
|
readonly sortable?: boolean | undefined;
|
552
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
553
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
554
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
552
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
553
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
554
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
555
555
|
readonly children?: readonly any[] | undefined;
|
556
556
|
}[] | undefined;
|
557
557
|
}[] | Defaults["headers"];
|
@@ -625,16 +625,16 @@ export declare const VDataTableVirtual: {
|
|
625
625
|
expanded: readonly string[];
|
626
626
|
style: import("vue").StyleValue;
|
627
627
|
mobile: boolean | null;
|
628
|
-
tag: string | import("../../util").JSXComponent;
|
628
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
629
629
|
sticky: boolean;
|
630
630
|
noDataText: string;
|
631
631
|
loadingText: string;
|
632
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
633
|
-
density: import("../../composables/density").Density;
|
634
|
-
valueComparator: typeof import("../../util").deepEqual;
|
632
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
633
|
+
density: import("../../composables/density.js").Density;
|
634
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
635
635
|
selectStrategy: "all" | "page" | "single";
|
636
636
|
returnObject: boolean;
|
637
|
-
filterMode: import("../../composables/filter").FilterMode;
|
637
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
638
638
|
noFilter: boolean;
|
639
639
|
itemHeight: string | number;
|
640
640
|
itemKey: SelectItemKey;
|
@@ -642,14 +642,14 @@ export declare const VDataTableVirtual: {
|
|
642
642
|
hover: boolean;
|
643
643
|
multiSort: boolean;
|
644
644
|
mustSort: boolean;
|
645
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
645
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
646
646
|
disableSort: boolean;
|
647
647
|
showSelect: boolean;
|
648
648
|
expandOnClick: boolean;
|
649
649
|
showExpand: boolean;
|
650
650
|
fixedHeader: boolean;
|
651
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
652
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
651
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
652
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
653
653
|
fixedFooter: boolean;
|
654
654
|
hideDefaultBody: boolean;
|
655
655
|
hideDefaultFooter: boolean;
|
@@ -675,13 +675,13 @@ export declare const VDataTableVirtual: {
|
|
675
675
|
readonly headerProps?: {
|
676
676
|
readonly [x: string]: any;
|
677
677
|
} | undefined;
|
678
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
678
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
679
679
|
readonly [x: string]: any;
|
680
680
|
} | undefined;
|
681
681
|
readonly sortable?: boolean | undefined;
|
682
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
683
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
684
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
682
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
683
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
684
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
685
685
|
readonly children?: readonly {
|
686
686
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
687
687
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -695,21 +695,21 @@ export declare const VDataTableVirtual: {
|
|
695
695
|
readonly headerProps?: {
|
696
696
|
readonly [x: string]: any;
|
697
697
|
} | undefined;
|
698
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
698
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
699
699
|
readonly [x: string]: any;
|
700
700
|
} | undefined;
|
701
701
|
readonly sortable?: boolean | undefined;
|
702
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
703
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
704
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
702
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
703
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
704
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
705
705
|
readonly children?: readonly any[] | undefined;
|
706
706
|
}[] | undefined;
|
707
707
|
}[] | undefined;
|
708
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
709
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
710
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
711
|
-
filterKeys?: import("../../composables/filter").FilterKeys | undefined;
|
712
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
708
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
709
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
710
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
711
|
+
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
712
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
713
713
|
headerProps?: Record<string, any> | undefined;
|
714
714
|
} & {
|
715
715
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
@@ -729,16 +729,16 @@ export declare const VDataTableVirtual: {
|
|
729
729
|
expanded: readonly string[];
|
730
730
|
style: import("vue").StyleValue;
|
731
731
|
mobile: boolean | null;
|
732
|
-
tag: string | import("../../util").JSXComponent;
|
732
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
733
733
|
sticky: boolean;
|
734
734
|
noDataText: string;
|
735
735
|
loadingText: string;
|
736
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
737
|
-
density: import("../../composables/density").Density;
|
738
|
-
valueComparator: typeof import("../../util").deepEqual;
|
736
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
737
|
+
density: import("../../composables/density.js").Density;
|
738
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
739
739
|
selectStrategy: "all" | "page" | "single";
|
740
740
|
returnObject: boolean;
|
741
|
-
filterMode: import("../../composables/filter").FilterMode;
|
741
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
742
742
|
noFilter: boolean;
|
743
743
|
itemHeight: string | number;
|
744
744
|
itemKey: SelectItemKey;
|
@@ -746,54 +746,54 @@ export declare const VDataTableVirtual: {
|
|
746
746
|
hover: boolean;
|
747
747
|
multiSort: boolean;
|
748
748
|
mustSort: boolean;
|
749
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
749
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
750
750
|
disableSort: boolean;
|
751
751
|
showSelect: boolean;
|
752
752
|
expandOnClick: boolean;
|
753
753
|
showExpand: boolean;
|
754
754
|
fixedHeader: boolean;
|
755
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
756
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
755
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
756
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
757
757
|
fixedFooter: boolean;
|
758
758
|
hideDefaultBody: boolean;
|
759
759
|
hideDefaultFooter: boolean;
|
760
760
|
hideDefaultHeader: boolean;
|
761
761
|
}, true, {}, import("vue").SlotsType<Partial<{
|
762
|
-
[x: `item.${string}`]: (arg: import("./types").ItemKeySlot<any>) => import("vue").VNode[];
|
763
|
-
[x: `header.${string}`]: (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
762
|
+
[x: `item.${string}`]: (arg: import("./types.js").ItemKeySlot<any>) => import("vue").VNode[];
|
763
|
+
[x: `header.${string}`]: (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
764
764
|
'data-table-group': (arg: {
|
765
|
-
item: import("./composables/group").Group;
|
765
|
+
item: import("./composables/group.js").Group;
|
766
766
|
count: number;
|
767
767
|
props: Record<string, unknown>;
|
768
768
|
}) => import("vue").VNode[];
|
769
769
|
'data-table-select': (arg: {
|
770
770
|
props: Record<string, unknown>;
|
771
771
|
}) => import("vue").VNode[];
|
772
|
-
'item.data-table-select': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
773
|
-
'item.data-table-expand': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
774
|
-
'header.data-table-select': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
775
|
-
'header.data-table-expand': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
772
|
+
'item.data-table-select': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
773
|
+
'item.data-table-expand': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
774
|
+
'header.data-table-select': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
775
|
+
'header.data-table-expand': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
776
776
|
item: (arg: {
|
777
777
|
index: number;
|
778
778
|
item: any;
|
779
|
-
internalItem: import("./types").DataTableItem<any>;
|
779
|
+
internalItem: import("./types.js").DataTableItem<any>;
|
780
780
|
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
781
781
|
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
782
782
|
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
783
783
|
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
784
784
|
} & {
|
785
|
-
columns: import("./types").InternalDataTableHeader[];
|
785
|
+
columns: import("./types.js").InternalDataTableHeader[];
|
786
786
|
} & {
|
787
787
|
props: Record<string, any>;
|
788
788
|
} & {
|
789
789
|
itemRef: TemplateRef;
|
790
790
|
}) => import("vue").VNode[];
|
791
791
|
loading: () => import("vue").VNode[];
|
792
|
-
'group-header': (arg: import("./types").GroupHeaderSlot) => import("vue").VNode[];
|
792
|
+
'group-header': (arg: import("./types.js").GroupHeaderSlot) => import("vue").VNode[];
|
793
793
|
'no-data': () => import("vue").VNode[];
|
794
|
-
'expanded-row': (arg: import("./types").ItemSlot<any>) => import("vue").VNode[];
|
795
|
-
headers: (arg: import("./VDataTableHeaders").HeadersSlotProps) => import("vue").VNode[];
|
796
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
794
|
+
'expanded-row': (arg: import("./types.js").ItemSlot<any>) => import("vue").VNode[];
|
795
|
+
headers: (arg: import("./VDataTableHeaders.js").HeadersSlotProps) => import("vue").VNode[];
|
796
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
797
797
|
colgroup: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
798
798
|
top: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
799
799
|
tbody: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
@@ -813,16 +813,16 @@ export declare const VDataTableVirtual: {
|
|
813
813
|
expanded: readonly string[];
|
814
814
|
style: import("vue").StyleValue;
|
815
815
|
mobile: boolean | null;
|
816
|
-
tag: string | import("../../util").JSXComponent;
|
816
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
817
817
|
sticky: boolean;
|
818
818
|
noDataText: string;
|
819
819
|
loadingText: string;
|
820
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
821
|
-
density: import("../../composables/density").Density;
|
822
|
-
valueComparator: typeof import("../../util").deepEqual;
|
820
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
821
|
+
density: import("../../composables/density.js").Density;
|
822
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
823
823
|
selectStrategy: "all" | "page" | "single";
|
824
824
|
returnObject: boolean;
|
825
|
-
filterMode: import("../../composables/filter").FilterMode;
|
825
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
826
826
|
noFilter: boolean;
|
827
827
|
itemHeight: string | number;
|
828
828
|
itemKey: SelectItemKey;
|
@@ -830,14 +830,14 @@ export declare const VDataTableVirtual: {
|
|
830
830
|
hover: boolean;
|
831
831
|
multiSort: boolean;
|
832
832
|
mustSort: boolean;
|
833
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
833
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
834
834
|
disableSort: boolean;
|
835
835
|
showSelect: boolean;
|
836
836
|
expandOnClick: boolean;
|
837
837
|
showExpand: boolean;
|
838
838
|
fixedHeader: boolean;
|
839
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
840
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
839
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
840
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
841
841
|
fixedFooter: boolean;
|
842
842
|
hideDefaultBody: boolean;
|
843
843
|
hideDefaultFooter: boolean;
|
@@ -863,13 +863,13 @@ export declare const VDataTableVirtual: {
|
|
863
863
|
readonly headerProps?: {
|
864
864
|
readonly [x: string]: any;
|
865
865
|
} | undefined;
|
866
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
866
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
867
867
|
readonly [x: string]: any;
|
868
868
|
} | undefined;
|
869
869
|
readonly sortable?: boolean | undefined;
|
870
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
871
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
872
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
870
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
871
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
872
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
873
873
|
readonly children?: readonly {
|
874
874
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
875
875
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -883,21 +883,21 @@ export declare const VDataTableVirtual: {
|
|
883
883
|
readonly headerProps?: {
|
884
884
|
readonly [x: string]: any;
|
885
885
|
} | undefined;
|
886
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
886
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
887
887
|
readonly [x: string]: any;
|
888
888
|
} | undefined;
|
889
889
|
readonly sortable?: boolean | undefined;
|
890
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
891
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
892
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
890
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
891
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
892
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
893
893
|
readonly children?: readonly any[] | undefined;
|
894
894
|
}[] | undefined;
|
895
895
|
}[] | undefined;
|
896
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
897
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
898
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
899
|
-
filterKeys?: import("../../composables/filter").FilterKeys | undefined;
|
900
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
896
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
897
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
898
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
899
|
+
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
900
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
901
901
|
headerProps?: Record<string, any> | undefined;
|
902
902
|
} & {
|
903
903
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
@@ -911,16 +911,16 @@ export declare const VDataTableVirtual: {
|
|
911
911
|
expanded: readonly string[];
|
912
912
|
style: import("vue").StyleValue;
|
913
913
|
mobile: boolean | null;
|
914
|
-
tag: string | import("../../util").JSXComponent;
|
914
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
915
915
|
sticky: boolean;
|
916
916
|
noDataText: string;
|
917
917
|
loadingText: string;
|
918
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
919
|
-
density: import("../../composables/density").Density;
|
920
|
-
valueComparator: typeof import("../../util").deepEqual;
|
918
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
919
|
+
density: import("../../composables/density.js").Density;
|
920
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
921
921
|
selectStrategy: "all" | "page" | "single";
|
922
922
|
returnObject: boolean;
|
923
|
-
filterMode: import("../../composables/filter").FilterMode;
|
923
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
924
924
|
noFilter: boolean;
|
925
925
|
itemHeight: string | number;
|
926
926
|
itemKey: SelectItemKey;
|
@@ -928,14 +928,14 @@ export declare const VDataTableVirtual: {
|
|
928
928
|
hover: boolean;
|
929
929
|
multiSort: boolean;
|
930
930
|
mustSort: boolean;
|
931
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
931
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
932
932
|
disableSort: boolean;
|
933
933
|
showSelect: boolean;
|
934
934
|
expandOnClick: boolean;
|
935
935
|
showExpand: boolean;
|
936
936
|
fixedHeader: boolean;
|
937
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
938
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
937
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
938
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
939
939
|
fixedFooter: boolean;
|
940
940
|
hideDefaultBody: boolean;
|
941
941
|
hideDefaultFooter: boolean;
|
@@ -948,16 +948,16 @@ export declare const VDataTableVirtual: {
|
|
948
948
|
expanded: readonly string[];
|
949
949
|
style: import("vue").StyleValue;
|
950
950
|
mobile: boolean | null;
|
951
|
-
tag: string | import("../../util").JSXComponent;
|
951
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
952
952
|
sticky: boolean;
|
953
953
|
noDataText: string;
|
954
954
|
loadingText: string;
|
955
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
956
|
-
density: import("../../composables/density").Density;
|
957
|
-
valueComparator: typeof import("../../util").deepEqual;
|
955
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
956
|
+
density: import("../../composables/density.js").Density;
|
957
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
958
958
|
selectStrategy: "all" | "page" | "single";
|
959
959
|
returnObject: boolean;
|
960
|
-
filterMode: import("../../composables/filter").FilterMode;
|
960
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
961
961
|
noFilter: boolean;
|
962
962
|
itemHeight: string | number;
|
963
963
|
itemKey: SelectItemKey;
|
@@ -965,14 +965,14 @@ export declare const VDataTableVirtual: {
|
|
965
965
|
hover: boolean;
|
966
966
|
multiSort: boolean;
|
967
967
|
mustSort: boolean;
|
968
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
968
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
969
969
|
disableSort: boolean;
|
970
970
|
showSelect: boolean;
|
971
971
|
expandOnClick: boolean;
|
972
972
|
showExpand: boolean;
|
973
973
|
fixedHeader: boolean;
|
974
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
975
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
974
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
975
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
976
976
|
fixedFooter: boolean;
|
977
977
|
hideDefaultBody: boolean;
|
978
978
|
hideDefaultFooter: boolean;
|
@@ -998,13 +998,13 @@ export declare const VDataTableVirtual: {
|
|
998
998
|
readonly headerProps?: {
|
999
999
|
readonly [x: string]: any;
|
1000
1000
|
} | undefined;
|
1001
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1001
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1002
1002
|
readonly [x: string]: any;
|
1003
1003
|
} | undefined;
|
1004
1004
|
readonly sortable?: boolean | undefined;
|
1005
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1006
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1007
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1005
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1006
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1007
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1008
1008
|
readonly children?: readonly {
|
1009
1009
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
1010
1010
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -1018,21 +1018,21 @@ export declare const VDataTableVirtual: {
|
|
1018
1018
|
readonly headerProps?: {
|
1019
1019
|
readonly [x: string]: any;
|
1020
1020
|
} | undefined;
|
1021
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1021
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1022
1022
|
readonly [x: string]: any;
|
1023
1023
|
} | undefined;
|
1024
1024
|
readonly sortable?: boolean | undefined;
|
1025
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1026
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1027
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1025
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1026
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1027
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1028
1028
|
readonly children?: readonly any[] | undefined;
|
1029
1029
|
}[] | undefined;
|
1030
1030
|
}[] | undefined;
|
1031
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
1032
|
-
customFilter?: import("../../composables/filter").FilterFunction | undefined;
|
1033
|
-
customKeyFilter?: import("../../composables/filter").FilterKeyFunctions | undefined;
|
1034
|
-
filterKeys?: import("../../composables/filter").FilterKeys | undefined;
|
1035
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
1031
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
1032
|
+
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1033
|
+
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1034
|
+
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
1035
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1036
1036
|
headerProps?: Record<string, any> | undefined;
|
1037
1037
|
} & {
|
1038
1038
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
@@ -1052,16 +1052,16 @@ export declare const VDataTableVirtual: {
|
|
1052
1052
|
expanded: readonly string[];
|
1053
1053
|
style: import("vue").StyleValue;
|
1054
1054
|
mobile: boolean | null;
|
1055
|
-
tag: string | import("../../util").JSXComponent;
|
1055
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1056
1056
|
sticky: boolean;
|
1057
1057
|
noDataText: string;
|
1058
1058
|
loadingText: string;
|
1059
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
1060
|
-
density: import("../../composables/density").Density;
|
1061
|
-
valueComparator: typeof import("../../util").deepEqual;
|
1059
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1060
|
+
density: import("../../composables/density.js").Density;
|
1061
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1062
1062
|
selectStrategy: "all" | "page" | "single";
|
1063
1063
|
returnObject: boolean;
|
1064
|
-
filterMode: import("../../composables/filter").FilterMode;
|
1064
|
+
filterMode: import("../../composables/filter.js").FilterMode;
|
1065
1065
|
noFilter: boolean;
|
1066
1066
|
itemHeight: string | number;
|
1067
1067
|
itemKey: SelectItemKey;
|
@@ -1069,54 +1069,54 @@ export declare const VDataTableVirtual: {
|
|
1069
1069
|
hover: boolean;
|
1070
1070
|
multiSort: boolean;
|
1071
1071
|
mustSort: boolean;
|
1072
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
1072
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1073
1073
|
disableSort: boolean;
|
1074
1074
|
showSelect: boolean;
|
1075
1075
|
expandOnClick: boolean;
|
1076
1076
|
showExpand: boolean;
|
1077
1077
|
fixedHeader: boolean;
|
1078
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
1079
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
1078
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
1079
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
1080
1080
|
fixedFooter: boolean;
|
1081
1081
|
hideDefaultBody: boolean;
|
1082
1082
|
hideDefaultFooter: boolean;
|
1083
1083
|
hideDefaultHeader: boolean;
|
1084
1084
|
}, {}, string, import("vue").SlotsType<Partial<{
|
1085
|
-
[x: `item.${string}`]: (arg: import("./types").ItemKeySlot<any>) => import("vue").VNode[];
|
1086
|
-
[x: `header.${string}`]: (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1085
|
+
[x: `item.${string}`]: (arg: import("./types.js").ItemKeySlot<any>) => import("vue").VNode[];
|
1086
|
+
[x: `header.${string}`]: (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1087
1087
|
'data-table-group': (arg: {
|
1088
|
-
item: import("./composables/group").Group;
|
1088
|
+
item: import("./composables/group.js").Group;
|
1089
1089
|
count: number;
|
1090
1090
|
props: Record<string, unknown>;
|
1091
1091
|
}) => import("vue").VNode[];
|
1092
1092
|
'data-table-select': (arg: {
|
1093
1093
|
props: Record<string, unknown>;
|
1094
1094
|
}) => import("vue").VNode[];
|
1095
|
-
'item.data-table-select': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1096
|
-
'item.data-table-expand': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1097
|
-
'header.data-table-select': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1098
|
-
'header.data-table-expand': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1095
|
+
'item.data-table-select': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1096
|
+
'item.data-table-expand': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1097
|
+
'header.data-table-select': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1098
|
+
'header.data-table-expand': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1099
1099
|
item: (arg: {
|
1100
1100
|
index: number;
|
1101
1101
|
item: any;
|
1102
|
-
internalItem: import("./types").DataTableItem<any>;
|
1102
|
+
internalItem: import("./types.js").DataTableItem<any>;
|
1103
1103
|
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
1104
1104
|
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
1105
1105
|
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
1106
1106
|
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
1107
1107
|
} & {
|
1108
|
-
columns: import("./types").InternalDataTableHeader[];
|
1108
|
+
columns: import("./types.js").InternalDataTableHeader[];
|
1109
1109
|
} & {
|
1110
1110
|
props: Record<string, any>;
|
1111
1111
|
} & {
|
1112
1112
|
itemRef: TemplateRef;
|
1113
1113
|
}) => import("vue").VNode[];
|
1114
1114
|
loading: () => import("vue").VNode[];
|
1115
|
-
'group-header': (arg: import("./types").GroupHeaderSlot) => import("vue").VNode[];
|
1115
|
+
'group-header': (arg: import("./types.js").GroupHeaderSlot) => import("vue").VNode[];
|
1116
1116
|
'no-data': () => import("vue").VNode[];
|
1117
|
-
'expanded-row': (arg: import("./types").ItemSlot<any>) => import("vue").VNode[];
|
1118
|
-
headers: (arg: import("./VDataTableHeaders").HeadersSlotProps) => import("vue").VNode[];
|
1119
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
1117
|
+
'expanded-row': (arg: import("./types.js").ItemSlot<any>) => import("vue").VNode[];
|
1118
|
+
headers: (arg: import("./VDataTableHeaders.js").HeadersSlotProps) => import("vue").VNode[];
|
1119
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
1120
1120
|
colgroup: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
1121
1121
|
top: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
1122
1122
|
tbody: (arg: VDataTableVirtualSlotProps<any>) => import("vue").VNode[];
|
@@ -1133,12 +1133,12 @@ export declare const VDataTableVirtual: {
|
|
1133
1133
|
itemSelectable?: SelectItemKey<ItemType<T>>;
|
1134
1134
|
modelValue?: V;
|
1135
1135
|
"onUpdate:modelValue"?: (value: V) => void;
|
1136
|
-
}, slots: VDataTableVirtualSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
|
1137
|
-
customFilter: import("vue").PropType<import("../../composables/filter").FilterFunction>;
|
1138
|
-
customKeyFilter: import("vue").PropType<import("../../composables/filter").FilterKeyFunctions>;
|
1139
|
-
filterKeys: import("vue").PropType<import("../../composables/filter").FilterKeys>;
|
1136
|
+
}, slots: VDataTableVirtualSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
1137
|
+
customFilter: import("vue").PropType<import("../../composables/filter.js").FilterFunction>;
|
1138
|
+
customKeyFilter: import("vue").PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
1139
|
+
filterKeys: import("vue").PropType<import("../../composables/filter.js").FilterKeys>;
|
1140
1140
|
filterMode: {
|
1141
|
-
type: import("vue").PropType<import("../../composables/filter").FilterMode>;
|
1141
|
+
type: import("vue").PropType<import("../../composables/filter.js").FilterMode>;
|
1142
1142
|
default: string;
|
1143
1143
|
};
|
1144
1144
|
noFilter: BooleanConstructor;
|
@@ -1152,20 +1152,20 @@ export declare const VDataTableVirtual: {
|
|
1152
1152
|
};
|
1153
1153
|
height: (StringConstructor | NumberConstructor)[];
|
1154
1154
|
groupBy: {
|
1155
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1155
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1156
1156
|
default: () => never[];
|
1157
1157
|
};
|
1158
1158
|
theme: StringConstructor;
|
1159
1159
|
tag: {
|
1160
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
1160
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
1161
1161
|
default: string;
|
1162
1162
|
};
|
1163
1163
|
density: {
|
1164
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
1164
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
1165
1165
|
default: string;
|
1166
1166
|
validator: (v: any) => boolean;
|
1167
1167
|
};
|
1168
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
1168
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
1169
1169
|
style: {
|
1170
1170
|
type: import("vue").PropType<import("vue").StyleValue>;
|
1171
1171
|
default: null;
|
@@ -1178,16 +1178,16 @@ export declare const VDataTableVirtual: {
|
|
1178
1178
|
type: import("vue").PropType<boolean | null>;
|
1179
1179
|
default: boolean;
|
1180
1180
|
};
|
1181
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../composables").DisplayBreakpoint>;
|
1181
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
|
1182
1182
|
color: StringConstructor;
|
1183
1183
|
disableSort: BooleanConstructor;
|
1184
1184
|
multiSort: BooleanConstructor;
|
1185
1185
|
sortAscIcon: {
|
1186
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1186
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1187
1187
|
default: string;
|
1188
1188
|
};
|
1189
1189
|
sortDescIcon: {
|
1190
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1190
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1191
1191
|
default: string;
|
1192
1192
|
};
|
1193
1193
|
headerProps: {
|
@@ -1195,10 +1195,10 @@ export declare const VDataTableVirtual: {
|
|
1195
1195
|
};
|
1196
1196
|
sticky: BooleanConstructor;
|
1197
1197
|
sortBy: {
|
1198
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1198
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1199
1199
|
default: () => never[];
|
1200
1200
|
};
|
1201
|
-
customKeySort: import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>>;
|
1201
|
+
customKeySort: import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>>;
|
1202
1202
|
mustSort: BooleanConstructor;
|
1203
1203
|
showSelect: BooleanConstructor;
|
1204
1204
|
selectStrategy: {
|
@@ -1210,11 +1210,11 @@ export declare const VDataTableVirtual: {
|
|
1210
1210
|
default: () => never[];
|
1211
1211
|
};
|
1212
1212
|
valueComparator: {
|
1213
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
1214
|
-
default: typeof import("../../util").deepEqual;
|
1213
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
1214
|
+
default: typeof import("../../util/index.js").deepEqual;
|
1215
1215
|
};
|
1216
1216
|
items: {
|
1217
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
1217
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
1218
1218
|
default: () => never[];
|
1219
1219
|
};
|
1220
1220
|
itemValue: {
|
@@ -1228,7 +1228,7 @@ export declare const VDataTableVirtual: {
|
|
1228
1228
|
rowProps: import("vue").PropType<RowProps<any>>;
|
1229
1229
|
cellProps: import("vue").PropType<CellProps<any>>;
|
1230
1230
|
returnObject: BooleanConstructor;
|
1231
|
-
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types").DataTableHeader[]>>;
|
1231
|
+
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types.js").DataTableHeader[]>>;
|
1232
1232
|
expandOnClick: BooleanConstructor;
|
1233
1233
|
showExpand: BooleanConstructor;
|
1234
1234
|
expanded: {
|
@@ -1250,11 +1250,11 @@ export declare const VDataTableVirtual: {
|
|
1250
1250
|
default: string;
|
1251
1251
|
};
|
1252
1252
|
}, import("vue").ExtractPropTypes<{
|
1253
|
-
customFilter: import("vue").PropType<import("../../composables/filter").FilterFunction>;
|
1254
|
-
customKeyFilter: import("vue").PropType<import("../../composables/filter").FilterKeyFunctions>;
|
1255
|
-
filterKeys: import("vue").PropType<import("../../composables/filter").FilterKeys>;
|
1253
|
+
customFilter: import("vue").PropType<import("../../composables/filter.js").FilterFunction>;
|
1254
|
+
customKeyFilter: import("vue").PropType<import("../../composables/filter.js").FilterKeyFunctions>;
|
1255
|
+
filterKeys: import("vue").PropType<import("../../composables/filter.js").FilterKeys>;
|
1256
1256
|
filterMode: {
|
1257
|
-
type: import("vue").PropType<import("../../composables/filter").FilterMode>;
|
1257
|
+
type: import("vue").PropType<import("../../composables/filter.js").FilterMode>;
|
1258
1258
|
default: string;
|
1259
1259
|
};
|
1260
1260
|
noFilter: BooleanConstructor;
|
@@ -1268,20 +1268,20 @@ export declare const VDataTableVirtual: {
|
|
1268
1268
|
};
|
1269
1269
|
height: (StringConstructor | NumberConstructor)[];
|
1270
1270
|
groupBy: {
|
1271
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1271
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1272
1272
|
default: () => never[];
|
1273
1273
|
};
|
1274
1274
|
theme: StringConstructor;
|
1275
1275
|
tag: {
|
1276
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
1276
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
1277
1277
|
default: string;
|
1278
1278
|
};
|
1279
1279
|
density: {
|
1280
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
1280
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
1281
1281
|
default: string;
|
1282
1282
|
validator: (v: any) => boolean;
|
1283
1283
|
};
|
1284
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
1284
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
1285
1285
|
style: {
|
1286
1286
|
type: import("vue").PropType<import("vue").StyleValue>;
|
1287
1287
|
default: null;
|
@@ -1294,16 +1294,16 @@ export declare const VDataTableVirtual: {
|
|
1294
1294
|
type: import("vue").PropType<boolean | null>;
|
1295
1295
|
default: boolean;
|
1296
1296
|
};
|
1297
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../composables").DisplayBreakpoint>;
|
1297
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
|
1298
1298
|
color: StringConstructor;
|
1299
1299
|
disableSort: BooleanConstructor;
|
1300
1300
|
multiSort: BooleanConstructor;
|
1301
1301
|
sortAscIcon: {
|
1302
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1302
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1303
1303
|
default: string;
|
1304
1304
|
};
|
1305
1305
|
sortDescIcon: {
|
1306
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1306
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1307
1307
|
default: string;
|
1308
1308
|
};
|
1309
1309
|
headerProps: {
|
@@ -1311,10 +1311,10 @@ export declare const VDataTableVirtual: {
|
|
1311
1311
|
};
|
1312
1312
|
sticky: BooleanConstructor;
|
1313
1313
|
sortBy: {
|
1314
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1314
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1315
1315
|
default: () => never[];
|
1316
1316
|
};
|
1317
|
-
customKeySort: import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>>;
|
1317
|
+
customKeySort: import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>>;
|
1318
1318
|
mustSort: BooleanConstructor;
|
1319
1319
|
showSelect: BooleanConstructor;
|
1320
1320
|
selectStrategy: {
|
@@ -1326,11 +1326,11 @@ export declare const VDataTableVirtual: {
|
|
1326
1326
|
default: () => never[];
|
1327
1327
|
};
|
1328
1328
|
valueComparator: {
|
1329
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
1330
|
-
default: typeof import("../../util").deepEqual;
|
1329
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
1330
|
+
default: typeof import("../../util/index.js").deepEqual;
|
1331
1331
|
};
|
1332
1332
|
items: {
|
1333
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
1333
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
1334
1334
|
default: () => never[];
|
1335
1335
|
};
|
1336
1336
|
itemValue: {
|
@@ -1344,7 +1344,7 @@ export declare const VDataTableVirtual: {
|
|
1344
1344
|
rowProps: import("vue").PropType<RowProps<any>>;
|
1345
1345
|
cellProps: import("vue").PropType<CellProps<any>>;
|
1346
1346
|
returnObject: BooleanConstructor;
|
1347
|
-
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types").DataTableHeader[]>>;
|
1347
|
+
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types.js").DataTableHeader[]>>;
|
1348
1348
|
expandOnClick: BooleanConstructor;
|
1349
1349
|
showExpand: BooleanConstructor;
|
1350
1350
|
expanded: {
|