@vertigis/viewer-spec 60.9.1 → 61.1.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.
Files changed (39) hide show
  1. package/app-config/schema/common-app-config.schema.json +1 -1
  2. package/app-config/schema/mobile-app-config.schema.json +1 -1
  3. package/app-config/schema/web-app-config.schema.json +1 -1
  4. package/messaging/Event.d.ts +2 -1
  5. package/messaging/registry/geometry.d.ts +2 -3
  6. package/messaging/registry/map.d.ts +1 -1
  7. package/messaging/registry/printing.d.ts +36 -4
  8. package/messaging/registry/printing.js +1 -1
  9. package/messaging/schema/common-action.schema.json +1834 -575
  10. package/messaging/schema/common-event.schema.json +1639 -305
  11. package/messaging/schema/mobile-action.schema.json +1912 -639
  12. package/messaging/schema/mobile-event.schema.json +1680 -381
  13. package/messaging/schema/web-action.schema.json +2292 -1081
  14. package/messaging/schema/web-charts-command-definitions.md +210 -3
  15. package/messaging/schema/web-drawing-command-definitions.md +18 -57
  16. package/messaging/schema/web-drawing-operation-definitions.md +114 -63
  17. package/messaging/schema/web-edit-command-definitions.md +212 -5
  18. package/messaging/schema/web-event.schema.json +1832 -402
  19. package/messaging/schema/web-geocode-operation-definitions.md +1 -1
  20. package/messaging/schema/web-geolocation-operation-definitions.md +1 -1
  21. package/messaging/schema/web-geometry-operation-definitions.md +77 -16
  22. package/messaging/schema/web-kpi-command-definitions.md +210 -3
  23. package/messaging/schema/web-layer-comparison-command-definitions.md +8 -8
  24. package/messaging/schema/web-layers-command-definitions.md +104 -104
  25. package/messaging/schema/web-layers-operation-definitions.md +37 -37
  26. package/messaging/schema/web-location-marker-command-definitions.md +68 -6
  27. package/messaging/schema/web-map-command-definitions.md +234 -27
  28. package/messaging/schema/web-map-operation-definitions.md +1 -1
  29. package/messaging/schema/web-measurement-command-definitions.md +18 -57
  30. package/messaging/schema/web-measurement-operation-definitions.md +17 -38
  31. package/messaging/schema/web-portal-operation-definitions.md +1 -1
  32. package/messaging/schema/web-printing-command-definitions.md +16 -0
  33. package/messaging/schema/web-results-command-definitions.md +280 -4
  34. package/messaging/schema/web-results-operation-definitions.md +289 -13
  35. package/messaging/schema/web-sketching-command-definitions.md +2 -2
  36. package/messaging/schema/web-sketching-operation-definitions.md +24 -24
  37. package/package.json +2 -2
  38. package/version.d.ts +1 -1
  39. package/version.js +1 -1
@@ -17,7 +17,76 @@ Outputs: `boolean[]`
17
17
  # operation: results.convert-to-csv
18
18
  Description: Converts the provided Feature(s) to a CSV file grouped by feature source. If there are multiple sources the CSV(s) will be bundled in a zip file. Web only.
19
19
 
20
- Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | ToCsvConversionArgs )`
20
+ Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | ToCsvConversionArgs )`
21
+
22
+ @vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
23
+ ```json
24
+ {
25
+ "attributes": {
26
+ "anyOf": [
27
+ {},
28
+ {
29
+ "$ref": "Map"
30
+ }
31
+ ],
32
+ "description": "The feature's attributes, keyed by field name."
33
+ },
34
+ "failureMode": {
35
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
36
+ },
37
+ "geometry": {
38
+ "anyOf": [
39
+ {
40
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
41
+ },
42
+ {
43
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
44
+ },
45
+ {
46
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
47
+ },
48
+ {
49
+ "$ref": "T_6"
50
+ },
51
+ {
52
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
53
+ },
54
+ {
55
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
56
+ },
57
+ {
58
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
59
+ },
60
+ {
61
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
62
+ },
63
+ {
64
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
65
+ },
66
+ {
67
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
68
+ },
69
+ {
70
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
71
+ }
72
+ ],
73
+ "description": "The feature's geometry."
74
+ },
75
+ "id": {
76
+ "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
77
+ "type": "string"
78
+ },
79
+ "schema": {
80
+ "description": "Metadata about the feature, such as fields, domains, geometry type, etc."
81
+ },
82
+ "settings": {
83
+ "description": "Settings for this feature."
84
+ },
85
+ "source": {
86
+ "description": "The source of the feature."
87
+ }
88
+ }
89
+ ```
21
90
 
22
91
  Results properties:
23
92
  ```json
@@ -115,7 +184,76 @@ Outputs: `ConversionResult`
115
184
  # operation: results.convert-to-layers
116
185
  Description: Creates layer(s) from the specified features. Web only.
117
186
 
118
- Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | LayerConversionArgs )`
187
+ Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | LayerConversionArgs )`
188
+
189
+ @vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
190
+ ```json
191
+ {
192
+ "attributes": {
193
+ "anyOf": [
194
+ {},
195
+ {
196
+ "$ref": "Map"
197
+ }
198
+ ],
199
+ "description": "The feature's attributes, keyed by field name."
200
+ },
201
+ "failureMode": {
202
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
203
+ },
204
+ "geometry": {
205
+ "anyOf": [
206
+ {
207
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
208
+ },
209
+ {
210
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
211
+ },
212
+ {
213
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
214
+ },
215
+ {
216
+ "$ref": "T_6"
217
+ },
218
+ {
219
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
220
+ },
221
+ {
222
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
223
+ },
224
+ {
225
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
226
+ },
227
+ {
228
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
229
+ },
230
+ {
231
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
232
+ },
233
+ {
234
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
235
+ },
236
+ {
237
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
238
+ }
239
+ ],
240
+ "description": "The feature's geometry."
241
+ },
242
+ "id": {
243
+ "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
244
+ "type": "string"
245
+ },
246
+ "schema": {
247
+ "description": "Metadata about the feature, such as fields, domains, geometry type, etc."
248
+ },
249
+ "settings": {
250
+ "description": "Settings for this feature."
251
+ },
252
+ "source": {
253
+ "description": "The source of the feature."
254
+ }
255
+ }
256
+ ```
119
257
 
120
258
  Results properties:
121
259
  ```json
@@ -154,13 +292,82 @@ LayerConversionArgs properties:
154
292
  }
155
293
  ```
156
294
 
157
- Outputs: `esri.Layer[]`
295
+ Outputs: `@arcgis.core.layers.Layer.Layer[]`
158
296
 
159
297
  ---
160
298
  # operation: results.convert-to-shapefile
161
299
  Description: Converts the provided Feature(s) to a Shapefile grouped by feature source. If there are multiple sources the Shapefile(s) will be bundled in a zip file. Web only.
162
300
 
163
- Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | ToShapefileConversionArgs )`
301
+ Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | ToShapefileConversionArgs )`
302
+
303
+ @vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
304
+ ```json
305
+ {
306
+ "attributes": {
307
+ "anyOf": [
308
+ {},
309
+ {
310
+ "$ref": "Map"
311
+ }
312
+ ],
313
+ "description": "The feature's attributes, keyed by field name."
314
+ },
315
+ "failureMode": {
316
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
317
+ },
318
+ "geometry": {
319
+ "anyOf": [
320
+ {
321
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
322
+ },
323
+ {
324
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
325
+ },
326
+ {
327
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
328
+ },
329
+ {
330
+ "$ref": "T_6"
331
+ },
332
+ {
333
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
334
+ },
335
+ {
336
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
337
+ },
338
+ {
339
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
340
+ },
341
+ {
342
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
343
+ },
344
+ {
345
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
346
+ },
347
+ {
348
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
349
+ },
350
+ {
351
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
352
+ }
353
+ ],
354
+ "description": "The feature's geometry."
355
+ },
356
+ "id": {
357
+ "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
358
+ "type": "string"
359
+ },
360
+ "schema": {
361
+ "description": "Metadata about the feature, such as fields, domains, geometry type, etc."
362
+ },
363
+ "settings": {
364
+ "description": "Settings for this feature."
365
+ },
366
+ "source": {
367
+ "description": "The source of the feature."
368
+ }
369
+ }
370
+ ```
164
371
 
165
372
  Results properties:
166
373
  ```json
