@fileverse-dev/fortune-core 1.0.3 → 1.0.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/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -76114,6 +76114,7 @@ function setCellValue$1(ctx, row, column, value, cellInput) {
|
|
|
76114
76114
|
}
|
|
76115
76115
|
var sheet = getSheet(ctx, options);
|
|
76116
76116
|
var data = sheet.data;
|
|
76117
|
+
if (!data) return;
|
|
76117
76118
|
var formatList = {
|
|
76118
76119
|
bg: 1,
|
|
76119
76120
|
ff: 1,
|
package/dist/index.js
CHANGED
|
@@ -76124,6 +76124,7 @@ function setCellValue$1(ctx, row, column, value, cellInput) {
|
|
|
76124
76124
|
}
|
|
76125
76125
|
var sheet = getSheet(ctx, options);
|
|
76126
76126
|
var data = sheet.data;
|
|
76127
|
+
if (!data) return;
|
|
76127
76128
|
var formatList = {
|
|
76128
76129
|
bg: 1,
|
|
76129
76130
|
ff: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dev": "father-build --watch"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@fileverse-dev/formula-parser": "0.2.
|
|
17
|
+
"@fileverse-dev/formula-parser": "0.2.14",
|
|
18
18
|
"dayjs": "^1.11.0",
|
|
19
19
|
"immer": "^9.0.12",
|
|
20
20
|
"lodash": "^4.17.21",
|