@vertigis/viewer-spec 48.14.0 → 49.0.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.
@@ -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 = "centerCrosshair" | "freehand";
530
+ export declare type EditorInteractionMode = "centerCrosshairMode" | "pointerMode";
531
531
  /**
532
532
  * Settings for a sketch.
533
533
  */
@@ -1184,8 +1184,8 @@
1184
1184
  "EditorInteractionMode": {
1185
1185
  "description": "The editor interaction mode.",
1186
1186
  "enum": [
1187
- "centerCrosshair",
1188
- "freehand"
1187
+ "centerCrosshairMode",
1188
+ "pointerMode"
1189
1189
  ],
1190
1190
  "type": "string"
1191
1191
  },
@@ -1411,8 +1411,8 @@
1411
1411
  "EditorInteractionMode": {
1412
1412
  "description": "The editor interaction mode.",
1413
1413
  "enum": [
1414
- "centerCrosshair",
1415
- "freehand"
1414
+ "centerCrosshairMode",
1415
+ "pointerMode"
1416
1416
  ],
1417
1417
  "type": "string"
1418
1418
  },
@@ -1957,8 +1957,8 @@
1957
1957
  "EditorInteractionMode": {
1958
1958
  "description": "The editor interaction mode.",
1959
1959
  "enum": [
1960
- "centerCrosshair",
1961
- "freehand"
1960
+ "centerCrosshairMode",
1961
+ "pointerMode"
1962
1962
  ],
1963
1963
  "type": "string"
1964
1964
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.14.0",
3
+ "version": "49.0.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "48.14.0";
4
+ export declare const version = "49.0.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "48.14.0";
4
+ export const version = "49.0.0";