oolib 2.227.5 → 2.227.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.
@@ -210,7 +210,9 @@ function SimpleTable(_a) {
210
210
  ;
211
211
  var cellCompName = cell.comp || 'RichTextEditor';
212
212
  var NoCompPlaceholder = function () { return react_1.default.createElement("div", null, "No comp exists"); };
213
+ console.log({ cellCompName: cellCompName, CellContentBlocks: CellContentBlocks });
213
214
  var CellComp = CellContentBlocks[cellCompName] || NoCompPlaceholder;
215
+ console.log({ CellComp: CellComp });
214
216
  var cellProps = CellContentBlockDefaultProps[cellCompName] ? __assign(__assign({}, CellContentBlockDefaultProps[cellCompName]), (cell.props || {})) : {};
215
217
  var cellValue = CellValueGetters[cellCompName] ? CellValueGetters[cellCompName](cell.value) : cell.value;
216
218
  var cellWidth = value.colWidthConfig["col_".concat(cellIdx)] || defaultColWidth + 'px'; //cuz when pre-fixed column is applied via config.rowHeaderData, no colWidthConfig will be there for it in value.colWidthConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.227.5",
3
+ "version": "2.227.6",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",