@fileverse-dev/dsheet 0.0.80 → 0.0.81

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 -1
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -6929,9 +6929,12 @@ const aJ = (e, r, t, a) => {
6929
6929
  const N = x.celldata;
6930
6930
  N == null || N.forEach((D) => {
6931
6931
  const j = u[`${D.r}_${D.c}`];
6932
- j && j.sheetId === x.id && D.v && (D.v = {
6932
+ j && j.sheetId === x.id ? D.v && (D.v = {
6933
6933
  ...D.v,
6934
6934
  ps: tJ
6935
+ }) : D.v && (D.v = {
6936
+ ...D.v,
6937
+ ps: void 0
6935
6938
  });
6936
6939
  });
6937
6940
  }), F.current = !0);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "0.0.80",
5
+ "version": "0.0.81",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -82,4 +82,4 @@
82
82
  "typescript": "^5.2.2",
83
83
  "vite": "^5.0.0"
84
84
  }
85
- }
85
+ }