@reekon-tools/boldr-utils 1.4.26 → 1.4.27

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.
@@ -296,6 +296,9 @@ export interface LabelCell {
296
296
  columnId: string;
297
297
  columnType: ColumnType;
298
298
  index?: number;
299
+ isFormula?: boolean;
300
+ result?: number;
301
+ label?: string;
299
302
  };
300
303
  }
301
304
  export declare enum Units {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.4.26",
3
+ "version": "1.4.27",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",