@vuetify/nightly 3.7.5-master.2024-12-17 → 3.7.6-dev.2025-01-06
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/dist/json/attributes.json +2037 -2021
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +4057 -4019
- package/dist/vuetify-labs.css +4809 -4809
- package/dist/vuetify-labs.d.ts +3395 -14377
- package/dist/vuetify-labs.esm.js +81 -62
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -61
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2423 -2423
- package/dist/vuetify.d.ts +3157 -12301
- package/dist/vuetify.esm.js +81 -62
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +80 -61
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +894 -894
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +17 -95
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +3 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +50 -388
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +3 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +21 -16
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2975 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/theme.mjs +18 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +14 -7
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +63 -61
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
@@ -64,10 +64,10 @@ type ExpandProps = {
|
|
64
64
|
};
|
65
65
|
declare function provideExpanded(props: ExpandProps): {
|
66
66
|
expand: (item: DataTableItem, value: boolean) => void;
|
67
|
-
expanded: Ref<Set<string>> & {
|
67
|
+
expanded: Ref<Set<string>, Set<string>> & {
|
68
68
|
readonly externalValue: readonly string[];
|
69
69
|
};
|
70
|
-
expandOnClick: Ref<boolean>;
|
70
|
+
expandOnClick: Ref<boolean, boolean>;
|
71
71
|
isExpanded: (item: DataTableItem) => boolean;
|
72
72
|
toggleExpand: (item: DataTableItem) => void;
|
73
73
|
};
|
@@ -98,7 +98,7 @@ declare function provideSort(options: {
|
|
98
98
|
multiSort: Ref<boolean>;
|
99
99
|
page?: Ref<number>;
|
100
100
|
}): {
|
101
|
-
sortBy: Ref<readonly SortItem[]>;
|
101
|
+
sortBy: Ref<readonly SortItem[], readonly SortItem[]>;
|
102
102
|
toggleSort: (column: InternalDataTableHeader) => void;
|
103
103
|
isSorted: (column: InternalDataTableHeader) => boolean;
|
104
104
|
};
|
@@ -122,8 +122,8 @@ declare function provideGroupBy(options: {
|
|
122
122
|
}): {
|
123
123
|
sortByWithGroups: vue.ComputedRef<SortItem[]>;
|
124
124
|
toggleGroup: (group: Group) => void;
|
125
|
-
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any
|
126
|
-
groupBy: Ref<readonly SortItem[]>;
|
125
|
+
opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
|
126
|
+
groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
|
127
127
|
extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
|
128
128
|
isGroupOpen: (group: Group) => boolean;
|
129
129
|
};
|
@@ -258,40 +258,7 @@ type VDataTableHeadersSlots = {
|
|
258
258
|
[key: `header.${string}`]: VDataTableHeaderCellColumnSlotProps;
|
259
259
|
};
|
260
260
|
declare const VDataTableHeaders: {
|
261
|
-
new (...args: any[]): vue.
|
262
|
-
mobile: boolean | null;
|
263
|
-
sticky: boolean;
|
264
|
-
multiSort: boolean;
|
265
|
-
disableSort: boolean;
|
266
|
-
sortAscIcon: IconValue;
|
267
|
-
sortDescIcon: IconValue;
|
268
|
-
} & {
|
269
|
-
color?: string | undefined;
|
270
|
-
loading?: string | boolean | undefined;
|
271
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
272
|
-
headerProps?: Record<string, any> | undefined;
|
273
|
-
} & {
|
274
|
-
$children?: {} | vue.VNodeChild | {
|
275
|
-
[x: `header.${string}`]: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
276
|
-
headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
277
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
278
|
-
'header.data-table-select'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
279
|
-
'header.data-table-expand'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
280
|
-
};
|
281
|
-
'v-slots'?: {
|
282
|
-
[x: `header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
283
|
-
headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
284
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
285
|
-
'header.data-table-select'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
286
|
-
'header.data-table-expand'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
287
|
-
} | undefined;
|
288
|
-
} & {
|
289
|
-
[x: `v-slot:header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
290
|
-
"v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
|
291
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
292
|
-
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
293
|
-
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
294
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
261
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
295
262
|
mobile: boolean | null;
|
296
263
|
sticky: boolean;
|
297
264
|
multiSort: boolean;
|
@@ -324,7 +291,7 @@ declare const VDataTableHeaders: {
|
|
324
291
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
325
292
|
"v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
326
293
|
"v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
|
327
|
-
}, {
|
294
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
328
295
|
mobile: boolean | null;
|
329
296
|
sticky: boolean;
|
330
297
|
multiSort: boolean;
|
@@ -337,7 +304,7 @@ declare const VDataTableHeaders: {
|
|
337
304
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
338
305
|
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
339
306
|
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
340
|
-
}>>, {
|
307
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
341
308
|
P: {};
|
342
309
|
B: {};
|
343
310
|
D: {};
|
@@ -434,7 +401,7 @@ declare const VDataTableHeaders: {
|
|
434
401
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
435
402
|
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
436
403
|
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
437
|
-
}
|
404
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
438
405
|
loading: (StringConstructor | BooleanConstructor)[];
|
439
406
|
mobile: {
|
440
407
|
type: PropType<boolean | null>;
|
@@ -488,12 +455,12 @@ declare function providePagination(options: {
|
|
488
455
|
itemsPerPage: Ref<number>;
|
489
456
|
itemsLength: Ref<number>;
|
490
457
|
}): {
|
491
|
-
page: Ref<number>;
|
492
|
-
itemsPerPage: Ref<number>;
|
458
|
+
page: Ref<number, number>;
|
459
|
+
itemsPerPage: Ref<number, number>;
|
493
460
|
startIndex: vue.ComputedRef<number>;
|
494
461
|
stopIndex: vue.ComputedRef<number>;
|
495
462
|
pageCount: vue.ComputedRef<number>;
|
496
|
-
itemsLength: Ref<number>;
|
463
|
+
itemsLength: Ref<number, number>;
|
497
464
|
nextPage: () => void;
|
498
465
|
prevPage: () => void;
|
499
466
|
setPage: (value: number) => void;
|
@@ -521,7 +488,7 @@ type VDataTableRowSlots<T> = {
|
|
521
488
|
[key: `header.${string}`]: VDataTableHeaderCellColumnSlotProps;
|
522
489
|
};
|
523
490
|
declare const VDataTableRow: {
|
524
|
-
new (...args: any[]): vue.
|
491
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
525
492
|
mobile: boolean | null;
|
526
493
|
} & {
|
527
494
|
index?: number | undefined;
|
@@ -529,15 +496,7 @@ declare const VDataTableRow: {
|
|
529
496
|
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
530
497
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
531
498
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
532
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "item" | "$children" | "v-slots" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
533
|
-
mobile: boolean | null;
|
534
|
-
} & {
|
535
|
-
index?: number | undefined;
|
536
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
537
|
-
onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
|
538
|
-
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
539
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
540
|
-
}, {
|
499
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "item" | "$children" | "v-slots" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
541
500
|
mobile: boolean | null;
|
542
501
|
}, true, {}, vue.SlotsType<Partial<{
|
543
502
|
[x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode[];
|
@@ -546,7 +505,7 @@ declare const VDataTableRow: {
|
|
546
505
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode[];
|
547
506
|
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
548
507
|
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
549
|
-
}>>, {
|
508
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
550
509
|
P: {};
|
551
510
|
B: {};
|
552
511
|
D: {};
|
@@ -584,7 +543,7 @@ declare const VDataTableRow: {
|
|
584
543
|
'item.data-table-expand': (arg: Omit<ItemKeySlot<unknown>, "value">) => vue.VNode[];
|
585
544
|
'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
586
545
|
'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode[];
|
587
|
-
}
|
546
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
588
547
|
item?: DataTableItem<T>;
|
589
548
|
cellProps?: CellProps<T>;
|
590
549
|
}, slots: VDataTableRowSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -624,7 +583,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
624
583
|
'expanded-row': ItemSlot<T>;
|
625
584
|
};
|
626
585
|
declare const VDataTableRows: {
|
627
|
-
new (...args: any[]): vue.
|
586
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
628
587
|
mobile: boolean | null;
|
629
588
|
noDataText: string;
|
630
589
|
loadingText: string;
|
@@ -634,17 +593,7 @@ declare const VDataTableRows: {
|
|
634
593
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
635
594
|
cellProps?: CellProps<any> | undefined;
|
636
595
|
rowProps?: RowProps<any> | undefined;
|
637
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
638
|
-
mobile: boolean | null;
|
639
|
-
noDataText: string;
|
640
|
-
loadingText: string;
|
641
|
-
hideNoData: boolean;
|
642
|
-
} & {
|
643
|
-
loading?: string | boolean | undefined;
|
644
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
645
|
-
cellProps?: CellProps<any> | undefined;
|
646
|
-
rowProps?: RowProps<any> | undefined;
|
647
|
-
}, {
|
596
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
648
597
|
mobile: boolean | null;
|
649
598
|
noDataText: string;
|
650
599
|
loadingText: string;
|
@@ -681,7 +630,7 @@ declare const VDataTableRows: {
|
|
681
630
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
682
631
|
'no-data': () => vue.VNode[];
|
683
632
|
'expanded-row': (arg: ItemSlot<unknown>) => vue.VNode[];
|
684
|
-
}>>, {
|
633
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
685
634
|
P: {};
|
686
635
|
B: {};
|
687
636
|
D: {};
|
@@ -754,7 +703,7 @@ declare const VDataTableRows: {
|
|
754
703
|
'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
|
755
704
|
'no-data': () => vue.VNode[];
|
756
705
|
'expanded-row': (arg: ItemSlot<unknown>) => vue.VNode[];
|
757
|
-
}
|
706
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
758
707
|
items?: readonly (DataTableItem<T> | Group<T>)[];
|
759
708
|
}, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
760
709
|
mobile: {
|
@@ -841,7 +790,7 @@ type VDataTableSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
|
|
841
790
|
};
|
842
791
|
type ItemType$2<T> = T extends readonly (infer U)[] ? U : never;
|
843
792
|
declare const VDataTable: {
|
844
|
-
new (...args: any[]): vue.
|
793
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
845
794
|
page: string | number;
|
846
795
|
expanded: readonly string[];
|
847
796
|
style: vue.StyleValue;
|
@@ -920,77 +869,7 @@ declare const VDataTable: {
|
|
920
869
|
'update:groupBy': (value: any) => true;
|
921
870
|
'update:expanded': (value: any) => true;
|
922
871
|
'update:currentItems': (value: any) => true;
|
923
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
924
|
-
page: string | number;
|
925
|
-
expanded: readonly string[];
|
926
|
-
style: vue.StyleValue;
|
927
|
-
mobile: boolean | null;
|
928
|
-
tag: string;
|
929
|
-
sticky: boolean;
|
930
|
-
noDataText: string;
|
931
|
-
loadingText: string;
|
932
|
-
itemsPerPageText: string;
|
933
|
-
sortBy: readonly SortItem[];
|
934
|
-
pageText: string;
|
935
|
-
density: Density;
|
936
|
-
valueComparator: typeof deepEqual;
|
937
|
-
nextIcon: IconValue;
|
938
|
-
prevIcon: IconValue;
|
939
|
-
selectStrategy: "all" | "page" | "single";
|
940
|
-
returnObject: boolean;
|
941
|
-
filterMode: FilterMode;
|
942
|
-
noFilter: boolean;
|
943
|
-
hideNoData: boolean;
|
944
|
-
hover: boolean;
|
945
|
-
multiSort: boolean;
|
946
|
-
mustSort: boolean;
|
947
|
-
groupBy: readonly SortItem[];
|
948
|
-
disableSort: boolean;
|
949
|
-
showSelect: boolean;
|
950
|
-
expandOnClick: boolean;
|
951
|
-
showExpand: boolean;
|
952
|
-
itemsPerPage: string | number;
|
953
|
-
firstIcon: IconValue;
|
954
|
-
lastIcon: IconValue;
|
955
|
-
firstPageLabel: string;
|
956
|
-
prevPageLabel: string;
|
957
|
-
nextPageLabel: string;
|
958
|
-
lastPageLabel: string;
|
959
|
-
itemsPerPageOptions: readonly (number | {
|
960
|
-
title: string;
|
961
|
-
value: number;
|
962
|
-
})[];
|
963
|
-
showCurrentPage: boolean;
|
964
|
-
sortAscIcon: IconValue;
|
965
|
-
sortDescIcon: IconValue;
|
966
|
-
fixedHeader: boolean;
|
967
|
-
fixedFooter: boolean;
|
968
|
-
hideDefaultBody: boolean;
|
969
|
-
hideDefaultFooter: boolean;
|
970
|
-
hideDefaultHeader: boolean;
|
971
|
-
} & {
|
972
|
-
search?: string | undefined;
|
973
|
-
height?: string | number | undefined;
|
974
|
-
width?: string | number | undefined;
|
975
|
-
color?: string | undefined;
|
976
|
-
loading?: string | boolean | undefined;
|
977
|
-
class?: any;
|
978
|
-
theme?: string | undefined;
|
979
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
980
|
-
customFilter?: FilterFunction | undefined;
|
981
|
-
customKeyFilter?: FilterKeyFunctions | undefined;
|
982
|
-
filterKeys?: FilterKeys | undefined;
|
983
|
-
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
984
|
-
headerProps?: Record<string, any> | undefined;
|
985
|
-
} & {
|
986
|
-
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
987
|
-
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
988
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
989
|
-
"onUpdate:page"?: ((value: number) => any) | undefined;
|
990
|
-
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
991
|
-
"onUpdate:options"?: ((value: any) => any) | undefined;
|
992
|
-
"onUpdate:currentItems"?: ((value: any) => any) | undefined;
|
993
|
-
}, {
|
872
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
994
873
|
page: string | number;
|
995
874
|
expanded: readonly string[];
|
996
875
|
style: vue.StyleValue;
|
@@ -1083,7 +962,7 @@ declare const VDataTable: {
|
|
1083
962
|
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
1084
963
|
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
1085
964
|
'footer.prepend': () => vue.VNode[];
|
1086
|
-
}>>, {
|
965
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1087
966
|
P: {};
|
1088
967
|
B: {};
|
1089
968
|
D: {};
|
@@ -1384,7 +1263,7 @@ declare const VDataTable: {
|
|
1384
1263
|
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
1385
1264
|
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
1386
1265
|
'footer.prepend': () => vue.VNode[];
|
1387
|
-
}
|
1266
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly any[], V>(props: {
|
1388
1267
|
items?: T;
|
1389
1268
|
itemValue?: SelectItemKey<ItemType$2<T>>;
|
1390
1269
|
rowProps?: RowProps<ItemType$2<T>>;
|
@@ -1731,7 +1610,7 @@ declare const VDataTable: {
|
|
1731
1610
|
type VDataTable = InstanceType<typeof VDataTable>;
|
1732
1611
|
|
1733
1612
|
declare const VDataTableFooter: {
|
1734
|
-
new (...args: any[]): vue.
|
1613
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
1735
1614
|
itemsPerPageText: string;
|
1736
1615
|
pageText: string;
|
1737
1616
|
nextIcon: IconValue;
|
@@ -1756,32 +1635,7 @@ declare const VDataTableFooter: {
|
|
1756
1635
|
} | undefined;
|
1757
1636
|
} & {
|
1758
1637
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
1759
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1760
|
-
itemsPerPageText: string;
|
1761
|
-
pageText: string;
|
1762
|
-
nextIcon: IconValue;
|
1763
|
-
prevIcon: IconValue;
|
1764
|
-
firstIcon: IconValue;
|
1765
|
-
lastIcon: IconValue;
|
1766
|
-
firstPageLabel: string;
|
1767
|
-
prevPageLabel: string;
|
1768
|
-
nextPageLabel: string;
|
1769
|
-
lastPageLabel: string;
|
1770
|
-
itemsPerPageOptions: readonly (number | {
|
1771
|
-
title: string;
|
1772
|
-
value: number;
|
1773
|
-
})[];
|
1774
|
-
showCurrentPage: boolean;
|
1775
|
-
} & {} & {
|
1776
|
-
$children?: {} | vue.VNodeChild | {
|
1777
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
1778
|
-
};
|
1779
|
-
'v-slots'?: {
|
1780
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
1781
|
-
} | undefined;
|
1782
|
-
} & {
|
1783
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
1784
|
-
}, {
|
1638
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1785
1639
|
itemsPerPageText: string;
|
1786
1640
|
pageText: string;
|
1787
1641
|
nextIcon: IconValue;
|
@@ -1799,7 +1653,7 @@ declare const VDataTableFooter: {
|
|
1799
1653
|
showCurrentPage: boolean;
|
1800
1654
|
}, true, {}, vue.SlotsType<Partial<{
|
1801
1655
|
prepend: () => vue.VNode[];
|
1802
|
-
}>>, {
|
1656
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1803
1657
|
P: {};
|
1804
1658
|
B: {};
|
1805
1659
|
D: {};
|
@@ -1894,7 +1748,7 @@ declare const VDataTableFooter: {
|
|
1894
1748
|
showCurrentPage: boolean;
|
1895
1749
|
}, {}, string, vue.SlotsType<Partial<{
|
1896
1750
|
prepend: () => vue.VNode[];
|
1897
|
-
}
|
1751
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1898
1752
|
prevIcon: {
|
1899
1753
|
type: PropType<IconValue>;
|
1900
1754
|
default: string;
|
@@ -2015,7 +1869,7 @@ type VDataTableVirtualSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots
|
|
2015
1869
|
};
|
2016
1870
|
type ItemType$1<T> = T extends readonly (infer U)[] ? U : never;
|
2017
1871
|
declare const VDataTableVirtual: {
|
2018
|
-
new (...args: any[]): vue.
|
1872
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
2019
1873
|
expanded: readonly string[];
|
2020
1874
|
style: vue.StyleValue;
|
2021
1875
|
mobile: boolean | null;
|
@@ -2031,6 +1885,7 @@ declare const VDataTableVirtual: {
|
|
2031
1885
|
filterMode: FilterMode;
|
2032
1886
|
noFilter: boolean;
|
2033
1887
|
itemHeight: string | number;
|
1888
|
+
itemKey: SelectItemKey;
|
2034
1889
|
hideNoData: boolean;
|
2035
1890
|
hover: boolean;
|
2036
1891
|
multiSort: boolean;
|
@@ -2117,103 +1972,7 @@ declare const VDataTableVirtual: {
|
|
2117
1972
|
'update:options': (value: any) => true;
|
2118
1973
|
'update:groupBy': (value: any) => true;
|
2119
1974
|
'update:expanded': (value: any) => true;
|
2120
|
-
}, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2121
|
-
expanded: readonly string[];
|
2122
|
-
style: vue.StyleValue;
|
2123
|
-
mobile: boolean | null;
|
2124
|
-
tag: string;
|
2125
|
-
sticky: boolean;
|
2126
|
-
noDataText: string;
|
2127
|
-
loadingText: string;
|
2128
|
-
sortBy: readonly SortItem[];
|
2129
|
-
density: Density;
|
2130
|
-
valueComparator: typeof deepEqual;
|
2131
|
-
selectStrategy: "all" | "page" | "single";
|
2132
|
-
returnObject: boolean;
|
2133
|
-
filterMode: FilterMode;
|
2134
|
-
noFilter: boolean;
|
2135
|
-
itemHeight: string | number;
|
2136
|
-
hideNoData: boolean;
|
2137
|
-
hover: boolean;
|
2138
|
-
multiSort: boolean;
|
2139
|
-
mustSort: boolean;
|
2140
|
-
groupBy: readonly SortItem[];
|
2141
|
-
disableSort: boolean;
|
2142
|
-
showSelect: boolean;
|
2143
|
-
expandOnClick: boolean;
|
2144
|
-
showExpand: boolean;
|
2145
|
-
sortAscIcon: IconValue;
|
2146
|
-
sortDescIcon: IconValue;
|
2147
|
-
fixedHeader: boolean;
|
2148
|
-
fixedFooter: boolean;
|
2149
|
-
hideDefaultBody: boolean;
|
2150
|
-
hideDefaultFooter: boolean;
|
2151
|
-
hideDefaultHeader: boolean;
|
2152
|
-
} & {
|
2153
|
-
search?: string | undefined;
|
2154
|
-
height?: string | number | undefined;
|
2155
|
-
width?: string | number | undefined;
|
2156
|
-
color?: string | undefined;
|
2157
|
-
loading?: string | boolean | undefined;
|
2158
|
-
class?: any;
|
2159
|
-
theme?: string | undefined;
|
2160
|
-
headers?: readonly {
|
2161
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
2162
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
2163
|
-
readonly title?: string | undefined;
|
2164
|
-
readonly fixed?: boolean | undefined;
|
2165
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
2166
|
-
readonly width?: (number | string) | undefined;
|
2167
|
-
readonly minWidth?: string | undefined;
|
2168
|
-
readonly maxWidth?: string | undefined;
|
2169
|
-
readonly nowrap?: boolean | undefined;
|
2170
|
-
readonly headerProps?: {
|
2171
|
-
readonly [x: string]: any;
|
2172
|
-
} | undefined;
|
2173
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
2174
|
-
readonly [x: string]: any;
|
2175
|
-
} | undefined;
|
2176
|
-
readonly sortable?: boolean | undefined;
|
2177
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
2178
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
2179
|
-
readonly filter?: FilterFunction | undefined;
|
2180
|
-
readonly mobile?: boolean | undefined;
|
2181
|
-
readonly children?: readonly {
|
2182
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
2183
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
2184
|
-
readonly title?: string | undefined;
|
2185
|
-
readonly fixed?: boolean | undefined;
|
2186
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
2187
|
-
readonly width?: (number | string) | undefined;
|
2188
|
-
readonly minWidth?: string | undefined;
|
2189
|
-
readonly maxWidth?: string | undefined;
|
2190
|
-
readonly nowrap?: boolean | undefined;
|
2191
|
-
readonly headerProps?: {
|
2192
|
-
readonly [x: string]: any;
|
2193
|
-
} | undefined;
|
2194
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
2195
|
-
readonly [x: string]: any;
|
2196
|
-
} | undefined;
|
2197
|
-
readonly sortable?: boolean | undefined;
|
2198
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
2199
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
2200
|
-
readonly filter?: FilterFunction | undefined;
|
2201
|
-
readonly mobile?: boolean | undefined;
|
2202
|
-
readonly children?: readonly any[] | undefined;
|
2203
|
-
}[] | undefined;
|
2204
|
-
}[] | undefined;
|
2205
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
2206
|
-
customFilter?: FilterFunction | undefined;
|
2207
|
-
customKeyFilter?: FilterKeyFunctions | undefined;
|
2208
|
-
filterKeys?: FilterKeys | undefined;
|
2209
|
-
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
2210
|
-
headerProps?: Record<string, any> | undefined;
|
2211
|
-
} & {
|
2212
|
-
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
2213
|
-
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
2214
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
2215
|
-
"onUpdate:options"?: ((value: any) => any) | undefined;
|
2216
|
-
}, {
|
1975
|
+
}, "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
2217
1976
|
expanded: readonly string[];
|
2218
1977
|
style: vue.StyleValue;
|
2219
1978
|
mobile: boolean | null;
|
@@ -2229,6 +1988,7 @@ declare const VDataTableVirtual: {
|
|
2229
1988
|
filterMode: FilterMode;
|
2230
1989
|
noFilter: boolean;
|
2231
1990
|
itemHeight: string | number;
|
1991
|
+
itemKey: SelectItemKey;
|
2232
1992
|
hideNoData: boolean;
|
2233
1993
|
hover: boolean;
|
2234
1994
|
multiSort: boolean;
|
@@ -2286,7 +2046,7 @@ declare const VDataTableVirtual: {
|
|
2286
2046
|
bottom: (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2287
2047
|
'body.prepend': (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2288
2048
|
'body.append': (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2289
|
-
}>>, {
|
2049
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
2290
2050
|
P: {};
|
2291
2051
|
B: {};
|
2292
2052
|
D: {};
|
@@ -2309,6 +2069,7 @@ declare const VDataTableVirtual: {
|
|
2309
2069
|
filterMode: FilterMode;
|
2310
2070
|
noFilter: boolean;
|
2311
2071
|
itemHeight: string | number;
|
2072
|
+
itemKey: SelectItemKey;
|
2312
2073
|
hideNoData: boolean;
|
2313
2074
|
hover: boolean;
|
2314
2075
|
multiSort: boolean;
|
@@ -2405,6 +2166,7 @@ declare const VDataTableVirtual: {
|
|
2405
2166
|
filterMode: FilterMode;
|
2406
2167
|
noFilter: boolean;
|
2407
2168
|
itemHeight: string | number;
|
2169
|
+
itemKey: SelectItemKey;
|
2408
2170
|
hideNoData: boolean;
|
2409
2171
|
hover: boolean;
|
2410
2172
|
multiSort: boolean;
|
@@ -2441,6 +2203,7 @@ declare const VDataTableVirtual: {
|
|
2441
2203
|
filterMode: FilterMode;
|
2442
2204
|
noFilter: boolean;
|
2443
2205
|
itemHeight: string | number;
|
2206
|
+
itemKey: SelectItemKey;
|
2444
2207
|
hideNoData: boolean;
|
2445
2208
|
hover: boolean;
|
2446
2209
|
multiSort: boolean;
|
@@ -2543,6 +2306,7 @@ declare const VDataTableVirtual: {
|
|
2543
2306
|
filterMode: FilterMode;
|
2544
2307
|
noFilter: boolean;
|
2545
2308
|
itemHeight: string | number;
|
2309
|
+
itemKey: SelectItemKey;
|
2546
2310
|
hideNoData: boolean;
|
2547
2311
|
hover: boolean;
|
2548
2312
|
multiSort: boolean;
|
@@ -2600,7 +2364,7 @@ declare const VDataTableVirtual: {
|
|
2600
2364
|
bottom: (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2601
2365
|
'body.prepend': (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2602
2366
|
'body.append': (arg: VDataTableVirtualSlotProps<any>) => vue.VNode[];
|
2603
|
-
}
|
2367
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly any[], V>(props: {
|
2604
2368
|
items?: T;
|
2605
2369
|
itemValue?: SelectItemKey<ItemType$1<T>>;
|
2606
2370
|
rowProps?: RowProps<ItemType$1<T>>;
|
@@ -2621,6 +2385,10 @@ declare const VDataTableVirtual: {
|
|
2621
2385
|
type: (StringConstructor | NumberConstructor)[];
|
2622
2386
|
default: null;
|
2623
2387
|
};
|
2388
|
+
itemKey: {
|
2389
|
+
type: vue.PropType<SelectItemKey>;
|
2390
|
+
default: null;
|
2391
|
+
};
|
2624
2392
|
height: (StringConstructor | NumberConstructor)[];
|
2625
2393
|
groupBy: {
|
2626
2394
|
type: vue.PropType<readonly SortItem[]>;
|
@@ -2733,6 +2501,10 @@ declare const VDataTableVirtual: {
|
|
2733
2501
|
type: (StringConstructor | NumberConstructor)[];
|
2734
2502
|
default: null;
|
2735
2503
|
};
|
2504
|
+
itemKey: {
|
2505
|
+
type: vue.PropType<SelectItemKey>;
|
2506
|
+
default: null;
|
2507
|
+
};
|
2736
2508
|
height: (StringConstructor | NumberConstructor)[];
|
2737
2509
|
groupBy: {
|
2738
2510
|
type: vue.PropType<readonly SortItem[]>;
|
@@ -2837,7 +2609,7 @@ type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
|
|
2837
2609
|
|
2838
2610
|
type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
2839
2611
|
declare const VDataTableServer: {
|
2840
|
-
new (...args: any[]): vue.
|
2612
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
2841
2613
|
page: string | number;
|
2842
2614
|
expanded: readonly string[];
|
2843
2615
|
style: vue.StyleValue;
|
@@ -2955,117 +2727,7 @@ declare const VDataTableServer: {
|
|
2955
2727
|
'update:options': (options: any) => true;
|
2956
2728
|
'update:expanded': (options: any) => true;
|
2957
2729
|
'update:groupBy': (value: any) => true;
|
2958
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2959
|
-
page: string | number;
|
2960
|
-
expanded: readonly string[];
|
2961
|
-
style: vue.StyleValue;
|
2962
|
-
mobile: boolean | null;
|
2963
|
-
tag: string;
|
2964
|
-
sticky: boolean;
|
2965
|
-
noDataText: string;
|
2966
|
-
loadingText: string;
|
2967
|
-
itemsPerPageText: string;
|
2968
|
-
sortBy: readonly SortItem[];
|
2969
|
-
pageText: string;
|
2970
|
-
density: Density;
|
2971
|
-
valueComparator: typeof deepEqual;
|
2972
|
-
nextIcon: IconValue;
|
2973
|
-
prevIcon: IconValue;
|
2974
|
-
selectStrategy: "all" | "page" | "single";
|
2975
|
-
returnObject: boolean;
|
2976
|
-
hideNoData: boolean;
|
2977
|
-
hover: boolean;
|
2978
|
-
multiSort: boolean;
|
2979
|
-
mustSort: boolean;
|
2980
|
-
groupBy: readonly SortItem[];
|
2981
|
-
disableSort: boolean;
|
2982
|
-
showSelect: boolean;
|
2983
|
-
expandOnClick: boolean;
|
2984
|
-
showExpand: boolean;
|
2985
|
-
itemsPerPage: string | number;
|
2986
|
-
itemsLength: string | number;
|
2987
|
-
firstIcon: IconValue;
|
2988
|
-
lastIcon: IconValue;
|
2989
|
-
firstPageLabel: string;
|
2990
|
-
prevPageLabel: string;
|
2991
|
-
nextPageLabel: string;
|
2992
|
-
lastPageLabel: string;
|
2993
|
-
itemsPerPageOptions: readonly (number | {
|
2994
|
-
title: string;
|
2995
|
-
value: number;
|
2996
|
-
})[];
|
2997
|
-
showCurrentPage: boolean;
|
2998
|
-
sortAscIcon: IconValue;
|
2999
|
-
sortDescIcon: IconValue;
|
3000
|
-
fixedHeader: boolean;
|
3001
|
-
fixedFooter: boolean;
|
3002
|
-
hideDefaultBody: boolean;
|
3003
|
-
hideDefaultFooter: boolean;
|
3004
|
-
hideDefaultHeader: boolean;
|
3005
|
-
} & {
|
3006
|
-
search?: string | undefined;
|
3007
|
-
height?: string | number | undefined;
|
3008
|
-
width?: string | number | undefined;
|
3009
|
-
color?: string | undefined;
|
3010
|
-
loading?: string | boolean | undefined;
|
3011
|
-
class?: any;
|
3012
|
-
theme?: string | undefined;
|
3013
|
-
headers?: readonly {
|
3014
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
3015
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
3016
|
-
readonly title?: string | undefined;
|
3017
|
-
readonly fixed?: boolean | undefined;
|
3018
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
3019
|
-
readonly width?: (number | string) | undefined;
|
3020
|
-
readonly minWidth?: string | undefined;
|
3021
|
-
readonly maxWidth?: string | undefined;
|
3022
|
-
readonly nowrap?: boolean | undefined;
|
3023
|
-
readonly headerProps?: {
|
3024
|
-
readonly [x: string]: any;
|
3025
|
-
} | undefined;
|
3026
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
3027
|
-
readonly [x: string]: any;
|
3028
|
-
} | undefined;
|
3029
|
-
readonly sortable?: boolean | undefined;
|
3030
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
3031
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
3032
|
-
readonly filter?: FilterFunction | undefined;
|
3033
|
-
readonly mobile?: boolean | undefined;
|
3034
|
-
readonly children?: readonly {
|
3035
|
-
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
3036
|
-
readonly value?: SelectItemKey<Record<string, any>>;
|
3037
|
-
readonly title?: string | undefined;
|
3038
|
-
readonly fixed?: boolean | undefined;
|
3039
|
-
readonly align?: ("start" | "end" | "center") | undefined;
|
3040
|
-
readonly width?: (number | string) | undefined;
|
3041
|
-
readonly minWidth?: string | undefined;
|
3042
|
-
readonly maxWidth?: string | undefined;
|
3043
|
-
readonly nowrap?: boolean | undefined;
|
3044
|
-
readonly headerProps?: {
|
3045
|
-
readonly [x: string]: any;
|
3046
|
-
} | undefined;
|
3047
|
-
readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "internalItem" | "value">) => Record<string, any>) | {
|
3048
|
-
readonly [x: string]: any;
|
3049
|
-
} | undefined;
|
3050
|
-
readonly sortable?: boolean | undefined;
|
3051
|
-
readonly sort?: DataTableCompareFunction | undefined;
|
3052
|
-
readonly sortRaw?: DataTableCompareFunction | undefined;
|
3053
|
-
readonly filter?: FilterFunction | undefined;
|
3054
|
-
readonly mobile?: boolean | undefined;
|
3055
|
-
readonly children?: readonly any[] | undefined;
|
3056
|
-
}[] | undefined;
|
3057
|
-
}[] | undefined;
|
3058
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
3059
|
-
customKeySort?: Record<string, DataTableCompareFunction> | undefined;
|
3060
|
-
headerProps?: Record<string, any> | undefined;
|
3061
|
-
} & {
|
3062
|
-
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
3063
|
-
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
3064
|
-
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
3065
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
3066
|
-
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
3067
|
-
"onUpdate:options"?: ((options: any) => any) | undefined;
|
3068
|
-
}, {
|
2730
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3069
2731
|
page: string | number;
|
3070
2732
|
expanded: readonly string[];
|
3071
2733
|
style: vue.StyleValue;
|
@@ -3156,7 +2818,7 @@ declare const VDataTableServer: {
|
|
3156
2818
|
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
3157
2819
|
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
3158
2820
|
'footer.prepend': () => vue.VNode[];
|
3159
|
-
}>>, {
|
2821
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
3160
2822
|
P: {};
|
3161
2823
|
B: {};
|
3162
2824
|
D: {};
|
@@ -3532,7 +3194,7 @@ declare const VDataTableServer: {
|
|
3532
3194
|
'body.prepend': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
3533
3195
|
'body.append': (arg: VDataTableSlotProps<any>) => vue.VNode[];
|
3534
3196
|
'footer.prepend': () => vue.VNode[];
|
3535
|
-
}
|
3197
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly any[], V>(props: {
|
3536
3198
|
items?: T;
|
3537
3199
|
itemValue?: SelectItemKey<ItemType<T>>;
|
3538
3200
|
rowProps?: RowProps<ItemType<T>>;
|