@openremote/or-map 1.2.0-snapshot.20241015145246 → 1.2.0-snapshot.20241218144812
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.
|
@@ -48,7 +48,7 @@ declare const OrMapMarkerAsset_base: (new (...args: any[]) => {
|
|
|
48
48
|
assetIds: string[] | undefined;
|
|
49
49
|
attributeRefs: import("@openremote/model").AttributeRef[] | undefined;
|
|
50
50
|
_sendEvent(event: SharedEvent): void;
|
|
51
|
-
_sendEventWithReply<U extends SharedEvent, V extends SharedEvent>(event:
|
|
51
|
+
_sendEventWithReply<U extends SharedEvent, V extends SharedEvent>(event: U): Promise<V>;
|
|
52
52
|
onEventsConnect(): void;
|
|
53
53
|
onEventsDisconnect(): void;
|
|
54
54
|
_onEvent(event: SharedEvent): void;
|
|
@@ -45,7 +45,7 @@ declare const OrMapAssetCard_base: (new (...args: any[]) => {
|
|
|
45
45
|
assetIds: string[] | undefined;
|
|
46
46
|
attributeRefs: import("@openremote/model").AttributeRef[] | undefined;
|
|
47
47
|
_sendEvent(event: SharedEvent): void;
|
|
48
|
-
_sendEventWithReply<U extends SharedEvent, V extends SharedEvent>(event:
|
|
48
|
+
_sendEventWithReply<U extends SharedEvent, V extends SharedEvent>(event: U): Promise<V>;
|
|
49
49
|
onEventsConnect(): void;
|
|
50
50
|
onEventsDisconnect(): void;
|
|
51
51
|
_onEvent(event: SharedEvent): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-map",
|
|
3
|
-
"version": "1.2.0-snapshot.
|
|
3
|
+
"version": "1.2.0-snapshot.20241218144812",
|
|
4
4
|
"description": "Displays s vector or raster map",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"license": "AGPL-3.0-or-later",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
|
|
21
|
-
"@openremote/core": "1.2.0-snapshot.
|
|
22
|
-
"@openremote/model": "1.2.0-snapshot.
|
|
23
|
-
"@openremote/or-icon": "1.2.0-snapshot.
|
|
24
|
-
"@openremote/or-mwc-components": "1.2.0-snapshot.
|
|
25
|
-
"@openremote/or-translate": "1.2.0-snapshot.
|
|
26
|
-
"@openremote/rest": "1.2.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.2.0-snapshot.20241218144812",
|
|
22
|
+
"@openremote/model": "1.2.0-snapshot.20241218144812",
|
|
23
|
+
"@openremote/or-icon": "1.2.0-snapshot.20241218144812",
|
|
24
|
+
"@openremote/or-mwc-components": "1.2.0-snapshot.20241218144812",
|
|
25
|
+
"@openremote/or-translate": "1.2.0-snapshot.20241218144812",
|
|
26
|
+
"@openremote/rest": "1.2.0-snapshot.20241218144812",
|
|
27
27
|
"@polymer/polymer": "^3.3.1",
|
|
28
28
|
"@types/mapbox": "^1.6.42",
|
|
29
29
|
"lit": "^2.0.2",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"maplibre-gl": "^4.1.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@openremote/util": "1.2.0-snapshot.
|
|
34
|
+
"@openremote/util": "1.2.0-snapshot.20241218144812",
|
|
35
35
|
"@types/geojson": "^7946.0.7"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|