dtable-statistic 5.0.42-alpha.15 → 5.0.42-alpha.16

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.
@@ -525,6 +525,7 @@ const updatedOneDimensionToTable = _ref5 => {
525
525
  oldRow[totalColumn.key] = row[totalColumn.key];
526
526
  }
527
527
  const validSummaryCellValue = getValidValueForColumn(summaryColumn, total.total);
528
+ console.log(22, row);
528
529
  console.log(33, validSummaryCellValue);
529
530
  console.log(44, summaryColumn);
530
531
  console.log(55, (0, _cellValue.isCellValueChanged)(row[summaryColumn.key]));
@@ -552,7 +553,7 @@ const updatedOneDimensionToTable = _ref5 => {
552
553
  newRows.push(newRow);
553
554
  }
554
555
  });
555
- console.log(22, {
556
+ console.log(77, {
556
557
  newRows,
557
558
  updatedRows,
558
559
  rowIds,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.15",
3
+ "version": "5.0.42-alpha.16",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",