@@ -232,7 +439,76 @@ Outputs: `ConversionResult`
232
439
  # operation: results.convert-to-xlsx
233
440
  Description: Converts the provided Feature(s) to a XLSX file grouped by feature source. If there are multiple sources the XLSX(s) will be bundled in a zip file. Web only.
234
441
 
235
- Inputs: `( @vertigis.api-docs.Features Feature|FeatureSet|FeatureList|FeatureStream|Feature[] | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | ToXLSXConversionArgs )`
442
+ Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | T_13 | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties | T_13 )[] | Results | ToXLSXConversionArgs )`
443
+
444
+ @vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
445
+ ```json
446
+ {
447
+ "attributes": {
448
+ "anyOf": [
449
+ {},
450
+ {
451
+ "$ref": "Map"
452
+ }
453
+ ],
454
+ "description": "The feature's attributes, keyed by field name."
455
+ },
456
+ "failureMode": {
457
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
458
+ },
459
+ "geometry": {
460
+ "anyOf": [
461
+ {
462
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
463
+ },
464
+ {
465
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
466
+ },
467
+ {
468
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
469
+ },
470
+ {
471
+ "$ref": "T_6"
472
+ },
473
+ {
474
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
475
+ },
476
+ {
477
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
478
+ },
479
+ {
480
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
481
+ },
482
+ {
483
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
484
+ },
485
+ {
486
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
487
+ },
488
+ {
489
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
490
+ },
491
+ {
492
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
493
+ }
494
+ ],
495
+ "description": "The feature's geometry."
496
+ },
497
+ "id": {
498
+ "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
499
+ "type": "string"
500
+ },
501
+ "schema": {
502
+ "description": "Metadata about the feature, such as fields, domains, geometry type, etc."
503
+ },
504
+ "settings": {
505
+ "description": "Settings for this feature."
506
+ },
507
+ "source": {
508
+ "description": "The source of the feature."
509
+ }
510
+ }
511
+ ```
236
512
 
237
513
  Results properties:
238
514
  ```json
@@ -329,10 +605,10 @@ FilterResultsArgs properties:
329
605
  "$ref": "#/definitions/CreateGraphicsResult"
330
606
  },
331
607
  {
332
- "$ref": "#/definitions/esri.Graphic"
608
+ "$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
333
609
  },
334
610
  {
335
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
611
+ "$ref": "T_13"
336
612
  },
337
613
  {
338
614
  "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
@@ -350,7 +626,7 @@ FilterResultsArgs properties:
350
626
  "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
351
627
  },
352
628
  {
353
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
629
+ "$ref": "T_13"
354
630
  }
355
631
  ]
356
632
  },
@@ -360,13 +636,13 @@ FilterResultsArgs properties:
360
636
  "$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
361
637
  },
362
638
  {
363
- "$ref": "#/definitions/esri.FeatureSet"
639
+ "$ref": "#/definitions/@arcgis.core.rest.support.FeatureSet.FeatureSet"
364
640
  },
