@vuetify/nightly 3.7.16-dev.2025-03-12 → 3.7.16-dev.2025-03-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3733 -3733
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +6383 -6383
- package/dist/vuetify-labs.css +3846 -3846
- package/dist/vuetify-labs.d.ts +43 -43
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2885 -2885
- package/dist/vuetify.d.ts +43 -43
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/blueprints/index.d.ts +3 -3
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.d.ts +40 -40
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VAlert/index.d.ts +2 -2
- package/lib/components/VApp/VApp.d.ts +12 -12
- package/lib/components/VApp/index.d.ts +1 -1
- package/lib/components/VAppBar/VAppBar.d.ts +35 -35
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +87 -87
- package/lib/components/VAppBar/VAppBarTitle.d.ts +11 -11
- package/lib/components/VAppBar/index.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +472 -472
- package/lib/components/VAutocomplete/index.d.ts +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +32 -32
- package/lib/components/VAvatar/index.d.ts +1 -1
- package/lib/components/VBadge/VBadge.d.ts +32 -32
- package/lib/components/VBadge/index.d.ts +1 -1
- package/lib/components/VBanner/VBanner.d.ts +44 -44
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBanner/index.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +36 -36
- package/lib/components/VBottomNavigation/index.d.ts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +82 -82
- package/lib/components/VBottomSheet/index.d.ts +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +38 -38
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +23 -23
- package/lib/components/VBreadcrumbs/index.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +56 -56
- package/lib/components/VBtn/index.d.ts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +31 -31
- package/lib/components/VBtnGroup/index.d.ts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +33 -33
- package/lib/components/VBtnToggle/index.d.ts +1 -1
- package/lib/components/VCard/VCard.d.ts +43 -43
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +16 -16
- package/lib/components/VCard/VCardSubtitle.d.ts +15 -15
- package/lib/components/VCard/VCardText.d.ts +15 -15
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCard/index.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +31 -31
- package/lib/components/VCarousel/VCarouselItem.d.ts +15 -15
- package/lib/components/VCarousel/index.d.ts +2 -2
- package/lib/components/VCheckbox/VCheckbox.d.ts +122 -122
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +40 -40
- package/lib/components/VCheckbox/index.d.ts +2 -2
- package/lib/components/VChip/VChip.d.ts +41 -41
- package/lib/components/VChip/index.d.ts +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +57 -57
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VColorPicker/VColorPicker.d.ts +28 -28
- package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerEdit.d.ts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.d.ts +7 -7
- package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +7 -7
- package/lib/components/VColorPicker/index.d.ts +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +472 -472
- package/lib/components/VCombobox/index.d.ts +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +2 -2
- package/lib/components/VConfirmEdit/index.d.ts +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VCounter/index.d.ts +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +113 -113
- package/lib/components/VDataIterator/composables/items.d.ts +3 -3
- package/lib/components/VDataIterator/index.d.ts +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +343 -343
- package/lib/components/VDataTable/VDataTableFooter.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +14 -14
- package/lib/components/VDataTable/VDataTableRow.d.ts +12 -12
- package/lib/components/VDataTable/VDataTableRows.d.ts +36 -36
- package/lib/components/VDataTable/VDataTableServer.d.ts +256 -256
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +246 -246
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +2 -2
- package/lib/components/VDataTable/composables/headers.d.ts +45 -45
- package/lib/components/VDataTable/composables/items.d.ts +2 -2
- package/lib/components/VDataTable/composables/options.d.ts +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.d.ts +3 -3
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/index.d.ts +7 -7
- package/lib/components/VDataTable/types.d.ts +5 -5
- package/lib/components/VDatePicker/VDatePicker.d.ts +61 -61
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.d.ts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +1 -1
- package/lib/components/VDatePicker/index.d.ts +6 -6
- package/lib/components/VDefaultsProvider/VDefaultsProvider.d.ts +2 -2
- package/lib/components/VDefaultsProvider/index.d.ts +1 -1
- package/lib/components/VDialog/VDialog.d.ts +187 -187
- package/lib/components/VDialog/index.d.ts +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VDivider/index.d.ts +1 -1
- package/lib/components/VEmptyState/VEmptyState.d.ts +4 -4
- package/lib/components/VEmptyState/index.d.ts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +46 -46
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +43 -43
- package/lib/components/VExpansionPanel/index.d.ts +4 -4
- package/lib/components/VExpansionPanel/shared.d.ts +1 -1
- package/lib/components/VFab/VFab.d.ts +79 -79
- package/lib/components/VFab/index.d.ts +1 -1
- package/lib/components/VField/VField.d.ts +6 -6
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VField/index.d.ts +2 -2
- package/lib/components/VFileInput/VFileInput.d.ts +283 -283
- package/lib/components/VFileInput/index.d.ts +1 -1
- package/lib/components/VFooter/VFooter.d.ts +23 -23
- package/lib/components/VFooter/index.d.ts +1 -1
- package/lib/components/VForm/VForm.d.ts +48 -48
- package/lib/components/VForm/index.d.ts +1 -1
- package/lib/components/VGrid/VCol.d.ts +15 -15
- package/lib/components/VGrid/VContainer.d.ts +15 -15
- package/lib/components/VGrid/VRow.d.ts +15 -15
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VGrid/index.d.ts +4 -4
- package/lib/components/VHover/VHover.d.ts +1 -1
- package/lib/components/VHover/index.d.ts +1 -1
- package/lib/components/VIcon/VIcon.d.ts +24 -24
- package/lib/components/VIcon/index.d.ts +2 -2
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VImg/index.d.ts +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +14 -14
- package/lib/components/VInfiniteScroll/index.d.ts +1 -1
- package/lib/components/VInput/InputIcon.d.ts +2 -2
- package/lib/components/VInput/VInput.d.ts +32 -32
- package/lib/components/VInput/index.d.ts +1 -1
- package/lib/components/VItemGroup/VItem.d.ts +1 -1
- package/lib/components/VItemGroup/VItemGroup.d.ts +16 -16
- package/lib/components/VItemGroup/index.d.ts +2 -2
- package/lib/components/VKbd/index.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLabel/index.d.ts +1 -1
- package/lib/components/VLayout/VLayout.d.ts +9 -9
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLayout/index.d.ts +2 -2
- package/lib/components/VLazy/VLazy.d.ts +15 -15
- package/lib/components/VLazy/index.d.ts +1 -1
- package/lib/components/VList/VList.d.ts +91 -91
- package/lib/components/VList/VListChildren.d.ts +12 -12
- package/lib/components/VList/VListGroup.d.ts +16 -16
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +36 -36
- package/lib/components/VList/VListItemAction.d.ts +15 -15
- package/lib/components/VList/VListItemMedia.d.ts +15 -15
- package/lib/components/VList/VListItemSubtitle.d.ts +15 -15
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +15 -15
- package/lib/components/VList/index.d.ts +9 -9
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VLocaleProvider/index.d.ts +1 -1
- package/lib/components/VMain/VMain.d.ts +23 -23
- package/lib/components/VMain/index.d.ts +1 -1
- package/lib/components/VMenu/VMenu.d.ts +195 -195
- package/lib/components/VMenu/index.d.ts +1 -1
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VMessages/index.d.ts +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +31 -31
- package/lib/components/VNavigationDrawer/index.d.ts +1 -1
- package/lib/components/VNoSsr/index.d.ts +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOtpInput/index.d.ts +1 -1
- package/lib/components/VOverflowBtn/index.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +56 -56
- package/lib/components/VOverlay/index.d.ts +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +2 -2
- package/lib/components/VOverlay/useActivator.d.ts +3 -3
- package/lib/components/VOverlay/util/point.d.ts +2 -2
- package/lib/components/VPagination/VPagination.d.ts +40 -40
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VParallax/index.d.ts +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +23 -23
- package/lib/components/VProgressCircular/index.d.ts +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +31 -31
- package/lib/components/VProgressLinear/index.d.ts +1 -1
- package/lib/components/VRadio/VRadio.d.ts +78 -78
- package/lib/components/VRadio/index.d.ts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +60 -60
- package/lib/components/VRadioGroup/index.d.ts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +125 -125
- package/lib/components/VRangeSlider/index.d.ts +1 -1
- package/lib/components/VRating/VRating.d.ts +28 -28
- package/lib/components/VRating/index.d.ts +1 -1
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VResponsive/index.d.ts +1 -1
- package/lib/components/VSelect/VSelect.d.ts +545 -545
- package/lib/components/VSelect/index.d.ts +1 -1
- package/lib/components/VSelect/useScrolling.d.ts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +38 -38
- package/lib/components/VSelectionControl/index.d.ts +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +23 -23
- package/lib/components/VSelectionControlGroup/index.d.ts +1 -1
- package/lib/components/VSheet/VSheet.d.ts +23 -23
- package/lib/components/VSheet/index.d.ts +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +1 -1
- package/lib/components/VSkeletonLoader/index.d.ts +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +26 -26
- package/lib/components/VSlideGroup/VSlideGroupItem.d.ts +2 -2
- package/lib/components/VSlideGroup/index.d.ts +2 -2
- package/lib/components/VSlider/VSlider.d.ts +70 -70
- package/lib/components/VSlider/VSliderThumb.d.ts +4 -4
- package/lib/components/VSlider/VSliderTrack.d.ts +4 -4
- package/lib/components/VSlider/index.d.ts +1 -1
- package/lib/components/VSlider/slider.d.ts +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +152 -152
- package/lib/components/VSnackbar/index.d.ts +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +25 -25
- package/lib/components/VSparkline/VSparkline.d.ts +25 -25
- package/lib/components/VSparkline/VTrendline.d.ts +25 -25
- package/lib/components/VSparkline/index.d.ts +1 -1
- package/lib/components/VSparkline/util/path.d.ts +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +65 -65
- package/lib/components/VSpeedDial/index.d.ts +1 -1
- package/lib/components/VStepper/VStepper.d.ts +36 -36
- package/lib/components/VStepper/VStepperActions.d.ts +1 -1
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +15 -15
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VStepper/index.d.ts +6 -6
- package/lib/components/VStepper/shared.d.ts +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +66 -66
- package/lib/components/VSwitch/index.d.ts +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +15 -15
- package/lib/components/VSystemBar/index.d.ts +1 -1
- package/lib/components/VTable/VTable.d.ts +27 -27
- package/lib/components/VTable/index.d.ts +1 -1
- package/lib/components/VTabs/VTab.d.ts +148 -148
- package/lib/components/VTabs/VTabs.d.ts +64 -64
- package/lib/components/VTabs/VTabsWindow.d.ts +15 -15
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTabs/index.d.ts +4 -4
- package/lib/components/VTabs/shared.d.ts +1 -1
- package/lib/components/VTextField/VTextField.d.ts +337 -337
- package/lib/components/VTextField/index.d.ts +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +261 -261
- package/lib/components/VTextarea/index.d.ts +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +15 -15
- package/lib/components/VThemeProvider/index.d.ts +1 -1
- package/lib/components/VTimeline/VTimeline.d.ts +27 -27
- package/lib/components/VTimeline/VTimelineDivider.d.ts +4 -4
- package/lib/components/VTimeline/VTimelineItem.d.ts +16 -16
- package/lib/components/VTimeline/index.d.ts +2 -2
- package/lib/components/VToolbar/VToolbar.d.ts +23 -23
- package/lib/components/VToolbar/VToolbarItems.d.ts +7 -7
- package/lib/components/VToolbar/VToolbarTitle.d.ts +15 -15
- package/lib/components/VToolbar/index.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +190 -190
- package/lib/components/VTooltip/index.d.ts +1 -1
- package/lib/components/VValidation/VValidation.d.ts +13 -13
- package/lib/components/VValidation/index.d.ts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +16 -16
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +4 -4
- package/lib/components/VVirtualScroll/index.d.ts +1 -1
- package/lib/components/VWindow/VWindow.d.ts +19 -19
- package/lib/components/VWindow/VWindowItem.d.ts +6 -6
- package/lib/components/VWindow/index.d.ts +2 -2
- package/lib/components/index.d.ts +90 -90
- package/lib/components/transitions/createTransition.d.ts +2 -2
- package/lib/components/transitions/dialog-transition.d.ts +1 -1
- package/lib/components/transitions/index.d.ts +16 -16
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/date.d.ts +2 -2
- package/lib/composables/date/index.d.ts +3 -3
- package/lib/composables/defaults.d.ts +1 -1
- package/lib/composables/directiveComponent.d.ts +1 -1
- package/lib/composables/filter.d.ts +1 -1
- package/lib/composables/form.d.ts +2 -2
- package/lib/composables/forwardRefs.d.ts +1 -1
- package/lib/composables/goto.d.ts +1 -1
- package/lib/composables/group.d.ts +1 -1
- package/lib/composables/icons.d.ts +5 -5
- package/lib/composables/index.d.ts +16 -16
- package/lib/composables/layout.d.ts +1 -1
- package/lib/composables/list-items.d.ts +3 -3
- package/lib/composables/loader.d.ts +1 -1
- package/lib/composables/location.d.ts +1 -1
- package/lib/composables/nested/nested.d.ts +4 -4
- package/lib/composables/proxiedModel.d.ts +1 -1
- package/lib/composables/resizeObserver.d.ts +1 -1
- package/lib/composables/router.d.ts +1 -1
- package/lib/composables/selectLink.d.ts +1 -1
- package/lib/composables/tag.d.ts +1 -1
- package/lib/composables/validation.d.ts +1 -1
- package/lib/composables/variant.d.ts +1 -1
- package/lib/composables/virtual.d.ts +1 -1
- package/lib/directives/index.d.ts +8 -8
- package/lib/directives/mutate/index.d.ts +1 -1
- package/lib/directives/tooltip/index.d.ts +2 -2
- package/lib/entry-bundler.d.ts +13 -13
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +43 -43
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -2
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +1 -1
- package/lib/labs/VCalendar/index.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +249 -249
- package/lib/labs/VDateInput/index.d.ts +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +36 -36
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +110 -110
- package/lib/labs/VFileUpload/index.d.ts +2 -2
- package/lib/labs/VNumberInput/VNumberInput.d.ts +1083 -1083
- package/lib/labs/VNumberInput/index.d.ts +1 -1
- package/lib/labs/VPicker/VPicker.d.ts +23 -23
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPicker/index.d.ts +2 -2
- package/lib/labs/VPullToRefresh/VPullToRefresh.d.ts +1 -1
- package/lib/labs/VPullToRefresh/index.d.ts +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.d.ts +49 -49
- package/lib/labs/VSnackbarQueue/index.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +91 -91
- package/lib/labs/VStepperVertical/VStepperVerticalActions.d.ts +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +116 -116
- package/lib/labs/VStepperVertical/index.d.ts +3 -3
- package/lib/labs/VTimePicker/VTimePicker.d.ts +25 -25
- package/lib/labs/VTimePicker/VTimePickerClock.d.ts +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.d.ts +2 -2
- package/lib/labs/VTimePicker/index.d.ts +3 -3
- package/lib/labs/VTreeview/VTreeview.d.ts +230 -230
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +26 -26
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +71 -71
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +94 -94
- package/lib/labs/VTreeview/index.d.ts +3 -3
- package/lib/labs/allComponents.d.ts +2 -2
- package/lib/labs/components.d.ts +10 -10
- package/lib/labs/entry-bundler.d.ts +11 -11
- package/lib/labs/index.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vuetify.d.ts +1 -1
- package/lib/locale/index.d.ts +43 -43
- package/lib/util/animation.d.ts +1 -1
- package/lib/util/color/APCA.d.ts +1 -1
- package/lib/util/color/transformCIELAB.d.ts +1 -1
- package/lib/util/color/transformSRGB.d.ts +1 -1
- package/lib/util/colorUtils.d.ts +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/index.d.ts +18 -18
- package/package.json +41 -16
@@ -1,8 +1,8 @@
|
|
1
|
-
import { provideExpanded } from './composables/expand';
|
2
|
-
import { provideSelection } from './composables/select';
|
3
|
-
import type { VDataTableSlotProps, VDataTableSlots } from './VDataTable';
|
4
|
-
import type { CellProps, RowProps } from "./types";
|
5
|
-
import type { GenericProps, SelectItemKey } from "../../util";
|
1
|
+
import { provideExpanded } from './composables/expand.js';
|
2
|
+
import { provideSelection } from './composables/select.js';
|
3
|
+
import type { VDataTableSlotProps, VDataTableSlots } from './VDataTable.js';
|
4
|
+
import type { CellProps, RowProps } from "./types.js";
|
5
|
+
import type { GenericProps, SelectItemKey } from "../../util/index.js";
|
6
6
|
export declare const makeVDataTableServerProps: <Defaults extends {
|
7
7
|
prevIcon?: unknown;
|
8
8
|
nextIcon?: unknown;
|
@@ -66,44 +66,44 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
66
66
|
itemsLength?: unknown;
|
67
67
|
} = {}>(defaults?: Defaults | undefined) => {
|
68
68
|
prevIcon: unknown extends Defaults["prevIcon"] ? {
|
69
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
69
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
70
70
|
default: string;
|
71
71
|
} : Omit<{
|
72
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
72
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
73
73
|
default: string;
|
74
74
|
}, "type" | "default"> & {
|
75
|
-
type: import("vue").PropType<unknown extends Defaults["prevIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["prevIcon"]>;
|
76
|
-
default: unknown extends Defaults["prevIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["prevIcon"];
|
75
|
+
type: import("vue").PropType<unknown extends Defaults["prevIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["prevIcon"]>;
|
76
|
+
default: unknown extends Defaults["prevIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["prevIcon"];
|
77
77
|
};
|
78
78
|
nextIcon: unknown extends Defaults["nextIcon"] ? {
|
79
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
79
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
80
80
|
default: string;
|
81
81
|
} : Omit<{
|
82
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
82
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
83
83
|
default: string;
|
84
84
|
}, "type" | "default"> & {
|
85
|
-
type: import("vue").PropType<unknown extends Defaults["nextIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["nextIcon"]>;
|
86
|
-
default: unknown extends Defaults["nextIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["nextIcon"];
|
85
|
+
type: import("vue").PropType<unknown extends Defaults["nextIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["nextIcon"]>;
|
86
|
+
default: unknown extends Defaults["nextIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["nextIcon"];
|
87
87
|
};
|
88
88
|
firstIcon: unknown extends Defaults["firstIcon"] ? {
|
89
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
89
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
90
90
|
default: string;
|
91
91
|
} : Omit<{
|
92
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
92
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
93
93
|
default: string;
|
94
94
|
}, "type" | "default"> & {
|
95
|
-
type: import("vue").PropType<unknown extends Defaults["firstIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["firstIcon"]>;
|
96
|
-
default: unknown extends Defaults["firstIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["firstIcon"];
|
95
|
+
type: import("vue").PropType<unknown extends Defaults["firstIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["firstIcon"]>;
|
96
|
+
default: unknown extends Defaults["firstIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["firstIcon"];
|
97
97
|
};
|
98
98
|
lastIcon: unknown extends Defaults["lastIcon"] ? {
|
99
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
99
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
100
100
|
default: string;
|
101
101
|
} : Omit<{
|
102
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
102
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
103
103
|
default: string;
|
104
104
|
}, "type" | "default"> & {
|
105
|
-
type: import("vue").PropType<unknown extends Defaults["lastIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["lastIcon"]>;
|
106
|
-
default: unknown extends Defaults["lastIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["lastIcon"];
|
105
|
+
type: import("vue").PropType<unknown extends Defaults["lastIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["lastIcon"]>;
|
106
|
+
default: unknown extends Defaults["lastIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["lastIcon"];
|
107
107
|
};
|
108
108
|
itemsPerPageText: unknown extends Defaults["itemsPerPageText"] ? {
|
109
109
|
type: StringConstructor;
|
@@ -208,26 +208,26 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
208
208
|
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
209
209
|
};
|
210
210
|
tag: unknown extends Defaults["tag"] ? {
|
211
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
211
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
212
212
|
default: string;
|
213
213
|
} : Omit<{
|
214
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
214
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
215
215
|
default: string;
|
216
216
|
}, "type" | "default"> & {
|
217
|
-
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : string | import("../../util").JSXComponent | Defaults["tag"]>;
|
218
|
-
default: unknown extends Defaults["tag"] ? string | import("../../util").JSXComponent : NonNullable<string | import("../../util").JSXComponent> | Defaults["tag"];
|
217
|
+
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
|
218
|
+
default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
|
219
219
|
};
|
220
220
|
density: unknown extends Defaults["density"] ? {
|
221
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
221
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
222
222
|
default: string;
|
223
223
|
validator: (v: any) => boolean;
|
224
224
|
} : Omit<{
|
225
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
225
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
226
226
|
default: string;
|
227
227
|
validator: (v: any) => boolean;
|
228
228
|
}, "type" | "default"> & {
|
229
|
-
type: import("vue").PropType<unknown extends Defaults["density"] ? import("../../composables/density").Density : import("../../composables/density").Density | Defaults["density"]>;
|
230
|
-
default: unknown extends Defaults["density"] ? import("../../composables/density").Density : NonNullable<import("../../composables/density").Density> | Defaults["density"];
|
229
|
+
type: import("vue").PropType<unknown extends Defaults["density"] ? import("../../composables/density.js").Density : import("../../composables/density.js").Density | Defaults["density"]>;
|
230
|
+
default: unknown extends Defaults["density"] ? import("../../composables/density.js").Density : NonNullable<import("../../composables/density.js").Density> | Defaults["density"];
|
231
231
|
};
|
232
232
|
class: unknown extends Defaults["class"] ? import("vue").PropType<any> : {
|
233
233
|
type: import("vue").PropType<unknown extends Defaults["class"] ? any : any>;
|
@@ -273,9 +273,9 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
273
273
|
type: import("vue").PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
274
274
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
275
275
|
};
|
276
|
-
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../composables").DisplayBreakpoint> : {
|
277
|
-
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : number | import("../../composables").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
278
|
-
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables").DisplayBreakpoint : NonNullable<number | import("../../composables").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
276
|
+
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint> : {
|
277
|
+
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : number | import("../../composables/index.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
278
|
+
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/index.js").DisplayBreakpoint : NonNullable<number | import("../../composables/index.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
279
279
|
};
|
280
280
|
color: unknown extends Defaults["color"] ? StringConstructor : {
|
281
281
|
type: import("vue").PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
@@ -290,24 +290,24 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
290
290
|
default: unknown extends Defaults["multiSort"] ? boolean : boolean | Defaults["multiSort"];
|
291
291
|
};
|
292
292
|
sortAscIcon: unknown extends Defaults["sortAscIcon"] ? {
|
293
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
293
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
294
294
|
default: string;
|
295
295
|
} : Omit<{
|
296
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
296
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
297
297
|
default: string;
|
298
298
|
}, "type" | "default"> & {
|
299
|
-
type: import("vue").PropType<unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["sortAscIcon"]>;
|
300
|
-
default: unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["sortAscIcon"];
|
299
|
+
type: import("vue").PropType<unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["sortAscIcon"]>;
|
300
|
+
default: unknown extends Defaults["sortAscIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["sortAscIcon"];
|
301
301
|
};
|
302
302
|
sortDescIcon: unknown extends Defaults["sortDescIcon"] ? {
|
303
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
303
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
304
304
|
default: string;
|
305
305
|
} : Omit<{
|
306
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
306
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
307
307
|
default: string;
|
308
308
|
}, "type" | "default"> & {
|
309
|
-
type: import("vue").PropType<unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons").IconValue : import("../../composables/icons").IconValue | Defaults["sortDescIcon"]>;
|
310
|
-
default: unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons").IconValue : NonNullable<import("../../composables/icons").IconValue> | Defaults["sortDescIcon"];
|
309
|
+
type: import("vue").PropType<unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["sortDescIcon"]>;
|
310
|
+
default: unknown extends Defaults["sortDescIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["sortDescIcon"];
|
311
311
|
};
|
312
312
|
headerProps: unknown extends Defaults["headerProps"] ? {
|
313
313
|
type: import("vue").PropType<Record<string, any>>;
|
@@ -322,18 +322,18 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
322
322
|
default: unknown extends Defaults["sticky"] ? boolean : boolean | Defaults["sticky"];
|
323
323
|
};
|
324
324
|
sortBy: unknown extends Defaults["sortBy"] ? {
|
325
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
325
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
326
326
|
default: () => never[];
|
327
327
|
} : Omit<{
|
328
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
328
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
329
329
|
default: () => never[];
|
330
330
|
}, "type" | "default"> & {
|
331
|
-
type: import("vue").PropType<unknown extends Defaults["sortBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["sortBy"]>;
|
332
|
-
default: unknown extends Defaults["sortBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["sortBy"];
|
331
|
+
type: import("vue").PropType<unknown extends Defaults["sortBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["sortBy"]>;
|
332
|
+
default: unknown extends Defaults["sortBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["sortBy"];
|
333
333
|
};
|
334
|
-
customKeySort: unknown extends Defaults["customKeySort"] ? import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>> : {
|
335
|
-
type: import("vue").PropType<unknown extends Defaults["customKeySort"] ? Record<string, import("./types").DataTableCompareFunction> : Record<string, import("./types").DataTableCompareFunction> | Defaults["customKeySort"]>;
|
336
|
-
default: unknown extends Defaults["customKeySort"] ? Record<string, import("./types").DataTableCompareFunction> : Record<string, import("./types").DataTableCompareFunction> | Defaults["customKeySort"];
|
334
|
+
customKeySort: unknown extends Defaults["customKeySort"] ? import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>> : {
|
335
|
+
type: import("vue").PropType<unknown extends Defaults["customKeySort"] ? Record<string, import("./types.js").DataTableCompareFunction> : Record<string, import("./types.js").DataTableCompareFunction> | Defaults["customKeySort"]>;
|
336
|
+
default: unknown extends Defaults["customKeySort"] ? Record<string, import("./types.js").DataTableCompareFunction> : Record<string, import("./types.js").DataTableCompareFunction> | Defaults["customKeySort"];
|
337
337
|
};
|
338
338
|
mustSort: unknown extends Defaults["mustSort"] ? BooleanConstructor : {
|
339
339
|
type: import("vue").PropType<unknown extends Defaults["mustSort"] ? boolean : boolean | Defaults["mustSort"]>;
|
@@ -364,20 +364,20 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
364
364
|
default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
|
365
365
|
};
|
366
366
|
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
367
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
368
|
-
default: typeof import("../../util").deepEqual;
|
367
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
368
|
+
default: typeof import("../../util/index.js").deepEqual;
|
369
369
|
} : Omit<{
|
370
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
371
|
-
default: typeof import("../../util").deepEqual;
|
370
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
371
|
+
default: typeof import("../../util/index.js").deepEqual;
|
372
372
|
}, "type" | "default"> & {
|
373
|
-
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"]>;
|
374
|
-
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util").deepEqual : typeof import("../../util").deepEqual | Defaults["valueComparator"];
|
373
|
+
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
374
|
+
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
375
375
|
};
|
376
376
|
items: unknown extends Defaults["items"] ? {
|
377
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
377
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
378
378
|
default: () => never[];
|
379
379
|
} : Omit<{
|
380
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
380
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
381
381
|
default: () => never[];
|
382
382
|
}, "type" | "default"> & {
|
383
383
|
type: import("vue").PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
@@ -428,13 +428,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
428
428
|
readonly headerProps?: {
|
429
429
|
readonly [x: string]: any;
|
430
430
|
} | undefined;
|
431
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
431
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
432
432
|
readonly [x: string]: any;
|
433
433
|
} | undefined;
|
434
434
|
readonly sortable?: boolean | undefined;
|
435
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
436
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
437
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
435
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
436
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
437
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
438
438
|
readonly children?: readonly {
|
439
439
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
440
440
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -448,13 +448,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
448
448
|
readonly headerProps?: {
|
449
449
|
readonly [x: string]: any;
|
450
450
|
} | undefined;
|
451
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
451
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
452
452
|
readonly [x: string]: any;
|
453
453
|
} | undefined;
|
454
454
|
readonly sortable?: boolean | undefined;
|
455
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
456
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
457
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
455
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
456
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
457
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
458
458
|
readonly children?: readonly any[] | undefined;
|
459
459
|
}[] | undefined;
|
460
460
|
}[]> : {
|
@@ -471,13 +471,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
471
471
|
readonly headerProps?: {
|
472
472
|
readonly [x: string]: any;
|
473
473
|
} | undefined;
|
474
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
474
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
475
475
|
readonly [x: string]: any;
|
476
476
|
} | undefined;
|
477
477
|
readonly sortable?: boolean | undefined;
|
478
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
479
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
480
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
478
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
479
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
480
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
481
481
|
readonly children?: readonly {
|
482
482
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
483
483
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -491,13 +491,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
491
491
|
readonly headerProps?: {
|
492
492
|
readonly [x: string]: any;
|
493
493
|
} | undefined;
|
494
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
494
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
495
495
|
readonly [x: string]: any;
|
496
496
|
} | undefined;
|
497
497
|
readonly sortable?: boolean | undefined;
|
498
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
499
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
500
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
498
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
499
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
500
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
501
501
|
readonly children?: readonly any[] | undefined;
|
502
502
|
}[] | undefined;
|
503
503
|
}[] : readonly {
|
@@ -513,13 +513,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
513
513
|
readonly headerProps?: {
|
514
514
|
readonly [x: string]: any;
|
515
515
|
} | undefined;
|
516
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
516
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
517
517
|
readonly [x: string]: any;
|
518
518
|
} | undefined;
|
519
519
|
readonly sortable?: boolean | undefined;
|
520
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
521
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
522
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
520
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
521
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
522
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
523
523
|
readonly children?: readonly {
|
524
524
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
525
525
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -533,13 +533,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
533
533
|
readonly headerProps?: {
|
534
534
|
readonly [x: string]: any;
|
535
535
|
} | undefined;
|
536
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
536
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
537
537
|
readonly [x: string]: any;
|
538
538
|
} | undefined;
|
539
539
|
readonly sortable?: boolean | undefined;
|
540
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
541
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
542
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
540
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
541
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
542
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
543
543
|
readonly children?: readonly any[] | undefined;
|
544
544
|
}[] | undefined;
|
545
545
|
}[] | Defaults["headers"]>;
|
@@ -556,13 +556,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
556
556
|
readonly headerProps?: {
|
557
557
|
readonly [x: string]: any;
|
558
558
|
} | undefined;
|
559
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
559
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
560
560
|
readonly [x: string]: any;
|
561
561
|
} | undefined;
|
562
562
|
readonly sortable?: boolean | undefined;
|
563
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
564
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
565
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
563
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
564
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
565
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
566
566
|
readonly children?: readonly {
|
567
567
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
568
568
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -576,13 +576,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
576
576
|
readonly headerProps?: {
|
577
577
|
readonly [x: string]: any;
|
578
578
|
} | undefined;
|
579
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
579
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
580
580
|
readonly [x: string]: any;
|
581
581
|
} | undefined;
|
582
582
|
readonly sortable?: boolean | undefined;
|
583
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
584
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
585
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
583
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
584
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
585
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
586
586
|
readonly children?: readonly any[] | undefined;
|
587
587
|
}[] | undefined;
|
588
588
|
}[] : readonly {
|
@@ -598,13 +598,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
598
598
|
readonly headerProps?: {
|
599
599
|
readonly [x: string]: any;
|
600
600
|
} | undefined;
|
601
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
601
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
602
602
|
readonly [x: string]: any;
|
603
603
|
} | undefined;
|
604
604
|
readonly sortable?: boolean | undefined;
|
605
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
606
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
607
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
605
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
606
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
607
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
608
608
|
readonly children?: readonly {
|
609
609
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
610
610
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -618,26 +618,26 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
618
618
|
readonly headerProps?: {
|
619
619
|
readonly [x: string]: any;
|
620
620
|
} | undefined;
|
621
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
621
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
622
622
|
readonly [x: string]: any;
|
623
623
|
} | undefined;
|
624
624
|
readonly sortable?: boolean | undefined;
|
625
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
626
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
627
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
625
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
626
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
627
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
628
628
|
readonly children?: readonly any[] | undefined;
|
629
629
|
}[] | undefined;
|
630
630
|
}[] | Defaults["headers"];
|
631
631
|
};
|
632
632
|
groupBy: unknown extends Defaults["groupBy"] ? {
|
633
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
633
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
634
634
|
default: () => never[];
|
635
635
|
} : Omit<{
|
636
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
636
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
637
637
|
default: () => never[];
|
638
638
|
}, "type" | "default"> & {
|
639
|
-
type: import("vue").PropType<unknown extends Defaults["groupBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["groupBy"]>;
|
640
|
-
default: unknown extends Defaults["groupBy"] ? readonly import("./composables/sort").SortItem[] : readonly import("./composables/sort").SortItem[] | Defaults["groupBy"];
|
639
|
+
type: import("vue").PropType<unknown extends Defaults["groupBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["groupBy"]>;
|
640
|
+
default: unknown extends Defaults["groupBy"] ? readonly import("./composables/sort.js").SortItem[] : readonly import("./composables/sort.js").SortItem[] | Defaults["groupBy"];
|
641
641
|
};
|
642
642
|
expandOnClick: unknown extends Defaults["expandOnClick"] ? BooleanConstructor : {
|
643
643
|
type: import("vue").PropType<unknown extends Defaults["expandOnClick"] ? boolean : boolean | Defaults["expandOnClick"]>;
|
@@ -739,32 +739,32 @@ export declare const VDataTableServer: {
|
|
739
739
|
expanded: readonly string[];
|
740
740
|
style: import("vue").StyleValue;
|
741
741
|
mobile: boolean | null;
|
742
|
-
tag: string | import("../../util").JSXComponent;
|
742
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
743
743
|
sticky: boolean;
|
744
744
|
noDataText: string;
|
745
745
|
loadingText: string;
|
746
746
|
itemsPerPageText: string;
|
747
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
747
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
748
748
|
pageText: string;
|
749
|
-
density: import("../../composables/density").Density;
|
750
|
-
valueComparator: typeof import("../../util").deepEqual;
|
751
|
-
nextIcon: import("../../composables/icons").IconValue;
|
752
|
-
prevIcon: import("../../composables/icons").IconValue;
|
749
|
+
density: import("../../composables/density.js").Density;
|
750
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
751
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
752
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
753
753
|
selectStrategy: "all" | "page" | "single";
|
754
754
|
returnObject: boolean;
|
755
755
|
hideNoData: boolean;
|
756
756
|
hover: boolean;
|
757
757
|
multiSort: boolean;
|
758
758
|
mustSort: boolean;
|
759
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
759
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
760
760
|
disableSort: boolean;
|
761
761
|
showSelect: boolean;
|
762
762
|
expandOnClick: boolean;
|
763
763
|
showExpand: boolean;
|
764
764
|
itemsPerPage: string | number;
|
765
765
|
itemsLength: string | number;
|
766
|
-
firstIcon: import("../../composables/icons").IconValue;
|
767
|
-
lastIcon: import("../../composables/icons").IconValue;
|
766
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
767
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
768
768
|
firstPageLabel: string;
|
769
769
|
prevPageLabel: string;
|
770
770
|
nextPageLabel: string;
|
@@ -775,8 +775,8 @@ export declare const VDataTableServer: {
|
|
775
775
|
})[];
|
776
776
|
showCurrentPage: boolean;
|
777
777
|
fixedHeader: boolean;
|
778
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
779
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
778
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
779
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
780
780
|
fixedFooter: boolean;
|
781
781
|
hideDefaultBody: boolean;
|
782
782
|
hideDefaultFooter: boolean;
|
@@ -802,13 +802,13 @@ export declare const VDataTableServer: {
|
|
802
802
|
readonly headerProps?: {
|
803
803
|
readonly [x: string]: any;
|
804
804
|
} | undefined;
|
805
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
805
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
806
806
|
readonly [x: string]: any;
|
807
807
|
} | undefined;
|
808
808
|
readonly sortable?: boolean | undefined;
|
809
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
810
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
811
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
809
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
810
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
811
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
812
812
|
readonly children?: readonly {
|
813
813
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
814
814
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -822,18 +822,18 @@ export declare const VDataTableServer: {
|
|
822
822
|
readonly headerProps?: {
|
823
823
|
readonly [x: string]: any;
|
824
824
|
} | undefined;
|
825
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
825
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
826
826
|
readonly [x: string]: any;
|
827
827
|
} | undefined;
|
828
828
|
readonly sortable?: boolean | undefined;
|
829
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
830
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
831
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
829
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
830
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
831
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
832
832
|
readonly children?: readonly any[] | undefined;
|
833
833
|
}[] | undefined;
|
834
834
|
}[] | undefined;
|
835
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
836
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
835
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
836
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
837
837
|
headerProps?: Record<string, any> | undefined;
|
838
838
|
} & {
|
839
839
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
@@ -855,31 +855,31 @@ export declare const VDataTableServer: {
|
|
855
855
|
expanded: readonly string[];
|
856
856
|
style: import("vue").StyleValue;
|
857
857
|
mobile: boolean | null;
|
858
|
-
tag: string | import("../../util").JSXComponent;
|
858
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
859
859
|
sticky: boolean;
|
860
860
|
noDataText: string;
|
861
861
|
loadingText: string;
|
862
862
|
itemsPerPageText: string;
|
863
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
863
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
864
864
|
pageText: string;
|
865
|
-
density: import("../../composables/density").Density;
|
866
|
-
valueComparator: typeof import("../../util").deepEqual;
|
867
|
-
nextIcon: import("../../composables/icons").IconValue;
|
868
|
-
prevIcon: import("../../composables/icons").IconValue;
|
865
|
+
density: import("../../composables/density.js").Density;
|
866
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
867
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
868
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
869
869
|
selectStrategy: "all" | "page" | "single";
|
870
870
|
returnObject: boolean;
|
871
871
|
hideNoData: boolean;
|
872
872
|
hover: boolean;
|
873
873
|
multiSort: boolean;
|
874
874
|
mustSort: boolean;
|
875
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
875
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
876
876
|
disableSort: boolean;
|
877
877
|
showSelect: boolean;
|
878
878
|
expandOnClick: boolean;
|
879
879
|
showExpand: boolean;
|
880
880
|
itemsPerPage: string | number;
|
881
|
-
firstIcon: import("../../composables/icons").IconValue;
|
882
|
-
lastIcon: import("../../composables/icons").IconValue;
|
881
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
882
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
883
883
|
firstPageLabel: string;
|
884
884
|
prevPageLabel: string;
|
885
885
|
nextPageLabel: string;
|
@@ -890,46 +890,46 @@ export declare const VDataTableServer: {
|
|
890
890
|
})[];
|
891
891
|
showCurrentPage: boolean;
|
892
892
|
fixedHeader: boolean;
|
893
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
894
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
893
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
894
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
895
895
|
fixedFooter: boolean;
|
896
896
|
hideDefaultBody: boolean;
|
897
897
|
hideDefaultFooter: boolean;
|
898
898
|
hideDefaultHeader: boolean;
|
899
899
|
}, true, {}, import("vue").SlotsType<Partial<{
|
900
|
-
[x: `item.${string}`]: (arg: import("./types").ItemKeySlot<any>) => import("vue").VNode[];
|
901
|
-
[x: `header.${string}`]: (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
900
|
+
[x: `item.${string}`]: (arg: import("./types.js").ItemKeySlot<any>) => import("vue").VNode[];
|
901
|
+
[x: `header.${string}`]: (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
902
902
|
'data-table-group': (arg: {
|
903
|
-
item: import("./composables/group").Group;
|
903
|
+
item: import("./composables/group.js").Group;
|
904
904
|
count: number;
|
905
905
|
props: Record<string, unknown>;
|
906
906
|
}) => import("vue").VNode[];
|
907
907
|
'data-table-select': (arg: {
|
908
908
|
props: Record<string, unknown>;
|
909
909
|
}) => import("vue").VNode[];
|
910
|
-
'item.data-table-select': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
911
|
-
'item.data-table-expand': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
912
|
-
'header.data-table-select': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
913
|
-
'header.data-table-expand': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
910
|
+
'item.data-table-select': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
911
|
+
'item.data-table-expand': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
912
|
+
'header.data-table-select': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
913
|
+
'header.data-table-expand': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
914
914
|
item: (arg: {
|
915
915
|
index: number;
|
916
916
|
item: any;
|
917
|
-
internalItem: import("./types").DataTableItem<any>;
|
917
|
+
internalItem: import("./types.js").DataTableItem<any>;
|
918
918
|
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
919
919
|
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
920
920
|
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
921
921
|
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
922
922
|
} & {
|
923
|
-
columns: import("./types").InternalDataTableHeader[];
|
923
|
+
columns: import("./types.js").InternalDataTableHeader[];
|
924
924
|
} & {
|
925
925
|
props: Record<string, any>;
|
926
926
|
}) => import("vue").VNode[];
|
927
927
|
loading: () => import("vue").VNode[];
|
928
|
-
'group-header': (arg: import("./types").GroupHeaderSlot) => import("vue").VNode[];
|
928
|
+
'group-header': (arg: import("./types.js").GroupHeaderSlot) => import("vue").VNode[];
|
929
929
|
'no-data': () => import("vue").VNode[];
|
930
|
-
'expanded-row': (arg: import("./types").ItemSlot<any>) => import("vue").VNode[];
|
931
|
-
headers: (arg: import("./VDataTableHeaders").HeadersSlotProps) => import("vue").VNode[];
|
932
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
930
|
+
'expanded-row': (arg: import("./types.js").ItemSlot<any>) => import("vue").VNode[];
|
931
|
+
headers: (arg: import("./VDataTableHeaders.js").HeadersSlotProps) => import("vue").VNode[];
|
932
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
933
933
|
default: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
934
934
|
colgroup: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
935
935
|
top: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
@@ -953,32 +953,32 @@ export declare const VDataTableServer: {
|
|
953
953
|
expanded: readonly string[];
|
954
954
|
style: import("vue").StyleValue;
|
955
955
|
mobile: boolean | null;
|
956
|
-
tag: string | import("../../util").JSXComponent;
|
956
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
957
957
|
sticky: boolean;
|
958
958
|
noDataText: string;
|
959
959
|
loadingText: string;
|
960
960
|
itemsPerPageText: string;
|
961
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
961
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
962
962
|
pageText: string;
|
963
|
-
density: import("../../composables/density").Density;
|
964
|
-
valueComparator: typeof import("../../util").deepEqual;
|
965
|
-
nextIcon: import("../../composables/icons").IconValue;
|
966
|
-
prevIcon: import("../../composables/icons").IconValue;
|
963
|
+
density: import("../../composables/density.js").Density;
|
964
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
965
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
966
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
967
967
|
selectStrategy: "all" | "page" | "single";
|
968
968
|
returnObject: boolean;
|
969
969
|
hideNoData: boolean;
|
970
970
|
hover: boolean;
|
971
971
|
multiSort: boolean;
|
972
972
|
mustSort: boolean;
|
973
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
973
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
974
974
|
disableSort: boolean;
|
975
975
|
showSelect: boolean;
|
976
976
|
expandOnClick: boolean;
|
977
977
|
showExpand: boolean;
|
978
978
|
itemsPerPage: string | number;
|
979
979
|
itemsLength: string | number;
|
980
|
-
firstIcon: import("../../composables/icons").IconValue;
|
981
|
-
lastIcon: import("../../composables/icons").IconValue;
|
980
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
981
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
982
982
|
firstPageLabel: string;
|
983
983
|
prevPageLabel: string;
|
984
984
|
nextPageLabel: string;
|
@@ -989,8 +989,8 @@ export declare const VDataTableServer: {
|
|
989
989
|
})[];
|
990
990
|
showCurrentPage: boolean;
|
991
991
|
fixedHeader: boolean;
|
992
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
993
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
992
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
993
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
994
994
|
fixedFooter: boolean;
|
995
995
|
hideDefaultBody: boolean;
|
996
996
|
hideDefaultFooter: boolean;
|
@@ -1016,13 +1016,13 @@ export declare const VDataTableServer: {
|
|
1016
1016
|
readonly headerProps?: {
|
1017
1017
|
readonly [x: string]: any;
|
1018
1018
|
} | undefined;
|
1019
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1019
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1020
1020
|
readonly [x: string]: any;
|
1021
1021
|
} | undefined;
|
1022
1022
|
readonly sortable?: boolean | undefined;
|
1023
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1024
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1025
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1023
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1024
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1025
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1026
1026
|
readonly children?: readonly {
|
1027
1027
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
1028
1028
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -1036,18 +1036,18 @@ export declare const VDataTableServer: {
|
|
1036
1036
|
readonly headerProps?: {
|
1037
1037
|
readonly [x: string]: any;
|
1038
1038
|
} | undefined;
|
1039
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1039
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1040
1040
|
readonly [x: string]: any;
|
1041
1041
|
} | undefined;
|
1042
1042
|
readonly sortable?: boolean | undefined;
|
1043
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1044
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1045
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1043
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1044
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1045
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1046
1046
|
readonly children?: readonly any[] | undefined;
|
1047
1047
|
}[] | undefined;
|
1048
1048
|
}[] | undefined;
|
1049
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
1050
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
1049
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
1050
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1051
1051
|
headerProps?: Record<string, any> | undefined;
|
1052
1052
|
} & {
|
1053
1053
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
@@ -1061,31 +1061,31 @@ export declare const VDataTableServer: {
|
|
1061
1061
|
expanded: readonly string[];
|
1062
1062
|
style: import("vue").StyleValue;
|
1063
1063
|
mobile: boolean | null;
|
1064
|
-
tag: string | import("../../util").JSXComponent;
|
1064
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1065
1065
|
sticky: boolean;
|
1066
1066
|
noDataText: string;
|
1067
1067
|
loadingText: string;
|
1068
1068
|
itemsPerPageText: string;
|
1069
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
1069
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1070
1070
|
pageText: string;
|
1071
|
-
density: import("../../composables/density").Density;
|
1072
|
-
valueComparator: typeof import("../../util").deepEqual;
|
1073
|
-
nextIcon: import("../../composables/icons").IconValue;
|
1074
|
-
prevIcon: import("../../composables/icons").IconValue;
|
1071
|
+
density: import("../../composables/density.js").Density;
|
1072
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1073
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1074
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1075
1075
|
selectStrategy: "all" | "page" | "single";
|
1076
1076
|
returnObject: boolean;
|
1077
1077
|
hideNoData: boolean;
|
1078
1078
|
hover: boolean;
|
1079
1079
|
multiSort: boolean;
|
1080
1080
|
mustSort: boolean;
|
1081
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
1081
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1082
1082
|
disableSort: boolean;
|
1083
1083
|
showSelect: boolean;
|
1084
1084
|
expandOnClick: boolean;
|
1085
1085
|
showExpand: boolean;
|
1086
1086
|
itemsPerPage: string | number;
|
1087
|
-
firstIcon: import("../../composables/icons").IconValue;
|
1088
|
-
lastIcon: import("../../composables/icons").IconValue;
|
1087
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
1088
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
1089
1089
|
firstPageLabel: string;
|
1090
1090
|
prevPageLabel: string;
|
1091
1091
|
nextPageLabel: string;
|
@@ -1096,8 +1096,8 @@ export declare const VDataTableServer: {
|
|
1096
1096
|
})[];
|
1097
1097
|
showCurrentPage: boolean;
|
1098
1098
|
fixedHeader: boolean;
|
1099
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
1100
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
1099
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
1100
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
1101
1101
|
fixedFooter: boolean;
|
1102
1102
|
hideDefaultBody: boolean;
|
1103
1103
|
hideDefaultFooter: boolean;
|
@@ -1111,32 +1111,32 @@ export declare const VDataTableServer: {
|
|
1111
1111
|
expanded: readonly string[];
|
1112
1112
|
style: import("vue").StyleValue;
|
1113
1113
|
mobile: boolean | null;
|
1114
|
-
tag: string | import("../../util").JSXComponent;
|
1114
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1115
1115
|
sticky: boolean;
|
1116
1116
|
noDataText: string;
|
1117
1117
|
loadingText: string;
|
1118
1118
|
itemsPerPageText: string;
|
1119
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
1119
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1120
1120
|
pageText: string;
|
1121
|
-
density: import("../../composables/density").Density;
|
1122
|
-
valueComparator: typeof import("../../util").deepEqual;
|
1123
|
-
nextIcon: import("../../composables/icons").IconValue;
|
1124
|
-
prevIcon: import("../../composables/icons").IconValue;
|
1121
|
+
density: import("../../composables/density.js").Density;
|
1122
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1123
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1124
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1125
1125
|
selectStrategy: "all" | "page" | "single";
|
1126
1126
|
returnObject: boolean;
|
1127
1127
|
hideNoData: boolean;
|
1128
1128
|
hover: boolean;
|
1129
1129
|
multiSort: boolean;
|
1130
1130
|
mustSort: boolean;
|
1131
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
1131
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1132
1132
|
disableSort: boolean;
|
1133
1133
|
showSelect: boolean;
|
1134
1134
|
expandOnClick: boolean;
|
1135
1135
|
showExpand: boolean;
|
1136
1136
|
itemsPerPage: string | number;
|
1137
1137
|
itemsLength: string | number;
|
1138
|
-
firstIcon: import("../../composables/icons").IconValue;
|
1139
|
-
lastIcon: import("../../composables/icons").IconValue;
|
1138
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
1139
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
1140
1140
|
firstPageLabel: string;
|
1141
1141
|
prevPageLabel: string;
|
1142
1142
|
nextPageLabel: string;
|
@@ -1147,8 +1147,8 @@ export declare const VDataTableServer: {
|
|
1147
1147
|
})[];
|
1148
1148
|
showCurrentPage: boolean;
|
1149
1149
|
fixedHeader: boolean;
|
1150
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
1151
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
1150
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
1151
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
1152
1152
|
fixedFooter: boolean;
|
1153
1153
|
hideDefaultBody: boolean;
|
1154
1154
|
hideDefaultFooter: boolean;
|
@@ -1174,13 +1174,13 @@ export declare const VDataTableServer: {
|
|
1174
1174
|
readonly headerProps?: {
|
1175
1175
|
readonly [x: string]: any;
|
1176
1176
|
} | undefined;
|
1177
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1177
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1178
1178
|
readonly [x: string]: any;
|
1179
1179
|
} | undefined;
|
1180
1180
|
readonly sortable?: boolean | undefined;
|
1181
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1182
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1183
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1181
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1182
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1183
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1184
1184
|
readonly children?: readonly {
|
1185
1185
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
1186
1186
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -1194,18 +1194,18 @@ export declare const VDataTableServer: {
|
|
1194
1194
|
readonly headerProps?: {
|
1195
1195
|
readonly [x: string]: any;
|
1196
1196
|
} | undefined;
|
1197
|
-
readonly cellProps?: ((data: Pick<import("./types").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1197
|
+
readonly cellProps?: ((data: Pick<import("./types.js").ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
1198
1198
|
readonly [x: string]: any;
|
1199
1199
|
} | undefined;
|
1200
1200
|
readonly sortable?: boolean | undefined;
|
1201
|
-
readonly sort?: import("./types").DataTableCompareFunction | undefined;
|
1202
|
-
readonly sortRaw?: import("./types").DataTableCompareFunction | undefined;
|
1203
|
-
readonly filter?: import("../../composables/filter").FilterFunction | undefined;
|
1201
|
+
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1202
|
+
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1203
|
+
readonly filter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1204
1204
|
readonly children?: readonly any[] | undefined;
|
1205
1205
|
}[] | undefined;
|
1206
1206
|
}[] | undefined;
|
1207
|
-
mobileBreakpoint?: number | import("../../composables").DisplayBreakpoint | undefined;
|
1208
|
-
customKeySort?: Record<string, import("./types").DataTableCompareFunction> | undefined;
|
1207
|
+
mobileBreakpoint?: number | import("../../composables/index.js").DisplayBreakpoint | undefined;
|
1208
|
+
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1209
1209
|
headerProps?: Record<string, any> | undefined;
|
1210
1210
|
} & {
|
1211
1211
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
@@ -1227,31 +1227,31 @@ export declare const VDataTableServer: {
|
|
1227
1227
|
expanded: readonly string[];
|
1228
1228
|
style: import("vue").StyleValue;
|
1229
1229
|
mobile: boolean | null;
|
1230
|
-
tag: string | import("../../util").JSXComponent;
|
1230
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
1231
1231
|
sticky: boolean;
|
1232
1232
|
noDataText: string;
|
1233
1233
|
loadingText: string;
|
1234
1234
|
itemsPerPageText: string;
|
1235
|
-
sortBy: readonly import("./composables/sort").SortItem[];
|
1235
|
+
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1236
1236
|
pageText: string;
|
1237
|
-
density: import("../../composables/density").Density;
|
1238
|
-
valueComparator: typeof import("../../util").deepEqual;
|
1239
|
-
nextIcon: import("../../composables/icons").IconValue;
|
1240
|
-
prevIcon: import("../../composables/icons").IconValue;
|
1237
|
+
density: import("../../composables/density.js").Density;
|
1238
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1239
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1240
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1241
1241
|
selectStrategy: "all" | "page" | "single";
|
1242
1242
|
returnObject: boolean;
|
1243
1243
|
hideNoData: boolean;
|
1244
1244
|
hover: boolean;
|
1245
1245
|
multiSort: boolean;
|
1246
1246
|
mustSort: boolean;
|
1247
|
-
groupBy: readonly import("./composables/sort").SortItem[];
|
1247
|
+
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1248
1248
|
disableSort: boolean;
|
1249
1249
|
showSelect: boolean;
|
1250
1250
|
expandOnClick: boolean;
|
1251
1251
|
showExpand: boolean;
|
1252
1252
|
itemsPerPage: string | number;
|
1253
|
-
firstIcon: import("../../composables/icons").IconValue;
|
1254
|
-
lastIcon: import("../../composables/icons").IconValue;
|
1253
|
+
firstIcon: import("../../composables/icons.js").IconValue;
|
1254
|
+
lastIcon: import("../../composables/icons.js").IconValue;
|
1255
1255
|
firstPageLabel: string;
|
1256
1256
|
prevPageLabel: string;
|
1257
1257
|
nextPageLabel: string;
|
@@ -1262,46 +1262,46 @@ export declare const VDataTableServer: {
|
|
1262
1262
|
})[];
|
1263
1263
|
showCurrentPage: boolean;
|
1264
1264
|
fixedHeader: boolean;
|
1265
|
-
sortAscIcon: import("../../composables/icons").IconValue;
|
1266
|
-
sortDescIcon: import("../../composables/icons").IconValue;
|
1265
|
+
sortAscIcon: import("../../composables/icons.js").IconValue;
|
1266
|
+
sortDescIcon: import("../../composables/icons.js").IconValue;
|
1267
1267
|
fixedFooter: boolean;
|
1268
1268
|
hideDefaultBody: boolean;
|
1269
1269
|
hideDefaultFooter: boolean;
|
1270
1270
|
hideDefaultHeader: boolean;
|
1271
1271
|
}, {}, string, import("vue").SlotsType<Partial<{
|
1272
|
-
[x: `item.${string}`]: (arg: import("./types").ItemKeySlot<any>) => import("vue").VNode[];
|
1273
|
-
[x: `header.${string}`]: (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1272
|
+
[x: `item.${string}`]: (arg: import("./types.js").ItemKeySlot<any>) => import("vue").VNode[];
|
1273
|
+
[x: `header.${string}`]: (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1274
1274
|
'data-table-group': (arg: {
|
1275
|
-
item: import("./composables/group").Group;
|
1275
|
+
item: import("./composables/group.js").Group;
|
1276
1276
|
count: number;
|
1277
1277
|
props: Record<string, unknown>;
|
1278
1278
|
}) => import("vue").VNode[];
|
1279
1279
|
'data-table-select': (arg: {
|
1280
1280
|
props: Record<string, unknown>;
|
1281
1281
|
}) => import("vue").VNode[];
|
1282
|
-
'item.data-table-select': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1283
|
-
'item.data-table-expand': (arg: Omit<import("./types").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1284
|
-
'header.data-table-select': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1285
|
-
'header.data-table-expand': (arg: import("./VDataTableHeaders").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1282
|
+
'item.data-table-select': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1283
|
+
'item.data-table-expand': (arg: Omit<import("./types.js").ItemKeySlot<any>, "value">) => import("vue").VNode[];
|
1284
|
+
'header.data-table-select': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1285
|
+
'header.data-table-expand': (arg: import("./VDataTableHeaders.js").VDataTableHeaderCellColumnSlotProps) => import("vue").VNode[];
|
1286
1286
|
item: (arg: {
|
1287
1287
|
index: number;
|
1288
1288
|
item: any;
|
1289
|
-
internalItem: import("./types").DataTableItem<any>;
|
1289
|
+
internalItem: import("./types.js").DataTableItem<any>;
|
1290
1290
|
isExpanded: ReturnType<typeof provideExpanded>["isExpanded"];
|
1291
1291
|
toggleExpand: ReturnType<typeof provideExpanded>["toggleExpand"];
|
1292
1292
|
isSelected: ReturnType<typeof provideSelection>["isSelected"];
|
1293
1293
|
toggleSelect: ReturnType<typeof provideSelection>["toggleSelect"];
|
1294
1294
|
} & {
|
1295
|
-
columns: import("./types").InternalDataTableHeader[];
|
1295
|
+
columns: import("./types.js").InternalDataTableHeader[];
|
1296
1296
|
} & {
|
1297
1297
|
props: Record<string, any>;
|
1298
1298
|
}) => import("vue").VNode[];
|
1299
1299
|
loading: () => import("vue").VNode[];
|
1300
|
-
'group-header': (arg: import("./types").GroupHeaderSlot) => import("vue").VNode[];
|
1300
|
+
'group-header': (arg: import("./types.js").GroupHeaderSlot) => import("vue").VNode[];
|
1301
1301
|
'no-data': () => import("vue").VNode[];
|
1302
|
-
'expanded-row': (arg: import("./types").ItemSlot<any>) => import("vue").VNode[];
|
1303
|
-
headers: (arg: import("./VDataTableHeaders").HeadersSlotProps) => import("vue").VNode[];
|
1304
|
-
loader: (arg: import("../../composables/loader").LoaderSlotProps) => import("vue").VNode[];
|
1302
|
+
'expanded-row': (arg: import("./types.js").ItemSlot<any>) => import("vue").VNode[];
|
1303
|
+
headers: (arg: import("./VDataTableHeaders.js").HeadersSlotProps) => import("vue").VNode[];
|
1304
|
+
loader: (arg: import("../../composables/loader.js").LoaderSlotProps) => import("vue").VNode[];
|
1305
1305
|
default: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
1306
1306
|
colgroup: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
1307
1307
|
top: (arg: VDataTableSlotProps<any>) => import("vue").VNode[];
|
@@ -1321,21 +1321,21 @@ export declare const VDataTableServer: {
|
|
1321
1321
|
itemSelectable?: SelectItemKey<ItemType<T>>;
|
1322
1322
|
modelValue?: V;
|
1323
1323
|
"onUpdate:modelValue"?: (value: V) => void;
|
1324
|
-
}, slots: VDataTableSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util").FilterPropsOptions<{
|
1324
|
+
}, slots: VDataTableSlots<ItemType<T>>) => GenericProps<typeof props, typeof slots>) & import("../../util/index.js").FilterPropsOptions<{
|
1325
1325
|
prevIcon: {
|
1326
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1326
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1327
1327
|
default: string;
|
1328
1328
|
};
|
1329
1329
|
nextIcon: {
|
1330
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1330
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1331
1331
|
default: string;
|
1332
1332
|
};
|
1333
1333
|
firstIcon: {
|
1334
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1334
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1335
1335
|
default: string;
|
1336
1336
|
};
|
1337
1337
|
lastIcon: {
|
1338
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1338
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1339
1339
|
default: string;
|
1340
1340
|
};
|
1341
1341
|
itemsPerPageText: {
|
@@ -1375,15 +1375,15 @@ export declare const VDataTableServer: {
|
|
1375
1375
|
showCurrentPage: BooleanConstructor;
|
1376
1376
|
theme: StringConstructor;
|
1377
1377
|
tag: {
|
1378
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
1378
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
1379
1379
|
default: string;
|
1380
1380
|
};
|
1381
1381
|
density: {
|
1382
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
1382
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
1383
1383
|
default: string;
|
1384
1384
|
validator: (v: any) => boolean;
|
1385
1385
|
};
|
1386
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
1386
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
1387
1387
|
style: {
|
1388
1388
|
type: import("vue").PropType<import("vue").StyleValue>;
|
1389
1389
|
default: null;
|
@@ -1397,16 +1397,16 @@ export declare const VDataTableServer: {
|
|
1397
1397
|
type: import("vue").PropType<boolean | null>;
|
1398
1398
|
default: boolean;
|
1399
1399
|
};
|
1400
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../composables").DisplayBreakpoint>;
|
1400
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
|
1401
1401
|
color: StringConstructor;
|
1402
1402
|
disableSort: BooleanConstructor;
|
1403
1403
|
multiSort: BooleanConstructor;
|
1404
1404
|
sortAscIcon: {
|
1405
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1405
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1406
1406
|
default: string;
|
1407
1407
|
};
|
1408
1408
|
sortDescIcon: {
|
1409
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1409
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1410
1410
|
default: string;
|
1411
1411
|
};
|
1412
1412
|
headerProps: {
|
@@ -1414,10 +1414,10 @@ export declare const VDataTableServer: {
|
|
1414
1414
|
};
|
1415
1415
|
sticky: BooleanConstructor;
|
1416
1416
|
sortBy: {
|
1417
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1417
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1418
1418
|
default: () => never[];
|
1419
1419
|
};
|
1420
|
-
customKeySort: import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>>;
|
1420
|
+
customKeySort: import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>>;
|
1421
1421
|
mustSort: BooleanConstructor;
|
1422
1422
|
showSelect: BooleanConstructor;
|
1423
1423
|
selectStrategy: {
|
@@ -1429,11 +1429,11 @@ export declare const VDataTableServer: {
|
|
1429
1429
|
default: () => never[];
|
1430
1430
|
};
|
1431
1431
|
valueComparator: {
|
1432
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
1433
|
-
default: typeof import("../../util").deepEqual;
|
1432
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
1433
|
+
default: typeof import("../../util/index.js").deepEqual;
|
1434
1434
|
};
|
1435
1435
|
items: {
|
1436
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
1436
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
1437
1437
|
default: () => never[];
|
1438
1438
|
};
|
1439
1439
|
itemValue: {
|
@@ -1447,9 +1447,9 @@ export declare const VDataTableServer: {
|
|
1447
1447
|
rowProps: import("vue").PropType<RowProps<any>>;
|
1448
1448
|
cellProps: import("vue").PropType<CellProps<any>>;
|
1449
1449
|
returnObject: BooleanConstructor;
|
1450
|
-
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types").DataTableHeader[]>>;
|
1450
|
+
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types.js").DataTableHeader[]>>;
|
1451
1451
|
groupBy: {
|
1452
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1452
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1453
1453
|
default: () => never[];
|
1454
1454
|
};
|
1455
1455
|
expandOnClick: BooleanConstructor;
|
@@ -1486,19 +1486,19 @@ export declare const VDataTableServer: {
|
|
1486
1486
|
};
|
1487
1487
|
}, import("vue").ExtractPropTypes<{
|
1488
1488
|
prevIcon: {
|
1489
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1489
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1490
1490
|
default: string;
|
1491
1491
|
};
|
1492
1492
|
nextIcon: {
|
1493
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1493
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1494
1494
|
default: string;
|
1495
1495
|
};
|
1496
1496
|
firstIcon: {
|
1497
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1497
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1498
1498
|
default: string;
|
1499
1499
|
};
|
1500
1500
|
lastIcon: {
|
1501
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1501
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1502
1502
|
default: string;
|
1503
1503
|
};
|
1504
1504
|
itemsPerPageText: {
|
@@ -1538,15 +1538,15 @@ export declare const VDataTableServer: {
|
|
1538
1538
|
showCurrentPage: BooleanConstructor;
|
1539
1539
|
theme: StringConstructor;
|
1540
1540
|
tag: {
|
1541
|
-
type: import("vue").PropType<string | import("../../util").JSXComponent>;
|
1541
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
1542
1542
|
default: string;
|
1543
1543
|
};
|
1544
1544
|
density: {
|
1545
|
-
type: import("vue").PropType<import("../../composables/density").Density>;
|
1545
|
+
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
1546
1546
|
default: string;
|
1547
1547
|
validator: (v: any) => boolean;
|
1548
1548
|
};
|
1549
|
-
class: import("vue").PropType<import("../../composables/component").ClassValue>;
|
1549
|
+
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
1550
1550
|
style: {
|
1551
1551
|
type: import("vue").PropType<import("vue").StyleValue>;
|
1552
1552
|
default: null;
|
@@ -1560,16 +1560,16 @@ export declare const VDataTableServer: {
|
|
1560
1560
|
type: import("vue").PropType<boolean | null>;
|
1561
1561
|
default: boolean;
|
1562
1562
|
};
|
1563
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../composables").DisplayBreakpoint>;
|
1563
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../composables/index.js").DisplayBreakpoint>;
|
1564
1564
|
color: StringConstructor;
|
1565
1565
|
disableSort: BooleanConstructor;
|
1566
1566
|
multiSort: BooleanConstructor;
|
1567
1567
|
sortAscIcon: {
|
1568
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1568
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1569
1569
|
default: string;
|
1570
1570
|
};
|
1571
1571
|
sortDescIcon: {
|
1572
|
-
type: import("vue").PropType<import("../../composables/icons").IconValue>;
|
1572
|
+
type: import("vue").PropType<import("../../composables/icons.js").IconValue>;
|
1573
1573
|
default: string;
|
1574
1574
|
};
|
1575
1575
|
headerProps: {
|
@@ -1577,10 +1577,10 @@ export declare const VDataTableServer: {
|
|
1577
1577
|
};
|
1578
1578
|
sticky: BooleanConstructor;
|
1579
1579
|
sortBy: {
|
1580
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1580
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1581
1581
|
default: () => never[];
|
1582
1582
|
};
|
1583
|
-
customKeySort: import("vue").PropType<Record<string, import("./types").DataTableCompareFunction>>;
|
1583
|
+
customKeySort: import("vue").PropType<Record<string, import("./types.js").DataTableCompareFunction>>;
|
1584
1584
|
mustSort: BooleanConstructor;
|
1585
1585
|
showSelect: BooleanConstructor;
|
1586
1586
|
selectStrategy: {
|
@@ -1592,11 +1592,11 @@ export declare const VDataTableServer: {
|
|
1592
1592
|
default: () => never[];
|
1593
1593
|
};
|
1594
1594
|
valueComparator: {
|
1595
|
-
type: import("vue").PropType<typeof import("../../util").deepEqual>;
|
1596
|
-
default: typeof import("../../util").deepEqual;
|
1595
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
1596
|
+
default: typeof import("../../util/index.js").deepEqual;
|
1597
1597
|
};
|
1598
1598
|
items: {
|
1599
|
-
type: import("vue").PropType<import("./composables/items").DataTableItemProps["items"]>;
|
1599
|
+
type: import("vue").PropType<import("./composables/items.js").DataTableItemProps["items"]>;
|
1600
1600
|
default: () => never[];
|
1601
1601
|
};
|
1602
1602
|
itemValue: {
|
@@ -1610,9 +1610,9 @@ export declare const VDataTableServer: {
|
|
1610
1610
|
rowProps: import("vue").PropType<RowProps<any>>;
|
1611
1611
|
cellProps: import("vue").PropType<CellProps<any>>;
|
1612
1612
|
returnObject: BooleanConstructor;
|
1613
|
-
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types").DataTableHeader[]>>;
|
1613
|
+
headers: import("vue").PropType<import("vue").DeepReadonly<import("./types.js").DataTableHeader[]>>;
|
1614
1614
|
groupBy: {
|
1615
|
-
type: import("vue").PropType<readonly import("./composables/sort").SortItem[]>;
|
1615
|
+
type: import("vue").PropType<readonly import("./composables/sort.js").SortItem[]>;
|
1616
1616
|
default: () => never[];
|
1617
1617
|
};
|
1618
1618
|
expandOnClick: BooleanConstructor;
|