@vertigis/viewer-spec 51.11.0 → 51.11.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 (100) hide show
  1. package/analytics/CommonAction.d.ts +1 -1
  2. package/analytics/MobileAction.d.ts +1 -1
  3. package/analytics/WebAction.d.ts +1 -1
  4. package/app-config/common/BrandingModelProperties.d.ts +1 -1
  5. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  6. package/app-config/common/CoordinateFormat.d.ts +1 -1
  7. package/app-config/common/ItemRef.d.ts +1 -1
  8. package/app-config/common/RegionModelProperties.d.ts +1 -1
  9. package/app-config/common/TranslatableText.d.ts +1 -1
  10. package/app-config/common/colors.d.ts +1 -1
  11. package/app-config/mobile/EventListenerModelProperties.d.ts +10 -10
  12. package/app-config/mobile/SearchModelProperties.d.ts +1 -1
  13. package/app-config/schema/common-app-config.schema.json +1 -1
  14. package/app-config/schema/mobile-app-config.schema.json +1 -1
  15. package/app-config/schema/web-app-config.schema.json +1 -1
  16. package/app-config/web/ChartModelProperties.d.ts +1 -1
  17. package/app-config/web/DrawModelProperties.d.ts +1 -1
  18. package/app-config/web/HasVisibilityFilters.d.ts +4 -4
  19. package/app-config/web/KpiCardModelProperties.d.ts +3 -3
  20. package/app-config/web/MapModelProperties.d.ts +2 -2
  21. package/app-config/web/MeasurementModelProperties.d.ts +2 -2
  22. package/app-config/web/ResultsModelProperties.d.ts +2 -2
  23. package/app-config/web/ResultsServiceModelProperties.d.ts +5 -3
  24. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  25. package/messaging/Event.d.ts +1 -1
  26. package/messaging/common.d.ts +19 -19
  27. package/messaging/registry/Commands.js +1 -1
  28. package/messaging/registry/Events.js +1 -1
  29. package/messaging/registry/Operations.js +1 -1
  30. package/messaging/registry/app-config.js +1 -1
  31. package/messaging/registry/app.js +1 -1
  32. package/messaging/registry/arcade.js +1 -1
  33. package/messaging/registry/auth.js +1 -1
  34. package/messaging/registry/basemap.d.ts +2 -2
  35. package/messaging/registry/basemap.js +1 -1
  36. package/messaging/registry/bookmark.js +1 -1
  37. package/messaging/registry/charts.js +1 -1
  38. package/messaging/registry/debugConsole.js +1 -1
  39. package/messaging/registry/device.js +1 -1
  40. package/messaging/registry/display.js +1 -1
  41. package/messaging/registry/drawing.d.ts +1 -1
  42. package/messaging/registry/drawing.js +1 -1
  43. package/messaging/registry/edit.js +1 -1
  44. package/messaging/registry/file.d.ts +2 -2
  45. package/messaging/registry/file.js +1 -1
  46. package/messaging/registry/geocode.js +1 -1
  47. package/messaging/registry/geolocation.js +1 -1
  48. package/messaging/registry/geometry-toolbar.js +1 -1
  49. package/messaging/registry/geometry.d.ts +3 -3
  50. package/messaging/registry/geometry.js +1 -1
  51. package/messaging/registry/highlights.js +1 -1
  52. package/messaging/registry/input.js +1 -1
  53. package/messaging/registry/iwtm.js +1 -1
  54. package/messaging/registry/kpi.js +1 -1
  55. package/messaging/registry/layer-comparison.js +1 -1
  56. package/messaging/registry/layer-presets.js +1 -1
  57. package/messaging/registry/layers.d.ts +1 -1
  58. package/messaging/registry/layers.js +1 -1
  59. package/messaging/registry/layout.js +1 -1
  60. package/messaging/registry/location-marker.d.ts +4 -4
  61. package/messaging/registry/location-marker.js +1 -1
  62. package/messaging/registry/logViewer.js +1 -1
  63. package/messaging/registry/map.d.ts +4 -4
  64. package/messaging/registry/map.js +1 -1
  65. package/messaging/registry/measurement.js +1 -1
  66. package/messaging/registry/messaging.js +1 -1
  67. package/messaging/registry/network.js +1 -1
  68. package/messaging/registry/offline.js +1 -1
  69. package/messaging/registry/panel.js +1 -1
  70. package/messaging/registry/photos.js +1 -1
  71. package/messaging/registry/portal.js +1 -1
  72. package/messaging/registry/printing.d.ts +1 -1
  73. package/messaging/registry/printing.js +1 -1
  74. package/messaging/registry/region.js +1 -1
  75. package/messaging/registry/reports.js +1 -1
  76. package/messaging/registry/results.d.ts +1 -1
  77. package/messaging/registry/results.js +1 -1
  78. package/messaging/registry/search.js +1 -1
  79. package/messaging/registry/settings.js +1 -1
  80. package/messaging/registry/shortcut.js +1 -1
  81. package/messaging/registry/sketching.d.ts +4 -4
  82. package/messaging/registry/sketching.js +1 -1
  83. package/messaging/registry/studioAnalytics.js +1 -1
  84. package/messaging/registry/system.d.ts +4 -4
  85. package/messaging/registry/system.js +1 -1
  86. package/messaging/registry/tasks.js +1 -1
  87. package/messaging/registry/ui.d.ts +3 -3
  88. package/messaging/registry/ui.js +1 -1
  89. package/messaging/registry/viewer.d.ts +4 -4
  90. package/messaging/registry/viewer.js +1 -1
  91. package/messaging/registry/workflow.js +1 -1
  92. package/messaging/schema/common-action.schema.json +197 -198
  93. package/messaging/schema/common-event.schema.json +193 -194
  94. package/messaging/schema/mobile-action.schema.json +199 -200
  95. package/messaging/schema/mobile-event.schema.json +193 -194
  96. package/messaging/schema/web-action.schema.json +199 -204
  97. package/messaging/schema/web-event.schema.json +194 -195
  98. package/package.json +24 -20
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "51.11.0",
3
+ "version": "51.11.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -38,32 +38,36 @@
38
38
  "@vertigis/arcgis-extensions": ">= 38.0.0 < 39.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@arcgis/core": "4.25.5",
