@fileverse-dev/fortune-core 1.1.5-patch.0 → 1.1.5-patch.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.
@@ -68,4 +68,10 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
68
68
  column_focus: number;
69
69
  } | undefined;
70
70
  } | undefined;
71
+ liveQueryList?: Record<string, {
72
+ function: string;
73
+ value: string;
74
+ row: number;
75
+ column: number;
76
+ }> | undefined;
71
77
  };
package/es/types.d.ts CHANGED
@@ -205,6 +205,12 @@ export type Sheet = {
205
205
  column_focus: number;
206
206
  };
207
207
  };
208
+ liveQueryList?: Record<string, {
209
+ function: string;
210
+ value: string;
211
+ row: number;
212
+ column: number;
213
+ }>;
208
214
  };
209
215
  export type CommentBox = {
210
216
  r: number;
@@ -68,4 +68,10 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
68
68
  column_focus: number;
69
69
  } | undefined;
70
70
  } | undefined;
71
+ liveQueryList?: Record<string, {
72
+ function: string;
73
+ value: string;
74
+ row: number;
75
+ column: number;
76
+ }> | undefined;
71
77
  };
package/lib/types.d.ts CHANGED
@@ -205,6 +205,12 @@ export type Sheet = {
205
205
  column_focus: number;
206
206
  };
207
207
  };
208
+ liveQueryList?: Record<string, {
209
+ function: string;
210
+ value: string;
211
+ row: number;
212
+ column: number;
213
+ }>;
208
214
  };
209
215
  export type CommentBox = {
210
216
  r: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.1.5-patch.0",
3
+ "version": "1.1.5-patch.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dev": "father-build --watch"
16
16
  },
17
17
  "dependencies": {
18
- "@fileverse-dev/formula-parser": "0.2.60-patch.0",
18
+ "@fileverse-dev/formula-parser": "0.2.59",
19
19
  "dayjs": "^1.11.0",
20
20
  "immer": "^9.0.12",
21
21
  "lodash": "^4.17.21",