@vertigis/viewer-spec 46.0.0 → 46.3.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.
@@ -1154,6 +1154,48 @@
1154
1154
  ],
1155
1155
  "type": "object"
1156
1156
  },
1157
+ "CreateFeatureArgs": {
1158
+ "additionalProperties": false,
1159
+ "description": "Arguments for the \"edit.create-feature\" operation. Also may be supplied to augment an interactive editing session. A valid feature layer is required. The geometry is required for non-tabular features. Web only.",
1160
+ "properties": {
1161
+ "featureAttributes": {
1162
+ "description": "A collection of attributes to apply to the new feature."
1163
+ },
1164
+ "geometry": {
1165
+ "$ref": "#/definitions/GeometryLike",
1166
+ "description": "The geometry to use for the command/operation."
1167
+ },
1168
+ "layers": {
1169
+ "$ref": "#/definitions/LayersLike",
1170
+ "description": "Layer(s) to use for the command/operation."
1171
+ },
1172
+ "maps": {
1173
+ "$ref": "MapsLike",
1174
+ "description": "Map(s) to use for the command/operation."
1175
+ },
1176
+ "orientation": {
1177
+ "description": "The orientation of the template picker.",
1178
+ "enum": [
1179
+ "horizontal",
1180
+ "vertical"
1181
+ ],
1182
+ "type": "string"
1183
+ },
1184
+ "showNotifications": {
1185
+ "description": "Whether to show UI notifications.",
1186
+ "type": "boolean"
1187
+ },
1188
+ "showTitles": {
1189
+ "description": "Whether to show titles on the template picker.",
1190
+ "type": "boolean"
1191
+ },
1192
+ "templateName": {
1193
+ "description": "The template to use as a starting point for this feature. Requires a layer. The default or first template will be used if not set.",
1194
+ "type": "string"
1195
+ }
1196
+ },
1197
+ "type": "object"
1198
+ },
1157
1199
  "CreateGraphicsResult": {
1158
1200
  "additionalProperties": false,
1159
1201
  "description": "Result of the \"drawing.create-graphics\" and \"measurement.create-graphics\" operations.",
@@ -1351,6 +1393,75 @@
1351
1393
  },
1352
1394
  "type": "object"
1353
1395
  },
1396
+ "DisplayAddFeatureArgs": {
1397
+ "additionalProperties": false,
1398
+ "description": "Arguments for the \"edit.display-add-features\" command. Web only.",
1399
+ "properties": {
1400
+ "attributes": {
1401
+ "description": "Optional layout XML attributes to be used for the transient UI container."
1402
+ },
1403
+ "editAttachments": {
1404
+ "description": "Whether to allow editing of feature attachments.",
1405
+ "type": "boolean"
1406
+ },
1407
+ "editAttributes": {
1408
+ "description": "Whether to allow editing of feature attributes.",
1409
+ "type": "boolean"
1410
+ },
1411
+ "editGeometry": {
1412
+ "description": "Whether to allow editing of feature geometry.",
1413
+ "type": "boolean"
1414
+ },
1415
+ "editGeometryOptions": {
1416
+ "$ref": "#/definitions/EditGeometryOptions",
1417
+ "description": "Options for the geometry editing session."
1418
+ },
1419
+ "featureAttributes": {
1420
+ "description": "A collection of attributes to apply to the new feature."
1421
+ },
1422
+ "geometry": {
1423
+ "$ref": "#/definitions/GeometryLike",
1424
+ "description": "The geometry to use for the command/operation."
1425
+ },
1426
+ "icon": {
1427
+ "description": "Optional icon that may be used by the transient UI container.",
1428
+ "type": "string"
1429
+ },
1430
+ "layers": {
1431
+ "$ref": "#/definitions/LayersLike",
1432
+ "description": "Layer(s) to use for the command/operation."
1433
+ },
1434
+ "maps": {
1435
+ "$ref": "MapsLike",
1436
+ "description": "Map(s) to use for the command/operation."
1437
+ },
1438
+ "orientation": {
1439
+ "description": "The orientation of the template picker.",
1440
+ "enum": [
1441
+ "horizontal",
1442
+ "vertical"
1443
+ ],
1444
+ "type": "string"
1445
+ },
1446
+ "parent": {
1447
+ "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.",
1448
+ "type": "string"
1449
+ },
1450
+ "showNotifications": {
1451
+ "description": "Whether to show UI notifications.",
1452
+ "type": "boolean"
1453
+ },
1454
+ "showTitles": {
1455
+ "description": "Whether to show titles on the template picker.",
1456
+ "type": "boolean"
1457
+ },
1458
+ "templateName": {
1459
+ "description": "The template to use as a starting point for this feature. Requires a layer. The default or first template will be used if not set.",
1460
+ "type": "string"
1461
+ }
1462
+ },
1463
+ "type": "object"
1464
+ },
1354
1465
  "DisplayNotificationArgs": {
1355
1466
  "additionalProperties": false,
1356
1467
  "description": "The arguments for the `ui.display-notification` command.",
@@ -1373,7 +1484,7 @@
1373
1484
  },
