@vuetify/nightly 3.4.10-dev.2024-01-17 → 3.4.10-dev.2024-01-18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.d.ts CHANGED
@@ -23142,6 +23142,7 @@ declare const VDataTable: {
23142
23142
  customKeyFilter?: FilterKeyFunctions | undefined;
23143
23143
  filterKeys?: FilterKeys | undefined;
23144
23144
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
23145
+ headerProps?: Record<string, any> | undefined;
23145
23146
  } & {
23146
23147
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
23147
23148
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -23234,6 +23235,7 @@ declare const VDataTable: {
23234
23235
  customKeyFilter?: FilterKeyFunctions | undefined;
23235
23236
  filterKeys?: FilterKeys | undefined;
23236
23237
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
23238
+ headerProps?: Record<string, any> | undefined;
23237
23239
  } & {
23238
23240
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
23239
23241
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -23491,6 +23493,7 @@ declare const VDataTable: {
23491
23493
  customKeyFilter?: FilterKeyFunctions | undefined;
23492
23494
  filterKeys?: FilterKeys | undefined;
23493
23495
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
23496
+ headerProps?: Record<string, any> | undefined;
23494
23497
  } & {
23495
23498
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
23496
23499
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -23621,6 +23624,7 @@ declare const VDataTable: {
23621
23624
  customKeyFilter?: FilterKeyFunctions | undefined;
23622
23625
  filterKeys?: FilterKeys | undefined;
23623
23626
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
23627
+ headerProps?: Record<string, any> | undefined;
23624
23628
  } & {
23625
23629
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
23626
23630
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -23912,6 +23916,9 @@ declare const VDataTable: {
23912
23916
  type: vue.PropType<IconValue>;
23913
23917
  default: string;
23914
23918
  };
23919
+ headerProps: {
23920
+ type: vue.PropType<Record<string, any>>;
23921
+ };
23915
23922
  sortBy: {
23916
23923
  type: vue.PropType<readonly SortItem[]>;
23917
23924
  default: () => never[];
@@ -24086,6 +24093,9 @@ declare const VDataTable: {
24086
24093
  type: vue.PropType<IconValue>;
24087
24094
  default: string;
24088
24095
  };
24096
+ headerProps: {
24097
+ type: vue.PropType<Record<string, any>>;
24098
+ };
24089
24099
  sortBy: {
24090
24100
  type: vue.PropType<readonly SortItem[]>;
24091
24101
  default: () => never[];
@@ -24519,6 +24529,7 @@ declare const VDataTableVirtual: {
24519
24529
  customKeyFilter?: FilterKeyFunctions | undefined;
24520
24530
  filterKeys?: FilterKeys | undefined;
24521
24531
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
24532
+ headerProps?: Record<string, any> | undefined;
24522
24533
  } & {
24523
24534
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
24524
24535
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -24589,6 +24600,7 @@ declare const VDataTableVirtual: {
24589
24600
  customKeyFilter?: FilterKeyFunctions | undefined;
24590
24601
  filterKeys?: FilterKeys | undefined;
24591
24602
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
24603
+ headerProps?: Record<string, any> | undefined;
24592
24604
  } & {
24593
24605
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
24594
24606
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -24795,6 +24807,7 @@ declare const VDataTableVirtual: {
24795
24807
  customKeyFilter?: FilterKeyFunctions | undefined;
24796
24808
  filterKeys?: FilterKeys | undefined;
24797
24809
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
24810
+ headerProps?: Record<string, any> | undefined;
24798
24811
  } & {
24799
24812
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
24800
24813
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -24890,6 +24903,7 @@ declare const VDataTableVirtual: {
24890
24903
  customKeyFilter?: FilterKeyFunctions | undefined;
24891
24904
  filterKeys?: FilterKeys | undefined;
24892
24905
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
24906
+ headerProps?: Record<string, any> | undefined;
24893
24907
  } & {
24894
24908
  "onUpdate:sortBy"?: ((value: any) => any) | undefined;
24895
24909
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -25100,6 +25114,9 @@ declare const VDataTableVirtual: {
25100
25114
  type: vue.PropType<IconValue>;
25101
25115
  default: string;
25102
25116
  };
25117
+ headerProps: {
25118
+ type: vue.PropType<Record<string, any>>;
25119
+ };
25103
25120
  sortBy: {
25104
25121
  type: vue.PropType<readonly SortItem[]>;
25105
25122
  default: () => never[];
@@ -25219,6 +25236,9 @@ declare const VDataTableVirtual: {
25219
25236
  type: vue.PropType<IconValue>;
25220
25237
  default: string;
25221
25238
  };
25239
+ headerProps: {
25240
+ type: vue.PropType<Record<string, any>>;
25241
+ };
25222
25242
  sortBy: {
25223
25243
  type: vue.PropType<readonly SortItem[]>;
25224
25244
  default: () => never[];
@@ -25366,6 +25386,7 @@ declare const VDataTableServer: {
25366
25386
  }[] | undefined;
25367
25387
  theme?: string | undefined;
25368
25388
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
25389
+ headerProps?: Record<string, any> | undefined;
25369
25390
  } & {
25370
25391
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
25371
25392
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -25452,6 +25473,7 @@ declare const VDataTableServer: {
25452
25473
  }[] | undefined;
25453
25474
  theme?: string | undefined;
25454
25475
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
25476
+ headerProps?: Record<string, any> | undefined;
25455
25477
  } & {
25456
25478
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
25457
25479
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -25702,6 +25724,7 @@ declare const VDataTableServer: {
25702
25724
  }[] | undefined;
25703
25725
  theme?: string | undefined;
25704
25726
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
25727
+ headerProps?: Record<string, any> | undefined;
25705
25728
  } & {
25706
25729
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
25707
25730
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -25825,6 +25848,7 @@ declare const VDataTableServer: {
25825
25848
  }[] | undefined;
25826
25849
  theme?: string | undefined;
25827
25850
  customKeySort?: Record<string, DataTableCompareFunction> | undefined;
25851
+ headerProps?: Record<string, any> | undefined;
25828
25852
  } & {
25829
25853
  "onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
25830
25854
  "onUpdate:groupBy"?: ((value: any) => any) | undefined;
@@ -26104,6 +26128,9 @@ declare const VDataTableServer: {
26104
26128
  type: vue.PropType<IconValue>;
26105
26129
  default: string;
26106
26130
  };
26131
+ headerProps: {
26132
+ type: vue.PropType<Record<string, any>>;
26133
+ };
26107
26134
  sortBy: {
26108
26135
  type: vue.PropType<readonly SortItem[]>;
26109
26136
  default: () => never[];
@@ -26274,6 +26301,9 @@ declare const VDataTableServer: {
26274
26301
  type: vue.PropType<IconValue>;
26275
26302
  default: string;
26276
26303
  };
26304
+ headerProps: {
26305
+ type: vue.PropType<Record<string, any>>;
26306
+ };
26277
26307
  sortBy: {
26278
26308
  type: vue.PropType<readonly SortItem[]>;
26279
26309
  default: () => never[];
@@ -67110,40 +67140,40 @@ declare module '@vue/runtime-core' {
67110
67140
  }
67111
67141
 
67112
67142
  export interface GlobalComponents {
67143
+ VApp: typeof import('vuetify/components')['VApp']
67113
67144
  VAppBar: typeof import('vuetify/components')['VAppBar']
67114
67145
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67115
67146
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67116
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67117
- VApp: typeof import('vuetify/components')['VApp']
67118
67147
  VAlert: typeof import('vuetify/components')['VAlert']
67119
67148
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67149
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67150
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67120
67151
  VBadge: typeof import('vuetify/components')['VBadge']
67121
67152
  VBanner: typeof import('vuetify/components')['VBanner']
67122
67153
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67123
67154
  VBannerText: typeof import('vuetify/components')['VBannerText']
67124
- VAvatar: typeof import('vuetify/components')['VAvatar']
67125
67155
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67126
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67127
67156
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67128
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67129
- VCarousel: typeof import('vuetify/components')['VCarousel']
67130
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67131
- VBtn: typeof import('vuetify/components')['VBtn']
67132
67157
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67133
67158
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67134
67159
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67160
+ VBtn: typeof import('vuetify/components')['VBtn']
67161
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67162
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67135
67163
  VCard: typeof import('vuetify/components')['VCard']
67136
67164
  VCardActions: typeof import('vuetify/components')['VCardActions']
67137
67165
  VCardItem: typeof import('vuetify/components')['VCardItem']
67138
67166
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67139
67167
  VCardText: typeof import('vuetify/components')['VCardText']
67140
67168
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67141
- VChip: typeof import('vuetify/components')['VChip']
67142
67169
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
67143
67170
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67171
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67172
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67173
+ VChip: typeof import('vuetify/components')['VChip']
67174
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67144
67175
  VCode: typeof import('vuetify/components')['VCode']
67145
67176
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67146
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67147
67177
  VCombobox: typeof import('vuetify/components')['VCombobox']
67148
67178
  VDataTable: typeof import('vuetify/components')['VDataTable']
67149
67179
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67151,35 +67181,35 @@ declare module '@vue/runtime-core' {
67151
67181
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67152
67182
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67153
67183
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67154
- VDialog: typeof import('vuetify/components')['VDialog']
67184
+ VCounter: typeof import('vuetify/components')['VCounter']
67155
67185
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67156
67186
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67157
67187
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67158
67188
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67159
67189
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67160
67190
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67161
- VCounter: typeof import('vuetify/components')['VCounter']
67191
+ VDialog: typeof import('vuetify/components')['VDialog']
67192
+ VDivider: typeof import('vuetify/components')['VDivider']
67162
67193
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67163
67194
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67164
67195
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67165
67196
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67166
- VDivider: typeof import('vuetify/components')['VDivider']
67167
- VFileInput: typeof import('vuetify/components')['VFileInput']
67168
- VFooter: typeof import('vuetify/components')['VFooter']
67169
67197
  VField: typeof import('vuetify/components')['VField']
67170
67198
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67199
+ VFooter: typeof import('vuetify/components')['VFooter']
67200
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67171
67201
  VIcon: typeof import('vuetify/components')['VIcon']
67172
67202
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67173
67203
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67174
67204
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67175
67205
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67176
- VKbd: typeof import('vuetify/components')['VKbd']
67177
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67178
67206
  VImg: typeof import('vuetify/components')['VImg']
67207
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67179
67208
  VInput: typeof import('vuetify/components')['VInput']
67180
- VLabel: typeof import('vuetify/components')['VLabel']
67181
67209
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67182
67210
  VItem: typeof import('vuetify/components')['VItem']
67211
+ VKbd: typeof import('vuetify/components')['VKbd']
67212
+ VLabel: typeof import('vuetify/components')['VLabel']
67183
67213
  VList: typeof import('vuetify/components')['VList']
67184
67214
  VListGroup: typeof import('vuetify/components')['VListGroup']
67185
67215
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67190,49 +67220,49 @@ declare module '@vue/runtime-core' {
67190
67220
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67191
67221
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67192
67222
  VMain: typeof import('vuetify/components')['VMain']
67193
- VMessages: typeof import('vuetify/components')['VMessages']
67194
67223
  VMenu: typeof import('vuetify/components')['VMenu']
67195
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67224
+ VMessages: typeof import('vuetify/components')['VMessages']
67196
67225
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67197
67226
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67198
67227
  VOverlay: typeof import('vuetify/components')['VOverlay']
67199
67228
  VPagination: typeof import('vuetify/components')['VPagination']
67200
67229
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67201
- VRating: typeof import('vuetify/components')['VRating']
67230
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67202
67231
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67232
+ VRating: typeof import('vuetify/components')['VRating']
67203
67233
  VSelect: typeof import('vuetify/components')['VSelect']
67204
67234
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67205
67235
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67206
- VSlider: typeof import('vuetify/components')['VSlider']
67207
67236
  VSheet: typeof import('vuetify/components')['VSheet']
67208
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67209
67237
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67238
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67239
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67240
+ VSlider: typeof import('vuetify/components')['VSlider']
67210
67241
  VSwitch: typeof import('vuetify/components')['VSwitch']
67242
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67211
67243
  VStepper: typeof import('vuetify/components')['VStepper']
67212
67244
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67213
67245
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67214
67246
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67215
67247
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67216
67248
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67217
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67218
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67219
67249
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67220
67250
  VTabs: typeof import('vuetify/components')['VTabs']
67221
67251
  VTab: typeof import('vuetify/components')['VTab']
67222
67252
  VTable: typeof import('vuetify/components')['VTable']
67223
- VTextField: typeof import('vuetify/components')['VTextField']
67224
67253
  VTextarea: typeof import('vuetify/components')['VTextarea']
67254
+ VTextField: typeof import('vuetify/components')['VTextField']
67225
67255
  VTimeline: typeof import('vuetify/components')['VTimeline']
67226
67256
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67227
67257
  VToolbar: typeof import('vuetify/components')['VToolbar']
67228
67258
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67229
67259
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67260
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67230
67261
  VWindow: typeof import('vuetify/components')['VWindow']
67231
67262
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67232
- VTooltip: typeof import('vuetify/components')['VTooltip']
67233
67263
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67234
- VForm: typeof import('vuetify/components')['VForm']
67235
67264
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67265
+ VForm: typeof import('vuetify/components')['VForm']
67236
67266
  VContainer: typeof import('vuetify/components')['VContainer']
67237
67267
  VCol: typeof import('vuetify/components')['VCol']
67238
67268
  VRow: typeof import('vuetify/components')['VRow']
@@ -67266,14 +67296,14 @@ declare module '@vue/runtime-core' {
67266
67296
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67267
67297
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67268
67298
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67269
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67270
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67271
67299
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67272
67300
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67273
67301
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67274
67302
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67275
67303
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67276
67304
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67305
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67306
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67277
67307
  VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
67278
67308
  }
67279
67309
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.10-dev.2024-01-17
2
+ * Vuetify v3.4.10-dev.2024-01-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18623,6 +18623,9 @@ const makeVDataTableHeadersProps = propsFactory({
18623
18623
  type: IconValue,
18624
18624
  default: '$sortDesc'
18625
18625
  },
18626
+ headerProps: {
18627
+ type: Object
18628
+ },
18626
18629
  ...makeLoaderProps()
18627
18630
  }, 'VDataTableHeaders');
18628
18631
  const VDataTableHeaders = genericComponent()({
@@ -18685,6 +18688,7 @@ const VDataTableHeaders = genericComponent()({
18685
18688
  y
18686
18689
  } = _ref2;
18687
18690
  const noPadding = column.key === 'data-table-select' || column.key === 'data-table-expand';
18691
+ const headerProps = mergeProps(props.headerProps ?? {}, column.headerProps ?? {});
18688
18692
  return createVNode(VDataTableColumn, mergeProps({
18689
18693
  "tag": "th",
18690
18694
  "align": column.align,
@@ -18705,7 +18709,7 @@ const VDataTableHeaders = genericComponent()({
18705
18709
  "fixed": column.fixed,
18706
18710
  "lastFixed": column.lastFixed,
18707
18711
  "noPadding": noPadding
18708
- }, column.headerProps), {
18712
+ }, headerProps), {
18709
18713
  default: () => {
18710
18714
  const columnSlotName = `header.${column.key}`;
18711
18715
  const columnSlotProps = {
@@ -25493,7 +25497,7 @@ function createVuetify$1() {
25493
25497
  date
25494
25498
  };
25495
25499
  }
25496
- const version$1 = "3.4.10-dev.2024-01-17";
25500
+ const version$1 = "3.4.10-dev.2024-01-18";
25497
25501
  createVuetify$1.version = version$1;
25498
25502
 
25499
25503
  // Vue's inject() can only be used in setup
@@ -25518,7 +25522,7 @@ const createVuetify = function () {
25518
25522
  ...options
25519
25523
  });
25520
25524
  };
25521
- const version = "3.4.10-dev.2024-01-17";
25525
+ const version = "3.4.10-dev.2024-01-18";
25522
25526
  createVuetify.version = version;
25523
25527
 
25524
25528
  export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };