ados-rcm 1.0.563 → 1.0.564
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 +0 -6
- package/dist/index.cjs.js +11 -11
- package/dist/index.es.js +1613 -1615
- package/package.json +1 -1
@@ -148,12 +148,6 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
|
|
148
148
|
* Description : decides whether the input is focused or not
|
149
149
|
*/
|
150
150
|
autoFocus?: boolean;
|
151
|
-
/**
|
152
|
-
* maxLength? : number
|
153
|
-
*
|
154
|
-
* Description : maxLength of the String filter
|
155
|
-
*/
|
156
|
-
maxLength?: number;
|
157
151
|
};
|
158
152
|
Select: {
|
159
153
|
/**
|