@refinitiv-ui/efx-grid 6.0.139 → 6.0.140

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.139" };
3
+ window.EFX_GRID = { version: "6.0.140" };
@@ -38,7 +38,8 @@ declare namespace RowFilteringPlugin {
38
38
  additionalItems?: any[]|null,
39
39
  compactMode?: boolean|null,
40
40
  blankValues?: (boolean|string)|null,
41
- dateTimeFormat?: string|null
41
+ dateTimeFormat?: string|null,
42
+ showOnlyFilteredItems?: boolean|null
42
43
  };
43
44
 
44
45
  type FilterEntry = {
package/package.json CHANGED
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "version": "6.0.139"
72
+ "version": "6.0.140"
73
73
  }