@hestia-earth/ui-components 0.42.19 → 0.42.20
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/package.json
CHANGED
|
@@ -4032,6 +4032,10 @@ declare class ImpactAssessmentsGraphComponent {
|
|
|
4032
4032
|
private readonly nodeService;
|
|
4033
4033
|
private readonly emissionCategoryService;
|
|
4034
4034
|
private readonly initialTerms;
|
|
4035
|
+
protected readonly nodeVersionKey: (node?: {
|
|
4036
|
+
"@id"?: string;
|
|
4037
|
+
dataVersion?: string;
|
|
4038
|
+
}) => string;
|
|
4035
4039
|
protected readonly impactAssessments: _angular_core.InputSignal<IImpactAssessmentJSONLD[]>;
|
|
4036
4040
|
protected readonly dataState: _angular_core.InputSignal<DataState>;
|
|
4037
4041
|
protected readonly isRecalculated: _angular_core.Signal<boolean>;
|