@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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 +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -162,9 +162,9 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
162
162
|
type: import("vue").PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
163
163
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
164
164
|
};
|
165
|
-
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../
|
166
|
-
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
167
|
-
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
165
|
+
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../types.js").DisplayBreakpoint> : {
|
166
|
+
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : number | import("../../types.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
167
|
+
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : NonNullable<number | import("../../types.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
168
168
|
};
|
169
169
|
color: unknown extends Defaults["color"] ? StringConstructor : {
|
170
170
|
type: import("vue").PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
@@ -317,7 +317,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
317
317
|
readonly headerProps?: {
|
318
318
|
readonly [x: string]: any;
|
319
319
|
} | undefined;
|
320
|
-
readonly cellProps?:
|
320
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
321
321
|
readonly [x: string]: any;
|
322
322
|
} | undefined;
|
323
323
|
readonly sortable?: boolean | undefined;
|
@@ -337,7 +337,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
337
337
|
readonly headerProps?: {
|
338
338
|
readonly [x: string]: any;
|
339
339
|
} | undefined;
|
340
|
-
readonly cellProps?:
|
340
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
341
341
|
readonly [x: string]: any;
|
342
342
|
} | undefined;
|
343
343
|
readonly sortable?: boolean | undefined;
|
@@ -360,7 +360,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
360
360
|
readonly headerProps?: {
|
361
361
|
readonly [x: string]: any;
|
362
362
|
} | undefined;
|
363
|
-
readonly cellProps?:
|
363
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
364
364
|
readonly [x: string]: any;
|
365
365
|
} | undefined;
|
366
366
|
readonly sortable?: boolean | undefined;
|
@@ -380,7 +380,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
380
380
|
readonly headerProps?: {
|
381
381
|
readonly [x: string]: any;
|
382
382
|
} | undefined;
|
383
|
-
readonly cellProps?:
|
383
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
384
384
|
readonly [x: string]: any;
|
385
385
|
} | undefined;
|
386
386
|
readonly sortable?: boolean | undefined;
|
@@ -402,7 +402,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
402
402
|
readonly headerProps?: {
|
403
403
|
readonly [x: string]: any;
|
404
404
|
} | undefined;
|
405
|
-
readonly cellProps?:
|
405
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
406
406
|
readonly [x: string]: any;
|
407
407
|
} | undefined;
|
408
408
|
readonly sortable?: boolean | undefined;
|
@@ -422,7 +422,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
422
422
|
readonly headerProps?: {
|
423
423
|
readonly [x: string]: any;
|
424
424
|
} | undefined;
|
425
|
-
readonly cellProps?:
|
425
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
426
426
|
readonly [x: string]: any;
|
427
427
|
} | undefined;
|
428
428
|
readonly sortable?: boolean | undefined;
|
@@ -445,7 +445,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
445
445
|
readonly headerProps?: {
|
446
446
|
readonly [x: string]: any;
|
447
447
|
} | undefined;
|
448
|
-
readonly cellProps?:
|
448
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
449
449
|
readonly [x: string]: any;
|
450
450
|
} | undefined;
|
451
451
|
readonly sortable?: boolean | undefined;
|
@@ -465,7 +465,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
465
465
|
readonly headerProps?: {
|
466
466
|
readonly [x: string]: any;
|
467
467
|
} | undefined;
|
468
|
-
readonly cellProps?:
|
468
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
469
469
|
readonly [x: string]: any;
|
470
470
|
} | undefined;
|
471
471
|
readonly sortable?: boolean | undefined;
|
@@ -487,7 +487,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
487
487
|
readonly headerProps?: {
|
488
488
|
readonly [x: string]: any;
|
489
489
|
} | undefined;
|
490
|
-
readonly cellProps?:
|
490
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
491
491
|
readonly [x: string]: any;
|
492
492
|
} | undefined;
|
493
493
|
readonly sortable?: boolean | undefined;
|
@@ -507,7 +507,7 @@ export declare const makeDataTableProps: <Defaults extends {
|
|
507
507
|
readonly headerProps?: {
|
508
508
|
readonly [x: string]: any;
|
509
509
|
} | undefined;
|
510
|
-
readonly cellProps?:
|
510
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
511
511
|
readonly [x: string]: any;
|
512
512
|
} | undefined;
|
513
513
|
readonly sortable?: boolean | undefined;
|
@@ -891,9 +891,9 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
891
891
|
type: import("vue").PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
892
892
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
893
893
|
};
|
894
|
-
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../
|
895
|
-
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
896
|
-
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
894
|
+
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../types.js").DisplayBreakpoint> : {
|
895
|
+
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : number | import("../../types.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
896
|
+
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : NonNullable<number | import("../../types.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
897
897
|
};
|
898
898
|
color: unknown extends Defaults["color"] ? StringConstructor : {
|
899
899
|
type: import("vue").PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
@@ -1046,7 +1046,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1046
1046
|
readonly headerProps?: {
|
1047
1047
|
readonly [x: string]: any;
|
1048
1048
|
} | undefined;
|
1049
|
-
readonly cellProps?:
|
1049
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1050
1050
|
readonly [x: string]: any;
|
1051
1051
|
} | undefined;
|
1052
1052
|
readonly sortable?: boolean | undefined;
|
@@ -1066,7 +1066,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1066
1066
|
readonly headerProps?: {
|
1067
1067
|
readonly [x: string]: any;
|
1068
1068
|
} | undefined;
|
1069
|
-
readonly cellProps?:
|
1069
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1070
1070
|
readonly [x: string]: any;
|
1071
1071
|
} | undefined;
|
1072
1072
|
readonly sortable?: boolean | undefined;
|
@@ -1089,7 +1089,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1089
1089
|
readonly headerProps?: {
|
1090
1090
|
readonly [x: string]: any;
|
1091
1091
|
} | undefined;
|
1092
|
-
readonly cellProps?:
|
1092
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1093
1093
|
readonly [x: string]: any;
|
1094
1094
|
} | undefined;
|
1095
1095
|
readonly sortable?: boolean | undefined;
|
@@ -1109,7 +1109,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1109
1109
|
readonly headerProps?: {
|
1110
1110
|
readonly [x: string]: any;
|
1111
1111
|
} | undefined;
|
1112
|
-
readonly cellProps?:
|
1112
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1113
1113
|
readonly [x: string]: any;
|
1114
1114
|
} | undefined;
|
1115
1115
|
readonly sortable?: boolean | undefined;
|
@@ -1131,7 +1131,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1131
1131
|
readonly headerProps?: {
|
1132
1132
|
readonly [x: string]: any;
|
1133
1133
|
} | undefined;
|
1134
|
-
readonly cellProps?:
|
1134
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1135
1135
|
readonly [x: string]: any;
|
1136
1136
|
} | undefined;
|
1137
1137
|
readonly sortable?: boolean | undefined;
|
@@ -1151,7 +1151,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1151
1151
|
readonly headerProps?: {
|
1152
1152
|
readonly [x: string]: any;
|
1153
1153
|
} | undefined;
|
1154
|
-
readonly cellProps?:
|
1154
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1155
1155
|
readonly [x: string]: any;
|
1156
1156
|
} | undefined;
|
1157
1157
|
readonly sortable?: boolean | undefined;
|
@@ -1174,7 +1174,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1174
1174
|
readonly headerProps?: {
|
1175
1175
|
readonly [x: string]: any;
|
1176
1176
|
} | undefined;
|
1177
|
-
readonly cellProps?:
|
1177
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1178
1178
|
readonly [x: string]: any;
|
1179
1179
|
} | undefined;
|
1180
1180
|
readonly sortable?: boolean | undefined;
|
@@ -1194,7 +1194,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1194
1194
|
readonly headerProps?: {
|
1195
1195
|
readonly [x: string]: any;
|
1196
1196
|
} | undefined;
|
1197
|
-
readonly cellProps?:
|
1197
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1198
1198
|
readonly [x: string]: any;
|
1199
1199
|
} | undefined;
|
1200
1200
|
readonly sortable?: boolean | undefined;
|
@@ -1216,7 +1216,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1216
1216
|
readonly headerProps?: {
|
1217
1217
|
readonly [x: string]: any;
|
1218
1218
|
} | undefined;
|
1219
|
-
readonly cellProps?:
|
1219
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1220
1220
|
readonly [x: string]: any;
|
1221
1221
|
} | undefined;
|
1222
1222
|
readonly sortable?: boolean | undefined;
|
@@ -1236,7 +1236,7 @@ export declare const makeVDataTableProps: <Defaults extends {
|
|
1236
1236
|
readonly headerProps?: {
|
1237
1237
|
readonly [x: string]: any;
|
1238
1238
|
} | undefined;
|
1239
|
-
readonly cellProps?:
|
1239
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1240
1240
|
readonly [x: string]: any;
|
1241
1241
|
} | undefined;
|
1242
1242
|
readonly sortable?: boolean | undefined;
|
@@ -1354,23 +1354,23 @@ export declare const VDataTable: {
|
|
1354
1354
|
itemsPerPageText: string;
|
1355
1355
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1356
1356
|
pageText: string;
|
1357
|
-
density: import("../../composables/density.js").Density;
|
1358
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1359
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1360
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1361
|
-
selectStrategy: "all" | "page" | "single";
|
1362
|
-
returnObject: boolean;
|
1363
1357
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1364
1358
|
noFilter: boolean;
|
1365
|
-
|
1366
|
-
|
1359
|
+
expandOnClick: boolean;
|
1360
|
+
showExpand: boolean;
|
1367
1361
|
multiSort: boolean;
|
1368
1362
|
mustSort: boolean;
|
1369
1363
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1370
1364
|
disableSort: boolean;
|
1365
|
+
returnObject: boolean;
|
1371
1366
|
showSelect: boolean;
|
1372
|
-
|
1373
|
-
|
1367
|
+
selectStrategy: "all" | "page" | "single";
|
1368
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1369
|
+
density: import("../../composables/density.js").Density;
|
1370
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1371
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1372
|
+
hideNoData: boolean;
|
1373
|
+
hover: boolean;
|
1374
1374
|
itemsPerPage: string | number;
|
1375
1375
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1376
1376
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1398,16 +1398,16 @@ export declare const VDataTable: {
|
|
1398
1398
|
loading?: string | boolean | undefined;
|
1399
1399
|
class?: any;
|
1400
1400
|
theme?: string | undefined;
|
1401
|
-
mobileBreakpoint?: number | import("../../
|
1401
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
1402
1402
|
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1403
1403
|
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1404
1404
|
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
1405
1405
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1406
1406
|
headerProps?: Record<string, any> | undefined;
|
1407
1407
|
} & {
|
1408
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1408
1409
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
1409
1410
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
1410
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1411
1411
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
1412
1412
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
1413
1413
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -1421,7 +1421,7 @@ export declare const VDataTable: {
|
|
1421
1421
|
'update:groupBy': (value: any) => true;
|
1422
1422
|
'update:expanded': (value: any) => true;
|
1423
1423
|
'update:currentItems': (value: any) => true;
|
1424
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "
|
1424
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "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">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
1425
1425
|
page: string | number;
|
1426
1426
|
expanded: readonly string[];
|
1427
1427
|
style: import("vue").StyleValue;
|
@@ -1433,23 +1433,23 @@ export declare const VDataTable: {
|
|
1433
1433
|
itemsPerPageText: string;
|
1434
1434
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1435
1435
|
pageText: string;
|
1436
|
-
density: import("../../composables/density.js").Density;
|
1437
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1438
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1439
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1440
|
-
selectStrategy: "all" | "page" | "single";
|
1441
|
-
returnObject: boolean;
|
1442
1436
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1443
1437
|
noFilter: boolean;
|
1444
|
-
|
1445
|
-
|
1438
|
+
expandOnClick: boolean;
|
1439
|
+
showExpand: boolean;
|
1446
1440
|
multiSort: boolean;
|
1447
1441
|
mustSort: boolean;
|
1448
1442
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1449
1443
|
disableSort: boolean;
|
1444
|
+
returnObject: boolean;
|
1450
1445
|
showSelect: boolean;
|
1451
|
-
|
1452
|
-
|
1446
|
+
selectStrategy: "all" | "page" | "single";
|
1447
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1448
|
+
density: import("../../composables/density.js").Density;
|
1449
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1450
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1451
|
+
hideNoData: boolean;
|
1452
|
+
hover: boolean;
|
1453
1453
|
itemsPerPage: string | number;
|
1454
1454
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1455
1455
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1533,23 +1533,23 @@ export declare const VDataTable: {
|
|
1533
1533
|
itemsPerPageText: string;
|
1534
1534
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1535
1535
|
pageText: string;
|
1536
|
-
density: import("../../composables/density.js").Density;
|
1537
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1538
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1539
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1540
|
-
selectStrategy: "all" | "page" | "single";
|
1541
|
-
returnObject: boolean;
|
1542
1536
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1543
1537
|
noFilter: boolean;
|
1544
|
-
|
1545
|
-
|
1538
|
+
expandOnClick: boolean;
|
1539
|
+
showExpand: boolean;
|
1546
1540
|
multiSort: boolean;
|
1547
1541
|
mustSort: boolean;
|
1548
1542
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1549
1543
|
disableSort: boolean;
|
1544
|
+
returnObject: boolean;
|
1550
1545
|
showSelect: boolean;
|
1551
|
-
|
1552
|
-
|
1546
|
+
selectStrategy: "all" | "page" | "single";
|
1547
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1548
|
+
density: import("../../composables/density.js").Density;
|
1549
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1550
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1551
|
+
hideNoData: boolean;
|
1552
|
+
hover: boolean;
|
1553
1553
|
itemsPerPage: string | number;
|
1554
1554
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1555
1555
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1577,16 +1577,16 @@ export declare const VDataTable: {
|
|
1577
1577
|
loading?: string | boolean | undefined;
|
1578
1578
|
class?: any;
|
1579
1579
|
theme?: string | undefined;
|
1580
|
-
mobileBreakpoint?: number | import("../../
|
1580
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
1581
1581
|
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1582
1582
|
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1583
1583
|
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
1584
1584
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1585
1585
|
headerProps?: Record<string, any> | undefined;
|
1586
1586
|
} & {
|
1587
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1587
1588
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
1588
1589
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
1589
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1590
1590
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
1591
1591
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
1592
1592
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -1603,23 +1603,23 @@ export declare const VDataTable: {
|
|
1603
1603
|
itemsPerPageText: string;
|
1604
1604
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1605
1605
|
pageText: string;
|
1606
|
-
density: import("../../composables/density.js").Density;
|
1607
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1608
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1609
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1610
|
-
selectStrategy: "all" | "page" | "single";
|
1611
|
-
returnObject: boolean;
|
1612
1606
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1613
1607
|
noFilter: boolean;
|
1614
|
-
|
1615
|
-
|
1608
|
+
expandOnClick: boolean;
|
1609
|
+
showExpand: boolean;
|
1616
1610
|
multiSort: boolean;
|
1617
1611
|
mustSort: boolean;
|
1618
1612
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1619
1613
|
disableSort: boolean;
|
1614
|
+
returnObject: boolean;
|
1620
1615
|
showSelect: boolean;
|
1621
|
-
|
1622
|
-
|
1616
|
+
selectStrategy: "all" | "page" | "single";
|
1617
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1618
|
+
density: import("../../composables/density.js").Density;
|
1619
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1620
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1621
|
+
hideNoData: boolean;
|
1622
|
+
hover: boolean;
|
1623
1623
|
itemsPerPage: string | number;
|
1624
1624
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1625
1625
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1655,23 +1655,23 @@ export declare const VDataTable: {
|
|
1655
1655
|
itemsPerPageText: string;
|
1656
1656
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1657
1657
|
pageText: string;
|
1658
|
-
density: import("../../composables/density.js").Density;
|
1659
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1660
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1661
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1662
|
-
selectStrategy: "all" | "page" | "single";
|
1663
|
-
returnObject: boolean;
|
1664
1658
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1665
1659
|
noFilter: boolean;
|
1666
|
-
|
1667
|
-
|
1660
|
+
expandOnClick: boolean;
|
1661
|
+
showExpand: boolean;
|
1668
1662
|
multiSort: boolean;
|
1669
1663
|
mustSort: boolean;
|
1670
1664
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1671
1665
|
disableSort: boolean;
|
1666
|
+
returnObject: boolean;
|
1672
1667
|
showSelect: boolean;
|
1673
|
-
|
1674
|
-
|
1668
|
+
selectStrategy: "all" | "page" | "single";
|
1669
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1670
|
+
density: import("../../composables/density.js").Density;
|
1671
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1672
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1673
|
+
hideNoData: boolean;
|
1674
|
+
hover: boolean;
|
1675
1675
|
itemsPerPage: string | number;
|
1676
1676
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1677
1677
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1699,16 +1699,16 @@ export declare const VDataTable: {
|
|
1699
1699
|
loading?: string | boolean | undefined;
|
1700
1700
|
class?: any;
|
1701
1701
|
theme?: string | undefined;
|
1702
|
-
mobileBreakpoint?: number | import("../../
|
1702
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
1703
1703
|
customFilter?: import("../../composables/filter.js").FilterFunction | undefined;
|
1704
1704
|
customKeyFilter?: import("../../composables/filter.js").FilterKeyFunctions | undefined;
|
1705
1705
|
filterKeys?: import("../../composables/filter.js").FilterKeys | undefined;
|
1706
1706
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1707
1707
|
headerProps?: Record<string, any> | undefined;
|
1708
1708
|
} & {
|
1709
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1709
1710
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
1710
1711
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
1711
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
1712
1712
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
1713
1713
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
1714
1714
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -1722,7 +1722,7 @@ export declare const VDataTable: {
|
|
1722
1722
|
'update:groupBy': (value: any) => true;
|
1723
1723
|
'update:expanded': (value: any) => true;
|
1724
1724
|
'update:currentItems': (value: any) => true;
|
1725
|
-
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "
|
1725
|
+
}, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "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">, string, {
|
1726
1726
|
page: string | number;
|
1727
1727
|
expanded: readonly string[];
|
1728
1728
|
style: import("vue").StyleValue;
|
@@ -1734,23 +1734,23 @@ export declare const VDataTable: {
|
|
1734
1734
|
itemsPerPageText: string;
|
1735
1735
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1736
1736
|
pageText: string;
|
1737
|
-
density: import("../../composables/density.js").Density;
|
1738
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1739
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1740
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1741
|
-
selectStrategy: "all" | "page" | "single";
|
1742
|
-
returnObject: boolean;
|
1743
1737
|
filterMode: import("../../composables/filter.js").FilterMode;
|
1744
1738
|
noFilter: boolean;
|
1745
|
-
|
1746
|
-
|
1739
|
+
expandOnClick: boolean;
|
1740
|
+
showExpand: boolean;
|
1747
1741
|
multiSort: boolean;
|
1748
1742
|
mustSort: boolean;
|
1749
1743
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1750
1744
|
disableSort: boolean;
|
1745
|
+
returnObject: boolean;
|
1751
1746
|
showSelect: boolean;
|
1752
|
-
|
1753
|
-
|
1747
|
+
selectStrategy: "all" | "page" | "single";
|
1748
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1749
|
+
density: import("../../composables/density.js").Density;
|
1750
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1751
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1752
|
+
hideNoData: boolean;
|
1753
|
+
hover: boolean;
|
1754
1754
|
itemsPerPage: string | number;
|
1755
1755
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1756
1756
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1908,7 +1908,7 @@ export declare const VDataTable: {
|
|
1908
1908
|
type: import("vue").PropType<boolean | null>;
|
1909
1909
|
default: boolean;
|
1910
1910
|
};
|
1911
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../
|
1911
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../types.js").DisplayBreakpoint>;
|
1912
1912
|
color: StringConstructor;
|
1913
1913
|
disableSort: BooleanConstructor;
|
1914
1914
|
multiSort: BooleanConstructor;
|
@@ -2075,7 +2075,7 @@ export declare const VDataTable: {
|
|
2075
2075
|
type: import("vue").PropType<boolean | null>;
|
2076
2076
|
default: boolean;
|
2077
2077
|
};
|
2078
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../
|
2078
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../types.js").DisplayBreakpoint>;
|
2079
2079
|
color: StringConstructor;
|
2080
2080
|
disableSort: BooleanConstructor;
|
2081
2081
|
multiSort: BooleanConstructor;
|
@@ -63,8 +63,8 @@ export declare const makeVDataTableRowsProps: <Defaults extends {
|
|
63
63
|
type: PropType<readonly (DataTableItem | Group)[]>;
|
64
64
|
default: () => never[];
|
65
65
|
}, "type" | "default"> & {
|
66
|
-
type: PropType<unknown extends Defaults["items"] ? readonly (
|
67
|
-
default: unknown extends Defaults["items"] ? readonly (
|
66
|
+
type: PropType<unknown extends Defaults["items"] ? readonly (DataTableItem<any> | Group<any>)[] : readonly (DataTableItem<any> | Group<any>)[] | Defaults["items"]>;
|
67
|
+
default: unknown extends Defaults["items"] ? readonly (DataTableItem<any> | Group<any>)[] : readonly (DataTableItem<any> | Group<any>)[] | Defaults["items"];
|
68
68
|
};
|
69
69
|
noDataText: unknown extends Defaults["noDataText"] ? {
|
70
70
|
type: StringConstructor;
|