@reekon-tools/boldr-utils 1.4.26 → 1.4.28

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.
@@ -190,6 +190,8 @@ export interface Group extends FirestoreDoc, Timestamps {
190
190
  finishDate: string;
191
191
  };
192
192
  path?: string;
193
+ groups: Group[];
194
+ sections: Section[];
193
195
  }
194
196
  export declare enum ColumnType {
195
197
  Text = "text",
@@ -296,6 +298,9 @@ export interface LabelCell {
296
298
  columnId: string;
297
299
  columnType: ColumnType;
298
300
  index?: number;
301
+ isFormula?: boolean;
302
+ result?: number;
303
+ label?: string;
299
304
  };
300
305
  }
301
306
  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.28",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",