@refinitiv-ui/efx-grid 6.0.43 → 6.0.44

Sign up to get free protection for your applications and to get access to all the features.
package/lib/grid/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import {Grid} from "./lib/efx-grid.js";
2
2
  export {Grid}
3
- window.EFX_GRID = { version: "6.0.43" };
3
+ window.EFX_GRID = { version: "6.0.44" };
@@ -85,7 +85,8 @@ declare namespace Grid {
85
85
  fieldCaching?: boolean|null,
86
86
  timeSeriesExpansion?: boolean|null,
87
87
  childDataField?: string|null,
88
- topSection?: boolean|null
88
+ topSection?: boolean|null,
89
+ sorting?: SortableTitlePlugin.Options|null
89
90
  };
90
91
 
91
92
  type RowReference = number|string|RowDefinition|null;
package/package.json CHANGED
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "version": "6.0.43"
69
+ "version": "6.0.44"
70
70
  }