@vertigis/viewer-spec 59.19.0 → 59.20.1

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.
@@ -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."
@@ -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"
@@ -7345,6 +7348,9 @@
7345
7348
  {
7346
7349
  "$ref": "#/definitions/esri.PolygonSymbol3D"
7347
7350
  },
7351
+ {
7352
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
7353
+ },
7348
7354
  {
7349
7355
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
7350
7356
  },
@@ -7372,9 +7378,6 @@
7372
7378
  {
7373
7379
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
7374
7380
  },
7375
- {
7376
- "$ref": "esri.CIMSymbolReference"
7377
- },
7378
7381
  {
7379
7382
  "items": {
7380
7383
  "$ref": "SymbolLike"
@@ -7921,6 +7924,9 @@
7921
7924
  {
7922
7925
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
7923
7926
  },
7927
+ {
7928
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
7929
+ },
7924
7930
  {
7925
7931
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
7926
7932
  },
@@ -7947,6 +7953,9 @@
7947
7953
  {
7948
7954
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
7949
7955
  },
7956
+ {
7957
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
7958
+ },
7950
7959
  {
7951
7960
  "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
7952
7961
  },
@@ -7983,6 +7992,9 @@
7983
7992
  {
7984
7993
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
7985
7994
  },
7995
+ {
7996
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
7997
+ },
7986
7998
  {
7987
7999
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
7988
8000
  },
@@ -8054,6 +8066,9 @@
8054
8066
  {
8055
8067
  "$ref": "#/definitions/esri.PolygonSymbol3D"
8056
8068
  },
8069
+ {
8070
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
8071
+ },
8057
8072
  {
8058
8073
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
8059
8074
  },
@@ -8080,9 +8095,6 @@
8080
8095
  },
8081
8096
  {
8082
8097
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
8083
- },
8084
- {
8085
- "$ref": "esri.CIMSymbolReference"
8086
8098
  }
8087
8099
  ],
8088
8100
  "description": "Symbols supported for drawing."
@@ -9846,6 +9858,9 @@
9846
9858
  {
9847
9859
  "$ref": "#/definitions/esri.PolygonSymbol3D"
9848
9860
  },
9861
+ {
9862
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
9863
+ },
9849
9864
  {
9850
9865
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
9851
9866
  },
@@ -9873,9 +9888,6 @@
9873
9888
  {
9874
9889
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
9875
9890
  },
9876
- {
9877
- "$ref": "esri.CIMSymbolReference"
9878
- },
9879
9891
  {
9880
9892
  "$ref": "#/definitions/HasSymbol"
9881
9893
  }
@@ -10186,6 +10198,9 @@
10186
10198
  "esri.Mesh": {
10187
10199
  "$ref": "esri/geometry/Mesh"
10188
10200
  },
10201
+ "esri.MeshSymbol3D": {
10202
+ "$ref": "esri/symbols/MeshSymbol3D"
10203
+ },
10189
10204
  "esri.Multipoint": {
10190
10205
  "$ref": "esri/geometry/Multipoint"
10191
10206
  },
@@ -17696,6 +17711,35 @@
17696
17711
  ],
17697
17712
  "type": "object"
17698
17713
  },
17714
+ "esri.rest-api.SymbolJson.CIMSymbolReferenceJson": {
17715
+ "additionalProperties": false,
17716
+ "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/}.",
17717
+ "properties": {
17718
+ "symbol": {
17719
+ "anyOf": [
17720
+ {
17721
+ "$ref": "esri.CIMLineSymbol"
17722
+ },
17723
+ {
17724
+ "$ref": "esri.CIMPointSymbol"
17725
+ },
17726
+ {
17727
+ "$ref": "esri.CIMPolygonSymbol"
17728
+ }
17729
+ ],
17730
+ "description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
17731
+ },
17732
+ "type": {
17733
+ "const": "CIMSymbolReference",
17734
+ "description": "Specifies the type of symbol used.",
17735
+ "type": "string"
17736
+ }
17737
+ },
17738
+ "required": [
17739
+ "type"
17740
+ ],
17741
+ "type": "object"
17742
+ },
17699
17743
  "esri.rest-api.SymbolJson.CalloutJson": {
17700
17744
  "additionalProperties": false,
17701
17745
  "description": "Callout configuration for a symbol.",
@@ -18610,6 +18654,9 @@
18610
18654
  {
18611
18655
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
18612
18656
  },
18657
+ {
18658
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
18659
+ },
18613
18660
  {
18614
18661
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
18615
18662
  },
@@ -20961,6 +21008,9 @@
20961
21008
  {
20962
21009
  "$ref": "#/definitions/esri.PolygonSymbol3D"
20963
21010
  },
21011
+ {
21012
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
21013
+ },
20964
21014
  {
20965
21015
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
20966
21016
  },
@@ -20988,9 +21038,6 @@
20988
21038
  {
20989
21039
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
20990
21040
  },
20991
- {
20992
- "$ref": "esri.CIMSymbolReference"
20993
- },
20994
21041
  {
20995
21042
  "items": {
20996
21043
  "$ref": "SymbolLike"
@@ -22565,6 +22612,9 @@
22565
22612
  {
22566
22613
  "$ref": "#/definitions/esri.PolygonSymbol3D"
22567
22614
  },
22615
+ {
22616
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
22617
+ },
22568
22618
  {
22569
22619
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
22570
22620
  },
@@ -22592,9 +22642,6 @@
22592
22642
  {
22593
22643
  "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
22594
22644
  },
22595
- {
22596
- "$ref": "esri.CIMSymbolReference"
22597
- },
22598
22645
  {
22599
22646
  "$ref": "#/definitions/HasSymbol"
22600
22647
  }
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.19.0",
3
+ "version": "59.20.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
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 = "59.19.0";
4
+ export declare const version = "59.20.1";
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 = "59.19.0";
4
+ export const version = "59.20.1";