@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
@@ -273,9 +273,9 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
273
273
|
type: import("vue").PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
274
274
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
275
275
|
};
|
276
|
-
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../
|
277
|
-
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
278
|
-
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../
|
276
|
+
mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType<number | import("../../types.js").DisplayBreakpoint> : {
|
277
|
+
type: import("vue").PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : number | import("../../types.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
278
|
+
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : NonNullable<number | import("../../types.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
279
279
|
};
|
280
280
|
color: unknown extends Defaults["color"] ? StringConstructor : {
|
281
281
|
type: import("vue").PropType<unknown extends Defaults["color"] ? string : string | Defaults["color"]>;
|
@@ -428,13 +428,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
428
428
|
readonly headerProps?: {
|
429
429
|
readonly [x: string]: any;
|
430
430
|
} | undefined;
|
431
|
-
readonly cellProps?:
|
431
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
432
432
|
readonly [x: string]: any;
|
433
433
|
} | undefined;
|
434
434
|
readonly sortable?: boolean | undefined;
|
435
435
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
436
436
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
437
|
-
readonly filter?: import("../../
|
437
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
438
438
|
readonly children?: readonly {
|
439
439
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
440
440
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -448,13 +448,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
448
448
|
readonly headerProps?: {
|
449
449
|
readonly [x: string]: any;
|
450
450
|
} | undefined;
|
451
|
-
readonly cellProps?:
|
451
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
452
452
|
readonly [x: string]: any;
|
453
453
|
} | undefined;
|
454
454
|
readonly sortable?: boolean | undefined;
|
455
455
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
456
456
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
457
|
-
readonly filter?: import("../../
|
457
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
458
458
|
readonly children?: readonly any[] | undefined;
|
459
459
|
}[] | undefined;
|
460
460
|
}[]> : {
|
@@ -471,13 +471,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
471
471
|
readonly headerProps?: {
|
472
472
|
readonly [x: string]: any;
|
473
473
|
} | undefined;
|
474
|
-
readonly cellProps?:
|
474
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
475
475
|
readonly [x: string]: any;
|
476
476
|
} | undefined;
|
477
477
|
readonly sortable?: boolean | undefined;
|
478
478
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
479
479
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
480
|
-
readonly filter?: import("../../
|
480
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
481
481
|
readonly children?: readonly {
|
482
482
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
483
483
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -491,13 +491,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
491
491
|
readonly headerProps?: {
|
492
492
|
readonly [x: string]: any;
|
493
493
|
} | undefined;
|
494
|
-
readonly cellProps?:
|
494
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
495
495
|
readonly [x: string]: any;
|
496
496
|
} | undefined;
|
497
497
|
readonly sortable?: boolean | undefined;
|
498
498
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
499
499
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
500
|
-
readonly filter?: import("../../
|
500
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
501
501
|
readonly children?: readonly any[] | undefined;
|
502
502
|
}[] | undefined;
|
503
503
|
}[] : readonly {
|
@@ -513,13 +513,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
513
513
|
readonly headerProps?: {
|
514
514
|
readonly [x: string]: any;
|
515
515
|
} | undefined;
|
516
|
-
readonly cellProps?:
|
516
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
517
517
|
readonly [x: string]: any;
|
518
518
|
} | undefined;
|
519
519
|
readonly sortable?: boolean | undefined;
|
520
520
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
521
521
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
522
|
-
readonly filter?: import("../../
|
522
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
523
523
|
readonly children?: readonly {
|
524
524
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
525
525
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -533,13 +533,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
533
533
|
readonly headerProps?: {
|
534
534
|
readonly [x: string]: any;
|
535
535
|
} | undefined;
|
536
|
-
readonly cellProps?:
|
536
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
537
537
|
readonly [x: string]: any;
|
538
538
|
} | undefined;
|
539
539
|
readonly sortable?: boolean | undefined;
|
540
540
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
541
541
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
542
|
-
readonly filter?: import("../../
|
542
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
543
543
|
readonly children?: readonly any[] | undefined;
|
544
544
|
}[] | undefined;
|
545
545
|
}[] | Defaults["headers"]>;
|
@@ -556,13 +556,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
556
556
|
readonly headerProps?: {
|
557
557
|
readonly [x: string]: any;
|
558
558
|
} | undefined;
|
559
|
-
readonly cellProps?:
|
559
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
560
560
|
readonly [x: string]: any;
|
561
561
|
} | undefined;
|
562
562
|
readonly sortable?: boolean | undefined;
|
563
563
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
564
564
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
565
|
-
readonly filter?: import("../../
|
565
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
566
566
|
readonly children?: readonly {
|
567
567
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
568
568
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -576,13 +576,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
576
576
|
readonly headerProps?: {
|
577
577
|
readonly [x: string]: any;
|
578
578
|
} | undefined;
|
579
|
-
readonly cellProps?:
|
579
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
580
580
|
readonly [x: string]: any;
|
581
581
|
} | undefined;
|
582
582
|
readonly sortable?: boolean | undefined;
|
583
583
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
584
584
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
585
|
-
readonly filter?: import("../../
|
585
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
586
586
|
readonly children?: readonly any[] | undefined;
|
587
587
|
}[] | undefined;
|
588
588
|
}[] : readonly {
|
@@ -598,13 +598,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
598
598
|
readonly headerProps?: {
|
599
599
|
readonly [x: string]: any;
|
600
600
|
} | undefined;
|
601
|
-
readonly cellProps?:
|
601
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
602
602
|
readonly [x: string]: any;
|
603
603
|
} | undefined;
|
604
604
|
readonly sortable?: boolean | undefined;
|
605
605
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
606
606
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
607
|
-
readonly filter?: import("../../
|
607
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
608
608
|
readonly children?: readonly {
|
609
609
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
610
610
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -618,13 +618,13 @@ export declare const makeVDataTableServerProps: <Defaults extends {
|
|
618
618
|
readonly headerProps?: {
|
619
619
|
readonly [x: string]: any;
|
620
620
|
} | undefined;
|
621
|
-
readonly cellProps?:
|
621
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
622
622
|
readonly [x: string]: any;
|
623
623
|
} | undefined;
|
624
624
|
readonly sortable?: boolean | undefined;
|
625
625
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
626
626
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
627
|
-
readonly filter?: import("../../
|
627
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
628
628
|
readonly children?: readonly any[] | undefined;
|
629
629
|
}[] | undefined;
|
630
630
|
}[] | Defaults["headers"];
|
@@ -746,21 +746,21 @@ export declare const VDataTableServer: {
|
|
746
746
|
itemsPerPageText: string;
|
747
747
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
748
748
|
pageText: string;
|
749
|
-
|
750
|
-
|
751
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
752
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
753
|
-
selectStrategy: "all" | "page" | "single";
|
754
|
-
returnObject: boolean;
|
755
|
-
hideNoData: boolean;
|
756
|
-
hover: boolean;
|
749
|
+
expandOnClick: boolean;
|
750
|
+
showExpand: boolean;
|
757
751
|
multiSort: boolean;
|
758
752
|
mustSort: boolean;
|
759
753
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
760
754
|
disableSort: boolean;
|
755
|
+
returnObject: boolean;
|
761
756
|
showSelect: boolean;
|
762
|
-
|
763
|
-
|
757
|
+
selectStrategy: "all" | "page" | "single";
|
758
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
759
|
+
density: import("../../composables/density.js").Density;
|
760
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
761
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
762
|
+
hideNoData: boolean;
|
763
|
+
hover: boolean;
|
764
764
|
itemsPerPage: string | number;
|
765
765
|
itemsLength: string | number;
|
766
766
|
firstIcon: import("../../composables/icons.js").IconValue;
|
@@ -802,13 +802,13 @@ export declare const VDataTableServer: {
|
|
802
802
|
readonly headerProps?: {
|
803
803
|
readonly [x: string]: any;
|
804
804
|
} | undefined;
|
805
|
-
readonly cellProps?:
|
805
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
806
806
|
readonly [x: string]: any;
|
807
807
|
} | undefined;
|
808
808
|
readonly sortable?: boolean | undefined;
|
809
809
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
810
810
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
811
|
-
readonly filter?: import("../../
|
811
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
812
812
|
readonly children?: readonly {
|
813
813
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
814
814
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -822,23 +822,23 @@ export declare const VDataTableServer: {
|
|
822
822
|
readonly headerProps?: {
|
823
823
|
readonly [x: string]: any;
|
824
824
|
} | undefined;
|
825
|
-
readonly cellProps?:
|
825
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
826
826
|
readonly [x: string]: any;
|
827
827
|
} | undefined;
|
828
828
|
readonly sortable?: boolean | undefined;
|
829
829
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
830
830
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
831
|
-
readonly filter?: import("../../
|
831
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
832
832
|
readonly children?: readonly any[] | undefined;
|
833
833
|
}[] | undefined;
|
834
834
|
}[] | undefined;
|
835
|
-
mobileBreakpoint?: number | import("../../
|
835
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
836
836
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
837
837
|
headerProps?: Record<string, any> | undefined;
|
838
838
|
} & {
|
839
|
+
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
839
840
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
840
841
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
841
|
-
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
842
842
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
843
843
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
844
844
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
@@ -850,7 +850,7 @@ export declare const VDataTableServer: {
|
|
850
850
|
'update:options': (options: any) => true;
|
851
851
|
'update:expanded': (options: any) => true;
|
852
852
|
'update:groupBy': (value: any) => true;
|
853
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "
|
853
|
+
}, "$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, {
|
854
854
|
page: string | number;
|
855
855
|
expanded: readonly string[];
|
856
856
|
style: import("vue").StyleValue;
|
@@ -862,21 +862,21 @@ export declare const VDataTableServer: {
|
|
862
862
|
itemsPerPageText: string;
|
863
863
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
864
864
|
pageText: string;
|
865
|
-
|
866
|
-
|
867
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
868
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
869
|
-
selectStrategy: "all" | "page" | "single";
|
870
|
-
returnObject: boolean;
|
871
|
-
hideNoData: boolean;
|
872
|
-
hover: boolean;
|
865
|
+
expandOnClick: boolean;
|
866
|
+
showExpand: boolean;
|
873
867
|
multiSort: boolean;
|
874
868
|
mustSort: boolean;
|
875
869
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
876
870
|
disableSort: boolean;
|
871
|
+
returnObject: boolean;
|
877
872
|
showSelect: boolean;
|
878
|
-
|
879
|
-
|
873
|
+
selectStrategy: "all" | "page" | "single";
|
874
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
875
|
+
density: import("../../composables/density.js").Density;
|
876
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
877
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
878
|
+
hideNoData: boolean;
|
879
|
+
hover: boolean;
|
880
880
|
itemsPerPage: string | number;
|
881
881
|
firstIcon: import("../../composables/icons.js").IconValue;
|
882
882
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -960,21 +960,21 @@ export declare const VDataTableServer: {
|
|
960
960
|
itemsPerPageText: string;
|
961
961
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
962
962
|
pageText: string;
|
963
|
-
|
964
|
-
|
965
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
966
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
967
|
-
selectStrategy: "all" | "page" | "single";
|
968
|
-
returnObject: boolean;
|
969
|
-
hideNoData: boolean;
|
970
|
-
hover: boolean;
|
963
|
+
expandOnClick: boolean;
|
964
|
+
showExpand: boolean;
|
971
965
|
multiSort: boolean;
|
972
966
|
mustSort: boolean;
|
973
967
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
974
968
|
disableSort: boolean;
|
969
|
+
returnObject: boolean;
|
975
970
|
showSelect: boolean;
|
976
|
-
|
977
|
-
|
971
|
+
selectStrategy: "all" | "page" | "single";
|
972
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
973
|
+
density: import("../../composables/density.js").Density;
|
974
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
975
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
976
|
+
hideNoData: boolean;
|
977
|
+
hover: boolean;
|
978
978
|
itemsPerPage: string | number;
|
979
979
|
itemsLength: string | number;
|
980
980
|
firstIcon: import("../../composables/icons.js").IconValue;
|
@@ -1016,13 +1016,13 @@ export declare const VDataTableServer: {
|
|
1016
1016
|
readonly headerProps?: {
|
1017
1017
|
readonly [x: string]: any;
|
1018
1018
|
} | undefined;
|
1019
|
-
readonly cellProps?:
|
1019
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1020
1020
|
readonly [x: string]: any;
|
1021
1021
|
} | undefined;
|
1022
1022
|
readonly sortable?: boolean | undefined;
|
1023
1023
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1024
1024
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1025
|
-
readonly filter?: import("../../
|
1025
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
1026
1026
|
readonly children?: readonly {
|
1027
1027
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
1028
1028
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -1036,23 +1036,23 @@ export declare const VDataTableServer: {
|
|
1036
1036
|
readonly headerProps?: {
|
1037
1037
|
readonly [x: string]: any;
|
1038
1038
|
} | undefined;
|
1039
|
-
readonly cellProps?:
|
1039
|
+
readonly cellProps?: import("./types.js").HeaderCellPropsFunction | {
|
1040
1040
|
readonly [x: string]: any;
|
1041
1041
|
} | undefined;
|
1042
1042
|
readonly sortable?: boolean | undefined;
|
1043
1043
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1044
1044
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1045
|
-
readonly filter?: import("../../
|
1045
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
1046
1046
|
readonly children?: readonly any[] | undefined;
|
1047
1047
|
}[] | undefined;
|
1048
1048
|
}[] | undefined;
|
1049
|
-
mobileBreakpoint?: number | import("../../
|
1049
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
1050
1050
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1051
1051
|
headerProps?: Record<string, any> | undefined;
|
1052
1052
|
} & {
|
1053
|
+
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
1053
1054
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
1054
1055
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
1055
|
-
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
1056
1056
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
1057
1057
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
1058
1058
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
@@ -1068,21 +1068,21 @@ export declare const VDataTableServer: {
|
|
1068
1068
|
itemsPerPageText: string;
|
1069
1069
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1070
1070
|
pageText: string;
|
1071
|
-
|
1072
|
-
|
1073
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1074
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1075
|
-
selectStrategy: "all" | "page" | "single";
|
1076
|
-
returnObject: boolean;
|
1077
|
-
hideNoData: boolean;
|
1078
|
-
hover: boolean;
|
1071
|
+
expandOnClick: boolean;
|
1072
|
+
showExpand: boolean;
|
1079
1073
|
multiSort: boolean;
|
1080
1074
|
mustSort: boolean;
|
1081
1075
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1082
1076
|
disableSort: boolean;
|
1077
|
+
returnObject: boolean;
|
1083
1078
|
showSelect: boolean;
|
1084
|
-
|
1085
|
-
|
1079
|
+
selectStrategy: "all" | "page" | "single";
|
1080
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1081
|
+
density: import("../../composables/density.js").Density;
|
1082
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1083
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1084
|
+
hideNoData: boolean;
|
1085
|
+
hover: boolean;
|
1086
1086
|
itemsPerPage: string | number;
|
1087
1087
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1088
1088
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1118,21 +1118,21 @@ export declare const VDataTableServer: {
|
|
1118
1118
|
itemsPerPageText: string;
|
1119
1119
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1120
1120
|
pageText: string;
|
1121
|
-
|
1122
|
-
|
1123
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1124
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1125
|
-
selectStrategy: "all" | "page" | "single";
|
1126
|
-
returnObject: boolean;
|
1127
|
-
hideNoData: boolean;
|
1128
|
-
hover: boolean;
|
1121
|
+
expandOnClick: boolean;
|
1122
|
+
showExpand: boolean;
|
1129
1123
|
multiSort: boolean;
|
1130
1124
|
mustSort: boolean;
|
1131
1125
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1132
1126
|
disableSort: boolean;
|
1127
|
+
returnObject: boolean;
|
1133
1128
|
showSelect: boolean;
|
1134
|
-
|
1135
|
-
|
1129
|
+
selectStrategy: "all" | "page" | "single";
|
1130
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1131
|
+
density: import("../../composables/density.js").Density;
|
1132
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1133
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1134
|
+
hideNoData: boolean;
|
1135
|
+
hover: boolean;
|
1136
1136
|
itemsPerPage: string | number;
|
1137
1137
|
itemsLength: string | number;
|
1138
1138
|
firstIcon: import("../../composables/icons.js").IconValue;
|
@@ -1174,13 +1174,13 @@ export declare const VDataTableServer: {
|
|
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;
|
1181
1181
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1182
1182
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1183
|
-
readonly filter?: import("../../
|
1183
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
1184
1184
|
readonly children?: readonly {
|
1185
1185
|
readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
|
1186
1186
|
readonly value?: SelectItemKey<Record<string, any>>;
|
@@ -1194,23 +1194,23 @@ export declare const VDataTableServer: {
|
|
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;
|
1201
1201
|
readonly sort?: import("./types.js").DataTableCompareFunction | undefined;
|
1202
1202
|
readonly sortRaw?: import("./types.js").DataTableCompareFunction | undefined;
|
1203
|
-
readonly filter?: import("../../
|
1203
|
+
readonly filter?: import("../../types.js").FilterFunction | undefined;
|
1204
1204
|
readonly children?: readonly any[] | undefined;
|
1205
1205
|
}[] | undefined;
|
1206
1206
|
}[] | undefined;
|
1207
|
-
mobileBreakpoint?: number | import("../../
|
1207
|
+
mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined;
|
1208
1208
|
customKeySort?: Record<string, import("./types.js").DataTableCompareFunction> | undefined;
|
1209
1209
|
headerProps?: Record<string, any> | undefined;
|
1210
1210
|
} & {
|
1211
|
+
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
1211
1212
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
1212
1213
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
1213
|
-
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
1214
1214
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
1215
1215
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
1216
1216
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
@@ -1222,7 +1222,7 @@ export declare const VDataTableServer: {
|
|
1222
1222
|
'update:options': (options: any) => true;
|
1223
1223
|
'update:expanded': (options: any) => true;
|
1224
1224
|
'update:groupBy': (value: any) => true;
|
1225
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "
|
1225
|
+
}, "$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, {
|
1226
1226
|
page: string | number;
|
1227
1227
|
expanded: readonly string[];
|
1228
1228
|
style: import("vue").StyleValue;
|
@@ -1234,21 +1234,21 @@ export declare const VDataTableServer: {
|
|
1234
1234
|
itemsPerPageText: string;
|
1235
1235
|
sortBy: readonly import("./composables/sort.js").SortItem[];
|
1236
1236
|
pageText: string;
|
1237
|
-
|
1238
|
-
|
1239
|
-
nextIcon: import("../../composables/icons.js").IconValue;
|
1240
|
-
prevIcon: import("../../composables/icons.js").IconValue;
|
1241
|
-
selectStrategy: "all" | "page" | "single";
|
1242
|
-
returnObject: boolean;
|
1243
|
-
hideNoData: boolean;
|
1244
|
-
hover: boolean;
|
1237
|
+
expandOnClick: boolean;
|
1238
|
+
showExpand: boolean;
|
1245
1239
|
multiSort: boolean;
|
1246
1240
|
mustSort: boolean;
|
1247
1241
|
groupBy: readonly import("./composables/sort.js").SortItem[];
|
1248
1242
|
disableSort: boolean;
|
1243
|
+
returnObject: boolean;
|
1249
1244
|
showSelect: boolean;
|
1250
|
-
|
1251
|
-
|
1245
|
+
selectStrategy: "all" | "page" | "single";
|
1246
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
1247
|
+
density: import("../../composables/density.js").Density;
|
1248
|
+
nextIcon: import("../../composables/icons.js").IconValue;
|
1249
|
+
prevIcon: import("../../composables/icons.js").IconValue;
|
1250
|
+
hideNoData: boolean;
|
1251
|
+
hover: boolean;
|
1252
1252
|
itemsPerPage: string | number;
|
1253
1253
|
firstIcon: import("../../composables/icons.js").IconValue;
|
1254
1254
|
lastIcon: import("../../composables/icons.js").IconValue;
|
@@ -1397,7 +1397,7 @@ export declare const VDataTableServer: {
|
|
1397
1397
|
type: import("vue").PropType<boolean | null>;
|
1398
1398
|
default: boolean;
|
1399
1399
|
};
|
1400
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../
|
1400
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../types.js").DisplayBreakpoint>;
|
1401
1401
|
color: StringConstructor;
|
1402
1402
|
disableSort: BooleanConstructor;
|
1403
1403
|
multiSort: BooleanConstructor;
|
@@ -1560,7 +1560,7 @@ export declare const VDataTableServer: {
|
|
1560
1560
|
type: import("vue").PropType<boolean | null>;
|
1561
1561
|
default: boolean;
|
1562
1562
|
};
|
1563
|
-
mobileBreakpoint: import("vue").PropType<number | import("../../
|
1563
|
+
mobileBreakpoint: import("vue").PropType<number | import("../../types.js").DisplayBreakpoint>;
|
1564
1564
|
color: StringConstructor;
|
1565
1565
|
disableSort: BooleanConstructor;
|
1566
1566
|
multiSort: BooleanConstructor;
|