@ieeesa-npm/groups 0.12.5 → 0.12.6
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/esm2022/lib/components/tree-view/tree-view.component.mjs +8 -14
- package/esm2022/lib/groups.component.mjs +3 -3
- package/fesm2022/ieeesa-npm-groups.mjs +9 -15
- package/fesm2022/ieeesa-npm-groups.mjs.map +1 -1
- package/lib/components/tree-view/tree-view.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -283,7 +283,7 @@ export declare class TreeViewComponent implements OnInit, AfterViewInit, OnDestr
|
|
|
283
283
|
*/
|
|
284
284
|
trackByFn(index: number, iconButton: IconButton): number;
|
|
285
285
|
/**
|
|
286
|
-
* Sets indentation based on the node level
|
|
286
|
+
* Sets indentation based on the node level.
|
|
287
287
|
* @param {GroupNode} node
|
|
288
288
|
* @return {{ [key: string]: string }}
|
|
289
289
|
* @memberof TreeViewComponent
|