@univerjs/core 0.2.10 → 0.2.11

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/lib/es/index.js CHANGED
@@ -10685,7 +10685,7 @@ function extractPureTextFromCell(cell) {
10685
10685
  return typeof rawValue == "string" ? cell.t === CellValueType.BOOLEAN ? rawValue.toUpperCase() : rawValue.replace(/[\r\n]/g, "") : typeof rawValue == "number" ? cell.t === CellValueType.BOOLEAN ? rawValue ? "TRUE" : "FALSE" : rawValue.toString() : typeof rawValue == "boolean" ? rawValue ? "TRUE" : "FALSE" : "";
10686
10686
  }
10687
10687
  __name(extractPureTextFromCell, "extractPureTextFromCell");
10688
- const version = "0.2.10";
10688
+ const version = "0.2.11";
10689
10689
  function getEmptySnapshot(unitID = "", locale = LocaleType.ZH_CN, name = "") {
10690
10690
  return {
10691
10691
  id: unitID,