@fileverse-dev/dsheet 2.1.2-dropIn-mri-3 → 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-BO3vh_NY.js → executeStringFunction-CdefKC3n.js} +2 -0
- package/dist/formula.js +1 -1
- package/dist/{index-BTV_3Y8u.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-BSnMDzb8.js → use-xlsx-import-impl-BT9Bqynj.js} +2 -2
- package/dist/{xlsx-export-impl-OmalYPfO.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;
|
package/dist/formula.js
CHANGED