365
641
  {
366
642
  "items": {
367
643
  "anyOf": [
368
644
  {
369
- "$ref": "#/definitions/esri.Graphic"
645
+ "$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
370
646
  },
371
647
  {
372
648
  "$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
@@ -736,7 +1012,7 @@ FromGraphicsArgs properties:
736
1012
  "layer": {
737
1013
  "anyOf": [
738
1014
  {
739
- "$ref": "#/definitions/esri.Layer"
1015
+ "$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
740
1016
  },
741
1017
  {
742
1018
  "type": "string"
@@ -753,7 +1029,7 @@ FromGraphicsArgs properties:
753
1029
  "sublayer": {
754
1030
  "anyOf": [
755
1031
  {
756
- "$ref": "#/definitions/esri.Sublayer"
1032
+ "$ref": "T_9"
757
1033
  },
758
1034
  {
759
1035
  "type": "number"
@@ -1003,7 +1279,7 @@ Features properties:
1003
1279
  }
1004
1280
  ```
1005
1281
 
1006
- Outputs: `esri.Graphic[]`
1282
+ Outputs: `@arcgis.core.Graphic.Graphic[]`
1007
1283
 
1008
1284
  ---
1009
1285
  # operation: results.upload-data-from-files
@@ -211,11 +211,11 @@ SetActivePointsArgs properties:
211
211
  "points": {
212
212
  "anyOf": [
213
213
  {
214
- "$ref": "#/definitions/esri.Point"
214
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
215
215
  },
216
216
  {
217
217
  "items": {
218
- "$ref": "#/definitions/esri.Point"
218
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
219
219
  },
220
220
  "type": "array"
221
221
  }
@@ -145,22 +145,22 @@ EditGeometryArgs properties:
145
145
  "symbol": {
146
146
  "anyOf": [
147
147
  {
148
- "$ref": "#/definitions/esri.PictureFillSymbol"
148
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
149
149
  },
150
150
  {
151
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
151
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
152
152
  },
153
153
  {
154
- "$ref": "#/definitions/esri.SimpleFillSymbol"
154
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
155
155
  },
156
156
  {
157
- "$ref": "#/definitions/esri.SimpleLineSymbol"
157
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
158
158
  },
159
159
  {
160
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
160
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
161
161
  },
162
162
  {
163
- "$ref": "#/definitions/esri.TextSymbol"
163
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
164
164
  },
165
165
  {
166
166
  "$ref": "Symbol"
@@ -254,22 +254,22 @@ MoveGeometryArgs properties:
254
254
  "symbol": {
255
255
  "anyOf": [
256
256
  {
257
- "$ref": "#/definitions/esri.PictureFillSymbol"
257
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
258
258
  },
259
259
  {
260
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
260
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
261
261
  },
262
262
  {
263
- "$ref": "#/definitions/esri.SimpleFillSymbol"
263
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
264
264
  },
265
265
  {
266
- "$ref": "#/definitions/esri.SimpleLineSymbol"
266
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
267
267
  },
268
268
  {
269
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
269
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
270
270
  },
271
271
  {
272
- "$ref": "#/definitions/esri.TextSymbol"
272
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
273
273
  },
274
274
  {
275
275
  "$ref": "Symbol"
@@ -321,22 +321,22 @@ RotateGeometryArgs properties:
321
321
  "symbol": {
322
322
  "anyOf": [
323
323
  {
324
- "$ref": "#/definitions/esri.PictureFillSymbol"
324
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
325
325
  },
326
326
  {
327
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
327
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
328
328
  },
329
329
  {
330
- "$ref": "#/definitions/esri.SimpleFillSymbol"
330
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
331
331
  },
332
332
  {
333
- "$ref": "#/definitions/esri.SimpleLineSymbol"
333
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
334
334
  },
335
335
  {
336
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
336
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
337
337
  },
338
338
  {
339
- "$ref": "#/definitions/esri.TextSymbol"
339
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
340
340
  },
341
341
  {
342
342
  "$ref": "Symbol"
@@ -389,22 +389,22 @@ ScaleGeometryArgs properties:
389
389
  "symbol": {
390
390
  "anyOf": [
391
391
  {
392
- "$ref": "#/definitions/esri.PictureFillSymbol"
392
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
393
393
  },
394
394
  {
395
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
395
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
396
396
  },
397
397
  {
398
- "$ref": "#/definitions/esri.SimpleFillSymbol"
398
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
399
399
  },
400
400
  {
401
- "$ref": "#/definitions/esri.SimpleLineSymbol"
401
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
402
402
  },
403
403
  {
404
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
404
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
405
405
  },
406
406
  {
407
- "$ref": "#/definitions/esri.TextSymbol"
407
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
408
408
  },
409
409
  {
410
410
  "$ref": "Symbol"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "60.9.1",
3
+ "version": "61.1.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": ">= 52.0.0-0 < 53.0.0-0",
46
+ "@vertigis/arcgis-extensions": ">= 53.0.0-0 < 54.0.0-0",
47
47
  "highcharts": "*"
48
48
  },
49
49
  "devDependencies": {
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "60.9.1";
4
+ export declare const version = "61.1.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "60.9.1";
4
+ export const version = "61.1.0";