@leankylin-sheet/core 5.2.42 → 5.2.44

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.
@@ -31,6 +31,11 @@ export declare function iscelldata(txt: string): boolean;
31
31
  export declare function getcellrange(ctx: Context, txt: string, formulaId?: string): any;
32
32
  export declare function getAllFunctionGroup(ctx: Context): any[];
33
33
  export declare function delFunctionGroup(ctx: Context, r: number, c: number, id?: string): void;
34
+ export declare function delFunctionGroups(ctx: Context, cells: {
35
+ r: number;
36
+ c: number;
37
+ id?: string;
38
+ }[], id?: string): void;
34
39
  export declare function insertUpdateFunctionGroup(ctx: Context, r: number, c: number, id?: string): void;
35
40
  export declare function execfunction(ctx: Context, txt: string, r: number, c: number, id?: string, isrefresh?: boolean, notInsertFunc?: boolean): any[];
36
41
  export declare function groupValuesRefresh(ctx: Context): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leankylin-sheet/core",
3
- "version": "5.2.42",
3
+ "version": "5.2.44",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "typings": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "build": "father-build"
14
14
  },
15
15
  "dependencies": {
16
- "@leankylin-sheet/formula-parser": "5.2.42",
16
+ "@leankylin-sheet/formula-parser": "5.2.44",
17
17
  "dayjs": "^1.11.0",
18
18
  "immer": "^9.0.12",
19
19
  "lodash": "^4.17.21",