@vertigis/viewer-spec 59.4.0 → 59.5.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 +3 -2
- package/messaging/schema/common-action.schema.json +13 -3
- package/messaging/schema/common-event.schema.json +4 -0
- package/messaging/schema/mobile-action.schema.json +13 -3
- package/messaging/schema/mobile-event.schema.json +4 -0
- package/messaging/schema/web-action.schema.json +55 -3
- package/messaging/schema/web-event.schema.json +4 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/messaging/common.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
|
3
3
|
import type Layer from "@arcgis/core/layers/Layer";
|
|
4
4
|
import type LabelClass from "@arcgis/core/layers/support/LabelClass";
|
|
5
5
|
import type EsriFeatureSet from "@arcgis/core/rest/support/FeatureSet";
|
|
6
|
+
import type CIMSymbol from "@arcgis/core/symbols/CIMSymbol";
|
|
6
7
|
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
|
|
7
8
|
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
|
|
8
9
|
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
@@ -30,7 +31,7 @@ import type { Bookmark, BookmarkProperties } from "@vertigis/arcgis-extensions/m
|
|
|
30
31
|
import type { LayerExtension, LayerReference as LayerReferenceObject } from "@vertigis/arcgis-extensions/mapping/LayerExtension";
|
|
31
32
|
import type { MapExtension } from "@vertigis/arcgis-extensions/mapping/MapExtension";
|
|
32
33
|
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension";
|
|
33
|
-
import type { SublayerLike } from "@vertigis/arcgis-extensions/support/esri";
|
|
34
|
+
import type { CIMSymbolReference as CIMSymbolReferenceJson, SublayerLike } from "@vertigis/arcgis-extensions/support/esri";
|
|
34
35
|
import type { ItemRef } from "../app-config/common/ItemRef";
|
|
35
36
|
import type { TimeSpan } from "./DotNetTypes";
|
|
36
37
|
/**
|
|
@@ -270,7 +271,7 @@ export interface HasViewPoint {
|
|
|
270
271
|
/**
|
|
271
272
|
* Symbols supported for drawing.
|
|
272
273
|
*/
|
|
273
|
-
export type SymbolLike = SimpleMarkerSymbol | SimpleMarkerSymbolJson | PictureMarkerSymbol | PictureMarkerSymbolJson | SimpleLineSymbol | SimpleLineSymbolJson | SimpleFillSymbol | SimpleFillSymbolJson | PictureFillSymbol | PictureFillSymbolJson | PointSymbol3D | PointSymbol3DJson | LineSymbol3D | LineSymbol3DJson | PolygonSymbol3D | PolygonSymbol3DJson | TextSymbol | TextSymbolJson;
|
|
274
|
+
export type SymbolLike = SimpleMarkerSymbol | SimpleMarkerSymbolJson | PictureMarkerSymbol | PictureMarkerSymbolJson | SimpleLineSymbol | SimpleLineSymbolJson | SimpleFillSymbol | SimpleFillSymbolJson | PictureFillSymbol | PictureFillSymbolJson | PointSymbol3D | PointSymbol3DJson | LineSymbol3D | LineSymbol3DJson | PolygonSymbol3D | PolygonSymbol3DJson | TextSymbol | TextSymbolJson | CIMSymbol | CIMSymbolReferenceJson;
|
|
274
275
|
/**
|
|
275
276
|
* An object that has a `symbol` property.
|
|
276
277
|
*/
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"$ref": "esri.CIMSymbol"
|
|
48
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
1387
1387
|
},
|
|
1388
1388
|
{
|
|
1389
|
-
"$ref": "esri.CIMSymbol"
|
|
1389
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
1392
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -1432,6 +1432,9 @@
|
|
|
1432
1432
|
},
|
|
1433
1433
|
{
|
|
1434
1434
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"$ref": "esri.CIMSymbolReference"
|
|
1435
1438
|
}
|
|
1436
1439
|
],
|
|
1437
1440
|
"description": "The symbol that should be used to create the graphic. If null, a default is provided."
|
|
@@ -4618,6 +4621,9 @@
|
|
|
4618
4621
|
}
|
|
4619
4622
|
]
|
|
4620
4623
|
},
|
|
4624
|
+
"esri.CIMSymbol": {
|
|
4625
|
+
"$ref": "esri/symbols/CIMSymbol"
|
|
4626
|
+
},
|
|
4621
4627
|
"esri.Color": {
|
|
4622
4628
|
"$ref": "esri/Color"
|
|
4623
4629
|
},
|
|
@@ -4694,7 +4700,7 @@
|
|
|
4694
4700
|
"$ref": "esri/geometry/SpatialReference"
|
|
4695
4701
|
},
|
|
4696
4702
|
"esri.Sublayer": {
|
|
4697
|
-
"$ref": "esri/layers/
|
|
4703
|
+
"$ref": "esri/layers/support/Sublayer"
|
|
4698
4704
|
},
|
|
4699
4705
|
"esri.TextSymbol": {
|
|
4700
4706
|
"$ref": "esri/symbols/TextSymbol"
|
|
@@ -11352,6 +11358,10 @@
|
|
|
11352
11358
|
"title": {
|
|
11353
11359
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
11354
11360
|
"type": "string"
|
|
11361
|
+
},
|
|
11362
|
+
"visible": {
|
|
11363
|
+
"description": "Visibility of the sublayer.",
|
|
11364
|
+
"type": "boolean"
|
|
11355
11365
|
}
|
|
11356
11366
|
},
|
|
11357
11367
|
"type": "object"
|
|
@@ -7366,6 +7366,10 @@
|
|
|
7366
7366
|
"title": {
|
|
7367
7367
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
7368
7368
|
"type": "string"
|
|
7369
|
+
},
|
|
7370
|
+
"visible": {
|
|
7371
|
+
"description": "Visibility of the sublayer.",
|
|
7372
|
+
"type": "boolean"
|
|
7369
7373
|
}
|
|
7370
7374
|
},
|
|
7371
7375
|
"type": "object"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"$ref": "esri.CIMSymbol"
|
|
48
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
1531
1531
|
},
|
|
1532
1532
|
{
|
|
1533
|
-
"$ref": "esri.CIMSymbol"
|
|
1533
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
1534
1534
|
},
|
|
1535
1535
|
{
|
|
1536
1536
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -1576,6 +1576,9 @@
|
|
|
1576
1576
|
},
|
|
1577
1577
|
{
|
|
1578
1578
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"$ref": "esri.CIMSymbolReference"
|
|
1579
1582
|
}
|
|
1580
1583
|
],
|
|
1581
1584
|
"description": "The symbol that should be used to create the graphic. If null, a default is provided."
|
|
@@ -5934,6 +5937,9 @@
|
|
|
5934
5937
|
"edit.update-gnss-metadata:output": {
|
|
5935
5938
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
5936
5939
|
},
|
|
5940
|
+
"esri.CIMSymbol": {
|
|
5941
|
+
"$ref": "esri/symbols/CIMSymbol"
|
|
5942
|
+
},
|
|
5937
5943
|
"esri.Color": {
|
|
5938
5944
|
"$ref": "esri/Color"
|
|
5939
5945
|
},
|
|
@@ -6013,7 +6019,7 @@
|
|
|
6013
6019
|
"$ref": "esri/geometry/SpatialReference"
|
|
6014
6020
|
},
|
|
6015
6021
|
"esri.Sublayer": {
|
|
6016
|
-
"$ref": "esri/layers/
|
|
6022
|
+
"$ref": "esri/layers/support/Sublayer"
|
|
6017
6023
|
},
|
|
6018
6024
|
"esri.TextSymbol": {
|
|
6019
6025
|
"$ref": "esri/symbols/TextSymbol"
|
|
@@ -12671,6 +12677,10 @@
|
|
|
12671
12677
|
"title": {
|
|
12672
12678
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
12673
12679
|
"type": "string"
|
|
12680
|
+
},
|
|
12681
|
+
"visible": {
|
|
12682
|
+
"description": "Visibility of the sublayer.",
|
|
12683
|
+
"type": "boolean"
|
|
12674
12684
|
}
|
|
12675
12685
|
},
|
|
12676
12686
|
"type": "object"
|
|
@@ -8967,6 +8967,10 @@
|
|
|
8967
8967
|
"title": {
|
|
8968
8968
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
8969
8969
|
"type": "string"
|
|
8970
|
+
},
|
|
8971
|
+
"visible": {
|
|
8972
|
+
"description": "Visibility of the sublayer.",
|
|
8973
|
+
"type": "boolean"
|
|
8970
8974
|
}
|
|
8971
8975
|
},
|
|
8972
8976
|
"type": "object"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"$ref": "esri.CIMSymbol"
|
|
48
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -2065,7 +2065,7 @@
|
|
|
2065
2065
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
2066
2066
|
},
|
|
2067
2067
|
{
|
|
2068
|
-
"$ref": "esri.CIMSymbol"
|
|
2068
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
2071
|
"$ref": "esri.LabelSymbol3D"
|
|
@@ -2111,6 +2111,9 @@
|
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
2113
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"$ref": "esri.CIMSymbolReference"
|
|
2114
2117
|
}
|
|
2115
2118
|
],
|
|
2116
2119
|
"description": "The symbol that should be used to create the graphic. If null, a default is provided."
|
|
@@ -3175,6 +3178,9 @@
|
|
|
3175
3178
|
{
|
|
3176
3179
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
3177
3180
|
},
|
|
3181
|
+
{
|
|
3182
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
3183
|
+
},
|
|
3178
3184
|
{
|
|
3179
3185
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
3180
3186
|
},
|
|
@@ -3211,6 +3217,9 @@
|
|
|
3211
3217
|
{
|
|
3212
3218
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
3213
3219
|
},
|
|
3220
|
+
{
|
|
3221
|
+
"$ref": "esri.CIMSymbolReference"
|
|
3222
|
+
},
|
|
3214
3223
|
{
|
|
3215
3224
|
"items": {
|
|
3216
3225
|
"$ref": "SymbolLike"
|
|
@@ -3267,6 +3276,9 @@
|
|
|
3267
3276
|
{
|
|
3268
3277
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
3269
3278
|
},
|
|
3279
|
+
{
|
|
3280
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
3281
|
+
},
|
|
3270
3282
|
{
|
|
3271
3283
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
3272
3284
|
},
|
|
@@ -3303,6 +3315,9 @@
|
|
|
3303
3315
|
{
|
|
3304
3316
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
3305
3317
|
},
|
|
3318
|
+
{
|
|
3319
|
+
"$ref": "esri.CIMSymbolReference"
|
|
3320
|
+
},
|
|
3306
3321
|
{
|
|
3307
3322
|
"items": {
|
|
3308
3323
|
"$ref": "SymbolLike"
|
|
@@ -5204,6 +5219,9 @@
|
|
|
5204
5219
|
{
|
|
5205
5220
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
5206
5221
|
},
|
|
5222
|
+
{
|
|
5223
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
5224
|
+
},
|
|
5207
5225
|
{
|
|
5208
5226
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
5209
5227
|
},
|
|
@@ -5240,6 +5258,9 @@
|
|
|
5240
5258
|
{
|
|
5241
5259
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
5242
5260
|
},
|
|
5261
|
+
{
|
|
5262
|
+
"$ref": "esri.CIMSymbolReference"
|
|
5263
|
+
},
|
|
5243
5264
|
{
|
|
5244
5265
|
"items": {
|
|
5245
5266
|
"$ref": "SymbolLike"
|
|
@@ -7227,6 +7248,9 @@
|
|
|
7227
7248
|
{
|
|
7228
7249
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
7229
7250
|
},
|
|
7251
|
+
{
|
|
7252
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
7253
|
+
},
|
|
7230
7254
|
{
|
|
7231
7255
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
7232
7256
|
},
|
|
@@ -7263,6 +7287,9 @@
|
|
|
7263
7287
|
{
|
|
7264
7288
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
7265
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"$ref": "esri.CIMSymbolReference"
|
|
7292
|
+
},
|
|
7266
7293
|
{
|
|
7267
7294
|
"items": {
|
|
7268
7295
|
"$ref": "SymbolLike"
|
|
@@ -7933,6 +7960,9 @@
|
|
|
7933
7960
|
{
|
|
7934
7961
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
7935
7962
|
},
|
|
7963
|
+
{
|
|
7964
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
7965
|
+
},
|
|
7936
7966
|
{
|
|
7937
7967
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
7938
7968
|
},
|
|
@@ -7968,6 +7998,9 @@
|
|
|
7968
7998
|
},
|
|
7969
7999
|
{
|
|
7970
8000
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
8001
|
+
},
|
|
8002
|
+
{
|
|
8003
|
+
"$ref": "esri.CIMSymbolReference"
|
|
7971
8004
|
}
|
|
7972
8005
|
],
|
|
7973
8006
|
"description": "Symbols supported for drawing."
|
|
@@ -9692,6 +9725,9 @@
|
|
|
9692
9725
|
{
|
|
9693
9726
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
9694
9727
|
},
|
|
9728
|
+
{
|
|
9729
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
9730
|
+
},
|
|
9695
9731
|
{
|
|
9696
9732
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
9697
9733
|
},
|
|
@@ -9728,6 +9764,9 @@
|
|
|
9728
9764
|
{
|
|
9729
9765
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
9730
9766
|
},
|
|
9767
|
+
{
|
|
9768
|
+
"$ref": "esri.CIMSymbolReference"
|
|
9769
|
+
},
|
|
9731
9770
|
{
|
|
9732
9771
|
"$ref": "#/definitions/HasSymbol"
|
|
9733
9772
|
}
|
|
@@ -9999,6 +10038,9 @@
|
|
|
9999
10038
|
"edit.update-session:input": {
|
|
10000
10039
|
"$ref": "#/definitions/UpdateSessionArgs"
|
|
10001
10040
|
},
|
|
10041
|
+
"esri.CIMSymbol": {
|
|
10042
|
+
"$ref": "esri/symbols/CIMSymbol"
|
|
10043
|
+
},
|
|
10002
10044
|
"esri.Color": {
|
|
10003
10045
|
"$ref": "esri/Color"
|
|
10004
10046
|
},
|
|
@@ -10075,7 +10117,7 @@
|
|
|
10075
10117
|
"$ref": "esri/geometry/SpatialReference"
|
|
10076
10118
|
},
|
|
10077
10119
|
"esri.Sublayer": {
|
|
10078
|
-
"$ref": "esri/layers/
|
|
10120
|
+
"$ref": "esri/layers/support/Sublayer"
|
|
10079
10121
|
},
|
|
10080
10122
|
"esri.TextSymbol": {
|
|
10081
10123
|
"$ref": "esri/symbols/TextSymbol"
|
|
@@ -16804,6 +16846,10 @@
|
|
|
16804
16846
|
"title": {
|
|
16805
16847
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
16806
16848
|
"type": "string"
|
|
16849
|
+
},
|
|
16850
|
+
"visible": {
|
|
16851
|
+
"description": "Visibility of the sublayer.",
|
|
16852
|
+
"type": "boolean"
|
|
16807
16853
|
}
|
|
16808
16854
|
},
|
|
16809
16855
|
"type": "object"
|
|
@@ -21683,6 +21729,9 @@
|
|
|
21683
21729
|
{
|
|
21684
21730
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
21685
21731
|
},
|
|
21732
|
+
{
|
|
21733
|
+
"$ref": "#/definitions/esri.CIMSymbol"
|
|
21734
|
+
},
|
|
21686
21735
|
{
|
|
21687
21736
|
"$ref": "#/definitions/esri.LineSymbol3D"
|
|
21688
21737
|
},
|
|
@@ -21719,6 +21768,9 @@
|
|
|
21719
21768
|
{
|
|
21720
21769
|
"$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
|
|
21721
21770
|
},
|
|
21771
|
+
{
|
|
21772
|
+
"$ref": "esri.CIMSymbolReference"
|
|
21773
|
+
},
|
|
21722
21774
|
{
|
|
21723
21775
|
"$ref": "#/definitions/HasSymbol"
|
|
21724
21776
|
}
|
|
@@ -8687,6 +8687,10 @@
|
|
|
8687
8687
|
"title": {
|
|
8688
8688
|
"description": "A user-friendly title for the layer that can be used in a table of contents.",
|
|
8689
8689
|
"type": "string"
|
|
8690
|
+
},
|
|
8691
|
+
"visible": {
|
|
8692
|
+
"description": "Visibility of the sublayer.",
|
|
8693
|
+
"type": "boolean"
|
|
8690
8694
|
}
|
|
8691
8695
|
},
|
|
8692
8696
|
"type": "object"
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED