logitude-dashboard-library 3.2.21 → 3.2.23

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.
@@ -905,6 +905,16 @@ $dark-grey: #717585;
905
905
  background: #FFFFFF;
906
906
  }
907
907
 
908
+ .dx-pivotgrid .dx-column-header,
909
+ .dx-pivotgrid .dx-data-header,
910
+ .dx-pivotgrid .dx-total {
911
+ background-color: rgba(221, 221, 221, .2) !important;
912
+ }
913
+
914
+ .dx-pivotgrid .dx-grandtotal {
915
+ background-color: #f5f5f5 !important;
916
+ }
917
+
908
918
  .dx-pivotgrid .dx-pivotgrid-vertical-headers td > span {
909
919
  font-family: "Manrope";
910
920
  font-size: 12px;
@@ -34,4 +34,5 @@ export declare type DataPointSelection = {
34
34
  ObjectTableName?: string | null;
35
35
  TableRowEntityId?: string | null;
36
36
  PivotFields?: PivotField[];
37
+ IsKPISecondaryValues?: boolean;
37
38
  };
@@ -74,4 +74,5 @@ export declare type ReactWidgetPM = {
74
74
  PivotColumns?: string | null;
75
75
  PivotRows?: string | null;
76
76
  PivotData?: string | null;
77
+ PivotTotalsSettings?: string | null;
77
78
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "3.2.21",
3
+ "version": "3.2.23",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",