@fileverse-dev/fortune-core 1.1.0 → 2.0.0
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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -76114,7 +76114,6 @@ 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;
|
|
76118
76117
|
var formatList = {
|
|
76119
76118
|
bg: 1,
|
|
76120
76119
|
ff: 1,
|
package/dist/index.js
CHANGED
|
@@ -76124,7 +76124,6 @@ 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;
|
|
76128
76127
|
var formatList = {
|
|
76129
76128
|
bg: 1,
|
|
76130
76129
|
ff: 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
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.
|
|
17
|
+
"@fileverse-dev/formula-parser": "1.0.0",
|
|
18
18
|
"dayjs": "^1.11.0",
|
|
19
19
|
"immer": "^9.0.12",
|
|
20
20
|
"lodash": "^4.17.21",
|