@vertigis/viewer-spec 61.14.1 → 61.15.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.
Files changed (107) hide show
  1. package/analytics/MobileAction.d.ts +1 -1
  2. package/analytics/WebAction.d.ts +1 -1
  3. package/app-config/AppConfig.d.ts +1 -1
  4. package/app-config/common/ApplicationModelProperties.d.ts +1 -1
  5. package/app-config/common/BookmarksModelProperties.d.ts +2 -2
  6. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  7. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  8. package/app-config/common/EventListenerModelProperties.d.ts +1 -1
  9. package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
  10. package/app-config/common/HighlightModelProperties.d.ts +1 -1
  11. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
  12. package/app-config/common/LayoutProperties.d.ts +1 -1
  13. package/app-config/common/MapModelProperties.d.ts +1 -1
  14. package/app-config/common/MenuModelProperties.d.ts +2 -2
  15. package/app-config/common/ModelProperties.d.ts +1 -1
  16. package/app-config/common/RegionModelProperties.d.ts +1 -1
  17. package/app-config/common/ResultsModelProperties.d.ts +1 -1
  18. package/app-config/common/SearchModelProperties.d.ts +1 -1
  19. package/app-config/common/TranslatableText.d.ts +1 -1
  20. package/app-config/common/WorkflowModelProperties.d.ts +1 -1
  21. package/app-config/common/colors.d.ts +2 -2
  22. package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
  23. package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
  24. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
  25. package/app-config/mobile/MapModelProperties.d.ts +1 -1
  26. package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
  27. package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
  28. package/app-config/schema/common-app-config.schema.json +1 -1
  29. package/app-config/schema/mobile-app-config.schema.json +1 -1
  30. package/app-config/schema/web-app-config.schema.json +1 -1
  31. package/app-config/web/BasemapModelProperties.d.ts +1 -1
  32. package/app-config/web/ChartModelProperties.d.ts +2 -2
  33. package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
  34. package/app-config/web/DrawModelProperties.d.ts +9 -9
  35. package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
  36. package/app-config/web/FeatureListProperties.d.ts +1 -1
  37. package/app-config/web/FeatureSetProperties.d.ts +3 -3
  38. package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
  39. package/app-config/web/GeoDataModelProperties.d.ts +1 -1
  40. package/app-config/web/GeocoderModelProperties.d.ts +2 -2
  41. package/app-config/web/KpiCardModelProperties.d.ts +2 -2
  42. package/app-config/web/MenuItemModelProperties.d.ts +1 -1
  43. package/app-config/web/ModelProperties.d.ts +1 -1
  44. package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
  45. package/app-config/web/ReportModelProperties.d.ts +1 -1
  46. package/app-config/web/ResultsModelProperties.d.ts +1 -1
  47. package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
  48. package/app-config/web/SearchServiceProperties.d.ts +1 -1
  49. package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
  50. package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
  51. package/app-config/web/SnappingProperties.d.ts +3 -3
  52. package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
  53. package/app-config/web/TopologyProperties.d.ts +2 -2
  54. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  55. package/messaging/Command.d.ts +1 -1
  56. package/messaging/Event.d.ts +1 -1
  57. package/messaging/Message.d.ts +1 -1
  58. package/messaging/MessageBus.d.ts +2 -2
  59. package/messaging/Operation.d.ts +1 -1
  60. package/messaging/common.d.ts +37 -37
  61. package/messaging/registry/auth.d.ts +3 -4
  62. package/messaging/registry/basemap.d.ts +1 -1
  63. package/messaging/registry/drawing.d.ts +9 -9
  64. package/messaging/registry/edit.d.ts +3 -3
  65. package/messaging/registry/file.d.ts +1 -2
  66. package/messaging/registry/geocode.d.ts +1 -1
  67. package/messaging/registry/geolocation.d.ts +2 -2
  68. package/messaging/registry/geometry.d.ts +5 -5
  69. package/messaging/registry/layer-presets.d.ts +1 -1
  70. package/messaging/registry/layers.d.ts +0 -1
  71. package/messaging/registry/location-marker.d.ts +5 -5
  72. package/messaging/registry/map.d.ts +12 -12
  73. package/messaging/registry/measurement.d.ts +1 -1
  74. package/messaging/registry/offline.d.ts +7 -9
  75. package/messaging/registry/portal.d.ts +1 -1
  76. package/messaging/registry/printing.d.ts +4 -4
  77. package/messaging/registry/project.d.ts +6 -6
  78. package/messaging/registry/reports.d.ts +1 -1
  79. package/messaging/registry/results.d.ts +10 -10
  80. package/messaging/registry/sketching.d.ts +12 -12
  81. package/messaging/registry/tasks.d.ts +4 -4
  82. package/messaging/registry/utility-network.d.ts +4 -5
  83. package/messaging/registry/viewer.d.ts +1 -1
  84. package/messaging/schema/common-action.schema.json +1 -1
  85. package/messaging/schema/common-event.schema.json +1 -1
  86. package/messaging/schema/mobile-action.schema.json +1 -1
  87. package/messaging/schema/mobile-event.schema.json +1 -1
  88. package/messaging/schema/web-action.schema.json +1 -1
  89. package/messaging/schema/web-drawing-command-definitions.md +554 -76
  90. package/messaging/schema/web-drawing-operation-definitions.md +261 -20
  91. package/messaging/schema/web-edit-command-definitions.md +8 -0
  92. package/messaging/schema/web-event.schema.json +1 -1
  93. package/messaging/schema/web-geometry-command-definitions.md +0 -16
  94. package/messaging/schema/web-geometry-operation-definitions.md +233 -18
  95. package/messaging/schema/web-map-command-definitions.md +870 -58
  96. package/messaging/schema/web-map-operation-definitions.md +8 -0
  97. package/messaging/schema/web-measurement-command-definitions.md +556 -94
  98. package/messaging/schema/web-measurement-operation-definitions.md +124 -11
  99. package/messaging/schema/web-portal-operation-definitions.md +8 -0
  100. package/messaging/schema/web-printing-operation-definitions.md +1 -1
  101. package/messaging/schema/web-results-operation-definitions.md +4 -1
  102. package/messaging/schema/web-system-command-definitions.md +3 -1
  103. package/messaging/schema/web-system-operation-definitions.md +16 -0
  104. package/messaging/schema/web-ui-operation-definitions.md +1 -1
  105. package/package.json +33 -29
  106. package/version.d.ts +1 -1
  107. package/version.js +1 -1
@@ -146,15 +146,78 @@ Geometries properties:
146
146
  "$ref": "esri.geometry.Mesh"
147
147
  },
148
148
  "attributes": {
149
+ "anyOf": [
150
+ {
151
+ "description": "Construct a type with a set of properties K of type T"
152
+ },
153
+ {
154
+ "type": "null"
155
+ }
156
+ ],
149
157
  "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
150
158
  },
151
159
  "geometry": {
152
160
  "description": "The geometry to use for the command/operation."
153
161
  },
154
162
  "popupInfo": {
163
+ "anyOf": [
164
+ {
165
+ "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
166
+ },
167
+ {
168
+ "type": "null"
169
+ }
170
+ ],
155
171
  "description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
156
172
  },
157
173
  "symbol": {
174
+ "anyOf": [
175
+ {
176
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
177
+ },
178
+ {
179
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
180
+ },
181
+ {
182
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
183
+ },
184
+ {
185
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
186
+ },
187
+ {
188
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
189
+ },
190
+ {
191
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
192
+ },
193
+ {
194
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
195
+ },
196
+ {
197
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
198
+ },
199
+ {
200
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
201
+ },
202
+ {
203
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
204
+ },
205
+ {
206
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
207
+ },
208
+ {
209
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
210
+ },
211
+ {
212
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
213
+ },
214
+ {
215
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
216
+ },
217
+ {
218
+ "type": "null"
219
+ }
220
+ ],
158
221
  "description": "Symbol used for drawing the feature."
159
222
  },
160
223
  "@arcgis.core.rest.support.FeatureSet.FeatureSet": {
@@ -162,14 +225,26 @@ Geometries properties:
162
225
  },
163
226
  "m": {
164
227
  "description": "M coordinate which contains measures used for linear referencing.",
165
- "type": "number"
228
+ "type": [
229
+ "null",
230
+ "number"
231
+ ]
166
232
  },
167
233
  "spatialReference": {
234
+ "anyOf": [
235
+ {
236
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
237
+ },
238
+ {
239
+ "type": "null"
240
+ }
241
+ ],
168
242
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
169
243
  },
170
244
  "x": {
171
245
  "description": "X coordinate which is measured along the east/west axis.",
172
246
  "type": [
247
+ "null",
173
248
  "string",
174
249
  "number"
175
250
  ],
@@ -178,6 +253,7 @@ Geometries properties:
178
253
  "y": {
179
254
  "description": "Y coordinate which is measured along the north/south axis.",
180
255
  "type": [
256
+ "null",
181
257
  "string",
182
258
  "number"
183
259
  ],
@@ -186,17 +262,24 @@ Geometries properties:
186
262
  "z": {
187
263
  "description": "Z coordinate which measures height or elevation.",
188
264
  "type": [
265
+ "null",
189
266
  "string",
190
267
  "number"
191
268
  ]
192
269
  },
193
270
  "hasM": {
194
271
  "description": "Indicates whether the geometry contains M coordinate values.",
195
- "type": "boolean"
272
+ "type": [
273
+ "null",
274
+ "boolean"
275
+ ]
196
276
  },
197
277
  "hasZ": {
198
278
  "description": "Indicates whether the geometry contains Z coordinate values.",
199
- "type": "boolean"
279
+ "type": [
280
+ "null",
281
+ "boolean"
282
+ ]
200
283
  },
201
284
  "points": {
202
285
  "description": "An array that corresponds to 2D and 3D points.",
@@ -239,19 +322,31 @@ Geometries properties:
239
322
  },
240
323
  "xmax": {
241
324
  "description": "A numeric value indicating the top-right X-coordinate of an extent envelope.",
242
- "type": "number"
325
+ "type": [
326
+ "null",
327
+ "number"
328
+ ]
243
329
  },
244
330
  "xmin": {
245
331
  "description": "A numeric value indicating the bottom-left X-coordinate of an extent envelope.",
246
- "type": "number"
332
+ "type": [
333
+ "null",
334
+ "number"
335
+ ]
247
336
  },
248
337
  "ymax": {
249
338
  "description": "A numeric value indicating the top-right Y-coordinate of an extent envelope.",
250
- "type": "number"
339
+ "type": [
340
+ "null",
341
+ "number"
342
+ ]
251
343
  },
252
344
  "ymin": {
253
345
  "description": "A numeric value indicating the bottom-left Y-coordinate of an extent envelope.",
254
- "type": "number"
346
+ "type": [
347
+ "null",
348
+ "number"
349
+ ]
255
350
  }
256
351
  }
257
352
  ```
@@ -264,13 +359,22 @@ Description: Gets the area units used for measurements. If undefined the units w
264
359
 
265
360
  Inputs: `None`
266
361
 
267
- Outputs: `AreaMeasurementUnits`
362
+ Outputs: `"acres" | "ares" | "hectares" | "square-feet" | "square-kilometers" | "square-meters" | "square-miles" | "square-yards"`
268
363
 
269
364
  ---
270
365
  # operation: measurement.get-default-symbol
271
366
  Description: Gets the value of the default point, line, or polygon symbol for the provided geometry type. Web only.
272
367
 
273
- Inputs: `None`
368
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
369
+
370
+ GetDefaultSymbolArgs properties:
371
+ ```json
372
+ {
373
+ "geometryType": {
374
+ "description": "The geometry type for the default symbol to retrieve."
375
+ }
376
+ }
377
+ ```
274
378
 
275
379
  Outputs: `DrawingSymbolConfig`
276
380
 
@@ -278,7 +382,16 @@ Outputs: `DrawingSymbolConfig`
278
382
  # operation: measurement.get-default-symbol3-d
279
383
  Description: Gets the value of the default 3D point, line, or polygon symbol for the provided geometry type. Web only.
280
384
 
281
- Inputs: `None`
385
+ Inputs: `( GetDefaultSymbolArgs | "extent" | "mesh" | "multipatch" | "multipoint" | "point" | "polygon" | "polyline" )`
386
+
387
+ GetDefaultSymbolArgs properties:
388
+ ```json
389
+ {
390
+ "geometryType": {
391
+ "description": "The geometry type for the default symbol to retrieve."
392
+ }
393
+ }
394
+ ```
282
395
 
283
396
  Outputs: `DrawingSymbolConfig`
284
397
 
@@ -288,6 +401,6 @@ Description: Gets the length units used for measurements. If undefined the units
288
401
 
289
402
  Inputs: `None`
290
403
 
291
- Outputs: `LengthMeasurementUnits`
404
+ Outputs: `"feet" | "kilometers" | "meters" | "miles" | "nautical-miles" | "yards"`
292
405
 
293
406
  ---
@@ -31,6 +31,14 @@ ChooseLayersOptions properties:
31
31
  "description": "Map(s) to use for the command/operation."
32
32
  },
33
33
  "parent": {
34
+ "anyOf": [
35
+ {
36
+ "$ref": "#/definitions/Model"
37
+ },
38
+ {
39
+ "type": "string"
40
+ }
41
+ ],
34
42
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
35
43
  },
36
44
  "sources": {
@@ -16,6 +16,6 @@ PreparedPrintJobUpdateArgs properties:
16
16
  }
17
17
  ```
18
18
 
19
- Outputs: `PrintJobArgs`
19
+ Outputs: `PreparedPrintJobArgs`
20
20
 
21
21
  ---
@@ -776,6 +776,9 @@ FromGraphicsArgs properties:
776
776
  },
777
777
  "sublayer": {
778
778
  "anyOf": [
779
+ {
780
+ "$ref": "#/definitions/@arcgis.core.layers.support.Sublayer.Sublayer"
781
+ },
779
782
  {
780
783
  "type": "number"
781
784
  }
@@ -970,7 +973,7 @@ Model properties:
970
973
  }
971
974
  ```
972
975
 
973
- Outputs: `Features`
976
+ Outputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results )`
974
977
 
975
978
  ---
976
979
  # operation: results.get-features
@@ -26,7 +26,9 @@ DownloadArgs properties:
26
26
  },
27
27
  "result": {
28
28
  "anyOf": [
29
- {},
29
+ {
30
+ "description": "Construct a type with a set of properties K of type T"
31
+ },
30
32
  {
31
33
  "$ref": "Blob"
32
34
  },
@@ -34,6 +34,14 @@ ReadFileArgs properties:
34
34
  "type": "boolean"
35
35
  },
36
36
  "parent": {
37
+ "anyOf": [
38
+ {
39
+ "$ref": "#/definitions/Model"
40
+ },
41
+ {
42
+ "type": "string"
43
+ }
44
+ ],
37
45
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
38
46
  },
39
47
  "promptMessage": {
@@ -78,6 +86,14 @@ ReadFileArgs properties:
78
86
  "type": "boolean"
79
87
  },
80
88
  "parent": {
89
+ "anyOf": [
90
+ {
91
+ "$ref": "#/definitions/Model"
92
+ },
93
+ {
94
+ "type": "string"
95
+ }
96
+ ],
81
97
  "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
82
98
  },
83
99
  "promptMessage": {
@@ -80,7 +80,7 @@ Model properties:
80
80
  }
81
81
  ```
82
82
 
83
- Outputs: `State`
83
+ Outputs: `number`
84
84
 
85
85
  ---
86
86
  # operation: ui.get-locale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "61.14.1",
3
+ "version": "61.15.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -14,19 +14,19 @@
14
14
  "LICENSE"
15
15
  ],
16
16
  "scripts": {
17
- "app-schema": "npm run -s prepare && node build/js/appConfigSchema.js",
17
+ "app-schema": "node scripts/appConfigSchema.ts",
18
18
  "audit": "npx audit-ci@7.1.0 --config ./audit-ci.jsonc",
19
19
  "build": "npm run -s delete-js-folders && npm run update-version && tsc -d -p src && npm run minify && npm run -s lint && npm run -s build-schema && npm run -s build-text-schema",
20
20
  "build-debug": "npm run -s delete-js-folders && npm run update-version && tsc -d --sourceMap true -p src && npm run -s lint && npm run build-schema",
21
- "build-text-schema": "ts-node build/convertSchemaToText.ts ",
22
- "build-schema": "ts-node build/appConfigSchema.ts && ts-node build/messageSchema.ts",
21
+ "build-text-schema": "node scripts/convertSchemaToText.ts ",
22
+ "build-schema": "npm run app-schema && npm run message-schema",
23
23
  "delete-js-folders": "del-cli app-config messaging",
24
24
  "lint": "eslint . --max-warnings=0",
25
- "message-schema": "npm run -s prepare && ts-node build/messageSchema.ts",
26
- "minify": "ts-node build/minify.ts",
25
+ "message-schema": "node scripts/messageSchema.ts",
26
+ "minify": "node scripts/minify.ts",
27
27
  "prettier": "prettier --write \"**/*.ts\" \"**/*.json\" \"**/*.js\" \"**/*.xml\" \"**/*.xsd\"",
28
28
  "start": "tsc -w -p src",
29
- "update-version": "ts-node build/generateVersion.ts",
29
+ "update-version": "node scripts/generateVersion.ts",
30
30
  "watch-build-folder": "tsc -p build -w"
31
31
  },
32
32
  "repository": {
@@ -43,32 +43,36 @@
43
43
  ],
44
44
  "peerDependencies": {
45
45
  "@arcgis/core": "*",
46
- "@vertigis/arcgis-extensions": ">= 54.0.0-0 < 55.0.0-0",
46
+ "@vertigis/arcgis-extensions": "*",
47
47
  "highcharts": "*"
48
48
  },
49
49
  "devDependencies": {
50
- "@prettier/plugin-xml": "3.3.1",
51
- "@types/glob": "8.1.0",
50
+ "@eslint/compat": "2.0.5",
51
+ "@eslint/js": "9.39.4",
52
+ "@eslint/eslintrc": "3.3.5",
53
+ "@prettier/plugin-xml": "3.4.2",
54
+ "@stylistic/eslint-plugin": "5.10.0",
55
+ "@types/glob": "9.0.0",
52
56
  "@types/node": "22.18.10",
53
- "@typescript-eslint/eslint-plugin": "7.18.0",
54
- "@typescript-eslint/parser": "7.18.0",
55
- "del-cli": "5.1.0",
56
- "eslint": "8.57.0",
57
- "eslint-config-prettier": "9.1.0",
58
- "eslint-plugin-import": "2.29.1",
59
- "eslint-plugin-jsdoc": "48.2.1",
60
- "eslint-plugin-no-autofix": "1.2.3",
61
- "eslint-plugin-only-warn": "1.1.0",
62
- "glob": "11.1.0",
63
- "lint-staged": "15.5.2",
57
+ "@typescript-eslint/eslint-plugin": "8.59.1",
58
+ "@typescript-eslint/parser": "8.59.1",
59
+ "del-cli": "7.0.0",
60
+ "eslint": "9.39.4",
61
+ "eslint-config-prettier": "10.1.8",
62
+ "eslint-plugin-import": "2.32.0",
63
+ "eslint-plugin-jsdoc": "62.9.0",
64
+ "eslint-plugin-no-autofix": "2.1.0",
65
+ "eslint-plugin-only-warn": "1.2.1",
66
+ "glob": "13.0.6",
67
+ "globals": "13.20.0",
68
+ "lint-staged": "16.4.0",
64
69
  "path-equal": "1.2.5",
65
- "prettier": "3.2.5",
66
- "prettier-plugin-jsdoc": "1.3.0",
67
- "safe-stable-stringify": "2.4.3",
68
- "simple-git-hooks": "2.11.0",
69
- "terser": "5.29.2",
70
- "ts-node": "^10.9.2",
71
- "typescript": "5.4.2",
70
+ "prettier": "3.8.3",
71
+ "prettier-plugin-jsdoc": "1.8.0",
72
+ "safe-stable-stringify": "2.5.0",
73
+ "simple-git-hooks": "2.13.1",
74
+ "terser": "5.46.2",
75
+ "typescript": "^6.0.3",
72
76
  "weaktuplemap": "1.0.0"
73
77
  },
74
78
  "overrides": {
@@ -82,7 +86,7 @@
82
86
  "*.{js,json,ts,md,xml,xsd}": "prettier --write"
83
87
  },
84
88
  "allowScripts": {
85
- "simple-git-hooks@2.11.1": true,
89
+ "simple-git-hooks@2.13.1": true,
86
90
  "@vaadin/vaadin-usage-statistics": false
87
91
  }
88
92
  }
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 = "61.14.1";
4
+ export declare const version = "61.15.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 = "61.14.1";
4
+ export const version = "61.15.1";