@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.
- package/analytics/CommonAction.d.ts +1 -1
- package/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/common/BrandingModelProperties.d.ts +1 -1
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateFormat.d.ts +1 -1
- package/app-config/common/ItemRef.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/colors.d.ts +1 -1
- package/app-config/mobile/EventListenerModelProperties.d.ts +10 -10
- package/app-config/mobile/SearchModelProperties.d.ts +1 -1
- 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/ChartModelProperties.d.ts +1 -1
- package/app-config/web/DrawModelProperties.d.ts +1 -1
- package/app-config/web/HasVisibilityFilters.d.ts +4 -4
- package/app-config/web/KpiCardModelProperties.d.ts +3 -3
- package/app-config/web/MapModelProperties.d.ts +2 -2
- package/app-config/web/MeasurementModelProperties.d.ts +2 -2
- package/app-config/web/ResultsModelProperties.d.ts +2 -2
- package/app-config/web/ResultsServiceModelProperties.d.ts +5 -3
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/common.d.ts +19 -19
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app-config.js +1 -1
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/arcade.js +1 -1
- package/messaging/registry/auth.js +1 -1
- package/messaging/registry/basemap.d.ts +2 -2
- package/messaging/registry/basemap.js +1 -1
- package/messaging/registry/bookmark.js +1 -1
- package/messaging/registry/charts.js +1 -1
- package/messaging/registry/debugConsole.js +1 -1
- package/messaging/registry/device.js +1 -1
- package/messaging/registry/display.js +1 -1
- package/messaging/registry/drawing.d.ts +1 -1
- package/messaging/registry/drawing.js +1 -1
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/file.d.ts +2 -2
- package/messaging/registry/file.js +1 -1
- package/messaging/registry/geocode.js +1 -1
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry-toolbar.js +1 -1
- package/messaging/registry/geometry.d.ts +3 -3
- package/messaging/registry/geometry.js +1 -1
- package/messaging/registry/highlights.js +1 -1
- package/messaging/registry/input.js +1 -1
- package/messaging/registry/iwtm.js +1 -1
- package/messaging/registry/kpi.js +1 -1
- package/messaging/registry/layer-comparison.js +1 -1
- package/messaging/registry/layer-presets.js +1 -1
- package/messaging/registry/layers.d.ts +1 -1
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/layout.js +1 -1
- package/messaging/registry/location-marker.d.ts +4 -4
- package/messaging/registry/location-marker.js +1 -1
- package/messaging/registry/logViewer.js +1 -1
- package/messaging/registry/map.d.ts +4 -4
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/measurement.js +1 -1
- package/messaging/registry/messaging.js +1 -1
- package/messaging/registry/network.js +1 -1
- package/messaging/registry/offline.js +1 -1
- package/messaging/registry/panel.js +1 -1
- package/messaging/registry/photos.js +1 -1
- package/messaging/registry/portal.js +1 -1
- package/messaging/registry/printing.d.ts +1 -1
- package/messaging/registry/printing.js +1 -1
- package/messaging/registry/region.js +1 -1
- package/messaging/registry/reports.js +1 -1
- package/messaging/registry/results.d.ts +1 -1
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/search.js +1 -1
- package/messaging/registry/settings.js +1 -1
- package/messaging/registry/shortcut.js +1 -1
- package/messaging/registry/sketching.d.ts +4 -4
- package/messaging/registry/sketching.js +1 -1
- package/messaging/registry/studioAnalytics.js +1 -1
- package/messaging/registry/system.d.ts +4 -4
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/tasks.js +1 -1
- package/messaging/registry/ui.d.ts +3 -3
- package/messaging/registry/ui.js +1 -1
- package/messaging/registry/viewer.d.ts +4 -4
- package/messaging/registry/viewer.js +1 -1
- package/messaging/registry/workflow.js +1 -1
- package/messaging/schema/common-action.schema.json +197 -198
- package/messaging/schema/common-event.schema.json +193 -194
- package/messaging/schema/mobile-action.schema.json +199 -200
- package/messaging/schema/mobile-event.schema.json +193 -194
- package/messaging/schema/web-action.schema.json +199 -204
- package/messaging/schema/web-event.schema.json +194 -195
- package/package.json +24 -20
- package/version.d.ts +1 -1
- 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.
|
|
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.
|
|
44
|
-
"@types/node": "
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
46
|
-
"@typescript-eslint/parser": "5.
|
|
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.
|
|
50
|
-
"eslint-config-prettier": "8.
|
|
51
|
-
"eslint-plugin-import": "2.
|
|
52
|
-
"eslint-plugin-jsdoc": "
|
|
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
|
|
55
|
-
"glob": "8.0
|
|
56
|
-
"highcharts": "10.3.
|
|
57
|
-
"lint-staged": "13.
|
|
58
|
-
"path-equal": "1.2.
|
|
59
|
-
"prettier": "2.
|
|
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.
|
|
59
|
+
"safe-stable-stringify": "2.4.2",
|
|
62
60
|
"simple-git-hooks": "2.8.1",
|
|
63
|
-
"terser": "5.
|
|
64
|
-
"typescript": "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
package/version.js
CHANGED