@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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.
Files changed (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +81 -80
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
@@ -106,6 +106,7 @@ interface Group<T = any> {
106
106
  declare function provideGroupBy(options: {
107
107
  groupBy: Ref<readonly SortItem[]>;
108
108
  sortBy: Ref<readonly SortItem[]>;
109
+ disableSort?: Ref<boolean>;
109
110
  }): {
110
111
  sortByWithGroups: vue.ComputedRef<SortItem[]>;
111
112
  toggleGroup: (group: Group) => void;
@@ -538,19 +539,19 @@ declare const VDataTableRow: {
538
539
  new (...args: any[]): vue.CreateComponentPublicInstance<{
539
540
  mobile: boolean | null;
540
541
  } & {
542
+ index?: number | undefined;
541
543
  onClick?: ((args_0: MouseEvent) => void) | undefined;
542
544
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
543
545
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
544
546
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
545
- index?: number | undefined;
546
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
547
+ }, 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 & {
547
548
  mobile: boolean | null;
548
549
  } & {
550
+ index?: number | undefined;
549
551
  onClick?: ((args_0: MouseEvent) => void) | undefined;
550
552
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
551
553
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
552
554
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
553
- index?: number | undefined;
554
555
  }, {
555
556
  mobile: boolean | null;
556
557
  }, true, {}, vue.SlotsType<Partial<{
@@ -582,11 +583,11 @@ declare const VDataTableRow: {
582
583
  }, {
583
584
  mobile: boolean | null;
584
585
  } & {
586
+ index?: number | undefined;
585
587
  onClick?: ((args_0: MouseEvent) => void) | undefined;
586
588
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
587
589
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
588
590
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
589
- index?: number | undefined;
590
591
  }, {}, {}, {}, {}, {
591
592
  mobile: boolean | null;
592
593
  }>;
@@ -596,12 +597,12 @@ declare const VDataTableRow: {
596
597
  } & vue.ComponentOptionsBase<{
597
598
  mobile: boolean | null;
598
599
  } & {
600
+ index?: number | undefined;
599
601
  onClick?: ((args_0: MouseEvent) => void) | undefined;
600
602
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
601
603
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
602
604
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
603
- index?: number | undefined;
604
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "item" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
605
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "item" | "$children" | "v-slots" | "cellProps" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
605
606
  mobile: boolean | null;
606
607
  }, {}, string, vue.SlotsType<Partial<{
607
608
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -666,9 +667,9 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
666
667
  };
667
668
  declare const VDataTableRows: {
668
669
  new (...args: any[]): vue.CreateComponentPublicInstance<{
670
+ mobile: boolean | null;
669
671
  noDataText: string;
670
672
  loadingText: string;
671
- mobile: boolean | null;
672
673
  hideNoData: boolean;
673
674
  } & {
674
675
  loading?: string | boolean | undefined;
@@ -676,9 +677,9 @@ declare const VDataTableRows: {
676
677
  cellProps?: CellProps<any> | undefined;
677
678
  rowProps?: RowProps<any> | undefined;
678
679
  }, {}, 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 & {
680
+ mobile: boolean | null;
679
681
  noDataText: string;
680
682
  loadingText: string;
681
- mobile: boolean | null;
682
683
  hideNoData: boolean;
683
684
  } & {
684
685
  loading?: string | boolean | undefined;
@@ -686,9 +687,9 @@ declare const VDataTableRows: {
686
687
  cellProps?: CellProps<any> | undefined;
687
688
  rowProps?: RowProps<any> | undefined;
688
689
  }, {
690
+ mobile: boolean | null;
689
691
  noDataText: string;
690
692
  loadingText: string;
691
- mobile: boolean | null;
692
693
  hideNoData: boolean;
693
694
  }, true, {}, vue.SlotsType<Partial<{
694
695
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -756,9 +757,9 @@ declare const VDataTableRows: {
756
757
  M: {};
757
758
  Defaults: {};
758
759
  }, {
760
+ mobile: boolean | null;
759
761
  noDataText: string;
760
762
  loadingText: string;
761
- mobile: boolean | null;
762
763
  hideNoData: boolean;
763
764
  } & {
764
765
  loading?: string | boolean | undefined;
@@ -766,18 +767,18 @@ declare const VDataTableRows: {
766
767
  cellProps?: CellProps<any> | undefined;
767
768
  rowProps?: RowProps<any> | undefined;
768
769
  }, {}, {}, {}, {}, {
770
+ mobile: boolean | null;
769
771
  noDataText: string;
770
772
  loadingText: string;
771
- mobile: boolean | null;
772
773
  hideNoData: boolean;
773
774
  }>;
774
775
  __isFragment?: undefined;
775
776
  __isTeleport?: undefined;
776
777
  __isSuspense?: undefined;
777
778
  } & vue.ComponentOptionsBase<{
779
+ mobile: boolean | null;
778
780
  noDataText: string;
779
781
  loadingText: string;
780
- mobile: boolean | null;
781
782
  hideNoData: boolean;
782
783
  } & {
783
784
  loading?: string | boolean | undefined;
@@ -785,9 +786,9 @@ declare const VDataTableRows: {
785
786
  cellProps?: CellProps<any> | undefined;
786
787
  rowProps?: RowProps<any> | undefined;
787
788
  }, {}, 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">, string, {
789
+ mobile: boolean | null;
788
790
  noDataText: string;
789
791
  loadingText: string;
790
- mobile: boolean | null;
791
792
  hideNoData: boolean;
792
793
  }, {}, string, vue.SlotsType<Partial<{
793
794
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -937,22 +938,22 @@ type VDataTableSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
937
938
  type ItemType$2<T> = T extends readonly (infer U)[] ? U : never;
938
939
  declare const VDataTable: {
939
940
  new (...args: any[]): vue.CreateComponentPublicInstance<{
941
+ page: string | number;
940
942
  style: vue.StyleValue;
943
+ mobile: boolean | null;
944
+ expanded: readonly string[];
941
945
  tag: string;
946
+ sticky: boolean;
942
947
  noDataText: string;
943
948
  loadingText: string;
944
949
  itemsPerPageText: string;
945
950
  sortBy: readonly SortItem[];
946
951
  pageText: string;
947
- page: string | number;
948
- mobile: boolean | null;
949
- sticky: boolean;
950
- expanded: readonly string[];
951
952
  density: Density;
952
953
  valueComparator: typeof deepEqual;
953
954
  nextIcon: IconValue;
954
955
  prevIcon: IconValue;
955
- selectStrategy: "page" | "all" | "single";
956
+ selectStrategy: "all" | "page" | "single";
956
957
  returnObject: boolean;
957
958
  filterMode: FilterMode;
958
959
  noFilter: boolean;
@@ -961,6 +962,7 @@ declare const VDataTable: {
961
962
  multiSort: boolean;
962
963
  mustSort: boolean;
963
964
  groupBy: readonly SortItem[];
965
+ disableSort: boolean;
964
966
  showSelect: boolean;
965
967
  expandOnClick: boolean;
966
968
  showExpand: boolean;
@@ -976,7 +978,6 @@ declare const VDataTable: {
976
978
  value: number;
977
979
  })[];
978
980
  showCurrentPage: boolean;
979
- disableSort: boolean;
980
981
  sortAscIcon: IconValue;
981
982
  sortDescIcon: IconValue;
982
983
  fixedHeader: boolean;
@@ -986,12 +987,12 @@ declare const VDataTable: {
986
987
  hideDefaultHeader: boolean;
987
988
  } & {
988
989
  search?: string | undefined;
989
- class?: any;
990
- width?: string | number | undefined;
991
990
  height?: string | number | undefined;
992
- theme?: string | undefined;
991
+ width?: string | number | undefined;
993
992
  color?: string | undefined;
994
993
  loading?: string | boolean | undefined;
994
+ class?: any;
995
+ theme?: string | undefined;
995
996
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
996
997
  customFilter?: FilterFunction | undefined;
997
998
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1015,23 +1016,23 @@ declare const VDataTable: {
1015
1016
  'update:groupBy': (value: any) => boolean;
1016
1017
  'update:expanded': (value: any) => boolean;
1017
1018
  'update:currentItems': (value: any) => boolean;
1018
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "headers" | "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 & {
1019
+ }, "$children" | "headers" | "v-slot:default" | "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: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 & {
1020
+ page: string | number;
1019
1021
  style: vue.StyleValue;
1022
+ mobile: boolean | null;
1023
+ expanded: readonly string[];
1020
1024
  tag: string;
1025
+ sticky: boolean;
1021
1026
  noDataText: string;
1022
1027
  loadingText: string;
1023
1028
  itemsPerPageText: string;
1024
1029
  sortBy: readonly SortItem[];
1025
1030
  pageText: string;
1026
- page: string | number;
1027
- mobile: boolean | null;
1028
- sticky: boolean;
1029
- expanded: readonly string[];
1030
1031
  density: Density;
1031
1032
  valueComparator: typeof deepEqual;
1032
1033
  nextIcon: IconValue;
1033
1034
  prevIcon: IconValue;
1034
- selectStrategy: "page" | "all" | "single";
1035
+ selectStrategy: "all" | "page" | "single";
1035
1036
  returnObject: boolean;
1036
1037
  filterMode: FilterMode;
1037
1038
  noFilter: boolean;
@@ -1040,6 +1041,7 @@ declare const VDataTable: {
1040
1041
  multiSort: boolean;
1041
1042
  mustSort: boolean;
1042
1043
  groupBy: readonly SortItem[];
1044
+ disableSort: boolean;
1043
1045
  showSelect: boolean;
1044
1046
  expandOnClick: boolean;
1045
1047
  showExpand: boolean;
@@ -1055,7 +1057,6 @@ declare const VDataTable: {
1055
1057
  value: number;
1056
1058
  })[];
1057
1059
  showCurrentPage: boolean;
1058
- disableSort: boolean;
1059
1060
  sortAscIcon: IconValue;
1060
1061
  sortDescIcon: IconValue;
1061
1062
  fixedHeader: boolean;
@@ -1065,12 +1066,12 @@ declare const VDataTable: {
1065
1066
  hideDefaultHeader: boolean;
1066
1067
  } & {
1067
1068
  search?: string | undefined;
1068
- class?: any;
1069
- width?: string | number | undefined;
1070
1069
  height?: string | number | undefined;
1071
- theme?: string | undefined;
1070
+ width?: string | number | undefined;
1072
1071
  color?: string | undefined;
1073
1072
  loading?: string | boolean | undefined;
1073
+ class?: any;
1074
+ theme?: string | undefined;
1074
1075
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1075
1076
  customFilter?: FilterFunction | undefined;
1076
1077
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1086,22 +1087,22 @@ declare const VDataTable: {
1086
1087
  "onUpdate:options"?: ((value: any) => any) | undefined;
1087
1088
  "onUpdate:currentItems"?: ((value: any) => any) | undefined;
1088
1089
  }, {
1090
+ page: string | number;
1089
1091
  style: vue.StyleValue;
1092
+ mobile: boolean | null;
1093
+ expanded: readonly string[];
1090
1094
  tag: string;
1095
+ sticky: boolean;
1091
1096
  noDataText: string;
1092
1097
  loadingText: string;
1093
1098
  itemsPerPageText: string;
1094
1099
  sortBy: readonly SortItem[];
1095
1100
  pageText: string;
1096
- page: string | number;
1097
- mobile: boolean | null;
1098
- sticky: boolean;
1099
- expanded: readonly string[];
1100
1101
  density: Density;
1101
1102
  valueComparator: typeof deepEqual;
1102
1103
  nextIcon: IconValue;
1103
1104
  prevIcon: IconValue;
1104
- selectStrategy: "page" | "all" | "single";
1105
+ selectStrategy: "all" | "page" | "single";
1105
1106
  returnObject: boolean;
1106
1107
  filterMode: FilterMode;
1107
1108
  noFilter: boolean;
@@ -1110,6 +1111,7 @@ declare const VDataTable: {
1110
1111
  multiSort: boolean;
1111
1112
  mustSort: boolean;
1112
1113
  groupBy: readonly SortItem[];
1114
+ disableSort: boolean;
1113
1115
  showSelect: boolean;
1114
1116
  expandOnClick: boolean;
1115
1117
  showExpand: boolean;
@@ -1125,7 +1127,6 @@ declare const VDataTable: {
1125
1127
  value: number;
1126
1128
  })[];
1127
1129
  showCurrentPage: boolean;
1128
- disableSort: boolean;
1129
1130
  sortAscIcon: IconValue;
1130
1131
  sortDescIcon: IconValue;
1131
1132
  fixedHeader: boolean;
@@ -1238,22 +1239,22 @@ declare const VDataTable: {
1238
1239
  M: {};
1239
1240
  Defaults: {};
1240
1241
  }, {
1242
+ page: string | number;
1241
1243
  style: vue.StyleValue;
1244
+ mobile: boolean | null;
1245
+ expanded: readonly string[];
1242
1246
  tag: string;
1247
+ sticky: boolean;
1243
1248
  noDataText: string;
1244
1249
  loadingText: string;
1245
1250
  itemsPerPageText: string;
1246
1251
  sortBy: readonly SortItem[];
1247
1252
  pageText: string;
1248
- page: string | number;
1249
- mobile: boolean | null;
1250
- sticky: boolean;
1251
- expanded: readonly string[];
1252
1253
  density: Density;
1253
1254
  valueComparator: typeof deepEqual;
1254
1255
  nextIcon: IconValue;
1255
1256
  prevIcon: IconValue;
1256
- selectStrategy: "page" | "all" | "single";
1257
+ selectStrategy: "all" | "page" | "single";
1257
1258
  returnObject: boolean;
1258
1259
  filterMode: FilterMode;
1259
1260
  noFilter: boolean;
@@ -1262,6 +1263,7 @@ declare const VDataTable: {
1262
1263
  multiSort: boolean;
1263
1264
  mustSort: boolean;
1264
1265
  groupBy: readonly SortItem[];
1266
+ disableSort: boolean;
1265
1267
  showSelect: boolean;
1266
1268
  expandOnClick: boolean;
1267
1269
  showExpand: boolean;
@@ -1277,7 +1279,6 @@ declare const VDataTable: {
1277
1279
  value: number;
1278
1280
  })[];
1279
1281
  showCurrentPage: boolean;
1280
- disableSort: boolean;
1281
1282
  sortAscIcon: IconValue;
1282
1283
  sortDescIcon: IconValue;
1283
1284
  fixedHeader: boolean;
@@ -1287,12 +1288,12 @@ declare const VDataTable: {
1287
1288
  hideDefaultHeader: boolean;
1288
1289
  } & {
1289
1290
  search?: string | undefined;
1290
- class?: any;
1291
- width?: string | number | undefined;
1292
1291
  height?: string | number | undefined;
1293
- theme?: string | undefined;
1292
+ width?: string | number | undefined;
1294
1293
  color?: string | undefined;
1295
1294
  loading?: string | boolean | undefined;
1295
+ class?: any;
1296
+ theme?: string | undefined;
1296
1297
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1297
1298
  customFilter?: FilterFunction | undefined;
1298
1299
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1308,22 +1309,22 @@ declare const VDataTable: {
1308
1309
  "onUpdate:options"?: ((value: any) => any) | undefined;
1309
1310
  "onUpdate:currentItems"?: ((value: any) => any) | undefined;
1310
1311
  }, {}, {}, {}, {}, {
1312
+ page: string | number;
1311
1313
  style: vue.StyleValue;
1314
+ mobile: boolean | null;
1315
+ expanded: readonly string[];
1312
1316
  tag: string;
1317
+ sticky: boolean;
1313
1318
  noDataText: string;
1314
1319
  loadingText: string;
1315
1320
  itemsPerPageText: string;
1316
1321
  sortBy: readonly SortItem[];
1317
1322
  pageText: string;
1318
- page: string | number;
1319
- mobile: boolean | null;
1320
- sticky: boolean;
1321
- expanded: readonly string[];
1322
1323
  density: Density;
1323
1324
  valueComparator: typeof deepEqual;
1324
1325
  nextIcon: IconValue;
1325
1326
  prevIcon: IconValue;
1326
- selectStrategy: "page" | "all" | "single";
1327
+ selectStrategy: "all" | "page" | "single";
1327
1328
  returnObject: boolean;
1328
1329
  filterMode: FilterMode;
1329
1330
  noFilter: boolean;
@@ -1332,6 +1333,7 @@ declare const VDataTable: {
1332
1333
  multiSort: boolean;
1333
1334
  mustSort: boolean;
1334
1335
  groupBy: readonly SortItem[];
1336
+ disableSort: boolean;
1335
1337
  showSelect: boolean;
1336
1338
  expandOnClick: boolean;
1337
1339
  showExpand: boolean;
@@ -1347,7 +1349,6 @@ declare const VDataTable: {
1347
1349
  value: number;
1348
1350
  })[];
1349
1351
  showCurrentPage: boolean;
1350
- disableSort: boolean;
1351
1352
  sortAscIcon: IconValue;
1352
1353
  sortDescIcon: IconValue;
1353
1354
  fixedHeader: boolean;
@@ -1360,22 +1361,22 @@ declare const VDataTable: {
1360
1361
  __isTeleport?: undefined;
1361
1362
  __isSuspense?: undefined;
1362
1363
  } & vue.ComponentOptionsBase<{
1364
+ page: string | number;
1363
1365
  style: vue.StyleValue;
1366
+ mobile: boolean | null;
1367
+ expanded: readonly string[];
1364
1368
  tag: string;
1369
+ sticky: boolean;
1365
1370
  noDataText: string;
1366
1371
  loadingText: string;
1367
1372
  itemsPerPageText: string;
1368
1373
  sortBy: readonly SortItem[];
1369
1374
  pageText: string;
1370
- page: string | number;
1371
- mobile: boolean | null;
1372
- sticky: boolean;
1373
- expanded: readonly string[];
1374
1375
  density: Density;
1375
1376
  valueComparator: typeof deepEqual;
1376
1377
  nextIcon: IconValue;
1377
1378
  prevIcon: IconValue;
1378
- selectStrategy: "page" | "all" | "single";
1379
+ selectStrategy: "all" | "page" | "single";
1379
1380
  returnObject: boolean;
1380
1381
  filterMode: FilterMode;
1381
1382
  noFilter: boolean;
@@ -1384,6 +1385,7 @@ declare const VDataTable: {
1384
1385
  multiSort: boolean;
1385
1386
  mustSort: boolean;
1386
1387
  groupBy: readonly SortItem[];
1388
+ disableSort: boolean;
1387
1389
  showSelect: boolean;
1388
1390
  expandOnClick: boolean;
1389
1391
  showExpand: boolean;
@@ -1399,7 +1401,6 @@ declare const VDataTable: {
1399
1401
  value: number;
1400
1402
  })[];
1401
1403
  showCurrentPage: boolean;
1402
- disableSort: boolean;
1403
1404
  sortAscIcon: IconValue;
1404
1405
  sortDescIcon: IconValue;
1405
1406
  fixedHeader: boolean;
@@ -1409,12 +1410,12 @@ declare const VDataTable: {
1409
1410
  hideDefaultHeader: boolean;
1410
1411
  } & {
1411
1412
  search?: string | undefined;
1412
- class?: any;
1413
- width?: string | number | undefined;
1414
1413
  height?: string | number | undefined;
1415
- theme?: string | undefined;
1414
+ width?: string | number | undefined;
1416
1415
  color?: string | undefined;
1417
1416
  loading?: string | boolean | undefined;
1417
+ class?: any;
1418
+ theme?: string | undefined;
1418
1419
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1419
1420
  customFilter?: FilterFunction | undefined;
1420
1421
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1438,23 +1439,23 @@ declare const VDataTable: {
1438
1439
  'update:groupBy': (value: any) => boolean;
1439
1440
  'update:expanded': (value: any) => boolean;
1440
1441
  'update:currentItems': (value: any) => boolean;
1441
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "items" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "itemValue" | "v-slot:no-data" | "cellProps" | "itemSelectable" | "rowProps" | "headers" | "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, {
1442
+ }, "$children" | "headers" | "v-slot:default" | "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: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, {
1443
+ page: string | number;
1442
1444
  style: vue.StyleValue;
1445
+ mobile: boolean | null;
1446
+ expanded: readonly string[];
1443
1447
  tag: string;
1448
+ sticky: boolean;
1444
1449
  noDataText: string;
1445
1450
  loadingText: string;
1446
1451
  itemsPerPageText: string;
1447
1452
  sortBy: readonly SortItem[];
1448
1453
  pageText: string;
1449
- page: string | number;
1450
- mobile: boolean | null;
1451
- sticky: boolean;
1452
- expanded: readonly string[];
1453
1454
  density: Density;
1454
1455
  valueComparator: typeof deepEqual;
1455
1456
  nextIcon: IconValue;
1456
1457
  prevIcon: IconValue;
1457
- selectStrategy: "page" | "all" | "single";
1458
+ selectStrategy: "all" | "page" | "single";
1458
1459
  returnObject: boolean;
1459
1460
  filterMode: FilterMode;
1460
1461
  noFilter: boolean;
@@ -1463,6 +1464,7 @@ declare const VDataTable: {
1463
1464
  multiSort: boolean;
1464
1465
  mustSort: boolean;
1465
1466
  groupBy: readonly SortItem[];
1467
+ disableSort: boolean;
1466
1468
  showSelect: boolean;
1467
1469
  expandOnClick: boolean;
1468
1470
  showExpand: boolean;
@@ -1478,7 +1480,6 @@ declare const VDataTable: {
1478
1480
  value: number;
1479
1481
  })[];
1480
1482
  showCurrentPage: boolean;
1481
- disableSort: boolean;
1482
1483
  sortAscIcon: IconValue;
1483
1484
  sortDescIcon: IconValue;
1484
1485
  fixedHeader: boolean;
@@ -1594,7 +1595,7 @@ declare const VDataTable: {
1594
1595
  readonly value?: SelectItemKey<ItemType$2<T>>;
1595
1596
  readonly title?: string | undefined;
1596
1597
  readonly fixed?: boolean | undefined;
1597
- readonly align?: "end" | "center" | "start" | undefined;
1598
+ readonly align?: "center" | "end" | "start" | undefined;
1598
1599
  readonly width?: string | number | undefined;
1599
1600
  readonly minWidth?: string | undefined;
1600
1601
  readonly maxWidth?: string | undefined;
@@ -1602,7 +1603,7 @@ declare const VDataTable: {
1602
1603
  readonly headerProps?: {
1603
1604
  readonly [x: string]: any;
1604
1605
  } | undefined;
1605
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
1606
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1606
1607
  readonly [x: string]: any;
1607
1608
  } | undefined;
1608
1609
  readonly sortable?: boolean | undefined;
@@ -1625,7 +1626,7 @@ declare const VDataTable: {
1625
1626
  readonly value?: SelectItemKey<ItemType$2<T>>;
1626
1627
  readonly title?: string | undefined;
1627
1628
  readonly fixed?: boolean | undefined;
1628
- readonly align?: "end" | "center" | "start" | undefined;
1629
+ readonly align?: "center" | "end" | "start" | undefined;
1629
1630
  readonly width?: string | number | undefined;
1630
1631
  readonly minWidth?: string | undefined;
1631
1632
  readonly maxWidth?: string | undefined;
@@ -1633,7 +1634,7 @@ declare const VDataTable: {
1633
1634
  readonly headerProps?: {
1634
1635
  readonly [x: string]: any;
1635
1636
  } | undefined;
1636
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
1637
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1637
1638
  readonly [x: string]: any;
1638
1639
  } | undefined;
1639
1640
  readonly sortable?: boolean | undefined;
@@ -1753,7 +1754,7 @@ declare const VDataTable: {
1753
1754
  mustSort: BooleanConstructor;
1754
1755
  showSelect: BooleanConstructor;
1755
1756
  selectStrategy: {
1756
- type: vue.PropType<"page" | "all" | "single">;
1757
+ type: vue.PropType<"all" | "page" | "single">;
1757
1758
  default: string;
1758
1759
  };
1759
1760
  modelValue: {
@@ -1784,7 +1785,7 @@ declare const VDataTable: {
1784
1785
  readonly value?: SelectItemKey<Record<string, any>>;
1785
1786
  readonly title?: string | undefined;
1786
1787
  readonly fixed?: boolean | undefined;
1787
- readonly align?: "end" | "center" | "start" | undefined;
1788
+ readonly align?: "center" | "end" | "start" | undefined;
1788
1789
  readonly width?: string | number | undefined;
1789
1790
  readonly minWidth?: string | undefined;
1790
1791
  readonly maxWidth?: string | undefined;
@@ -1792,7 +1793,7 @@ declare const VDataTable: {
1792
1793
  readonly headerProps?: {
1793
1794
  readonly [x: string]: any;
1794
1795
  } | undefined;
1795
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
1796
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1796
1797
  readonly [x: string]: any;
1797
1798
  } | undefined;
1798
1799
  readonly sortable?: boolean | undefined;
@@ -1805,7 +1806,7 @@ declare const VDataTable: {
1805
1806
  readonly value?: SelectItemKey<Record<string, any>>;
1806
1807
  readonly title?: string | undefined;
1807
1808
  readonly fixed?: boolean | undefined;
1808
- readonly align?: "end" | "center" | "start" | undefined;
1809
+ readonly align?: "center" | "end" | "start" | undefined;
1809
1810
  readonly width?: string | number | undefined;
1810
1811
  readonly minWidth?: string | undefined;
1811
1812
  readonly maxWidth?: string | undefined;
@@ -1813,7 +1814,7 @@ declare const VDataTable: {
1813
1814
  readonly headerProps?: {
1814
1815
  readonly [x: string]: any;
1815
1816
  } | undefined;
1816
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
1817
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1817
1818
  readonly [x: string]: any;
1818
1819
  } | undefined;
1819
1820
  readonly sortable?: boolean | undefined;
@@ -1964,7 +1965,7 @@ declare const VDataTable: {
1964
1965
  mustSort: BooleanConstructor;
1965
1966
  showSelect: BooleanConstructor;
1966
1967
  selectStrategy: {
1967
- type: vue.PropType<"page" | "all" | "single">;
1968
+ type: vue.PropType<"all" | "page" | "single">;
1968
1969
  default: string;
1969
1970
  };
1970
1971
  modelValue: {
@@ -1995,7 +1996,7 @@ declare const VDataTable: {
1995
1996
  readonly value?: SelectItemKey<Record<string, any>>;
1996
1997
  readonly title?: string | undefined;
1997
1998
  readonly fixed?: boolean | undefined;
1998
- readonly align?: "end" | "center" | "start" | undefined;
1999
+ readonly align?: "center" | "end" | "start" | undefined;
1999
2000
  readonly width?: string | number | undefined;
2000
2001
  readonly minWidth?: string | undefined;
2001
2002
  readonly maxWidth?: string | undefined;
@@ -2003,7 +2004,7 @@ declare const VDataTable: {
2003
2004
  readonly headerProps?: {
2004
2005
  readonly [x: string]: any;
2005
2006
  } | undefined;
2006
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2007
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2007
2008
  readonly [x: string]: any;
2008
2009
  } | undefined;
2009
2010
  readonly sortable?: boolean | undefined;
@@ -2016,7 +2017,7 @@ declare const VDataTable: {
2016
2017
  readonly value?: SelectItemKey<Record<string, any>>;
2017
2018
  readonly title?: string | undefined;
2018
2019
  readonly fixed?: boolean | undefined;
2019
- readonly align?: "end" | "center" | "start" | undefined;
2020
+ readonly align?: "center" | "end" | "start" | undefined;
2020
2021
  readonly width?: string | number | undefined;
2021
2022
  readonly minWidth?: string | undefined;
2022
2023
  readonly maxWidth?: string | undefined;
@@ -2024,7 +2025,7 @@ declare const VDataTable: {
2024
2025
  readonly headerProps?: {
2025
2026
  readonly [x: string]: any;
2026
2027
  } | undefined;
2027
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2028
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2028
2029
  readonly [x: string]: any;
2029
2030
  } | undefined;
2030
2031
  readonly sortable?: boolean | undefined;
@@ -2360,16 +2361,16 @@ type ItemType$1<T> = T extends readonly (infer U)[] ? U : never;
2360
2361
  declare const VDataTableVirtual: {
2361
2362
  new (...args: any[]): vue.CreateComponentPublicInstance<{
2362
2363
  style: vue.StyleValue;
2364
+ mobile: boolean | null;
2365
+ expanded: readonly string[];
2363
2366
  tag: string;
2367
+ sticky: boolean;
2364
2368
  noDataText: string;
2365
2369
  loadingText: string;
2366
2370
  sortBy: readonly SortItem[];
2367
- mobile: boolean | null;
2368
- sticky: boolean;
2369
- expanded: readonly string[];
2370
2371
  density: Density;
2371
2372
  valueComparator: typeof deepEqual;
2372
- selectStrategy: "page" | "all" | "single";
2373
+ selectStrategy: "all" | "page" | "single";
2373
2374
  returnObject: boolean;
2374
2375
  filterMode: FilterMode;
2375
2376
  noFilter: boolean;
@@ -2379,10 +2380,10 @@ declare const VDataTableVirtual: {
2379
2380
  multiSort: boolean;
2380
2381
  mustSort: boolean;
2381
2382
  groupBy: readonly SortItem[];
2383
+ disableSort: boolean;
2382
2384
  showSelect: boolean;
2383
2385
  expandOnClick: boolean;
2384
2386
  showExpand: boolean;
2385
- disableSort: boolean;
2386
2387
  sortAscIcon: IconValue;
2387
2388
  sortDescIcon: IconValue;
2388
2389
  fixedHeader: boolean;
@@ -2392,24 +2393,17 @@ declare const VDataTableVirtual: {
2392
2393
  hideDefaultHeader: boolean;
2393
2394
  } & {
2394
2395
  search?: string | undefined;
2395
- class?: any;
2396
- width?: string | number | undefined;
2397
2396
  height?: string | number | undefined;
2398
- theme?: string | undefined;
2397
+ width?: string | number | undefined;
2399
2398
  color?: string | undefined;
2400
2399
  loading?: string | boolean | undefined;
2401
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2402
- customFilter?: FilterFunction | undefined;
2403
- customKeyFilter?: FilterKeyFunctions | undefined;
2404
- filterKeys?: FilterKeys | undefined;
2405
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2406
- headerProps?: Record<string, any> | undefined;
2400
+ class?: any;
2407
2401
  headers?: readonly {
2408
2402
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2409
2403
  readonly value?: SelectItemKey<Record<string, any>>;
2410
2404
  readonly title?: string | undefined;
2411
2405
  readonly fixed?: boolean | undefined;
2412
- readonly align?: "end" | "center" | "start" | undefined;
2406
+ readonly align?: "center" | "end" | "start" | undefined;
2413
2407
  readonly width?: string | number | undefined;
2414
2408
  readonly minWidth?: string | undefined;
2415
2409
  readonly maxWidth?: string | undefined;
@@ -2417,7 +2411,7 @@ declare const VDataTableVirtual: {
2417
2411
  readonly headerProps?: {
2418
2412
  readonly [x: string]: any;
2419
2413
  } | undefined;
2420
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2414
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2421
2415
  readonly [x: string]: any;
2422
2416
  } | undefined;
2423
2417
  readonly sortable?: boolean | undefined;
@@ -2430,7 +2424,7 @@ declare const VDataTableVirtual: {
2430
2424
  readonly value?: SelectItemKey<Record<string, any>>;
2431
2425
  readonly title?: string | undefined;
2432
2426
  readonly fixed?: boolean | undefined;
2433
- readonly align?: "end" | "center" | "start" | undefined;
2427
+ readonly align?: "center" | "end" | "start" | undefined;
2434
2428
  readonly width?: string | number | undefined;
2435
2429
  readonly minWidth?: string | undefined;
2436
2430
  readonly maxWidth?: string | undefined;
@@ -2438,7 +2432,7 @@ declare const VDataTableVirtual: {
2438
2432
  readonly headerProps?: {
2439
2433
  readonly [x: string]: any;
2440
2434
  } | undefined;
2441
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2435
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2442
2436
  readonly [x: string]: any;
2443
2437
  } | undefined;
2444
2438
  readonly sortable?: boolean | undefined;
@@ -2449,6 +2443,13 @@ declare const VDataTableVirtual: {
2449
2443
  readonly children?: readonly any[] | undefined;
2450
2444
  }[] | undefined;
2451
2445
  }[] | undefined;
2446
+ theme?: string | undefined;
2447
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2448
+ customFilter?: FilterFunction | undefined;
2449
+ customKeyFilter?: FilterKeyFunctions | undefined;
2450
+ filterKeys?: FilterKeys | undefined;
2451
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2452
+ headerProps?: Record<string, any> | undefined;
2452
2453
  } & {
2453
2454
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2454
2455
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2462,16 +2463,16 @@ declare const VDataTableVirtual: {
2462
2463
  'update:expanded': (value: any) => boolean;
2463
2464
  }, "$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 & {
2464
2465
  style: vue.StyleValue;
2466
+ mobile: boolean | null;
2467
+ expanded: readonly string[];
2465
2468
  tag: string;
2469
+ sticky: boolean;
2466
2470
  noDataText: string;
2467
2471
  loadingText: string;
2468
2472
  sortBy: readonly SortItem[];
2469
- mobile: boolean | null;
2470
- sticky: boolean;
2471
- expanded: readonly string[];
2472
2473
  density: Density;
2473
2474
  valueComparator: typeof deepEqual;
2474
- selectStrategy: "page" | "all" | "single";
2475
+ selectStrategy: "all" | "page" | "single";
2475
2476
  returnObject: boolean;
2476
2477
  filterMode: FilterMode;
2477
2478
  noFilter: boolean;
@@ -2481,10 +2482,10 @@ declare const VDataTableVirtual: {
2481
2482
  multiSort: boolean;
2482
2483
  mustSort: boolean;
2483
2484
  groupBy: readonly SortItem[];
2485
+ disableSort: boolean;
2484
2486
  showSelect: boolean;
2485
2487
  expandOnClick: boolean;
2486
2488
  showExpand: boolean;
2487
- disableSort: boolean;
2488
2489
  sortAscIcon: IconValue;
2489
2490
  sortDescIcon: IconValue;
2490
2491
  fixedHeader: boolean;
@@ -2494,24 +2495,17 @@ declare const VDataTableVirtual: {
2494
2495
  hideDefaultHeader: boolean;
2495
2496
  } & {
2496
2497
  search?: string | undefined;
2497
- class?: any;
2498
- width?: string | number | undefined;
2499
2498
  height?: string | number | undefined;
2500
- theme?: string | undefined;
2499
+ width?: string | number | undefined;
2501
2500
  color?: string | undefined;
2502
2501
  loading?: string | boolean | undefined;
2503
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2504
- customFilter?: FilterFunction | undefined;
2505
- customKeyFilter?: FilterKeyFunctions | undefined;
2506
- filterKeys?: FilterKeys | undefined;
2507
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2508
- headerProps?: Record<string, any> | undefined;
2502
+ class?: any;
2509
2503
  headers?: readonly {
2510
2504
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2511
2505
  readonly value?: SelectItemKey<Record<string, any>>;
2512
2506
  readonly title?: string | undefined;
2513
2507
  readonly fixed?: boolean | undefined;
2514
- readonly align?: "end" | "center" | "start" | undefined;
2508
+ readonly align?: "center" | "end" | "start" | undefined;
2515
2509
  readonly width?: string | number | undefined;
2516
2510
  readonly minWidth?: string | undefined;
2517
2511
  readonly maxWidth?: string | undefined;
@@ -2519,7 +2513,7 @@ declare const VDataTableVirtual: {
2519
2513
  readonly headerProps?: {
2520
2514
  readonly [x: string]: any;
2521
2515
  } | undefined;
2522
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2516
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2523
2517
  readonly [x: string]: any;
2524
2518
  } | undefined;
2525
2519
  readonly sortable?: boolean | undefined;
@@ -2532,7 +2526,7 @@ declare const VDataTableVirtual: {
2532
2526
  readonly value?: SelectItemKey<Record<string, any>>;
2533
2527
  readonly title?: string | undefined;
2534
2528
  readonly fixed?: boolean | undefined;
2535
- readonly align?: "end" | "center" | "start" | undefined;
2529
+ readonly align?: "center" | "end" | "start" | undefined;
2536
2530
  readonly width?: string | number | undefined;
2537
2531
  readonly minWidth?: string | undefined;
2538
2532
  readonly maxWidth?: string | undefined;
@@ -2540,7 +2534,7 @@ declare const VDataTableVirtual: {
2540
2534
  readonly headerProps?: {
2541
2535
  readonly [x: string]: any;
2542
2536
  } | undefined;
2543
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2537
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2544
2538
  readonly [x: string]: any;
2545
2539
  } | undefined;
2546
2540
  readonly sortable?: boolean | undefined;
@@ -2551,6 +2545,13 @@ declare const VDataTableVirtual: {
2551
2545
  readonly children?: readonly any[] | undefined;
2552
2546
  }[] | undefined;
2553
2547
  }[] | undefined;
2548
+ theme?: string | undefined;
2549
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2550
+ customFilter?: FilterFunction | undefined;
2551
+ customKeyFilter?: FilterKeyFunctions | undefined;
2552
+ filterKeys?: FilterKeys | undefined;
2553
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2554
+ headerProps?: Record<string, any> | undefined;
2554
2555
  } & {
2555
2556
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2556
2557
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2558,16 +2559,16 @@ declare const VDataTableVirtual: {
2558
2559
  "onUpdate:options"?: ((value: any) => any) | undefined;
2559
2560
  }, {
2560
2561
  style: vue.StyleValue;
2562
+ mobile: boolean | null;
2563
+ expanded: readonly string[];
2561
2564
  tag: string;
2565
+ sticky: boolean;
2562
2566
  noDataText: string;
2563
2567
  loadingText: string;
2564
2568
  sortBy: readonly SortItem[];
2565
- mobile: boolean | null;
2566
- sticky: boolean;
2567
- expanded: readonly string[];
2568
2569
  density: Density;
2569
2570
  valueComparator: typeof deepEqual;
2570
- selectStrategy: "page" | "all" | "single";
2571
+ selectStrategy: "all" | "page" | "single";
2571
2572
  returnObject: boolean;
2572
2573
  filterMode: FilterMode;
2573
2574
  noFilter: boolean;
@@ -2577,10 +2578,10 @@ declare const VDataTableVirtual: {
2577
2578
  multiSort: boolean;
2578
2579
  mustSort: boolean;
2579
2580
  groupBy: readonly SortItem[];
2581
+ disableSort: boolean;
2580
2582
  showSelect: boolean;
2581
2583
  expandOnClick: boolean;
2582
2584
  showExpand: boolean;
2583
- disableSort: boolean;
2584
2585
  sortAscIcon: IconValue;
2585
2586
  sortDescIcon: IconValue;
2586
2587
  fixedHeader: boolean;
@@ -2678,16 +2679,16 @@ declare const VDataTableVirtual: {
2678
2679
  Defaults: {};
2679
2680
  }, {
2680
2681
  style: vue.StyleValue;
2682
+ mobile: boolean | null;
2683
+ expanded: readonly string[];
2681
2684
  tag: string;
2685
+ sticky: boolean;
2682
2686
  noDataText: string;
2683
2687
  loadingText: string;
2684
2688
  sortBy: readonly SortItem[];
2685
- mobile: boolean | null;
2686
- sticky: boolean;
2687
- expanded: readonly string[];
2688
2689
  density: Density;
2689
2690
  valueComparator: typeof deepEqual;
2690
- selectStrategy: "page" | "all" | "single";
2691
+ selectStrategy: "all" | "page" | "single";
2691
2692
  returnObject: boolean;
2692
2693
  filterMode: FilterMode;
2693
2694
  noFilter: boolean;
@@ -2697,10 +2698,10 @@ declare const VDataTableVirtual: {
2697
2698
  multiSort: boolean;
2698
2699
  mustSort: boolean;
2699
2700
  groupBy: readonly SortItem[];
2701
+ disableSort: boolean;
2700
2702
  showSelect: boolean;
2701
2703
  expandOnClick: boolean;
2702
2704
  showExpand: boolean;
2703
- disableSort: boolean;
2704
2705
  sortAscIcon: IconValue;
2705
2706
  sortDescIcon: IconValue;
2706
2707
  fixedHeader: boolean;
@@ -2710,24 +2711,17 @@ declare const VDataTableVirtual: {
2710
2711
  hideDefaultHeader: boolean;
2711
2712
  } & {
2712
2713
  search?: string | undefined;
2713
- class?: any;
2714
- width?: string | number | undefined;
2715
2714
  height?: string | number | undefined;
2716
- theme?: string | undefined;
2715
+ width?: string | number | undefined;
2717
2716
  color?: string | undefined;
2718
2717
  loading?: string | boolean | undefined;
2719
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2720
- customFilter?: FilterFunction | undefined;
2721
- customKeyFilter?: FilterKeyFunctions | undefined;
2722
- filterKeys?: FilterKeys | undefined;
2723
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2724
- headerProps?: Record<string, any> | undefined;
2718
+ class?: any;
2725
2719
  headers?: readonly {
2726
2720
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2727
2721
  readonly value?: SelectItemKey<Record<string, any>>;
2728
2722
  readonly title?: string | undefined;
2729
2723
  readonly fixed?: boolean | undefined;
2730
- readonly align?: "end" | "center" | "start" | undefined;
2724
+ readonly align?: "center" | "end" | "start" | undefined;
2731
2725
  readonly width?: string | number | undefined;
2732
2726
  readonly minWidth?: string | undefined;
2733
2727
  readonly maxWidth?: string | undefined;
@@ -2735,7 +2729,7 @@ declare const VDataTableVirtual: {
2735
2729
  readonly headerProps?: {
2736
2730
  readonly [x: string]: any;
2737
2731
  } | undefined;
2738
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2732
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2739
2733
  readonly [x: string]: any;
2740
2734
  } | undefined;
2741
2735
  readonly sortable?: boolean | undefined;
@@ -2748,7 +2742,7 @@ declare const VDataTableVirtual: {
2748
2742
  readonly value?: SelectItemKey<Record<string, any>>;
2749
2743
  readonly title?: string | undefined;
2750
2744
  readonly fixed?: boolean | undefined;
2751
- readonly align?: "end" | "center" | "start" | undefined;
2745
+ readonly align?: "center" | "end" | "start" | undefined;
2752
2746
  readonly width?: string | number | undefined;
2753
2747
  readonly minWidth?: string | undefined;
2754
2748
  readonly maxWidth?: string | undefined;
@@ -2756,7 +2750,7 @@ declare const VDataTableVirtual: {
2756
2750
  readonly headerProps?: {
2757
2751
  readonly [x: string]: any;
2758
2752
  } | undefined;
2759
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2753
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2760
2754
  readonly [x: string]: any;
2761
2755
  } | undefined;
2762
2756
  readonly sortable?: boolean | undefined;
@@ -2767,6 +2761,13 @@ declare const VDataTableVirtual: {
2767
2761
  readonly children?: readonly any[] | undefined;
2768
2762
  }[] | undefined;
2769
2763
  }[] | undefined;
2764
+ theme?: string | undefined;
2765
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2766
+ customFilter?: FilterFunction | undefined;
2767
+ customKeyFilter?: FilterKeyFunctions | undefined;
2768
+ filterKeys?: FilterKeys | undefined;
2769
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2770
+ headerProps?: Record<string, any> | undefined;
2770
2771
  } & {
2771
2772
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2772
2773
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2774,16 +2775,16 @@ declare const VDataTableVirtual: {
2774
2775
  "onUpdate:options"?: ((value: any) => any) | undefined;
2775
2776
  }, {}, {}, {}, {}, {
2776
2777
  style: vue.StyleValue;
2778
+ mobile: boolean | null;
2779
+ expanded: readonly string[];
2777
2780
  tag: string;
2781
+ sticky: boolean;
2778
2782
  noDataText: string;
2779
2783
  loadingText: string;
2780
2784
  sortBy: readonly SortItem[];
2781
- mobile: boolean | null;
2782
- sticky: boolean;
2783
- expanded: readonly string[];
2784
2785
  density: Density;
2785
2786
  valueComparator: typeof deepEqual;
2786
- selectStrategy: "page" | "all" | "single";
2787
+ selectStrategy: "all" | "page" | "single";
2787
2788
  returnObject: boolean;
2788
2789
  filterMode: FilterMode;
2789
2790
  noFilter: boolean;
@@ -2793,10 +2794,10 @@ declare const VDataTableVirtual: {
2793
2794
  multiSort: boolean;
2794
2795
  mustSort: boolean;
2795
2796
  groupBy: readonly SortItem[];
2797
+ disableSort: boolean;
2796
2798
  showSelect: boolean;
2797
2799
  expandOnClick: boolean;
2798
2800
  showExpand: boolean;
2799
- disableSort: boolean;
2800
2801
  sortAscIcon: IconValue;
2801
2802
  sortDescIcon: IconValue;
2802
2803
  fixedHeader: boolean;
@@ -2810,16 +2811,16 @@ declare const VDataTableVirtual: {
2810
2811
  __isSuspense?: undefined;
2811
2812
  } & vue.ComponentOptionsBase<{
2812
2813
  style: vue.StyleValue;
2814
+ mobile: boolean | null;
2815
+ expanded: readonly string[];
2813
2816
  tag: string;
2817
+ sticky: boolean;
2814
2818
  noDataText: string;
2815
2819
  loadingText: string;
2816
2820
  sortBy: readonly SortItem[];
2817
- mobile: boolean | null;
2818
- sticky: boolean;
2819
- expanded: readonly string[];
2820
2821
  density: Density;
2821
2822
  valueComparator: typeof deepEqual;
2822
- selectStrategy: "page" | "all" | "single";
2823
+ selectStrategy: "all" | "page" | "single";
2823
2824
  returnObject: boolean;
2824
2825
  filterMode: FilterMode;
2825
2826
  noFilter: boolean;
@@ -2829,10 +2830,10 @@ declare const VDataTableVirtual: {
2829
2830
  multiSort: boolean;
2830
2831
  mustSort: boolean;
2831
2832
  groupBy: readonly SortItem[];
2833
+ disableSort: boolean;
2832
2834
  showSelect: boolean;
2833
2835
  expandOnClick: boolean;
2834
2836
  showExpand: boolean;
2835
- disableSort: boolean;
2836
2837
  sortAscIcon: IconValue;
2837
2838
  sortDescIcon: IconValue;
2838
2839
  fixedHeader: boolean;
@@ -2842,24 +2843,17 @@ declare const VDataTableVirtual: {
2842
2843
  hideDefaultHeader: boolean;
2843
2844
  } & {
2844
2845
  search?: string | undefined;
2845
- class?: any;
2846
- width?: string | number | undefined;
2847
2846
  height?: string | number | undefined;
2848
- theme?: string | undefined;
2847
+ width?: string | number | undefined;
2849
2848
  color?: string | undefined;
2850
2849
  loading?: string | boolean | undefined;
2851
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2852
- customFilter?: FilterFunction | undefined;
2853
- customKeyFilter?: FilterKeyFunctions | undefined;
2854
- filterKeys?: FilterKeys | undefined;
2855
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2856
- headerProps?: Record<string, any> | undefined;
2850
+ class?: any;
2857
2851
  headers?: readonly {
2858
2852
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2859
2853
  readonly value?: SelectItemKey<Record<string, any>>;
2860
2854
  readonly title?: string | undefined;
2861
2855
  readonly fixed?: boolean | undefined;
2862
- readonly align?: "end" | "center" | "start" | undefined;
2856
+ readonly align?: "center" | "end" | "start" | undefined;
2863
2857
  readonly width?: string | number | undefined;
2864
2858
  readonly minWidth?: string | undefined;
2865
2859
  readonly maxWidth?: string | undefined;
@@ -2867,7 +2861,7 @@ declare const VDataTableVirtual: {
2867
2861
  readonly headerProps?: {
2868
2862
  readonly [x: string]: any;
2869
2863
  } | undefined;
2870
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2864
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2871
2865
  readonly [x: string]: any;
2872
2866
  } | undefined;
2873
2867
  readonly sortable?: boolean | undefined;
@@ -2880,7 +2874,7 @@ declare const VDataTableVirtual: {
2880
2874
  readonly value?: SelectItemKey<Record<string, any>>;
2881
2875
  readonly title?: string | undefined;
2882
2876
  readonly fixed?: boolean | undefined;
2883
- readonly align?: "end" | "center" | "start" | undefined;
2877
+ readonly align?: "center" | "end" | "start" | undefined;
2884
2878
  readonly width?: string | number | undefined;
2885
2879
  readonly minWidth?: string | undefined;
2886
2880
  readonly maxWidth?: string | undefined;
@@ -2888,7 +2882,7 @@ declare const VDataTableVirtual: {
2888
2882
  readonly headerProps?: {
2889
2883
  readonly [x: string]: any;
2890
2884
  } | undefined;
2891
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
2885
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2892
2886
  readonly [x: string]: any;
2893
2887
  } | undefined;
2894
2888
  readonly sortable?: boolean | undefined;
@@ -2899,6 +2893,13 @@ declare const VDataTableVirtual: {
2899
2893
  readonly children?: readonly any[] | undefined;
2900
2894
  }[] | undefined;
2901
2895
  }[] | undefined;
2896
+ theme?: string | undefined;
2897
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2898
+ customFilter?: FilterFunction | undefined;
2899
+ customKeyFilter?: FilterKeyFunctions | undefined;
2900
+ filterKeys?: FilterKeys | undefined;
2901
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2902
+ headerProps?: Record<string, any> | undefined;
2902
2903
  } & {
2903
2904
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2904
2905
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2912,16 +2913,16 @@ declare const VDataTableVirtual: {
2912
2913
  'update:expanded': (value: any) => boolean;
2913
2914
  }, "$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">, string, {
2914
2915
  style: vue.StyleValue;
2916
+ mobile: boolean | null;
2917
+ expanded: readonly string[];
2915
2918
  tag: string;
2919
+ sticky: boolean;
2916
2920
  noDataText: string;
2917
2921
  loadingText: string;
2918
2922
  sortBy: readonly SortItem[];
2919
- mobile: boolean | null;
2920
- sticky: boolean;
2921
- expanded: readonly string[];
2922
2923
  density: Density;
2923
2924
  valueComparator: typeof deepEqual;
2924
- selectStrategy: "page" | "all" | "single";
2925
+ selectStrategy: "all" | "page" | "single";
2925
2926
  returnObject: boolean;
2926
2927
  filterMode: FilterMode;
2927
2928
  noFilter: boolean;
@@ -2931,10 +2932,10 @@ declare const VDataTableVirtual: {
2931
2932
  multiSort: boolean;
2932
2933
  mustSort: boolean;
2933
2934
  groupBy: readonly SortItem[];
2935
+ disableSort: boolean;
2934
2936
  showSelect: boolean;
2935
2937
  expandOnClick: boolean;
2936
2938
  showExpand: boolean;
2937
- disableSort: boolean;
2938
2939
  sortAscIcon: IconValue;
2939
2940
  sortDescIcon: IconValue;
2940
2941
  fixedHeader: boolean;
@@ -3104,7 +3105,7 @@ declare const VDataTableVirtual: {
3104
3105
  mustSort: BooleanConstructor;
3105
3106
  showSelect: BooleanConstructor;
3106
3107
  selectStrategy: {
3107
- type: vue.PropType<"page" | "all" | "single">;
3108
+ type: vue.PropType<"all" | "page" | "single">;
3108
3109
  default: string;
3109
3110
  };
3110
3111
  modelValue: {
@@ -3135,7 +3136,7 @@ declare const VDataTableVirtual: {
3135
3136
  readonly value?: SelectItemKey<Record<string, any>>;
3136
3137
  readonly title?: string | undefined;
3137
3138
  readonly fixed?: boolean | undefined;
3138
- readonly align?: "end" | "center" | "start" | undefined;
3139
+ readonly align?: "center" | "end" | "start" | undefined;
3139
3140
  readonly width?: string | number | undefined;
3140
3141
  readonly minWidth?: string | undefined;
3141
3142
  readonly maxWidth?: string | undefined;
@@ -3143,7 +3144,7 @@ declare const VDataTableVirtual: {
3143
3144
  readonly headerProps?: {
3144
3145
  readonly [x: string]: any;
3145
3146
  } | undefined;
3146
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3147
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3147
3148
  readonly [x: string]: any;
3148
3149
  } | undefined;
3149
3150
  readonly sortable?: boolean | undefined;
@@ -3156,7 +3157,7 @@ declare const VDataTableVirtual: {
3156
3157
  readonly value?: SelectItemKey<Record<string, any>>;
3157
3158
  readonly title?: string | undefined;
3158
3159
  readonly fixed?: boolean | undefined;
3159
- readonly align?: "end" | "center" | "start" | undefined;
3160
+ readonly align?: "center" | "end" | "start" | undefined;
3160
3161
  readonly width?: string | number | undefined;
3161
3162
  readonly minWidth?: string | undefined;
3162
3163
  readonly maxWidth?: string | undefined;
@@ -3164,7 +3165,7 @@ declare const VDataTableVirtual: {
3164
3165
  readonly headerProps?: {
3165
3166
  readonly [x: string]: any;
3166
3167
  } | undefined;
3167
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3168
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3168
3169
  readonly [x: string]: any;
3169
3170
  } | undefined;
3170
3171
  readonly sortable?: boolean | undefined;
@@ -3260,7 +3261,7 @@ declare const VDataTableVirtual: {
3260
3261
  mustSort: BooleanConstructor;
3261
3262
  showSelect: BooleanConstructor;
3262
3263
  selectStrategy: {
3263
- type: vue.PropType<"page" | "all" | "single">;
3264
+ type: vue.PropType<"all" | "page" | "single">;
3264
3265
  default: string;
3265
3266
  };
3266
3267
  modelValue: {
@@ -3291,7 +3292,7 @@ declare const VDataTableVirtual: {
3291
3292
  readonly value?: SelectItemKey<Record<string, any>>;
3292
3293
  readonly title?: string | undefined;
3293
3294
  readonly fixed?: boolean | undefined;
3294
- readonly align?: "end" | "center" | "start" | undefined;
3295
+ readonly align?: "center" | "end" | "start" | undefined;
3295
3296
  readonly width?: string | number | undefined;
3296
3297
  readonly minWidth?: string | undefined;
3297
3298
  readonly maxWidth?: string | undefined;
@@ -3299,7 +3300,7 @@ declare const VDataTableVirtual: {
3299
3300
  readonly headerProps?: {
3300
3301
  readonly [x: string]: any;
3301
3302
  } | undefined;
3302
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3303
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3303
3304
  readonly [x: string]: any;
3304
3305
  } | undefined;
3305
3306
  readonly sortable?: boolean | undefined;
@@ -3312,7 +3313,7 @@ declare const VDataTableVirtual: {
3312
3313
  readonly value?: SelectItemKey<Record<string, any>>;
3313
3314
  readonly title?: string | undefined;
3314
3315
  readonly fixed?: boolean | undefined;
3315
- readonly align?: "end" | "center" | "start" | undefined;
3316
+ readonly align?: "center" | "end" | "start" | undefined;
3316
3317
  readonly width?: string | number | undefined;
3317
3318
  readonly minWidth?: string | undefined;
3318
3319
  readonly maxWidth?: string | undefined;
@@ -3320,7 +3321,7 @@ declare const VDataTableVirtual: {
3320
3321
  readonly headerProps?: {
3321
3322
  readonly [x: string]: any;
3322
3323
  } | undefined;
3323
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3324
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3324
3325
  readonly [x: string]: any;
3325
3326
  } | undefined;
3326
3327
  readonly sortable?: boolean | undefined;
@@ -3357,28 +3358,29 @@ type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
3357
3358
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
3358
3359
  declare const VDataTableServer: {
3359
3360
  new (...args: any[]): vue.CreateComponentPublicInstance<{
3361
+ page: string | number;
3360
3362
  style: vue.StyleValue;
3363
+ mobile: boolean | null;
3364
+ expanded: readonly string[];
3361
3365
  tag: string;
3366
+ sticky: boolean;
3362
3367
  noDataText: string;
3363
3368
  loadingText: string;
3364
3369
  itemsPerPageText: string;
3365
3370
  sortBy: readonly SortItem[];
3366
3371
  pageText: string;
3367
- page: string | number;
3368
- mobile: boolean | null;
3369
- sticky: boolean;
3370
- expanded: readonly string[];
3371
3372
  density: Density;
3372
3373
  valueComparator: typeof deepEqual;
3373
3374
  nextIcon: IconValue;
3374
3375
  prevIcon: IconValue;
3375
- selectStrategy: "page" | "all" | "single";
3376
+ selectStrategy: "all" | "page" | "single";
3376
3377
  returnObject: boolean;
3377
3378
  hideNoData: boolean;
3378
3379
  hover: boolean;
3379
3380
  multiSort: boolean;
3380
3381
  mustSort: boolean;
3381
3382
  groupBy: readonly SortItem[];
3383
+ disableSort: boolean;
3382
3384
  showSelect: boolean;
3383
3385
  expandOnClick: boolean;
3384
3386
  showExpand: boolean;
@@ -3395,7 +3397,6 @@ declare const VDataTableServer: {
3395
3397
  value: number;
3396
3398
  })[];
3397
3399
  showCurrentPage: boolean;
3398
- disableSort: boolean;
3399
3400
  sortAscIcon: IconValue;
3400
3401
  sortDescIcon: IconValue;
3401
3402
  fixedHeader: boolean;
@@ -3405,21 +3406,17 @@ declare const VDataTableServer: {
3405
3406
  hideDefaultHeader: boolean;
3406
3407
  } & {
3407
3408
  search?: string | undefined;
3408
- class?: any;
3409
- width?: string | number | undefined;
3410
3409
  height?: string | number | undefined;
3411
- theme?: string | undefined;
3410
+ width?: string | number | undefined;
3412
3411
  color?: string | undefined;
3413
3412
  loading?: string | boolean | undefined;
3414
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3415
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3416
- headerProps?: Record<string, any> | undefined;
3413
+ class?: any;
3417
3414
  headers?: readonly {
3418
3415
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3419
3416
  readonly value?: SelectItemKey<Record<string, any>>;
3420
3417
  readonly title?: string | undefined;
3421
3418
  readonly fixed?: boolean | undefined;
3422
- readonly align?: "end" | "center" | "start" | undefined;
3419
+ readonly align?: "center" | "end" | "start" | undefined;
3423
3420
  readonly width?: string | number | undefined;
3424
3421
  readonly minWidth?: string | undefined;
3425
3422
  readonly maxWidth?: string | undefined;
@@ -3427,7 +3424,7 @@ declare const VDataTableServer: {
3427
3424
  readonly headerProps?: {
3428
3425
  readonly [x: string]: any;
3429
3426
  } | undefined;
3430
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3427
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3431
3428
  readonly [x: string]: any;
3432
3429
  } | undefined;
3433
3430
  readonly sortable?: boolean | undefined;
@@ -3440,7 +3437,7 @@ declare const VDataTableServer: {
3440
3437
  readonly value?: SelectItemKey<Record<string, any>>;
3441
3438
  readonly title?: string | undefined;
3442
3439
  readonly fixed?: boolean | undefined;
3443
- readonly align?: "end" | "center" | "start" | undefined;
3440
+ readonly align?: "center" | "end" | "start" | undefined;
3444
3441
  readonly width?: string | number | undefined;
3445
3442
  readonly minWidth?: string | undefined;
3446
3443
  readonly maxWidth?: string | undefined;
@@ -3448,7 +3445,7 @@ declare const VDataTableServer: {
3448
3445
  readonly headerProps?: {
3449
3446
  readonly [x: string]: any;
3450
3447
  } | undefined;
3451
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3448
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3452
3449
  readonly [x: string]: any;
3453
3450
  } | undefined;
3454
3451
  readonly sortable?: boolean | undefined;
@@ -3459,6 +3456,10 @@ declare const VDataTableServer: {
3459
3456
  readonly children?: readonly any[] | undefined;
3460
3457
  }[] | undefined;
3461
3458
  }[] | undefined;
3459
+ theme?: string | undefined;
3460
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3461
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3462
+ headerProps?: Record<string, any> | undefined;
3462
3463
  } & {
3463
3464
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3464
3465
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3474,29 +3475,30 @@ declare const VDataTableServer: {
3474
3475
  'update:options': (options: any) => boolean;
3475
3476
  'update:expanded': (options: any) => boolean;
3476
3477
  'update:groupBy': (value: any) => boolean;
3477
- }, "v-slot:default" | "$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: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 & {
3478
+ }, "$children" | "v-slot:default" | "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: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 & {
3479
+ page: string | number;
3478
3480
  style: vue.StyleValue;
3481
+ mobile: boolean | null;
3482
+ expanded: readonly string[];
3479
3483
  tag: string;
3484
+ sticky: boolean;
3480
3485
  noDataText: string;
3481
3486
  loadingText: string;
3482
3487
  itemsPerPageText: string;
3483
3488
  sortBy: readonly SortItem[];
3484
3489
  pageText: string;
3485
- page: string | number;
3486
- mobile: boolean | null;
3487
- sticky: boolean;
3488
- expanded: readonly string[];
3489
3490
  density: Density;
3490
3491
  valueComparator: typeof deepEqual;
3491
3492
  nextIcon: IconValue;
3492
3493
  prevIcon: IconValue;
3493
- selectStrategy: "page" | "all" | "single";
3494
+ selectStrategy: "all" | "page" | "single";
3494
3495
  returnObject: boolean;
3495
3496
  hideNoData: boolean;
3496
3497
  hover: boolean;
3497
3498
  multiSort: boolean;
3498
3499
  mustSort: boolean;
3499
3500
  groupBy: readonly SortItem[];
3501
+ disableSort: boolean;
3500
3502
  showSelect: boolean;
3501
3503
  expandOnClick: boolean;
3502
3504
  showExpand: boolean;
@@ -3513,7 +3515,6 @@ declare const VDataTableServer: {
3513
3515
  value: number;
3514
3516
  })[];
3515
3517
  showCurrentPage: boolean;
3516
- disableSort: boolean;
3517
3518
  sortAscIcon: IconValue;
3518
3519
  sortDescIcon: IconValue;
3519
3520
  fixedHeader: boolean;
@@ -3523,21 +3524,17 @@ declare const VDataTableServer: {
3523
3524
  hideDefaultHeader: boolean;
3524
3525
  } & {
3525
3526
  search?: string | undefined;
3526
- class?: any;
3527
- width?: string | number | undefined;
3528
3527
  height?: string | number | undefined;
3529
- theme?: string | undefined;
3528
+ width?: string | number | undefined;
3530
3529
  color?: string | undefined;
3531
3530
  loading?: string | boolean | undefined;
3532
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3533
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3534
- headerProps?: Record<string, any> | undefined;
3531
+ class?: any;
3535
3532
  headers?: readonly {
3536
3533
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3537
3534
  readonly value?: SelectItemKey<Record<string, any>>;
3538
3535
  readonly title?: string | undefined;
3539
3536
  readonly fixed?: boolean | undefined;
3540
- readonly align?: "end" | "center" | "start" | undefined;
3537
+ readonly align?: "center" | "end" | "start" | undefined;
3541
3538
  readonly width?: string | number | undefined;
3542
3539
  readonly minWidth?: string | undefined;
3543
3540
  readonly maxWidth?: string | undefined;
@@ -3545,7 +3542,7 @@ declare const VDataTableServer: {
3545
3542
  readonly headerProps?: {
3546
3543
  readonly [x: string]: any;
3547
3544
  } | undefined;
3548
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3545
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3549
3546
  readonly [x: string]: any;
3550
3547
  } | undefined;
3551
3548
  readonly sortable?: boolean | undefined;
@@ -3558,7 +3555,7 @@ declare const VDataTableServer: {
3558
3555
  readonly value?: SelectItemKey<Record<string, any>>;
3559
3556
  readonly title?: string | undefined;
3560
3557
  readonly fixed?: boolean | undefined;
3561
- readonly align?: "end" | "center" | "start" | undefined;
3558
+ readonly align?: "center" | "end" | "start" | undefined;
3562
3559
  readonly width?: string | number | undefined;
3563
3560
  readonly minWidth?: string | undefined;
3564
3561
  readonly maxWidth?: string | undefined;
@@ -3566,7 +3563,7 @@ declare const VDataTableServer: {
3566
3563
  readonly headerProps?: {
3567
3564
  readonly [x: string]: any;
3568
3565
  } | undefined;
3569
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3566
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3570
3567
  readonly [x: string]: any;
3571
3568
  } | undefined;
3572
3569
  readonly sortable?: boolean | undefined;
@@ -3577,6 +3574,10 @@ declare const VDataTableServer: {
3577
3574
  readonly children?: readonly any[] | undefined;
3578
3575
  }[] | undefined;
3579
3576
  }[] | undefined;
3577
+ theme?: string | undefined;
3578
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3579
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3580
+ headerProps?: Record<string, any> | undefined;
3580
3581
  } & {
3581
3582
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3582
3583
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3585,28 +3586,29 @@ declare const VDataTableServer: {
3585
3586
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
3586
3587
  "onUpdate:options"?: ((options: any) => any) | undefined;
3587
3588
  }, {
3589
+ page: string | number;
3588
3590
  style: vue.StyleValue;
3591
+ mobile: boolean | null;
3592
+ expanded: readonly string[];
3589
3593
  tag: string;
3594
+ sticky: boolean;
3590
3595
  noDataText: string;
3591
3596
  loadingText: string;
3592
3597
  itemsPerPageText: string;
3593
3598
  sortBy: readonly SortItem[];
3594
3599
  pageText: string;
3595
- page: string | number;
3596
- mobile: boolean | null;
3597
- sticky: boolean;
3598
- expanded: readonly string[];
3599
3600
  density: Density;
3600
3601
  valueComparator: typeof deepEqual;
3601
3602
  nextIcon: IconValue;
3602
3603
  prevIcon: IconValue;
3603
- selectStrategy: "page" | "all" | "single";
3604
+ selectStrategy: "all" | "page" | "single";
3604
3605
  returnObject: boolean;
3605
3606
  hideNoData: boolean;
3606
3607
  hover: boolean;
3607
3608
  multiSort: boolean;
3608
3609
  mustSort: boolean;
3609
3610
  groupBy: readonly SortItem[];
3611
+ disableSort: boolean;
3610
3612
  showSelect: boolean;
3611
3613
  expandOnClick: boolean;
3612
3614
  showExpand: boolean;
@@ -3622,7 +3624,6 @@ declare const VDataTableServer: {
3622
3624
  value: number;
3623
3625
  })[];
3624
3626
  showCurrentPage: boolean;
3625
- disableSort: boolean;
3626
3627
  sortAscIcon: IconValue;
3627
3628
  sortDescIcon: IconValue;
3628
3629
  fixedHeader: boolean;
@@ -3735,28 +3736,29 @@ declare const VDataTableServer: {
3735
3736
  M: {};
3736
3737
  Defaults: {};
3737
3738
  }, {
3739
+ page: string | number;
3738
3740
  style: vue.StyleValue;
3741
+ mobile: boolean | null;
3742
+ expanded: readonly string[];
3739
3743
  tag: string;
3744
+ sticky: boolean;
3740
3745
  noDataText: string;
3741
3746
  loadingText: string;
3742
3747
  itemsPerPageText: string;
3743
3748
  sortBy: readonly SortItem[];
3744
3749
  pageText: string;
3745
- page: string | number;
3746
- mobile: boolean | null;
3747
- sticky: boolean;
3748
- expanded: readonly string[];
3749
3750
  density: Density;
3750
3751
  valueComparator: typeof deepEqual;
3751
3752
  nextIcon: IconValue;
3752
3753
  prevIcon: IconValue;
3753
- selectStrategy: "page" | "all" | "single";
3754
+ selectStrategy: "all" | "page" | "single";
3754
3755
  returnObject: boolean;
3755
3756
  hideNoData: boolean;
3756
3757
  hover: boolean;
3757
3758
  multiSort: boolean;
3758
3759
  mustSort: boolean;
3759
3760
  groupBy: readonly SortItem[];
3761
+ disableSort: boolean;
3760
3762
  showSelect: boolean;
3761
3763
  expandOnClick: boolean;
3762
3764
  showExpand: boolean;
@@ -3773,7 +3775,6 @@ declare const VDataTableServer: {
3773
3775
  value: number;
3774
3776
  })[];
3775
3777
  showCurrentPage: boolean;
3776
- disableSort: boolean;
3777
3778
  sortAscIcon: IconValue;
3778
3779
  sortDescIcon: IconValue;
3779
3780
  fixedHeader: boolean;
@@ -3783,21 +3784,17 @@ declare const VDataTableServer: {
3783
3784
  hideDefaultHeader: boolean;
3784
3785
  } & {
3785
3786
  search?: string | undefined;
3786
- class?: any;
3787
- width?: string | number | undefined;
3788
3787
  height?: string | number | undefined;
3789
- theme?: string | undefined;
3788
+ width?: string | number | undefined;
3790
3789
  color?: string | undefined;
3791
3790
  loading?: string | boolean | undefined;
3792
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3793
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3794
- headerProps?: Record<string, any> | undefined;
3791
+ class?: any;
3795
3792
  headers?: readonly {
3796
3793
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3797
3794
  readonly value?: SelectItemKey<Record<string, any>>;
3798
3795
  readonly title?: string | undefined;
3799
3796
  readonly fixed?: boolean | undefined;
3800
- readonly align?: "end" | "center" | "start" | undefined;
3797
+ readonly align?: "center" | "end" | "start" | undefined;
3801
3798
  readonly width?: string | number | undefined;
3802
3799
  readonly minWidth?: string | undefined;
3803
3800
  readonly maxWidth?: string | undefined;
@@ -3805,7 +3802,7 @@ declare const VDataTableServer: {
3805
3802
  readonly headerProps?: {
3806
3803
  readonly [x: string]: any;
3807
3804
  } | undefined;
3808
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3805
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3809
3806
  readonly [x: string]: any;
3810
3807
  } | undefined;
3811
3808
  readonly sortable?: boolean | undefined;
@@ -3818,7 +3815,7 @@ declare const VDataTableServer: {
3818
3815
  readonly value?: SelectItemKey<Record<string, any>>;
3819
3816
  readonly title?: string | undefined;
3820
3817
  readonly fixed?: boolean | undefined;
3821
- readonly align?: "end" | "center" | "start" | undefined;
3818
+ readonly align?: "center" | "end" | "start" | undefined;
3822
3819
  readonly width?: string | number | undefined;
3823
3820
  readonly minWidth?: string | undefined;
3824
3821
  readonly maxWidth?: string | undefined;
@@ -3826,7 +3823,7 @@ declare const VDataTableServer: {
3826
3823
  readonly headerProps?: {
3827
3824
  readonly [x: string]: any;
3828
3825
  } | undefined;
3829
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3826
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3830
3827
  readonly [x: string]: any;
3831
3828
  } | undefined;
3832
3829
  readonly sortable?: boolean | undefined;
@@ -3837,6 +3834,10 @@ declare const VDataTableServer: {
3837
3834
  readonly children?: readonly any[] | undefined;
3838
3835
  }[] | undefined;
3839
3836
  }[] | undefined;
3837
+ theme?: string | undefined;
3838
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3839
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3840
+ headerProps?: Record<string, any> | undefined;
3840
3841
  } & {
3841
3842
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3842
3843
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3845,28 +3846,29 @@ declare const VDataTableServer: {
3845
3846
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
3846
3847
  "onUpdate:options"?: ((options: any) => any) | undefined;
3847
3848
  }, {}, {}, {}, {}, {
3849
+ page: string | number;
3848
3850
  style: vue.StyleValue;
3851
+ mobile: boolean | null;
3852
+ expanded: readonly string[];
3849
3853
  tag: string;
3854
+ sticky: boolean;
3850
3855
  noDataText: string;
3851
3856
  loadingText: string;
3852
3857
  itemsPerPageText: string;
3853
3858
  sortBy: readonly SortItem[];
3854
3859
  pageText: string;
3855
- page: string | number;
3856
- mobile: boolean | null;
3857
- sticky: boolean;
3858
- expanded: readonly string[];
3859
3860
  density: Density;
3860
3861
  valueComparator: typeof deepEqual;
3861
3862
  nextIcon: IconValue;
3862
3863
  prevIcon: IconValue;
3863
- selectStrategy: "page" | "all" | "single";
3864
+ selectStrategy: "all" | "page" | "single";
3864
3865
  returnObject: boolean;
3865
3866
  hideNoData: boolean;
3866
3867
  hover: boolean;
3867
3868
  multiSort: boolean;
3868
3869
  mustSort: boolean;
3869
3870
  groupBy: readonly SortItem[];
3871
+ disableSort: boolean;
3870
3872
  showSelect: boolean;
3871
3873
  expandOnClick: boolean;
3872
3874
  showExpand: boolean;
@@ -3882,7 +3884,6 @@ declare const VDataTableServer: {
3882
3884
  value: number;
3883
3885
  })[];
3884
3886
  showCurrentPage: boolean;
3885
- disableSort: boolean;
3886
3887
  sortAscIcon: IconValue;
3887
3888
  sortDescIcon: IconValue;
3888
3889
  fixedHeader: boolean;
@@ -3895,28 +3896,29 @@ declare const VDataTableServer: {
3895
3896
  __isTeleport?: undefined;
3896
3897
  __isSuspense?: undefined;
3897
3898
  } & vue.ComponentOptionsBase<{
3899
+ page: string | number;
3898
3900
  style: vue.StyleValue;
3901
+ mobile: boolean | null;
3902
+ expanded: readonly string[];
3899
3903
  tag: string;
3904
+ sticky: boolean;
3900
3905
  noDataText: string;
3901
3906
  loadingText: string;
3902
3907
  itemsPerPageText: string;
3903
3908
  sortBy: readonly SortItem[];
3904
3909
  pageText: string;
3905
- page: string | number;
3906
- mobile: boolean | null;
3907
- sticky: boolean;
3908
- expanded: readonly string[];
3909
3910
  density: Density;
3910
3911
  valueComparator: typeof deepEqual;
3911
3912
  nextIcon: IconValue;
3912
3913
  prevIcon: IconValue;
3913
- selectStrategy: "page" | "all" | "single";
3914
+ selectStrategy: "all" | "page" | "single";
3914
3915
  returnObject: boolean;
3915
3916
  hideNoData: boolean;
3916
3917
  hover: boolean;
3917
3918
  multiSort: boolean;
3918
3919
  mustSort: boolean;
3919
3920
  groupBy: readonly SortItem[];
3921
+ disableSort: boolean;
3920
3922
  showSelect: boolean;
3921
3923
  expandOnClick: boolean;
3922
3924
  showExpand: boolean;
@@ -3933,7 +3935,6 @@ declare const VDataTableServer: {
3933
3935
  value: number;
3934
3936
  })[];
3935
3937
  showCurrentPage: boolean;
3936
- disableSort: boolean;
3937
3938
  sortAscIcon: IconValue;
3938
3939
  sortDescIcon: IconValue;
3939
3940
  fixedHeader: boolean;
@@ -3943,21 +3944,17 @@ declare const VDataTableServer: {
3943
3944
  hideDefaultHeader: boolean;
3944
3945
  } & {
3945
3946
  search?: string | undefined;
3946
- class?: any;
3947
- width?: string | number | undefined;
3948
3947
  height?: string | number | undefined;
3949
- theme?: string | undefined;
3948
+ width?: string | number | undefined;
3950
3949
  color?: string | undefined;
3951
3950
  loading?: string | boolean | undefined;
3952
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3953
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3954
- headerProps?: Record<string, any> | undefined;
3951
+ class?: any;
3955
3952
  headers?: readonly {
3956
3953
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3957
3954
  readonly value?: SelectItemKey<Record<string, any>>;
3958
3955
  readonly title?: string | undefined;
3959
3956
  readonly fixed?: boolean | undefined;
3960
- readonly align?: "end" | "center" | "start" | undefined;
3957
+ readonly align?: "center" | "end" | "start" | undefined;
3961
3958
  readonly width?: string | number | undefined;
3962
3959
  readonly minWidth?: string | undefined;
3963
3960
  readonly maxWidth?: string | undefined;
@@ -3965,7 +3962,7 @@ declare const VDataTableServer: {
3965
3962
  readonly headerProps?: {
3966
3963
  readonly [x: string]: any;
3967
3964
  } | undefined;
3968
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3965
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3969
3966
  readonly [x: string]: any;
3970
3967
  } | undefined;
3971
3968
  readonly sortable?: boolean | undefined;
@@ -3978,7 +3975,7 @@ declare const VDataTableServer: {
3978
3975
  readonly value?: SelectItemKey<Record<string, any>>;
3979
3976
  readonly title?: string | undefined;
3980
3977
  readonly fixed?: boolean | undefined;
3981
- readonly align?: "end" | "center" | "start" | undefined;
3978
+ readonly align?: "center" | "end" | "start" | undefined;
3982
3979
  readonly width?: string | number | undefined;
3983
3980
  readonly minWidth?: string | undefined;
3984
3981
  readonly maxWidth?: string | undefined;
@@ -3986,7 +3983,7 @@ declare const VDataTableServer: {
3986
3983
  readonly headerProps?: {
3987
3984
  readonly [x: string]: any;
3988
3985
  } | undefined;
3989
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
3986
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3990
3987
  readonly [x: string]: any;
3991
3988
  } | undefined;
3992
3989
  readonly sortable?: boolean | undefined;
@@ -3997,6 +3994,10 @@ declare const VDataTableServer: {
3997
3994
  readonly children?: readonly any[] | undefined;
3998
3995
  }[] | undefined;
3999
3996
  }[] | undefined;
3997
+ theme?: string | undefined;
3998
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3999
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
4000
+ headerProps?: Record<string, any> | undefined;
4000
4001
  } & {
4001
4002
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
4002
4003
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -4012,29 +4013,30 @@ declare const VDataTableServer: {
4012
4013
  'update:options': (options: any) => boolean;
4013
4014
  'update:expanded': (options: any) => boolean;
4014
4015
  'update:groupBy': (value: any) => boolean;
4015
- }, "v-slot:default" | "$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: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, {
4016
+ }, "$children" | "v-slot:default" | "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: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, {
4017
+ page: string | number;
4016
4018
  style: vue.StyleValue;
4019
+ mobile: boolean | null;
4020
+ expanded: readonly string[];
4017
4021
  tag: string;
4022
+ sticky: boolean;
4018
4023
  noDataText: string;
4019
4024
  loadingText: string;
4020
4025
  itemsPerPageText: string;
4021
4026
  sortBy: readonly SortItem[];
4022
4027
  pageText: string;
4023
- page: string | number;
4024
- mobile: boolean | null;
4025
- sticky: boolean;
4026
- expanded: readonly string[];
4027
4028
  density: Density;
4028
4029
  valueComparator: typeof deepEqual;
4029
4030
  nextIcon: IconValue;
4030
4031
  prevIcon: IconValue;
4031
- selectStrategy: "page" | "all" | "single";
4032
+ selectStrategy: "all" | "page" | "single";
4032
4033
  returnObject: boolean;
4033
4034
  hideNoData: boolean;
4034
4035
  hover: boolean;
4035
4036
  multiSort: boolean;
4036
4037
  mustSort: boolean;
4037
4038
  groupBy: readonly SortItem[];
4039
+ disableSort: boolean;
4038
4040
  showSelect: boolean;
4039
4041
  expandOnClick: boolean;
4040
4042
  showExpand: boolean;
@@ -4050,7 +4052,6 @@ declare const VDataTableServer: {
4050
4052
  value: number;
4051
4053
  })[];
4052
4054
  showCurrentPage: boolean;
4053
- disableSort: boolean;
4054
4055
  sortAscIcon: IconValue;
4055
4056
  sortDescIcon: IconValue;
4056
4057
  fixedHeader: boolean;
@@ -4271,7 +4272,7 @@ declare const VDataTableServer: {
4271
4272
  mustSort: BooleanConstructor;
4272
4273
  showSelect: BooleanConstructor;
4273
4274
  selectStrategy: {
4274
- type: vue.PropType<"page" | "all" | "single">;
4275
+ type: vue.PropType<"all" | "page" | "single">;
4275
4276
  default: string;
4276
4277
  };
4277
4278
  modelValue: {
@@ -4302,7 +4303,7 @@ declare const VDataTableServer: {
4302
4303
  readonly value?: SelectItemKey<Record<string, any>>;
4303
4304
  readonly title?: string | undefined;
4304
4305
  readonly fixed?: boolean | undefined;
4305
- readonly align?: "end" | "center" | "start" | undefined;
4306
+ readonly align?: "center" | "end" | "start" | undefined;
4306
4307
  readonly width?: string | number | undefined;
4307
4308
  readonly minWidth?: string | undefined;
4308
4309
  readonly maxWidth?: string | undefined;
@@ -4310,7 +4311,7 @@ declare const VDataTableServer: {
4310
4311
  readonly headerProps?: {
4311
4312
  readonly [x: string]: any;
4312
4313
  } | undefined;
4313
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
4314
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4314
4315
  readonly [x: string]: any;
4315
4316
  } | undefined;
4316
4317
  readonly sortable?: boolean | undefined;
@@ -4323,7 +4324,7 @@ declare const VDataTableServer: {
4323
4324
  readonly value?: SelectItemKey<Record<string, any>>;
4324
4325
  readonly title?: string | undefined;
4325
4326
  readonly fixed?: boolean | undefined;
4326
- readonly align?: "end" | "center" | "start" | undefined;
4327
+ readonly align?: "center" | "end" | "start" | undefined;
4327
4328
  readonly width?: string | number | undefined;
4328
4329
  readonly minWidth?: string | undefined;
4329
4330
  readonly maxWidth?: string | undefined;
@@ -4331,7 +4332,7 @@ declare const VDataTableServer: {
4331
4332
  readonly headerProps?: {
4332
4333
  readonly [x: string]: any;
4333
4334
  } | undefined;
4334
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
4335
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4335
4336
  readonly [x: string]: any;
4336
4337
  } | undefined;
4337
4338
  readonly sortable?: boolean | undefined;
@@ -4478,7 +4479,7 @@ declare const VDataTableServer: {
4478
4479
  mustSort: BooleanConstructor;
4479
4480
  showSelect: BooleanConstructor;
4480
4481
  selectStrategy: {
4481
- type: vue.PropType<"page" | "all" | "single">;
4482
+ type: vue.PropType<"all" | "page" | "single">;
4482
4483
  default: string;
4483
4484
  };
4484
4485
  modelValue: {
@@ -4509,7 +4510,7 @@ declare const VDataTableServer: {
4509
4510
  readonly value?: SelectItemKey<Record<string, any>>;
4510
4511
  readonly title?: string | undefined;
4511
4512
  readonly fixed?: boolean | undefined;
4512
- readonly align?: "end" | "center" | "start" | undefined;
4513
+ readonly align?: "center" | "end" | "start" | undefined;
4513
4514
  readonly width?: string | number | undefined;
4514
4515
  readonly minWidth?: string | undefined;
4515
4516
  readonly maxWidth?: string | undefined;
@@ -4517,7 +4518,7 @@ declare const VDataTableServer: {
4517
4518
  readonly headerProps?: {
4518
4519
  readonly [x: string]: any;
4519
4520
  } | undefined;
4520
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
4521
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4521
4522
  readonly [x: string]: any;
4522
4523
  } | undefined;
4523
4524
  readonly sortable?: boolean | undefined;
@@ -4530,7 +4531,7 @@ declare const VDataTableServer: {
4530
4531
  readonly value?: SelectItemKey<Record<string, any>>;
4531
4532
  readonly title?: string | undefined;
4532
4533
  readonly fixed?: boolean | undefined;
4533
- readonly align?: "end" | "center" | "start" | undefined;
4534
+ readonly align?: "center" | "end" | "start" | undefined;
4534
4535
  readonly width?: string | number | undefined;
4535
4536
  readonly minWidth?: string | undefined;
4536
4537
  readonly maxWidth?: string | undefined;
@@ -4538,7 +4539,7 @@ declare const VDataTableServer: {
4538
4539
  readonly headerProps?: {
4539
4540
  readonly [x: string]: any;
4540
4541
  } | undefined;
4541
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "value" | "item" | "index" | "internalItem">) => Record<string, any>) | {
4542
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4542
4543
  readonly [x: string]: any;
4543
4544
  } | undefined;
4544
4545
  readonly sortable?: boolean | undefined;