ados-rcm 1.1.175 → 1.1.177
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATable/ATableBody.d.ts +0 -2
- package/dist/index.cjs.js +22 -22
- package/dist/index.es.js +2186 -2188
- package/package.json +1 -1
@@ -1,4 +1,3 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
import { TUseValues } from '../../AHooks/useValues';
|
3
2
|
import { TCanCallback } from '../../AUtils/cbF';
|
4
3
|
import { IItem } from '../../AUtils/objF';
|
@@ -10,7 +9,6 @@ interface IATableBodyProps<T extends IItem> {
|
|
10
9
|
defs: TATableDefs<T>;
|
11
10
|
isEqual: (a: T, b: T) => boolean;
|
12
11
|
rProps?: TCanCallback<IATableTRProps<T>, IABaseProps>;
|
13
|
-
ref: React.RefObject<HTMLDivElement>;
|
14
12
|
useSelect?: TUseValues<T[]>;
|
15
13
|
isTableDisabled?: string | boolean;
|
16
14
|
isSelectMulti?: boolean;
|