@fileverse-dev/fortune-react 1.1.79 → 1.1.80-patch-test-2
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.
|
@@ -113,6 +113,9 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
|
113
113
|
});
|
|
114
114
|
});
|
|
115
115
|
celldata === null || celldata === void 0 ? void 0 : celldata.forEach(function (d) {
|
|
116
|
+
if (d.v) {
|
|
117
|
+
console.log("set cell value", d.r, d.c, d.v);
|
|
118
|
+
}
|
|
116
119
|
expandedData_1[d.r][d.c] = d.v;
|
|
117
120
|
});
|
|
118
121
|
draftCtx.luckysheetfile = produce(draftCtx.luckysheetfile, function (d) {
|
|
@@ -122,6 +122,9 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
|
|
|
122
122
|
});
|
|
123
123
|
});
|
|
124
124
|
celldata === null || celldata === void 0 ? void 0 : celldata.forEach(function (d) {
|
|
125
|
+
if (d.v) {
|
|
126
|
+
console.log("set cell value", d.r, d.c, d.v);
|
|
127
|
+
}
|
|
125
128
|
expandedData_1[d.r][d.c] = d.v;
|
|
126
129
|
});
|
|
127
130
|
draftCtx.luckysheetfile = (0, _immer.default)(draftCtx.luckysheetfile, function (d) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.80-patch-test-2",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.1.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.1.80-patch-test-2",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|