ados-rcm 1.0.490 → 1.0.491
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AModule/AComponents/ATree/ATree.d.ts +6 -0
- package/dist/index.cjs.js +20 -20
- package/dist/index.es.js +2286 -2285
- package/package.json +1 -1
@@ -173,6 +173,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
|
|
173
173
|
* Description : TopRightAddon of ATree
|
174
174
|
*/
|
175
175
|
TopRightAddon?: React.ReactNode;
|
176
|
+
/**
|
177
|
+
* TreeTopAddon? : React.ReactNode
|
178
|
+
*
|
179
|
+
* Description : TreeTopAddon of ATree
|
180
|
+
*/
|
181
|
+
TreeTopAddon?: React.ReactNode;
|
176
182
|
/**
|
177
183
|
* resources? : Partial<typeof Resources.ATree>
|
178
184
|
*
|