structra-ui 0.2.97 → 0.2.99
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/fesm2022/structra-ui.mjs +18 -12
- package/fesm2022/structra-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/structra-ui.css +1 -1
- package/types/structra-ui.d.ts +1 -0
package/types/structra-ui.d.ts
CHANGED
|
@@ -13265,6 +13265,7 @@ declare class StructraReportPageBaseComponent implements OnInit, OnChanges {
|
|
|
13265
13265
|
constructor();
|
|
13266
13266
|
ngOnChanges(changes: SimpleChanges): void;
|
|
13267
13267
|
ngOnInit(): void;
|
|
13268
|
+
private syncTreeFromCacheOrFetch;
|
|
13268
13269
|
selectReport(id: string | null): void;
|
|
13269
13270
|
refreshTree(force?: boolean): Promise<void>;
|
|
13270
13271
|
private hidratarArvoreDoCache;
|