oolib 2.88.0 → 2.88.1

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.
@@ -134,9 +134,12 @@ var handleClearColContent = function (_a) {
134
134
  var newCellData = __spreadArray([], row.cellData, true);
135
135
  var cellToClear = newCellData[colIdx];
136
136
  delete cellToClear.value;
137
+ console.log({ cellToClear: cellToClear });
137
138
  newCellData.splice(colIdx, 1, cellToClear);
139
+ console.log({ newCellData: newCellData });
138
140
  return __assign(__assign({}, row), { cellData: newCellData });
139
141
  });
142
+ console.log({ newData: newData });
140
143
  onChange &&
141
144
  onChange(id, { data: newData, colWidthConfig: colWidthConfig });
142
145
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.88.0",
3
+ "version": "2.88.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",