@fileverse-dev/fortune-react 1.1.5-patch.6 → 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.
@@ -131,7 +131,8 @@ export function generateAPIs(context, setContext, handleUndo, handleRedo, settin
131
131
  });
132
132
  console.log({
133
133
  id: id,
134
- previousLiveQuery: previousLiveQuery
134
+ previousLiveQuery: previousLiveQuery,
135
+ LIST: ctx.luckysheetfile[subSheetIndex]
135
136
  });
136
137
  });
137
138
  },
@@ -138,7 +138,8 @@ function generateAPIs(context, setContext, handleUndo, handleRedo, settings, cel
138
138
  });
139
139
  console.log({
140
140
  id: id,
141
- previousLiveQuery: previousLiveQuery
141
+ previousLiveQuery: previousLiveQuery,
142
+ LIST: ctx.luckysheetfile[subSheetIndex]
142
143
  });
143
144
  });
144
145
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.1.5-patch.6",
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.6",
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",