@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.
- package/README.md +1 -1
- package/analytics/AnalyticsContext.d.ts +2 -1
- package/analytics/CommonAction.d.ts +2 -1
- package/analytics/MobileAction.d.ts +6 -3
- package/app-config/AppConfig.d.ts +11 -8
- package/app-config/common/BrandingThemeProperties.d.ts +4 -2
- package/app-config/common/HighlightModelProperties.d.ts +4 -2
- package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
- package/app-config/common/LicensingModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +2 -1
- package/app-config/common/TranslatableText.d.ts +2 -1
- package/app-config/common/WorkflowModelProperties.d.ts +4 -2
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/CoordinateModelProperties.d.ts +2 -1
- package/app-config/web/DrawModelProperties.d.ts +2 -1
- package/app-config/web/HasVisibilityFilters.d.ts +2 -1
- package/app-config/web/KpiCardModelProperties.d.ts +2 -1
- package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
- package/app-config/web/MapModelProperties.d.ts +4 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -1
- package/app-config/web/PortalModelProperties.d.ts +2 -1
- package/app-config/web/ResultsModelProperties.d.ts +4 -2
- package/app-config/web/SearchModelProperties.d.ts +2 -1
- package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
- package/docs/Geocortex Apps.md +8 -8
- package/docs/layout-spec.md +105 -94
- package/layout/schema/layout-common.xsd +1 -1
- package/layout/schema/layout-web.xsd +1 -1
- package/messaging/Command.d.ts +4 -2
- package/messaging/Event.d.ts +4 -2
- package/messaging/Message.d.ts +2 -1
- package/messaging/Operation.d.ts +4 -2
- package/messaging/common.d.ts +12 -6
- package/messaging/registry/app.d.ts +12 -6
- package/messaging/registry/arcade.d.ts +6 -3
- package/messaging/registry/auth.d.ts +12 -7
- package/messaging/registry/basemap.d.ts +2 -1
- package/messaging/registry/drawing.d.ts +8 -4
- package/messaging/registry/edit.d.ts +6 -3
- package/messaging/registry/file.d.ts +2 -1
- package/messaging/registry/geocode.d.ts +8 -5
- package/messaging/registry/geolocation.d.ts +20 -11
- package/messaging/registry/geometry.d.ts +10 -5
- package/messaging/registry/kpi.d.ts +4 -2
- package/messaging/registry/layout.d.ts +2 -1
- package/messaging/registry/location-marker.d.ts +10 -5
- package/messaging/registry/map.d.ts +15 -8
- package/messaging/registry/measurement.d.ts +4 -2
- package/messaging/registry/messaging.d.ts +1 -1
- package/messaging/registry/offline.d.ts +16 -9
- package/messaging/registry/panel.d.ts +2 -1
- package/messaging/registry/portal.d.ts +8 -4
- package/messaging/registry/printing.d.ts +4 -2
- package/messaging/registry/results.d.ts +19 -10
- package/messaging/registry/settings.d.ts +4 -2
- package/messaging/registry/sketching.d.ts +38 -26
- package/messaging/registry/tasks.d.ts +7 -4
- package/messaging/registry/ui.d.ts +14 -7
- package/messaging/registry/viewer.d.ts +2 -1
- package/messaging/registry/workflow.d.ts +6 -3
- package/messaging/schema/common-action.schema.json +269 -236
- package/messaging/schema/common-event.schema.json +118 -122
- package/messaging/schema/mobile-action.schema.json +266 -233
- package/messaging/schema/mobile-event.schema.json +146 -153
- package/messaging/schema/web-action.schema.json +305 -269
- package/messaging/schema/web-event.schema.json +144 -151
- package/package.json +17 -17
- package/version.d.ts +2 -2
- 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.
|
|
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/
|
|
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": ">=
|
|
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": "
|
|
42
|
+
"@vertigis/arcgis-extensions": "37.1.1",
|
|
43
43
|
"@prettier/plugin-xml": "2.2.0",
|
|
44
|
-
"@types/glob": "
|
|
44
|
+
"@types/glob": "8.0.0",
|
|
45
45
|
"@types/node": "14.14.41",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
47
|
-
"@typescript-eslint/parser": "5.
|
|
48
|
-
"del-cli": "
|
|
49
|
-
"eslint": "8.
|
|
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.
|
|
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.
|
|
57
|
-
"safe-stable-stringify": "2.3.1",
|
|
56
|
+
"highcharts": "10.3.1",
|
|
58
57
|
"lint-staged": "13.0.3",
|
|
59
|
-
"path-equal": "1.2.
|
|
58
|
+
"path-equal": "1.2.4",
|
|
60
59
|
"prettier": "2.7.1",
|
|
61
|
-
"prettier-plugin-jsdoc": "0.
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
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
package/version.js
CHANGED