ados-rcm 1.0.541 → 1.0.542

Sign up to get free protection for your applications and to get access to all the features.
@@ -358,7 +358,7 @@ export interface IATableState<T extends IItem, K extends IItem = any> {
358
358
  }
359
359
  export interface IATableActions<T extends IItem> {
360
360
  fireOnStateChange: (cb?: (oldState: IATableState<T>) => IATableState<T>) => TPromisable<void>;
361
- applyFilteration: (filteration: TATableFilteration<T>) => TPromisable<void>;
361
+ applyFilteration: (filteration?: TATableFilteration<T>) => TPromisable<void>;
362
362
  }
363
363
  export interface IATableProps<T extends IItem> {
364
364
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.541",
3
+ "version": "1.0.542",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",