@vertigis/viewer-spec 47.6.0 → 47.6.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 (65) hide show
  1. package/app-config/AppConfig.d.ts +3 -6
  2. package/app-config/common/BrandingThemeProperties.d.ts +2 -4
  3. package/app-config/common/HighlightModelProperties.d.ts +2 -4
  4. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -2
  5. package/app-config/common/LayoutProperties.d.ts +3 -3
  6. package/app-config/common/RegionModelProperties.d.ts +1 -2
  7. package/app-config/common/SearchModelProperties.d.ts +2 -2
  8. package/app-config/common/WorkflowModelProperties.d.ts +2 -4
  9. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +2 -1
  10. package/app-config/mobile/SearchModelProperties.d.ts +3 -1
  11. package/app-config/mobile/VertigisMobileModelProperties.d.ts +1 -2
  12. package/app-config/schema/common-app-config.schema.json +1 -1
  13. package/app-config/schema/mobile-app-config.schema.json +1 -1
  14. package/app-config/schema/web-app-config.schema.json +1 -1
  15. package/app-config/web/DrawModelProperties.d.ts +1 -2
  16. package/app-config/web/FeatureDetailsModelProperties.d.ts +2 -2
  17. package/app-config/web/HasVisibilityFilters.d.ts +4 -4
  18. package/app-config/web/KpiCardModelProperties.d.ts +10 -10
  19. package/app-config/web/MapCoordinatesModelProperties.d.ts +1 -2
  20. package/app-config/web/MapModelProperties.d.ts +2 -4
  21. package/app-config/web/MeasurementModelProperties.d.ts +1 -2
  22. package/app-config/web/ResultsModelProperties.d.ts +2 -2
  23. package/app-config/web/SearchModelProperties.d.ts +1 -2
  24. package/app-config/web/VertigisWebModelProperties.d.ts +4 -6
  25. package/layout/schema/layout-common.xsd +843 -830
  26. package/layout/schema/layout-mobile.xsd +241 -234
  27. package/layout/schema/layout-web.xsd +281 -277
  28. package/layout/schema/schema-reference-example.xml +11 -10
  29. package/messaging/Command.d.ts +1 -2
  30. package/messaging/Event.d.ts +2 -4
  31. package/messaging/MessageBus.d.ts +2 -2
  32. package/messaging/Operation.d.ts +1 -2
  33. package/messaging/common.d.ts +9 -14
  34. package/messaging/registry/app.d.ts +6 -10
  35. package/messaging/registry/arcade.d.ts +3 -7
  36. package/messaging/registry/auth.d.ts +6 -10
  37. package/messaging/registry/basemap.d.ts +8 -8
  38. package/messaging/registry/charts.d.ts +2 -2
  39. package/messaging/registry/debugConsole.d.ts +3 -4
  40. package/messaging/registry/drawing.d.ts +3 -6
  41. package/messaging/registry/edit.d.ts +9 -14
  42. package/messaging/registry/geolocation.d.ts +13 -20
  43. package/messaging/registry/geometry.d.ts +26 -31
  44. package/messaging/registry/kpi.d.ts +2 -4
  45. package/messaging/registry/layer-comparison.d.ts +2 -2
  46. package/messaging/registry/layout.d.ts +1 -2
  47. package/messaging/registry/location-marker.d.ts +5 -10
  48. package/messaging/registry/map.d.ts +21 -22
  49. package/messaging/registry/measurement.d.ts +6 -8
  50. package/messaging/registry/messaging.d.ts +3 -3
  51. package/messaging/registry/offline.d.ts +19 -24
  52. package/messaging/registry/panel.d.ts +1 -2
  53. package/messaging/registry/portal.d.ts +1 -2
  54. package/messaging/registry/printing.d.ts +3 -4
  55. package/messaging/registry/results.d.ts +8 -16
  56. package/messaging/registry/sketching.d.ts +27 -40
  57. package/messaging/registry/system.d.ts +6 -6
  58. package/messaging/registry/tasks.d.ts +4 -6
  59. package/messaging/registry/ui.d.ts +12 -18
  60. package/messaging/registry/viewer.d.ts +1 -2
  61. package/messaging/registry/workflow.d.ts +2 -4
  62. package/messaging/schema/web-action.schema.json +1 -1
  63. package/package.json +17 -17
  64. package/version.d.ts +1 -1
  65. package/version.js +1 -1
