@hestia-earth/ui-components 0.0.27 → 0.0.28

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.
@@ -86,13 +86,12 @@ export declare class NodeLogsModelsComponent implements OnInit {
86
86
  private fetchAllTerms;
87
87
  private suggestByTerm;
88
88
  trackByBlankNode(_index: number, node: IBlankNodeLog): string;
89
- get showOriginalValue(): number;
90
89
  keyValue(blankNodes: blankNode[], key: string): any;
91
90
  togglePopover(popover: any, context: any): any;
92
91
  filterResults(): void;
93
92
  /** Logs **/
94
- private getTransformationLogs;
95
- getLogs(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): INodeTermLog;
93
+ private getSubvalueLogs;
94
+ getLogs(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
96
95
  private isBackground;
97
96
  private isRequired;
98
97
  private isUserProvided;
@@ -100,9 +99,7 @@ export declare class NodeLogsModelsComponent implements OnInit {
100
99
  getMethodIdAt(node: IBlankNodeLog, index: number, subValue?: IBlankNodeLogSubValue): string;
101
100
  methodName(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
102
101
  hasLog(log: INodeTermLog, withOrchestrator?: boolean): boolean;
103
- hasLogDetails(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): number | {
104
- [key: string]: any;
105
- };
102
+ hasLogDetails(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): any;
106
103
  logStatus(node: IBlankNodeLog, methodId: string, subValue?: IBlankNodeLogSubValue): LogStatus;
107
104
  requirementKeys(requirements: {
108
105
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Hestia reusable components",
5
5
  "repository": {
6
6
  "type": "git",