lecom-ui 5.2.41 → 5.2.42

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.
@@ -114,7 +114,11 @@ function buildColumns({
114
114
  fixed: externalColumn.fixed,
115
115
  truncate: !!externalColumn.truncate,
116
116
  headerClassName: externalColumn.headerClassName,
117
- headerStyle: externalColumn.headerStyle
117
+ headerStyle: externalColumn.headerStyle,
118
+ cellClassName: externalColumn.cellClassName,
119
+ cellStyle: externalColumn.cellStyle,
120
+ cellProps: externalColumn.cellProps,
121
+ align: externalColumn.align
118
122
  },
119
123
  sortingFn: (rowA, rowB, columnId) => {
120
124
  if (externalColumn.onSortClient) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.2.41",
3
+ "version": "5.2.42",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",