ados-rcm 1.0.545 → 1.0.547
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATable/ATable.d.ts +1 -1
- package/dist/index.cjs.js +15 -15
- package/dist/index.es.js +421 -421
- package/package.json +1 -1
@@ -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: (
|
361
|
+
applyFilteration: (cb?: (oldFilteration: TATableFilteration<T>) => TATableFilteration<T>) => TPromisable<void>;
|
362
362
|
}
|
363
363
|
export interface IATableProps<T extends IItem> {
|
364
364
|
/**
|