@fileverse-dev/fortune-core 1.1.5-patch.7 → 1.1.6

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,5 +68,4 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
68
68
  column_focus: number;
69
69
  } | undefined;
70
70
  } | undefined;
71
- liveQueryList?: Record<string, import("../types").LiveQueryData> | undefined;
72
71
  };
package/es/types.d.ts CHANGED
@@ -144,18 +144,6 @@ export type ConditionRulesProps = {
144
144
  repeatValue: string;
145
145
  projectValue: string;
146
146
  };
147
- export type LiveQueryData = {
148
- data: {
149
- row: number;
150
- column: number;
151
- function: string;
152
- value: any;
153
- id: string;
154
- name: string;
155
- subSheetId: string;
156
- };
157
- cellData: Cell;
158
- };
159
147
  export type Sheet = {
160
148
  name: string;
161
149
  config?: SheetConfig;
@@ -217,7 +205,6 @@ export type Sheet = {
217
205
  column_focus: number;
218
206
  };
219
207
  };
220
- liveQueryList?: Record<string, LiveQueryData>;
221
208
  };
222
209
  export type CommentBox = {
223
210
  r: number;
@@ -68,5 +68,4 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
68
68
  column_focus: number;
69
69
  } | undefined;
70
70
  } | undefined;
71
- liveQueryList?: Record<string, import("../types").LiveQueryData> | undefined;
72
71
  };
package/lib/types.d.ts CHANGED
@@ -144,18 +144,6 @@ export type ConditionRulesProps = {
144
144
  repeatValue: string;
145
145
  projectValue: string;
146
146
  };
147
- export type LiveQueryData = {
148
- data: {
149
- row: number;
150
- column: number;
151
- function: string;
152
- value: any;
153
- id: string;
154
- name: string;
155
- subSheetId: string;
156
- };
157
- cellData: Cell;
158
- };
159
147
  export type Sheet = {
160
148
  name: string;
161
149
  config?: SheetConfig;
@@ -217,7 +205,6 @@ export type Sheet = {
217
205
  column_focus: number;
218
206
  };
219
207
  };
220
- liveQueryList?: Record<string, LiveQueryData>;
221
208
  };
222
209
  export type CommentBox = {
223
210
  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.7",
3
+ "version": "1.1.6",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",