@vertigis/viewer-spec 50.6.0 → 50.8.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/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/FeatureInfoModelProperties.d.ts +1 -0
- package/app-config/web/FeatureSummaryModelProperties.d.ts +5 -0
- package/app-config/web/MapModelProperties.d.ts +6 -0
- package/app-config/web/ResultsServiceModelProperties.d.ts +36 -2
- package/app-config/web/SnappingProperties.d.ts +94 -0
- package/app-config/web/SnappingProperties.js +1 -0
- package/layout/schema/layout-common.xsd +49 -0
- package/messaging/registry/edit.d.ts +7 -0
- package/messaging/registry/sketching.d.ts +44 -0
- package/messaging/registry/sketching.js +1 -1
- package/messaging/schema/common-action.schema.json +315 -1
- package/messaging/schema/common-event.schema.json +21 -1
- package/messaging/schema/mobile-action.schema.json +315 -1
- package/messaging/schema/mobile-event.schema.json +127 -1
- package/messaging/schema/web-action.schema.json +333 -1
- package/messaging/schema/web-event.schema.json +127 -1
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -137,6 +137,20 @@
|
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
138
|
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
|
+
"popupContentExtensions": {
|
|
141
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.",
|
|
142
|
+
"items": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{
|
|
145
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"type": "array"
|
|
153
|
+
},
|
|
140
154
|
"popupTemplate": {
|
|
141
155
|
"anyOf": [
|
|
142
156
|
{
|
|
@@ -247,6 +261,95 @@
|
|
|
247
261
|
},
|
|
248
262
|
"type": "object"
|
|
249
263
|
},
|
|
264
|
+
"@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties": {
|
|
265
|
+
"additionalProperties": false,
|
|
266
|
+
"description": "Properties that extend the ArcGis portal representation of a PopupContent.",
|
|
267
|
+
"properties": {
|
|
268
|
+
"$ref": {
|
|
269
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentRef",
|
|
270
|
+
"description": "A popupContent name referring to an existing popupContent in a featureSettings. The popupContent extension will attempt to find an existing popupContent in its parent featureSettings."
|
|
271
|
+
},
|
|
272
|
+
"attributes": {
|
|
273
|
+
"description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
|
|
274
|
+
},
|
|
275
|
+
"description": {
|
|
276
|
+
"description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.",
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"displayType": {
|
|
280
|
+
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
281
|
+
"type": "string"
|
|
282
|
+
},
|
|
283
|
+
"expressionInfo": {
|
|
284
|
+
"$ref": "#/definitions/esri.rest-api.PopupExpressionInfo.PopupExpressionInfo",
|
|
285
|
+
"description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content."
|
|
286
|
+
},
|
|
287
|
+
"fieldInfos": {
|
|
288
|
+
"description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.",
|
|
289
|
+
"items": {
|
|
290
|
+
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
291
|
+
},
|
|
292
|
+
"type": "array"
|
|
293
|
+
},
|
|
294
|
+
"mediaInfos": {
|
|
295
|
+
"description": "This property applies to elements of type media. An array of popupInfo.mediaInfo objects representing an image or chart for display. If no mediaInfos property is provided, the popupElement will display whatever is specified in the popupInfo.mediaInfo property.",
|
|
296
|
+
"items": {
|
|
297
|
+
"$ref": "#/definitions/esri.rest-api.MediaInfo.MediaInfo"
|
|
298
|
+
},
|
|
299
|
+
"type": "array"
|
|
300
|
+
},
|
|
301
|
+
"text": {
|
|
302
|
+
"description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.",
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"title": {
|
|
306
|
+
"description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.",
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"type": {
|
|
310
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
311
|
+
"description": "String value indicating which element to use."
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"type": "object"
|
|
315
|
+
},
|
|
316
|
+
"@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
|
|
317
|
+
"additionalProperties": false,
|
|
318
|
+
"description": "Properties that can be passed into the constructor for{@linkPopupContentExtension}.",
|
|
319
|
+
"properties": {
|
|
320
|
+
"content": {
|
|
321
|
+
"anyOf": [
|
|
322
|
+
{
|
|
323
|
+
"$ref": "#/definitions/esri.Content"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"description": "The ESRI Content instance to be extended."
|
|
330
|
+
},
|
|
331
|
+
"failureMode": {
|
|
332
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
333
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
334
|
+
},
|
|
335
|
+
"id": {
|
|
336
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
337
|
+
"type": "string"
|
|
338
|
+
},
|
|
339
|
+
"summaryHiddenFields": {
|
|
340
|
+
"description": "Names of fields that will be hidden when displayed in the a summary view. This property is only applied to \"fields\" Content types.",
|
|
341
|
+
"items": {
|
|
342
|
+
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"type": "array"
|
|
345
|
+
},
|
|
346
|
+
"visibleInSummary": {
|
|
347
|
+
"description": "Whether the Content is visible when being displayed in a summary view.",
|
|
348
|
+
"type": "boolean"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"type": "object"
|
|
352
|
+
},
|
|
250
353
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
251
354
|
"additionalProperties": false,
|
|
252
355
|
"description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
|
|
@@ -1144,6 +1247,9 @@
|
|
|
1144
1247
|
"description": "The maximum number of segments permitted for a polyline or polygon sketch. Default is no limit. Mobile only.",
|
|
1145
1248
|
"type": "number"
|
|
1146
1249
|
},
|
|
1250
|
+
"pluginSettings": {
|
|
1251
|
+
"description": "Web only. Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings."
|
|
1252
|
+
},
|
|
1147
1253
|
"symbol": {
|
|
1148
1254
|
"anyOf": [
|
|
1149
1255
|
{
|
|
@@ -1501,6 +1607,9 @@
|
|
|
1501
1607
|
],
|
|
1502
1608
|
"type": "string"
|
|
1503
1609
|
},
|
|
1610
|
+
"pluginSettings": {
|
|
1611
|
+
"description": "Web only. Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings."
|
|
1612
|
+
},
|
|
1504
1613
|
"showNotifications": {
|
|
1505
1614
|
"description": "Whether to show UI notifications.",
|
|
1506
1615
|
"type": "boolean"
|
|
@@ -1608,6 +1717,9 @@
|
|
|
1608
1717
|
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes.",
|
|
1609
1718
|
"type": "string"
|
|
1610
1719
|
},
|
|
1720
|
+
"pluginSettings": {
|
|
1721
|
+
"description": "Web only. Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings."
|
|
1722
|
+
},
|
|
1611
1723
|
"showNotifications": {
|
|
1612
1724
|
"description": "Whether to show UI notifications.",
|
|
1613
1725
|
"type": "boolean"
|
|
@@ -1738,6 +1850,9 @@
|
|
|
1738
1850
|
"$ref": "#/definitions/EditGeometryOptions",
|
|
1739
1851
|
"description": "The options for this edit operation. Not supported in Mobile."
|
|
1740
1852
|
},
|
|
1853
|
+
"pluginSettings": {
|
|
1854
|
+
"description": "Web only. Additional settings that are specific to sketching plugins, keyed by plugin ID. The only currently supported plugin is \"snapping\". A boolean value can also be assigned to completely disable, or enable with default settings."
|
|
1855
|
+
},
|
|
1741
1856
|
"symbol": {
|
|
1742
1857
|
"anyOf": [
|
|
1743
1858
|
{
|
|
@@ -4636,6 +4751,32 @@
|
|
|
4636
4751
|
],
|
|
4637
4752
|
"type": "object"
|
|
4638
4753
|
},
|
|
4754
|
+
"SetSnappingConfigurationArgs": {
|
|
4755
|
+
"additionalProperties": false,
|
|
4756
|
+
"description": "Arguments for the \"sketching.set-snapping-configuration\" command.",
|
|
4757
|
+
"properties": {
|
|
4758
|
+
"config": {
|
|
4759
|
+
"$ref": "#/definitions/SnappingProperties",
|
|
4760
|
+
"description": "The snapping properties to set."
|
|
4761
|
+
},
|
|
4762
|
+
"maps": {
|
|
4763
|
+
"$ref": "MapsLike",
|
|
4764
|
+
"description": "Map(s) to use for the command/operation."
|
|
4765
|
+
},
|
|
4766
|
+
"mode": {
|
|
4767
|
+
"description": "Whether the config should be replace, or merged. Defaults to \"merge\".",
|
|
4768
|
+
"enum": [
|
|
4769
|
+
"merge",
|
|
4770
|
+
"replace"
|
|
4771
|
+
],
|
|
4772
|
+
"type": "string"
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
"required": [
|
|
4776
|
+
"config"
|
|
4777
|
+
],
|
|
4778
|
+
"type": "object"
|
|
4779
|
+
},
|
|
4639
4780
|
"SetSymbolArgs": {
|
|
4640
4781
|
"additionalProperties": false,
|
|
4641
4782
|
"description": "Arguments for the layer.set-symbol command.",
|
|
@@ -4715,6 +4856,125 @@
|
|
|
4715
4856
|
],
|
|
4716
4857
|
"description": "Arguments for various commands that manipulate the current set of shown results."
|
|
4717
4858
|
},
|
|
4859
|
+
"SnappingConnections": {
|
|
4860
|
+
"additionalProperties": false,
|
|
4861
|
+
"description": "Well known connection points for Snapping.",
|
|
4862
|
+
"properties": {
|
|
4863
|
+
"edge": {
|
|
4864
|
+
"description": "Enable connections to an edge, defaults to true.",
|
|
4865
|
+
"type": "boolean"
|
|
4866
|
+
},
|
|
4867
|
+
"vertices": {
|
|
4868
|
+
"description": "Enable connections to vertices, defaults to allow all connections.",
|
|
4869
|
+
"type": "boolean"
|
|
4870
|
+
}
|
|
4871
|
+
},
|
|
4872
|
+
"type": "object"
|
|
4873
|
+
},
|
|
4874
|
+
"SnappingDestinationProperties": {
|
|
4875
|
+
"additionalProperties": false,
|
|
4876
|
+
"description": "Configuration for snapping destinations.",
|
|
4877
|
+
"properties": {
|
|
4878
|
+
"destination": {
|
|
4879
|
+
"anyOf": [
|
|
4880
|
+
{
|
|
4881
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
4882
|
+
},
|
|
4883
|
+
{
|
|
4884
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
4885
|
+
}
|
|
4886
|
+
],
|
|
4887
|
+
"description": "The destination layer or sublayer extension."
|
|
4888
|
+
},
|
|
4889
|
+
"sqlQuery": {
|
|
4890
|
+
"description": "Optional SQL92 formatted query for filtering features to be considered for snapping.",
|
|
4891
|
+
"type": "string"
|
|
4892
|
+
}
|
|
4893
|
+
},
|
|
4894
|
+
"required": [
|
|
4895
|
+
"destination"
|
|
4896
|
+
],
|
|
4897
|
+
"type": "object"
|
|
4898
|
+
},
|
|
4899
|
+
"SnappingProperties": {
|
|
4900
|
+
"additionalProperties": false,
|
|
4901
|
+
"description": "Global configuration for snapping.",
|
|
4902
|
+
"properties": {
|
|
4903
|
+
"enableUtilityNetworkRules": {
|
|
4904
|
+
"description": "Enable the automatic application of feature class based rules if any utility networks are included in the web map.",
|
|
4905
|
+
"type": "boolean"
|
|
4906
|
+
},
|
|
4907
|
+
"maxSearchRadius": {
|
|
4908
|
+
"description": "The radius in screen units in which to search for things to snap to (these are displayed as guides). Should be larger than snappingRadius. Defaults to 150.",
|
|
4909
|
+
"type": "number"
|
|
4910
|
+
},
|
|
4911
|
+
"maxSnappingGuides": {
|
|
4912
|
+
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to 2.",
|
|
4913
|
+
"type": "number"
|
|
4914
|
+
},
|
|
4915
|
+
"respectLayerVisibility": {
|
|
4916
|
+
"description": "Indicates that snapping should respect the layer's visibility in the layer list, i.e. if a layer is not checked here it will not be considered for snapping. Defaults to true.",
|
|
4917
|
+
"type": "boolean"
|
|
4918
|
+
},
|
|
4919
|
+
"snappingRadius": {
|
|
4920
|
+
"description": "The radius in screen units in which the user will be automatically snapped. Defaults to 25.",
|
|
4921
|
+
"type": "number"
|
|
4922
|
+
},
|
|
4923
|
+
"sourceMappings": {
|
|
4924
|
+
"description": "Configuration for snapping sources.",
|
|
4925
|
+
"items": {
|
|
4926
|
+
"$ref": "#/definitions/SnappingSourceMapping"
|
|
4927
|
+
},
|
|
4928
|
+
"type": "array"
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4931
|
+
"type": "object"
|
|
4932
|
+
},
|
|
4933
|
+
"SnappingSourceMapping": {
|
|
4934
|
+
"additionalProperties": false,
|
|
4935
|
+
"description": "Maps snapping source layers to destination layers to be considered.",
|
|
4936
|
+
"properties": {
|
|
4937
|
+
"connections": {
|
|
4938
|
+
"$ref": "#/definitions/SnappingConnections",
|
|
4939
|
+
"description": "Types of snapping connections to be considered for this source."
|
|
4940
|
+
},
|
|
4941
|
+
"destinations": {
|
|
4942
|
+
"description": "The snapping destinations, if not provided all destinations will be considered.",
|
|
4943
|
+
"items": {
|
|
4944
|
+
"$ref": "#/definitions/SnappingDestinationProperties"
|
|
4945
|
+
},
|
|
4946
|
+
"type": "array"
|
|
4947
|
+
},
|
|
4948
|
+
"guideColor": {
|
|
4949
|
+
"$ref": "#/definitions/esri.Color",
|
|
4950
|
+
"description": "The color to use for snapping guides generated by this source."
|
|
4951
|
+
},
|
|
4952
|
+
"required": {
|
|
4953
|
+
"description": "Turns on validation of snapping. \"initial-points\" requires the first point to snap (in draw mode) or pre-existing snapped points to snap (in edit mode). Defaults to \"off\".",
|
|
4954
|
+
"enum": [
|
|
4955
|
+
"all-points",
|
|
4956
|
+
"initial-points",
|
|
4957
|
+
"off"
|
|
4958
|
+
],
|
|
4959
|
+
"type": "string"
|
|
4960
|
+
},
|
|
4961
|
+
"source": {
|
|
4962
|
+
"anyOf": [
|
|
4963
|
+
{
|
|
4964
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
4968
|
+
}
|
|
4969
|
+
],
|
|
4970
|
+
"description": "The snapping source."
|
|
4971
|
+
}
|
|
4972
|
+
},
|
|
4973
|
+
"required": [
|
|
4974
|
+
"source"
|
|
4975
|
+
],
|
|
4976
|
+
"type": "object"
|
|
4977
|
+
},
|
|
4718
4978
|
"StopGeometryEditArgs": {
|
|
4719
4979
|
"additionalProperties": false,
|
|
4720
4980
|
"description": "Arguments for the \"sketching.stop\" operation.",
|
|
@@ -6528,6 +6788,12 @@
|
|
|
6528
6788
|
"edit.update-session:input": {
|
|
6529
6789
|
"$ref": "#/definitions/UpdateSessionArgs"
|
|
6530
6790
|
},
|
|
6791
|
+
"esri.Color": {
|
|
6792
|
+
"$ref": "esri/Color"
|
|
6793
|
+
},
|
|
6794
|
+
"esri.Content": {
|
|
6795
|
+
"$ref": "esri/popup/content/Content"
|
|
6796
|
+
},
|
|
6531
6797
|
"esri.Extent": {
|
|
6532
6798
|
"$ref": "esri/geometry/Extent"
|
|
6533
6799
|
},
|
|
@@ -11099,6 +11365,10 @@
|
|
|
11099
11365
|
"additionalProperties": false,
|
|
11100
11366
|
"description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
|
|
11101
11367
|
"properties": {
|
|
11368
|
+
"altText": {
|
|
11369
|
+
"description": "A string providing the alternate text for the media.",
|
|
11370
|
+
"type": "string"
|
|
11371
|
+
},
|
|
11102
11372
|
"caption": {
|
|
11103
11373
|
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
11104
11374
|
"type": "string"
|
|
@@ -12314,10 +12584,21 @@
|
|
|
12314
12584
|
"additionalProperties": false,
|
|
12315
12585
|
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
12316
12586
|
"properties": {
|
|
12587
|
+
"attributes": {
|
|
12588
|
+
"description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
|
|
12589
|
+
},
|
|
12590
|
+
"description": {
|
|
12591
|
+
"description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.",
|
|
12592
|
+
"type": "string"
|
|
12593
|
+
},
|
|
12317
12594
|
"displayType": {
|
|
12318
12595
|
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
12319
12596
|
"type": "string"
|
|
12320
12597
|
},
|
|
12598
|
+
"expressionInfo": {
|
|
12599
|
+
"$ref": "#/definitions/esri.rest-api.PopupExpressionInfo.PopupExpressionInfo",
|
|
12600
|
+
"description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content."
|
|
12601
|
+
},
|
|
12321
12602
|
"fieldInfos": {
|
|
12322
12603
|
"description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.",
|
|
12323
12604
|
"items": {
|
|
@@ -12336,9 +12617,13 @@
|
|
|
12336
12617
|
"description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.",
|
|
12337
12618
|
"type": "string"
|
|
12338
12619
|
},
|
|
12620
|
+
"title": {
|
|
12621
|
+
"description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.",
|
|
12622
|
+
"type": "string"
|
|
12623
|
+
},
|
|
12339
12624
|
"type": {
|
|
12340
12625
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
12341
|
-
"description": "String value indicating which
|
|
12626
|
+
"description": "String value indicating which element to use."
|
|
12342
12627
|
}
|
|
12343
12628
|
},
|
|
12344
12629
|
"type": "object"
|
|
@@ -12347,6 +12632,7 @@
|
|
|
12347
12632
|
"description": "The type of the PopupElement.",
|
|
12348
12633
|
"enum": [
|
|
12349
12634
|
"attachments",
|
|
12635
|
+
"expression",
|
|
12350
12636
|
"fields",
|
|
12351
12637
|
"media",
|
|
12352
12638
|
"text"
|
|
@@ -18017,6 +18303,12 @@
|
|
|
18017
18303
|
"search.clear"
|
|
18018
18304
|
]
|
|
18019
18305
|
},
|
|
18306
|
+
"sketching.activate-snapping": {
|
|
18307
|
+
"description": "Set the snapping default to 'on' for all subsequent operations.",
|
|
18308
|
+
"enum": [
|
|
18309
|
+
"sketching.activate-snapping"
|
|
18310
|
+
]
|
|
18311
|
+
},
|
|
18020
18312
|
"sketching.add-node-to-geometry": {
|
|
18021
18313
|
"description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" or \"sketching.insert-point\" instead.",
|
|
18022
18314
|
"enum": [
|
|
@@ -18056,6 +18348,12 @@
|
|
|
18056
18348
|
"sketching.capture-geometry:output": {
|
|
18057
18349
|
"$ref": "#/definitions/CaptureGeometryResult"
|
|
18058
18350
|
},
|
|
18351
|
+
"sketching.deactivate-snapping": {
|
|
18352
|
+
"description": "Set the snapping default to 'off' for all subsequent operations.",
|
|
18353
|
+
"enum": [
|
|
18354
|
+
"sketching.deactivate-snapping"
|
|
18355
|
+
]
|
|
18356
|
+
},
|
|
18059
18357
|
"sketching.delete": {
|
|
18060
18358
|
"description": "If a point is supplied while a sketching or editing operation is active, the vertex at that point will be deleted from the current geometry. If no point is supplied, any active points in the session will be deleted. If there are no active points in the session, the entire geometry will be deleted.",
|
|
18061
18359
|
"enum": [
|
|
@@ -18252,6 +18550,15 @@
|
|
|
18252
18550
|
"sketching.set-geometry-mode:input": {
|
|
18253
18551
|
"$ref": "#/definitions/SetGeometryModeArgs"
|
|
18254
18552
|
},
|
|
18553
|
+
"sketching.set-snapping-configuration": {
|
|
18554
|
+
"description": "Sets the global snapping configuration.",
|
|
18555
|
+
"enum": [
|
|
18556
|
+
"sketching.set-snapping-configuration"
|
|
18557
|
+
]
|
|
18558
|
+
},
|
|
18559
|
+
"sketching.set-snapping-configuration:input": {
|
|
18560
|
+
"$ref": "#/definitions/SetSnappingConfigurationArgs"
|
|
18561
|
+
},
|
|
18255
18562
|
"sketching.stop": {
|
|
18256
18563
|
"description": "Stops geometry capturing or editing on a given map. Returns the current geometry. If validateGeometry parameter is true and geometry is invalid, the operation will return null.",
|
|
18257
18564
|
"enum": [
|
|
@@ -20506,6 +20813,22 @@
|
|
|
20506
20813
|
],
|
|
20507
20814
|
"type": "object"
|
|
20508
20815
|
},
|
|
20816
|
+
{
|
|
20817
|
+
"additionalProperties": false,
|
|
20818
|
+
"properties": {
|
|
20819
|
+
"arguments": {
|
|
20820
|
+
"$ref": "#/definitions/sketching.set-snapping-configuration:input"
|
|
20821
|
+
},
|
|
20822
|
+
"name": {
|
|
20823
|
+
"$ref": "#/definitions/sketching.set-snapping-configuration"
|
|
20824
|
+
}
|
|
20825
|
+
},
|
|
20826
|
+
"required": [
|
|
20827
|
+
"name",
|
|
20828
|
+
"arguments"
|
|
20829
|
+
],
|
|
20830
|
+
"type": "object"
|
|
20831
|
+
},
|
|
20509
20832
|
{
|
|
20510
20833
|
"additionalProperties": false,
|
|
20511
20834
|
"properties": {
|
|
@@ -21165,12 +21488,18 @@
|
|
|
21165
21488
|
{
|
|
21166
21489
|
"$ref": "#/definitions/search.clear"
|
|
21167
21490
|
},
|
|
21491
|
+
{
|
|
21492
|
+
"$ref": "#/definitions/sketching.activate-snapping"
|
|
21493
|
+
},
|
|
21168
21494
|
{
|
|
21169
21495
|
"$ref": "#/definitions/sketching.add-point"
|
|
21170
21496
|
},
|
|
21171
21497
|
{
|
|
21172
21498
|
"$ref": "#/definitions/sketching.cancel"
|
|
21173
21499
|
},
|
|
21500
|
+
{
|
|
21501
|
+
"$ref": "#/definitions/sketching.deactivate-snapping"
|
|
21502
|
+
},
|
|
21174
21503
|
{
|
|
21175
21504
|
"$ref": "#/definitions/sketching.delete"
|
|
21176
21505
|
},
|
|
@@ -21204,6 +21533,9 @@
|
|
|
21204
21533
|
{
|
|
21205
21534
|
"$ref": "#/definitions/sketching.set-geometry-mode"
|
|
21206
21535
|
},
|
|
21536
|
+
{
|
|
21537
|
+
"$ref": "#/definitions/sketching.set-snapping-configuration"
|
|
21538
|
+
},
|
|
21207
21539
|
{
|
|
21208
21540
|
"$ref": "#/definitions/sketching.switch-active-node"
|
|
21209
21541
|
},
|
|
@@ -137,6 +137,20 @@
|
|
|
137
137
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
138
138
|
"description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
|
|
139
139
|
},
|
|
140
|
+
"popupContentExtensions": {
|
|
141
|
+
"description": "See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.",
|
|
142
|
+
"items": {
|
|
143
|
+
"anyOf": [
|
|
144
|
+
{
|
|
145
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"type": "array"
|
|
153
|
+
},
|
|
140
154
|
"popupTemplate": {
|
|
141
155
|
"anyOf": [
|
|
142
156
|
{
|
|
@@ -247,6 +261,95 @@
|
|
|
247
261
|
},
|
|
248
262
|
"type": "object"
|
|
249
263
|
},
|
|
264
|
+
"@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties": {
|
|
265
|
+
"additionalProperties": false,
|
|
266
|
+
"description": "Properties that extend the ArcGis portal representation of a PopupContent.",
|
|
267
|
+
"properties": {
|
|
268
|
+
"$ref": {
|
|
269
|
+
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentRef",
|
|
270
|
+
"description": "A popupContent name referring to an existing popupContent in a featureSettings. The popupContent extension will attempt to find an existing popupContent in its parent featureSettings."
|
|
271
|
+
},
|
|
272
|
+
"attributes": {
|
|
273
|
+
"description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
|
|
274
|
+
},
|
|
275
|
+
"description": {
|
|
276
|
+
"description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.",
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"displayType": {
|
|
280
|
+
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
281
|
+
"type": "string"
|
|
282
|
+
},
|
|
283
|
+
"expressionInfo": {
|
|
284
|
+
"$ref": "#/definitions/esri.rest-api.PopupExpressionInfo.PopupExpressionInfo",
|
|
285
|
+
"description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content."
|
|
286
|
+
},
|
|
287
|
+
"fieldInfos": {
|
|
288
|
+
"description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.",
|
|
289
|
+
"items": {
|
|
290
|
+
"$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
|
|
291
|
+
},
|
|
292
|
+
"type": "array"
|
|
293
|
+
},
|
|
294
|
+
"mediaInfos": {
|
|
295
|
+
"description": "This property applies to elements of type media. An array of popupInfo.mediaInfo objects representing an image or chart for display. If no mediaInfos property is provided, the popupElement will display whatever is specified in the popupInfo.mediaInfo property.",
|
|
296
|
+
"items": {
|
|
297
|
+
"$ref": "#/definitions/esri.rest-api.MediaInfo.MediaInfo"
|
|
298
|
+
},
|
|
299
|
+
"type": "array"
|
|
300
|
+
},
|
|
301
|
+
"text": {
|
|
302
|
+
"description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.",
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"title": {
|
|
306
|
+
"description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.",
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"type": {
|
|
310
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
311
|
+
"description": "String value indicating which element to use."
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"type": "object"
|
|
315
|
+
},
|
|
316
|
+
"@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
|
|
317
|
+
"additionalProperties": false,
|
|
318
|
+
"description": "Properties that can be passed into the constructor for{@linkPopupContentExtension}.",
|
|
319
|
+
"properties": {
|
|
320
|
+
"content": {
|
|
321
|
+
"anyOf": [
|
|
322
|
+
{
|
|
323
|
+
"$ref": "#/definitions/esri.Content"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"description": "The ESRI Content instance to be extended."
|
|
330
|
+
},
|
|
331
|
+
"failureMode": {
|
|
332
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
|
|
333
|
+
"description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
|
|
334
|
+
},
|
|
335
|
+
"id": {
|
|
336
|
+
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
337
|
+
"type": "string"
|
|
338
|
+
},
|
|
339
|
+
"summaryHiddenFields": {
|
|
340
|
+
"description": "Names of fields that will be hidden when displayed in the a summary view. This property is only applied to \"fields\" Content types.",
|
|
341
|
+
"items": {
|
|
342
|
+
"type": "string"
|
|
343
|
+
},
|
|
344
|
+
"type": "array"
|
|
345
|
+
},
|
|
346
|
+
"visibleInSummary": {
|
|
347
|
+
"description": "Whether the Content is visible when being displayed in a summary view.",
|
|
348
|
+
"type": "boolean"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"type": "object"
|
|
352
|
+
},
|
|
250
353
|
"@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
|
|
251
354
|
"additionalProperties": false,
|
|
252
355
|
"description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
|
|
@@ -1318,6 +1421,9 @@
|
|
|
1318
1421
|
"esri.Color": {
|
|
1319
1422
|
"$ref": "esri/Color"
|
|
1320
1423
|
},
|
|
1424
|
+
"esri.Content": {
|
|
1425
|
+
"$ref": "esri/popup/content/Content"
|
|
1426
|
+
},
|
|
1321
1427
|
"esri.FeatureSet": {
|
|
1322
1428
|
"$ref": "esri/rest/support/FeatureSet"
|
|
1323
1429
|
},
|
|
@@ -5599,6 +5705,10 @@
|
|
|
5599
5705
|
"additionalProperties": false,
|
|
5600
5706
|
"description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
|
|
5601
5707
|
"properties": {
|
|
5708
|
+
"altText": {
|
|
5709
|
+
"description": "A string providing the alternate text for the media.",
|
|
5710
|
+
"type": "string"
|
|
5711
|
+
},
|
|
5602
5712
|
"caption": {
|
|
5603
5713
|
"description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
|
|
5604
5714
|
"type": "string"
|
|
@@ -6734,10 +6844,21 @@
|
|
|
6734
6844
|
"additionalProperties": false,
|
|
6735
6845
|
"description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
|
|
6736
6846
|
"properties": {
|
|
6847
|
+
"attributes": {
|
|
6848
|
+
"description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
|
|
6849
|
+
},
|
|
6850
|
+
"description": {
|
|
6851
|
+
"description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.",
|
|
6852
|
+
"type": "string"
|
|
6853
|
+
},
|
|
6737
6854
|
"displayType": {
|
|
6738
6855
|
"description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
|
|
6739
6856
|
"type": "string"
|
|
6740
6857
|
},
|
|
6858
|
+
"expressionInfo": {
|
|
6859
|
+
"$ref": "#/definitions/esri.rest-api.PopupExpressionInfo.PopupExpressionInfo",
|
|
6860
|
+
"description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content."
|
|
6861
|
+
},
|
|
6741
6862
|
"fieldInfos": {
|
|
6742
6863
|
"description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.",
|
|
6743
6864
|
"items": {
|
|
@@ -6756,9 +6877,13 @@
|
|
|
6756
6877
|
"description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.",
|
|
6757
6878
|
"type": "string"
|
|
6758
6879
|
},
|
|
6880
|
+
"title": {
|
|
6881
|
+
"description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.",
|
|
6882
|
+
"type": "string"
|
|
6883
|
+
},
|
|
6759
6884
|
"type": {
|
|
6760
6885
|
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
|
|
6761
|
-
"description": "String value indicating which
|
|
6886
|
+
"description": "String value indicating which element to use."
|
|
6762
6887
|
}
|
|
6763
6888
|
},
|
|
6764
6889
|
"type": "object"
|
|
@@ -6767,6 +6892,7 @@
|
|
|
6767
6892
|
"description": "The type of the PopupElement.",
|
|
6768
6893
|
"enum": [
|
|
6769
6894
|
"attachments",
|
|
6895
|
+
"expression",
|
|
6770
6896
|
"fields",
|
|
6771
6897
|
"media",
|
|
6772
6898
|
"text"
|