@vertigis/viewer-spec 48.14.0 → 49.2.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.
- package/app-config/common/BrandingColors.d.ts +1 -0
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +5 -0
- package/messaging/registry/sketching.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +2 -2
- package/messaging/schema/mobile-action.schema.json +2 -2
- package/messaging/schema/web-action.schema.json +2 -2
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -26,6 +26,11 @@ export interface PrivacyPolicyInfoProperties extends EntityProperties {
|
|
|
26
26
|
* Global configuration for a VertiGIS Web application.
|
|
27
27
|
*/
|
|
28
28
|
export interface VertigisWebModelProperties extends ApplicationModelProperties {
|
|
29
|
+
/**
|
|
30
|
+
* Use an Esri API key to access location services and premium content in
|
|
31
|
+
* your public application.
|
|
32
|
+
*/
|
|
33
|
+
platformApiKey?: string;
|
|
29
34
|
/**
|
|
30
35
|
* Allowed origin for sending and receiving PostMessages.
|
|
31
36
|
*/
|
|
@@ -527,7 +527,7 @@ export declare type EditorGeometryMode = "line" | "area";
|
|
|
527
527
|
/**
|
|
528
528
|
* The editor interaction mode.
|
|
529
529
|
*/
|
|
530
|
-
export declare type EditorInteractionMode = "
|
|
530
|
+
export declare type EditorInteractionMode = "centerCrosshairMode" | "pointerMode";
|
|
531
531
|
/**
|
|
532
532
|
* Settings for a sketch.
|
|
533
533
|
*/
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED