@fileverse-dev/dsheet 1.2.63 → 1.2.64

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.
Files changed (2) hide show
  1. package/dist/index.es.js +4 -4
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -185149,7 +185149,7 @@ const q_t = (e) => {
185149
185149
  if (!(!e.current || !t))
185150
185150
  try {
185151
185151
  const R = e.current.getArray(t), q = Array.from(R);
185152
- q.length > 0 && q.forEach((D, C) => {
185152
+ q.length > 0 && (q.forEach((D, C) => {
185153
185153
  const S = D.celldata;
185154
185154
  S == null || S.forEach((L) => {
185155
185155
  f[`${C}_${L.r}_${L.c}`] ? L.v && (L.v = {
@@ -185160,7 +185160,7 @@ const q_t = (e) => {
185160
185160
  ps: void 0
185161
185161
  });
185162
185162
  });
185163
- });
185163
+ }), w.current = q, i && i((D) => D + 1));
185164
185164
  } catch (R) {
185165
185165
  console.error("[DSheet] Error processing comment data:", R);
185166
185166
  }
@@ -188776,7 +188776,7 @@ const STt = (e, t, r = "Anonymous", i = !0, n = "") => {
188776
188776
  id: "xlsx-upload",
188777
188777
  onChange: (b) => {
188778
188778
  var g;
188779
- p("xlsx"), m((g = b.target.files) == null ? void 0 : g[0]), s(!0), c(!1);
188779
+ p("xlsx"), m((g = b.target.files) == null ? void 0 : g[0]), s(!0), c(!1), b.target.value = "";
188780
188780
  },
188781
188781
  style: { display: "none" }
188782
188782
  }
@@ -188791,7 +188791,7 @@ const STt = (e, t, r = "Anonymous", i = !0, n = "") => {
188791
188791
  id: "csv-upload",
188792
188792
  onChange: (b) => {
188793
188793
  var g;
188794
- p("csv"), m((g = b.target.files) == null ? void 0 : g[0]), s(!0), c(!1);
188794
+ p("csv"), m((g = b.target.files) == null ? void 0 : g[0]), s(!0), c(!1), b.target.value = "";
188795
188795
  },
188796
188796
  style: { display: "none" }
188797
188797
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.2.63",
5
+ "version": "1.2.64",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {