@vertigis/viewer-spec 56.32.0 → 56.33.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.
@@ -997,6 +997,9 @@
997
997
  {
998
998
  "$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
999
999
  },
1000
+ {
1001
+ "$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSLayerJson"
1002
+ },
1000
1003
  {
1001
1004
  "$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
1002
1005
  }
@@ -2130,6 +2133,10 @@
2130
2133
  "description": "A unique identifying string for the layer.",
2131
2134
  "type": "string"
2132
2135
  },
2136
+ "itemId": {
2137
+ "description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
2138
+ "type": "string"
2139
+ },
2133
2140
  "layerDefinition": {
2134
2141
  "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
2135
2142
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
@@ -8474,9 +8481,6 @@
8474
8481
  "type": "number"
8475
8482
  }
8476
8483
  },
8477
- "required": [
8478
- "color"
8479
- ],
8480
8484
  "type": "object"
8481
8485
  },
8482
8486
  "esri.rest-api.SymbolJson.CIMSymbolJson": {
@@ -8521,8 +8525,6 @@
8521
8525
  }
8522
8526
  },
8523
8527
  "required": [
8524
- "color",
8525
- "size",
8526
8528
  "type"
8527
8529
  ],
8528
8530
  "type": "object"
@@ -8810,9 +8812,6 @@
8810
8812
  "type": "number"
8811
8813
  }
8812
8814
  },
8813
- "required": [
8814
- "color"
8815
- ],
8816
8815
  "type": "object"
8817
8816
  },
8818
8817
  "esri.rest-api.SymbolJson.MeshSymbol3DJson": {
@@ -8844,8 +8843,26 @@
8844
8843
  "properties": {
8845
8844
  "anchor": {
8846
8845
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
8846
+ "enum": [
8847
+ "bottom",
8848
+ "center",
8849
+ "origin",
8850
+ "relative",
8851
+ "top"
8852
+ ],
8847
8853
  "type": "string"
8848
8854
  },
8855
+ "anchorPosition": {
8856
+ "description": "When anchor equals \"relative\", this property specifies the positioning of the object relative to the geometry as a fraction of the symbol layer's bounding box. Otherwise it is ignored.",
8857
+ "items": {
8858
+ "type": "number"
8859
+ },
8860
+ "type": "array"
8861
+ },
8862
+ "castShadows": {
8863
+ "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
8864
+ "type": "boolean"
8865
+ },
8849
8866
  "depth": {
8850
8867
  "description": "Object depth in meters, positive only.",
8851
8868
  "type": "number"
@@ -8906,10 +8923,6 @@
8906
8923
  "type": "number"
8907
8924
  }
8908
8925
  },
8909
- "required": [
8910
- "color",
8911
- "size"
8912
- ],
8913
8926
  "type": "object"
8914
8927
  },
8915
8928
  "esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
@@ -10067,6 +10080,189 @@
10067
10080
  ],
10068
10081
  "type": "object"
10069
10082
  },
10083
+ "esri.rest-api.WFSLayerJson.WFSInfoJson": {
10084
+ "additionalProperties": false,
10085
+ "description": "Object that defines and provides information about layers in a WFS service. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
10086
+ "properties": {
10087
+ "customParameters": {
10088
+ "description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
10089
+ },
10090
+ "featureUrl": {
10091
+ "description": "URL of the WFS service operation.",
10092
+ "type": "string"
10093
+ },
10094
+ "maxFeatures": {
10095
+ "description": "Set this to limit the number of requested features that a GetFeature request presents.",
10096
+ "type": "number"
10097
+ },
10098
+ "name": {
10099
+ "description": "The name of the WFS layer. This is used to set layer visibility.",
10100
+ "type": "string"
10101
+ },
10102
+ "supportedSpatialReferences": {
10103
+ "description": "List of supported spatial reference IDs.",
10104
+ "items": {
10105
+ "type": "number"
10106
+ },
10107
+ "type": "array"
10108
+ },
10109
+ "swapXY": {
10110
+ "description": "Boolean value indicating whether X and Y axis are flipped.",
10111
+ "type": "boolean"
10112
+ },
10113
+ "version": {
10114
+ "description": "Value indicating which version of the WFS specification is used.",
10115
+ "type": "string"
10116
+ },
10117
+ "wfsNamespace": {
10118
+ "description": "String indicating namespace.",
10119
+ "type": "string"
10120
+ }
10121
+ },
10122
+ "type": "object"
10123
+ },
10124
+ "esri.rest-api.WFSLayerJson.WFSLayerJson": {
10125
+ "additionalProperties": false,
10126
+ "description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
10127
+ "properties": {
10128
+ "blendMode": {
10129
+ "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
10130
+ "enum": [
10131
+ "average",
10132
+ "color",
10133
+ "color-burn",
10134
+ "color-dodge",
10135
+ "darken",
10136
+ "destination-atop",
10137
+ "destination-in",
10138
+ "destination-out",
10139
+ "destination-over",
10140
+ "difference",
10141
+ "exclusion",
10142
+ "hard-light",
10143
+ "hue",
10144
+ "invert",
10145
+ "lighten",
10146
+ "lighter",
10147
+ "luminosity",
10148
+ "minus",
10149
+ "multiply",
10150
+ "normal",
10151
+ "overlay",
10152
+ "plus",
10153
+ "reflect",
10154
+ "saturation",
10155
+ "screen",
10156
+ "soft-light",
10157
+ "source-atop",
10158
+ "source-in",
10159
+ "source-out",
10160
+ "vivid-light",
10161
+ "xor"
10162
+ ],
10163
+ "type": "string"
10164
+ },
10165
+ "disablePopup": {
10166
+ "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
10167
+ "type": "boolean"
10168
+ },
10169
+ "effect": {
10170
+ "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10171
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10172
+ },
10173
+ "id": {
10174
+ "description": "A unique identifying string for the layer.",
10175
+ "type": "string"
10176
+ },
10177
+ "itemId": {
10178
+ "description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
10179
+ "type": "string"
10180
+ },
10181
+ "layerDefinition": {
10182
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
10183
+ "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
10184
+ },
10185
+ "layerType": {
10186
+ "const": "WFS",
10187
+ "description": "The type of layer.",
10188
+ "type": "string"
10189
+ },
10190
+ "listMode": {
10191
+ "$ref": "esri.ListMode",
10192
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10193
+ },
10194
+ "maxScale": {
10195
+ "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
10196
+ "type": "number"
10197
+ },
10198
+ "minScale": {
10199
+ "description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
10200
+ "type": "number"
10201
+ },
10202
+ "mode": {
10203
+ "description": "Number where 0 means 'snapshot' and 1 means 'ondemand'.",
10204
+ "enum": [
10205
+ 0,
10206
+ 1
10207
+ ],
10208
+ "type": "number"
10209
+ },
10210
+ "opacity": {
10211
+ "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
10212
+ "type": "number"
10213
+ },
10214
+ "popupInfo": {
10215
+ "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson",
10216
+ "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
10217
+ },
10218
+ "refreshInterval": {
10219
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10220
+ "type": "number"
10221
+ },
10222
+ "showLabels": {
10223
+ "description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
10224
+ "type": "boolean"
10225
+ },
10226
+ "showLegend": {
10227
+ "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
10228
+ "type": "boolean"
10229
+ },
10230
+ "title": {
10231
+ "description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
10232
+ "type": "string"
10233
+ },
10234
+ "type": {
10235
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type.",
10236
+ "enum": [
10237
+ "BingMapsAerial",
10238
+ "BingMapsHybrid",
10239
+ "BingMapsRoad",
10240
+ "CSV",
10241
+ "KML",
10242
+ "OpenStreetMap",
10243
+ "WMS",
10244
+ "WebTiledLayer"
10245
+ ],
10246
+ "type": "string"
10247
+ },
10248
+ "url": {
10249
+ "description": "The URL to the layer. If the layer is not from a web service but rather a feature collection, than the url property is omitted.",
10250
+ "type": "string"
10251
+ },
10252
+ "visibility": {
10253
+ "description": "Determines whether the layer is initially visible in the web map.",
10254
+ "type": "boolean"
10255
+ },
10256
+ "wfsInfo": {
10257
+ "$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
10258
+ "description": "Object that defines and provides information about layers in a WFS service."
10259
+ }
10260
+ },
10261
+ "required": [
10262
+ "layerType"
10263
+ ],
10264
+ "type": "object"
10265
+ },
10070
10266
  "esri.rest-api.WMSLayerJson.WMSLayerJson": {
10071
10267
  "additionalProperties": false,
10072
10268
  "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.32.0",
3
+ "version": "56.33.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -43,31 +43,31 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "@arcgis/core": "*",
46
- "@vertigis/arcgis-extensions": ">= 43.0.0-0 < 44.0.0-0"
46
+ "@vertigis/arcgis-extensions": ">= 44.0.0-0 < 45.0.0-0"
47
47
  },
48
48
  "devDependencies": {
49
- "@prettier/plugin-xml": "3.2.2",
49
+ "@prettier/plugin-xml": "3.3.1",
50
50
  "@types/glob": "8.1.0",
51
- "@types/node": "20.11.5",
52
- "@typescript-eslint/eslint-plugin": "6.18.1",
53
- "@typescript-eslint/parser": "6.18.1",
51
+ "@types/node": "20.11.28",
52
+ "@typescript-eslint/eslint-plugin": "7.2.0",
53
+ "@typescript-eslint/parser": "7.2.0",
54
54
  "del-cli": "5.1.0",
55
- "eslint": "8.56.0",
55
+ "eslint": "8.57.0",
56
56
  "eslint-config-prettier": "9.1.0",
57
57
  "eslint-plugin-import": "2.29.1",
58
- "eslint-plugin-jsdoc": "48.0.2",
58
+ "eslint-plugin-jsdoc": "48.2.1",
59
59
  "eslint-plugin-no-autofix": "1.2.3",
60
60
  "eslint-plugin-only-warn": "1.1.0",
61
61
  "glob": "10.3.10",
62
- "highcharts": "11.3.0",
63
- "lint-staged": "15.2.0 ",
62
+ "highcharts": "11.4.0",
63
+ "lint-staged": "15.2.2 ",
64
64
  "path-equal": "1.2.5",
65
- "prettier": "3.1.1",
65
+ "prettier": "3.2.5",
66
66
  "prettier-plugin-jsdoc": "1.3.0",
67
67
  "safe-stable-stringify": "2.4.3",
68
- "simple-git-hooks": "2.9.0",
69
- "terser": "5.26.0",
70
- "typescript": "5.3.3",
68
+ "simple-git-hooks": "2.11.0",
69
+ "terser": "5.29.2",
70
+ "typescript": "5.4.2",
71
71
  "weaktuplemap": "1.0.0"
72
72
  },
73
73
  "overrides": {
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 = "56.32.0";
4
+ export declare const version = "56.33.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 = "56.32.0";
4
+ export const version = "56.33.0";