@vertigis/viewer-spec 57.0.0 → 57.1.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.
@@ -14,8 +14,8 @@ import type TextSymbol from "@arcgis/core/symbols/TextSymbol";
14
14
  import type { Feature } from "@vertigis/arcgis-extensions/data/Feature.js";
15
15
  import type { LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson, SymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
16
16
  import type { MapExtension } from "@vertigis/arcgis-extensions/mapping/MapExtension";
17
- import type { SnappingProperties } from "app-config/web/SnappingProperties.js";
18
- import type { TopologyProperties } from "app-config/web/TopologyProperties.js";
17
+ import type { SnappingProperties } from "../../app-config/web/SnappingProperties.js";
18
+ import type { TopologyProperties } from "../../app-config/web/TopologyProperties.js";
19
19
  import type { Command } from "../Command.js";
20
20
  import { CommandRegistry } from "../CommandRegistry.js";
21
21
  import type { Event } from "../Event.js";
@@ -328,6 +328,11 @@ export interface EditGeometryOptions {
328
328
  * Defaults to true.
329
329
  */
330
330
  enableScaleModeToggle?: boolean;
331
+ /**
332
+ * Whether to allow moving of the edited geometry. Defaults to true. Not
333
+ * applicable when editing in 3D.
334
+ */
335
+ enableMoving?: boolean;
331
336
  /**
332
337
  * Whether to allow the user to add, move, and remove vertices from a
333
338
  * geometry. Defaults to true.
@@ -1662,6 +1662,10 @@
1662
1662
  "description": "Whether to allow deletion of the edited geometry. Defaults to false.",
1663
1663
  "type": "boolean"
1664
1664
  },
1665
+ "enableMoving": {
1666
+ "description": "Whether to allow moving of the edited geometry. Defaults to true. Not applicable when editing in 3D.",
1667
+ "type": "boolean"
1668
+ },
1665
1669
  "enableRotation": {
1666
1670
  "description": "Whether to allow rotation of the edited geometry. Defaults to true.",
1667
1671
  "type": "boolean"
@@ -1917,6 +1917,10 @@
1917
1917
  "description": "Whether to allow deletion of the edited geometry. Defaults to false.",
1918
1918
  "type": "boolean"
1919
1919
  },
1920
+ "enableMoving": {
1921
+ "description": "Whether to allow moving of the edited geometry. Defaults to true. Not applicable when editing in 3D.",
1922
+ "type": "boolean"
1923
+ },
1920
1924
  "enableRotation": {
1921
1925
  "description": "Whether to allow rotation of the edited geometry. Defaults to true.",
1922
1926
  "type": "boolean"
@@ -2491,6 +2491,10 @@
2491
2491
  "description": "Whether to allow deletion of the edited geometry. Defaults to false.",
2492
2492
  "type": "boolean"
2493
2493
  },
2494
+ "enableMoving": {
2495
+ "description": "Whether to allow moving of the edited geometry. Defaults to true. Not applicable when editing in 3D.",
2496
+ "type": "boolean"
2497
+ },
2494
2498
  "enableRotation": {
2495
2499
  "description": "Whether to allow rotation of the edited geometry. Defaults to true.",
2496
2500
  "type": "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "57.0.0",
3
+ "version": "57.1.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 VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "57.0.0";
4
+ export declare const version = "57.1.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "57.0.0";
4
+ export const version = "57.1.0";