@hestia-earth/ui-components 0.2.6 → 0.2.7

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.
@@ -18,6 +18,8 @@ export declare class ImpactAssessmentsIndicatorBreakdownChartComponent implement
18
18
  loading: boolean;
19
19
  terms: Term[];
20
20
  selectedTerm?: Term;
21
+ methods: Term[];
22
+ selectedMethod?: Term;
21
23
  noData: boolean;
22
24
  csvContent?: SafeResourceUrl;
23
25
  constructor(ngZone: NgZone, domSanitizer: DomSanitizer, searchService: HeSearchService, nodeService: HeNodeService);
@@ -16,7 +16,7 @@ export declare class ImpactAssessmentsProductsComponent implements OnChanges {
16
16
  private cycles?;
17
17
  impactAssessments: IImpactAssessmentJSONLD[];
18
18
  selected: string[];
19
- key: 'impacts' | 'emissionsResourceUse';
19
+ key: 'endpoints' | 'impacts' | 'emissionsResourceUse';
20
20
  dataState?: DataState;
21
21
  filterTermTypes?: TermTermType[];
22
22
  enableFilterMethodModel: boolean;
@@ -61,6 +61,7 @@ export declare class NodeLogsModelsComponent implements OnInit {
61
61
  filteredType?: string;
62
62
  baseUrl: string;
63
63
  isExternal: boolean;
64
+ hasLog: (log: INodeTermLog, withOrchestrator?: boolean) => boolean;
64
65
  loading: boolean;
65
66
  blankNodes: IBlankNodeLog[];
66
67
  methodModelsCount: number;
@@ -97,12 +98,9 @@ export declare class NodeLogsModelsComponent implements OnInit {
97
98
  private getSubvalueLogs;
98
99
  getLogs(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
99
100
  private isBackground;
100
- private isRunOrchestrator;
101
101
  private isUserProvided;
102
- validSubValue(node: IBlankNodeLog, index: number, subValue?: IBlankNodeLogSubValue): boolean;
103
102
  getMethodIdAt(node: IBlankNodeLog, index: number, subValue?: IBlankNodeLogSubValue): string;
104
103
  methodName(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
105
- hasLog(log: INodeTermLog, withOrchestrator?: boolean): boolean;
106
104
  hasLogDetails(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
107
105
  logStatus(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): LogStatus;
108
106
  requirementKeys(requirements: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Hestia reusable components",
5
5
  "repository": {
6
6
  "type": "git",