@univerjs/core 0.10.3 → 0.10.4

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
@@ -15617,7 +15617,7 @@ class gE extends Ve {
15617
15617
  }
15618
15618
  }
15619
15619
  var oc = /* @__PURE__ */ ((e) => (e.URL = "URL", e.UUID = "UUID", e.BASE64 = "BASE64", e))(oc || {}), _E = /* @__PURE__ */ ((e) => (e.SUCCUSS = "0", e.ERROR_EXCEED_SIZE = "1", e.ERROR_IMAGE_TYPE = "2", e.ERROR_UPLOAD_COUNT_LIMIT = "3", e.ERROR_IMAGE = "4", e))(_E || {});
15620
- const pl = ht("core.image-io.service"), pE = "0.10.3", EE = {
15620
+ const pl = ht("core.image-io.service"), pE = "0.10.4", EE = {
15621
15621
  version: pE
15622
15622
  };
15623
15623
  function CE(e = "", t = Ts.ZH_CN, n = "") {
@@ -15748,8 +15748,16 @@ function Jr(e, t, n = {}) {
15748
15748
  centerAngle: _,
15749
15749
  vertexAngle: g,
15750
15750
  wrapStrategy: l,
15751
- cellValueType: u,
15752
- zeroWidthParagraphBreak: 1
15751
+ cellValueType: u
15752
+ /**
15753
+ * TODO@weird94
15754
+ * This config was previously used to fix the issue of cell image editing, now remove it first.
15755
+ * If you need to use it, please note the following issues:
15756
+ * 1. After delete cell content using backspace, the cell does not enter edit mode.
15757
+ * because the code `if (!info || info.actualWidth <= 0) return;`, code in `packages/sheets-ui/src/services/editor/cell-editor-resize.service.ts`
15758
+ * 2. copy empty cell content from excel and paste it to univer, the empty cell does not enter edit mode. The reason is the same as above.
15759
+ */
15760
+ // zeroWidthParagraphBreak: 1,
15753
15761
  }
15754
15762
  },
15755
15763
  drawings: {},
package/lib/index.js CHANGED
@@ -15617,7 +15617,7 @@ class gE extends Ve {
15617
15617
  }
15618
15618
  }
15619
15619
  var oc = /* @__PURE__ */ ((e) => (e.URL = "URL", e.UUID = "UUID", e.BASE64 = "BASE64", e))(oc || {}), _E = /* @__PURE__ */ ((e) => (e.SUCCUSS = "0", e.ERROR_EXCEED_SIZE = "1", e.ERROR_IMAGE_TYPE = "2", e.ERROR_UPLOAD_COUNT_LIMIT = "3", e.ERROR_IMAGE = "4", e))(_E || {});
15620
- const pl = ht("core.image-io.service"), pE = "0.10.3", EE = {
15620
+ const pl = ht("core.image-io.service"), pE = "0.10.4", EE = {
15621
15621
  version: pE
15622
15622
  };
15623
15623
  function CE(e = "", t = Ts.ZH_CN, n = "") {
@@ -15748,8 +15748,16 @@ function Jr(e, t, n = {}) {
15748
15748
  centerAngle: _,
15749
15749
  vertexAngle: g,
15750
15750
  wrapStrategy: l,
15751
- cellValueType: u,
15752
- zeroWidthParagraphBreak: 1
15751
+ cellValueType: u
15752
+ /**
15753
+ * TODO@weird94
15754
+ * This config was previously used to fix the issue of cell image editing, now remove it first.
15755
+ * If you need to use it, please note the following issues:
15756
+ * 1. After delete cell content using backspace, the cell does not enter edit mode.
15757
+ * because the code `if (!info || info.actualWidth <= 0) return;`, code in `packages/sheets-ui/src/services/editor/cell-editor-resize.service.ts`
15758
+ * 2. copy empty cell content from excel and paste it to univer, the empty cell does not enter edit mode. The reason is the same as above.
15759
+ */
15760
+ // zeroWidthParagraphBreak: 1,
15753
15761
  }
15754
15762
  },
15755
15763
  drawings: {},