@fileverse-dev/fortune-react 1.1.5-patch.3 → 1.1.5-patch.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.
|
@@ -120,6 +120,10 @@ export function generateAPIs(context, setContext, handleUndo, handleRedo, settin
|
|
|
120
120
|
ctx.luckysheetfile[subsheetIndex] = __assign(__assign({}, ctx.luckysheetfile[subsheetIndex]), {
|
|
121
121
|
liveQueryList: __assign(__assign({}, previousLiveQuery), (_a = {}, _a["".concat(_data.data.row, "_").concat(_data.data.column)] = _data, _a))
|
|
122
122
|
});
|
|
123
|
+
console.log({
|
|
124
|
+
newFile: ctx.luckysheetfile[subsheetIndex],
|
|
125
|
+
_data: _data
|
|
126
|
+
});
|
|
123
127
|
});
|
|
124
128
|
},
|
|
125
129
|
setCellValue: function setCellValue(row, column, value, options) {
|
|
@@ -127,6 +127,10 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
|
|
|
127
127
|
ctx.luckysheetfile[subsheetIndex] = __assign(__assign({}, ctx.luckysheetfile[subsheetIndex]), {
|
|
128
128
|
liveQueryList: __assign(__assign({}, previousLiveQuery), (_a = {}, _a["".concat(_data.data.row, "_").concat(_data.data.column)] = _data, _a))
|
|
129
129
|
});
|
|
130
|
+
console.log({
|
|
131
|
+
newFile: ctx.luckysheetfile[subsheetIndex],
|
|
132
|
+
_data: _data
|
|
133
|
+
});
|
|
130
134
|
});
|
|
131
135
|
},
|
|
132
136
|
setCellValue: function setCellValue(row, column, value, options) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.1.5-patch.
|
|
3
|
+
"version": "1.1.5-patch.4",
|
|
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.5-patch.
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.1.5-patch.4",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|