@vertigis/viewer-spec 59.8.0 → 59.10.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.
@@ -2,7 +2,8 @@ import type Point from "@arcgis/core/geometry/Point";
2
2
  import type Polygon from "@arcgis/core/geometry/Polygon";
3
3
  import type Polyline from "@arcgis/core/geometry/Polyline";
4
4
  import type SpatialReference from "@arcgis/core/geometry/SpatialReference";
5
- import type GeographicTransformation from "@arcgis/core/geometry/support/GeographicTransformation";
5
+ import type GeographicTransformation from "@arcgis/core/geometry/operators/support/GeographicTransformation.js";
6
+ import type GeographicTransformationLegacy from "@arcgis/core/geometry/support/GeographicTransformation";
6
7
  import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
7
8
  import type { Command } from "../Command.js";
8
9
  import { CommandRegistry } from "../CommandRegistry.js";
@@ -26,7 +27,7 @@ export interface ProjectArgs {
26
27
  * The geographic transformation which contains the steps to transform the
27
28
  * input spatial reference to the output spatial reference.
28
29
  */
29
- transformation?: GeographicTransformation;
30
+ transformation?: GeographicTransformation | GeographicTransformationLegacy;
30
31
  }
31
32
  /**
32
33
  * The units for distance buffers supported by ArcGIS.
@@ -150,28 +150,11 @@ export interface GetExtentResult {
150
150
  */