@@ -1,8 +1,7 @@
1
1
  import type { FailureMode } from "@vertigis/arcgis-extensions/FailureMode";
2
2
  import type { ItemConfig } from "./ItemConfig.js";
3
3
  /**
4
- * The most recent Geocortex App configuration schema version supported by this
5
- * API.
4
+ * The most recent Geocortex App configuration schema version supported by this API.
6
5
  */
7
6
  export declare const CURRENT_SCHEMA_VERSION = "1.0";
8
7
  /**
@@ -19,8 +18,7 @@ export interface AppConfig {
19
18
  */
20
19
  schemaVersion: string;
21
20
  /**
22
- * Specifies zero or more App configurations that are imported into this
23
- * one.
21
+ * Specifies zero or more App configurations that are imported into this one.
24
22
  *
25
23
  * Imports are processed in the order specified, followed by items and
26
24
  * settings that are locally defined in this AppConfig. If the same item is
@@ -38,8 +36,7 @@ export interface AppConfig {
38
36
  [setting: string]: string | number | boolean;
39
37
  };
40
38
  /**
41
- * User-defined failure modes for particular items. Items are referenced by
42
- * item uri.
39
+ * User-defined failure modes for particular items. Items are referenced by item uri.
43
40
  */
44
41
  failureModes?: {
45
42
  [itemUri: string]: FailureMode;
@@ -15,8 +15,7 @@ export interface BrandingThemeProperties {
15
15
  */
16
16
  id: string;
17
17
  /**
18
- * The accent color used to generate this theme, if it was automatically
19
- * generated.
18
+ * The accent color used to generate this theme, if it was automatically generated.
20
19
  */
21
20
  accentColor?: Color | ColorJson;
22
21
  /**
@@ -28,8 +27,7 @@ export interface BrandingThemeProperties {
28
27
  */
29
28
  title: string;
30
29
  /**
31
- * The template used to generate this theme, if it was automatically
32
- * generated.
30
+ * The template used to generate this theme, if it was automatically generated.
33
31
  */
34
32
  template?: BrandingThemeTemplate;
35
33
  }
@@ -18,8 +18,7 @@ export interface HighlightModelProperties extends ServiceModelProperties {
18
18
  /**
19
19
  * The color used for rendering highlight graphics on a map. A different
20
20
  * border color for highlight graphics will be derived from this color
21
- * value. If this property is undefined, no highlight graphics will get
22
- * rendered.
21
+ * value. If this property is undefined, no highlight graphics will get rendered.
23
22
  */
24
23
  highlightColor?: Color | ColorJson;
25
24
  /**
@@ -40,8 +39,7 @@ export interface HighlightModelProperties extends ServiceModelProperties {
40
39
  focusColor?: Color | ColorJson;
41
40
  /**
42
41
  * The symbol properties used for rendering a focus marker on the map. If
43
- * this property is undefined, no markers will be rendered for in-scale
44
- * focusing.
42
+ * this property is undefined, no markers will be rendered for in-scale focusing.
45
43
  */
46
44
  focusMarkerSymbol?: Symbol | SymbolJson;
47
45
  /**
@@ -7,8 +7,7 @@ import type { ComponentModelProperties } from "./ComponentModelProperties.js";
7
7
  export interface LayerPresetsModelProperties extends ComponentModelProperties {
8
8
  /**
9
9
  * A collection of layer presets. Each element can be a reference to an
10
- * existing 'layer-preset' item, or inline JSON defining a layer-preset
11
- * item.
10
+ * existing 'layer-preset' item, or inline JSON defining a layer-preset item.
12
11
  */
13
12
  layerPresets?: (ItemRef | LayerPresetProperties)[];
14
13
  }
@@ -9,9 +9,9 @@ export interface LayoutProperties extends ModelProperties {
9
9
  */
10
10
  url?: string;
11
11
  /**
12
- * Application-defined tags associated with the layout, e.g. "handheld"
13
- * or "high-contrast". An application might use these tags to choose a
14
- * layout when there are multiple to choose from.
12
+ * Application-defined tags associated with the layout, e.g. "handheld" or
13
+ * "high-contrast". An application might use these tags to choose a layout
14
+ * when there are multiple to choose from.
15
15
  */
16
16
  tags?: string[];
17
17
  /**
@@ -5,8 +5,7 @@ import type { ModelProperties } from "./ModelProperties.js";
5
5
  */
6
6
  export declare type MeasurementSystem = "metric" | "imperial";
7
7
  /**
8
- * Properties that can be passed into the constructor for
9
- * {@link RegionSettings}.
8
+ * Properties that can be passed into the constructor for {@link RegionSettings}.
10
9
  */
11
10
  export interface RegionModelProperties extends ModelProperties {
12
11
  /**
@@ -10,8 +10,8 @@ export interface SearchModelProperties extends ComponentModelProperties {
10
10
  */
11
11
  maxResults?: number;
12
12
  /**
13
- * The maximum number of results to query per feature source, will be
14
- * sorted by score and limited by maxResults NOTE: Not supported for layers on
13
+ * The maximum number of results to query per feature source, will be sorted
14
+ * by score and limited by maxResults NOTE: Not supported for layers on
15
15
  * ArcGIS Server version 10.2 or older.
16
16
  */
17
17
  maxQueryResults?: number;
@@ -24,8 +24,7 @@ export interface WorkflowModelProperties extends ComponentModelProperties {
24
24
  * The layout ID of the workflow component to use for any workflow forms, or
25
25
  * the ID of a container component like taskbar, panel, stack, etc. In the
26
26
  * latter case, a new workflow component will be created dynamically as a
27
- * child of the targeted container, and removed when the workflow finishes
28
- * running.
27
+ * child of the targeted container, and removed when the workflow finishes running.
29
28
  */
30
29
  target?: string;
31
30
  /**
@@ -33,8 +32,7 @@ export interface WorkflowModelProperties extends ComponentModelProperties {
33
32
  */
34
33
  portalItem?: PortalItemLike;
35
34
  /**
36
- * The name of the workflow input parameter that the command's context will
37
- * map to.
35
+ * The name of the workflow input parameter that the command's context will map to.
38
36
  */
39
37
  commandArgumentInput?: string;
40
38
  /**
@@ -17,7 +17,8 @@ export interface FeatureDetailsModelProperties extends CommonFeatureDetailsModel
17
17
  */
18
18
  onFeatureEdit?: Action;
19
19
  /**
20
- * The action to perform when navigating between features within the feature details view, in particular related records.
20
+ * The action to perform when navigating between features within the feature
21
+ * details view, in particular related records.
21
22
  */
22
23
  onFeatureNavigated?: Action;
23
24
  }
@@ -1,5 +1,7 @@
1
1
  import type { SearchModelProperties as CommonSearchModelProperties } from "../common/SearchModelProperties.js";
2
- /** The type of search results. */
2
+ /**
3
+ * The type of search results.
4
+ */
3
5
  export declare type SearchForType = "features" | "addresses" | "features-and-addresses" | "addresses-and-features";
4
6
  /**
5
7
  * @inheritdoc
@@ -53,8 +53,7 @@ export interface VertigisMobileModelProperties extends ApplicationModelPropertie
53
53
  * An optional URL specifying the endpoint of a Portal app item containing
54
54
  * the latest version of the app configuration. Upon launching the Geocortex
55
55
  * Mobile Viewer, the referenced remote app configuration will be downloaded
56
- * and loaded if it is more recent than the embedded or cached app
57
- * configuration.
56
+ * and loaded if it is more recent than the embedded or cached app configuration.
58
57
  */
59
58
  remoteConfigUrl?: string;
60
59
  /**