@things-factory/integration-ui 7.0.1-alpha.1 → 7.0.1-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/dist-client/editors/entity-editor.d.ts +1 -1
  2. package/dist-client/editors/entity-selector.d.ts +1 -1
  3. package/dist-client/editors/property-editor.d.ts +6 -6
  4. package/dist-client/editors/things-editor-entity-selector.d.ts +1 -1
  5. package/dist-client/editors/things-editor-http-body.d.ts +2 -2
  6. package/dist-client/editors/things-editor-http-headers.d.ts +1 -1
  7. package/dist-client/editors/things-editor-http-parameters.d.ts +1 -1
  8. package/dist-client/editors/things-editor-oracle-procedure.d.ts +1 -1
  9. package/dist-client/editors/things-editor-tag-scenarios.d.ts +1 -1
  10. package/dist-client/grist/dynamic-selector.d.ts +1 -1
  11. package/dist-client/grist/task-type-selector.d.ts +1 -1
  12. package/dist-client/pages/connection-importer.d.ts +1 -1
  13. package/dist-client/pages/connection.d.ts +1 -1
  14. package/dist-client/pages/integration-analysis.d.ts +1 -1
  15. package/dist-client/pages/integration-monitor.d.ts +1 -1
  16. package/dist-client/pages/scenario-importer.d.ts +1 -1
  17. package/dist-client/pages/scenario.d.ts +1 -1
  18. package/dist-client/pages/state-register.d.ts +1 -1
  19. package/dist-client/tsconfig.tsbuildinfo +1 -1
  20. package/dist-client/viewparts/connections-monitor.d.ts +2 -2
  21. package/dist-client/viewparts/monitoring-summary.d.ts +2 -2
  22. package/dist-client/viewparts/pending-q-monitor.d.ts +2 -2
  23. package/dist-client/viewparts/scenario-instance-log-view.d.ts +1 -1
  24. package/dist-client/viewparts/scenario-instance-monitor.d.ts +1 -1
  25. package/dist-client/viewparts/scenario-instance-view.d.ts +3 -3
  26. package/dist-client/viewparts/scenario-monitor.d.ts +2 -2
  27. package/dist-client/viewparts/scenarios-monitor.d.ts +1 -1
  28. package/dist-server/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +5 -5
@@ -2,7 +2,7 @@ import './things-editor-entity-selector';
2
2
  import { OxPropertyEditor } from '@operato/property-editor';
3
3
  export declare class PropertyEditorEntitySelector extends OxPropertyEditor {
4
4
  static get styles(): import("lit").CSSResult[];
5
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
5
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
6
6
  shouldUpdate(changedProperties: any): boolean;
7
7
  get valueProperty(): string;
8
8
  _computeLabelId(label: any): any;
@@ -14,7 +14,7 @@ export declare class EntitySelector extends LitElement {
14
14
  selectedRecords: any;
15
15
  grist: DataGrist;
16
16
  searchForm: HTMLFormElement;
17
- render(): import("lit-html").TemplateResult<1>;
17
+ render(): import("lit").TemplateResult<1>;
18
18
  onCancel(): void;
19
19
  onConfirm(): void;
20
20
  fetchHandler({ page, limit, sorters }: {
@@ -6,25 +6,25 @@ import './things-editor-tag-scenarios';
6
6
  import { OxPropertyEditor } from '@operato/property-editor';
7
7
  export declare class PropertyEditorScenarioStepInput extends OxPropertyEditor {
8
8
  static get styles(): import("lit").CSSResult[];
9
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
9
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
10
10
  }
11
11
  export declare class PropertyEditorHttpHeaders extends OxPropertyEditor {
12
12
  static get styles(): import("lit").CSSResult[];
13
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
13
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
14
14
  }
15
15
  export declare class PropertyEditorHttpParameters extends OxPropertyEditor {
16
16
  static get styles(): import("lit").CSSResult[];
17
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
17
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
18
18
  }
19
19
  export declare class PropertyEditorHttpBody extends OxPropertyEditor {
20
20
  static get styles(): import("lit").CSSResult[];
21
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
21
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
22
22
  }
23
23
  export declare class PropertyEditorProcedureParameters extends OxPropertyEditor {
24
24
  static get styles(): import("lit").CSSResult[];
25
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
25
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
26
26
  }
27
27
  export declare class PropertyEditorTagScenarios extends OxPropertyEditor {
28
28
  static get styles(): import("lit").CSSResult[];
29
- editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>;
29
+ editorTemplate(value: any, spec: any): import("lit").TemplateResult<1>;
30
30
  }
@@ -9,7 +9,7 @@ export default class ThingsEditorEntitySelector extends LitElement {
9
9
  value?: string;
10
10
  properties: any;
11
11
  popup: any;
12
- render(): import("lit-html").TemplateResult<1>;
12
+ render(): import("lit").TemplateResult<1>;
13
13
  _onInputChanged(e: any): void;
14
14
  openSelector(): void;
15
15
  }
@@ -16,7 +16,7 @@ export default class ThingsEditorHttpBody extends LitElement {
16
16
  [key: string]: string;
17
17
  };
18
18
  firstUpdated(): void;
19
- render(): import("lit-html").TemplateResult<1>;
20
- renderContentType(contentType: any): import("lit-html").TemplateResult<1>;
19
+ render(): import("lit").TemplateResult<1>;
20
+ renderContentType(contentType: any): import("lit").TemplateResult<1>;
21
21
  _onChange(e: any): void;
22
22
  }
@@ -17,7 +17,7 @@ export default class ThingsEditorHttpHeaders extends LitElement {
17
17
  };
18
18
  _changingNow: boolean;
19
19
  firstUpdated(): void;
20
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import("lit").TemplateResult<1>;
21
21
  _onChange(e: any): void;
22
22
  _build(includeNewRecord?: any): void;
23
23
  _toArray(map: any): {
@@ -17,7 +17,7 @@ export default class ThingsEditorHttpParameters extends LitElement {
17
17
  };
18
18
  _changingNow: boolean;
19
19
  firstUpdated(): void;
20
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import("lit").TemplateResult<1>;
21
21
  _onChange(e: any): void;
22
22
  _build(includeNewRecord?: any): void;
23
23
  _toArray(map: any): {
@@ -35,7 +35,7 @@ export declare class ThingsEditorProcedureParameters extends OxFormField {
35
35
  private _changingNow;
36
36
  records: NodeListOf<HTMLElement>;
37
37
  firstUpdated(): void;
38
- render(): import("lit-html").TemplateResult<1>;
38
+ render(): import("lit").TemplateResult<1>;
39
39
  updated(changes: any): void;
40
40
  _onChange(e: Event): void;
41
41
  _adjust({ name, type, dir, maxSize, val, accessor }: ProcedureParameterType): ProcedureParameterType;
@@ -20,7 +20,7 @@ export default class ThingsEditorTagScenarios extends LitElement {
20
20
  private scenarios;
21
21
  firstUpdated(): void;
22
22
  fetchScenarios(): Promise<void>;
23
- render(): import("lit-html").TemplateResult<1>;
23
+ render(): import("lit").TemplateResult<1>;
24
24
  _onChange(e: any): void;
25
25
  _build(includeNewRecord?: any): void;
26
26
  _toArray(map: any): {
@@ -7,5 +7,5 @@ export declare class DynamicSelector extends OxGristEditor {
7
7
  description: string;
8
8
  }[]>;
9
9
  firstUpdated(): Promise<void>;
10
- get editorTemplate(): import("lit-html").TemplateResult<1>;
10
+ get editorTemplate(): import("lit").TemplateResult<1>;
11
11
  }
@@ -3,5 +3,5 @@ export declare class TaskTypeSelector extends OxGristEditor {
3
3
  options: any;
4
4
  getOptions(): Promise<any>;
5
5
  firstUpdated(): Promise<void>;
6
- get editorTemplate(): import("lit-html").TemplateResult<1>;
6
+ get editorTemplate(): import("lit").TemplateResult<1>;
7
7
  }
@@ -4,6 +4,6 @@ export declare class ConnectionImporter extends LitElement {
4
4
  static styles: import("lit").CSSResult[];
5
5
  connections: any;
6
6
  columns: any;
7
- render(): import("lit-html").TemplateResult<1>;
7
+ render(): import("lit").TemplateResult<1>;
8
8
  save(): Promise<void>;
9
9
  }
@@ -41,7 +41,7 @@ export declare class Connection extends Connection_base {
41
41
  handler: (records: any) => Promise<void>;
42
42
  };
43
43
  };
44
- render(): import("lit-html").TemplateResult<1>;
44
+ render(): import("lit").TemplateResult<1>;
45
45
  pageInitialized(): Promise<void>;
46
46
  fetchHandler({ page, limit, sortings, filters }: {
47
47
  page: any;
@@ -11,7 +11,7 @@ export declare class IntegrationAnalysis extends IntegrationAnalysis_base {
11
11
  title: string;
12
12
  help: string;
13
13
  };
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import("lit").TemplateResult<1>;
15
15
  updated(changes: any): void;
16
16
  pageUpdated(changes: any): Promise<void>;
17
17
  fetchIntegrationAnalysis(): Promise<void>;
@@ -18,7 +18,7 @@ export declare class IntegrationMonitor extends IntegrationMonitor_base {
18
18
  title: string;
19
19
  help: string;
20
20
  };
21
- render(): import("lit-html").TemplateResult<1>;
21
+ render(): import("lit").TemplateResult<1>;
22
22
  pageUpdated(changes: any): Promise<void>;
23
23
  fetchScenarios(): Promise<void>;
24
24
  fetchConnections(): Promise<void>;
@@ -4,6 +4,6 @@ export declare class ScenarioImporter extends LitElement {
4
4
  static styles: import("lit").CSSResult[];
5
5
  scenarios: any;
6
6
  columns: any;
7
- render(): import("lit-html").TemplateResult<1>;
7
+ render(): import("lit").TemplateResult<1>;
8
8
  save(): Promise<void>;
9
9
  }
@@ -42,7 +42,7 @@ export declare class Scenario extends Scenario_base {
42
42
  handler: (records: any) => Promise<void>;
43
43
  };
44
44
  };
45
- render(): import("lit-html").TemplateResult<1>;
45
+ render(): import("lit").TemplateResult<1>;
46
46
  pageInitialized(lifecycle: any): Promise<void>;
47
47
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
48
48
  fetchHandler({ page, limit, sortings, filters }: {
@@ -32,7 +32,7 @@ export declare class StateRegisterListPage extends StateRegisterListPage_base {
32
32
  action: () => Promise<void>;
33
33
  }[];
34
34
  };
35
- render(): import("lit-html").TemplateResult<1>;
35
+ render(): import("lit").TemplateResult<1>;
36
36
  pageInitialized(lifecycle: any): Promise<void>;
37
37
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
38
38
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{