1374
1485
  "position": {
1375
1486
  "$ref": "Position",
1376
- "description": "The position of the notification on the screen."
1487
+ "description": "The position of the notification on the screen. Web only."
1377
1488
  },
1378
1489
  "title": {
1379
1490
  "description": "The notification title - only shown for system notifications. Mobile only.",
@@ -1389,6 +1500,48 @@
1389
1500
  ],
1390
1501
  "type": "object"
1391
1502
  },
1503
+ "DisplayUpdateFeatureArgs": {
1504
+ "additionalProperties": false,
1505
+ "description": "Arguments for the \"edit.display-update-features\" operation. Web only.",
1506
+ "properties": {
1507
+ "editAttachments": {
1508
+ "description": "Whether to allow editing of feature attachments.",
1509
+ "type": "boolean"
1510
+ },
1511
+ "editAttributes": {
1512
+ "description": "Whether to allow editing of feature attributes.",
1513
+ "type": "boolean"
1514
+ },
1515
+ "editGeometry": {
1516
+ "description": "Whether to allow editing of feature geometry.",
1517
+ "type": "boolean"
1518
+ },
1519
+ "editGeometryOptions": {
1520
+ "$ref": "#/definitions/EditGeometryOptions",
1521
+ "description": "Options for the geometry editing session."
1522
+ },
1523
+ "featureAttributes": {
1524
+ "description": "A collection of attributes to automatically apply to the updated feature."
1525
+ },
1526
+ "features": {
1527
+ "$ref": "#/definitions/FeaturesLike",
1528
+ "description": "Features to use for the command/operation."
1529
+ },
1530
+ "geometry": {
1531
+ "$ref": "#/definitions/GeometryLike",
1532
+ "description": "The geometry to use for the command/operation."
1533
+ },
1534
+ "maps": {
1535
+ "$ref": "MapsLike",
1536
+ "description": "Map(s) to use for the command/operation."
1537
+ },
1538
+ "showNotifications": {
1539
+ "description": "Whether to show UI notifications.",
1540
+ "type": "boolean"
1541
+ }
1542
+ },
1543
+ "type": "object"
1544
+ },
1392
1545
  "DownloadArgs": {
1393
1546
  "additionalProperties": false,
1394
1547
  "description": "Arguments for the system.download-file operation.",
@@ -1470,6 +1623,21 @@
1470
1623
  ],
1471
1624
  "description": "Symbols supported for drawing."
1472
1625
  },
1626
+ "EditCommandArgs": {
1627
+ "additionalProperties": false,
1628
+ "description": "Arguments for the \"edit.add-features\", \"edit.update-features\" and \"edit.delete-features\" commands. Web only.",
1629
+ "properties": {
1630
+ "features": {
1631
+ "$ref": "#/definitions/FeaturesLike",
1632
+ "description": "Features to use for the command/operation."
1633
+ },
1634
+ "showNotifications": {
1635
+ "description": "Whether to show UI notifications.",
1636
+ "type": "boolean"
1637
+ }
1638
+ },
1639
+ "type": "object"
1640
+ },
1473
1641
  "EditGeometryArgs": {
1474
1642
  "additionalProperties": false,
1475
1643
  "description": "Arguments for the \"sketching.edit-geometry\" operation.",
@@ -3423,6 +3591,27 @@
3423
3591
  ],
3424
3592
  "type": "string"
3425
3593
  },
3594
+ "OpenUrlArgs": {
3595
+ "additionalProperties": false,
3596
+ "description": "Arguments for the system.open-url command.",
3597
+ "properties": {
3598
+ "context": {
3599
+ "description": "An object containing arguments that this command was originally executed with. This property is populated automatically when using a bound action. The URL will be the configured value, and the context is automatically populated as the argument that was passed into the execute method when the command was executed in context."
3600
+ },
3601
+ "numberFormatterLocale": {
3602
+ "description": "The locale to use for number token substitution. Accepts a valid locale code (example: \"en\", \"fr\" or \"de-AT\"), or \"device\" or \"invariant\" which will use the device's current culture or the invariant culture, respectively. Default is invariant culture.",
3603
+ "type": "string"
3604
+ },
3605
+ "url": {
3606
+ "description": "The URL to open.",
3607
+ "type": "string"
3608
+ }
3609
+ },
3610
+ "required": [
3611
+ "url"
3612
+ ],
3613
+ "type": "object"
3614
+ },
3426
3615
  "Orientation": {
3427
3616
  "description": "An orientation for the layout.",
3428
3617
  "enum": [
@@ -5135,6 +5324,40 @@
5135
5324
  ],
5136
5325
  "type": "object"
5137
5326
  },
5327
+ "WebOpenUrlArgs": {
5328
+ "additionalProperties": false,
5329
+ "description": "VertiGIS Studio Web's arguments for the system.open-url command.",
5330
+ "properties": {
5331
+ "features": {
5332
+ "$ref": "#/definitions/FeaturesLike",
5333
+ "description": "Features to use for the command/operation."
5334
+ },
5335
+ "geometry": {
5336
+ "$ref": "#/definitions/GeometryLike",
5337
+ "description": "The geometry to use for the command/operation."
5338
+ },
5339
+ "layers": {
5340
+ "$ref": "#/definitions/LayersLike",
5341
+ "description": "Layer(s) to use for the command/operation."
5342
+ },
5343
+ "maps": {
5344
+ "$ref": "MapsLike",
5345
+ "description": "Map(s) to use for the command/operation."
5346
+ },
5347
+ "numberFormatterLocale": {
5348
+ "description": "The locale to use for number token substitution. Accepts a valid locale code (example: \"en\", \"fr\" or \"de-AT\"), or \"device\" or \"invariant\" which will use the device's current culture or the invariant culture, respectively. Default is invariant culture.",
5349
+ "type": "string"
5350
+ },
5351
+ "url": {
5352
+ "description": "The URL to open.",
5353
+ "type": "string"
5354
+ }
5355
+ },
5356
+ "required": [
5357
+ "url"
5358
+ ],
5359
+ "type": "object"
5360
+ },
5138
5361
  "ZoomToLayerArgs": {
5139
5362
  "additionalProperties": false,
5140
5363
  "description": "Arguments for the map.zoom-to-layer-extent and map.zoom-to-layer-visible-scale commands.",
@@ -5699,6 +5922,116 @@
5699
5922
  "drawing.set-sync:input": {
5700
5923
  "type": "boolean"
5701
5924
  },
5925
+ "edit.add-feature": {
5926
+ "description": "Adds a feature to a particular layer. `Feature[]` and `EditCommandArgs` are not supported on Mobile.",
5927
+ "enum": [
5928
+ "edit.add-feature"
5929
+ ]
5930
+ },
5931
+ "edit.add-feature:input": {
5932
+ "anyOf": [
5933
+ {
5934
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
5935
+ },
5936
+ {
5937
+ "$ref": "#/definitions/EditCommandArgs"
5938
+ },
5939
+ {
5940
+ "items": {
5941
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
5942
+ },
5943
+ "type": "array"
5944
+ }
5945
+ ]
5946
+ },
5947
+ "edit.create-feature": {
5948
+ "description": "Creates a new `Feature` for the supplied layer from the supplied data.",
5949
+ "enum": [
5950
+ "edit.create-feature"
5951
+ ]
5952
+ },
5953
+ "edit.create-feature:input": {
5954
+ "$ref": "#/definitions/CreateFeatureArgs"
5955
+ },
5956
+ "edit.create-feature:output": {
5957
+ "$ref": "#/definitions/HasFeatures"
5958
+ },
5959
+ "edit.delete-features": {
5960
+ "description": "Deletes the given feature or features from their feature sources. `EditCommandArgs` is not supported on Mobile.",
5961
+ "enum": [
5962
+ "edit.delete-features"
5963
+ ]
5964
+ },
5965
+ "edit.delete-features:input": {
5966
+ "anyOf": [
5967
+ {
5968
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
5969
+ },
5970
+ {
5971
+ "$ref": "#/definitions/EditCommandArgs"
5972
+ },
5973
+ {
5974
+ "items": {
5975
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
5976
+ },
5977
+ "type": "array"
5978
+ }
5979
+ ]
5980
+ },
5981
+ "edit.display-add-feature": {
5982
+ "description": "Display a form for adding a feature. `DisplayAddFeatureArgs` is not supported on Mobile.",
5983
+ "enum": [
5984
+ "edit.display-add-feature"
5985
+ ]
5986
+ },
5987
+ "edit.display-add-feature:input": {
5988
+ "anyOf": [
5989
+ {
5990
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
5991
+ },
5992
+ {
5993
+ "$ref": "#/definitions/DisplayAddFeatureArgs"
5994
+ }
5995
+ ]
5996
+ },
5997
+ "edit.display-update-feature": {
5998
+ "description": "Display a form for updating a feature. `DisplayUpdateFeatureArgs` is not supported on Mobile.",
5999
+ "enum": [
6000
+ "edit.display-update-feature"
6001
+ ]
6002
+ },
6003
+ "edit.display-update-feature:input": {
6004
+ "anyOf": [
6005
+ {
6006
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
6007
+ },
6008
+ {
6009
+ "$ref": "#/definitions/DisplayUpdateFeatureArgs"
6010
+ }
6011
+ ]
6012
+ },
6013
+ "edit.update-feature": {
6014
+ "description": "Updates a feature. `Feature[]` and `EditCommandArgs` are not supported on Mobile.",
6015
+ "enum": [
6016
+ "edit.update-feature"
6017
+ ]
6018
+ },
6019
+ "edit.update-feature:input": {
6020
+ "anyOf": [
6021
+ {
6022
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
6023
+ },
6024
+ {
6025
+ "$ref": "#/definitions/EditCommandArgs"
6026
+ },
6027
+ {
6028
+ "items": {
6029
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
6030
+ },
6031
+ "type": "array"
6032
+ }
6033
+ ]
6034
+ },
5702
6035
  "esri.Color": {
5703
6036
  "$ref": "esri/Color"
5704
6037
  },
@@ -17231,6 +17564,25 @@
17231
17564
  "system.get-sharing-link:output": {
17232
17565
  "type": "string"
17233
17566
  },
17567
+ "system.open-url": {
17568
+ "description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features} are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features}, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
17569
+ "enum": [
17570
+ "system.open-url"
17571
+ ]
17572
+ },
17573
+ "system.open-url:input": {
17574
+ "anyOf": [
17575
+ {
17576
+ "$ref": "#/definitions/WebOpenUrlArgs"
17577
+ },
17578
+ {
17579
+ "$ref": "#/definitions/OpenUrlArgs"
17580
+ },
17581
+ {
17582
+ "type": "string"
17583
+ }
17584
+ ]
17585
+ },
17234
17586
  "system.read-file": {
17235
17587
  "description": "Initiates a file read, using the native browser file input.",
17236
17588
  "enum": [
@@ -17715,6 +18067,86 @@
17715
18067
  ],
17716
18068
  "type": "object"
17717
18069
  },
18070
+ {
18071
+ "additionalProperties": false,
18072
+ "properties": {
18073
+ "arguments": {
18074
+ "$ref": "#/definitions/edit.add-feature:input"
18075
+ },
18076
+ "name": {
18077
+ "$ref": "#/definitions/edit.add-feature"
18078
+ }
18079
+ },
18080
+ "required": [
18081
+ "name",
18082
+ "arguments"
18083
+ ],
18084
+ "type": "object"
18085
+ },
18086
+ {
18087
+ "additionalProperties": false,
18088
+ "properties": {
18089
+ "arguments": {
18090
+ "$ref": "#/definitions/edit.delete-features:input"
18091
+ },
18092
+ "name": {
18093
+ "$ref": "#/definitions/edit.delete-features"
18094
+ }
18095
+ },
18096
+ "required": [
18097
+ "name",
18098
+ "arguments"
18099
+ ],
18100
+ "type": "object"
18101
+ },
18102
+ {
18103
+ "additionalProperties": false,
18104
+ "properties": {
18105
+ "arguments": {
18106
+ "$ref": "#/definitions/edit.display-add-feature:input"
18107
+ },
18108
+ "name": {
18109
+ "$ref": "#/definitions/edit.display-add-feature"
18110
+ }
18111
+ },
18112
+ "required": [
18113
+ "name",
18114
+ "arguments"
18115
+ ],
18116
+ "type": "object"
18117
+ },
18118
+ {
18119
+ "additionalProperties": false,
18120
+ "properties": {
18121
+ "arguments": {
18122
+ "$ref": "#/definitions/edit.display-update-feature:input"
18123
+ },
18124
+ "name": {
18125
+ "$ref": "#/definitions/edit.display-update-feature"
18126
+ }
18127
+ },
18128
+ "required": [
18129
+ "name",
18130
+ "arguments"
18131
+ ],
18132
+ "type": "object"
18133
+ },
18134
+ {
18135
+ "additionalProperties": false,
18136
+ "properties": {
18137
+ "arguments": {
18138
+ "$ref": "#/definitions/edit.update-feature:input"
18139
+ },
18140
+ "name": {
18141
+ "$ref": "#/definitions/edit.update-feature"
18142
+ }
18143
+ },
18144
+ "required": [
18145
+ "name",
18146
+ "arguments"
18147
+ ],
18148
+ "type": "object"
18149
+ },
17718
18150
  {
17719
18151
  "additionalProperties": false,
17720
18152
  "properties": {
@@ -19219,6 +19651,22 @@
19219
19651
  ],
19220
19652
  "type": "object"
19221
19653
  },
19654
+ {
19655
+ "additionalProperties": false,
19656
+ "properties": {
19657
+ "arguments": {
19658
+ "$ref": "#/definitions/system.open-url:input"
19659
+ },
19660
+ "name": {
19661
+ "$ref": "#/definitions/system.open-url"
19662
+ }
19663
+ },
19664
+ "required": [
19665
+ "name",
19666
+ "arguments"
19667
+ ],
19668
+ "type": "object"
19669
+ },
19222
19670
  {
19223
19671
  "additionalProperties": false,
19224
19672
  "properties": {
@@ -19466,6 +19914,21 @@
19466
19914
  {
19467
19915
  "$ref": "#/definitions/drawing.set-sync"
19468
19916
  },
19917
+ {
19918
+ "$ref": "#/definitions/edit.add-feature"
19919
+ },
19920
+ {
19921
+ "$ref": "#/definitions/edit.delete-features"
19922
+ },
19923
+ {
19924
+ "$ref": "#/definitions/edit.display-add-feature"
19925
+ },
19926
+ {
19927
+ "$ref": "#/definitions/edit.display-update-feature"
19928
+ },
19929
+ {
19930
+ "$ref": "#/definitions/edit.update-feature"
19931
+ },
19469
19932
  {
19470
19933
  "$ref": "#/definitions/geocode.batch-geocode"
19471
19934
  },
@@ -19772,6 +20235,9 @@
19772
20235
  {
19773
20236
  "$ref": "#/definitions/system.download-file"
19774
20237
  },
20238
+ {
20239
+ "$ref": "#/definitions/system.open-url"
20240
+ },
19775
20241
  {
19776
20242
  "$ref": "#/definitions/ui.activate"
19777
20243
  },
@@ -19946,6 +20412,22 @@
19946
20412
  ],
19947
20413
  "type": "object"
19948
20414
  },
20415
+ {
20416
+ "additionalProperties": false,
20417
+ "properties": {
20418
+ "arguments": {
20419
+ "$ref": "#/definitions/edit.create-feature:input"
20420
+ },
20421
+ "name": {
20422
+ "$ref": "#/definitions/edit.create-feature"
20423
+ }
20424
+ },
20425
+ "required": [
20426
+ "name",
20427
+ "arguments"
20428
+ ],
20429
+ "type": "object"
20430
+ },
19949
20431
  {
19950
20432
  "additionalProperties": false,
19951
20433
  "properties": {
@@ -20734,6 +21216,9 @@
20734
21216
  {
20735
21217
  "$ref": "#/definitions/drawing.get-default-symbol3-d"
20736
21218
  },
21219
+ {
21220
+ "$ref": "#/definitions/edit.create-feature"
21221
+ },
20737
21222
  {
20738
21223
  "$ref": "#/definitions/geolocation.get-current-state"
20739
21224
  },
@@ -558,6 +558,33 @@
558
558
  "auth.token-refreshed:input": {
559
559
  "type": "string"
560
560
  },
561
+ "edit.feature-added": {
562
+ "description": "Raised when a feature is added.",
563
+ "enum": [
564
+ "edit.feature-added"
565
+ ]
566
+ },
567
+ "edit.feature-added:input": {
568
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
569
+ },
570
+ "edit.feature-deleted": {
571
+ "description": "Raised when a feature is deleted.",
572
+ "enum": [
573
+ "edit.feature-deleted"
574
+ ]
575
+ },
576
+ "edit.feature-deleted:input": {
577
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
578
+ },
579
+ "edit.feature-updated": {
580
+ "description": "Raised when a feature is updated.",
581
+ "enum": [
582
+ "edit.feature-updated"
583
+ ]
584
+ },
585
+ "edit.feature-updated:input": {
586
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
587
+ },
561
588
  "esri.Color": {
562
589
  "$ref": "esri/Color"
563
590
  },
@@ -9299,6 +9326,15 @@
9299
9326
  {
9300
9327
  "$ref": "#/definitions/auth.token-refreshed"
9301
9328
  },
9329
+ {
9330
+ "$ref": "#/definitions/edit.feature-added"
9331
+ },
9332
+ {
9333
+ "$ref": "#/definitions/edit.feature-deleted"
9334
+ },
9335
+ {
9336
+ "$ref": "#/definitions/edit.feature-updated"
9337
+ },
9302
9338
  {
9303
9339
  "$ref": "#/definitions/geolocation.accuracy-changed"
9304
9340
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "46.0.0",
3
+ "version": "46.3.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": ">= 34.2.2 < 35.0.0"
37
+ "@vertigis/arcgis-extensions": ">= 34.2.3 < 35.0.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@arcgis/core": "4.21.2",
41
- "@vertigis/arcgis-extensions": "34.2.2",
41
+ "@vertigis/arcgis-extensions": "34.2.3",
42
42
  "@types/glob": "7.1.4",
43
43
  "@types/json-stable-stringify": "1.0.33",
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 = "46.0.0";
4
+ export declare const version = "46.3.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 = "46.0.0";
4
+ export const version = "46.3.0";