@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.
@@ -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
  */
@@ -18633,6 +18633,9 @@
18633
18633
  type: IconValue,
18634
18634
  default: '$sortDesc'
18635
18635
  },
18636
+ headerProps: {
18637
+ type: Object
18638
+ },
18636
18639
  ...makeLoaderProps()
18637
18640
  }, 'VDataTableHeaders');
18638
18641
  const VDataTableHeaders = genericComponent()({
@@ -18695,6 +18698,7 @@
18695
18698
  y
18696
18699
  } = _ref2;
18697
18700
  const noPadding = column.key === 'data-table-select' || column.key === 'data-table-expand';
18701
+ const headerProps = vue.mergeProps(props.headerProps ?? {}, column.headerProps ?? {});
18698
18702
  return vue.createVNode(VDataTableColumn, vue.mergeProps({
18699
18703
  "tag": "th",
18700
18704
  "align": column.align,
@@ -18715,7 +18719,7 @@
18715
18719
  "fixed": column.fixed,
18716
18720
  "lastFixed": column.lastFixed,
18717
18721
  "noPadding": noPadding
18718
- }, column.headerProps), {
18722
+ }, headerProps), {
18719
18723
  default: () => {
18720
18724
  const columnSlotName = `header.${column.key}`;
18721
18725
  const columnSlotProps = {
@@ -26055,7 +26059,7 @@
26055
26059
  date
26056
26060
  };
26057
26061
  }
26058
- const version$1 = "3.4.10-dev.2024-01-17";
26062
+ const version$1 = "3.4.10-dev.2024-01-18";
26059
26063
  createVuetify$1.version = version$1;
26060
26064
 
26061
26065
  // Vue's inject() can only be used in setup
@@ -26069,7 +26073,7 @@
26069
26073
 
26070
26074
  /* eslint-disable local-rules/sort-imports */
26071
26075
 
26072
- const version = "3.4.10-dev.2024-01-17";
26076
+ const version = "3.4.10-dev.2024-01-18";
26073
26077
 
26074
26078
  /* eslint-disable local-rules/sort-imports */
26075
26079