@reekon-tools/boldr-utils 1.6.10 → 1.6.11

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.
@@ -220,6 +220,7 @@ export interface Section extends Timestamps {
220
220
  tableConfig: ColumnConfig[];
221
221
  measurements: string[];
222
222
  isTemplate?: boolean;
223
+ viewMode?: 'rows' | 'columns' | 'transposed';
223
224
  }
224
225
  export interface Group extends FirestoreDoc, Timestamps {
225
226
  sectionId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reekon-tools/boldr-utils",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "Shared utilities for formulas and measurement conversion used in Reekon apps",
5
5
  "author": "REEKON Tools",
6
6
  "license": "MIT",