@fileverse-dev/dsheet 1.2.20 → 1.2.21-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.
@@ -6,10 +6,11 @@ export type FormulaSyncType = {
6
6
  newValue: Record<string, string>;
7
7
  apiData: Array<Record<string, object>> | Array<Array<string>>;
8
8
  sheetEditorRef: React.RefObject<WorkbookInstance | null>;
9
+ shouldIgnoreUsdValue?: boolean;
9
10
  };
10
11
  export declare function isUsdValue(str: string): boolean;
11
12
  export declare const USD_FA: string;
12
- export declare const formulaResponseUiSync: ({ row, column, newValue, apiData, sheetEditorRef, }: FormulaSyncType) => void;
13
+ export declare const formulaResponseUiSync: ({ row, column, newValue, apiData, sheetEditorRef, shouldIgnoreUsdValue, }: FormulaSyncType) => void;
13
14
  export declare const getCellClone: (r: number, c: number, sheetEditorRef: React.RefObject<WorkbookInstance | null>) => {
14
15
  v?: string | number | boolean;
15
16
  m?: string | number;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/dsheet",
3
3
  "private": false,
4
4
  "description": "DSheet",
5
- "version": "1.2.20",
5
+ "version": "1.2.21-patch-2",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@fileverse-dev/dsheets-templates": "^0.0.28",
37
37
  "@fileverse-dev/formulajs": "^4.4.29",
38
- "@fileverse-dev/fortune-react": "^1.2.22",
38
+ "@fileverse-dev/fortune-react": "^1.2.22-patch-1",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",