@fileverse-dev/fortune-core 1.1.5-patch.7 → 1.1.5
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.
- package/es/api/common.d.ts +0 -1
- package/es/types.d.ts +0 -13
- package/lib/api/common.d.ts +0 -1
- package/lib/types.d.ts +0 -13
- package/package.json +1 -1
package/es/api/common.d.ts
CHANGED
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;
|
package/lib/api/common.d.ts
CHANGED
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;
|