@vertigis/viewer-spec 53.10.1 → 55.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.
- package/app-config/{mobile → common}/EventListenerModelProperties.d.ts +10 -5
- package/app-config/common/TranslatableText.d.ts +1 -1
- 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/messaging/Event.d.ts +3 -2
- package/messaging/registry/app-config.d.ts +1 -1
- package/messaging/registry/app.d.ts +27 -21
- package/messaging/registry/arcade.d.ts +3 -3
- package/messaging/registry/auth.d.ts +4 -3
- package/messaging/registry/basemap.d.ts +2 -2
- package/messaging/registry/bookmark.d.ts +4 -4
- package/messaging/registry/charts.d.ts +8 -7
- package/messaging/registry/debugConsole.d.ts +2 -0
- package/messaging/registry/device.d.ts +3 -3
- package/messaging/registry/display.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +8 -6
- package/messaging/registry/edit.d.ts +9 -8
- package/messaging/registry/file.d.ts +8 -8
- package/messaging/registry/filter-builder.d.ts +4 -3
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +27 -24
- package/messaging/registry/geometry-toolbar.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +12 -12
- package/messaging/registry/highlights.d.ts +8 -6
- package/messaging/registry/input.d.ts +2 -2
- package/messaging/registry/iwtm.d.ts +1 -1
- package/messaging/registry/kpi.d.ts +8 -7
- package/messaging/registry/layer-comparison.d.ts +9 -8
- package/messaging/registry/layer-presets.d.ts +2 -2
- package/messaging/registry/layers.d.ts +16 -14
- package/messaging/registry/layout.d.ts +4 -4
- package/messaging/registry/licensing.d.ts +2 -2
- package/messaging/registry/location-marker.d.ts +7 -7
- package/messaging/registry/logViewer.d.ts +2 -2
- package/messaging/registry/map.d.ts +68 -61
- package/messaging/registry/measurement.d.ts +16 -16
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/network.d.ts +4 -4
- package/messaging/registry/offline.d.ts +34 -29
- package/messaging/registry/panel.d.ts +9 -5
- package/messaging/registry/photos.d.ts +3 -3
- package/messaging/registry/portal.d.ts +3 -3
- package/messaging/registry/project.d.ts +13 -13
- package/messaging/registry/query-builder.d.ts +3 -3
- package/messaging/registry/region.d.ts +2 -2
- package/messaging/registry/reports.d.ts +6 -5
- package/messaging/registry/results.d.ts +39 -31
- package/messaging/registry/search.d.ts +6 -6
- package/messaging/registry/settings.d.ts +1 -1
- package/messaging/registry/shortcut.d.ts +2 -2
- package/messaging/registry/sketching.d.ts +34 -29
- package/messaging/registry/system.d.ts +14 -13
- package/messaging/registry/tasks.d.ts +8 -5
- package/messaging/registry/ui.d.ts +32 -26
- package/messaging/registry/viewer.d.ts +13 -11
- package/messaging/registry/workflow.d.ts +7 -7
- package/messaging/schema/common-action.schema.json +15 -15
- package/messaging/schema/common-event.schema.json +5 -5
- package/messaging/schema/mobile-action.schema.json +131 -131
- package/messaging/schema/mobile-event.schema.json +99 -99
- package/messaging/schema/web-action.schema.json +218 -218
- package/messaging/schema/web-event.schema.json +37 -37
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/app-config/{mobile → common}/EventListenerModelProperties.js +0 -0
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"properties": {
|
|
599
599
|
"gnssDeviceConnectionInfo": {
|
|
600
600
|
"$ref": "#/definitions/GnssDeviceConnectionInfo",
|
|
601
|
-
"description": "The GNSS source associated with the raised geolocation event."
|
|
601
|
+
"description": "The GNSS source associated with the raised geolocation event. Mobile only."
|
|
602
602
|
}
|
|
603
603
|
},
|
|
604
604
|
"type": "object"
|
|
@@ -846,11 +846,11 @@
|
|
|
846
846
|
"properties": {
|
|
847
847
|
"mapExtension": {
|
|
848
848
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
849
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
849
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
850
850
|
},
|
|
851
851
|
"maps": {
|
|
852
852
|
"$ref": "MapsLike",
|
|
853
|
-
"description": "The map from which the event was generated."
|
|
853
|
+
"description": "The map from which the event was generated. Web only."
|
|
854
854
|
}
|
|
855
855
|
},
|
|
856
856
|
"type": "object"
|
|
@@ -865,11 +865,11 @@
|
|
|
865
865
|
},
|
|
866
866
|
"mapExtension": {
|
|
867
867
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
868
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
868
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
869
869
|
},
|
|
870
870
|
"maps": {
|
|
871
871
|
"$ref": "MapsLike",
|
|
872
|
-
"description": "The map from which the event was generated."
|
|
872
|
+
"description": "The map from which the event was generated. Web only."
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
875
|
"required": [
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"description": "Arguments for various commands that target a result set of features.",
|
|
1319
1319
|
"properties": {
|
|
1320
1320
|
"resultsSetId": {
|
|
1321
|
-
"description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
|
|
1321
|
+
"description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results. Web only.",
|
|
1322
1322
|
"type": "string"
|
|
1323
1323
|
}
|
|
1324
1324
|
},
|
|
@@ -1363,11 +1363,11 @@
|
|
|
1363
1363
|
"properties": {
|
|
1364
1364
|
"mapExtension": {
|
|
1365
1365
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
|
|
1366
|
-
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile."
|
|
1366
|
+
"description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
|
|
1367
1367
|
},
|
|
1368
1368
|
"maps": {
|
|
1369
1369
|
"$ref": "MapsLike",
|
|
1370
|
-
"description": "The map from which the event was generated."
|
|
1370
|
+
"description": "The map from which the event was generated. Web only."
|
|
1371
1371
|
},
|
|
1372
1372
|
"viewMode": {
|
|
1373
1373
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.MapExtension.ViewMode",
|
|
@@ -1551,7 +1551,7 @@
|
|
|
1551
1551
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1552
1552
|
},
|
|
1553
1553
|
"edit.session-updated": {
|
|
1554
|
-
"description": "Raised when an interactive feature editing session is updated with new attributes, attachments, or feature geometry. The payload of this event represents the current state of that session and has not yet been applied to the feature.",
|
|
1554
|
+
"description": "Raised when an interactive feature editing session is updated with new attributes, attachments, or feature geometry. The payload of this event represents the current state of that session and has not yet been applied to the feature. Web only.",
|
|
1555
1555
|
"enum": [
|
|
1556
1556
|
"edit.session-updated"
|
|
1557
1557
|
]
|
|
@@ -10157,19 +10157,19 @@
|
|
|
10157
10157
|
]
|
|
10158
10158
|
},
|
|
10159
10159
|
"geolocation.display-location-started": {
|
|
10160
|
-
"description": "Raised when geolocation enters displaying location mode.",
|
|
10160
|
+
"description": "Raised when geolocation enters displaying location mode. Web only.",
|
|
10161
10161
|
"enum": [
|
|
10162
10162
|
"geolocation.display-location-started"
|
|
10163
10163
|
]
|
|
10164
10164
|
},
|
|
10165
10165
|
"geolocation.display-location-stopped": {
|
|
10166
|
-
"description": "Raised when geolocation leaves displaying location mode.",
|
|
10166
|
+
"description": "Raised when geolocation leaves displaying location mode. Web only.",
|
|
10167
10167
|
"enum": [
|
|
10168
10168
|
"geolocation.display-location-stopped"
|
|
10169
10169
|
]
|
|
10170
10170
|
},
|
|
10171
10171
|
"geolocation.heading-changed": {
|
|
10172
|
-
"description": "Raised when geolocation is activated and the user's heading changes.",
|
|
10172
|
+
"description": "Raised when geolocation is activated and the user's heading changes. Web only.",
|
|
10173
10173
|
"enum": [
|
|
10174
10174
|
"geolocation.heading-changed"
|
|
10175
10175
|
]
|
|
@@ -10214,7 +10214,7 @@
|
|
|
10214
10214
|
"$ref": "#/definitions/GeolocationStatusChangedEventArgs"
|
|
10215
10215
|
},
|
|
10216
10216
|
"location-marker.created": {
|
|
10217
|
-
"description": "Raised when a Marker is created.",
|
|
10217
|
+
"description": "Raised when a Marker is created. Web only.",
|
|
10218
10218
|
"enum": [
|
|
10219
10219
|
"location-marker.created"
|
|
10220
10220
|
]
|
|
@@ -10223,7 +10223,7 @@
|
|
|
10223
10223
|
"$ref": "#/definitions/LocationMarkerEvent"
|
|
10224
10224
|
},
|
|
10225
10225
|
"location-marker.removed": {
|
|
10226
|
-
"description": "Raised when a Marker is removed.",
|
|
10226
|
+
"description": "Raised when a Marker is removed. Web only.",
|
|
10227
10227
|
"enum": [
|
|
10228
10228
|
"location-marker.removed"
|
|
10229
10229
|
]
|
|
@@ -10232,7 +10232,7 @@
|
|
|
10232
10232
|
"$ref": "#/definitions/LocationMarkerEvent"
|
|
10233
10233
|
},
|
|
10234
10234
|
"location-marker.updated": {
|
|
10235
|
-
"description": "Raised when a Marker is updated.",
|
|
10235
|
+
"description": "Raised when a Marker is updated. Web only.",
|
|
10236
10236
|
"enum": [
|
|
10237
10237
|
"location-marker.updated"
|
|
10238
10238
|
]
|
|
@@ -10257,7 +10257,7 @@
|
|
|
10257
10257
|
]
|
|
10258
10258
|
},
|
|
10259
10259
|
"map.view-mode-changed": {
|
|
10260
|
-
"description": "Raised when a map's {@link ViewMode} is changed. This happens when the map view is changed between a WebMap and a WebScene.",
|
|
10260
|
+
"description": "Raised when a map's {@link ViewMode} is changed. This happens when the map view is changed between a WebMap and a WebScene. Web only.",
|
|
10261
10261
|
"enum": [
|
|
10262
10262
|
"map.view-mode-changed"
|
|
10263
10263
|
]
|
|
@@ -10311,7 +10311,7 @@
|
|
|
10311
10311
|
"$ref": "#/definitions/PrintStartedEventArgs"
|
|
10312
10312
|
},
|
|
10313
10313
|
"project.loaded": {
|
|
10314
|
-
"description": "Raised when a project is loaded.",
|
|
10314
|
+
"description": "Raised when a project is loaded. Web only.",
|
|
10315
10315
|
"enum": [
|
|
10316
10316
|
"project.loaded"
|
|
10317
10317
|
]
|
|
@@ -10320,7 +10320,7 @@
|
|
|
10320
10320
|
"$ref": "#/definitions/SharedProject"
|
|
10321
10321
|
},
|
|
10322
10322
|
"project.share-added": {
|
|
10323
|
-
"description": "Raised when a shared project is added.",
|
|
10323
|
+
"description": "Raised when a shared project is added. Web only.",
|
|
10324
10324
|
"enum": [
|
|
10325
10325
|
"project.share-added"
|
|
10326
10326
|
]
|
|
@@ -10329,7 +10329,7 @@
|
|
|
10329
10329
|
"$ref": "#/definitions/SharedProject"
|
|
10330
10330
|
},
|
|
10331
10331
|
"project.share-removed": {
|
|
10332
|
-
"description": "Raised when a shared project is removed.",
|
|
10332
|
+
"description": "Raised when a shared project is removed. Web only.",
|
|
10333
10333
|
"enum": [
|
|
10334
10334
|
"project.share-removed"
|
|
10335
10335
|
]
|
|
@@ -10338,7 +10338,7 @@
|
|
|
10338
10338
|
"$ref": "#/definitions/SharedProject"
|
|
10339
10339
|
},
|
|
10340
10340
|
"region.measurement-system-changed": {
|
|
10341
|
-
"description": "Raised when the current measurement system is changed.",
|
|
10341
|
+
"description": "Raised when the current measurement system is changed. Web only.",
|
|
10342
10342
|
"enum": [
|
|
10343
10343
|
"region.measurement-system-changed"
|
|
10344
10344
|
]
|
|
@@ -10347,7 +10347,7 @@
|
|
|
10347
10347
|
"$ref": "#/definitions/MeasurementSystem"
|
|
10348
10348
|
},
|
|
10349
10349
|
"reports.report-error": {
|
|
10350
|
-
"description": "Raised when an error occurs with running a report.",
|
|
10350
|
+
"description": "Raised when an error occurs with running a report. Web only.",
|
|
10351
10351
|
"enum": [
|
|
10352
10352
|
"reports.report-error"
|
|
10353
10353
|
]
|
|
@@ -10356,7 +10356,7 @@
|
|
|
10356
10356
|
"$ref": "#/definitions/ReportErrorEventArgs"
|
|
10357
10357
|
},
|
|
10358
10358
|
"reports.report-finished": {
|
|
10359
|
-
"description": "Raised when a report has finished running. Event arguments include the report download URL.",
|
|
10359
|
+
"description": "Raised when a report has finished running. Event arguments include the report download URL. Web only.",
|
|
10360
10360
|
"enum": [
|
|
10361
10361
|
"reports.report-finished"
|
|
10362
10362
|
]
|
|
@@ -10365,7 +10365,7 @@
|
|
|
10365
10365
|
"$ref": "#/definitions/ReportFinishedEventArgs"
|
|
10366
10366
|
},
|
|
10367
10367
|
"reports.report-progress": {
|
|
10368
|
-
"description": "Raised while a report is running to provide updates on its status.",
|
|
10368
|
+
"description": "Raised while a report is running to provide updates on its status. Web only.",
|
|
10369
10369
|
"enum": [
|
|
10370
10370
|
"reports.report-progress"
|
|
10371
10371
|
]
|
|
@@ -10374,7 +10374,7 @@
|
|
|
10374
10374
|
"$ref": "#/definitions/ReportProgressEventArgs"
|
|
10375
10375
|
},
|
|
10376
10376
|
"reports.report-started": {
|
|
10377
|
-
"description": "Raised when a report has started running.",
|
|
10377
|
+
"description": "Raised when a report has started running. Web only.",
|
|
10378
10378
|
"enum": [
|
|
10379
10379
|
"reports.report-started"
|
|
10380
10380
|
]
|
|
@@ -10383,7 +10383,7 @@
|
|
|
10383
10383
|
"$ref": "#/definitions/ReportStartedEventArgs"
|
|
10384
10384
|
},
|
|
10385
10385
|
"results.changed": {
|
|
10386
|
-
"description": "Raised when results are added or removed to a named results set.",
|
|
10386
|
+
"description": "Raised when results are added or removed to a named results set. Web only.",
|
|
10387
10387
|
"enum": [
|
|
10388
10388
|
"results.changed"
|
|
10389
10389
|
]
|
|
@@ -10401,7 +10401,7 @@
|
|
|
10401
10401
|
"type": "string"
|
|
10402
10402
|
},
|
|
10403
10403
|
"ui.added": {
|
|
10404
|
-
"description": "Raised when a component is added to the layout.",
|
|
10404
|
+
"description": "Raised when a component is added to the layout. Web only.",
|
|
10405
10405
|
"enum": [
|
|
10406
10406
|
"ui.added"
|
|
10407
10407
|
]
|
|
@@ -10410,7 +10410,7 @@
|
|
|
10410
10410
|
"type": "string"
|
|
10411
10411
|
},
|
|
10412
10412
|
"ui.ancestor-activated": {
|
|
10413
|
-
"description": "Raised when a component's ancestor becomes activated. The argument is the descendant component's ID.",
|
|
10413
|
+
"description": "Raised when a component's ancestor becomes activated. The argument is the descendant component's ID. Web only.",
|
|
10414
10414
|
"enum": [
|
|
10415
10415
|
"ui.ancestor-activated"
|
|
10416
10416
|
]
|
|
@@ -10419,7 +10419,7 @@
|
|
|
10419
10419
|
"type": "string"
|
|
10420
10420
|
},
|
|
10421
10421
|
"ui.ancestor-deactivated": {
|
|
10422
|
-
"description": "Raised when a component's ancestor becomes deactivated. The argument is the descendant component's ID.",
|
|
10422
|
+
"description": "Raised when a component's ancestor becomes deactivated. The argument is the descendant component's ID. Web only.",
|
|
10423
10423
|
"enum": [
|
|
10424
10424
|
"ui.ancestor-deactivated"
|
|
10425
10425
|
]
|
|
@@ -10437,7 +10437,7 @@
|
|
|
10437
10437
|
"type": "string"
|
|
10438
10438
|
},
|
|
10439
10439
|
"ui.density-changed": {
|
|
10440
|
-
"description": "Raised when the UI density setting is changed.",
|
|
10440
|
+
"description": "Raised when the UI density setting is changed. Web only.",
|
|
10441
10441
|
"enum": [
|
|
10442
10442
|
"ui.density-changed"
|
|
10443
10443
|
]
|
|
@@ -10446,7 +10446,7 @@
|
|
|
10446
10446
|
"$ref": "#/definitions/UIDensity"
|
|
10447
10447
|
},
|
|
10448
10448
|
"ui.initialized": {
|
|
10449
|
-
"description": "Raised when a component and its descendants have been initially activated. The argument is the component ID.",
|
|
10449
|
+
"description": "Raised when a component and its descendants have been initially activated. The argument is the component ID. Web only.",
|
|
10450
10450
|
"enum": [
|
|
10451
10451
|
"ui.initialized"
|
|
10452
10452
|
]
|
|
@@ -10455,7 +10455,7 @@
|
|
|
10455
10455
|
"type": "string"
|
|
10456
10456
|
},
|
|
10457
10457
|
"ui.initializing": {
|
|
10458
|
-
"description": "Raised when a component begins initialization. The argument is the component ID.",
|
|
10458
|
+
"description": "Raised when a component begins initialization. The argument is the component ID. Web only.",
|
|
10459
10459
|
"enum": [
|
|
10460
10460
|
"ui.initializing"
|
|
10461
10461
|
]
|
|
@@ -10464,7 +10464,7 @@
|
|
|
10464
10464
|
"type": "string"
|
|
10465
10465
|
},
|
|
10466
10466
|
"ui.locale-changed": {
|
|
10467
|
-
"description": "Raised when the locale is changed by the user. The argument is the locale code.",
|
|
10467
|
+
"description": "Raised when the locale is changed by the user. The argument is the locale code. Web only.",
|
|
10468
10468
|
"enum": [
|
|
10469
10469
|
"ui.locale-changed"
|
|
10470
10470
|
]
|
|
@@ -10473,7 +10473,7 @@
|
|
|
10473
10473
|
"type": "string"
|
|
10474
10474
|
},
|
|
10475
10475
|
"ui.removed": {
|
|
10476
|
-
"description": "Raised when a component is removed from the layout.",
|
|
10476
|
+
"description": "Raised when a component is removed from the layout. Web only.",
|
|
10477
10477
|
"enum": [
|
|
10478
10478
|
"ui.removed"
|
|
10479
10479
|
]
|
|
@@ -10482,7 +10482,7 @@
|
|
|
10482
10482
|
"type": "string"
|
|
10483
10483
|
},
|
|
10484
10484
|
"ui.reordered": {
|
|
10485
|
-
"description": "Raised when a component is reordered in the layout relative to its siblings.",
|
|
10485
|
+
"description": "Raised when a component is reordered in the layout relative to its siblings. Web only.",
|
|
10486
10486
|
"enum": [
|
|
10487
10487
|
"ui.reordered"
|
|
10488
10488
|
]
|
|
@@ -10491,7 +10491,7 @@
|
|
|
10491
10491
|
"type": "string"
|
|
10492
10492
|
},
|
|
10493
10493
|
"ui.visual-state-changed": {
|
|
10494
|
-
"description": "Raised when a component's visual state is changed.",
|
|
10494
|
+
"description": "Raised when a component's visual state is changed. Web only.",
|
|
10495
10495
|
"enum": [
|
|
10496
10496
|
"ui.visual-state-changed"
|
|
10497
10497
|
]
|
|
@@ -10669,7 +10669,7 @@
|
|
|
10669
10669
|
]
|
|
10670
10670
|
},
|
|
10671
10671
|
"viewer.layout-changed": {
|
|
10672
|
-
"description": "Raised when the viewer finishes loading a layout.",
|
|
10672
|
+
"description": "Raised when the viewer finishes loading a layout. Web only.",
|
|
10673
10673
|
"enum": [
|
|
10674
10674
|
"viewer.layout-changed"
|
|
10675
10675
|
]
|
|
@@ -10693,7 +10693,7 @@
|
|
|
10693
10693
|
"$ref": "#/definitions/WorkflowFinishedEventArgs"
|
|
10694
10694
|
},
|
|
10695
10695
|
"workflow.workflow-started": {
|
|
10696
|
-
"description": "Raised when a workflow has started running.",
|
|
10696
|
+
"description": "Raised when a workflow has started running. Web only.",
|
|
10697
10697
|
"enum": [
|
|
10698
10698
|
"workflow.workflow-started"
|
|
10699
10699
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "55.0.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@arcgis/core": "*",
|
|
46
|
-
"@vertigis/arcgis-extensions": ">= 40.
|
|
46
|
+
"@vertigis/arcgis-extensions": ">= 40.5.0 < 41.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@prettier/plugin-xml": "2.2.0",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED
|
File without changes
|