@vertigis/viewer-spec 59.20.0 → 59.21.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/messaging/common.d.ts +2 -2
- package/messaging/schema/common-action.schema.json +60 -6
- package/messaging/schema/common-event.schema.json +38 -0
- package/messaging/schema/mobile-action.schema.json +60 -6
- package/messaging/schema/mobile-event.schema.json +38 -0
- package/messaging/schema/web-action.schema.json +87 -30
- package/messaging/schema/web-event.schema.json +41 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"$ref": "esri.MeshSymbol3D"
|
|
57
|
+
"$ref": "#/definitions/esri.MeshSymbol3D"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"$ref": "#/definitions/esri.PointSymbol3D"
|
|
@@ -1619,6 +1619,9 @@
|
|
|
1619
1619
|
{
|
|
1620
1620
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
1621
1621
|
},
|
|
1622
|
+
{
|
|
1623
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
1624
|
+
},
|
|
1622
1625
|
{
|
|
1623
1626
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
1624
1627
|
},
|
|
@@ -2113,7 +2116,7 @@
|
|
|
2113
2116
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
2114
2117
|
},
|
|
2115
2118
|
{
|
|
2116
|
-
"$ref": "esri.MeshSymbol3D"
|
|
2119
|
+
"$ref": "#/definitions/esri.MeshSymbol3D"
|
|
2117
2120
|
},
|
|
2118
2121
|
{
|
|
2119
2122
|
"$ref": "#/definitions/esri.PointSymbol3D"
|
|
@@ -2124,6 +2127,9 @@
|
|
|
2124
2127
|
{
|
|
2125
2128
|
"$ref": "esri.WebStyleSymbol"
|
|
2126
2129
|
},
|
|
2130
|
+
{
|
|
2131
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
2132
|
+
},
|
|
2127
2133
|
{
|
|
2128
2134
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
2129
2135
|
},
|
|
@@ -2150,9 +2156,6 @@
|
|
|
2150
2156
|
},
|
|
2151
2157
|
{
|
|
2152
2158
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"$ref": "esri.CIMSymbolReference"
|
|
2156
2159
|
}
|
|
2157
2160
|
],
|
|
2158
2161
|
"description": "The symbol that should be used to create the graphic. If null, a default is provided."
|
|
@@ -2716,7 +2719,7 @@
|
|
|
2716
2719
|
"description": "Invoked when the notification is closed, either explicitly or due to timeout. Web only."
|
|
2717
2720
|
},
|
|
2718
2721
|
"position": {
|
|
2719
|
-
"$ref": "Position",
|
|
2722
|
+
"$ref": "#/definitions/Position",
|
|
2720
2723
|
"description": "The position of the notification on the screen. Web only."
|
|
2721
2724
|
},
|
|
2722
2725
|
"title": {
|
|
@@ -3229,6 +3232,9 @@
|
|
|
3229
3232
|
{
|
|
3230
3233
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
3231
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
3237
|
+
},
|
|
3232
3238
|
{
|
|
3233
3239
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
3234
3240
|
},
|
|
@@ -3256,9 +3262,6 @@
|
|
|
3256
3262
|
{
|
|
3257
3263
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
3258
3264
|
},
|
|
3259
|
-
{
|
|
3260
|
-
"$ref": "esri.CIMSymbolReference"
|
|
3261
|
-
},
|
|
3262
3265
|
{
|
|
3263
3266
|
"items": {
|
|
3264
3267
|
"$ref": "SymbolLike"
|
|
@@ -3327,6 +3330,9 @@
|
|
|
3327
3330
|
{
|
|
3328
3331
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
3329
3332
|
},
|
|
3333
|
+
{
|
|
3334
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
3335
|
+
},
|
|
3330
3336
|
{
|
|
3331
3337
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
3332
3338
|
},
|
|
@@ -3354,9 +3360,6 @@
|
|
|
3354
3360
|
{
|
|
3355
3361
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
3356
3362
|
},
|
|
3357
|
-
{
|
|
3358
|
-
"$ref": "esri.CIMSymbolReference"
|
|
3359
|
-
},
|
|
3360
3363
|
{
|
|
3361
3364
|
"items": {
|
|
3362
3365
|
"$ref": "SymbolLike"
|
|
@@ -5288,6 +5291,9 @@
|
|
|
5288
5291
|
{
|
|
5289
5292
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
5290
5293
|
},
|
|
5294
|
+
{
|
|
5295
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
5296
|
+
},
|
|
5291
5297
|
{
|
|
5292
5298
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
5293
5299
|
},
|
|
@@ -5315,9 +5321,6 @@
|
|
|
5315
5321
|
{
|
|
5316
5322
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
5317
5323
|
},
|
|
5318
|
-
{
|
|
5319
|
-
"$ref": "esri.CIMSymbolReference"
|
|
5320
|
-
},
|
|
5321
5324
|
{
|
|
5322
5325
|
"items": {
|
|
5323
5326
|
"$ref": "SymbolLike"
|
|
@@ -6088,6 +6091,16 @@
|
|
|
6088
6091
|
"description": "A username for a particular ArcGIS Portal User.",
|
|
6089
6092
|
"type": "string"
|
|
6090
6093
|
},
|
|
6094
|
+
"Position": {
|
|
6095
|
+
"description": "A position for a display notification.",
|
|
6096
|
+
"enum": [
|
|
6097
|
+
"bottom",
|
|
6098
|
+
"left",
|
|
6099
|
+
"right",
|
|
6100
|
+
"top"
|
|
6101
|
+
],
|
|
6102
|
+
"type": "string"
|
|
6103
|
+
},
|
|
6091
6104
|
"PrintOutputDimensions": {
|
|
6092
6105
|
"additionalProperties": false,
|
|
6093
6106
|
"description": "Represents the print output dimensions for a MAP ONLY print.",
|
|
@@ -7345,6 +7358,9 @@
|
|
|
7345
7358
|
{
|
|
7346
7359
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
7347
7360
|
},
|
|
7361
|
+
{
|
|
7362
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
7363
|
+
},
|
|
7348
7364
|
{
|
|
7349
7365
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
7350
7366
|
},
|
|
@@ -7372,9 +7388,6 @@
|
|
|
7372
7388
|
{
|
|
7373
7389
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
7374
7390
|
},
|
|
7375
|
-
{
|
|
7376
|
-
"$ref": "esri.CIMSymbolReference"
|
|
7377
|
-
},
|
|
7378
7391
|
{
|
|
7379
7392
|
"items": {
|
|
7380
7393
|
"$ref": "SymbolLike"
|
|
@@ -7921,6 +7934,9 @@
|
|
|
7921
7934
|
{
|
|
7922
7935
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
7923
7936
|
},
|
|
7937
|
+
{
|
|
7938
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
7939
|
+
},
|
|
7924
7940
|
{
|
|
7925
7941
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
7926
7942
|
},
|
|
@@ -7947,6 +7963,9 @@
|
|
|
7947
7963
|
{
|
|
7948
7964
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
7949
7965
|
},
|
|
7966
|
+
{
|
|
7967
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
7968
|
+
},
|
|
7950
7969
|
{
|
|
7951
7970
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
|
|
7952
7971
|
},
|
|
@@ -7983,6 +8002,9 @@
|
|
|
7983
8002
|
{
|
|
7984
8003
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
7985
8004
|
},
|
|
8005
|
+
{
|
|
8006
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
8007
|
+
},
|
|
7986
8008
|
{
|
|
7987
8009
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
7988
8010
|
},
|
|
@@ -8054,6 +8076,9 @@
|
|
|
8054
8076
|
{
|
|
8055
8077
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
8056
8078
|
},
|
|
8079
|
+
{
|
|
8080
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
8081
|
+
},
|
|
8057
8082
|
{
|
|
8058
8083
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
8059
8084
|
},
|
|
@@ -8080,9 +8105,6 @@
|
|
|
8080
8105
|
},
|
|
8081
8106
|
{
|
|
8082
8107
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
8083
|
-
},
|
|
8084
|
-
{
|
|
8085
|
-
"$ref": "esri.CIMSymbolReference"
|
|
8086
8108
|
}
|
|
8087
8109
|
],
|
|
8088
8110
|
"description": "Symbols supported for drawing."
|
|
@@ -9846,6 +9868,9 @@
|
|
|
9846
9868
|
{
|
|
9847
9869
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
9848
9870
|
},
|
|
9871
|
+
{
|
|
9872
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
9873
|
+
},
|
|
9849
9874
|
{
|
|
9850
9875
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
9851
9876
|
},
|
|
@@ -9873,9 +9898,6 @@
|
|
|
9873
9898
|
{
|
|
9874
9899
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
9875
9900
|
},
|
|
9876
|
-
{
|
|
9877
|
-
"$ref": "esri.CIMSymbolReference"
|
|
9878
|
-
},
|
|
9879
9901
|
{
|
|
9880
9902
|
"$ref": "#/definitions/HasSymbol"
|
|
9881
9903
|
}
|
|
@@ -10186,6 +10208,9 @@
|
|
|
10186
10208
|
"esri.Mesh": {
|
|
10187
10209
|
"$ref": "esri/geometry/Mesh"
|
|
10188
10210
|
},
|
|
10211
|
+
"esri.MeshSymbol3D": {
|
|
10212
|
+
"$ref": "esri/symbols/MeshSymbol3D"
|
|
10213
|
+
},
|
|
10189
10214
|
"esri.Multipoint": {
|
|
10190
10215
|
"$ref": "esri/geometry/Multipoint"
|
|
10191
10216
|
},
|
|
@@ -17696,6 +17721,35 @@
|
|
|
17696
17721
|
],
|
|
17697
17722
|
"type": "object"
|
|
17698
17723
|
},
|
|
17724
|
+
"esri.rest-api.SymbolJson.CIMSymbolReferenceJson": {
|
|
17725
|
+
"additionalProperties": false,
|
|
17726
|
+
"description": "Represents a symbol reference that contains a CIM symbol. More properties and details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md, https://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}.",
|
|
17727
|
+
"properties": {
|
|
17728
|
+
"symbol": {
|
|
17729
|
+
"anyOf": [
|
|
17730
|
+
{
|
|
17731
|
+
"$ref": "esri.CIMLineSymbol"
|
|
17732
|
+
},
|
|
17733
|
+
{
|
|
17734
|
+
"$ref": "esri.CIMPointSymbol"
|
|
17735
|
+
},
|
|
17736
|
+
{
|
|
17737
|
+
"$ref": "esri.CIMPolygonSymbol"
|
|
17738
|
+
}
|
|
17739
|
+
],
|
|
17740
|
+
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
17741
|
+
},
|
|
17742
|
+
"type": {
|
|
17743
|
+
"const": "CIMSymbolReference",
|
|
17744
|
+
"description": "Specifies the type of symbol used.",
|
|
17745
|
+
"type": "string"
|
|
17746
|
+
}
|
|
17747
|
+
},
|
|
17748
|
+
"required": [
|
|
17749
|
+
"type"
|
|
17750
|
+
],
|
|
17751
|
+
"type": "object"
|
|
17752
|
+
},
|
|
17699
17753
|
"esri.rest-api.SymbolJson.CalloutJson": {
|
|
17700
17754
|
"additionalProperties": false,
|
|
17701
17755
|
"description": "Callout configuration for a symbol.",
|
|
@@ -18610,6 +18664,9 @@
|
|
|
18610
18664
|
{
|
|
18611
18665
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
18612
18666
|
},
|
|
18667
|
+
{
|
|
18668
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
18669
|
+
},
|
|
18613
18670
|
{
|
|
18614
18671
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
18615
18672
|
},
|
|
@@ -20961,6 +21018,9 @@
|
|
|
20961
21018
|
{
|
|
20962
21019
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
20963
21020
|
},
|
|
21021
|
+
{
|
|
21022
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
21023
|
+
},
|
|
20964
21024
|
{
|
|
20965
21025
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
20966
21026
|
},
|
|
@@ -20988,9 +21048,6 @@
|
|
|
20988
21048
|
{
|
|
20989
21049
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
20990
21050
|
},
|
|
20991
|
-
{
|
|
20992
|
-
"$ref": "esri.CIMSymbolReference"
|
|
20993
|
-
},
|
|
20994
21051
|
{
|
|
20995
21052
|
"items": {
|
|
20996
21053
|
"$ref": "SymbolLike"
|
|
@@ -22565,6 +22622,9 @@
|
|
|
22565
22622
|
{
|
|
22566
22623
|
"$ref": "#/definitions/esri.PolygonSymbol3D"
|
|
22567
22624
|
},
|
|
22625
|
+
{
|
|
22626
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
22627
|
+
},
|
|
22568
22628
|
{
|
|
22569
22629
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
22570
22630
|
},
|
|
@@ -22592,9 +22652,6 @@
|
|
|
22592
22652
|
{
|
|
22593
22653
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
22594
22654
|
},
|
|
22595
|
-
{
|
|
22596
|
-
"$ref": "esri.CIMSymbolReference"
|
|
22597
|
-
},
|
|
22598
22655
|
{
|
|
22599
22656
|
"$ref": "#/definitions/HasSymbol"
|
|
22600
22657
|
}
|
|
@@ -2475,6 +2475,9 @@
|
|
|
2475
2475
|
{
|
|
2476
2476
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
2477
2477
|
},
|
|
2478
|
+
{
|
|
2479
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
2480
|
+
},
|
|
2478
2481
|
{
|
|
2479
2482
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
2480
2483
|
},
|
|
@@ -2501,6 +2504,9 @@
|
|
|
2501
2504
|
{
|
|
2502
2505
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
2503
2506
|
},
|
|
2507
|
+
{
|
|
2508
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
2509
|
+
},
|
|
2504
2510
|
{
|
|
2505
2511
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
|
|
2506
2512
|
},
|
|
@@ -2527,6 +2533,9 @@
|
|
|
2527
2533
|
{
|
|
2528
2534
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
2529
2535
|
},
|
|
2536
|
+
{
|
|
2537
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
2538
|
+
},
|
|
2530
2539
|
{
|
|
2531
2540
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
2532
2541
|
},
|
|
@@ -10545,6 +10554,35 @@
|
|
|
10545
10554
|
],
|
|
10546
10555
|
"type": "object"
|
|
10547
10556
|
},
|
|
10557
|
+
"esri.rest-api.SymbolJson.CIMSymbolReferenceJson": {
|
|
10558
|
+
"additionalProperties": false,
|
|
10559
|
+
"description": "Represents a symbol reference that contains a CIM symbol. More properties and details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md, https://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}.",
|
|
10560
|
+
"properties": {
|
|
10561
|
+
"symbol": {
|
|
10562
|
+
"anyOf": [
|
|
10563
|
+
{
|
|
10564
|
+
"$ref": "esri.CIMLineSymbol"
|
|
10565
|
+
},
|
|
10566
|
+
{
|
|
10567
|
+
"$ref": "esri.CIMPointSymbol"
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
"$ref": "esri.CIMPolygonSymbol"
|
|
10571
|
+
}
|
|
10572
|
+
],
|
|
10573
|
+
"description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
|
|
10574
|
+
},
|
|
10575
|
+
"type": {
|
|
10576
|
+
"const": "CIMSymbolReference",
|
|
10577
|
+
"description": "Specifies the type of symbol used.",
|
|
10578
|
+
"type": "string"
|
|
10579
|
+
}
|
|
10580
|
+
},
|
|
10581
|
+
"required": [
|
|
10582
|
+
"type"
|
|
10583
|
+
],
|
|
10584
|
+
"type": "object"
|
|
10585
|
+
},
|
|
10548
10586
|
"esri.rest-api.SymbolJson.CalloutJson": {
|
|
10549
10587
|
"additionalProperties": false,
|
|
10550
10588
|
"description": "Callout configuration for a symbol.",
|
|
@@ -11459,6 +11497,9 @@
|
|
|
11459
11497
|
{
|
|
11460
11498
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
|
|
11461
11499
|
},
|
|
11500
|
+
{
|
|
11501
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
|
|
11502
|
+
},
|
|
11462
11503
|
{
|
|
11463
11504
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
|
|
11464
11505
|
},
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED