@hestia-earth/ui-components 0.0.13 → 0.0.14

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.
@@ -7,7 +7,7 @@ import { HeSearchService } from '../../search/search.service';
7
7
  import * as i0 from "@angular/core";
8
8
  declare type subValueKeys = 'input' | 'property';
9
9
  interface IBlankNodeLogSubValue {
10
- key: subValueKeys;
10
+ key: subValueKeys | 'backgroundData';
11
11
  value: any;
12
12
  configModels: string[];
13
13
  }
@@ -59,8 +59,10 @@ export declare class NodeLogsModelsComponent implements OnInit {
59
59
  validSubValue(node: IBlankNodeLog, index: number, subValue?: IBlankNodeLogSubValue): boolean;
60
60
  getMethodIdAt(node: IBlankNodeLog, index: number, subValue?: IBlankNodeLogSubValue): string;
61
61
  methodName({ logs }: IBlankNodeLog, methodId: string): any;
62
+ isBackground(node: IBlankNodeLog, methodId: string): boolean;
63
+ isSkipped(node: IBlankNodeLog, methodId: string): boolean;
62
64
  hasLog({ logs }: IBlankNodeLog, methodId: string): boolean;
63
- hasLogDetails({ logs }: IBlankNodeLog, methodId: string): number | {
65
+ hasLogDetails(node: IBlankNodeLog, methodId: string): number | {
64
66
  [key: string]: any;
65
67
  };
66
68
  logColor(node: IBlankNodeLog, methodId: string): "success" | "danger" | "dark";
@@ -42,6 +42,7 @@ export interface INodeMissingLookupLog {
42
42
  }
43
43
  export interface INodeTermLogs {
44
44
  [modelKey: string]: {
45
+ model: string;
45
46
  isKey: boolean;
46
47
  shouldRun?: boolean;
47
48
  missingLookups?: INodeMissingLookupLog[];
@@ -52,6 +53,8 @@ export interface INodeTermLogs {
52
53
  [key: string]: any;
53
54
  };
54
55
  [key: string]: any;
56
+ input?: string | string[];
57
+ property?: string | string[];
55
58
  };
56
59
  }
57
60
  export interface INodeLogs {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Hestia reusable components",
5
5
  "repository": {
6
6
  "type": "git",