vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -539,19 +539,19 @@ declare const VDataTableRow: {
539
539
  new (...args: any[]): vue.CreateComponentPublicInstance<{
540
540
  mobile: boolean | null;
541
541
  } & {
542
+ index?: number | undefined;
542
543
  onClick?: ((args_0: MouseEvent) => void) | undefined;
543
544
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
544
545
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
545
546
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
546
- index?: number | undefined;
547
- }, 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 & {
548
548
  mobile: boolean | null;
549
549
  } & {
550
+ index?: number | undefined;
550
551
  onClick?: ((args_0: MouseEvent) => void) | undefined;
551
552
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
552
553
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
553
554
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
554
- index?: number | undefined;
555
555
  }, {
556
556
  mobile: boolean | null;
557
557
  }, true, {}, vue.SlotsType<Partial<{
@@ -583,11 +583,11 @@ declare const VDataTableRow: {
583
583
  }, {
584
584
  mobile: boolean | null;
585
585
  } & {
586
+ index?: number | undefined;
586
587
  onClick?: ((args_0: MouseEvent) => void) | undefined;
587
588
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
588
589
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
589
590
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
590
- index?: number | undefined;
591
591
  }, {}, {}, {}, {}, {
592
592
  mobile: boolean | null;
593
593
  }>;
@@ -597,12 +597,12 @@ declare const VDataTableRow: {
597
597
  } & vue.ComponentOptionsBase<{
598
598
  mobile: boolean | null;
599
599
  } & {
600
+ index?: number | undefined;
600
601
  onClick?: ((args_0: MouseEvent) => void) | undefined;
601
602
  onContextmenu?: ((args_0: MouseEvent) => void) | undefined;
602
603
  onDblclick?: ((args_0: MouseEvent) => void) | undefined;
603
604
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
604
- index?: number | undefined;
605
- }, 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, {
606
606
  mobile: boolean | null;
607
607
  }, {}, string, vue.SlotsType<Partial<{
608
608
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -667,9 +667,9 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
667
667
  };
668
668
  declare const VDataTableRows: {
669
669
  new (...args: any[]): vue.CreateComponentPublicInstance<{
670
+ mobile: boolean | null;
670
671
  noDataText: string;
671
672
  loadingText: string;
672
- mobile: boolean | null;
673
673
  hideNoData: boolean;
674
674
  } & {
675
675
  loading?: string | boolean | undefined;
@@ -677,9 +677,9 @@ declare const VDataTableRows: {
677
677
  cellProps?: CellProps<any> | undefined;
678
678
  rowProps?: RowProps<any> | undefined;
679
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;
680
681
  noDataText: string;
681
682
  loadingText: string;
682
- mobile: boolean | null;
683
683
  hideNoData: boolean;
684
684
  } & {
685
685
  loading?: string | boolean | undefined;
@@ -687,9 +687,9 @@ declare const VDataTableRows: {
687
687
  cellProps?: CellProps<any> | undefined;
688
688
  rowProps?: RowProps<any> | undefined;
689
689
  }, {
690
+ mobile: boolean | null;
690
691
  noDataText: string;
691
692
  loadingText: string;
692
- mobile: boolean | null;
693
693
  hideNoData: boolean;
694
694
  }, true, {}, vue.SlotsType<Partial<{
695
695
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -757,9 +757,9 @@ declare const VDataTableRows: {
757
757
  M: {};
758
758
  Defaults: {};
759
759
  }, {
760
+ mobile: boolean | null;
760
761
  noDataText: string;
761
762
  loadingText: string;
762
- mobile: boolean | null;
763
763
  hideNoData: boolean;
764
764
  } & {
765
765
  loading?: string | boolean | undefined;
@@ -767,18 +767,18 @@ declare const VDataTableRows: {
767
767
  cellProps?: CellProps<any> | undefined;
768
768
  rowProps?: RowProps<any> | undefined;
769
769
  }, {}, {}, {}, {}, {
770
+ mobile: boolean | null;
770
771
  noDataText: string;
771
772
  loadingText: string;
772
- mobile: boolean | null;
773
773
  hideNoData: boolean;
774
774
  }>;
775
775
  __isFragment?: undefined;
776
776
  __isTeleport?: undefined;
777
777
  __isSuspense?: undefined;
778
778
  } & vue.ComponentOptionsBase<{
779
+ mobile: boolean | null;
779
780
  noDataText: string;
780
781
  loadingText: string;
781
- mobile: boolean | null;
782
782
  hideNoData: boolean;
783
783
  } & {
784
784
  loading?: string | boolean | undefined;
@@ -786,9 +786,9 @@ declare const VDataTableRows: {
786
786
  cellProps?: CellProps<any> | undefined;
787
787
  rowProps?: RowProps<any> | undefined;
788
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;
789
790
  noDataText: string;
790
791
  loadingText: string;
791
- mobile: boolean | null;
792
792
  hideNoData: boolean;
793
793
  }, {}, string, vue.SlotsType<Partial<{
794
794
  [x: `item.${string}`]: (arg: ItemKeySlot<unknown>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -938,22 +938,22 @@ type VDataTableSlots<T> = VDataTableRowsSlots<T> & VDataTableHeadersSlots & {
938
938
  type ItemType$2<T> = T extends readonly (infer U)[] ? U : never;
939
939
  declare const VDataTable: {
940
940
  new (...args: any[]): vue.CreateComponentPublicInstance<{
941
+ page: string | number;
941
942
  style: vue.StyleValue;
943
+ mobile: boolean | null;
944
+ expanded: readonly string[];
942
945
  tag: string;
946
+ sticky: boolean;
943
947
  noDataText: string;
944
948
  loadingText: string;
945
949
  itemsPerPageText: string;
946
950
  sortBy: readonly SortItem[];
947
951
  pageText: string;
948
- page: string | number;
949
- mobile: boolean | null;
950
- sticky: boolean;
951
- expanded: readonly string[];
952
952
  density: Density;
953
953
  valueComparator: typeof deepEqual;
954
954
  nextIcon: IconValue;
955
955
  prevIcon: IconValue;
956
- selectStrategy: "page" | "all" | "single";
956
+ selectStrategy: "all" | "page" | "single";
957
957
  returnObject: boolean;
958
958
  filterMode: FilterMode;
959
959
  noFilter: boolean;
@@ -987,12 +987,12 @@ declare const VDataTable: {
987
987
  hideDefaultHeader: boolean;
988
988
  } & {
989
989
  search?: string | undefined;
990
- class?: any;
991
- width?: string | number | undefined;
992
990
  height?: string | number | undefined;
993
- theme?: string | undefined;
991
+ width?: string | number | undefined;
994
992
  color?: string | undefined;
995
993
  loading?: string | boolean | undefined;
994
+ class?: any;
995
+ theme?: string | undefined;
996
996
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
997
997
  customFilter?: FilterFunction | undefined;
998
998
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1016,23 +1016,23 @@ declare const VDataTable: {
1016
1016
  'update:groupBy': (value: any) => boolean;
1017
1017
  'update:expanded': (value: any) => boolean;
1018
1018
  'update:currentItems': (value: any) => boolean;
1019
- }, "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;
1020
1021
  style: vue.StyleValue;
1022
+ mobile: boolean | null;
1023
+ expanded: readonly string[];
1021
1024
  tag: string;
1025
+ sticky: boolean;
1022
1026
  noDataText: string;
1023
1027
  loadingText: string;
1024
1028
  itemsPerPageText: string;
1025
1029
  sortBy: readonly SortItem[];
1026
1030
  pageText: string;
1027
- page: string | number;
1028
- mobile: boolean | null;
1029
- sticky: boolean;
1030
- expanded: readonly string[];
1031
1031
  density: Density;
1032
1032
  valueComparator: typeof deepEqual;
1033
1033
  nextIcon: IconValue;
1034
1034
  prevIcon: IconValue;
1035
- selectStrategy: "page" | "all" | "single";
1035
+ selectStrategy: "all" | "page" | "single";
1036
1036
  returnObject: boolean;
1037
1037
  filterMode: FilterMode;
1038
1038
  noFilter: boolean;
@@ -1066,12 +1066,12 @@ declare const VDataTable: {
1066
1066
  hideDefaultHeader: boolean;
1067
1067
  } & {
1068
1068
  search?: string | undefined;
1069
- class?: any;
1070
- width?: string | number | undefined;
1071
1069
  height?: string | number | undefined;
1072
- theme?: string | undefined;
1070
+ width?: string | number | undefined;
1073
1071
  color?: string | undefined;
1074
1072
  loading?: string | boolean | undefined;
1073
+ class?: any;
1074
+ theme?: string | undefined;
1075
1075
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1076
1076
  customFilter?: FilterFunction | undefined;
1077
1077
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1087,22 +1087,22 @@ declare const VDataTable: {
1087
1087
  "onUpdate:options"?: ((value: any) => any) | undefined;
1088
1088
  "onUpdate:currentItems"?: ((value: any) => any) | undefined;
1089
1089
  }, {
1090
+ page: string | number;
1090
1091
  style: vue.StyleValue;
1092
+ mobile: boolean | null;
1093
+ expanded: readonly string[];
1091
1094
  tag: string;
1095
+ sticky: boolean;
1092
1096
  noDataText: string;
1093
1097
  loadingText: string;
1094
1098
  itemsPerPageText: string;
1095
1099
  sortBy: readonly SortItem[];
1096
1100
  pageText: string;
1097
- page: string | number;
1098
- mobile: boolean | null;
1099
- sticky: boolean;
1100
- expanded: readonly string[];
1101
1101
  density: Density;
1102
1102
  valueComparator: typeof deepEqual;
1103
1103
  nextIcon: IconValue;
1104
1104
  prevIcon: IconValue;
1105
- selectStrategy: "page" | "all" | "single";
1105
+ selectStrategy: "all" | "page" | "single";
1106
1106
  returnObject: boolean;
1107
1107
  filterMode: FilterMode;
1108
1108
  noFilter: boolean;
@@ -1239,22 +1239,22 @@ declare const VDataTable: {
1239
1239
  M: {};
1240
1240
  Defaults: {};
1241
1241
  }, {
1242
+ page: string | number;
1242
1243
  style: vue.StyleValue;
1244
+ mobile: boolean | null;
1245
+ expanded: readonly string[];
1243
1246
  tag: string;
1247
+ sticky: boolean;
1244
1248
  noDataText: string;
1245
1249
  loadingText: string;
1246
1250
  itemsPerPageText: string;
1247
1251
  sortBy: readonly SortItem[];
1248
1252
  pageText: string;
1249
- page: string | number;
1250
- mobile: boolean | null;
1251
- sticky: boolean;
1252
- expanded: readonly string[];
1253
1253
  density: Density;
1254
1254
  valueComparator: typeof deepEqual;
1255
1255
  nextIcon: IconValue;
1256
1256
  prevIcon: IconValue;
1257
- selectStrategy: "page" | "all" | "single";
1257
+ selectStrategy: "all" | "page" | "single";
1258
1258
  returnObject: boolean;
1259
1259
  filterMode: FilterMode;
1260
1260
  noFilter: boolean;
@@ -1288,12 +1288,12 @@ declare const VDataTable: {
1288
1288
  hideDefaultHeader: boolean;
1289
1289
  } & {
1290
1290
  search?: string | undefined;
1291
- class?: any;
1292
- width?: string | number | undefined;
1293
1291
  height?: string | number | undefined;
1294
- theme?: string | undefined;
1292
+ width?: string | number | undefined;
1295
1293
  color?: string | undefined;
1296
1294
  loading?: string | boolean | undefined;
1295
+ class?: any;
1296
+ theme?: string | undefined;
1297
1297
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1298
1298
  customFilter?: FilterFunction | undefined;
1299
1299
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1309,22 +1309,22 @@ declare const VDataTable: {
1309
1309
  "onUpdate:options"?: ((value: any) => any) | undefined;
1310
1310
  "onUpdate:currentItems"?: ((value: any) => any) | undefined;
1311
1311
  }, {}, {}, {}, {}, {
1312
+ page: string | number;
1312
1313
  style: vue.StyleValue;
1314
+ mobile: boolean | null;
1315
+ expanded: readonly string[];
1313
1316
  tag: string;
1317
+ sticky: boolean;
1314
1318
  noDataText: string;
1315
1319
  loadingText: string;
1316
1320
  itemsPerPageText: string;
1317
1321
  sortBy: readonly SortItem[];
1318
1322
  pageText: string;
1319
- page: string | number;
1320
- mobile: boolean | null;
1321
- sticky: boolean;
1322
- expanded: readonly string[];
1323
1323
  density: Density;
1324
1324
  valueComparator: typeof deepEqual;
1325
1325
  nextIcon: IconValue;
1326
1326
  prevIcon: IconValue;
1327
- selectStrategy: "page" | "all" | "single";
1327
+ selectStrategy: "all" | "page" | "single";
1328
1328
  returnObject: boolean;
1329
1329
  filterMode: FilterMode;
1330
1330
  noFilter: boolean;
@@ -1361,22 +1361,22 @@ declare const VDataTable: {
1361
1361
  __isTeleport?: undefined;
1362
1362
  __isSuspense?: undefined;
1363
1363
  } & vue.ComponentOptionsBase<{
1364
+ page: string | number;
1364
1365
  style: vue.StyleValue;
1366
+ mobile: boolean | null;
1367
+ expanded: readonly string[];
1365
1368
  tag: string;
1369
+ sticky: boolean;
1366
1370
  noDataText: string;
1367
1371
  loadingText: string;
1368
1372
  itemsPerPageText: string;
1369
1373
  sortBy: readonly SortItem[];
1370
1374
  pageText: string;
1371
- page: string | number;
1372
- mobile: boolean | null;
1373
- sticky: boolean;
1374
- expanded: readonly string[];
1375
1375
  density: Density;
1376
1376
  valueComparator: typeof deepEqual;
1377
1377
  nextIcon: IconValue;
1378
1378
  prevIcon: IconValue;
1379
- selectStrategy: "page" | "all" | "single";
1379
+ selectStrategy: "all" | "page" | "single";
1380
1380
  returnObject: boolean;
1381
1381
  filterMode: FilterMode;
1382
1382
  noFilter: boolean;
@@ -1410,12 +1410,12 @@ declare const VDataTable: {
1410
1410
  hideDefaultHeader: boolean;
1411
1411
  } & {
1412
1412
  search?: string | undefined;
1413
- class?: any;
1414
- width?: string | number | undefined;
1415
1413
  height?: string | number | undefined;
1416
- theme?: string | undefined;
1414
+ width?: string | number | undefined;
1417
1415
  color?: string | undefined;
1418
1416
  loading?: string | boolean | undefined;
1417
+ class?: any;
1418
+ theme?: string | undefined;
1419
1419
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
1420
1420
  customFilter?: FilterFunction | undefined;
1421
1421
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1439,23 +1439,23 @@ declare const VDataTable: {
1439
1439
  'update:groupBy': (value: any) => boolean;
1440
1440
  'update:expanded': (value: any) => boolean;
1441
1441
  'update:currentItems': (value: any) => boolean;
1442
- }, "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;
1443
1444
  style: vue.StyleValue;
1445
+ mobile: boolean | null;
1446
+ expanded: readonly string[];
1444
1447
  tag: string;
1448
+ sticky: boolean;
1445
1449
  noDataText: string;
1446
1450
  loadingText: string;
1447
1451
  itemsPerPageText: string;
1448
1452
  sortBy: readonly SortItem[];
1449
1453
  pageText: string;
1450
- page: string | number;
1451
- mobile: boolean | null;
1452
- sticky: boolean;
1453
- expanded: readonly string[];
1454
1454
  density: Density;
1455
1455
  valueComparator: typeof deepEqual;
1456
1456
  nextIcon: IconValue;
1457
1457
  prevIcon: IconValue;
1458
- selectStrategy: "page" | "all" | "single";
1458
+ selectStrategy: "all" | "page" | "single";
1459
1459
  returnObject: boolean;
1460
1460
  filterMode: FilterMode;
1461
1461
  noFilter: boolean;
@@ -1595,7 +1595,7 @@ declare const VDataTable: {
1595
1595
  readonly value?: SelectItemKey<ItemType$2<T>>;
1596
1596
  readonly title?: string | undefined;
1597
1597
  readonly fixed?: boolean | undefined;
1598
- readonly align?: "end" | "center" | "start" | undefined;
1598
+ readonly align?: "center" | "end" | "start" | undefined;
1599
1599
  readonly width?: string | number | undefined;
1600
1600
  readonly minWidth?: string | undefined;
1601
1601
  readonly maxWidth?: string | undefined;
@@ -1603,7 +1603,7 @@ declare const VDataTable: {
1603
1603
  readonly headerProps?: {
1604
1604
  readonly [x: string]: any;
1605
1605
  } | undefined;
1606
- 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>) | {
1607
1607
  readonly [x: string]: any;
1608
1608
  } | undefined;
1609
1609
  readonly sortable?: boolean | undefined;
@@ -1626,7 +1626,7 @@ declare const VDataTable: {
1626
1626
  readonly value?: SelectItemKey<ItemType$2<T>>;
1627
1627
  readonly title?: string | undefined;
1628
1628
  readonly fixed?: boolean | undefined;
1629
- readonly align?: "end" | "center" | "start" | undefined;
1629
+ readonly align?: "center" | "end" | "start" | undefined;
1630
1630
  readonly width?: string | number | undefined;
1631
1631
  readonly minWidth?: string | undefined;
1632
1632
  readonly maxWidth?: string | undefined;
@@ -1634,7 +1634,7 @@ declare const VDataTable: {
1634
1634
  readonly headerProps?: {
1635
1635
  readonly [x: string]: any;
1636
1636
  } | undefined;
1637
- 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>) | {
1638
1638
  readonly [x: string]: any;
1639
1639
  } | undefined;
1640
1640
  readonly sortable?: boolean | undefined;
@@ -1754,7 +1754,7 @@ declare const VDataTable: {
1754
1754
  mustSort: BooleanConstructor;
1755
1755
  showSelect: BooleanConstructor;
1756
1756
  selectStrategy: {
1757
- type: vue.PropType<"page" | "all" | "single">;
1757
+ type: vue.PropType<"all" | "page" | "single">;
1758
1758
  default: string;
1759
1759
  };
1760
1760
  modelValue: {
@@ -1785,7 +1785,7 @@ declare const VDataTable: {
1785
1785
  readonly value?: SelectItemKey<Record<string, any>>;
1786
1786
  readonly title?: string | undefined;
1787
1787
  readonly fixed?: boolean | undefined;
1788
- readonly align?: "end" | "center" | "start" | undefined;
1788
+ readonly align?: "center" | "end" | "start" | undefined;
1789
1789
  readonly width?: string | number | undefined;
1790
1790
  readonly minWidth?: string | undefined;
1791
1791
  readonly maxWidth?: string | undefined;
@@ -1793,7 +1793,7 @@ declare const VDataTable: {
1793
1793
  readonly headerProps?: {
1794
1794
  readonly [x: string]: any;
1795
1795
  } | undefined;
1796
- 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>) | {
1797
1797
  readonly [x: string]: any;
1798
1798
  } | undefined;
1799
1799
  readonly sortable?: boolean | undefined;
@@ -1806,7 +1806,7 @@ declare const VDataTable: {
1806
1806
  readonly value?: SelectItemKey<Record<string, any>>;
1807
1807
  readonly title?: string | undefined;
1808
1808
  readonly fixed?: boolean | undefined;
1809
- readonly align?: "end" | "center" | "start" | undefined;
1809
+ readonly align?: "center" | "end" | "start" | undefined;
1810
1810
  readonly width?: string | number | undefined;
1811
1811
  readonly minWidth?: string | undefined;
1812
1812
  readonly maxWidth?: string | undefined;
@@ -1814,7 +1814,7 @@ declare const VDataTable: {
1814
1814
  readonly headerProps?: {
1815
1815
  readonly [x: string]: any;
1816
1816
  } | undefined;
1817
- 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>) | {
1818
1818
  readonly [x: string]: any;
1819
1819
  } | undefined;
1820
1820
  readonly sortable?: boolean | undefined;
@@ -1965,7 +1965,7 @@ declare const VDataTable: {
1965
1965
  mustSort: BooleanConstructor;
1966
1966
  showSelect: BooleanConstructor;
1967
1967
  selectStrategy: {
1968
- type: vue.PropType<"page" | "all" | "single">;
1968
+ type: vue.PropType<"all" | "page" | "single">;
1969
1969
  default: string;
1970
1970
  };
1971
1971
  modelValue: {
@@ -1996,7 +1996,7 @@ declare const VDataTable: {
1996
1996
  readonly value?: SelectItemKey<Record<string, any>>;
1997
1997
  readonly title?: string | undefined;
1998
1998
  readonly fixed?: boolean | undefined;
1999
- readonly align?: "end" | "center" | "start" | undefined;
1999
+ readonly align?: "center" | "end" | "start" | undefined;
2000
2000
  readonly width?: string | number | undefined;
2001
2001
  readonly minWidth?: string | undefined;
2002
2002
  readonly maxWidth?: string | undefined;
@@ -2004,7 +2004,7 @@ declare const VDataTable: {
2004
2004
  readonly headerProps?: {
2005
2005
  readonly [x: string]: any;
2006
2006
  } | undefined;
2007
- 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>) | {
2008
2008
  readonly [x: string]: any;
2009
2009
  } | undefined;
2010
2010
  readonly sortable?: boolean | undefined;
@@ -2017,7 +2017,7 @@ declare const VDataTable: {
2017
2017
  readonly value?: SelectItemKey<Record<string, any>>;
2018
2018
  readonly title?: string | undefined;
2019
2019
  readonly fixed?: boolean | undefined;
2020
- readonly align?: "end" | "center" | "start" | undefined;
2020
+ readonly align?: "center" | "end" | "start" | undefined;
2021
2021
  readonly width?: string | number | undefined;
2022
2022
  readonly minWidth?: string | undefined;
2023
2023
  readonly maxWidth?: string | undefined;
@@ -2025,7 +2025,7 @@ declare const VDataTable: {
2025
2025
  readonly headerProps?: {
2026
2026
  readonly [x: string]: any;
2027
2027
  } | undefined;
2028
- 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>) | {
2029
2029
  readonly [x: string]: any;
2030
2030
  } | undefined;
2031
2031
  readonly sortable?: boolean | undefined;
@@ -2361,16 +2361,16 @@ type ItemType$1<T> = T extends readonly (infer U)[] ? U : never;
2361
2361
  declare const VDataTableVirtual: {
2362
2362
  new (...args: any[]): vue.CreateComponentPublicInstance<{
2363
2363
  style: vue.StyleValue;
2364
+ mobile: boolean | null;
2365
+ expanded: readonly string[];
2364
2366
  tag: string;
2367
+ sticky: boolean;
2365
2368
  noDataText: string;
2366
2369
  loadingText: string;
2367
2370
  sortBy: readonly SortItem[];
2368
- mobile: boolean | null;
2369
- sticky: boolean;
2370
- expanded: readonly string[];
2371
2371
  density: Density;
2372
2372
  valueComparator: typeof deepEqual;
2373
- selectStrategy: "page" | "all" | "single";
2373
+ selectStrategy: "all" | "page" | "single";
2374
2374
  returnObject: boolean;
2375
2375
  filterMode: FilterMode;
2376
2376
  noFilter: boolean;
@@ -2393,24 +2393,17 @@ declare const VDataTableVirtual: {
2393
2393
  hideDefaultHeader: boolean;
2394
2394
  } & {
2395
2395
  search?: string | undefined;
2396
- class?: any;
2397
- width?: string | number | undefined;
2398
2396
  height?: string | number | undefined;
2399
- theme?: string | undefined;
2397
+ width?: string | number | undefined;
2400
2398
  color?: string | undefined;
2401
2399
  loading?: string | boolean | undefined;
2402
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2403
- customFilter?: FilterFunction | undefined;
2404
- customKeyFilter?: FilterKeyFunctions | undefined;
2405
- filterKeys?: FilterKeys | undefined;
2406
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2407
- headerProps?: Record<string, any> | undefined;
2400
+ class?: any;
2408
2401
  headers?: readonly {
2409
2402
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2410
2403
  readonly value?: SelectItemKey<Record<string, any>>;
2411
2404
  readonly title?: string | undefined;
2412
2405
  readonly fixed?: boolean | undefined;
2413
- readonly align?: "end" | "center" | "start" | undefined;
2406
+ readonly align?: "center" | "end" | "start" | undefined;
2414
2407
  readonly width?: string | number | undefined;
2415
2408
  readonly minWidth?: string | undefined;
2416
2409
  readonly maxWidth?: string | undefined;
@@ -2418,7 +2411,7 @@ declare const VDataTableVirtual: {
2418
2411
  readonly headerProps?: {
2419
2412
  readonly [x: string]: any;
2420
2413
  } | undefined;
2421
- 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>) | {
2422
2415
  readonly [x: string]: any;
2423
2416
  } | undefined;
2424
2417
  readonly sortable?: boolean | undefined;
@@ -2431,7 +2424,7 @@ declare const VDataTableVirtual: {
2431
2424
  readonly value?: SelectItemKey<Record<string, any>>;
2432
2425
  readonly title?: string | undefined;
2433
2426
  readonly fixed?: boolean | undefined;
2434
- readonly align?: "end" | "center" | "start" | undefined;
2427
+ readonly align?: "center" | "end" | "start" | undefined;
2435
2428
  readonly width?: string | number | undefined;
2436
2429
  readonly minWidth?: string | undefined;
2437
2430
  readonly maxWidth?: string | undefined;
@@ -2439,7 +2432,7 @@ declare const VDataTableVirtual: {
2439
2432
  readonly headerProps?: {
2440
2433
  readonly [x: string]: any;
2441
2434
  } | undefined;
2442
- 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>) | {
2443
2436
  readonly [x: string]: any;
2444
2437
  } | undefined;
2445
2438
  readonly sortable?: boolean | undefined;
@@ -2450,6 +2443,13 @@ declare const VDataTableVirtual: {
2450
2443
  readonly children?: readonly any[] | undefined;
2451
2444
  }[] | undefined;
2452
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;
2453
2453
  } & {
2454
2454
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2455
2455
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2463,16 +2463,16 @@ declare const VDataTableVirtual: {
2463
2463
  'update:expanded': (value: any) => boolean;
2464
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 & {
2465
2465
  style: vue.StyleValue;
2466
+ mobile: boolean | null;
2467
+ expanded: readonly string[];
2466
2468
  tag: string;
2469
+ sticky: boolean;
2467
2470
  noDataText: string;
2468
2471
  loadingText: string;
2469
2472
  sortBy: readonly SortItem[];
2470
- mobile: boolean | null;
2471
- sticky: boolean;
2472
- expanded: readonly string[];
2473
2473
  density: Density;
2474
2474
  valueComparator: typeof deepEqual;
2475
- selectStrategy: "page" | "all" | "single";
2475
+ selectStrategy: "all" | "page" | "single";
2476
2476
  returnObject: boolean;
2477
2477
  filterMode: FilterMode;
2478
2478
  noFilter: boolean;
@@ -2495,24 +2495,17 @@ declare const VDataTableVirtual: {
2495
2495
  hideDefaultHeader: boolean;
2496
2496
  } & {
2497
2497
  search?: string | undefined;
2498
- class?: any;
2499
- width?: string | number | undefined;
2500
2498
  height?: string | number | undefined;
2501
- theme?: string | undefined;
2499
+ width?: string | number | undefined;
2502
2500
  color?: string | undefined;
2503
2501
  loading?: string | boolean | undefined;
2504
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2505
- customFilter?: FilterFunction | undefined;
2506
- customKeyFilter?: FilterKeyFunctions | undefined;
2507
- filterKeys?: FilterKeys | undefined;
2508
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2509
- headerProps?: Record<string, any> | undefined;
2502
+ class?: any;
2510
2503
  headers?: readonly {
2511
2504
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2512
2505
  readonly value?: SelectItemKey<Record<string, any>>;
2513
2506
  readonly title?: string | undefined;
2514
2507
  readonly fixed?: boolean | undefined;
2515
- readonly align?: "end" | "center" | "start" | undefined;
2508
+ readonly align?: "center" | "end" | "start" | undefined;
2516
2509
  readonly width?: string | number | undefined;
2517
2510
  readonly minWidth?: string | undefined;
2518
2511
  readonly maxWidth?: string | undefined;
@@ -2520,7 +2513,7 @@ declare const VDataTableVirtual: {
2520
2513
  readonly headerProps?: {
2521
2514
  readonly [x: string]: any;
2522
2515
  } | undefined;
2523
- 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>) | {
2524
2517
  readonly [x: string]: any;
2525
2518
  } | undefined;
2526
2519
  readonly sortable?: boolean | undefined;
@@ -2533,7 +2526,7 @@ declare const VDataTableVirtual: {
2533
2526
  readonly value?: SelectItemKey<Record<string, any>>;
2534
2527
  readonly title?: string | undefined;
2535
2528
  readonly fixed?: boolean | undefined;
2536
- readonly align?: "end" | "center" | "start" | undefined;
2529
+ readonly align?: "center" | "end" | "start" | undefined;
2537
2530
  readonly width?: string | number | undefined;
2538
2531
  readonly minWidth?: string | undefined;
2539
2532
  readonly maxWidth?: string | undefined;
@@ -2541,7 +2534,7 @@ declare const VDataTableVirtual: {
2541
2534
  readonly headerProps?: {
2542
2535
  readonly [x: string]: any;
2543
2536
  } | undefined;
2544
- 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>) | {
2545
2538
  readonly [x: string]: any;
2546
2539
  } | undefined;
2547
2540
  readonly sortable?: boolean | undefined;
@@ -2552,6 +2545,13 @@ declare const VDataTableVirtual: {
2552
2545
  readonly children?: readonly any[] | undefined;
2553
2546
  }[] | undefined;
2554
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;
2555
2555
  } & {
2556
2556
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2557
2557
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2559,16 +2559,16 @@ declare const VDataTableVirtual: {
2559
2559
  "onUpdate:options"?: ((value: any) => any) | undefined;
2560
2560
  }, {
2561
2561
  style: vue.StyleValue;
2562
+ mobile: boolean | null;
2563
+ expanded: readonly string[];
2562
2564
  tag: string;
2565
+ sticky: boolean;
2563
2566
  noDataText: string;
2564
2567
  loadingText: string;
2565
2568
  sortBy: readonly SortItem[];
2566
- mobile: boolean | null;
2567
- sticky: boolean;
2568
- expanded: readonly string[];
2569
2569
  density: Density;
2570
2570
  valueComparator: typeof deepEqual;
2571
- selectStrategy: "page" | "all" | "single";
2571
+ selectStrategy: "all" | "page" | "single";
2572
2572
  returnObject: boolean;
2573
2573
  filterMode: FilterMode;
2574
2574
  noFilter: boolean;
@@ -2679,16 +2679,16 @@ declare const VDataTableVirtual: {
2679
2679
  Defaults: {};
2680
2680
  }, {
2681
2681
  style: vue.StyleValue;
2682
+ mobile: boolean | null;
2683
+ expanded: readonly string[];
2682
2684
  tag: string;
2685
+ sticky: boolean;
2683
2686
  noDataText: string;
2684
2687
  loadingText: string;
2685
2688
  sortBy: readonly SortItem[];
2686
- mobile: boolean | null;
2687
- sticky: boolean;
2688
- expanded: readonly string[];
2689
2689
  density: Density;
2690
2690
  valueComparator: typeof deepEqual;
2691
- selectStrategy: "page" | "all" | "single";
2691
+ selectStrategy: "all" | "page" | "single";
2692
2692
  returnObject: boolean;
2693
2693
  filterMode: FilterMode;
2694
2694
  noFilter: boolean;
@@ -2711,24 +2711,17 @@ declare const VDataTableVirtual: {
2711
2711
  hideDefaultHeader: boolean;
2712
2712
  } & {
2713
2713
  search?: string | undefined;
2714
- class?: any;
2715
- width?: string | number | undefined;
2716
2714
  height?: string | number | undefined;
2717
- theme?: string | undefined;
2715
+ width?: string | number | undefined;
2718
2716
  color?: string | undefined;
2719
2717
  loading?: string | boolean | undefined;
2720
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2721
- customFilter?: FilterFunction | undefined;
2722
- customKeyFilter?: FilterKeyFunctions | undefined;
2723
- filterKeys?: FilterKeys | undefined;
2724
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2725
- headerProps?: Record<string, any> | undefined;
2718
+ class?: any;
2726
2719
  headers?: readonly {
2727
2720
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2728
2721
  readonly value?: SelectItemKey<Record<string, any>>;
2729
2722
  readonly title?: string | undefined;
2730
2723
  readonly fixed?: boolean | undefined;
2731
- readonly align?: "end" | "center" | "start" | undefined;
2724
+ readonly align?: "center" | "end" | "start" | undefined;
2732
2725
  readonly width?: string | number | undefined;
2733
2726
  readonly minWidth?: string | undefined;
2734
2727
  readonly maxWidth?: string | undefined;
@@ -2736,7 +2729,7 @@ declare const VDataTableVirtual: {
2736
2729
  readonly headerProps?: {
2737
2730
  readonly [x: string]: any;
2738
2731
  } | undefined;
2739
- 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>) | {
2740
2733
  readonly [x: string]: any;
2741
2734
  } | undefined;
2742
2735
  readonly sortable?: boolean | undefined;
@@ -2749,7 +2742,7 @@ declare const VDataTableVirtual: {
2749
2742
  readonly value?: SelectItemKey<Record<string, any>>;
2750
2743
  readonly title?: string | undefined;
2751
2744
  readonly fixed?: boolean | undefined;
2752
- readonly align?: "end" | "center" | "start" | undefined;
2745
+ readonly align?: "center" | "end" | "start" | undefined;
2753
2746
  readonly width?: string | number | undefined;
2754
2747
  readonly minWidth?: string | undefined;
2755
2748
  readonly maxWidth?: string | undefined;
@@ -2757,7 +2750,7 @@ declare const VDataTableVirtual: {
2757
2750
  readonly headerProps?: {
2758
2751
  readonly [x: string]: any;
2759
2752
  } | undefined;
2760
- 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>) | {
2761
2754
  readonly [x: string]: any;
2762
2755
  } | undefined;
2763
2756
  readonly sortable?: boolean | undefined;
@@ -2768,6 +2761,13 @@ declare const VDataTableVirtual: {
2768
2761
  readonly children?: readonly any[] | undefined;
2769
2762
  }[] | undefined;
2770
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;
2771
2771
  } & {
2772
2772
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2773
2773
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2775,16 +2775,16 @@ declare const VDataTableVirtual: {
2775
2775
  "onUpdate:options"?: ((value: any) => any) | undefined;
2776
2776
  }, {}, {}, {}, {}, {
2777
2777
  style: vue.StyleValue;
2778
+ mobile: boolean | null;
2779
+ expanded: readonly string[];
2778
2780
  tag: string;
2781
+ sticky: boolean;
2779
2782
  noDataText: string;
2780
2783
  loadingText: string;
2781
2784
  sortBy: readonly SortItem[];
2782
- mobile: boolean | null;
2783
- sticky: boolean;
2784
- expanded: readonly string[];
2785
2785
  density: Density;
2786
2786
  valueComparator: typeof deepEqual;
2787
- selectStrategy: "page" | "all" | "single";
2787
+ selectStrategy: "all" | "page" | "single";
2788
2788
  returnObject: boolean;
2789
2789
  filterMode: FilterMode;
2790
2790
  noFilter: boolean;
@@ -2811,16 +2811,16 @@ declare const VDataTableVirtual: {
2811
2811
  __isSuspense?: undefined;
2812
2812
  } & vue.ComponentOptionsBase<{
2813
2813
  style: vue.StyleValue;
2814
+ mobile: boolean | null;
2815
+ expanded: readonly string[];
2814
2816
  tag: string;
2817
+ sticky: boolean;
2815
2818
  noDataText: string;
2816
2819
  loadingText: string;
2817
2820
  sortBy: readonly SortItem[];
2818
- mobile: boolean | null;
2819
- sticky: boolean;
2820
- expanded: readonly string[];
2821
2821
  density: Density;
2822
2822
  valueComparator: typeof deepEqual;
2823
- selectStrategy: "page" | "all" | "single";
2823
+ selectStrategy: "all" | "page" | "single";
2824
2824
  returnObject: boolean;
2825
2825
  filterMode: FilterMode;
2826
2826
  noFilter: boolean;
@@ -2843,24 +2843,17 @@ declare const VDataTableVirtual: {
2843
2843
  hideDefaultHeader: boolean;
2844
2844
  } & {
2845
2845
  search?: string | undefined;
2846
- class?: any;
2847
- width?: string | number | undefined;
2848
2846
  height?: string | number | undefined;
2849
- theme?: string | undefined;
2847
+ width?: string | number | undefined;
2850
2848
  color?: string | undefined;
2851
2849
  loading?: string | boolean | undefined;
2852
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
2853
- customFilter?: FilterFunction | undefined;
2854
- customKeyFilter?: FilterKeyFunctions | undefined;
2855
- filterKeys?: FilterKeys | undefined;
2856
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
2857
- headerProps?: Record<string, any> | undefined;
2850
+ class?: any;
2858
2851
  headers?: readonly {
2859
2852
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2860
2853
  readonly value?: SelectItemKey<Record<string, any>>;
2861
2854
  readonly title?: string | undefined;
2862
2855
  readonly fixed?: boolean | undefined;
2863
- readonly align?: "end" | "center" | "start" | undefined;
2856
+ readonly align?: "center" | "end" | "start" | undefined;
2864
2857
  readonly width?: string | number | undefined;
2865
2858
  readonly minWidth?: string | undefined;
2866
2859
  readonly maxWidth?: string | undefined;
@@ -2868,7 +2861,7 @@ declare const VDataTableVirtual: {
2868
2861
  readonly headerProps?: {
2869
2862
  readonly [x: string]: any;
2870
2863
  } | undefined;
2871
- 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>) | {
2872
2865
  readonly [x: string]: any;
2873
2866
  } | undefined;
2874
2867
  readonly sortable?: boolean | undefined;
@@ -2881,7 +2874,7 @@ declare const VDataTableVirtual: {
2881
2874
  readonly value?: SelectItemKey<Record<string, any>>;
2882
2875
  readonly title?: string | undefined;
2883
2876
  readonly fixed?: boolean | undefined;
2884
- readonly align?: "end" | "center" | "start" | undefined;
2877
+ readonly align?: "center" | "end" | "start" | undefined;
2885
2878
  readonly width?: string | number | undefined;
2886
2879
  readonly minWidth?: string | undefined;
2887
2880
  readonly maxWidth?: string | undefined;
@@ -2889,7 +2882,7 @@ declare const VDataTableVirtual: {
2889
2882
  readonly headerProps?: {
2890
2883
  readonly [x: string]: any;
2891
2884
  } | undefined;
2892
- 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>) | {
2893
2886
  readonly [x: string]: any;
2894
2887
  } | undefined;
2895
2888
  readonly sortable?: boolean | undefined;
@@ -2900,6 +2893,13 @@ declare const VDataTableVirtual: {
2900
2893
  readonly children?: readonly any[] | undefined;
2901
2894
  }[] | undefined;
2902
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;
2903
2903
  } & {
2904
2904
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
2905
2905
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -2913,16 +2913,16 @@ declare const VDataTableVirtual: {
2913
2913
  'update:expanded': (value: any) => boolean;
2914
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, {
2915
2915
  style: vue.StyleValue;
2916
+ mobile: boolean | null;
2917
+ expanded: readonly string[];
2916
2918
  tag: string;
2919
+ sticky: boolean;
2917
2920
  noDataText: string;
2918
2921
  loadingText: string;
2919
2922
  sortBy: readonly SortItem[];
2920
- mobile: boolean | null;
2921
- sticky: boolean;
2922
- expanded: readonly string[];
2923
2923
  density: Density;
2924
2924
  valueComparator: typeof deepEqual;
2925
- selectStrategy: "page" | "all" | "single";
2925
+ selectStrategy: "all" | "page" | "single";
2926
2926
  returnObject: boolean;
2927
2927
  filterMode: FilterMode;
2928
2928
  noFilter: boolean;
@@ -3105,7 +3105,7 @@ declare const VDataTableVirtual: {
3105
3105
  mustSort: BooleanConstructor;
3106
3106
  showSelect: BooleanConstructor;
3107
3107
  selectStrategy: {
3108
- type: vue.PropType<"page" | "all" | "single">;
3108
+ type: vue.PropType<"all" | "page" | "single">;
3109
3109
  default: string;
3110
3110
  };
3111
3111
  modelValue: {
@@ -3136,7 +3136,7 @@ declare const VDataTableVirtual: {
3136
3136
  readonly value?: SelectItemKey<Record<string, any>>;
3137
3137
  readonly title?: string | undefined;
3138
3138
  readonly fixed?: boolean | undefined;
3139
- readonly align?: "end" | "center" | "start" | undefined;
3139
+ readonly align?: "center" | "end" | "start" | undefined;
3140
3140
  readonly width?: string | number | undefined;
3141
3141
  readonly minWidth?: string | undefined;
3142
3142
  readonly maxWidth?: string | undefined;
@@ -3144,7 +3144,7 @@ declare const VDataTableVirtual: {
3144
3144
  readonly headerProps?: {
3145
3145
  readonly [x: string]: any;
3146
3146
  } | undefined;
3147
- 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>) | {
3148
3148
  readonly [x: string]: any;
3149
3149
  } | undefined;
3150
3150
  readonly sortable?: boolean | undefined;
@@ -3157,7 +3157,7 @@ declare const VDataTableVirtual: {
3157
3157
  readonly value?: SelectItemKey<Record<string, any>>;
3158
3158
  readonly title?: string | undefined;
3159
3159
  readonly fixed?: boolean | undefined;
3160
- readonly align?: "end" | "center" | "start" | undefined;
3160
+ readonly align?: "center" | "end" | "start" | undefined;
3161
3161
  readonly width?: string | number | undefined;
3162
3162
  readonly minWidth?: string | undefined;
3163
3163
  readonly maxWidth?: string | undefined;
@@ -3165,7 +3165,7 @@ declare const VDataTableVirtual: {
3165
3165
  readonly headerProps?: {
3166
3166
  readonly [x: string]: any;
3167
3167
  } | undefined;
3168
- 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>) | {
3169
3169
  readonly [x: string]: any;
3170
3170
  } | undefined;
3171
3171
  readonly sortable?: boolean | undefined;
@@ -3261,7 +3261,7 @@ declare const VDataTableVirtual: {
3261
3261
  mustSort: BooleanConstructor;
3262
3262
  showSelect: BooleanConstructor;
3263
3263
  selectStrategy: {
3264
- type: vue.PropType<"page" | "all" | "single">;
3264
+ type: vue.PropType<"all" | "page" | "single">;
3265
3265
  default: string;
3266
3266
  };
3267
3267
  modelValue: {
@@ -3292,7 +3292,7 @@ declare const VDataTableVirtual: {
3292
3292
  readonly value?: SelectItemKey<Record<string, any>>;
3293
3293
  readonly title?: string | undefined;
3294
3294
  readonly fixed?: boolean | undefined;
3295
- readonly align?: "end" | "center" | "start" | undefined;
3295
+ readonly align?: "center" | "end" | "start" | undefined;
3296
3296
  readonly width?: string | number | undefined;
3297
3297
  readonly minWidth?: string | undefined;
3298
3298
  readonly maxWidth?: string | undefined;
@@ -3300,7 +3300,7 @@ declare const VDataTableVirtual: {
3300
3300
  readonly headerProps?: {
3301
3301
  readonly [x: string]: any;
3302
3302
  } | undefined;
3303
- 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>) | {
3304
3304
  readonly [x: string]: any;
3305
3305
  } | undefined;
3306
3306
  readonly sortable?: boolean | undefined;
@@ -3313,7 +3313,7 @@ declare const VDataTableVirtual: {
3313
3313
  readonly value?: SelectItemKey<Record<string, any>>;
3314
3314
  readonly title?: string | undefined;
3315
3315
  readonly fixed?: boolean | undefined;
3316
- readonly align?: "end" | "center" | "start" | undefined;
3316
+ readonly align?: "center" | "end" | "start" | undefined;
3317
3317
  readonly width?: string | number | undefined;
3318
3318
  readonly minWidth?: string | undefined;
3319
3319
  readonly maxWidth?: string | undefined;
@@ -3321,7 +3321,7 @@ declare const VDataTableVirtual: {
3321
3321
  readonly headerProps?: {
3322
3322
  readonly [x: string]: any;
3323
3323
  } | undefined;
3324
- 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>) | {
3325
3325
  readonly [x: string]: any;
3326
3326
  } | undefined;
3327
3327
  readonly sortable?: boolean | undefined;
@@ -3358,22 +3358,22 @@ type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
3358
3358
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
3359
3359
  declare const VDataTableServer: {
3360
3360
  new (...args: any[]): vue.CreateComponentPublicInstance<{
3361
+ page: string | number;
3361
3362
  style: vue.StyleValue;
3363
+ mobile: boolean | null;
3364
+ expanded: readonly string[];
3362
3365
  tag: string;
3366
+ sticky: boolean;
3363
3367
  noDataText: string;
3364
3368
  loadingText: string;
3365
3369
  itemsPerPageText: string;
3366
3370
  sortBy: readonly SortItem[];
3367
3371
  pageText: string;
3368
- page: string | number;
3369
- mobile: boolean | null;
3370
- sticky: boolean;
3371
- expanded: readonly string[];
3372
3372
  density: Density;
3373
3373
  valueComparator: typeof deepEqual;
3374
3374
  nextIcon: IconValue;
3375
3375
  prevIcon: IconValue;
3376
- selectStrategy: "page" | "all" | "single";
3376
+ selectStrategy: "all" | "page" | "single";
3377
3377
  returnObject: boolean;
3378
3378
  hideNoData: boolean;
3379
3379
  hover: boolean;
@@ -3406,21 +3406,17 @@ declare const VDataTableServer: {
3406
3406
  hideDefaultHeader: boolean;
3407
3407
  } & {
3408
3408
  search?: string | undefined;
3409
- class?: any;
3410
- width?: string | number | undefined;
3411
3409
  height?: string | number | undefined;
3412
- theme?: string | undefined;
3410
+ width?: string | number | undefined;
3413
3411
  color?: string | undefined;
3414
3412
  loading?: string | boolean | undefined;
3415
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3416
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3417
- headerProps?: Record<string, any> | undefined;
3413
+ class?: any;
3418
3414
  headers?: readonly {
3419
3415
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3420
3416
  readonly value?: SelectItemKey<Record<string, any>>;
3421
3417
  readonly title?: string | undefined;
3422
3418
  readonly fixed?: boolean | undefined;
3423
- readonly align?: "end" | "center" | "start" | undefined;
3419
+ readonly align?: "center" | "end" | "start" | undefined;
3424
3420
  readonly width?: string | number | undefined;
3425
3421
  readonly minWidth?: string | undefined;
3426
3422
  readonly maxWidth?: string | undefined;
@@ -3428,7 +3424,7 @@ declare const VDataTableServer: {
3428
3424
  readonly headerProps?: {
3429
3425
  readonly [x: string]: any;
3430
3426
  } | undefined;
3431
- 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>) | {
3432
3428
  readonly [x: string]: any;
3433
3429
  } | undefined;
3434
3430
  readonly sortable?: boolean | undefined;
@@ -3441,7 +3437,7 @@ declare const VDataTableServer: {
3441
3437
  readonly value?: SelectItemKey<Record<string, any>>;
3442
3438
  readonly title?: string | undefined;
3443
3439
  readonly fixed?: boolean | undefined;
3444
- readonly align?: "end" | "center" | "start" | undefined;
3440
+ readonly align?: "center" | "end" | "start" | undefined;
3445
3441
  readonly width?: string | number | undefined;
3446
3442
  readonly minWidth?: string | undefined;
3447
3443
  readonly maxWidth?: string | undefined;
@@ -3449,7 +3445,7 @@ declare const VDataTableServer: {
3449
3445
  readonly headerProps?: {
3450
3446
  readonly [x: string]: any;
3451
3447
  } | undefined;
3452
- 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>) | {
3453
3449
  readonly [x: string]: any;
3454
3450
  } | undefined;
3455
3451
  readonly sortable?: boolean | undefined;
@@ -3460,6 +3456,10 @@ declare const VDataTableServer: {
3460
3456
  readonly children?: readonly any[] | undefined;
3461
3457
  }[] | undefined;
3462
3458
  }[] | undefined;
3459
+ theme?: string | undefined;
3460
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3461
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3462
+ headerProps?: Record<string, any> | undefined;
3463
3463
  } & {
3464
3464
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3465
3465
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3475,23 +3475,23 @@ declare const VDataTableServer: {
3475
3475
  'update:options': (options: any) => boolean;
3476
3476
  'update:expanded': (options: any) => boolean;
3477
3477
  'update:groupBy': (value: any) => boolean;
3478
- }, "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;
3479
3480
  style: vue.StyleValue;
3481
+ mobile: boolean | null;
3482
+ expanded: readonly string[];
3480
3483
  tag: string;
3484
+ sticky: boolean;
3481
3485
  noDataText: string;
3482
3486
  loadingText: string;
3483
3487
  itemsPerPageText: string;
3484
3488
  sortBy: readonly SortItem[];
3485
3489
  pageText: string;
3486
- page: string | number;
3487
- mobile: boolean | null;
3488
- sticky: boolean;
3489
- expanded: readonly string[];
3490
3490
  density: Density;
3491
3491
  valueComparator: typeof deepEqual;
3492
3492
  nextIcon: IconValue;
3493
3493
  prevIcon: IconValue;
3494
- selectStrategy: "page" | "all" | "single";
3494
+ selectStrategy: "all" | "page" | "single";
3495
3495
  returnObject: boolean;
3496
3496
  hideNoData: boolean;
3497
3497
  hover: boolean;
@@ -3524,21 +3524,17 @@ declare const VDataTableServer: {
3524
3524
  hideDefaultHeader: boolean;
3525
3525
  } & {
3526
3526
  search?: string | undefined;
3527
- class?: any;
3528
- width?: string | number | undefined;
3529
3527
  height?: string | number | undefined;
3530
- theme?: string | undefined;
3528
+ width?: string | number | undefined;
3531
3529
  color?: string | undefined;
3532
3530
  loading?: string | boolean | undefined;
3533
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3534
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3535
- headerProps?: Record<string, any> | undefined;
3531
+ class?: any;
3536
3532
  headers?: readonly {
3537
3533
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3538
3534
  readonly value?: SelectItemKey<Record<string, any>>;
3539
3535
  readonly title?: string | undefined;
3540
3536
  readonly fixed?: boolean | undefined;
3541
- readonly align?: "end" | "center" | "start" | undefined;
3537
+ readonly align?: "center" | "end" | "start" | undefined;
3542
3538
  readonly width?: string | number | undefined;
3543
3539
  readonly minWidth?: string | undefined;
3544
3540
  readonly maxWidth?: string | undefined;
@@ -3546,7 +3542,7 @@ declare const VDataTableServer: {
3546
3542
  readonly headerProps?: {
3547
3543
  readonly [x: string]: any;
3548
3544
  } | undefined;
3549
- 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>) | {
3550
3546
  readonly [x: string]: any;
3551
3547
  } | undefined;
3552
3548
  readonly sortable?: boolean | undefined;
@@ -3559,7 +3555,7 @@ declare const VDataTableServer: {
3559
3555
  readonly value?: SelectItemKey<Record<string, any>>;
3560
3556
  readonly title?: string | undefined;
3561
3557
  readonly fixed?: boolean | undefined;
3562
- readonly align?: "end" | "center" | "start" | undefined;
3558
+ readonly align?: "center" | "end" | "start" | undefined;
3563
3559
  readonly width?: string | number | undefined;
3564
3560
  readonly minWidth?: string | undefined;
3565
3561
  readonly maxWidth?: string | undefined;
@@ -3567,7 +3563,7 @@ declare const VDataTableServer: {
3567
3563
  readonly headerProps?: {
3568
3564
  readonly [x: string]: any;
3569
3565
  } | undefined;
3570
- 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>) | {
3571
3567
  readonly [x: string]: any;
3572
3568
  } | undefined;
3573
3569
  readonly sortable?: boolean | undefined;
@@ -3578,6 +3574,10 @@ declare const VDataTableServer: {
3578
3574
  readonly children?: readonly any[] | undefined;
3579
3575
  }[] | undefined;
3580
3576
  }[] | undefined;
3577
+ theme?: string | undefined;
3578
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3579
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3580
+ headerProps?: Record<string, any> | undefined;
3581
3581
  } & {
3582
3582
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3583
3583
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3586,22 +3586,22 @@ declare const VDataTableServer: {
3586
3586
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
3587
3587
  "onUpdate:options"?: ((options: any) => any) | undefined;
3588
3588
  }, {
3589
+ page: string | number;
3589
3590
  style: vue.StyleValue;
3591
+ mobile: boolean | null;
3592
+ expanded: readonly string[];
3590
3593
  tag: string;
3594
+ sticky: boolean;
3591
3595
  noDataText: string;
3592
3596
  loadingText: string;
3593
3597
  itemsPerPageText: string;
3594
3598
  sortBy: readonly SortItem[];
3595
3599
  pageText: string;
3596
- page: string | number;
3597
- mobile: boolean | null;
3598
- sticky: boolean;
3599
- expanded: readonly string[];
3600
3600
  density: Density;
3601
3601
  valueComparator: typeof deepEqual;
3602
3602
  nextIcon: IconValue;
3603
3603
  prevIcon: IconValue;
3604
- selectStrategy: "page" | "all" | "single";
3604
+ selectStrategy: "all" | "page" | "single";
3605
3605
  returnObject: boolean;
3606
3606
  hideNoData: boolean;
3607
3607
  hover: boolean;
@@ -3736,22 +3736,22 @@ declare const VDataTableServer: {
3736
3736
  M: {};
3737
3737
  Defaults: {};
3738
3738
  }, {
3739
+ page: string | number;
3739
3740
  style: vue.StyleValue;
3741
+ mobile: boolean | null;
3742
+ expanded: readonly string[];
3740
3743
  tag: string;
3744
+ sticky: boolean;
3741
3745
  noDataText: string;
3742
3746
  loadingText: string;
3743
3747
  itemsPerPageText: string;
3744
3748
  sortBy: readonly SortItem[];
3745
3749
  pageText: string;
3746
- page: string | number;
3747
- mobile: boolean | null;
3748
- sticky: boolean;
3749
- expanded: readonly string[];
3750
3750
  density: Density;
3751
3751
  valueComparator: typeof deepEqual;
3752
3752
  nextIcon: IconValue;
3753
3753
  prevIcon: IconValue;
3754
- selectStrategy: "page" | "all" | "single";
3754
+ selectStrategy: "all" | "page" | "single";
3755
3755
  returnObject: boolean;
3756
3756
  hideNoData: boolean;
3757
3757
  hover: boolean;
@@ -3784,21 +3784,17 @@ declare const VDataTableServer: {
3784
3784
  hideDefaultHeader: boolean;
3785
3785
  } & {
3786
3786
  search?: string | undefined;
3787
- class?: any;
3788
- width?: string | number | undefined;
3789
3787
  height?: string | number | undefined;
3790
- theme?: string | undefined;
3788
+ width?: string | number | undefined;
3791
3789
  color?: string | undefined;
3792
3790
  loading?: string | boolean | undefined;
3793
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3794
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3795
- headerProps?: Record<string, any> | undefined;
3791
+ class?: any;
3796
3792
  headers?: readonly {
3797
3793
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3798
3794
  readonly value?: SelectItemKey<Record<string, any>>;
3799
3795
  readonly title?: string | undefined;
3800
3796
  readonly fixed?: boolean | undefined;
3801
- readonly align?: "end" | "center" | "start" | undefined;
3797
+ readonly align?: "center" | "end" | "start" | undefined;
3802
3798
  readonly width?: string | number | undefined;
3803
3799
  readonly minWidth?: string | undefined;
3804
3800
  readonly maxWidth?: string | undefined;
@@ -3806,7 +3802,7 @@ declare const VDataTableServer: {
3806
3802
  readonly headerProps?: {
3807
3803
  readonly [x: string]: any;
3808
3804
  } | undefined;
3809
- 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>) | {
3810
3806
  readonly [x: string]: any;
3811
3807
  } | undefined;
3812
3808
  readonly sortable?: boolean | undefined;
@@ -3819,7 +3815,7 @@ declare const VDataTableServer: {
3819
3815
  readonly value?: SelectItemKey<Record<string, any>>;
3820
3816
  readonly title?: string | undefined;
3821
3817
  readonly fixed?: boolean | undefined;
3822
- readonly align?: "end" | "center" | "start" | undefined;
3818
+ readonly align?: "center" | "end" | "start" | undefined;
3823
3819
  readonly width?: string | number | undefined;
3824
3820
  readonly minWidth?: string | undefined;
3825
3821
  readonly maxWidth?: string | undefined;
@@ -3827,7 +3823,7 @@ declare const VDataTableServer: {
3827
3823
  readonly headerProps?: {
3828
3824
  readonly [x: string]: any;
3829
3825
  } | undefined;
3830
- 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>) | {
3831
3827
  readonly [x: string]: any;
3832
3828
  } | undefined;
3833
3829
  readonly sortable?: boolean | undefined;
@@ -3838,6 +3834,10 @@ declare const VDataTableServer: {
3838
3834
  readonly children?: readonly any[] | undefined;
3839
3835
  }[] | undefined;
3840
3836
  }[] | undefined;
3837
+ theme?: string | undefined;
3838
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3839
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3840
+ headerProps?: Record<string, any> | undefined;
3841
3841
  } & {
3842
3842
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
3843
3843
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -3846,22 +3846,22 @@ declare const VDataTableServer: {
3846
3846
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
3847
3847
  "onUpdate:options"?: ((options: any) => any) | undefined;
3848
3848
  }, {}, {}, {}, {}, {
3849
+ page: string | number;
3849
3850
  style: vue.StyleValue;
3851
+ mobile: boolean | null;
3852
+ expanded: readonly string[];
3850
3853
  tag: string;
3854
+ sticky: boolean;
3851
3855
  noDataText: string;
3852
3856
  loadingText: string;
3853
3857
  itemsPerPageText: string;
3854
3858
  sortBy: readonly SortItem[];
3855
3859
  pageText: string;
3856
- page: string | number;
3857
- mobile: boolean | null;
3858
- sticky: boolean;
3859
- expanded: readonly string[];
3860
3860
  density: Density;
3861
3861
  valueComparator: typeof deepEqual;
3862
3862
  nextIcon: IconValue;
3863
3863
  prevIcon: IconValue;
3864
- selectStrategy: "page" | "all" | "single";
3864
+ selectStrategy: "all" | "page" | "single";
3865
3865
  returnObject: boolean;
3866
3866
  hideNoData: boolean;
3867
3867
  hover: boolean;
@@ -3896,22 +3896,22 @@ declare const VDataTableServer: {
3896
3896
  __isTeleport?: undefined;
3897
3897
  __isSuspense?: undefined;
3898
3898
  } & vue.ComponentOptionsBase<{
3899
+ page: string | number;
3899
3900
  style: vue.StyleValue;
3901
+ mobile: boolean | null;
3902
+ expanded: readonly string[];
3900
3903
  tag: string;
3904
+ sticky: boolean;
3901
3905
  noDataText: string;
3902
3906
  loadingText: string;
3903
3907
  itemsPerPageText: string;
3904
3908
  sortBy: readonly SortItem[];
3905
3909
  pageText: string;
3906
- page: string | number;
3907
- mobile: boolean | null;
3908
- sticky: boolean;
3909
- expanded: readonly string[];
3910
3910
  density: Density;
3911
3911
  valueComparator: typeof deepEqual;
3912
3912
  nextIcon: IconValue;
3913
3913
  prevIcon: IconValue;
3914
- selectStrategy: "page" | "all" | "single";
3914
+ selectStrategy: "all" | "page" | "single";
3915
3915
  returnObject: boolean;
3916
3916
  hideNoData: boolean;
3917
3917
  hover: boolean;
@@ -3944,21 +3944,17 @@ declare const VDataTableServer: {
3944
3944
  hideDefaultHeader: boolean;
3945
3945
  } & {
3946
3946
  search?: string | undefined;
3947
- class?: any;
3948
- width?: string | number | undefined;
3949
3947
  height?: string | number | undefined;
3950
- theme?: string | undefined;
3948
+ width?: string | number | undefined;
3951
3949
  color?: string | undefined;
3952
3950
  loading?: string | boolean | undefined;
3953
- mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3954
- customKeySort?: Record<string, DataTableCompareFunction> | undefined;
3955
- headerProps?: Record<string, any> | undefined;
3951
+ class?: any;
3956
3952
  headers?: readonly {
3957
3953
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3958
3954
  readonly value?: SelectItemKey<Record<string, any>>;
3959
3955
  readonly title?: string | undefined;
3960
3956
  readonly fixed?: boolean | undefined;
3961
- readonly align?: "end" | "center" | "start" | undefined;
3957
+ readonly align?: "center" | "end" | "start" | undefined;
3962
3958
  readonly width?: string | number | undefined;
3963
3959
  readonly minWidth?: string | undefined;
3964
3960
  readonly maxWidth?: string | undefined;
@@ -3966,7 +3962,7 @@ declare const VDataTableServer: {
3966
3962
  readonly headerProps?: {
3967
3963
  readonly [x: string]: any;
3968
3964
  } | undefined;
3969
- 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>) | {
3970
3966
  readonly [x: string]: any;
3971
3967
  } | undefined;
3972
3968
  readonly sortable?: boolean | undefined;
@@ -3979,7 +3975,7 @@ declare const VDataTableServer: {
3979
3975
  readonly value?: SelectItemKey<Record<string, any>>;
3980
3976
  readonly title?: string | undefined;
3981
3977
  readonly fixed?: boolean | undefined;
3982
- readonly align?: "end" | "center" | "start" | undefined;
3978
+ readonly align?: "center" | "end" | "start" | undefined;
3983
3979
  readonly width?: string | number | undefined;
3984
3980
  readonly minWidth?: string | undefined;
3985
3981
  readonly maxWidth?: string | undefined;
@@ -3987,7 +3983,7 @@ declare const VDataTableServer: {
3987
3983
  readonly headerProps?: {
3988
3984
  readonly [x: string]: any;
3989
3985
  } | undefined;
3990
- 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>) | {
3991
3987
  readonly [x: string]: any;
3992
3988
  } | undefined;
3993
3989
  readonly sortable?: boolean | undefined;
@@ -3998,6 +3994,10 @@ declare const VDataTableServer: {
3998
3994
  readonly children?: readonly any[] | undefined;
3999
3995
  }[] | undefined;
4000
3996
  }[] | undefined;
3997
+ theme?: string | undefined;
3998
+ mobileBreakpoint?: number | DisplayBreakpoint | undefined;
3999
+ customKeySort?: Record<string, DataTableCompareFunction> | undefined;
4000
+ headerProps?: Record<string, any> | undefined;
4001
4001
  } & {
4002
4002
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
4003
4003
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -4013,23 +4013,23 @@ declare const VDataTableServer: {
4013
4013
  'update:options': (options: any) => boolean;
4014
4014
  'update:expanded': (options: any) => boolean;
4015
4015
  'update:groupBy': (value: any) => boolean;
4016
- }, "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;
4017
4018
  style: vue.StyleValue;
4019
+ mobile: boolean | null;
4020
+ expanded: readonly string[];
4018
4021
  tag: string;
4022
+ sticky: boolean;
4019
4023
  noDataText: string;
4020
4024
  loadingText: string;
4021
4025
  itemsPerPageText: string;
4022
4026
  sortBy: readonly SortItem[];
4023
4027
  pageText: string;
4024
- page: string | number;
4025
- mobile: boolean | null;
4026
- sticky: boolean;
4027
- expanded: readonly string[];
4028
4028
  density: Density;
4029
4029
  valueComparator: typeof deepEqual;
4030
4030
  nextIcon: IconValue;
4031
4031
  prevIcon: IconValue;
4032
- selectStrategy: "page" | "all" | "single";
4032
+ selectStrategy: "all" | "page" | "single";
4033
4033
  returnObject: boolean;
4034
4034
  hideNoData: boolean;
4035
4035
  hover: boolean;
@@ -4272,7 +4272,7 @@ declare const VDataTableServer: {
4272
4272
  mustSort: BooleanConstructor;
4273
4273
  showSelect: BooleanConstructor;
4274
4274
  selectStrategy: {
4275
- type: vue.PropType<"page" | "all" | "single">;
4275
+ type: vue.PropType<"all" | "page" | "single">;
4276
4276
  default: string;
4277
4277
  };
4278
4278
  modelValue: {
@@ -4303,7 +4303,7 @@ declare const VDataTableServer: {
4303
4303
  readonly value?: SelectItemKey<Record<string, any>>;
4304
4304
  readonly title?: string | undefined;
4305
4305
  readonly fixed?: boolean | undefined;
4306
- readonly align?: "end" | "center" | "start" | undefined;
4306
+ readonly align?: "center" | "end" | "start" | undefined;
4307
4307
  readonly width?: string | number | undefined;
4308
4308
  readonly minWidth?: string | undefined;
4309
4309
  readonly maxWidth?: string | undefined;
@@ -4311,7 +4311,7 @@ declare const VDataTableServer: {
4311
4311
  readonly headerProps?: {
4312
4312
  readonly [x: string]: any;
4313
4313
  } | undefined;
4314
- 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>) | {
4315
4315
  readonly [x: string]: any;
4316
4316
  } | undefined;
4317
4317
  readonly sortable?: boolean | undefined;
@@ -4324,7 +4324,7 @@ declare const VDataTableServer: {
4324
4324
  readonly value?: SelectItemKey<Record<string, any>>;
4325
4325
  readonly title?: string | undefined;
4326
4326
  readonly fixed?: boolean | undefined;
4327
- readonly align?: "end" | "center" | "start" | undefined;
4327
+ readonly align?: "center" | "end" | "start" | undefined;
4328
4328
  readonly width?: string | number | undefined;
4329
4329
  readonly minWidth?: string | undefined;
4330
4330
  readonly maxWidth?: string | undefined;
@@ -4332,7 +4332,7 @@ declare const VDataTableServer: {
4332
4332
  readonly headerProps?: {
4333
4333
  readonly [x: string]: any;
4334
4334
  } | undefined;
4335
- 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>) | {
4336
4336
  readonly [x: string]: any;
4337
4337
  } | undefined;
4338
4338
  readonly sortable?: boolean | undefined;
@@ -4479,7 +4479,7 @@ declare const VDataTableServer: {
4479
4479
  mustSort: BooleanConstructor;
4480
4480
  showSelect: BooleanConstructor;
4481
4481
  selectStrategy: {
4482
- type: vue.PropType<"page" | "all" | "single">;
4482
+ type: vue.PropType<"all" | "page" | "single">;
4483
4483
  default: string;
4484
4484
  };
4485
4485
  modelValue: {
@@ -4510,7 +4510,7 @@ declare const VDataTableServer: {
4510
4510
  readonly value?: SelectItemKey<Record<string, any>>;
4511
4511
  readonly title?: string | undefined;
4512
4512
  readonly fixed?: boolean | undefined;
4513
- readonly align?: "end" | "center" | "start" | undefined;
4513
+ readonly align?: "center" | "end" | "start" | undefined;
4514
4514
  readonly width?: string | number | undefined;
4515
4515
  readonly minWidth?: string | undefined;
4516
4516
  readonly maxWidth?: string | undefined;
@@ -4518,7 +4518,7 @@ declare const VDataTableServer: {
4518
4518
  readonly headerProps?: {
4519
4519
  readonly [x: string]: any;
4520
4520
  } | undefined;
4521
- 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>) | {
4522
4522
  readonly [x: string]: any;
4523
4523
  } | undefined;
4524
4524
  readonly sortable?: boolean | undefined;
@@ -4531,7 +4531,7 @@ declare const VDataTableServer: {
4531
4531
  readonly value?: SelectItemKey<Record<string, any>>;
4532
4532
  readonly title?: string | undefined;
4533
4533
  readonly fixed?: boolean | undefined;
4534
- readonly align?: "end" | "center" | "start" | undefined;
4534
+ readonly align?: "center" | "end" | "start" | undefined;
4535
4535
  readonly width?: string | number | undefined;
4536
4536
  readonly minWidth?: string | undefined;
4537
4537
  readonly maxWidth?: string | undefined;
@@ -4539,7 +4539,7 @@ declare const VDataTableServer: {
4539
4539
  readonly headerProps?: {
4540
4540
  readonly [x: string]: any;
4541
4541
  } | undefined;
4542
- 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>) | {
4543
4543
  readonly [x: string]: any;
4544
4544
  } | undefined;
4545
4545
  readonly sortable?: boolean | undefined;