logitude-dashboard-library 3.2.32 → 3.2.34

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.
@@ -3,4 +3,5 @@ export declare class Session {
3
3
  static Tenant: number;
4
4
  static Token: string;
5
5
  static NumberFormatCode: string | null | undefined;
6
+ static isMasterNumberClickable: any;
6
7
  }
@@ -35,4 +35,6 @@ export declare type DataPointSelection = {
35
35
  TableRowEntityId?: string | null;
36
36
  PivotFields?: PivotField[];
37
37
  IsKPISecondaryValues?: boolean;
38
+ RowData?: any | null;
39
+ FieldCode?: string | null;
38
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.32",
3
+ "version": "3.2.34",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",