@vertigis/viewer-spec 58.3.0 → 58.4.0
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.
|
@@ -141,6 +141,12 @@ export declare class LocationMarkerEvents extends EventRegistry {
|
|
|
141
141
|
* @webOnly
|
|
142
142
|
*/
|
|
143
143
|
get updated(): Event<LocationMarkerEvent>;
|
|
144
|
+
/**
|
|
145
|
+
* Raised when a Marker is updating. Web only.
|
|
146
|
+
*
|
|
147
|
+
* @webOnly
|
|
148
|
+
*/
|
|
149
|
+
get updating(): Event<LocationMarkerEvent>;
|
|
144
150
|
}
|
|
145
151
|
export declare class LocationMarkerCommands extends CommandRegistry {
|
|
146
152
|
protected readonly _prefix = "location-marker";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class LocationMarkerEvents extends t{_prefix="location-marker";get created(){return this._get("created")}get removed(){return this._get("removed")}get updated(){return this._get("updated")}}export class LocationMarkerCommands extends e{_prefix="location-marker";get clear(){return this._get("clear")}get create(){return this._get("create")}get remove(){return this._get("remove")}get update(){return this._get("update")}}
|
|
1
|
+
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class LocationMarkerEvents extends t{_prefix="location-marker";get created(){return this._get("created")}get removed(){return this._get("removed")}get updated(){return this._get("updated")}get updating(){return this._get("updating")}}export class LocationMarkerCommands extends e{_prefix="location-marker";get clear(){return this._get("clear")}get create(){return this._get("create")}get remove(){return this._get("remove")}get update(){return this._get("update")}}
|
|
@@ -10818,6 +10818,15 @@
|
|
|
10818
10818
|
"location-marker.updated:input": {
|
|
10819
10819
|
"$ref": "#/definitions/LocationMarkerEvent"
|
|
10820
10820
|
},
|
|
10821
|
+
"location-marker.updating": {
|
|
10822
|
+
"description": "Raised when a Marker is updating. Web only.",
|
|
10823
|
+
"enum": [
|
|
10824
|
+
"location-marker.updating"
|
|
10825
|
+
]
|
|
10826
|
+
},
|
|
10827
|
+
"location-marker.updating:input": {
|
|
10828
|
+
"$ref": "#/definitions/LocationMarkerEvent"
|
|
10829
|
+
},
|
|
10821
10830
|
"map.initialized": {
|
|
10822
10831
|
"description": "Raised when a map has completed initialization. MapEvent used in Web, MapInitializedEvent used in Mobile.",
|
|
10823
10832
|
"enum": [
|
|
@@ -11157,6 +11166,9 @@
|
|
|
11157
11166
|
{
|
|
11158
11167
|
"$ref": "#/definitions/location-marker.updated"
|
|
11159
11168
|
},
|
|
11169
|
+
{
|
|
11170
|
+
"$ref": "#/definitions/location-marker.updating"
|
|
11171
|
+
},
|
|
11160
11172
|
{
|
|
11161
11173
|
"$ref": "#/definitions/map.initialized"
|
|
11162
11174
|
},
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED