vuetify 3.5.4 → 3.5.5

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 (151) hide show
  1. package/dist/json/attributes.json +2771 -2523
  2. package/dist/json/importMap-labs.json +4 -0
  3. package/dist/json/importMap.json +94 -94
  4. package/dist/json/tags.json +236 -169
  5. package/dist/json/web-types.json +3218 -2563
  6. package/dist/vuetify-labs.css +1819 -1796
  7. package/dist/vuetify-labs.d.ts +1234 -152
  8. package/dist/vuetify-labs.esm.js +555 -72
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +555 -72
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -864
  13. package/dist/vuetify.d.ts +886 -179
  14. package/dist/vuetify.esm.js +121 -71
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +121 -71
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +647 -645
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +9 -0
  22. package/lib/components/VAppBar/index.d.mts +18 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +33 -6
  26. package/lib/components/VAvatar/index.d.mts +9 -0
  27. package/lib/components/VBadge/index.d.mts +9 -0
  28. package/lib/components/VBanner/index.d.mts +9 -0
  29. package/lib/components/VBottomNavigation/index.d.mts +9 -0
  30. package/lib/components/VBreadcrumbs/index.d.mts +9 -0
  31. package/lib/components/VBtn/index.d.mts +9 -0
  32. package/lib/components/VBtnGroup/index.d.mts +9 -0
  33. package/lib/components/VBtnToggle/index.d.mts +9 -0
  34. package/lib/components/VCard/index.d.mts +9 -0
  35. package/lib/components/VCarousel/index.d.mts +9 -0
  36. package/lib/components/VChip/index.d.mts +9 -0
  37. package/lib/components/VColorPicker/index.d.mts +9 -0
  38. package/lib/components/VCombobox/index.d.mts +33 -6
  39. package/lib/components/VDataIterator/index.d.mts +3 -3
  40. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  41. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +355 -117
  43. package/lib/components/VDataTable/types.mjs.map +1 -1
  44. package/lib/components/VDatePicker/VDatePicker.css +2 -21
  45. package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
  46. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  47. package/lib/components/VDatePicker/VDatePicker.sass +3 -18
  48. package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
  49. package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
  50. package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
  51. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
  52. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  53. package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
  54. package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
  55. package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
  56. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  57. package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
  58. package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
  59. package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
  60. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  61. package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
  62. package/lib/components/VDatePicker/_variables.scss +14 -34
  63. package/lib/components/VDatePicker/index.d.mts +13 -4
  64. package/lib/components/VExpansionPanel/VExpansionPanel.css +14 -0
  65. package/lib/components/VExpansionPanel/VExpansionPanel.sass +14 -0
  66. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +9 -2
  67. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  68. package/lib/components/VExpansionPanel/index.d.mts +27 -0
  69. package/lib/components/VField/VField.css +20 -1
  70. package/lib/components/VField/VField.sass +19 -1
  71. package/lib/components/VField/index.d.mts +9 -0
  72. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  73. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  74. package/lib/components/VFileInput/index.d.mts +9 -0
  75. package/lib/components/VFooter/index.d.mts +9 -0
  76. package/lib/components/VImg/index.d.mts +9 -0
  77. package/lib/components/VList/VListItem.css +2 -1
  78. package/lib/components/VList/VListItem.sass +1 -0
  79. package/lib/components/VList/_variables.scss +2 -1
  80. package/lib/components/VList/index.d.mts +18 -0
  81. package/lib/components/VMenu/VMenu.mjs +5 -5
  82. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  83. package/lib/components/VMenu/shared.mjs.map +1 -1
  84. package/lib/components/VNavigationDrawer/index.d.mts +9 -0
  85. package/lib/components/VPagination/index.d.mts +9 -0
  86. package/lib/components/VProgressLinear/index.d.mts +9 -0
  87. package/lib/components/VRangeSlider/index.d.mts +9 -0
  88. package/lib/components/VSelect/VSelect.mjs +4 -3
  89. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  90. package/lib/components/VSelect/index.d.mts +33 -6
  91. package/lib/components/VSheet/index.d.mts +9 -0
  92. package/lib/components/VSlider/index.d.mts +9 -0
  93. package/lib/components/VSnackbar/index.d.mts +9 -0
  94. package/lib/components/VStepper/index.d.mts +9 -0
  95. package/lib/components/VSystemBar/index.d.mts +9 -0
  96. package/lib/components/VTabs/index.d.mts +33 -6
  97. package/lib/components/VTextField/index.d.mts +33 -6
  98. package/lib/components/VTextarea/index.d.mts +9 -0
  99. package/lib/components/VTimeline/index.d.mts +9 -0
  100. package/lib/components/VToolbar/index.d.mts +9 -0
  101. package/lib/components/VTooltip/VTooltip.css +1 -0
  102. package/lib/components/VTooltip/VTooltip.sass +1 -0
  103. package/lib/components/VTooltip/_variables.scss +1 -0
  104. package/lib/components/index.d.mts +857 -151
  105. package/lib/composables/form.mjs +2 -1
  106. package/lib/composables/form.mjs.map +1 -1
  107. package/lib/composables/goto.mjs +16 -18
  108. package/lib/composables/goto.mjs.map +1 -1
  109. package/lib/composables/group.mjs +2 -0
  110. package/lib/composables/group.mjs.map +1 -1
  111. package/lib/composables/icons.mjs +17 -13
  112. package/lib/composables/icons.mjs.map +1 -1
  113. package/lib/composables/rounded.mjs +5 -1
  114. package/lib/composables/rounded.mjs.map +1 -1
  115. package/lib/composables/virtual.mjs +11 -3
  116. package/lib/composables/virtual.mjs.map +1 -1
  117. package/lib/entry-bundler.mjs +1 -1
  118. package/lib/framework.mjs +1 -1
  119. package/lib/iconsets/fa-svg.mjs +2 -1
  120. package/lib/iconsets/fa-svg.mjs.map +1 -1
  121. package/lib/index.d.mts +29 -28
  122. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  123. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  124. package/lib/labs/VPicker/VPicker.css +2 -2
  125. package/lib/labs/VPicker/VPicker.sass +2 -2
  126. package/lib/labs/VPicker/_variables.scss +2 -4
  127. package/lib/labs/VPicker/index.d.mts +9 -0
  128. package/lib/labs/VSparkline/VBarline.mjs +138 -0
  129. package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
  130. package/lib/labs/VSparkline/VSparkline.mjs +49 -0
  131. package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
  132. package/lib/labs/VSparkline/VTrendline.mjs +143 -0
  133. package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
  134. package/lib/labs/VSparkline/index.d.mts +374 -0
  135. package/lib/labs/VSparkline/index.mjs +2 -0
  136. package/lib/labs/VSparkline/index.mjs.map +1 -0
  137. package/lib/labs/VSparkline/util/line.mjs +52 -0
  138. package/lib/labs/VSparkline/util/line.mjs.map +1 -0
  139. package/lib/labs/VSparkline/util/path.mjs +60 -0
  140. package/lib/labs/VSparkline/util/path.mjs.map +1 -0
  141. package/lib/labs/components.d.mts +376 -1
  142. package/lib/labs/components.mjs +1 -0
  143. package/lib/labs/components.mjs.map +1 -1
  144. package/lib/locale/nl.mjs +1 -1
  145. package/lib/locale/nl.mjs.map +1 -1
  146. package/lib/util/helpers.mjs +10 -0
  147. package/lib/util/helpers.mjs.map +1 -1
  148. package/package.json +2 -2
  149. package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
  150. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  151. package/lib/components/VDatePicker/VDatePickerTitle.sass +0 -33
