@fileverse-dev/dsheet 1.2.33 → 1.2.34
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 +2 -2
package/dist/index.es.js
CHANGED
|
@@ -93016,7 +93016,7 @@ var NS = function(t, r) {
|
|
|
93016
93016
|
for (var a, n = 0; n < r.length; n += 1)
|
|
93017
93017
|
for (var i = r[n], l = 0; l < r[0].length; l += 1) {
|
|
93018
93018
|
var c = R4.isObject(r[n][l]) ? (a = r[n][l]) === null || a === void 0 ? void 0 : a.v : r[n][l];
|
|
93019
|
-
if (c && String(c).
|
|
93019
|
+
if (c && String(c).startsWith("=")) {
|
|
93020
93020
|
var f = {}, s = p1(t, String(c), n, l, void 0, void 0, !0), o = s[1], u = s[2];
|
|
93021
93021
|
f.v = o, f.f = u, f.m = o.toString(), i[l] = f;
|
|
93022
93022
|
}
|
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.
|
|
5
|
+
"version": "1.2.34",
|
|
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.28",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.30",
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.2.
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.2.35",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|