@fileverse-dev/dsheet 2.1.2-dropIn-mri-2 → 2.1.2-dropIn-mri-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/dist/{executeStringFunction-Don8m4mk.js → executeStringFunction-CdefKC3n.js} +3 -1
- package/dist/formula.js +1 -1
- package/dist/{index-MrL6atEI.js → index-B8AinzRL.js} +634 -618
- package/dist/index.es.js +2 -2
- package/dist/sheet-engine/core/modules/formula-async-eval.d.ts +2 -0
- package/dist/{use-xlsx-import-impl-DTRsLDTh.js → use-xlsx-import-impl-BT9Bqynj.js} +2 -2
- package/dist/{xlsx-export-impl-Bh1M_V68.js → xlsx-export-impl-CvothH61.js} +2 -2
- package/package.json +1 -1
|
@@ -18682,6 +18682,8 @@ function Yn(e, t, r, a, n, o, i = !1) {
|
|
|
18682
18682
|
workerAvailable: !1,
|
|
18683
18683
|
unsafeFormulaCount: 0,
|
|
18684
18684
|
workerFormulaCount: 0,
|
|
18685
|
+
totalWorkerFormulas: 0,
|
|
18686
|
+
totalMainThreadFormulas: 0,
|
|
18685
18687
|
lastError: null
|
|
18686
18688
|
}
|
|
18687
18689
|
}, e.isFormulaCalculating = !0;
|
|
@@ -22311,7 +22313,7 @@ function of(e, t, r, a, n, o) {
|
|
|
22311
22313
|
L[le] = n[le];
|
|
22312
22314
|
}), Kt(e, t, r);
|
|
22313
22315
|
} else {
|
|
22314
|
-
Kt(e, t, r), ia(e, t, r), L = h.cloneDeep(((g = Ue == null ? void 0 : Ue[t]) == null ? void 0 : g[r]) || {}), L.v = n, delete L.f, delete L._formulaEditHtml, delete L.spl;
|
|
22316
|
+
Kt(e, t, r), ia(e, t, r), L = h.cloneDeep(((g = Ue == null ? void 0 : Ue[t]) == null ? void 0 : g[r]) || {}), L.v = n, delete L.f, delete L._formulaEditHtml, delete L.spl, delete L.m;
|
|
22315
22317
|
const j = (y = te == null ? void 0 : te.m) != null && y.toString().includes(".") ? (w = (b = te == null ? void 0 : te.m) == null ? void 0 : b.toString().split(" ")[0].split(".")[1]) == null ? void 0 : w.length : 0, le = (_ = te == null ? void 0 : te.m) == null ? void 0 : _.toString().split(" ")[1];
|
|
22316
22318
|
typeof L == "object" && (L != null && L.baseValue) && (te != null && te.baseCurrencyPrice) && (L.m = `${(parseFloat(n) / te.baseCurrencyPrice).toFixed(j || 2)} ${le}`, L.baseValue = n), Yn(e, t, r, L), He = !1, L.qp === 1 && `${n}`.substring(0, 1) !== "'" && (L.qp = 0, L.ct && (L.ct.fa = "General", L.ct.t = "n"));
|
|
22317
22319
|
}
|
package/dist/formula.js
CHANGED