ados-rcm 1.1.42 → 1.1.44
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATree/ATree.d.ts +6 -0
- package/dist/index.cjs.js +28 -28
- package/dist/index.es.js +3486 -3481
- package/package.json +1 -1
@@ -220,6 +220,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
|
|
220
220
|
* Description : className of ATreeItem
|
221
221
|
*/
|
222
222
|
TreeItemClassName?: TCanCallback<IATreeItemProps<T>, string>;
|
223
|
+
/**
|
224
|
+
* OverflowPadding? : boolean
|
225
|
+
*
|
226
|
+
* Description : OverflowPadding of ATree
|
227
|
+
*/
|
228
|
+
OverflowPadding?: boolean;
|
223
229
|
}
|
224
230
|
/**
|
225
231
|
* AComponent : ATree
|