structra-ui 0.2.95 → 0.2.98

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.
@@ -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;