@vertigis/viewer-spec 48.13.1 → 48.14.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.
@@ -228,6 +228,10 @@ export interface CaptureGeometryArgs {
228
228
  * The settings to be applied to the sketch. Mobile only.
229
229
  */
230
230
  editorSettings?: GeometryEditorSettings;
231
+ /**
232
+ * Disables freehand sketching during the draw session. Web only.
233
+ */
234
+ disableFreehand?: boolean;
231
235
  }
232
236
  /**
233
237
  * Result of the "sketching.capture-geometry" operation.
@@ -616,6 +616,10 @@
616
616
  "additionalProperties": false,
617
617
  "description": "Arguments for the \"sketching.capture-geometry\" operation.",
618
618
  "properties": {
619
+ "disableFreehand": {
620
+ "description": "Disables freehand sketching during the draw session. Web only.",
621
+ "type": "boolean"
622
+ },
619
623
  "editorSettings": {
620
624
  "$ref": "#/definitions/GeometryEditorSettings",
621
625
  "description": "The settings to be applied to the sketch. Mobile only."
@@ -706,6 +706,10 @@
706
706
  "additionalProperties": false,
707
707
  "description": "Arguments for the \"sketching.capture-geometry\" operation.",
708
708
  "properties": {
709
+ "disableFreehand": {
710
+ "description": "Disables freehand sketching during the draw session. Web only.",
711
+ "type": "boolean"
712
+ },
709
713
  "editorSettings": {
710
714
  "$ref": "#/definitions/GeometryEditorSettings",
711
715
  "description": "The settings to be applied to the sketch. Mobile only."
@@ -1056,6 +1056,10 @@
1056
1056
  "additionalProperties": false,
1057
1057
  "description": "Arguments for the \"sketching.capture-geometry\" operation.",
1058
1058
  "properties": {
1059
+ "disableFreehand": {
1060
+ "description": "Disables freehand sketching during the draw session. Web only.",
1061
+ "type": "boolean"
1062
+ },
1059
1063
  "editorSettings": {
1060
1064
  "$ref": "#/definitions/GeometryEditorSettings",
1061
1065
  "description": "The settings to be applied to the sketch. Mobile only."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.13.1",
3
+ "version": "48.14.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "author": "VertiGIS Ltd.",
36
36
  "peerDependencies": {
37
- "@vertigis/arcgis-extensions": ">= 35.6.0 < 36.0.0"
37
+ "@vertigis/arcgis-extensions": ">= 35.7.0 < 36.0.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arcgis/core": "4.23.3",
41
- "@vertigis/arcgis-extensions": "35.6.0",
41
+ "@vertigis/arcgis-extensions": "35.7.0",
42
42
  "@prettier/plugin-xml": "2.2.0",
43
43
  "@types/glob": "7.2.0",
44
44
  "@types/node": "14.14.41",
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.13.1";
4
+ export declare const version = "48.14.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.13.1";
4
+ export const version = "48.14.0";