@hestia-earth/ui-components 0.40.4 → 0.40.6
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
|
@@ -1974,7 +1974,6 @@ declare class CyclesCompletenessComponent {
|
|
|
1974
1974
|
protected readonly isOriginal: _angular_core.Signal<boolean>;
|
|
1975
1975
|
protected readonly completenessKeys: _angular_core.Signal<string[]>;
|
|
1976
1976
|
constructor();
|
|
1977
|
-
protected trackById(_index: number, item: ICycleJSONLD): string;
|
|
1978
1977
|
protected selectIndex({ target: { value } }: {
|
|
1979
1978
|
target: {
|
|
1980
1979
|
value: any;
|
|
@@ -2048,7 +2047,6 @@ declare class CyclesMetadataComponent {
|
|
|
2048
2047
|
[k: string]: string | number | boolean | string[] | _hestia_earth_schema.ISiteJSONLD | number[] | _hestia_earth_schema.ISourceJSONLD | (string | _hestia_earth_schema.IContext)[] | Date | _hestia_earth_schema.Product[] | _hestia_earth_schema.Input[] | _hestia_earth_schema.Animal[] | _hestia_earth_schema.Emission[] | _hestia_earth_schema.Practice[] | _hestia_earth_schema.Transformation[] | _hestia_earth_schema.ISourceJSONLD[] | _hestia_earth_schema.Completeness | ICycleJSONLD[] | _hestia_earth_schema.ISiteJSONLD[] | null[][];
|
|
2049
2048
|
}>;
|
|
2050
2049
|
protected readonly keys: _angular_core.Signal<(keyof ICycleJSONLD)[]>;
|
|
2051
|
-
protected trackById(_index: number, item: ICycleJSONLD): string;
|
|
2052
2050
|
protected selectIndex({ target: { value } }: {
|
|
2053
2051
|
target: {
|
|
2054
2052
|
value: any;
|
|
@@ -2259,7 +2257,6 @@ declare class CyclesNodesComponent {
|
|
|
2259
2257
|
constructor();
|
|
2260
2258
|
private groupNodesByKey;
|
|
2261
2259
|
private groupEmissions;
|
|
2262
|
-
protected trackById(_index: number, item: ICycleJSONLD | groupedNode): any;
|
|
2263
2260
|
protected selectIndex({ target: { value } }: {
|
|
2264
2261
|
target: {
|
|
2265
2262
|
value: any;
|
|
@@ -3722,7 +3719,6 @@ declare class ImpactAssessmentsProductsComponent {
|
|
|
3722
3719
|
protected groupIndicators(): IGroupedKeys<Indicator>[];
|
|
3723
3720
|
private groupEmissions;
|
|
3724
3721
|
constructor();
|
|
3725
|
-
protected trackById(_index: number, item: IImpactAssessmentJSONLD): string;
|
|
3726
3722
|
protected updateSelectedMethodModel(termName: string): void;
|
|
3727
3723
|
protected impactName(impact: IImpactAssessmentJSONLD): any;
|
|
3728
3724
|
protected cycleLabel({ '@id': id, name }: any): any;
|
|
@@ -5016,7 +5012,6 @@ declare class SitesNodesComponent {
|
|
|
5016
5012
|
protected readonly csvFilename: _angular_core.Signal<string>;
|
|
5017
5013
|
protected readonly data: _angular_core.Signal<IGroupedKeys<Measurement | Management>[]>;
|
|
5018
5014
|
constructor();
|
|
5019
|
-
protected trackById(_index: number, item: ISiteJSONLD): string;
|
|
5020
5015
|
protected selectIndex({ target: { value } }: {
|
|
5021
5016
|
target: {
|
|
5022
5017
|
value: any;
|