@fileverse-dev/dsheet 1.1.22-patch-1 → 1.1.23-lq-fixes-1

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.
@@ -1,6 +1,7 @@
1
1
  import { LiveQueryData, Sheet, WorkbookInstance } from '@fileverse-dev/fortune-react';
2
2
  import { DataBlockApiKeyHandlerType } from '../../types';
3
3
 
4
+ export declare const LIVE_QUERY_ERROR = "LIVE_QUERY_ERROR";
4
5
  export declare const useLiveQuery: (sheetEditorRef: React.MutableRefObject<WorkbookInstance | null>, dataBlockApiKeyHandler?: DataBlockApiKeyHandlerType, enableLiveQuery?: boolean, refreshRate?: number) => {
5
6
  handleLiveQuery: (subsheetIndex: number, queryData: LiveQueryData) => void;
6
7
  initialiseLiveQueryData: (sheets: Sheet[]) => void;
@@ -42,6 +42,7 @@ interface AfterUpdateCellParams {
42
42
  };
43
43
  };
44
44
  }
45
+ export declare const isDatablockError: (value: any) => boolean;
45
46
  /**
46
47
  * Handles logic after a cell is updated, including processing formula results
47
48
  *
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.1.22-patch-1",
5
+ "version": "1.1.23-lq-fixes-1",
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.18",
37
37
  "@fileverse-dev/formulajs": "^4.4.17",
38
- "@fileverse-dev/fortune-react": "^1.1.25",
38
+ "@fileverse-dev/fortune-react": "^1.1.26",
39
39
  "@fileverse/ui": "^4.1.7-patch-21",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",