@things-factory/integration-ui 7.0.43 → 7.0.48

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.
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-db-procedure.d.ts +1 -1
  5. package/dist-client/editors/things-editor-entity-selector.d.ts +1 -1
  6. package/dist-client/editors/things-editor-http-body.d.ts +2 -2
  7. package/dist-client/editors/things-editor-http-headers.d.ts +1 -1
  8. package/dist-client/editors/things-editor-http-parameters.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 +6 -6
@@ -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
  }
@@ -36,7 +36,7 @@ export declare class ThingsEditorProcedureParameters extends OxFormField {
36
36
  private _changingNow;
37
37
  records: NodeListOf<HTMLElement>;
38
38
  firstUpdated(): void;
39
- render(): import("lit-html").TemplateResult<1>;
39
+ render(): import("lit").TemplateResult<1>;
40
40
  updated(changes: any): void;
41
41
  _onChange(e: Event): void;
42
42
  _adjust({ name, type, dir, maxSize, val, accessor }: ProcedureParameterType): ProcedureParameterType;
@@ -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): {
@@ -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): {
@@ -6,5 +6,5 @@ export declare class DynamicSelector extends OxGristEditor {
6
6
  description: string;
7
7
  }[]>;
8
8
  firstUpdated(): Promise<void>;
9
- get editorTemplate(): import("lit-html").TemplateResult<1>;
9
+ get editorTemplate(): import("lit").TemplateResult<1>;
10
10
  }
@@ -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
  }
@@ -5,6 +5,6 @@ export declare class ConnectionImporter extends LitElement {
5
5
  static styles: import("lit").CSSResult[];
6
6
  connections: any;
7
7
  columns: any;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import("lit").TemplateResult<1>;
9
9
  save(): Promise<void>;
10
10
  }
@@ -47,7 +47,7 @@ export declare class Connection extends Connection_base {
47
47
  handler: (records: any) => Promise<void>;
48
48
  };
49
49
  };
50
- render(): import("lit-html").TemplateResult<1>;
50
+ render(): import("lit").TemplateResult<1>;
51
51
  pageInitialized(): Promise<void>;
52
52
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
53
53
  total: any;
@@ -15,7 +15,7 @@ export declare class IntegrationAnalysis extends IntegrationAnalysis_base {
15
15
  };
16
16
  help: string;
17
17
  };
18
- render(): import("lit-html").TemplateResult<1>;
18
+ render(): import("lit").TemplateResult<1>;
19
19
  updated(changes: any): void;
20
20
  pageUpdated(changes: any): Promise<void>;
21
21
  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>;
@@ -5,6 +5,6 @@ export declare class ScenarioImporter extends LitElement {
5
5
  static styles: import("lit").CSSResult[];
6
6
  scenarios: any;
7
7
  columns: any;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import("lit").TemplateResult<1>;
9
9
  save(): Promise<void>;
10
10
  }
@@ -48,7 +48,7 @@ export declare class Scenario extends Scenario_base {
48
48
  handler: (records: any) => Promise<void>;
49
49
  };
50
50
  };
51
- render(): import("lit-html").TemplateResult<1>;
51
+ render(): import("lit").TemplateResult<1>;
52
52
  pageInitialized(lifecycle: any): Promise<void>;
53
53
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
54
54
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
@@ -37,7 +37,7 @@ export declare class StateRegisterListPage extends StateRegisterListPage_base {
37
37
  action: () => Promise<void>;
38
38
  }[];
39
39
  };
40
- render(): import("lit-html").TemplateResult<1>;
40
+ render(): import("lit").TemplateResult<1>;
41
41
  pageInitialized(lifecycle: any): Promise<void>;
42
42
  pageUpdated(changes: any, lifecycle: any): Promise<void>;
43
43
  fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{