@fileverse-dev/dsheet 1.2.81-maitra-xl → 1.2.81-maitra-xl-1
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 +3 -3
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -88675,7 +88675,7 @@ function Dl(e, t, r, i, n, a, l, c) {
|
|
|
88675
88675
|
id: n
|
|
88676
88676
|
});
|
|
88677
88677
|
var f = t;
|
|
88678
|
-
if ((t.toUpperCase().includes("NETWORKDAYS.INTL") || t.toUpperCase().includes("WORKDAY.INTL")) && (t = lpe(t)), t.indexOf(ad.r) > -1)
|
|
88678
|
+
if ((t != null && t.toUpperCase().includes("NETWORKDAYS.INTL") || t != null && t.toUpperCase().includes("WORKDAY.INTL")) && (t = lpe(t)), t.indexOf(ad.r) > -1)
|
|
88679
88679
|
return [!1, ad.r, t];
|
|
88680
88680
|
ipe(t) || (t += ")"), ce.isNil(n) && (n = e.currentSheetId), e.calculateSheetId = n, e.formulaCache.parser.context = e;
|
|
88681
88681
|
var s = e.formulaCache.parser.parse(t.substring(1), {
|
|
@@ -94591,7 +94591,7 @@ function wG(e, t, r) {
|
|
|
94591
94591
|
if (r && (!((n = e.luckysheetfile[s].data[m][b]) === null || n === void 0) && n.f) && !(!((a = e.luckysheetfile[s].data[m][b]) === null || a === void 0) && a.isDataBlockFormula) && (g = r.some(function(T) {
|
|
94592
94592
|
var L;
|
|
94593
94593
|
return Ipe((L = e.luckysheetfile[s].data[m][b]) === null || L === void 0 ? void 0 : L.f, T);
|
|
94594
|
-
})), g
|
|
94594
|
+
})), !g || !(!((l = e.luckysheetfile[s].data[m][b]) === null || l === void 0) && l.f) || !((c = e.luckysheetfile[s].data[m][b]) === null || c === void 0) && c.isDataBlockFormula)
|
|
94595
94595
|
return "continue";
|
|
94596
94596
|
var w = Dl(e, (f = e.luckysheetfile[s].data[m][b]) === null || f === void 0 ? void 0 : f.f, m, b, t), x = Array.isArray(w[1]);
|
|
94597
94597
|
if (x) {
|
|
@@ -185466,7 +185466,7 @@ var JTt = function(t) {
|
|
|
185466
185466
|
}
|
|
185467
185467
|
return B(me, G.inversePatches, pe, !0), me;
|
|
185468
185468
|
});
|
|
185469
|
-
}, [B]), P = xr(function() {
|
|
185469
|
+
}, [B, f]), P = xr(function() {
|
|
185470
185470
|
var G = f.current.redoList.pop();
|
|
185471
185471
|
G && w(function(K) {
|
|
185472
185472
|
var U = UA(K, G.patches);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.2.81-maitra-xl",
|
|
5
|
+
"version": "1.2.81-maitra-xl-1",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.29",
|
|
37
37
|
"@fileverse-dev/formulajs": "4.4.46",
|
|
38
|
-
"@fileverse-dev/fortune-react": "1.2.86-maitra-xl",
|
|
38
|
+
"@fileverse-dev/fortune-react": "1.2.86-maitra-xl-1",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|