@@ -114,9 +114,9 @@ interface InternalItem<T = any> {
114
114
  }
115
115
 
116
116
  type DataTableCompareFunction<T = any> = (a: T, b: T) => number;
117
- type DataTableHeader = {
117
+ type DataTableHeader<T = Record<string, any>> = {
118
118
  key?: 'data-table-group' | 'data-table-select' | 'data-table-expand' | (string & {});
119
- value?: SelectItemKey;
119
+ value?: SelectItemKey<T>;
120
120
  title?: string;
121
121
  fixed?: boolean;
122
122
  align?: 'start' | 'end' | 'center';
@@ -129,7 +129,7 @@ type DataTableHeader = {
129
129
  sort?: DataTableCompareFunction;
130
130
  sortRaw?: DataTableCompareFunction;
131
131
  filter?: FilterFunction;
132
- children?: DataTableHeader[];
132
+ children?: DataTableHeader<T>[];
133
133
  };
134
134
  type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children'> & {
135
135
  key: string | null;
@@ -643,27 +643,6 @@ declare const VDataTable: {
643
643
  color?: string | undefined;
644
644
  loading?: string | boolean | undefined;
645
645
  class?: any;
646
- headers?: readonly {
647
- readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
648
- readonly value?: SelectItemKey;
649
- readonly title?: string | undefined;
650
- readonly fixed?: boolean | undefined;
651
- readonly align?: "center" | "end" | "start" | undefined;
652
- readonly width?: string | number | undefined;
653
- readonly minWidth?: string | undefined;
654
- readonly maxWidth?: string | undefined;
655
- readonly headerProps?: {
656
- readonly [x: string]: any;
657
- } | undefined;
658
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
659
- readonly [x: string]: any;
660
- } | undefined;
661
- readonly sortable?: boolean | undefined;
662
- readonly sort?: DataTableCompareFunction<any> | undefined;
663
- readonly sortRaw?: DataTableCompareFunction<any> | undefined;
664
- readonly filter?: FilterFunction | undefined;
665
- readonly children?: readonly any[] | undefined;
666
- }[] | undefined;
667
646
  theme?: string | undefined;
668
647
  customFilter?: FilterFunction | undefined;
669
648
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -687,7 +666,7 @@ declare const VDataTable: {
687
666
  'update:groupBy': (value: any) => boolean;
688
667
  'update:expanded': (value: any) => boolean;
689
668
  'update:currentItems': (value: any) => boolean;
690
- }, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "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 & {
669
+ }, "$children" | "headers" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "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 & {
691
670
  page: string | number;
692
671
  style: vue.StyleValue;
693
672
  expanded: readonly string[];
@@ -737,27 +716,6 @@ declare const VDataTable: {
737
716
  color?: string | undefined;
738
717
  loading?: string | boolean | undefined;
739
718
  class?: any;
740
- headers?: readonly {
741
- readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
742
- readonly value?: SelectItemKey;
743
- readonly title?: string | undefined;
744
- readonly fixed?: boolean | undefined;
745
- readonly align?: "center" | "end" | "start" | undefined;
746
- readonly width?: string | number | undefined;
747
- readonly minWidth?: string | undefined;
748
- readonly maxWidth?: string | undefined;
749
- readonly headerProps?: {
750
- readonly [x: string]: any;
751
- } | undefined;
752
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
753
- readonly [x: string]: any;
754
- } | undefined;
755
- readonly sortable?: boolean | undefined;
756
- readonly sort?: DataTableCompareFunction<any> | undefined;
757
- readonly sortRaw?: DataTableCompareFunction<any> | undefined;
758
- readonly filter?: FilterFunction | undefined;
759
- readonly children?: readonly any[] | undefined;
760
- }[] | undefined;
761
719
  theme?: string | undefined;
762
720
  customFilter?: FilterFunction | undefined;
763
721
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -996,27 +954,6 @@ declare const VDataTable: {
996
954
  color?: string | undefined;
997
955
  loading?: string | boolean | undefined;
998
956
  class?: any;
999
- headers?: readonly {
1000
- readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1001
- readonly value?: SelectItemKey;
1002
- readonly title?: string | undefined;
1003
- readonly fixed?: boolean | undefined;
1004
- readonly align?: "center" | "end" | "start" | undefined;
1005
- readonly width?: string | number | undefined;
1006
- readonly minWidth?: string | undefined;
1007
- readonly maxWidth?: string | undefined;
1008
- readonly headerProps?: {
1009
- readonly [x: string]: any;
1010
- } | undefined;
1011
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1012
- readonly [x: string]: any;
1013
- } | undefined;
1014
- readonly sortable?: boolean | undefined;
1015
- readonly sort?: DataTableCompareFunction<any> | undefined;
1016
- readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1017
- readonly filter?: FilterFunction | undefined;
1018
- readonly children?: readonly any[] | undefined;
1019
- }[] | undefined;
1020
957
  theme?: string | undefined;
1021
958
  customFilter?: FilterFunction | undefined;
1022
959
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1128,27 +1065,6 @@ declare const VDataTable: {
1128
1065
  color?: string | undefined;
1129
1066
  loading?: string | boolean | undefined;
1130
1067
  class?: any;
1131
- headers?: readonly {
1132
- readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1133
- readonly value?: SelectItemKey;
1134
- readonly title?: string | undefined;
1135
- readonly fixed?: boolean | undefined;
1136
- readonly align?: "center" | "end" | "start" | undefined;
1137
- readonly width?: string | number | undefined;
1138
- readonly minWidth?: string | undefined;
1139
- readonly maxWidth?: string | undefined;
1140
- readonly headerProps?: {
1141
- readonly [x: string]: any;
1142
- } | undefined;
1143
- readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1144
- readonly [x: string]: any;
1145
- } | undefined;
1146
- readonly sortable?: boolean | undefined;
1147
- readonly sort?: DataTableCompareFunction<any> | undefined;
1148
- readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1149
- readonly filter?: FilterFunction | undefined;
1150
- readonly children?: readonly any[] | undefined;
1151
- }[] | undefined;
1152
1068
  theme?: string | undefined;
1153
1069
  customFilter?: FilterFunction | undefined;
1154
1070
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1172,7 +1088,7 @@ declare const VDataTable: {
1172
1088
  'update:groupBy': (value: any) => boolean;
1173
1089
  'update:expanded': (value: any) => boolean;
1174
1090
  'update:currentItems': (value: any) => boolean;
1175
- }, "$children" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "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, {
1091
+ }, "$children" | "headers" | "v-slot:default" | "v-slots" | "items" | "modelValue" | "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, {
1176
1092
  page: string | number;
