ados-rcm 1.1.177 → 1.1.178
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 +25 -25
- package/dist/index.es.js +3545 -3543
- package/package.json +1 -1
@@ -4,9 +4,9 @@ import { TCanCallback } from '../../AUtils/cbF';
|
|
4
4
|
import { IItem } from '../../AUtils/objF';
|
5
5
|
import { IABaseProps } from '../ABase/ABase';
|
6
6
|
import { IDateRange } from '../ADatePicker/ADateRangePicker';
|
7
|
+
import { TIcons } from '../AIcon/AIcon';
|
7
8
|
import { Resources } from '../AResource/AResource';
|
8
9
|
import { TActionRef, TIdx, TPromisable } from '../ATypes/ATypes';
|
9
|
-
import { TIcons } from '../AIcon/AIcon';
|
10
10
|
export interface IATableTHProps<T extends IItem> {
|
11
11
|
/**
|
12
12
|
* defKey : TIdx
|