@hestia-earth/ui-components 0.32.24 → 0.32.26

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.
@@ -20,6 +20,7 @@ type groupedNode = Animal | Transformation;
20
20
  export declare class CyclesNodesComponent {
21
21
  private readonly modalService;
22
22
  private readonly nodeStoreService;
23
+ protected readonly componentId: import("@angular/core").Signal<string>;
23
24
  protected readonly dataState: import("@angular/core").InputSignal<DataState>;
24
25
  protected readonly nodeKeys: import("@angular/core").InputSignal<BlankNodesKey[]>;
25
26
  protected readonly nodeKeyGroup: import("@angular/core").InputSignal<CycleNodesKeyGroup>;
@@ -162,7 +163,6 @@ export declare class CyclesNodesComponent {
162
163
  id?: string;
163
164
  }>;
164
165
  private readonly isOriginal;
165
- private readonly originalValues;
166
166
  private readonly hasRecalculatedNodes;
167
167
  protected readonly showSwitchToRecalculated: import("@angular/core").Signal<boolean>;
168
168
  protected readonly timelineValues: import("@angular/core").Signal<blankNodesType[]>;