@fileverse-dev/dsheet 1.2.66 → 1.2.67
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -185040,7 +185040,7 @@ const V_t = (e) => {
|
|
|
185040
185040
|
try {
|
|
185041
185041
|
(r = e == null ? void 0 : e.setDataBlockCalcFunction) == null || r.call(e, (c) => {
|
|
185042
185042
|
var b, g, w, x, k;
|
|
185043
|
-
const f = (g = (b = e.newValue) == null ? void 0 : b.f) == null ? void 0 : g.split("=")[1], s = f == null ? void 0 : f.match(
|
|
185043
|
+
const f = (g = (b = e.newValue) == null ? void 0 : b.f) == null ? void 0 : g.split("=")[1], s = f == null ? void 0 : f.match(/^=?(\w+)(?:\(([^)]*)\)?)?$/);
|
|
185044
185044
|
if (!s)
|
|
185045
185045
|
throw new Error(`Invalid function call format: ${f}`);
|
|
185046
185046
|
const o = s[2];
|