42
41
  "@prettier/plugin-xml": "2.2.0",
43
- "@types/glob": "8.0.0",
44
- "@types/node": "14.14.41",
45
- "@typescript-eslint/eslint-plugin": "5.42.1",
46
- "@typescript-eslint/parser": "5.42.1",
47
- "@vertigis/arcgis-extensions": "38.0.0",
42
+ "@types/glob": "8.0.1",
43
+ "@types/node": "16.18.12",
44
+ "@typescript-eslint/eslint-plugin": "5.52.0",
45
+ "@typescript-eslint/parser": "5.52.0",
48
46
  "del-cli": "5.0.0",
49
- "eslint": "8.27.0",
50
- "eslint-config-prettier": "8.5.0",
51
- "eslint-plugin-import": "2.26.0",
52
- "eslint-plugin-jsdoc": "39.6.2",
47
+ "eslint": "8.34.0",
48
+ "eslint-config-prettier": "8.6.0",
49
+ "eslint-plugin-import": "2.27.5",
50
+ "eslint-plugin-jsdoc": "40.0.0",
53
51
  "eslint-plugin-no-autofix": "1.2.3",
54
- "eslint-plugin-only-warn": "1.0.3",
55
- "glob": "8.0.3",
56
- "highcharts": "10.3.1",
57
- "lint-staged": "13.0.3",
58
- "path-equal": "1.2.4",
59
- "prettier": "2.7.1",
52
+ "eslint-plugin-only-warn": "1.1.0",
53
+ "glob": "8.1.0",
54
+ "highcharts": "10.3.3",
55
+ "lint-staged": "13.1.2",
56
+ "path-equal": "1.2.5",
57
+ "prettier": "2.8.4",
60
58
  "prettier-plugin-jsdoc": "0.4.2",
61
- "safe-stable-stringify": "2.4.1",
59
+ "safe-stable-stringify": "2.4.2",
62
60
  "simple-git-hooks": "2.8.1",
63
- "terser": "5.15.1",
64
- "typescript": "4.8.4",
61
+ "terser": "5.16.3",
62
+ "typescript": "4.9.5",
65
63
  "weaktuplemap": "1.0.0"
66
64
  },
65
+ "overridesComments": {
66
+ "luxon": "There is an audit issue with version ~3.0.4 that @arcgis/core depends on. When the latter is upgraded, check if this can be removed."
67
+ },
68
+ "overrides": {
69
+ "luxon": "~3.2.1"
70
+ },
67
71
  "simple-git-hooks": {
68
72
  "pre-commit": "npx lint-staged"
69
73
  },
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 = "51.11.0";
4
+ export declare const version = "51.11.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 = "51.11.0";
4
+ export const version = "51.11.1";