@vertigis/viewer-spec 50.5.0 → 50.5.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 (73) hide show
  1. package/README.md +1 -1
  2. package/analytics/AnalyticsContext.d.ts +2 -1
  3. package/analytics/CommonAction.d.ts +2 -1
  4. package/analytics/MobileAction.d.ts +6 -3
  5. package/app-config/AppConfig.d.ts +11 -8
  6. package/app-config/common/BrandingThemeProperties.d.ts +4 -2
  7. package/app-config/common/HighlightModelProperties.d.ts +4 -2
  8. package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
  9. package/app-config/common/LicensingModelProperties.d.ts +1 -1
  10. package/app-config/common/ResultsModelProperties.d.ts +2 -1
  11. package/app-config/common/TranslatableText.d.ts +2 -1
  12. package/app-config/common/WorkflowModelProperties.d.ts +4 -2
  13. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
  14. package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
  15. package/app-config/schema/common-app-config.schema.json +1 -1
  16. package/app-config/schema/mobile-app-config.schema.json +1 -1
  17. package/app-config/schema/web-app-config.schema.json +1 -1
  18. package/app-config/web/CoordinateModelProperties.d.ts +2 -1
  19. package/app-config/web/DrawModelProperties.d.ts +2 -1
  20. package/app-config/web/HasVisibilityFilters.d.ts +2 -1
  21. package/app-config/web/KpiCardModelProperties.d.ts +2 -1
  22. package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
  23. package/app-config/web/MapModelProperties.d.ts +4 -2
  24. package/app-config/web/MeasurementModelProperties.d.ts +2 -1
  25. package/app-config/web/PortalModelProperties.d.ts +2 -1
  26. package/app-config/web/ResultsModelProperties.d.ts +4 -2
  27. package/app-config/web/SearchModelProperties.d.ts +2 -1
  28. package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
  29. package/docs/Geocortex Apps.md +8 -8
  30. package/docs/layout-spec.md +105 -94
  31. package/layout/schema/layout-common.xsd +1 -1
  32. package/layout/schema/layout-web.xsd +1 -1
  33. package/messaging/Command.d.ts +4 -2
  34. package/messaging/Event.d.ts +4 -2
  35. package/messaging/Message.d.ts +2 -1
  36. package/messaging/Operation.d.ts +4 -2
  37. package/messaging/common.d.ts +12 -6
  38. package/messaging/registry/app.d.ts +12 -6
  39. package/messaging/registry/arcade.d.ts +6 -3
  40. package/messaging/registry/auth.d.ts +12 -7
  41. package/messaging/registry/basemap.d.ts +2 -1
  42. package/messaging/registry/drawing.d.ts +8 -4
  43. package/messaging/registry/edit.d.ts +6 -3
  44. package/messaging/registry/file.d.ts +2 -1
  45. package/messaging/registry/geocode.d.ts +8 -5
  46. package/messaging/registry/geolocation.d.ts +20 -11
  47. package/messaging/registry/geometry.d.ts +10 -5
  48. package/messaging/registry/kpi.d.ts +4 -2
  49. package/messaging/registry/layout.d.ts +2 -1
  50. package/messaging/registry/location-marker.d.ts +10 -5
  51. package/messaging/registry/map.d.ts +15 -8
  52. package/messaging/registry/measurement.d.ts +4 -2
  53. package/messaging/registry/messaging.d.ts +1 -1
  54. package/messaging/registry/offline.d.ts +16 -9
  55. package/messaging/registry/panel.d.ts +2 -1
  56. package/messaging/registry/portal.d.ts +8 -4
  57. package/messaging/registry/printing.d.ts +4 -2
  58. package/messaging/registry/results.d.ts +19 -10
  59. package/messaging/registry/settings.d.ts +4 -2
  60. package/messaging/registry/sketching.d.ts +38 -26
  61. package/messaging/registry/tasks.d.ts +7 -4
  62. package/messaging/registry/ui.d.ts +14 -7
  63. package/messaging/registry/viewer.d.ts +2 -1
  64. package/messaging/registry/workflow.d.ts +6 -3
  65. package/messaging/schema/common-action.schema.json +269 -236
  66. package/messaging/schema/common-event.schema.json +118 -122
  67. package/messaging/schema/mobile-action.schema.json +266 -233
  68. package/messaging/schema/mobile-event.schema.json +146 -153
  69. package/messaging/schema/web-action.schema.json +305 -269
  70. package/messaging/schema/web-event.schema.json +144 -151
  71. package/package.json +17 -17
  72. package/version.d.ts +2 -2
  73. package/version.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "50.5.0",
3
+ "version": "50.5.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -31,37 +31,37 @@
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://dev.azure.com/geocortex/Geocortex/_git/geocortex-viewer-framework"
34
+ "url": "https://dev.azure.com/vertigis/Studio/_git/viewer-spec"
35
35
  },
36
36
  "author": "VertiGIS Ltd.",
37
37
  "peerDependencies": {
38
- "@vertigis/arcgis-extensions": ">= 36.0.0 < 37.0.0"
38
+ "@vertigis/arcgis-extensions": ">= 37.1.0 < 38.0.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@arcgis/core": "4.24.7",
42
- "@vertigis/arcgis-extensions": "36.0.0",
42
+ "@vertigis/arcgis-extensions": "37.1.1",
43
43
  "@prettier/plugin-xml": "2.2.0",
44
- "@types/glob": "7.2.0",
44
+ "@types/glob": "8.0.0",
45
45
  "@types/node": "14.14.41",
46
- "@typescript-eslint/eslint-plugin": "5.30.7",
47
- "@typescript-eslint/parser": "5.30.7",
48
- "del-cli": "4.0.1",
49
- "eslint": "8.20.0",
46
+ "@typescript-eslint/eslint-plugin": "5.42.1",
47
+ "@typescript-eslint/parser": "5.42.1",
48
+ "del-cli": "5.0.0",
49
+ "eslint": "8.27.0",
50
50
  "eslint-config-prettier": "8.5.0",
51
51
  "eslint-plugin-import": "2.26.0",
52
- "eslint-plugin-jsdoc": "39.3.3",
52
+ "eslint-plugin-jsdoc": "39.6.2",
53
53
  "eslint-plugin-no-autofix": "1.2.3",
54
54
  "eslint-plugin-only-warn": "1.0.3",
55
55
  "glob": "8.0.3",
56
- "highcharts": "10.2.0",
57
- "safe-stable-stringify": "2.3.1",
56
+ "highcharts": "10.3.1",
58
57
  "lint-staged": "13.0.3",
59
- "path-equal": "1.2.2",
58
+ "path-equal": "1.2.4",
60
59
  "prettier": "2.7.1",
61
- "prettier-plugin-jsdoc": "0.3.38",
62
- "simple-git-hooks": "2.8.0",
63
- "terser": "5.14.2",
64
- "typescript": "4.7.4",
60
+ "prettier-plugin-jsdoc": "0.4.2",
61
+ "safe-stable-stringify": "2.4.1",
62
+ "simple-git-hooks": "2.8.1",
63
+ "terser": "5.15.1",
64
+ "typescript": "4.8.4",
65
65
  "weaktuplemap": "1.0.0"
66
66
  },
67
67
  "simple-git-hooks": {
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
- * The current version of the Geocortex Viewer Specification.
2
+ * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "50.5.0";
4
+ export declare const version = "50.5.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
- * The current version of the Geocortex Viewer Specification.
2
+ * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "50.5.0";
4
+ export const version = "50.5.1";