@openremote/manager 1.17.1 → 1.17.2

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.
package/dist/index.html CHANGED
@@ -12,7 +12,7 @@
12
12
  document.addEventListener('WebComponentsReady', function componentsReady() {
13
13
  document.removeEventListener('WebComponentsReady', componentsReady, false);
14
14
  var script = document.createElement('script');
15
- script.src = './bundle.93de253cabce6c66.js';
15
+ script.src = './bundle.9137eb7ffd8ca64c.js';
16
16
  var refScript = document.getElementsByTagName('script')[0];
17
17
  refScript.parentNode.insertBefore(script, refScript);
18
18
  }, false);
@@ -9,6 +9,6 @@ export declare class OrConfJson extends LitElement {
9
9
  protected _aceEditor: Ref<OrAceEditor>;
10
10
  beforeSave(): false | string | undefined;
11
11
  protected _showConfigDialog(): void;
12
- render(): import("lit-html").TemplateResult<1>;
12
+ render(): import("lit").TemplateResult<1>;
13
13
  }
14
14
  //# sourceMappingURL=or-conf-json.d.ts.map
@@ -7,7 +7,7 @@ export declare class OrConfMapGeoJson extends LitElement {
7
7
  protected _jsonValid: boolean;
8
8
  protected _dialog: OrMwcDialog;
9
9
  protected _aceEditorValue: string;
10
- protected render(): import("lit-html").TemplateResult<1>;
10
+ protected render(): import("lit").TemplateResult<1>;
11
11
  protected showDialog(): void;
12
12
  protected parseGeoJson(jsonString: string): GeoJsonConfig;
13
13
  }
@@ -6,7 +6,7 @@ export declare class OrConfMapGlobal extends LitElement {
6
6
  config?: MapConfig;
7
7
  protected filename: string;
8
8
  protected limit: number;
9
- protected render(): import("lit-html").TemplateResult<1>;
9
+ protected render(): import("lit").TemplateResult<1>;
10
10
  protected notifyConfigChange(config: MapConfig): void;
11
11
  protected notifyMapFileChange(e: OrInputChangedEvent): void;
12
12
  protected resetMapSettings(): void;
@@ -30,6 +30,6 @@ export declare class OrConfRealmCard extends LitElement {
30
30
  };
31
31
  protected _showRemoveRealmDialog(): void;
32
32
  protected notifyConfigChange(config: ManagerAppRealmConfig): void;
33
- render(): import("lit-html").TemplateResult<1>;
33
+ render(): import("lit").TemplateResult<1>;
34
34
  }
35
35
  //# sourceMappingURL=or-conf-realm-card.d.ts.map
@@ -13,6 +13,6 @@ export declare class PageLogs extends Page<AppStateKeyed> {
13
13
  get name(): string;
14
14
  constructor(store: Store<AppStateKeyed>);
15
15
  stateChanged(state: AppStateKeyed): void;
16
- protected render(): import("lit-html").TemplateResult<1>;
16
+ protected render(): import("lit").TemplateResult<1>;
17
17
  }
18
18
  //# sourceMappingURL=page-logs.d.ts.map
@@ -63,7 +63,7 @@ export declare class PageMap extends Page<MapStateKeyed> {
63
63
  protected _setCenter(geocode: any): void;
64
64
  get name(): string;
65
65
  constructor(store: Store<MapStateKeyed>);
66
- protected render(): import("lit-html").TemplateResult<1>;
66
+ protected render(): import("lit").TemplateResult<1>;
67
67
  connectedCallback(): void;
68
68
  disconnectedCallback(): void;
69
69
  stateChanged(state: MapStateKeyed): void;
@@ -20,7 +20,7 @@ export declare class PageRules extends Page<AppStateKeyed> {
20
20
  };
21
21
  get name(): string;
22
22
  constructor(store: Store<AppStateKeyed>);
23
- protected render(): import("lit-html").TemplateResult<1>;
23
+ protected render(): import("lit").TemplateResult<1>;
24
24
  stateChanged(state: AppStateKeyed): void;
25
25
  }
26
26
  //# sourceMappingURL=page-rules.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openremote/manager",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "OpenRemote Manager",
5
5
  "author": "OpenRemote",
6
6
  "license": "AGPL-3.0-or-later",
@@ -30,23 +30,23 @@
30
30
  "dependencies": {
31
31
  "@lit/task": "^1.0.3",
32
32
  "@material/data-table": "^9.0.0",
33
- "@openremote/core": "1.17.1",
34
- "@openremote/model": "1.17.1",
35
- "@openremote/or-app": "1.17.1",
36
- "@openremote/or-asset-tree": "1.17.1",
37
- "@openremote/or-asset-viewer": "1.17.1",
38
- "@openremote/or-attribute-picker": "1.17.1",
39
- "@openremote/or-components": "1.17.1",
40
- "@openremote/or-dashboard-builder": "1.17.1",
41
- "@openremote/or-icon": "1.17.1",
42
- "@openremote/or-json-forms": "1.17.1",
43
- "@openremote/or-log-viewer": "1.17.1",
44
- "@openremote/or-map": "1.17.1",
45
- "@openremote/or-mwc-components": "1.17.1",
46
- "@openremote/or-rules": "1.17.1",
47
- "@openremote/or-services": "1.17.1",
48
- "@openremote/or-translate": "1.17.1",
49
- "@openremote/rest": "1.17.1",
33
+ "@openremote/core": "1.17.2",
34
+ "@openremote/model": "1.17.2",
35
+ "@openremote/or-app": "1.17.2",
36
+ "@openremote/or-asset-tree": "1.17.2",
37
+ "@openremote/or-asset-viewer": "1.17.2",
38
+ "@openremote/or-attribute-picker": "1.17.2",
39
+ "@openremote/or-components": "1.17.2",
40
+ "@openremote/or-dashboard-builder": "1.17.2",
41
+ "@openremote/or-icon": "1.17.2",
42
+ "@openremote/or-json-forms": "1.17.2",
43
+ "@openremote/or-log-viewer": "1.17.2",
44
+ "@openremote/or-map": "1.17.2",
45
+ "@openremote/or-mwc-components": "1.17.2",
46
+ "@openremote/or-rules": "1.17.2",
47
+ "@openremote/or-services": "1.17.2",
48
+ "@openremote/or-translate": "1.17.2",
49
+ "@openremote/rest": "1.17.2",
50
50
  "@reduxjs/toolkit": "^1.8.1",
51
51
  "iso-639-1": "^3.1.3",
52
52
  "lit": "^3.3.1",
@@ -55,8 +55,8 @@
55
55
  "reselect": "^4.1.8"
56
56
  },
57
57
  "devDependencies": {
58
- "@openremote/rest": "1.17.1",
59
- "@openremote/util": "1.17.1",
58
+ "@openremote/rest": "1.17.2",
59
+ "@openremote/util": "1.17.2",
60
60
  "@rsdoctor/rspack-plugin": "~1.4.0"
61
61
  },
62
62
  "publishConfig": {