@univerjs/core 0.2.13 → 0.2.14

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
@@ -11107,7 +11107,7 @@ function extractPureTextFromCell(cell) {
11107
11107
  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" : "";
11108
11108
  }
11109
11109
  __name(extractPureTextFromCell, "extractPureTextFromCell");
11110
- const version = "0.2.13";
11110
+ const version = "0.2.14";
11111
11111
  function getEmptySnapshot(unitID = "", locale = LocaleType.ZH_CN, name = "") {
11112
11112
  return {
11113
11113
  id: unitID,