@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.
- package/cycles/cycles-nodes/cycles-nodes.component.d.ts +1 -1
- package/fesm2022/hestia-earth-ui-components.mjs +14 -13
- package/fesm2022/hestia-earth-ui-components.mjs.map +1 -1
- package/impact-assessments/impact-assessments-products/impact-assessments-products.component.d.ts +1 -1
- package/package.json +1 -1
- package/sites/sites-nodes/sites-nodes.component.d.ts +1 -1
- /package/{tags-input/utils → common}/uuid.d.ts +0 -0
|
@@ -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[]>;
|