ados-rcm 1.1.257 → 1.1.259
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATable/ATableFilter.d.ts +1 -0
- package/dist/index.cjs.js +24 -24
- package/dist/index.es.js +3910 -3891
- package/package.json +1 -1
@@ -9,6 +9,7 @@ interface IATableFilterProps<T extends IItem> {
|
|
9
9
|
hasToggleFilteration: boolean;
|
10
10
|
filterF: IATableFilterF;
|
11
11
|
isRowRendered?: boolean;
|
12
|
+
isFilterSort?: boolean;
|
12
13
|
resources: typeof Resources.ATable;
|
13
14
|
}
|
14
15
|
export declare const ATableFilter: <T extends IItem>(props: IATableFilterProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|