151
151
  export interface MarkupArgs extends HasMaps {
152
152
  /**
153
- * The named collection of markup to operate on. If not specified the
154
- * default markup collection will be used. Some markup collection names are
155
- * used internally by Web:
156
- *
157
- * | Collection Name | Usage |
158
- * | ---------------------------------- | --------------------------------------------------------------------------- |
159
- * | "default" | The default markup layer. |
160
- * | "vgs-active-snapping-guides" | The active snap point when snapping. |
161
- * | "vgs-buffer" | Buffer graphics from out of the box buffer tools. |
162
- * | "vgs-context-marker" | Right click context marker on map. |
163
- * | "vgs-dirty-indicator" | Invalid geometry indicators used when editing. |
164
- * | "vgs-editing-control" | Edit frame and vertices while editing geometries. |
165
- * | "vgs-location-accuracy" | Location accuracy circle when geolocating. |
166
- * | "vgs-location-marker-\*" | Location markers have this prefix followed by the marker id. |
167
- * | "vgs-map-notes" | Map Notes. |
168
- * | "vgs-measurement-labels" | Labels on measured graphics. |
169
- * | "vgs-other-snapping-guides" | Additional snapping point visualizations. |
170
- * | "vgs-query" | Graphics representing the custom spatial filter for the query builder tool. |
171
- * | "vgs-self-snaps" | Used internally by snapping. |
172
- * | "vgs-sketching" | Temporary graphics used while drawing geometries. |
173
- * | "vgs-snapping-radius" | Snapping radius when snapping is active. |
174
- * | "vgs-transient-measurement-labels" | Measurement labels used while drawing. |
153
+ * The named collection of markup to operate on. If not specified, the default
154
+ * markup collection will be used.
155
+ *
156
+ * Note that collections with names prefixed by "vgs" are reserved for internal
157
+ * system use and should not be referenced directly.
175
158
  *
176
159
  * Web only.
177
160
  *
@@ -846,7 +846,7 @@
846
846
  "description": "Arguments for the \"map.add-markup\" command.",
847
847
  "properties": {
848
848
  "collection": {
849
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
849
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
850
850
  "type": "string"
851
851
  },
852
852
  "graphics": {
@@ -1113,7 +1113,7 @@
1113
1113
  "description": "Arguments for the \"map.clear-markup\" command.",
1114
1114
  "properties": {
1115
1115
  "collection": {
1116
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1116
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1117
1117
  "type": "string"
1118
1118
  },
1119
1119
  "graphics": {
@@ -830,7 +830,7 @@
830
830
  "description": "Arguments for the \"map.add-markup\" command.",
831
831
  "properties": {
832
832
  "collection": {
833
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
833
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
834
834
  "type": "string"
835
835
  },
836
836
  "graphics": {
@@ -1233,7 +1233,7 @@
1233
1233
  "description": "Arguments for the \"map.clear-markup\" command.",
1234
1234
  "properties": {
1235
1235
  "collection": {
1236
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1236
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1237
1237
  "type": "string"
1238
1238
  },
1239
1239
  "graphics": {
@@ -1142,7 +1142,7 @@
1142
1142
  "description": "Arguments for the \"map.add-markup\" command.",
1143
1143
  "properties": {
1144
1144
  "collection": {
1145
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1145
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1146
1146
  "type": "string"
1147
1147
  },
1148
1148
  "graphics": {
@@ -1726,7 +1726,7 @@
1726
1726
  "description": "Arguments for the \"map.clear-markup\" command.",
1727
1727
  "properties": {
1728
1728
  "collection": {
1729
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
1729
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
1730
1730
  "type": "string"
1731
1731
  },
1732
1732
  "graphics": {
@@ -4746,7 +4746,7 @@
4746
4746
  "description": "Arguments for the \"map.get-markup\" operation.",
4747
4747
  "properties": {
4748
4748
  "collection": {
4749
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
4749
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
4750
4750
  "type": "string"
4751
4751
  },
4752
4752
  "geometry": {
@@ -5504,7 +5504,7 @@
5504
5504
  "description": "Base arguments for markup commands and operations.",
5505
5505
  "properties": {
5506
5506
  "collection": {
5507
- "description": "The named collection of markup to operate on. If not specified the default markup collection will be used. Some markup collection names are used internally by Web:\n\n| Collection Name | Usage |\n| ---------------------------------- | --------------------------------------------------------------------------- |\n| \"default\" | The default markup layer. |\n| \"vgs-active-snapping-guides\" | The active snap point when snapping. |\n| \"vgs-buffer\" | Buffer graphics from out of the box buffer tools. |\n| \"vgs-context-marker\" | Right click context marker on map. |\n| \"vgs-dirty-indicator\" | Invalid geometry indicators used when editing. |\n| \"vgs-editing-control\" | Edit frame and vertices while editing geometries. |\n| \"vgs-location-accuracy\" | Location accuracy circle when geolocating. |\n| \"vgs-location-marker-\\*\" | Location markers have this prefix followed by the marker id. |\n| \"vgs-map-notes\" | Map Notes. |\n| \"vgs-measurement-labels\" | Labels on measured graphics. |\n| \"vgs-other-snapping-guides\" | Additional snapping point visualizations. |\n| \"vgs-query\" | Graphics representing the custom spatial filter for the query builder tool. |\n| \"vgs-self-snaps\" | Used internally by snapping. |\n| \"vgs-sketching\" | Temporary graphics used while drawing geometries. |\n| \"vgs-snapping-radius\" | Snapping radius when snapping is active. |\n| \"vgs-transient-measurement-labels\" | Measurement labels used while drawing. |\n\nWeb only.",
5507
+ "description": "The named collection of markup to operate on. If not specified, the default markup collection will be used.\n\nNote that collections with names prefixed by \"vgs\" are reserved for internal system use and should not be referenced directly.\n\nWeb only.",
5508
5508
  "type": "string"
5509
5509
  },
5510
5510
  "maps": {
@@ -6091,7 +6091,14 @@
6091
6091
  "description": "The target spatial reference."
6092
6092
  },
6093
6093
  "transformation": {
6094
- "$ref": "esri.supportGeographicTransformation",
6094
+ "anyOf": [
6095
+ {
6096
+ "$ref": "#/definitions/esri.GeographicTransformation"
6097
+ },
6098
+ {
6099
+ "$ref": "esri.supportGeographicTransformation"
6100
+ }
6101
+ ],
6095
6102
  "description": "The geographic transformation which contains the steps to transform the input spatial reference to the output spatial reference."
6096
6103
  }
6097
6104
  },
@@ -10068,6 +10075,9 @@
10068
10075
  "esri.Field": {
10069
10076
  "$ref": "esri/layers/support/Field"
10070
10077
  },
10078
+ "esri.GeographicTransformation": {
10079
+ "$ref": "esri/geometry/operators/support/GeographicTransformation"
10080
+ },
10071
10081
  "esri.Geometry": {
10072
10082
  "$ref": "esri/geometry/Geometry"
10073
10083
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.8.0",
3
+ "version": "59.10.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -43,8 +43,8 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "@arcgis/core": "*",
46
- "highcharts": "*",
47
- "@vertigis/arcgis-extensions": ">= 50.0.0-0 < 51.0.0-0"
46
+ "@vertigis/arcgis-extensions": ">= 51.0.0-0 < 52.0.0-0",
47
+ "highcharts": "*"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@prettier/plugin-xml": "3.3.1",
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 = "59.8.0";
4
+ export declare const version = "59.10.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 = "59.8.0";
4
+ export const version = "59.10.0";