ados-rcm 1.0.541 → 1.0.543
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 +10 -10
- package/dist/index.es.js +262 -262
- 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: (filteration
|
361
|
+
applyFilteration: (filteration?: TATableFilteration<T>) => TPromisable<void>;
|
362
362
|
}
|
363
363
|
export interface IATableProps<T extends IItem> {
|
364
364
|
/**
|