@fileverse-dev/fortune-react 1.1.5-patch.5 → 1.1.5-patch.7

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.
@@ -129,6 +129,11 @@ export function generateAPIs(context, setContext, handleUndo, handleRedo, settin
129
129
  ctx.luckysheetfile[subSheetIndex] = __assign(__assign({}, ctx.luckysheetfile[subSheetIndex]), {
130
130
  liveQueryList: previousLiveQuery
131
131
  });
132
+ console.log({
133
+ id: id,
134
+ previousLiveQuery: previousLiveQuery,
135
+ LIST: ctx.luckysheetfile[subSheetIndex]
136
+ });
132
137
  });
133
138
  },
134
139
  setCellValue: function setCellValue(row, column, value, options) {
@@ -136,6 +136,11 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
136
136
  ctx.luckysheetfile[subSheetIndex] = __assign(__assign({}, ctx.luckysheetfile[subSheetIndex]), {
137
137
  liveQueryList: previousLiveQuery
138
138
  });
139
+ console.log({
140
+ id: id,
141
+ previousLiveQuery: previousLiveQuery,
142
+ LIST: ctx.luckysheetfile[subSheetIndex]
143
+ });
139
144
  });
140
145
  },
141
146
  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.5",
3
+ "version": "1.1.5-patch.7",
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.5",
19
+ "@fileverse-dev/fortune-core": "1.1.5-patch.7",
20
20
  "@fileverse/ui": "^4.1.7-patch-21",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",