1177
1093
  style: vue.StyleValue;
1178
1094
  expanded: readonly string[];
@@ -1345,6 +1261,27 @@ declare const VDataTable: {
1345
1261
  rowProps?: RowProps<ItemType$2<T>> | undefined;
1346
1262
  cellProps?: CellProps<ItemType$2<T>> | undefined;
1347
1263
  itemSelectable?: SelectItemKey<ItemType$2<T>>;
1264
+ headers?: readonly {
1265
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1266
+ readonly value?: SelectItemKey<ItemType$2<T>>;
1267
+ readonly title?: string | undefined;
1268
+ readonly fixed?: boolean | undefined;
1269
+ readonly align?: "center" | "end" | "start" | undefined;
1270
+ readonly width?: string | number | undefined;
1271
+ readonly minWidth?: string | undefined;
1272
+ readonly maxWidth?: string | undefined;
1273
+ readonly headerProps?: {
1274
+ readonly [x: string]: any;
1275
+ } | undefined;
1276
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1277
+ readonly [x: string]: any;
1278
+ } | undefined;
1279
+ readonly sortable?: boolean | undefined;
1280
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1281
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1282
+ readonly filter?: FilterFunction | undefined;
1283
+ readonly children?: readonly any[] | undefined;
1284
+ }[] | undefined;
1348
1285
  modelValue?: V | undefined;
1349
1286
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
1350
1287
  }, slots: VDataTableSlots<ItemType$2<T>>) => GenericProps<{
@@ -1353,6 +1290,27 @@ declare const VDataTable: {
1353
1290
  rowProps?: RowProps<ItemType$2<T>> | undefined;
1354
1291
  cellProps?: CellProps<ItemType$2<T>> | undefined;
1355
1292
  itemSelectable?: SelectItemKey<ItemType$2<T>>;
1293
+ headers?: readonly {
1294
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1295
+ readonly value?: SelectItemKey<ItemType$2<T>>;
1296
+ readonly title?: string | undefined;
1297
+ readonly fixed?: boolean | undefined;
1298
+ readonly align?: "center" | "end" | "start" | undefined;
1299
+ readonly width?: string | number | undefined;
1300
+ readonly minWidth?: string | undefined;
1301
+ readonly maxWidth?: string | undefined;
1302
+ readonly headerProps?: {
1303
+ readonly [x: string]: any;
1304
+ } | undefined;
1305
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1306
+ readonly [x: string]: any;
1307
+ } | undefined;
1308
+ readonly sortable?: boolean | undefined;
1309
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1310
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1311
+ readonly filter?: FilterFunction | undefined;
1312
+ readonly children?: readonly any[] | undefined;
1313
+ }[] | undefined;
1356
1314
  modelValue?: V | undefined;
1357
1315
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
1358
1316
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
@@ -1485,7 +1443,7 @@ declare const VDataTable: {
1485
1443
  returnObject: BooleanConstructor;
1486
1444
  headers: vue.PropType<readonly {
1487
1445
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1488
- readonly value?: SelectItemKey;
1446
+ readonly value?: SelectItemKey<Record<string, any>>;
1489
1447
  readonly title?: string | undefined;
1490
1448
  readonly fixed?: boolean | undefined;
1491
1449
  readonly align?: "center" | "end" | "start" | undefined;
@@ -1502,7 +1460,27 @@ declare const VDataTable: {
1502
1460
  readonly sort?: DataTableCompareFunction<any> | undefined;
1503
1461
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1504
1462
  readonly filter?: FilterFunction | undefined;
1505
- readonly children?: readonly any[] | undefined;
1463
+ readonly children?: readonly {
1464
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1465
+ readonly value?: SelectItemKey<Record<string, any>>;
1466
+ readonly title?: string | undefined;
1467
+ readonly fixed?: boolean | undefined;
1468
+ readonly align?: "center" | "end" | "start" | undefined;
1469
+ readonly width?: string | number | undefined;
1470
+ readonly minWidth?: string | undefined;
1471
+ readonly maxWidth?: string | undefined;
1472
+ readonly headerProps?: {
1473
+ readonly [x: string]: any;
1474
+ } | undefined;
1475
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1476
+ readonly [x: string]: any;
1477
+ } | undefined;
1478
+ readonly sortable?: boolean | undefined;
1479
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1480
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1481
+ readonly filter?: FilterFunction | undefined;
1482
+ readonly children?: readonly any[] | undefined;
1483
+ }[] | undefined;
1506
1484
  }[]>;
1507
1485
  groupBy: {
1508
1486
  type: vue.PropType<readonly SortItem[]>;
@@ -1663,7 +1641,7 @@ declare const VDataTable: {
1663
1641
  returnObject: BooleanConstructor;
1664
1642
  headers: vue.PropType<readonly {
1665
1643
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1666
- readonly value?: SelectItemKey;
1644
+ readonly value?: SelectItemKey<Record<string, any>>;
1667
1645
  readonly title?: string | undefined;
1668
1646
  readonly fixed?: boolean | undefined;
1669
1647
  readonly align?: "center" | "end" | "start" | undefined;
@@ -1680,7 +1658,27 @@ declare const VDataTable: {
1680
1658
  readonly sort?: DataTableCompareFunction<any> | undefined;
1681
1659
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1682
1660
  readonly filter?: FilterFunction | undefined;
1683
- readonly children?: readonly any[] | undefined;
1661
+ readonly children?: readonly {
1662
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1663
+ readonly value?: SelectItemKey<Record<string, any>>;
1664
+ readonly title?: string | undefined;
1665
+ readonly fixed?: boolean | undefined;
1666
+ readonly align?: "center" | "end" | "start" | undefined;
1667
+ readonly width?: string | number | undefined;
1668
+ readonly minWidth?: string | undefined;
1669
+ readonly maxWidth?: string | undefined;
1670
+ readonly headerProps?: {
1671
+ readonly [x: string]: any;
1672
+ } | undefined;
1673
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1674
+ readonly [x: string]: any;
1675
+ } | undefined;
1676
+ readonly sortable?: boolean | undefined;
1677
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1678
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1679
+ readonly filter?: FilterFunction | undefined;
1680
+ readonly children?: readonly any[] | undefined;
1681
+ }[] | undefined;
1684
1682
  }[]>;
1685
1683
  groupBy: {
1686
1684
  type: vue.PropType<readonly SortItem[]>;
@@ -2038,7 +2036,7 @@ declare const VDataTableVirtual: {
2038
2036
  class?: any;
2039
2037
  headers?: readonly {
2040
2038
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2041
- readonly value?: SelectItemKey;
2039
+ readonly value?: SelectItemKey<Record<string, any>>;
2042
2040
  readonly title?: string | undefined;
2043
2041
  readonly fixed?: boolean | undefined;
2044
2042
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2055,7 +2053,27 @@ declare const VDataTableVirtual: {
2055
2053
  readonly sort?: DataTableCompareFunction<any> | undefined;
2056
2054
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2057
2055
  readonly filter?: FilterFunction | undefined;
2058
- readonly children?: readonly any[] | undefined;
2056
+ readonly children?: readonly {
2057
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2058
+ readonly value?: SelectItemKey<Record<string, any>>;
2059
+ readonly title?: string | undefined;
2060
+ readonly fixed?: boolean | undefined;
2061
+ readonly align?: "center" | "end" | "start" | undefined;
2062
+ readonly width?: string | number | undefined;
2063
+ readonly minWidth?: string | undefined;
2064
+ readonly maxWidth?: string | undefined;
2065
+ readonly headerProps?: {
2066
+ readonly [x: string]: any;
2067
+ } | undefined;
2068
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2069
+ readonly [x: string]: any;
2070
+ } | undefined;
2071
+ readonly sortable?: boolean | undefined;
2072
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2073
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2074
+ readonly filter?: FilterFunction | undefined;
2075
+ readonly children?: readonly any[] | undefined;
2076
+ }[] | undefined;
2059
2077
  }[] | undefined;
2060
2078
  theme?: string | undefined;
2061
2079
  customFilter?: FilterFunction | undefined;
@@ -2110,7 +2128,7 @@ declare const VDataTableVirtual: {
2110
2128
  class?: any;
2111
2129
  headers?: readonly {
2112
2130
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2113
- readonly value?: SelectItemKey;
2131
+ readonly value?: SelectItemKey<Record<string, any>>;
2114
2132
  readonly title?: string | undefined;
2115
2133
  readonly fixed?: boolean | undefined;
2116
2134
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2127,7 +2145,27 @@ declare const VDataTableVirtual: {
2127
2145
  readonly sort?: DataTableCompareFunction<any> | undefined;
2128
2146
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2129
2147
  readonly filter?: FilterFunction | undefined;
2130
- readonly children?: readonly any[] | undefined;
2148
+ readonly children?: readonly {
2149
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2150
+ readonly value?: SelectItemKey<Record<string, any>>;
2151
+ readonly title?: string | undefined;
2152
+ readonly fixed?: boolean | undefined;
2153
+ readonly align?: "center" | "end" | "start" | undefined;
2154
+ readonly width?: string | number | undefined;
2155
+ readonly minWidth?: string | undefined;
2156
+ readonly maxWidth?: string | undefined;
2157
+ readonly headerProps?: {
2158
+ readonly [x: string]: any;
2159
+ } | undefined;
2160
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2161
+ readonly [x: string]: any;
2162
+ } | undefined;
2163
+ readonly sortable?: boolean | undefined;
2164
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2165
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2166
+ readonly filter?: FilterFunction | undefined;
2167
+ readonly children?: readonly any[] | undefined;
2168
+ }[] | undefined;
2131
2169
  }[] | undefined;
2132
2170
  theme?: string | undefined;
2133
2171
  customFilter?: FilterFunction | undefined;
@@ -2318,7 +2356,7 @@ declare const VDataTableVirtual: {
2318
2356
  class?: any;
2319
2357
  headers?: readonly {
2320
2358
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2321
- readonly value?: SelectItemKey;
2359
+ readonly value?: SelectItemKey<Record<string, any>>;
2322
2360
  readonly title?: string | undefined;
2323
2361
  readonly fixed?: boolean | undefined;
2324
2362
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2335,7 +2373,27 @@ declare const VDataTableVirtual: {
2335
2373
  readonly sort?: DataTableCompareFunction<any> | undefined;
2336
2374
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2337
2375
  readonly filter?: FilterFunction | undefined;
2338
- readonly children?: readonly any[] | undefined;
2376
+ readonly children?: readonly {
2377
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2378
+ readonly value?: SelectItemKey<Record<string, any>>;
2379
+ readonly title?: string | undefined;
2380
+ readonly fixed?: boolean | undefined;
2381
+ readonly align?: "center" | "end" | "start" | undefined;
2382
+ readonly width?: string | number | undefined;
2383
+ readonly minWidth?: string | undefined;
2384
+ readonly maxWidth?: string | undefined;
2385
+ readonly headerProps?: {
2386
+ readonly [x: string]: any;
2387
+ } | undefined;
2388
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2389
+ readonly [x: string]: any;
2390
+ } | undefined;
2391
+ readonly sortable?: boolean | undefined;
2392
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2393
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2394
+ readonly filter?: FilterFunction | undefined;
2395
+ readonly children?: readonly any[] | undefined;
2396
+ }[] | undefined;
2339
2397
  }[] | undefined;
2340
2398
  theme?: string | undefined;
2341
2399
  customFilter?: FilterFunction | undefined;
@@ -2415,7 +2473,7 @@ declare const VDataTableVirtual: {
2415
2473
  class?: any;
2416
2474
  headers?: readonly {
2417
2475
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2418
- readonly value?: SelectItemKey;
2476
+ readonly value?: SelectItemKey<Record<string, any>>;
2419
2477
  readonly title?: string | undefined;
2420
2478
  readonly fixed?: boolean | undefined;
2421
2479
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2432,7 +2490,27 @@ declare const VDataTableVirtual: {
2432
2490
  readonly sort?: DataTableCompareFunction<any> | undefined;
2433
2491
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2434
2492
  readonly filter?: FilterFunction | undefined;
2435
- readonly children?: readonly any[] | undefined;
2493
+ readonly children?: readonly {
2494
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2495
+ readonly value?: SelectItemKey<Record<string, any>>;
2496
+ readonly title?: string | undefined;
2497
+ readonly fixed?: boolean | undefined;
2498
+ readonly align?: "center" | "end" | "start" | undefined;
2499
+ readonly width?: string | number | undefined;
2500
+ readonly minWidth?: string | undefined;
2501
+ readonly maxWidth?: string | undefined;
2502
+ readonly headerProps?: {
2503
+ readonly [x: string]: any;
2504
+ } | undefined;
2505
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2506
+ readonly [x: string]: any;
2507
+ } | undefined;
2508
+ readonly sortable?: boolean | undefined;
2509
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2510
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2511
+ readonly filter?: FilterFunction | undefined;
2512
+ readonly children?: readonly any[] | undefined;
2513
+ }[] | undefined;
2436
2514
  }[] | undefined;
2437
2515
  theme?: string | undefined;
2438
2516
  customFilter?: FilterFunction | undefined;
@@ -2689,7 +2767,7 @@ declare const VDataTableVirtual: {
2689
2767
  returnObject: BooleanConstructor;
2690
2768
  headers: vue.PropType<readonly {
2691
2769
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2692
- readonly value?: SelectItemKey;
2770
+ readonly value?: SelectItemKey<Record<string, any>>;
2693
2771
  readonly title?: string | undefined;
2694
2772
  readonly fixed?: boolean | undefined;
2695
2773
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2706,7 +2784,27 @@ declare const VDataTableVirtual: {
2706
2784
  readonly sort?: DataTableCompareFunction<any> | undefined;
2707
2785
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2708
2786
  readonly filter?: FilterFunction | undefined;
2709
- readonly children?: readonly any[] | undefined;
2787
+ readonly children?: readonly {
2788
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2789
+ readonly value?: SelectItemKey<Record<string, any>>;
2790
+ readonly title?: string | undefined;
2791
+ readonly fixed?: boolean | undefined;
2792
+ readonly align?: "center" | "end" | "start" | undefined;
2793
+ readonly width?: string | number | undefined;
2794
+ readonly minWidth?: string | undefined;
2795
+ readonly maxWidth?: string | undefined;
2796
+ readonly headerProps?: {
2797
+ readonly [x: string]: any;
2798
+ } | undefined;
2799
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2800
+ readonly [x: string]: any;
2801
+ } | undefined;
2802
+ readonly sortable?: boolean | undefined;
2803
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2804
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2805
+ readonly filter?: FilterFunction | undefined;
2806
+ readonly children?: readonly any[] | undefined;
2807
+ }[] | undefined;
2710
2808
  }[]>;
2711
2809
  expandOnClick: BooleanConstructor;
2712
2810
  showExpand: BooleanConstructor;
@@ -2812,7 +2910,7 @@ declare const VDataTableVirtual: {
2812
2910
  returnObject: BooleanConstructor;
2813
2911
  headers: vue.PropType<readonly {
2814
2912
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2815
- readonly value?: SelectItemKey;
2913
+ readonly value?: SelectItemKey<Record<string, any>>;
2816
2914
  readonly title?: string | undefined;
2817
2915
  readonly fixed?: boolean | undefined;
2818
2916
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2829,7 +2927,27 @@ declare const VDataTableVirtual: {
2829
2927
  readonly sort?: DataTableCompareFunction<any> | undefined;
2830
2928
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2831
2929
  readonly filter?: FilterFunction | undefined;
2832
- readonly children?: readonly any[] | undefined;
2930
+ readonly children?: readonly {
2931
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2932
+ readonly value?: SelectItemKey<Record<string, any>>;
2933
+ readonly title?: string | undefined;
2934
+ readonly fixed?: boolean | undefined;
2935
+ readonly align?: "center" | "end" | "start" | undefined;
2936
+ readonly width?: string | number | undefined;
2937
+ readonly minWidth?: string | undefined;
2938
+ readonly maxWidth?: string | undefined;
2939
+ readonly headerProps?: {
2940
+ readonly [x: string]: any;
2941
+ } | undefined;
2942
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2943
+ readonly [x: string]: any;
2944
+ } | undefined;
2945
+ readonly sortable?: boolean | undefined;
2946
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2947
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2948
+ readonly filter?: FilterFunction | undefined;
2949
+ readonly children?: readonly any[] | undefined;
2950
+ }[] | undefined;
2833
2951
  }[]>;
2834
2952
  expandOnClick: BooleanConstructor;
2835
2953
  showExpand: BooleanConstructor;
@@ -2904,7 +3022,7 @@ declare const VDataTableServer: {
2904
3022
  class?: any;
2905
3023
  headers?: readonly {
2906
3024
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2907
- readonly value?: SelectItemKey;
3025
+ readonly value?: SelectItemKey<Record<string, any>>;
2908
3026
  readonly title?: string | undefined;
2909
3027
  readonly fixed?: boolean | undefined;
2910
3028
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2921,7 +3039,27 @@ declare const VDataTableServer: {
2921
3039
  readonly sort?: DataTableCompareFunction<any> | undefined;
2922
3040
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2923
3041
  readonly filter?: FilterFunction | undefined;
2924
- readonly children?: readonly any[] | undefined;
3042
+ readonly children?: readonly {
3043
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3044
+ readonly value?: SelectItemKey<Record<string, any>>;
3045
+ readonly title?: string | undefined;
3046
+ readonly fixed?: boolean | undefined;
3047
+ readonly align?: "center" | "end" | "start" | undefined;
3048
+ readonly width?: string | number | undefined;
3049
+ readonly minWidth?: string | undefined;
3050
+ readonly maxWidth?: string | undefined;
3051
+ readonly headerProps?: {
3052
+ readonly [x: string]: any;
3053
+ } | undefined;
3054
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3055
+ readonly [x: string]: any;
3056
+ } | undefined;
3057
+ readonly sortable?: boolean | undefined;
3058
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3059
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3060
+ readonly filter?: FilterFunction | undefined;
3061
+ readonly children?: readonly any[] | undefined;
3062
+ }[] | undefined;
2925
3063
  }[] | undefined;
2926
3064
  theme?: string | undefined;
2927
3065
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -2992,7 +3130,7 @@ declare const VDataTableServer: {
2992
3130
  class?: any;
2993
3131
  headers?: readonly {
2994
3132
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2995
- readonly value?: SelectItemKey;
3133
+ readonly value?: SelectItemKey<Record<string, any>>;
2996
3134
  readonly title?: string | undefined;
2997
3135
  readonly fixed?: boolean | undefined;
2998
3136
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3009,7 +3147,27 @@ declare const VDataTableServer: {
3009
3147
  readonly sort?: DataTableCompareFunction<any> | undefined;
3010
3148
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3011
3149
  readonly filter?: FilterFunction | undefined;
3012
- readonly children?: readonly any[] | undefined;
3150
+ readonly children?: readonly {
3151
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3152
+ readonly value?: SelectItemKey<Record<string, any>>;
3153
+ readonly title?: string | undefined;
3154
+ readonly fixed?: boolean | undefined;
3155
+ readonly align?: "center" | "end" | "start" | undefined;
3156
+ readonly width?: string | number | undefined;
3157
+ readonly minWidth?: string | undefined;
3158
+ readonly maxWidth?: string | undefined;
3159
+ readonly headerProps?: {
3160
+ readonly [x: string]: any;
3161
+ } | undefined;
3162
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3163
+ readonly [x: string]: any;
3164
+ } | undefined;
3165
+ readonly sortable?: boolean | undefined;
3166
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3167
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3168
+ readonly filter?: FilterFunction | undefined;
3169
+ readonly children?: readonly any[] | undefined;
3170
+ }[] | undefined;
3013
3171
  }[] | undefined;
3014
3172
  theme?: string | undefined;
3015
3173
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3244,7 +3402,7 @@ declare const VDataTableServer: {
3244
3402
  class?: any;
3245
3403
  headers?: readonly {
3246
3404
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3247
- readonly value?: SelectItemKey;
3405
+ readonly value?: SelectItemKey<Record<string, any>>;
3248
3406
  readonly title?: string | undefined;
3249
3407
  readonly fixed?: boolean | undefined;
3250
3408
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3261,7 +3419,27 @@ declare const VDataTableServer: {
3261
3419
  readonly sort?: DataTableCompareFunction<any> | undefined;
3262
3420
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3263
3421
  readonly filter?: FilterFunction | undefined;
3264
- readonly children?: readonly any[] | undefined;
3422
+ readonly children?: readonly {
3423
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3424
+ readonly value?: SelectItemKey<Record<string, any>>;
3425
+ readonly title?: string | undefined;
3426
+ readonly fixed?: boolean | undefined;
3427
+ readonly align?: "center" | "end" | "start" | undefined;
3428
+ readonly width?: string | number | undefined;
3429
+ readonly minWidth?: string | undefined;
3430
+ readonly maxWidth?: string | undefined;
3431
+ readonly headerProps?: {
3432
+ readonly [x: string]: any;
3433
+ } | undefined;
3434
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3435
+ readonly [x: string]: any;
3436
+ } | undefined;
3437
+ readonly sortable?: boolean | undefined;
3438
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3439
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3440
+ readonly filter?: FilterFunction | undefined;
3441
+ readonly children?: readonly any[] | undefined;
3442
+ }[] | undefined;
3265
3443
  }[] | undefined;
3266
3444
  theme?: string | undefined;
3267
3445
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3369,7 +3547,7 @@ declare const VDataTableServer: {
3369
3547
  class?: any;
3370
3548
  headers?: readonly {
3371
3549
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3372
- readonly value?: SelectItemKey;
3550
+ readonly value?: SelectItemKey<Record<string, any>>;
3373
3551
  readonly title?: string | undefined;
3374
3552
  readonly fixed?: boolean | undefined;
3375
3553
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3386,7 +3564,27 @@ declare const VDataTableServer: {
3386
3564
  readonly sort?: DataTableCompareFunction<any> | undefined;
3387
3565
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3388
3566
  readonly filter?: FilterFunction | undefined;
3389
- readonly children?: readonly any[] | undefined;
3567
+ readonly children?: readonly {
3568
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3569
+ readonly value?: SelectItemKey<Record<string, any>>;
3570
+ readonly title?: string | undefined;
3571
+ readonly fixed?: boolean | undefined;
3572
+ readonly align?: "center" | "end" | "start" | undefined;
3573
+ readonly width?: string | number | undefined;
3574
+ readonly minWidth?: string | undefined;
3575
+ readonly maxWidth?: string | undefined;
3576
+ readonly headerProps?: {
3577
+ readonly [x: string]: any;
3578
+ } | undefined;
3579
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3580
+ readonly [x: string]: any;
3581
+ } | undefined;
3582
+ readonly sortable?: boolean | undefined;
3583
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3584
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3585
+ readonly filter?: FilterFunction | undefined;
3586
+ readonly children?: readonly any[] | undefined;
3587
+ }[] | undefined;
3390
3588
  }[] | undefined;
3391
3589
  theme?: string | undefined;
3392
3590
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3709,7 +3907,7 @@ declare const VDataTableServer: {
3709
3907
  returnObject: BooleanConstructor;
3710
3908
  headers: vue.PropType<readonly {
3711
3909
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3712
- readonly value?: SelectItemKey;
3910
+ readonly value?: SelectItemKey<Record<string, any>>;
3713
3911
  readonly title?: string | undefined;
3714
3912
  readonly fixed?: boolean | undefined;
3715
3913
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3726,7 +3924,27 @@ declare const VDataTableServer: {
3726
3924
  readonly sort?: DataTableCompareFunction<any> | undefined;
3727
3925
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3728
3926
  readonly filter?: FilterFunction | undefined;
3729
- readonly children?: readonly any[] | undefined;
3927
+ readonly children?: readonly {
3928
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3929
+ readonly value?: SelectItemKey<Record<string, any>>;
3930
+ readonly title?: string | undefined;
3931
+ readonly fixed?: boolean | undefined;
3932
+ readonly align?: "center" | "end" | "start" | undefined;
3933
+ readonly width?: string | number | undefined;
3934
+ readonly minWidth?: string | undefined;
3935
+ readonly maxWidth?: string | undefined;
3936
+ readonly headerProps?: {
3937
+ readonly [x: string]: any;
3938
+ } | undefined;
3939
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3940
+ readonly [x: string]: any;
3941
+ } | undefined;
3942
+ readonly sortable?: boolean | undefined;
3943
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3944
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3945
+ readonly filter?: FilterFunction | undefined;
3946
+ readonly children?: readonly any[] | undefined;
3947
+ }[] | undefined;
3730
3948
  }[]>;
3731
3949
  groupBy: {
3732
3950
  type: vue.PropType<readonly SortItem[]>;
@@ -3883,7 +4101,7 @@ declare const VDataTableServer: {
3883
4101
  returnObject: BooleanConstructor;
3884
4102
  headers: vue.PropType<readonly {
3885
4103
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3886
- readonly value?: SelectItemKey;
4104
+ readonly value?: SelectItemKey<Record<string, any>>;
3887
4105
  readonly title?: string | undefined;
3888
4106
  readonly fixed?: boolean | undefined;
3889
4107
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3900,7 +4118,27 @@ declare const VDataTableServer: {
3900
4118
  readonly sort?: DataTableCompareFunction<any> | undefined;
3901
4119
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3902
4120
  readonly filter?: FilterFunction | undefined;
3903
- readonly children?: readonly any[] | undefined;
4121
+ readonly children?: readonly {
4122
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
4123
+ readonly value?: SelectItemKey<Record<string, any>>;
4124
+ readonly title?: string | undefined;
4125
+ readonly fixed?: boolean | undefined;
4126
+ readonly align?: "center" | "end" | "start" | undefined;
4127
+ readonly width?: string | number | undefined;
4128
+ readonly minWidth?: string | undefined;
4129
+ readonly maxWidth?: string | undefined;
4130
+ readonly headerProps?: {
4131
+ readonly [x: string]: any;
4132
+ } | undefined;
4133
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4134
+ readonly [x: string]: any;
4135
+ } | undefined;
4136
+ readonly sortable?: boolean | undefined;
4137
+ readonly sort?: DataTableCompareFunction<any> | undefined;
4138
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
4139
+ readonly filter?: FilterFunction | undefined;
4140
+ readonly children?: readonly any[] | undefined;
4141
+ }[] | undefined;
3904
4142
  }[]>;
3905
4143
  groupBy: {
3906
4144
  type: vue.PropType<readonly SortItem[]>;