@fileverse-dev/dsheet 0.0.95 → 0.0.97

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 -3
  2. package/package.json +3 -3
package/dist/index.es.js CHANGED
@@ -6781,7 +6781,7 @@ function cJ(e, r) {
6781
6781
  if (e.length > 0)
6782
6782
  for (let t = 0; t < e.length; t++) {
6783
6783
  const a = e[t], n = r[t];
6784
- if (a.name !== n.name || JSON.stringify(a.config) !== JSON.stringify(n.config))
6784
+ if (a.name !== n.name || JSON.stringify(a.config) !== JSON.stringify(n.config) || JSON.stringify(a.dataVerification) !== JSON.stringify(n.dataVerification))
6785
6785
  return !0;
6786
6786
  const o = (a == null ? void 0 : a.celldata) || [], i = (n == null ? void 0 : n.celldata) || [], s = /* @__PURE__ */ new Map(), u = /* @__PURE__ */ new Map();
6787
6787
  for (const b of o)
@@ -6894,7 +6894,7 @@ const uJ = (e, r, t, a) => {
6894
6894
  n.delete(0, o.length), n.insert(0, i);
6895
6895
  });
6896
6896
  }, fJ = (e, r, t) => e.map((a, n) => {
6897
- var u, l, c, f;
6897
+ var u, l, c, f, d;
6898
6898
  const o = a.data;
6899
6899
  if (!o) return a;
6900
6900
  const i = t.dataToCelldata(o), s = {
@@ -6904,7 +6904,8 @@ const uJ = (e, r, t, a) => {
6904
6904
  column: ((l = r[n]) == null ? void 0 : l.column) || a.column,
6905
6905
  status: ((c = r[n]) == null ? void 0 : c.status) || a.status,
6906
6906
  order: ((f = r[n]) == null ? void 0 : f.order) || a.order,
6907
- config: a.config
6907
+ config: a.config,
6908
+ dataVerification: a.dataVerification || ((d = r[n]) == null ? void 0 : d.dataVerification)
6908
6909
  };
6909
6910
  return delete s.data, s;
6910
6911
  }), dJ = (e, r, t, a, n, o = !1, i, s, u) => {
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.95",
5
+ "version": "0.0.97",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -38,8 +38,8 @@
38
38
  "dependencies": {
39
39
  "@fileverse-dev/dsheets-templates": "^0.0.7",
40
40
  "@fileverse-dev/formulajs": "^4.4.11-mod-22",
41
- "@fileverse-dev/fortune-core": "^1.0.2-mod-76",
42
- "@fileverse-dev/fortune-react": "^1.0.2-mod-76",
41
+ "@fileverse-dev/fortune-core": "^1.0.2-mod-78",
42
+ "@fileverse-dev/fortune-react": "^1.0.2-mod-78",
43
43
  "@fileverse/ui": "^4.1.7-patch-18",
44
44
  "classnames": "^2.5.1",
45
45
  "exceljs": "^4.4.0",