@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.js CHANGED
@@ -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
  */
@@ -18627,6 +18627,9 @@
18627
18627
  type: IconValue,
18628
18628
  default: '$sortDesc'
18629
18629
  },
18630
+ headerProps: {
18631
+ type: Object
18632
+ },
18630
18633
  ...makeLoaderProps()
18631
18634
  }, 'VDataTableHeaders');
18632
18635
  const VDataTableHeaders = genericComponent()({
@@ -18689,6 +18692,7 @@
18689
18692
  y
18690
18693
  } = _ref2;
18691
18694
  const noPadding = column.key === 'data-table-select' || column.key === 'data-table-expand';
18695
+ const headerProps = vue.mergeProps(props.headerProps ?? {}, column.headerProps ?? {});
18692
18696
  return vue.createVNode(VDataTableColumn, vue.mergeProps({
18693
18697
  "tag": "th",
18694
18698
  "align": column.align,
@@ -18709,7 +18713,7 @@
18709
18713
  "fixed": column.fixed,
18710
18714
  "lastFixed": column.lastFixed,
18711
18715
  "noPadding": noPadding
18712
- }, column.headerProps), {
18716
+ }, headerProps), {
18713
18717
  default: () => {
18714
18718
  const columnSlotName = `header.${column.key}`;
18715
18719
  const columnSlotProps = {
@@ -25497,7 +25501,7 @@
25497
25501
  date
25498
25502
  };
25499
25503
  }
25500
- const version$1 = "3.4.10-dev.2024-01-17";
25504
+ const version$1 = "3.4.10-dev.2024-01-18";
25501
25505
  createVuetify$1.version = version$1;
25502
25506
 
25503
25507
  // Vue's inject() can only be used in setup
@@ -25522,7 +25526,7 @@
25522
25526
  ...options
25523
25527
  });
25524
25528
  };
25525
- const version = "3.4.10-dev.2024-01-17";
25529
+ const version = "3.4.10-dev.2024-01-18";
25526
25530
  createVuetify.version = version;
25527
25531
 
25528
25532
  exports.components = components;