@vertigis/viewer-spec 55.1.0 → 56.0.0
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/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateModelProperties.d.ts +1 -1
- package/app-config/common/HighlightModelProperties.d.ts +3 -4
- package/app-config/common/colors.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/CoordinateModelProperties.d.ts +2 -2
- package/app-config/web/DrawModelProperties.d.ts +8 -16
- package/app-config/web/MapModelProperties.d.ts +4 -4
- package/messaging/CommandRegistry.d.ts +13 -1
- package/messaging/CommandRegistry.js +1 -1
- package/messaging/EventRegistry.d.ts +13 -1
- package/messaging/EventRegistry.js +1 -1
- package/messaging/OperationRegistry.d.ts +14 -1
- package/messaging/OperationRegistry.js +1 -1
- package/messaging/common.d.ts +7 -21
- package/messaging/common.js +1 -1
- package/messaging/registry/Commands.d.ts +1 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/Events.d.ts +1 -0
- package/messaging/registry/Events.js +1 -1
- package/messaging/registry/Operations.d.ts +1 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/app-config.d.ts +1 -0
- package/messaging/registry/app-config.js +1 -1
- package/messaging/registry/app.d.ts +19 -15
- package/messaging/registry/app.js +1 -1
- package/messaging/registry/arcade.d.ts +3 -2
- package/messaging/registry/arcade.js +1 -1
- package/messaging/registry/auth.d.ts +5 -10
- package/messaging/registry/auth.js +1 -1
- package/messaging/registry/basemap.d.ts +3 -0
- package/messaging/registry/basemap.js +1 -1
- package/messaging/registry/bookmark.d.ts +1 -0
- package/messaging/registry/bookmark.js +1 -1
- package/messaging/registry/charts.d.ts +2 -0
- package/messaging/registry/charts.js +1 -1
- package/messaging/registry/debugConsole.d.ts +1 -0
- package/messaging/registry/debugConsole.js +1 -1
- package/messaging/registry/device.d.ts +1 -0
- package/messaging/registry/device.js +1 -1
- package/messaging/registry/display.d.ts +1 -0
- package/messaging/registry/display.js +1 -1
- package/messaging/registry/drawing.d.ts +4 -9
- package/messaging/registry/drawing.js +1 -1
- package/messaging/registry/edit.d.ts +3 -0
- package/messaging/registry/edit.js +1 -1
- package/messaging/registry/file.d.ts +3 -0
- package/messaging/registry/file.js +1 -1
- package/messaging/registry/filter-builder.d.ts +2 -0
- package/messaging/registry/filter-builder.js +1 -1
- package/messaging/registry/geocode.d.ts +1 -0
- package/messaging/registry/geocode.js +1 -1
- package/messaging/registry/geolocation.d.ts +37 -41
- package/messaging/registry/geolocation.js +1 -1
- package/messaging/registry/geometry-toolbar.d.ts +1 -0
- package/messaging/registry/geometry-toolbar.js +1 -1
- package/messaging/registry/geometry.d.ts +2 -0
- package/messaging/registry/geometry.js +1 -1
- package/messaging/registry/highlights.d.ts +2 -0
- package/messaging/registry/highlights.js +1 -1
- package/messaging/registry/input.d.ts +1 -0
- package/messaging/registry/input.js +1 -1
- package/messaging/registry/iwtm.d.ts +1 -0
- package/messaging/registry/iwtm.js +1 -1
- package/messaging/registry/kpi.d.ts +2 -0
- package/messaging/registry/kpi.js +1 -1
- package/messaging/registry/layer-comparison.d.ts +1 -0
- package/messaging/registry/layer-comparison.js +1 -1
- package/messaging/registry/layer-presets.d.ts +2 -0
- package/messaging/registry/layer-presets.js +1 -1
- package/messaging/registry/layers.d.ts +5 -2
- package/messaging/registry/layers.js +1 -1
- package/messaging/registry/layout.d.ts +1 -0
- package/messaging/registry/layout.js +1 -1
- package/messaging/registry/licensing.d.ts +2 -0
- package/messaging/registry/licensing.js +1 -1
- package/messaging/registry/location-marker.d.ts +4 -5
- package/messaging/registry/location-marker.js +1 -1
- package/messaging/registry/logViewer.d.ts +1 -0
- package/messaging/registry/logViewer.js +1 -1
- package/messaging/registry/map.d.ts +9 -15
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/measurement.d.ts +5 -11
- package/messaging/registry/measurement.js +1 -1
- package/messaging/registry/messaging.d.ts +1 -0
- package/messaging/registry/messaging.js +1 -1
- package/messaging/registry/network.d.ts +2 -6
- package/messaging/registry/network.js +1 -1
- package/messaging/registry/offline.d.ts +54 -51
- package/messaging/registry/offline.js +1 -1
- package/messaging/registry/panel.d.ts +3 -6
- package/messaging/registry/panel.js +1 -1
- package/messaging/registry/photos.d.ts +2 -0
- package/messaging/registry/photos.js +1 -1
- package/messaging/registry/portal.d.ts +2 -0
- package/messaging/registry/portal.js +1 -1
- package/messaging/registry/printing.d.ts +2 -0
- package/messaging/registry/printing.js +1 -1
- package/messaging/registry/project.d.ts +3 -0
- package/messaging/registry/project.js +1 -1
- package/messaging/registry/query-builder.d.ts +2 -0
- package/messaging/registry/query-builder.js +1 -1
- package/messaging/registry/region.d.ts +2 -0
- package/messaging/registry/region.js +1 -1
- package/messaging/registry/reports.d.ts +2 -0
- package/messaging/registry/reports.js +1 -1
- package/messaging/registry/results.d.ts +6 -3
- package/messaging/registry/results.js +1 -1
- package/messaging/registry/search.d.ts +3 -4
- package/messaging/registry/search.js +1 -1
- package/messaging/registry/settings.d.ts +2 -6
- package/messaging/registry/settings.js +1 -1
- package/messaging/registry/shortcut.d.ts +1 -0
- package/messaging/registry/shortcut.js +1 -1
- package/messaging/registry/sketching.d.ts +10 -15
- package/messaging/registry/sketching.js +1 -1
- package/messaging/registry/studioAnalytics.d.ts +1 -0
- package/messaging/registry/studioAnalytics.js +1 -1
- package/messaging/registry/system.d.ts +4 -8
- package/messaging/registry/system.js +1 -1
- package/messaging/registry/tasks.d.ts +2 -0
- package/messaging/registry/tasks.js +1 -1
- package/messaging/registry/ui.d.ts +18 -2
- package/messaging/registry/ui.js +1 -1
- package/messaging/registry/viewer.d.ts +3 -0
- package/messaging/registry/viewer.js +1 -1
- package/messaging/registry/workflow.d.ts +3 -0
- package/messaging/registry/workflow.js +1 -1
- package/messaging/schema/common-action.schema.json +6079 -5458
- package/messaging/schema/common-event.schema.json +5906 -5323
- package/messaging/schema/mobile-action.schema.json +6270 -5656
- package/messaging/schema/mobile-event.schema.json +5907 -5316
- package/messaging/schema/web-action.schema.json +6473 -5840
- package/messaging/schema/web-event.schema.json +5917 -5326
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type Color from "@arcgis/core/Color";
|
|
2
|
-
import type {
|
|
2
|
+
import type { ColorJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
3
3
|
import type { BrandingColors } from "./BrandingColors.js";
|
|
4
4
|
/**
|
|
5
5
|
* The App Designer template that was used to generate a branding theme, if it
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SpatialReferenceJson } from "@vertigis/arcgis-extensions/json/SpatialReferenceJson.js";
|
|
2
2
|
import type { GeographicTransformationJson, Transformation as ArcXTransformation } from "@vertigis/arcgis-extensions/utilities/geometry";
|
|
3
3
|
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
4
4
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type Color from "@arcgis/core/Color";
|
|
2
2
|
import type Symbol from "@arcgis/core/symbols/Symbol";
|
|
3
|
-
import type {
|
|
4
|
-
import type { TextSymbol } from "@vertigis/arcgis-extensions/portal/TextSymbol";
|
|
3
|
+
import type { ColorJson, SymbolJson, TextSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
5
4
|
import type { ServiceModelProperties } from "./ServiceModelProperties.js";
|
|
6
5
|
/**
|
|
7
6
|
* Specifies which map mode(s) to display highlights.
|
|
@@ -31,7 +30,7 @@ export interface HighlightModelProperties extends ServiceModelProperties {
|
|
|
31
30
|
/**
|
|
32
31
|
* The symbol properties used for rendering highlight text on the map.
|
|
33
32
|
*/
|
|
34
|
-
highlightLabelTextSymbol?:
|
|
33
|
+
highlightLabelTextSymbol?: TextSymbolJson;
|
|
35
34
|
/**
|
|
36
35
|
* The color used for rendering focus graphics on a map. A different border
|
|
37
36
|
* color for focus graphics will be derived from this color value. If this
|
|
@@ -47,7 +46,7 @@ export interface HighlightModelProperties extends ServiceModelProperties {
|
|
|
47
46
|
/**
|
|
48
47
|
* The symbol properties used for rendering focus text on the map.
|
|
49
48
|
*/
|
|
50
|
-
focusLabelTextSymbol?:
|
|
49
|
+
focusLabelTextSymbol?: TextSymbolJson;
|
|
51
50
|
/**
|
|
52
51
|
* The maximum allowed deviation from the generalized geometry to the
|
|
53
52
|
* original geometry.
|