@leankylin-sheet/react 2.0.12 → 2.0.13

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.
package/dist/index.esm.js CHANGED
@@ -6410,7 +6410,7 @@ var CalcInfo = function CalcInfo() {
6410
6410
  style: {
6411
6411
  marginRight: 10
6412
6412
  }
6413
- }, labelMap[key], ":", key === "count" ? data[key] : numberThousands(data[key], ",", 2));
6413
+ }, labelMap[key], ":", key === "count" ? numberThousands(data[key], ",", 0) : numberThousands(data[key], ",", 2));
6414
6414
  }));
6415
6415
  };
6416
6416
 
package/dist/index.js CHANGED
@@ -6420,7 +6420,7 @@ var CalcInfo = function CalcInfo() {
6420
6420
  style: {
6421
6421
  marginRight: 10
6422
6422
  }
6423
- }, labelMap[key], ":", key === "count" ? data[key] : numberThousands(data[key], ",", 2));
6423
+ }, labelMap[key], ":", key === "count" ? numberThousands(data[key], ",", 0) : numberThousands(data[key], ",", 2));
6424
6424
  }));
6425
6425
  };
6426
6426
 
package/dist/index.umd.js CHANGED
@@ -108652,7 +108652,7 @@
108652
108652
  style: {
108653
108653
  marginRight: 10
108654
108654
  }
108655
- }, labelMap[key], ":", key === "count" ? data[key] : numberThousands$1(data[key], ",", 2));
108655
+ }, labelMap[key], ":", key === "count" ? numberThousands$1(data[key], ",", 0) : numberThousands$1(data[key], ",", 2));
108656
108656
  }));
108657
108657
  };
108658
108658