@vertigis/viewer-spec 48.0.0 → 48.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.
@@ -2178,7 +2178,7 @@
2178
2178
  "type": "string"
2179
2179
  },
2180
2180
  "outFields": {
2181
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2181
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2182
2182
  "items": {
2183
2183
  "type": "string"
2184
2184
  },
@@ -2294,7 +2294,7 @@
2294
2294
  "type": "string"
2295
2295
  },
2296
2296
  "outFields": {
2297
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2297
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2298
2298
  "items": {
2299
2299
  "type": "string"
2300
2300
  },
@@ -2358,7 +2358,7 @@
2358
2358
  "type": "string"
2359
2359
  },
2360
2360
  "outFields": {
2361
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2361
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
2362
2362
  "items": {
2363
2363
  "type": "string"
2364
2364
  },
@@ -4331,6 +4331,21 @@
4331
4331
  ],
4332
4332
  "type": "object"
4333
4333
  },
4334
+ "SetLabelVisibilityArgs": {
4335
+ "additionalProperties": false,
4336
+ "description": "Arguments for the \"layers.show-labels\" and \"layers.hide-labels\" commands. If no 'maps' are specified, all active maps in the layout will be targeted. If no 'layers' are specified, all viable layers and sublayers within the 'maps' will be affected. If the 'layers' property includes (Sub)Layer references or ESRI (Sub)Layers, they must exist within one of the 'maps'.",
4337
+ "properties": {
4338
+ "layers": {
4339
+ "$ref": "#/definitions/LayersLike",
4340
+ "description": "Layer(s) to use for the command/operation."
4341
+ },
4342
+ "maps": {
4343
+ "$ref": "MapsLike",
4344
+ "description": "Map(s) to use for the command/operation."
4345
+ }
4346
+ },
4347
+ "type": "object"
4348
+ },
4334
4349
  "SetLayerComparisonDirectionArgs": {
4335
4350
  "additionalProperties": false,
4336
4351
  "description": "Arguments for the layer-comparison.set-direction command.",
@@ -4812,7 +4827,7 @@
4812
4827
  "type": "string"
4813
4828
  },
4814
4829
  "outFields": {
4815
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4830
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4816
4831
  "items": {
4817
4832
  "type": "string"
4818
4833
  },
@@ -4865,7 +4880,7 @@
4865
4880
  "type": "string"
4866
4881
  },
4867
4882
  "outFields": {
4868
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4883
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4869
4884
  "items": {
4870
4885
  "type": "string"
4871
4886
  },
@@ -4918,7 +4933,7 @@
4918
4933
  "type": "string"
4919
4934
  },
4920
4935
  "outFields": {
4921
- "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4936
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
4922
4937
  "items": {
4923
4938
  "type": "string"
4924
4939
  },
@@ -6758,7 +6773,7 @@
6758
6773
  },
6759
6774
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
6760
6775
  "additionalProperties": false,
6761
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
6776
+ "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
6762
6777
  "properties": {
6763
6778
  "authoringInfo": {
6764
6779
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7647,7 +7662,7 @@
7647
7662
  },
7648
7663
  "mode": {
7649
7664
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
7650
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
7665
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
7651
7666
  },
7652
7667
  "opacity": {
7653
7668
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -10076,7 +10091,7 @@
10076
10091
  },
10077
10092
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
10078
10093
  "additionalProperties": false,
10079
- "description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
10094
+ "description": "The default time-related export options for a layer.{@link:}* https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
10080
10095
  "properties": {
10081
10096
  "timeDataCumulative": {
10082
10097
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -11288,7 +11303,7 @@
11288
11303
  "type": "string"
11289
11304
  },
11290
11305
  "styleUrl": {
11291
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
11306
+ "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
11292
11307
  "type": "string"
11293
11308
  }
11294
11309
  },
@@ -12447,7 +12462,7 @@
12447
12462
  },
12448
12463
  "mode": {
12449
12464
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
12450
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
12465
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
12451
12466
  },
12452
12467
  "opacity": {
12453
12468
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -12657,7 +12672,7 @@
12657
12672
  "description": "Color is represented as a three or four-element array."
12658
12673
  },
12659
12674
  "colorMixMode": {
12660
- "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - replace: the feature's color is replaced with the symbol / visual variable color. - multiply: the feature's color is multiplied with the symbol color.",
12675
+ "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
12661
12676
  "enum": [
12662
12677
  "multiply",
12663
12678
  "replace",
@@ -12707,7 +12722,7 @@
12707
12722
  "type": "string"
12708
12723
  },
12709
12724
  "href": {
12710
- "description": "URL to the returned image. Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
12725
+ "description": "URL to the returned image. Must be an absolute URL or a relative path starting with \"./\".",
12711
12726
  "type": "string"
12712
12727
  },
12713
12728
  "primitive": {
@@ -12722,7 +12737,7 @@
12722
12737
  "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
12723
12738
  "properties": {
12724
12739
  "href": {
12725
- "description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
12740
+ "description": "Must be an absolute URL or a relative path starting with \"./\".",
12726
12741
  "type": "string"
12727
12742
  },
12728
12743
  "primitive": {
@@ -14302,7 +14317,7 @@
14302
14317
  "description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
14303
14318
  },
14304
14319
  "customParameters": {
14305
- "description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence."
14320
+ "description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence."
14306
14321
  },
14307
14322
  "layerIdentifier": {
14308
14323
  "description": "Identifier for the specific layer used in the WMTS service. Required input by the user.",
@@ -15049,6 +15064,15 @@
15049
15064
  "layers.ensure-can-set-symbol:input": {
15050
15065
  "$ref": "#/definitions/SetSymbolArgs"
15051
15066
  },
15067
+ "layers.hide-labels": {
15068
+ "description": "Turns off the layer's labels on the map.",
15069
+ "enum": [
15070
+ "layers.hide-labels"
15071
+ ]
15072
+ },
15073
+ "layers.hide-labels:input": {
15074
+ "$ref": "#/definitions/SetLabelVisibilityArgs"
15075
+ },
15052
15076
  "layers.set-symbol": {
15053
15077
  "description": "Updates the symbol for the provided layer(s).",
15054
15078
  "enum": [
@@ -15058,6 +15082,15 @@
15058
15082
  "layers.set-symbol:input": {
15059
15083
  "$ref": "#/definitions/SetSymbolArgs"
15060
15084
  },
15085
+ "layers.show-labels": {
15086
+ "description": "Turns on the layer's labels on the map.",
15087
+ "enum": [
15088
+ "layers.show-labels"
15089
+ ]
15090
+ },
15091
+ "layers.show-labels:input": {
15092
+ "$ref": "#/definitions/SetLabelVisibilityArgs"
15093
+ },
15061
15094
  "location-marker.clear": {
15062
15095
  "description": "Removes all Markers.",
15063
15096
  "enum": [
@@ -18289,6 +18322,22 @@
18289
18322
  ],
18290
18323
  "type": "object"
18291
18324
  },
18325
+ {
18326
+ "additionalProperties": false,
18327
+ "properties": {
18328
+ "arguments": {
18329
+ "$ref": "#/definitions/layers.hide-labels:input"
18330
+ },
18331
+ "name": {
18332
+ "$ref": "#/definitions/layers.hide-labels"
18333
+ }
18334
+ },
18335
+ "required": [
18336
+ "name",
18337
+ "arguments"
18338
+ ],
18339
+ "type": "object"
18340
+ },
18292
18341
  {
18293
18342
  "additionalProperties": false,
18294
18343
  "properties": {
@@ -18305,6 +18354,22 @@
18305
18354
  ],
18306
18355
  "type": "object"
18307
18356
  },
18357
+ {
18358
+ "additionalProperties": false,
18359
+ "properties": {
18360
+ "arguments": {
18361
+ "$ref": "#/definitions/layers.show-labels:input"
18362
+ },
18363
+ "name": {
18364
+ "$ref": "#/definitions/layers.show-labels"
18365
+ }
18366
+ },
18367
+ "required": [
18368
+ "name",
18369
+ "arguments"
18370
+ ],
18371
+ "type": "object"
18372
+ },
18308
18373
  {
18309
18374
  "additionalProperties": false,
18310
18375
  "properties": {
@@ -19728,9 +19793,15 @@
19728
19793
  {
19729
19794
  "$ref": "#/definitions/layers.ensure-can-set-symbol"
19730
19795
  },
19796
+ {
19797
+ "$ref": "#/definitions/layers.hide-labels"
19798
+ },
19731
19799
  {
19732
19800
  "$ref": "#/definitions/layers.set-symbol"
19733
19801
  },
19802
+ {
19803
+ "$ref": "#/definitions/layers.show-labels"
19804
+ },
19734
19805
  {
19735
19806
  "$ref": "#/definitions/location-marker.clear"
19736
19807
  },
@@ -21105,9 +21176,15 @@
21105
21176
  {
21106
21177
  "$ref": "#/definitions/ui.prompt"
21107
21178
  },
21179
+ {
21180
+ "$ref": "#/definitions/viewer.get-all-layouts"
21181
+ },
21108
21182
  {
21109
21183
  "$ref": "#/definitions/viewer.get-capabilities"
21110
21184
  },
21185
+ {
21186
+ "$ref": "#/definitions/viewer.get-current-layout"
21187
+ },
21111
21188
  {
21112
21189
  "$ref": "#/definitions/viewer.get-in-debug-mode"
21113
21190
  },
@@ -21116,6 +21193,18 @@
21116
21193
  }
21117
21194
  ]
21118
21195
  },
21196
+ "viewer.get-all-layouts": {
21197
+ "description": "Gets all Layout models from the application.",
21198
+ "enum": [
21199
+ "viewer.get-all-layouts"
21200
+ ]
21201
+ },
21202
+ "viewer.get-all-layouts:output": {
21203
+ "items": {
21204
+ "$ref": "#/definitions/Model"
21205
+ },
21206
+ "type": "array"
21207
+ },
21119
21208
  "viewer.get-capabilities": {
21120
21209
  "description": "Gets information about the current viewer instance.",
21121
21210
  "enum": [
@@ -21125,6 +21214,15 @@
21125
21214
  "viewer.get-capabilities:output": {
21126
21215
  "$ref": "#/definitions/ViewerCapabilities"
21127
21216
  },
21217
+ "viewer.get-current-layout": {
21218
+ "description": "Gets the current Layout model from the application.",
21219
+ "enum": [
21220
+ "viewer.get-current-layout"
21221
+ ]
21222
+ },
21223
+ "viewer.get-current-layout:output": {
21224
+ "$ref": "#/definitions/Model"
21225
+ },
21128
21226
  "viewer.get-in-debug-mode": {
21129
21227
  "description": "Get whether the viewer is in debug mode.",
21130
21228
  "enum": [
@@ -1752,7 +1752,7 @@
1752
1752
  },
1753
1753
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
1754
1754
  "additionalProperties": false,
1755
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
1755
+ "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
1756
1756
  "properties": {
1757
1757
  "authoringInfo": {
1758
1758
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -2641,7 +2641,7 @@
2641
2641
  },
2642
2642
  "mode": {
2643
2643
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
2644
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
2644
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
2645
2645
  },
2646
2646
  "opacity": {
2647
2647
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -4841,7 +4841,7 @@
4841
4841
  },
4842
4842
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4843
4843
  "additionalProperties": false,
4844
- "description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4844
+ "description": "The default time-related export options for a layer.{@link:}* https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4845
4845
  "properties": {
4846
4846
  "timeDataCumulative": {
4847
4847
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -5991,7 +5991,7 @@
5991
5991
  "type": "string"
5992
5992
  },
5993
5993
  "styleUrl": {
5994
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
5994
+ "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
5995
5995
  "type": "string"
5996
5996
  }
5997
5997
  },
@@ -7150,7 +7150,7 @@
7150
7150
  },
7151
7151
  "mode": {
7152
7152
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
7153
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
7153
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
7154
7154
  },
7155
7155
  "opacity": {
7156
7156
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -7360,7 +7360,7 @@
7360
7360
  "description": "Color is represented as a three or four-element array."
7361
7361
  },
7362
7362
  "colorMixMode": {
7363
- "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - replace: the feature's color is replaced with the symbol / visual variable color. - multiply: the feature's color is multiplied with the symbol color.",
7363
+ "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
7364
7364
  "enum": [
7365
7365
  "multiply",
7366
7366
  "replace",
@@ -7410,7 +7410,7 @@
7410
7410
  "type": "string"
7411
7411
  },
7412
7412
  "href": {
7413
- "description": "URL to the returned image. Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
7413
+ "description": "URL to the returned image. Must be an absolute URL or a relative path starting with \"./\".",
7414
7414
  "type": "string"
7415
7415
  },
7416
7416
  "primitive": {
@@ -7425,7 +7425,7 @@
7425
7425
  "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
7426
7426
  "properties": {
7427
7427
  "href": {
7428
- "description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
7428
+ "description": "Must be an absolute URL or a relative path starting with \"./\".",
7429
7429
  "type": "string"
7430
7430
  },
7431
7431
  "primitive": {
@@ -8978,7 +8978,7 @@
8978
8978
  "description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
8979
8979
  },
8980
8980
  "customParameters": {
8981
- "description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence."
8981
+ "description": "A sequence of parameters used to append custom parameters to all WMTS requests. These parameters are applied to GetCapabilities and GetTile. If used with the customLayerParameters property, customParameters will not take precedence."
8982
8982
  },
8983
8983
  "layerIdentifier": {
8984
8984
  "description": "Identifier for the specific layer used in the WMTS service. Required input by the user.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.0.0",
3
+ "version": "48.3.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -33,16 +33,16 @@
33
33
  },
34
34
  "author": "VertiGIS Ltd.",
35
35
  "peerDependencies": {
36
- "@vertigis/arcgis-extensions": ">= 35.0.0 < 36.0.0"
36
+ "@vertigis/arcgis-extensions": ">= 35.3.0 < 36.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@arcgis/core": "4.23.3",
40
+ "@vertigis/arcgis-extensions": "35.3.0",
40
41
  "@prettier/plugin-xml": "2.2.0",
41
42
  "@types/glob": "7.2.0",
42
43
  "@types/node": "14.14.41",
43
44
  "@typescript-eslint/eslint-plugin": "5.23.0",
44
45
  "@typescript-eslint/parser": "5.23.0",
45
- "@vertigis/arcgis-extensions": "35.0.0",
46
46
  "del-cli": "4.0.1",
47
47
  "eslint": "8.15.0",
48
48
  "eslint-config-prettier": "8.5.0",
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 = "48.0.0";
4
+ export declare const version = "48.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 = "48.0.0";
4
+ export const version = "48.3.0";