vuetify 3.5.4 → 3.5.6

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 (159) hide show
  1. package/dist/json/attributes.json +2811 -2523
  2. package/dist/json/importMap-labs.json +12 -8
  3. package/dist/json/importMap.json +120 -116
  4. package/dist/json/tags.json +251 -169
  5. package/dist/json/web-types.json +3509 -2563
  6. package/dist/vuetify-labs.css +1757 -1737
  7. package/dist/vuetify-labs.d.ts +1475 -152
  8. package/dist/vuetify-labs.esm.js +566 -72
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +566 -72
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +864 -844
  13. package/dist/vuetify.d.ts +1140 -191
  14. package/dist/vuetify.esm.js +132 -71
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +132 -71
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +645 -642
  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 +5 -2
  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/VCombobox.mjs +3 -1
  39. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  40. package/lib/components/VCombobox/index.d.mts +33 -6
  41. package/lib/components/VDataIterator/index.d.mts +3 -3
  42. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  43. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  44. package/lib/components/VDataTable/index.d.mts +569 -118
  45. package/lib/components/VDataTable/index.mjs +1 -0
  46. package/lib/components/VDataTable/index.mjs.map +1 -1
  47. package/lib/components/VDataTable/types.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePicker.css +2 -21
  49. package/lib/components/VDatePicker/VDatePicker.mjs +14 -10
  50. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  51. package/lib/components/VDatePicker/VDatePicker.sass +3 -18
  52. package/lib/components/VDatePicker/VDatePickerHeader.css +2 -0
  53. package/lib/components/VDatePicker/VDatePickerHeader.sass +3 -0
  54. package/lib/components/VDatePicker/VDatePickerMonth.css +11 -5
  55. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -1
  56. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  57. package/lib/components/VDatePicker/VDatePickerMonth.sass +13 -5
  58. package/lib/components/VDatePicker/VDatePickerMonths.css +2 -3
  59. package/lib/components/VDatePicker/VDatePickerMonths.mjs +6 -3
  60. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  61. package/lib/components/VDatePicker/VDatePickerMonths.sass +4 -3
  62. package/lib/components/VDatePicker/VDatePickerYears.css +2 -2
  63. package/lib/components/VDatePicker/VDatePickerYears.mjs +8 -1
  64. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  65. package/lib/components/VDatePicker/VDatePickerYears.sass +4 -2
  66. package/lib/components/VDatePicker/_variables.scss +14 -34
  67. package/lib/components/VDatePicker/index.d.mts +13 -4
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +18 -7
  69. package/lib/components/VExpansionPanel/VExpansionPanel.sass +18 -3
  70. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -0
  71. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  72. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +11 -2
  73. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  74. package/lib/components/VExpansionPanel/index.d.mts +54 -0
  75. package/lib/components/VField/VField.css +20 -1
  76. package/lib/components/VField/VField.sass +19 -1
  77. package/lib/components/VField/index.d.mts +9 -0
  78. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  79. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  80. package/lib/components/VFileInput/index.d.mts +9 -0
  81. package/lib/components/VFooter/index.d.mts +9 -0
  82. package/lib/components/VImg/index.d.mts +9 -0
  83. package/lib/components/VList/VListItem.css +2 -1
  84. package/lib/components/VList/VListItem.sass +1 -0
  85. package/lib/components/VList/_variables.scss +2 -1
  86. package/lib/components/VList/index.d.mts +18 -0
  87. package/lib/components/VMenu/VMenu.mjs +5 -5
  88. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  89. package/lib/components/VMenu/shared.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/index.d.mts +9 -0
  91. package/lib/components/VPagination/index.d.mts +9 -0
  92. package/lib/components/VProgressLinear/index.d.mts +9 -0
  93. package/lib/components/VRangeSlider/index.d.mts +9 -0
  94. package/lib/components/VSelect/VSelect.mjs +5 -3
  95. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  96. package/lib/components/VSelect/index.d.mts +33 -6
  97. package/lib/components/VSheet/index.d.mts +9 -0
  98. package/lib/components/VSlider/index.d.mts +9 -0
  99. package/lib/components/VSnackbar/index.d.mts +9 -0
  100. package/lib/components/VStepper/index.d.mts +9 -0
  101. package/lib/components/VSystemBar/index.d.mts +9 -0
  102. package/lib/components/VTabs/index.d.mts +33 -6
  103. package/lib/components/VTextField/index.d.mts +33 -6
  104. package/lib/components/VTextarea/index.d.mts +9 -0
  105. package/lib/components/VTimeline/index.d.mts +9 -0
  106. package/lib/components/VToolbar/index.d.mts +9 -0
  107. package/lib/components/VTooltip/VTooltip.css +1 -0
  108. package/lib/components/VTooltip/VTooltip.sass +1 -0
  109. package/lib/components/VTooltip/_variables.scss +1 -0
  110. package/lib/components/index.d.mts +1098 -152
  111. package/lib/composables/filter.mjs +1 -1
  112. package/lib/composables/filter.mjs.map +1 -1
  113. package/lib/composables/form.mjs +2 -1
  114. package/lib/composables/form.mjs.map +1 -1
  115. package/lib/composables/goto.mjs +16 -18
  116. package/lib/composables/goto.mjs.map +1 -1
  117. package/lib/composables/group.mjs +2 -0
  118. package/lib/composables/group.mjs.map +1 -1
  119. package/lib/composables/icons.mjs +17 -13
  120. package/lib/composables/icons.mjs.map +1 -1
  121. package/lib/composables/rounded.mjs +5 -1
  122. package/lib/composables/rounded.mjs.map +1 -1
  123. package/lib/composables/virtual.mjs +11 -3
  124. package/lib/composables/virtual.mjs.map +1 -1
  125. package/lib/entry-bundler.mjs +1 -1
  126. package/lib/framework.mjs +1 -1
  127. package/lib/iconsets/fa-svg.mjs +2 -1
  128. package/lib/iconsets/fa-svg.mjs.map +1 -1
  129. package/lib/index.d.mts +41 -39
  130. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  131. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  132. package/lib/labs/VPicker/VPicker.css +2 -2
  133. package/lib/labs/VPicker/VPicker.sass +2 -2
  134. package/lib/labs/VPicker/_variables.scss +2 -4
  135. package/lib/labs/VPicker/index.d.mts +9 -0
  136. package/lib/labs/VSparkline/VBarline.mjs +138 -0
  137. package/lib/labs/VSparkline/VBarline.mjs.map +1 -0
  138. package/lib/labs/VSparkline/VSparkline.mjs +49 -0
  139. package/lib/labs/VSparkline/VSparkline.mjs.map +1 -0
  140. package/lib/labs/VSparkline/VTrendline.mjs +143 -0
  141. package/lib/labs/VSparkline/VTrendline.mjs.map +1 -0
  142. package/lib/labs/VSparkline/index.d.mts +374 -0
  143. package/lib/labs/VSparkline/index.mjs +2 -0
  144. package/lib/labs/VSparkline/index.mjs.map +1 -0
  145. package/lib/labs/VSparkline/util/line.mjs +52 -0
  146. package/lib/labs/VSparkline/util/line.mjs.map +1 -0
  147. package/lib/labs/VSparkline/util/path.mjs +60 -0
  148. package/lib/labs/VSparkline/util/path.mjs.map +1 -0
  149. package/lib/labs/components.d.mts +376 -1
  150. package/lib/labs/components.mjs +1 -0
  151. package/lib/labs/components.mjs.map +1 -1
  152. package/lib/locale/nl.mjs +1 -1
  153. package/lib/locale/nl.mjs.map +1 -1
  154. package/lib/util/helpers.mjs +10 -0
  155. package/lib/util/helpers.mjs.map +1 -1
  156. package/package.json +2 -2
  157. package/lib/components/VDatePicker/VDatePickerTitle.mjs +0 -81
  158. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  159. 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;
@@ -239,6 +239,219 @@ type VDataTableHeadersSlots = {
239
239
  } & {
240
240
  [key: `header.${string}`]: VDataTableHeaderCellColumnSlotProps;
241
241
  };
242
+ declare const VDataTableHeaders: {
243
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
244
+ sticky: boolean;
245
+ multiSort: boolean;
246
+ sortAscIcon: IconValue;
247
+ sortDescIcon: IconValue;
248
+ } & {
249
+ color?: string | undefined;
250
+ loading?: string | boolean | undefined;
251
+ headerProps?: Record<string, any> | undefined;
252
+ } & {
253
+ $children?: {} | vue.VNodeChild | {
254
+ [x: `header.${string}`]: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
255
+ headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
256
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
257
+ 'header.data-table-select'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
258
+ 'header.data-table-expand'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
259
+ };
260
+ 'v-slots'?: {
261
+ [x: `header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
262
+ headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
263
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
264
+ 'header.data-table-select'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
265
+ 'header.data-table-expand'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
266
+ } | undefined;
267
+ } & {
268
+ [x: `v-slot:header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
269
+ "v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
270
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
271
+ "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
272
+ "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
273
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
274
+ sticky: boolean;
275
+ multiSort: boolean;
276
+ sortAscIcon: IconValue;
277
+ sortDescIcon: IconValue;
278
+ } & {
279
+ color?: string | undefined;
280
+ loading?: string | boolean | undefined;
281
+ headerProps?: Record<string, any> | undefined;
282
+ } & {
283
+ $children?: {} | vue.VNodeChild | {
284
+ [x: `header.${string}`]: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
285
+ headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
286
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
287
+ 'header.data-table-select'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
288
+ 'header.data-table-expand'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
289
+ };
290
+ 'v-slots'?: {
291
+ [x: `header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
292
+ headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
293
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
294
+ 'header.data-table-select'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
295
+ 'header.data-table-expand'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
296
+ } | undefined;
297
+ } & {
298
+ [x: `v-slot:header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
299
+ "v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
300
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
301
+ "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
302
+ "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
303
+ }, {
304
+ sticky: boolean;
305
+ multiSort: boolean;
306
+ sortAscIcon: IconValue;
307
+ sortDescIcon: IconValue;
308
+ }, true, {}, vue.SlotsType<Partial<{
309
+ [x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
310
+ [key: string]: any;
311
+ }>[];
312
+ headers: (arg: HeadersSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
313
+ [key: string]: any;
314
+ }>[];
315
+ loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
316
+ [key: string]: any;
317
+ }>[];
318
+ 'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
319
+ [key: string]: any;
320
+ }>[];
321
+ 'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
322
+ [key: string]: any;
323
+ }>[];
324
+ }>>, {
325
+ P: {};
326
+ B: {};
327
+ D: {};
328
+ C: {};
329
+ M: {};
330
+ Defaults: {};
331
+ }, {
332
+ sticky: boolean;
333
+ multiSort: boolean;
334
+ sortAscIcon: IconValue;
335
+ sortDescIcon: IconValue;
336
+ } & {
337
+ color?: string | undefined;
338
+ loading?: string | boolean | undefined;
339
+ headerProps?: Record<string, any> | undefined;
340
+ } & {
341
+ $children?: {} | vue.VNodeChild | {
342
+ [x: `header.${string}`]: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
343
+ headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
344
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
345
+ 'header.data-table-select'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
346
+ 'header.data-table-expand'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
347
+ };
348
+ 'v-slots'?: {
349
+ [x: `header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
350
+ headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
351
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
352
+ 'header.data-table-select'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
353
+ 'header.data-table-expand'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
354
+ } | undefined;
355
+ } & {
356
+ [x: `v-slot:header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
357
+ "v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
358
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
359
+ "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
360
+ "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
361
+ }, {}, {}, {}, {}, {
362
+ sticky: boolean;
363
+ multiSort: boolean;
364
+ sortAscIcon: IconValue;
365
+ sortDescIcon: IconValue;
366
+ }>;
367
+ __isFragment?: undefined;
368
+ __isTeleport?: undefined;
369
+ __isSuspense?: undefined;
370
+ } & vue.ComponentOptionsBase<{
371
+ sticky: boolean;
372
+ multiSort: boolean;
373
+ sortAscIcon: IconValue;
374
+ sortDescIcon: IconValue;
375
+ } & {
376
+ color?: string | undefined;
377
+ loading?: string | boolean | undefined;
378
+ headerProps?: Record<string, any> | undefined;
379
+ } & {
380
+ $children?: {} | vue.VNodeChild | {
381
+ [x: `header.${string}`]: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
382
+ headers?: ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
383
+ loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
384
+ 'header.data-table-select'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
385
+ 'header.data-table-expand'?: ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
386
+ };
387
+ 'v-slots'?: {
388
+ [x: `header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
389
+ headers?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
390
+ loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
391
+ 'header.data-table-select'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
392
+ 'header.data-table-expand'?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
393
+ } | undefined;
394
+ } & {
395
+ [x: `v-slot:header.${string}`]: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
396
+ "v-slot:headers"?: false | ((arg: HeadersSlotProps) => vue.VNodeChild) | undefined;
397
+ "v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
398
+ "v-slot:header.data-table-select"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
399
+ "v-slot:header.data-table-expand"?: false | ((arg: VDataTableHeaderCellColumnSlotProps) => vue.VNodeChild) | undefined;
400
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
401
+ sticky: boolean;
402
+ multiSort: boolean;
403
+ sortAscIcon: IconValue;
404
+ sortDescIcon: IconValue;
405
+ }, {}, string, vue.SlotsType<Partial<{
406
+ [x: `header.${string}`]: (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
407
+ [key: string]: any;
408
+ }>[];
409
+ headers: (arg: HeadersSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
410
+ [key: string]: any;
411
+ }>[];
412
+ loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
413
+ [key: string]: any;
414
+ }>[];
415
+ 'header.data-table-select': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
416
+ [key: string]: any;
417
+ }>[];
418
+ 'header.data-table-expand': (arg: VDataTableHeaderCellColumnSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
419
+ [key: string]: any;
420
+ }>[];
421
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
422
+ loading: (StringConstructor | BooleanConstructor)[];
423
+ color: StringConstructor;
424
+ sticky: BooleanConstructor;
425
+ multiSort: BooleanConstructor;
426
+ sortAscIcon: {
427
+ type: PropType<IconValue>;
428
+ default: string;
429
+ };
430
+ sortDescIcon: {
431
+ type: PropType<IconValue>;
432
+ default: string;
433
+ };
434
+ headerProps: {
435
+ type: PropType<Record<string, any>>;
436
+ };
437
+ }, vue.ExtractPropTypes<{
438
+ loading: (StringConstructor | BooleanConstructor)[];
439
+ color: StringConstructor;
440
+ sticky: BooleanConstructor;
441
+ multiSort: BooleanConstructor;
442
+ sortAscIcon: {
443
+ type: PropType<IconValue>;
444
+ default: string;
445
+ };
446
+ sortDescIcon: {
447
+ type: PropType<IconValue>;
448
+ default: string;
449
+ };
450
+ headerProps: {
451
+ type: PropType<Record<string, any>>;
452
+ };
453
+ }>>;
454
+ type VDataTableHeaders = InstanceType<typeof VDataTableHeaders>;
242
455
 
243
456
  type Density = null | 'default' | 'comfortable' | 'compact';
244
457
 
@@ -643,27 +856,6 @@ declare const VDataTable: {
643
856
  color?: string | undefined;
644
857
  loading?: string | boolean | undefined;
645
858
  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
859
  theme?: string | undefined;
668
860
  customFilter?: FilterFunction | undefined;
669
861
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -687,7 +879,7 @@ declare const VDataTable: {
687
879
  'update:groupBy': (value: any) => boolean;
688
880
  'update:expanded': (value: any) => boolean;
689
881
  '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 & {
882
+ }, "$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
883
  page: string | number;
692
884
  style: vue.StyleValue;
693
885
  expanded: readonly string[];
@@ -737,27 +929,6 @@ declare const VDataTable: {
737
929
  color?: string | undefined;
738
930
  loading?: string | boolean | undefined;
739
931
  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
932
  theme?: string | undefined;
762
933
  customFilter?: FilterFunction | undefined;
763
934
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -996,27 +1167,6 @@ declare const VDataTable: {
996
1167
  color?: string | undefined;
997
1168
  loading?: string | boolean | undefined;
998
1169
  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
1170
  theme?: string | undefined;
1021
1171
  customFilter?: FilterFunction | undefined;
1022
1172
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1128,27 +1278,6 @@ declare const VDataTable: {
1128
1278
  color?: string | undefined;
1129
1279
  loading?: string | boolean | undefined;
1130
1280
  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
1281
  theme?: string | undefined;
1153
1282
  customFilter?: FilterFunction | undefined;
1154
1283
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -1172,7 +1301,7 @@ declare const VDataTable: {
1172
1301
  'update:groupBy': (value: any) => boolean;
1173
1302
  'update:expanded': (value: any) => boolean;
1174
1303
  '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, {
1304
+ }, "$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
1305
  page: string | number;
1177
1306
  style: vue.StyleValue;
1178
1307
  expanded: readonly string[];
@@ -1345,6 +1474,27 @@ declare const VDataTable: {
1345
1474
  rowProps?: RowProps<ItemType$2<T>> | undefined;
1346
1475
  cellProps?: CellProps<ItemType$2<T>> | undefined;
1347
1476
  itemSelectable?: SelectItemKey<ItemType$2<T>>;
1477
+ headers?: readonly {
1478
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1479
+ readonly value?: SelectItemKey<ItemType$2<T>>;
1480
+ readonly title?: string | undefined;
1481
+ readonly fixed?: boolean | undefined;
1482
+ readonly align?: "center" | "end" | "start" | undefined;
1483
+ readonly width?: string | number | undefined;
1484
+ readonly minWidth?: string | undefined;
1485
+ readonly maxWidth?: string | undefined;
1486
+ readonly headerProps?: {
1487
+ readonly [x: string]: any;
1488
+ } | undefined;
1489
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1490
+ readonly [x: string]: any;
1491
+ } | undefined;
1492
+ readonly sortable?: boolean | undefined;
1493
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1494
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1495
+ readonly filter?: FilterFunction | undefined;
1496
+ readonly children?: readonly any[] | undefined;
1497
+ }[] | undefined;
1348
1498
  modelValue?: V | undefined;
1349
1499
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
1350
1500
  }, slots: VDataTableSlots<ItemType$2<T>>) => GenericProps<{
@@ -1353,6 +1503,27 @@ declare const VDataTable: {
1353
1503
  rowProps?: RowProps<ItemType$2<T>> | undefined;
1354
1504
  cellProps?: CellProps<ItemType$2<T>> | undefined;
1355
1505
  itemSelectable?: SelectItemKey<ItemType$2<T>>;
1506
+ headers?: readonly {
1507
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1508
+ readonly value?: SelectItemKey<ItemType$2<T>>;
1509
+ readonly title?: string | undefined;
1510
+ readonly fixed?: boolean | undefined;
1511
+ readonly align?: "center" | "end" | "start" | undefined;
1512
+ readonly width?: string | number | undefined;
1513
+ readonly minWidth?: string | undefined;
1514
+ readonly maxWidth?: string | undefined;
1515
+ readonly headerProps?: {
1516
+ readonly [x: string]: any;
1517
+ } | undefined;
1518
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1519
+ readonly [x: string]: any;
1520
+ } | undefined;
1521
+ readonly sortable?: boolean | undefined;
1522
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1523
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1524
+ readonly filter?: FilterFunction | undefined;
1525
+ readonly children?: readonly any[] | undefined;
1526
+ }[] | undefined;
1356
1527
  modelValue?: V | undefined;
1357
1528
  'onUpdate:modelValue'?: ((value: V) => void) | undefined;
1358
1529
  }, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
@@ -1485,7 +1656,7 @@ declare const VDataTable: {
1485
1656
  returnObject: BooleanConstructor;
1486
1657
  headers: vue.PropType<readonly {
1487
1658
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1488
- readonly value?: SelectItemKey;
1659
+ readonly value?: SelectItemKey<Record<string, any>>;
1489
1660
  readonly title?: string | undefined;
1490
1661
  readonly fixed?: boolean | undefined;
1491
1662
  readonly align?: "center" | "end" | "start" | undefined;
@@ -1502,7 +1673,27 @@ declare const VDataTable: {
1502
1673
  readonly sort?: DataTableCompareFunction<any> | undefined;
1503
1674
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1504
1675
  readonly filter?: FilterFunction | undefined;
1505
- readonly children?: readonly any[] | undefined;
1676
+ readonly children?: readonly {
1677
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1678
+ readonly value?: SelectItemKey<Record<string, any>>;
1679
+ readonly title?: string | undefined;
1680
+ readonly fixed?: boolean | undefined;
1681
+ readonly align?: "center" | "end" | "start" | undefined;
1682
+ readonly width?: string | number | undefined;
1683
+ readonly minWidth?: string | undefined;
1684
+ readonly maxWidth?: string | undefined;
1685
+ readonly headerProps?: {
1686
+ readonly [x: string]: any;
1687
+ } | undefined;
1688
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1689
+ readonly [x: string]: any;
1690
+ } | undefined;
1691
+ readonly sortable?: boolean | undefined;
1692
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1693
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1694
+ readonly filter?: FilterFunction | undefined;
1695
+ readonly children?: readonly any[] | undefined;
1696
+ }[] | undefined;
1506
1697
  }[]>;
1507
1698
  groupBy: {
1508
1699
  type: vue.PropType<readonly SortItem[]>;
@@ -1663,7 +1854,7 @@ declare const VDataTable: {
1663
1854
  returnObject: BooleanConstructor;
1664
1855
  headers: vue.PropType<readonly {
1665
1856
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1666
- readonly value?: SelectItemKey;
1857
+ readonly value?: SelectItemKey<Record<string, any>>;
1667
1858
  readonly title?: string | undefined;
1668
1859
  readonly fixed?: boolean | undefined;
1669
1860
  readonly align?: "center" | "end" | "start" | undefined;
@@ -1680,7 +1871,27 @@ declare const VDataTable: {
1680
1871
  readonly sort?: DataTableCompareFunction<any> | undefined;
1681
1872
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1682
1873
  readonly filter?: FilterFunction | undefined;
1683
- readonly children?: readonly any[] | undefined;
1874
+ readonly children?: readonly {
1875
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
1876
+ readonly value?: SelectItemKey<Record<string, any>>;
1877
+ readonly title?: string | undefined;
1878
+ readonly fixed?: boolean | undefined;
1879
+ readonly align?: "center" | "end" | "start" | undefined;
1880
+ readonly width?: string | number | undefined;
1881
+ readonly minWidth?: string | undefined;
1882
+ readonly maxWidth?: string | undefined;
1883
+ readonly headerProps?: {
1884
+ readonly [x: string]: any;
1885
+ } | undefined;
1886
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
1887
+ readonly [x: string]: any;
1888
+ } | undefined;
1889
+ readonly sortable?: boolean | undefined;
1890
+ readonly sort?: DataTableCompareFunction<any> | undefined;
1891
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
1892
+ readonly filter?: FilterFunction | undefined;
1893
+ readonly children?: readonly any[] | undefined;
1894
+ }[] | undefined;
1684
1895
  }[]>;
1685
1896
  groupBy: {
1686
1897
  type: vue.PropType<readonly SortItem[]>;
@@ -2038,7 +2249,7 @@ declare const VDataTableVirtual: {
2038
2249
  class?: any;
2039
2250
  headers?: readonly {
2040
2251
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2041
- readonly value?: SelectItemKey;
2252
+ readonly value?: SelectItemKey<Record<string, any>>;
2042
2253
  readonly title?: string | undefined;
2043
2254
  readonly fixed?: boolean | undefined;
2044
2255
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2055,7 +2266,27 @@ declare const VDataTableVirtual: {
2055
2266
  readonly sort?: DataTableCompareFunction<any> | undefined;
2056
2267
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2057
2268
  readonly filter?: FilterFunction | undefined;
2058
- readonly children?: readonly any[] | undefined;
2269
+ readonly children?: readonly {
2270
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2271
+ readonly value?: SelectItemKey<Record<string, any>>;
2272
+ readonly title?: string | undefined;
2273
+ readonly fixed?: boolean | undefined;
2274
+ readonly align?: "center" | "end" | "start" | undefined;
2275
+ readonly width?: string | number | undefined;
2276
+ readonly minWidth?: string | undefined;
2277
+ readonly maxWidth?: string | undefined;
2278
+ readonly headerProps?: {
2279
+ readonly [x: string]: any;
2280
+ } | undefined;
2281
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2282
+ readonly [x: string]: any;
2283
+ } | undefined;
2284
+ readonly sortable?: boolean | undefined;
2285
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2286
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2287
+ readonly filter?: FilterFunction | undefined;
2288
+ readonly children?: readonly any[] | undefined;
2289
+ }[] | undefined;
2059
2290
  }[] | undefined;
2060
2291
  theme?: string | undefined;
2061
2292
  customFilter?: FilterFunction | undefined;
@@ -2110,7 +2341,7 @@ declare const VDataTableVirtual: {
2110
2341
  class?: any;
2111
2342
  headers?: readonly {
2112
2343
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2113
- readonly value?: SelectItemKey;
2344
+ readonly value?: SelectItemKey<Record<string, any>>;
2114
2345
  readonly title?: string | undefined;
2115
2346
  readonly fixed?: boolean | undefined;
2116
2347
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2127,7 +2358,27 @@ declare const VDataTableVirtual: {
2127
2358
  readonly sort?: DataTableCompareFunction<any> | undefined;
2128
2359
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2129
2360
  readonly filter?: FilterFunction | undefined;
2130
- readonly children?: readonly any[] | undefined;
2361
+ readonly children?: readonly {
2362
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2363
+ readonly value?: SelectItemKey<Record<string, any>>;
2364
+ readonly title?: string | undefined;
2365
+ readonly fixed?: boolean | undefined;
2366
+ readonly align?: "center" | "end" | "start" | undefined;
2367
+ readonly width?: string | number | undefined;
2368
+ readonly minWidth?: string | undefined;
2369
+ readonly maxWidth?: string | undefined;
2370
+ readonly headerProps?: {
2371
+ readonly [x: string]: any;
2372
+ } | undefined;
2373
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2374
+ readonly [x: string]: any;
2375
+ } | undefined;
2376
+ readonly sortable?: boolean | undefined;
2377
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2378
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2379
+ readonly filter?: FilterFunction | undefined;
2380
+ readonly children?: readonly any[] | undefined;
2381
+ }[] | undefined;
2131
2382
  }[] | undefined;
2132
2383
  theme?: string | undefined;
2133
2384
  customFilter?: FilterFunction | undefined;
@@ -2318,7 +2569,7 @@ declare const VDataTableVirtual: {
2318
2569
  class?: any;
2319
2570
  headers?: readonly {
2320
2571
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2321
- readonly value?: SelectItemKey;
2572
+ readonly value?: SelectItemKey<Record<string, any>>;
2322
2573
  readonly title?: string | undefined;
2323
2574
  readonly fixed?: boolean | undefined;
2324
2575
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2335,7 +2586,27 @@ declare const VDataTableVirtual: {
2335
2586
  readonly sort?: DataTableCompareFunction<any> | undefined;
2336
2587
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2337
2588
  readonly filter?: FilterFunction | undefined;
2338
- readonly children?: readonly any[] | undefined;
2589
+ readonly children?: readonly {
2590
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2591
+ readonly value?: SelectItemKey<Record<string, any>>;
2592
+ readonly title?: string | undefined;
2593
+ readonly fixed?: boolean | undefined;
2594
+ readonly align?: "center" | "end" | "start" | undefined;
2595
+ readonly width?: string | number | undefined;
2596
+ readonly minWidth?: string | undefined;
2597
+ readonly maxWidth?: string | undefined;
2598
+ readonly headerProps?: {
2599
+ readonly [x: string]: any;
2600
+ } | undefined;
2601
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2602
+ readonly [x: string]: any;
2603
+ } | undefined;
2604
+ readonly sortable?: boolean | undefined;
2605
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2606
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2607
+ readonly filter?: FilterFunction | undefined;
2608
+ readonly children?: readonly any[] | undefined;
2609
+ }[] | undefined;
2339
2610
  }[] | undefined;
2340
2611
  theme?: string | undefined;
2341
2612
  customFilter?: FilterFunction | undefined;
@@ -2415,7 +2686,7 @@ declare const VDataTableVirtual: {
2415
2686
  class?: any;
2416
2687
  headers?: readonly {
2417
2688
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2418
- readonly value?: SelectItemKey;
2689
+ readonly value?: SelectItemKey<Record<string, any>>;
2419
2690
  readonly title?: string | undefined;
2420
2691
  readonly fixed?: boolean | undefined;
2421
2692
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2432,7 +2703,27 @@ declare const VDataTableVirtual: {
2432
2703
  readonly sort?: DataTableCompareFunction<any> | undefined;
2433
2704
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2434
2705
  readonly filter?: FilterFunction | undefined;
2435
- readonly children?: readonly any[] | undefined;
2706
+ readonly children?: readonly {
2707
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2708
+ readonly value?: SelectItemKey<Record<string, any>>;
2709
+ readonly title?: string | undefined;
2710
+ readonly fixed?: boolean | undefined;
2711
+ readonly align?: "center" | "end" | "start" | undefined;
2712
+ readonly width?: string | number | undefined;
2713
+ readonly minWidth?: string | undefined;
2714
+ readonly maxWidth?: string | undefined;
2715
+ readonly headerProps?: {
2716
+ readonly [x: string]: any;
2717
+ } | undefined;
2718
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
2719
+ readonly [x: string]: any;
2720
+ } | undefined;
2721
+ readonly sortable?: boolean | undefined;
2722
+ readonly sort?: DataTableCompareFunction<any> | undefined;
2723
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2724
+ readonly filter?: FilterFunction | undefined;
2725
+ readonly children?: readonly any[] | undefined;
2726
+ }[] | undefined;
2436
2727
  }[] | undefined;
2437
2728
  theme?: string | undefined;
2438
2729
  customFilter?: FilterFunction | undefined;
@@ -2689,7 +2980,7 @@ declare const VDataTableVirtual: {
2689
2980
  returnObject: BooleanConstructor;
2690
2981
  headers: vue.PropType<readonly {
2691
2982
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2692
- readonly value?: SelectItemKey;
2983
+ readonly value?: SelectItemKey<Record<string, any>>;
2693
2984
  readonly title?: string | undefined;
2694
2985
  readonly fixed?: boolean | undefined;
2695
2986
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2706,7 +2997,27 @@ declare const VDataTableVirtual: {
2706
2997
  readonly sort?: DataTableCompareFunction<any> | undefined;
2707
2998
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2708
2999
  readonly filter?: FilterFunction | undefined;
2709
- readonly children?: readonly any[] | undefined;
3000
+ readonly children?: readonly {
3001
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3002
+ readonly value?: SelectItemKey<Record<string, any>>;
3003
+ readonly title?: string | undefined;
3004
+ readonly fixed?: boolean | undefined;
3005
+ readonly align?: "center" | "end" | "start" | undefined;
3006
+ readonly width?: string | number | undefined;
3007
+ readonly minWidth?: string | undefined;
3008
+ readonly maxWidth?: string | undefined;
3009
+ readonly headerProps?: {
3010
+ readonly [x: string]: any;
3011
+ } | undefined;
3012
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3013
+ readonly [x: string]: any;
3014
+ } | undefined;
3015
+ readonly sortable?: boolean | undefined;
3016
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3017
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3018
+ readonly filter?: FilterFunction | undefined;
3019
+ readonly children?: readonly any[] | undefined;
3020
+ }[] | undefined;
2710
3021
  }[]>;
2711
3022
  expandOnClick: BooleanConstructor;
2712
3023
  showExpand: BooleanConstructor;
@@ -2812,7 +3123,7 @@ declare const VDataTableVirtual: {
2812
3123
  returnObject: BooleanConstructor;
2813
3124
  headers: vue.PropType<readonly {
2814
3125
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2815
- readonly value?: SelectItemKey;
3126
+ readonly value?: SelectItemKey<Record<string, any>>;
2816
3127
  readonly title?: string | undefined;
2817
3128
  readonly fixed?: boolean | undefined;
2818
3129
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2829,7 +3140,27 @@ declare const VDataTableVirtual: {
2829
3140
  readonly sort?: DataTableCompareFunction<any> | undefined;
2830
3141
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2831
3142
  readonly filter?: FilterFunction | undefined;
2832
- readonly children?: readonly any[] | undefined;
3143
+ readonly children?: readonly {
3144
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3145
+ readonly value?: SelectItemKey<Record<string, any>>;
3146
+ readonly title?: string | undefined;
3147
+ readonly fixed?: boolean | undefined;
3148
+ readonly align?: "center" | "end" | "start" | undefined;
3149
+ readonly width?: string | number | undefined;
3150
+ readonly minWidth?: string | undefined;
3151
+ readonly maxWidth?: string | undefined;
3152
+ readonly headerProps?: {
3153
+ readonly [x: string]: any;
3154
+ } | undefined;
3155
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3156
+ readonly [x: string]: any;
3157
+ } | undefined;
3158
+ readonly sortable?: boolean | undefined;
3159
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3160
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3161
+ readonly filter?: FilterFunction | undefined;
3162
+ readonly children?: readonly any[] | undefined;
3163
+ }[] | undefined;
2833
3164
  }[]>;
2834
3165
  expandOnClick: BooleanConstructor;
2835
3166
  showExpand: BooleanConstructor;
@@ -2904,7 +3235,7 @@ declare const VDataTableServer: {
2904
3235
  class?: any;
2905
3236
  headers?: readonly {
2906
3237
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2907
- readonly value?: SelectItemKey;
3238
+ readonly value?: SelectItemKey<Record<string, any>>;
2908
3239
  readonly title?: string | undefined;
2909
3240
  readonly fixed?: boolean | undefined;
2910
3241
  readonly align?: "center" | "end" | "start" | undefined;
@@ -2921,7 +3252,27 @@ declare const VDataTableServer: {
2921
3252
  readonly sort?: DataTableCompareFunction<any> | undefined;
2922
3253
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
2923
3254
  readonly filter?: FilterFunction | undefined;
2924
- readonly children?: readonly any[] | undefined;
3255
+ readonly children?: readonly {
3256
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3257
+ readonly value?: SelectItemKey<Record<string, any>>;
3258
+ readonly title?: string | undefined;
3259
+ readonly fixed?: boolean | undefined;
3260
+ readonly align?: "center" | "end" | "start" | undefined;
3261
+ readonly width?: string | number | undefined;
3262
+ readonly minWidth?: string | undefined;
3263
+ readonly maxWidth?: string | undefined;
3264
+ readonly headerProps?: {
3265
+ readonly [x: string]: any;
3266
+ } | undefined;
3267
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3268
+ readonly [x: string]: any;
3269
+ } | undefined;
3270
+ readonly sortable?: boolean | undefined;
3271
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3272
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3273
+ readonly filter?: FilterFunction | undefined;
3274
+ readonly children?: readonly any[] | undefined;
3275
+ }[] | undefined;
2925
3276
  }[] | undefined;
2926
3277
  theme?: string | undefined;
2927
3278
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -2992,7 +3343,7 @@ declare const VDataTableServer: {
2992
3343
  class?: any;
2993
3344
  headers?: readonly {
2994
3345
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
2995
- readonly value?: SelectItemKey;
3346
+ readonly value?: SelectItemKey<Record<string, any>>;
2996
3347
  readonly title?: string | undefined;
2997
3348
  readonly fixed?: boolean | undefined;
2998
3349
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3009,7 +3360,27 @@ declare const VDataTableServer: {
3009
3360
  readonly sort?: DataTableCompareFunction<any> | undefined;
3010
3361
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3011
3362
  readonly filter?: FilterFunction | undefined;
3012
- readonly children?: readonly any[] | undefined;
3363
+ readonly children?: readonly {
3364
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3365
+ readonly value?: SelectItemKey<Record<string, any>>;
3366
+ readonly title?: string | undefined;
3367
+ readonly fixed?: boolean | undefined;
3368
+ readonly align?: "center" | "end" | "start" | undefined;
3369
+ readonly width?: string | number | undefined;
3370
+ readonly minWidth?: string | undefined;
3371
+ readonly maxWidth?: string | undefined;
3372
+ readonly headerProps?: {
3373
+ readonly [x: string]: any;
3374
+ } | undefined;
3375
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3376
+ readonly [x: string]: any;
3377
+ } | undefined;
3378
+ readonly sortable?: boolean | undefined;
3379
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3380
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3381
+ readonly filter?: FilterFunction | undefined;
3382
+ readonly children?: readonly any[] | undefined;
3383
+ }[] | undefined;
3013
3384
  }[] | undefined;
3014
3385
  theme?: string | undefined;
3015
3386
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3244,7 +3615,7 @@ declare const VDataTableServer: {
3244
3615
  class?: any;
3245
3616
  headers?: readonly {
3246
3617
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3247
- readonly value?: SelectItemKey;
3618
+ readonly value?: SelectItemKey<Record<string, any>>;
3248
3619
  readonly title?: string | undefined;
3249
3620
  readonly fixed?: boolean | undefined;
3250
3621
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3261,7 +3632,27 @@ declare const VDataTableServer: {
3261
3632
  readonly sort?: DataTableCompareFunction<any> | undefined;
3262
3633
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3263
3634
  readonly filter?: FilterFunction | undefined;
3264
- readonly children?: readonly any[] | undefined;
3635
+ readonly children?: readonly {
3636
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3637
+ readonly value?: SelectItemKey<Record<string, any>>;
3638
+ readonly title?: string | undefined;
3639
+ readonly fixed?: boolean | undefined;
3640
+ readonly align?: "center" | "end" | "start" | undefined;
3641
+ readonly width?: string | number | undefined;
3642
+ readonly minWidth?: string | undefined;
3643
+ readonly maxWidth?: string | undefined;
3644
+ readonly headerProps?: {
3645
+ readonly [x: string]: any;
3646
+ } | undefined;
3647
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3648
+ readonly [x: string]: any;
3649
+ } | undefined;
3650
+ readonly sortable?: boolean | undefined;
3651
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3652
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3653
+ readonly filter?: FilterFunction | undefined;
3654
+ readonly children?: readonly any[] | undefined;
3655
+ }[] | undefined;
3265
3656
  }[] | undefined;
3266
3657
  theme?: string | undefined;
3267
3658
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3369,7 +3760,7 @@ declare const VDataTableServer: {
3369
3760
  class?: any;
3370
3761
  headers?: readonly {
3371
3762
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3372
- readonly value?: SelectItemKey;
3763
+ readonly value?: SelectItemKey<Record<string, any>>;
3373
3764
  readonly title?: string | undefined;
3374
3765
  readonly fixed?: boolean | undefined;
3375
3766
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3386,7 +3777,27 @@ declare const VDataTableServer: {
3386
3777
  readonly sort?: DataTableCompareFunction<any> | undefined;
3387
3778
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3388
3779
  readonly filter?: FilterFunction | undefined;
3389
- readonly children?: readonly any[] | undefined;
3780
+ readonly children?: readonly {
3781
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3782
+ readonly value?: SelectItemKey<Record<string, any>>;
3783
+ readonly title?: string | undefined;
3784
+ readonly fixed?: boolean | undefined;
3785
+ readonly align?: "center" | "end" | "start" | undefined;
3786
+ readonly width?: string | number | undefined;
3787
+ readonly minWidth?: string | undefined;
3788
+ readonly maxWidth?: string | undefined;
3789
+ readonly headerProps?: {
3790
+ readonly [x: string]: any;
3791
+ } | undefined;
3792
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
3793
+ readonly [x: string]: any;
3794
+ } | undefined;
3795
+ readonly sortable?: boolean | undefined;
3796
+ readonly sort?: DataTableCompareFunction<any> | undefined;
3797
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3798
+ readonly filter?: FilterFunction | undefined;
3799
+ readonly children?: readonly any[] | undefined;
3800
+ }[] | undefined;
3390
3801
  }[] | undefined;
3391
3802
  theme?: string | undefined;
3392
3803
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
@@ -3709,7 +4120,7 @@ declare const VDataTableServer: {
3709
4120
  returnObject: BooleanConstructor;
3710
4121
  headers: vue.PropType<readonly {
3711
4122
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3712
- readonly value?: SelectItemKey;
4123
+ readonly value?: SelectItemKey<Record<string, any>>;
3713
4124
  readonly title?: string | undefined;
3714
4125
  readonly fixed?: boolean | undefined;
3715
4126
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3726,7 +4137,27 @@ declare const VDataTableServer: {
3726
4137
  readonly sort?: DataTableCompareFunction<any> | undefined;
3727
4138
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3728
4139
  readonly filter?: FilterFunction | undefined;
3729
- readonly children?: readonly any[] | undefined;
4140
+ readonly children?: readonly {
4141
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
4142
+ readonly value?: SelectItemKey<Record<string, any>>;
4143
+ readonly title?: string | undefined;
4144
+ readonly fixed?: boolean | undefined;
4145
+ readonly align?: "center" | "end" | "start" | undefined;
4146
+ readonly width?: string | number | undefined;
4147
+ readonly minWidth?: string | undefined;
4148
+ readonly maxWidth?: string | undefined;
4149
+ readonly headerProps?: {
4150
+ readonly [x: string]: any;
4151
+ } | undefined;
4152
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4153
+ readonly [x: string]: any;
4154
+ } | undefined;
4155
+ readonly sortable?: boolean | undefined;
4156
+ readonly sort?: DataTableCompareFunction<any> | undefined;
4157
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
4158
+ readonly filter?: FilterFunction | undefined;
4159
+ readonly children?: readonly any[] | undefined;
4160
+ }[] | undefined;
3730
4161
  }[]>;
3731
4162
  groupBy: {
3732
4163
  type: vue.PropType<readonly SortItem[]>;
@@ -3883,7 +4314,7 @@ declare const VDataTableServer: {
3883
4314
  returnObject: BooleanConstructor;
3884
4315
  headers: vue.PropType<readonly {
3885
4316
  readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
3886
- readonly value?: SelectItemKey;
4317
+ readonly value?: SelectItemKey<Record<string, any>>;
3887
4318
  readonly title?: string | undefined;
3888
4319
  readonly fixed?: boolean | undefined;
3889
4320
  readonly align?: "center" | "end" | "start" | undefined;
@@ -3900,7 +4331,27 @@ declare const VDataTableServer: {
3900
4331
  readonly sort?: DataTableCompareFunction<any> | undefined;
3901
4332
  readonly sortRaw?: DataTableCompareFunction<any> | undefined;
3902
4333
  readonly filter?: FilterFunction | undefined;
3903
- readonly children?: readonly any[] | undefined;
4334
+ readonly children?: readonly {
4335
+ readonly key?: (string & {}) | "data-table-group" | "data-table-select" | "data-table-expand" | undefined;
4336
+ readonly value?: SelectItemKey<Record<string, any>>;
4337
+ readonly title?: string | undefined;
4338
+ readonly fixed?: boolean | undefined;
4339
+ readonly align?: "center" | "end" | "start" | undefined;
4340
+ readonly width?: string | number | undefined;
4341
+ readonly minWidth?: string | undefined;
4342
+ readonly maxWidth?: string | undefined;
4343
+ readonly headerProps?: {
4344
+ readonly [x: string]: any;
4345
+ } | undefined;
4346
+ readonly cellProps?: ((data: Pick<ItemKeySlot<any>, "index" | "item" | "value" | "internalItem">) => Record<string, any>) | {
4347
+ readonly [x: string]: any;
4348
+ } | undefined;
4349
+ readonly sortable?: boolean | undefined;
4350
+ readonly sort?: DataTableCompareFunction<any> | undefined;
4351
+ readonly sortRaw?: DataTableCompareFunction<any> | undefined;
4352
+ readonly filter?: FilterFunction | undefined;
4353
+ readonly children?: readonly any[] | undefined;
4354
+ }[] | undefined;
3904
4355
  }[]>;
3905
4356
  groupBy: {
3906
4357
  type: vue.PropType<readonly SortItem[]>;
@@ -3938,4 +4389,4 @@ declare const VDataTableServer: {
3938
4389
  }>>;
3939
4390
  type VDataTableServer = InstanceType<typeof VDataTableServer>;
3940
4391
 
3941
- export { VDataTable, VDataTableFooter, VDataTableRow, VDataTableRows, VDataTableServer, VDataTableVirtual };
4392
+ export { VDataTable, VDataTableFooter, VDataTableHeaders, VDataTableRow, VDataTableRows, VDataTableServer, VDataTableVirtual };