@vertigis/viewer-spec 55.2.0 → 56.1.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.
Files changed (139) hide show
  1. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  2. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  3. package/app-config/common/HighlightModelProperties.d.ts +3 -4
  4. package/app-config/common/colors.d.ts +1 -1
  5. package/app-config/schema/common-app-config.schema.json +1 -1
  6. package/app-config/schema/mobile-app-config.schema.json +1 -1
  7. package/app-config/schema/web-app-config.schema.json +1 -1
  8. package/app-config/web/CoordinateModelProperties.d.ts +2 -2
  9. package/app-config/web/DrawModelProperties.d.ts +8 -16
  10. package/app-config/web/MapModelProperties.d.ts +4 -4
  11. package/messaging/CommandRegistry.d.ts +13 -1
  12. package/messaging/CommandRegistry.js +1 -1
  13. package/messaging/EventRegistry.d.ts +13 -1
  14. package/messaging/EventRegistry.js +1 -1
  15. package/messaging/OperationRegistry.d.ts +14 -1
  16. package/messaging/OperationRegistry.js +1 -1
  17. package/messaging/common.d.ts +7 -21
  18. package/messaging/common.js +1 -1
  19. package/messaging/registry/Commands.d.ts +1 -0
  20. package/messaging/registry/Commands.js +1 -1
  21. package/messaging/registry/Events.d.ts +1 -0
  22. package/messaging/registry/Events.js +1 -1
  23. package/messaging/registry/Operations.d.ts +1 -0
  24. package/messaging/registry/Operations.js +1 -1
  25. package/messaging/registry/app-config.d.ts +1 -0
  26. package/messaging/registry/app-config.js +1 -1
  27. package/messaging/registry/app.d.ts +19 -15
  28. package/messaging/registry/app.js +1 -1
  29. package/messaging/registry/arcade.d.ts +10 -5
  30. package/messaging/registry/arcade.js +1 -1
  31. package/messaging/registry/auth.d.ts +5 -10
  32. package/messaging/registry/auth.js +1 -1
  33. package/messaging/registry/basemap.d.ts +3 -0
  34. package/messaging/registry/basemap.js +1 -1
  35. package/messaging/registry/bookmark.d.ts +1 -0
  36. package/messaging/registry/bookmark.js +1 -1
  37. package/messaging/registry/charts.d.ts +2 -0
  38. package/messaging/registry/charts.js +1 -1
  39. package/messaging/registry/debugConsole.d.ts +1 -0
  40. package/messaging/registry/debugConsole.js +1 -1
  41. package/messaging/registry/device.d.ts +1 -0
  42. package/messaging/registry/device.js +1 -1
  43. package/messaging/registry/display.d.ts +1 -0
  44. package/messaging/registry/display.js +1 -1
  45. package/messaging/registry/drawing.d.ts +4 -9
  46. package/messaging/registry/drawing.js +1 -1
  47. package/messaging/registry/edit.d.ts +3 -0
  48. package/messaging/registry/edit.js +1 -1
  49. package/messaging/registry/file.d.ts +3 -0
  50. package/messaging/registry/file.js +1 -1
  51. package/messaging/registry/filter-builder.d.ts +2 -0
  52. package/messaging/registry/filter-builder.js +1 -1
  53. package/messaging/registry/geocode.d.ts +1 -0
  54. package/messaging/registry/geocode.js +1 -1
  55. package/messaging/registry/geolocation.d.ts +37 -41
  56. package/messaging/registry/geolocation.js +1 -1
  57. package/messaging/registry/geometry-toolbar.d.ts +1 -0
  58. package/messaging/registry/geometry-toolbar.js +1 -1
  59. package/messaging/registry/geometry.d.ts +2 -0
  60. package/messaging/registry/geometry.js +1 -1
  61. package/messaging/registry/highlights.d.ts +2 -0
  62. package/messaging/registry/highlights.js +1 -1
  63. package/messaging/registry/input.d.ts +1 -0
  64. package/messaging/registry/input.js +1 -1
  65. package/messaging/registry/iwtm.d.ts +1 -0
  66. package/messaging/registry/iwtm.js +1 -1
  67. package/messaging/registry/kpi.d.ts +2 -0
  68. package/messaging/registry/kpi.js +1 -1
  69. package/messaging/registry/layer-comparison.d.ts +1 -0
  70. package/messaging/registry/layer-comparison.js +1 -1
  71. package/messaging/registry/layer-presets.d.ts +2 -0
  72. package/messaging/registry/layer-presets.js +1 -1
  73. package/messaging/registry/layers.d.ts +5 -2
  74. package/messaging/registry/layers.js +1 -1
  75. package/messaging/registry/layout.d.ts +1 -0
  76. package/messaging/registry/layout.js +1 -1
  77. package/messaging/registry/licensing.d.ts +2 -0
  78. package/messaging/registry/licensing.js +1 -1
  79. package/messaging/registry/location-marker.d.ts +4 -5
  80. package/messaging/registry/location-marker.js +1 -1
  81. package/messaging/registry/logViewer.d.ts +1 -0
  82. package/messaging/registry/logViewer.js +1 -1
  83. package/messaging/registry/map.d.ts +9 -15
  84. package/messaging/registry/map.js +1 -1
  85. package/messaging/registry/measurement.d.ts +5 -11
  86. package/messaging/registry/measurement.js +1 -1
  87. package/messaging/registry/messaging.d.ts +1 -0
  88. package/messaging/registry/messaging.js +1 -1
  89. package/messaging/registry/network.d.ts +2 -6
  90. package/messaging/registry/network.js +1 -1
  91. package/messaging/registry/offline.d.ts +54 -51
  92. package/messaging/registry/offline.js +1 -1
  93. package/messaging/registry/panel.d.ts +3 -6
  94. package/messaging/registry/panel.js +1 -1
  95. package/messaging/registry/photos.d.ts +2 -0
  96. package/messaging/registry/photos.js +1 -1
  97. package/messaging/registry/portal.d.ts +2 -0
  98. package/messaging/registry/portal.js +1 -1
  99. package/messaging/registry/printing.d.ts +2 -0
  100. package/messaging/registry/printing.js +1 -1
  101. package/messaging/registry/project.d.ts +3 -0
  102. package/messaging/registry/project.js +1 -1
  103. package/messaging/registry/query-builder.d.ts +2 -0
  104. package/messaging/registry/query-builder.js +1 -1
  105. package/messaging/registry/region.d.ts +2 -0
  106. package/messaging/registry/region.js +1 -1
  107. package/messaging/registry/reports.d.ts +2 -0
  108. package/messaging/registry/reports.js +1 -1
  109. package/messaging/registry/results.d.ts +6 -3
  110. package/messaging/registry/results.js +1 -1
  111. package/messaging/registry/search.d.ts +3 -4
  112. package/messaging/registry/search.js +1 -1
  113. package/messaging/registry/settings.d.ts +2 -6
  114. package/messaging/registry/settings.js +1 -1
  115. package/messaging/registry/shortcut.d.ts +1 -0
  116. package/messaging/registry/shortcut.js +1 -1
  117. package/messaging/registry/sketching.d.ts +10 -15
  118. package/messaging/registry/sketching.js +1 -1
  119. package/messaging/registry/studioAnalytics.d.ts +1 -0
  120. package/messaging/registry/studioAnalytics.js +1 -1
  121. package/messaging/registry/system.d.ts +4 -8
  122. package/messaging/registry/system.js +1 -1
  123. package/messaging/registry/tasks.d.ts +2 -0
  124. package/messaging/registry/tasks.js +1 -1
  125. package/messaging/registry/ui.d.ts +3 -0
  126. package/messaging/registry/ui.js +1 -1
  127. package/messaging/registry/viewer.d.ts +3 -0
  128. package/messaging/registry/viewer.js +1 -1
  129. package/messaging/registry/workflow.d.ts +3 -0
  130. package/messaging/registry/workflow.js +1 -1
  131. package/messaging/schema/common-action.schema.json +6208 -5603
  132. package/messaging/schema/common-event.schema.json +5906 -5323
  133. package/messaging/schema/mobile-action.schema.json +6353 -5755
  134. package/messaging/schema/mobile-event.schema.json +5907 -5316
  135. package/messaging/schema/web-action.schema.json +6450 -5837
  136. package/messaging/schema/web-event.schema.json +5917 -5326
  137. package/package.json +2 -2
  138. package/version.d.ts +1 -1
  139. package/version.js +1 -1
@@ -1 +1 @@
1
- import{OperationRegistry as e}from"../OperationRegistry.js";export class DebugConsoleOperations extends e{get display(){return this._messages.operation("debug-console.display")}get close(){return this._messages.operation("debug-console.close")}}
1
+ import{OperationRegistry as e}from"../OperationRegistry.js";export class DebugConsoleOperations extends e{constructor(){super(...arguments),this._prefix="debug-console"}get display(){return this._get("display")}get close(){return this._get("close")}}
@@ -6,6 +6,7 @@ import { EventRegistry } from "../EventRegistry.js";
6
6
  export interface DeviceOrientationChangedEventArgs {
7
7
  }
8
8
  export declare class DeviceEvents extends EventRegistry {
9
+ protected readonly _prefix = "device";
9
10
  /**
10
11
  * Raised when the device's orientation changes. Mobile only.
11
12
  *
@@ -1 +1 @@
1
- import{EventRegistry as e}from"../EventRegistry.js";export class DeviceEvents extends e{get orientationChanged(){return this._messages.event("device.orientation-changed")}get keyboardShown(){return this._messages.event("device.keyboard-shown")}get keyboardHidden(){return this._messages.event("device.keyboard-hidden")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class DeviceEvents extends e{constructor(){super(...arguments),this._prefix="device"}get orientationChanged(){return this._get("orientation-changed")}get keyboardShown(){return this._get("keyboard-shown")}get keyboardHidden(){return this._get("keyboard-hidden")}}
@@ -6,6 +6,7 @@ import { EventRegistry } from "../EventRegistry.js";
6
6
  export interface ElementTranslationStartedArgs {
7
7
  }
8
8
  export declare class DisplayEvents extends EventRegistry {
9
+ protected readonly _prefix = "display";
9
10
  /**
10
11
  * Raised when one UI element is being moved overtop of another, such that
11
12
  * the element underneath is partially or fully obscured. Mobile only.
@@ -1 +1 @@
1
- import{EventRegistry as e}from"../EventRegistry.js";export class DisplayEvents extends e{get overlapElementTranslateStarted(){return this._messages.event("display.overlap-element-translate-started")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class DisplayEvents extends e{constructor(){super(...arguments),this._prefix="display"}get overlapElementTranslateStarted(){return this._get("overlap-element-translate-started")}}
@@ -8,14 +8,7 @@ import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
8
8
  import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
9
9
  import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
10
10
  import type Symbol from "@arcgis/core/symbols/Symbol";
11
- import type { LineSymbol3D as LineSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/LineSymbol3D";
12
- import type { PictureFillSymbol as PictureFillSymbolProperties } from "@vertigis/arcgis-extensions/portal/PictureFillSymbol";
13
- import type { PictureMarkerSymbol as PictureMarkerSymbolProperties } from "@vertigis/arcgis-extensions/portal/PictureMarkerSymbol";
14
- import type { PointSymbol3D as PointSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/PointSymbol3D";
15
- import type { PolygonSymbol3D as PolygonSymbol3DProperties } from "@vertigis/arcgis-extensions/portal/PolygonSymbol3D";
16
- import type { SimpleFillSymbol as SimpleFillSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleFillSymbol";
17
- import type { SimpleLineSymbol as SimpleLineSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleLineSymbol";
18
- import type { SimpleMarkerSymbol as SimpleMarkerSymbolProperties } from "@vertigis/arcgis-extensions/portal/SimpleMarkerSymbol";
11
+ import type { LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
19
12
  import type { GeometryType } from "@vertigis/arcgis-extensions/support/esri";
20
13
  import type { SymbolPresetProperties } from "../../app-config/web/DrawModelProperties.js";
21
14
  import type { Command } from "../Command.js";
@@ -27,7 +20,7 @@ import type { CaptureGeometryArgs } from "./sketching.js";
27
20
  /**
28
21
  * Symbols supported for drawing.
29
22
  */
30
- export type DrawingSymbolConfig = SimpleMarkerSymbol | SimpleMarkerSymbolProperties | PictureMarkerSymbol | PictureMarkerSymbolProperties | SimpleLineSymbol | SimpleLineSymbolProperties | SimpleFillSymbol | SimpleFillSymbolProperties | PictureFillSymbol | PictureFillSymbolProperties | PointSymbol3D | PointSymbol3DProperties | LineSymbol3D | LineSymbol3DProperties | PolygonSymbol3D | PolygonSymbol3DProperties;
23
+ export type DrawingSymbolConfig = SimpleMarkerSymbol | SimpleMarkerSymbolJson | PictureMarkerSymbol | PictureMarkerSymbolJson | SimpleLineSymbol | SimpleLineSymbolJson | SimpleFillSymbol | SimpleFillSymbolJson | PictureFillSymbol | PictureFillSymbolJson | PointSymbol3D | PointSymbol3DJson | LineSymbol3D | LineSymbol3DJson | PolygonSymbol3D | PolygonSymbol3DJson;
31
24
  /**
32
25
  * Arguments for the drawing.get-symbol operation. Only available in VertiGIS
33
26
  * Studio Web.
@@ -86,6 +79,7 @@ export interface CreateGraphicsArgs extends HasMaps {
86
79
  symbol?: Symbol | SymbolLike;
87
80
  }
88
81
  export declare class DrawingCommands extends CommandRegistry {
82
+ protected readonly _prefix = "drawing";
89
83
  /**
90
84
  * Allows the user to draw on the map by capturing geometry, creating a
91
85
  * graphic, and persisting the graphic on the map. This is a shortcut for
@@ -119,6 +113,7 @@ export declare class DrawingCommands extends CommandRegistry {
119
113
  get setSymbol(): Command<HasSymbol & HasGraphics>;
120
114
  }
121
115
  export declare class DrawingOperations extends OperationRegistry {
116
+ protected readonly _prefix = "drawing";
122
117
  /**
123
118
  * Creates graphics.
124
119
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class DrawingCommands extends e{get draw(){return this._messages.command("drawing.draw")}get setSync(){return this._messages.command("drawing.set-sync")}get setDefaultSymbol(){return this._messages.command("drawing.set-default-symbol")}get setSymbol(){return this._messages.command("drawing.set-symbol")}}export class DrawingOperations extends s{get createGraphics(){return this._messages.operation("drawing.create-graphics")}get getDefaultSymbol(){return this._messages.operation("drawing.get-default-symbol")}get getDefaultSymbol3D(){return this._messages.operation("drawing.get-default-symbol-3d")}get editSymbol(){return this._messages.operation("drawing.edit-symbol")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class DrawingCommands extends t{constructor(){super(...arguments),this._prefix="drawing"}get draw(){return this._get("draw")}get setSync(){return this._get("set-sync")}get setDefaultSymbol(){return this._get("set-default-symbol")}get setSymbol(){return this._get("set-symbol")}}export class DrawingOperations extends e{constructor(){super(...arguments),this._prefix="drawing"}get createGraphics(){return this._get("create-graphics")}get getDefaultSymbol(){return this._get("get-default-symbol")}get getDefaultSymbol3D(){return this._get("get-default-symbol-3d")}get editSymbol(){return this._get("edit-symbol")}}
@@ -200,6 +200,7 @@ export interface EditCommandArgs extends HasFeatures {
200
200
  showNotifications?: boolean;
201
201
  }
202
202
  export declare class EditCommands extends CommandRegistry {
203
+ protected readonly _prefix = "edit";
203
204
  /**
204
205
  * Create and add an attachment to a provided feature, using the given
205
206
  * attachment data.
@@ -261,6 +262,7 @@ export declare class EditCommands extends CommandRegistry {
261
262
  get updateSession(): Command<UpdateSessionArgs>;
262
263
  }
263
264
  export declare class EditOperations extends OperationRegistry {
265
+ protected readonly _prefix = "edit";
264
266
  /**
265
267
  * Creates a new feature for the supplied feature source from the supplied
266
268
  * configuration. This operation does not add the feature to the source, but
@@ -271,6 +273,7 @@ export declare class EditOperations extends OperationRegistry {
271
273
  get createFeature(): Operation<CreateFeatureArgs, HasFeatures>;
272
274
  }
273
275
  export declare class EditEvents extends EventRegistry {
276
+ protected readonly _prefix = "edit";
274
277
  /**
275
278
  * Raised when an attachment is added to a feature. Mobile only.
276
279
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class EditCommands extends e{get addAttachment(){return this._messages.command("edit.add-attachment")}get deleteAttachment(){return this._messages.command("edit.delete-attachment")}get addFeature(){return this._messages.command("edit.add-feature")}get cancel(){return this._messages.command("edit.cancel")}get complete(){return this._messages.command("edit.complete")}get deleteFeatures(){return this._messages.command("edit.delete-features")}get displayAddFeature(){return this._messages.command("edit.display-add-feature")}get displayUpdateFeature(){return this._messages.command("edit.display-update-feature")}get updateFeature(){return this._messages.command("edit.update-feature")}get updateSession(){return this._messages.command("edit.update-session")}}export class EditOperations extends s{get createFeature(){return this._messages.operation("edit.create-feature")}}export class EditEvents extends t{get attachmentAdded(){return this._messages.event("edit.attachment-added")}get attachmentUpdated(){return this._messages.event("edit.attachment-updated")}get attachmentDeleted(){return this._messages.event("edit.attachment-deleted")}get featureAdded(){return this._messages.event("edit.feature-added")}get featureDeleted(){return this._messages.event("edit.feature-deleted")}get featureUpdated(){return this._messages.event("edit.feature-updated")}get sessionUpdated(){return this._messages.event("edit.session-updated")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class EditCommands extends e{constructor(){super(...arguments),this._prefix="edit"}get addAttachment(){return this._get("add-attachment")}get deleteAttachment(){return this._get("delete-attachment")}get addFeature(){return this._get("add-feature")}get cancel(){return this._get("cancel")}get complete(){return this._get("complete")}get deleteFeatures(){return this._get("delete-features")}get displayAddFeature(){return this._get("display-add-feature")}get displayUpdateFeature(){return this._get("display-update-feature")}get updateFeature(){return this._get("update-feature")}get updateSession(){return this._get("update-session")}}export class EditOperations extends r{constructor(){super(...arguments),this._prefix="edit"}get createFeature(){return this._get("create-feature")}}export class EditEvents extends t{constructor(){super(...arguments),this._prefix="edit"}get attachmentAdded(){return this._get("attachment-added")}get attachmentUpdated(){return this._get("attachment-updated")}get attachmentDeleted(){return this._get("attachment-deleted")}get featureAdded(){return this._get("feature-added")}get featureDeleted(){return this._get("feature-deleted")}get featureUpdated(){return this._get("feature-updated")}get sessionUpdated(){return this._get("session-updated")}}
@@ -115,6 +115,7 @@ export interface FileDownloadEndedEventArgs extends FileDownloadInfo {
115
115
  downloadDuration: number;
116
116
  }
117
117
  export declare class FileOperations extends OperationRegistry {
118
+ protected readonly _prefix = "file";
118
119
  /**
119
120
  * Prompt the user to select a file from the file system, and return the
120
121
  * resulting data. Mobile only.
@@ -124,6 +125,7 @@ export declare class FileOperations extends OperationRegistry {
124
125
  get pickFile(): Operation<PickFileArgs, EnhancedFileData>;
125
126
  }
126
127
  export declare class FileCommands extends CommandRegistry {
128
+ protected readonly _prefix = "file";
127
129
  /**
128
130
  * Opens a file in an app assigned to the file type. Mobile only.
129
131
  *
@@ -132,6 +134,7 @@ export declare class FileCommands extends CommandRegistry {
132
134
  get openFile(): Command<OpenFileArgs | string>;
133
135
  }
134
136
  export declare class FileEvents extends EventRegistry {
137
+ protected readonly _prefix = "file";
135
138
  /**
136
139
  * Raised when a file is opened. Mobile only.
137
140
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class FileOperations extends t{get pickFile(){return this._messages.operation("file.pick-file")}}export class FileCommands extends e{get openFile(){return this._messages.command("file.open-file")}}export class FileEvents extends s{get opened(){return this._messages.event("file.opened")}get downloadStarted(){return this._messages.event("file.download-started")}get downloadEnded(){return this._messages.event("file.download-ended")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export class FileOperations extends r{constructor(){super(...arguments),this._prefix="file"}get pickFile(){return this._get("pick-file")}}export class FileCommands extends e{constructor(){super(...arguments),this._prefix="file"}get openFile(){return this._get("open-file")}}export class FileEvents extends t{constructor(){super(...arguments),this._prefix="file"}get opened(){return this._get("opened")}get downloadStarted(){return this._get("download-started")}get downloadEnded(){return this._get("download-ended")}}
@@ -39,6 +39,7 @@ export interface FilterBuilderArgsBase {
39
39
  export interface SetFilterArgs extends FilterBuilderArgsBase, Filter {
40
40
  }
41
41
  export declare class FilterBuilderCommands extends CommandRegistry {
42
+ protected readonly _prefix = "filter-builder";
42
43
  /**
43
44
  * Sets the current filter criteria in the filter builder and also activates
44
45
  * the component. Web only.
@@ -59,6 +60,7 @@ export declare class FilterBuilderCommands extends CommandRegistry {
59
60
  export interface GetFilterArgs extends Required<FilterBuilderArgsBase> {
60
61
  }
61
62
  export declare class FilterBuilderOperations extends OperationRegistry {
63
+ protected readonly _prefix = "filter-builder";
62
64
  /**
63
65
  * Gets the currently visible filter from the specified filter builder
64
66
  * component. Note that this filter may not have yet been applied to the
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class FilterBuilderCommands extends e{get displayFilter(){return this._messages.command("filter-builder.display-filter")}get setFilter(){return this._messages.command("filter-builder.set-filter")}}export class FilterBuilderOperations extends t{get getFilter(){return this._messages.operation("filter-builder.get-filter")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class FilterBuilderCommands extends t{constructor(){super(...arguments),this._prefix="filter-builder"}get displayFilter(){return this._get("display-filter")}get setFilter(){return this._get("set-filter")}}export class FilterBuilderOperations extends e{constructor(){super(...arguments),this._prefix="filter-builder"}get getFilter(){return this._get("get-filter")}}
@@ -58,6 +58,7 @@ export interface ReverseGeocodeArgs {
58
58
  options: GeocodeOptions;
59
59
  }
60
60
  export declare class GeocodeOperations extends OperationRegistry {
61
+ protected readonly _prefix = "geocode";
61
62
  /**
62
63
  * Finds one or more locations corresponding to an address.
63
64
  */
@@ -1 +1 @@
1
- import{OperationRegistry as e}from"../OperationRegistry.js";export class GeocodeOperations extends e{get geocode(){return this._messages.operation("geocode.geocode")}get batchGeocode(){return this._messages.operation("geocode.batch-geocode")}get count(){return this._messages.operation("geocode.count")}get suggest(){return this._messages.operation("geocode.suggest")}get reverseGeocode(){return this._messages.operation("geocode.reverse-geocode")}}
1
+ import{OperationRegistry as e}from"../OperationRegistry.js";export class GeocodeOperations extends e{constructor(){super(...arguments),this._prefix="geocode"}get geocode(){return this._get("geocode")}get batchGeocode(){return this._get("batch-geocode")}get count(){return this._get("count")}get suggest(){return this._get("suggest")}get reverseGeocode(){return this._get("reverse-geocode")}}
@@ -2,8 +2,8 @@ import type Color from "@arcgis/core/Color";
2
2
  import type Geometry from "@arcgis/core/geometry/Geometry";
3
3
  import type Point from "@arcgis/core/geometry/Point";
4
4
  import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol.js";
5
- import type { SpatialReference } from "@vertigis/arcgis-extensions/portal/SpatialReference";
6
- import type { Color as ColorJson } from "@vertigis/arcgis-extensions/portal/Symbol";
5
+ import type { SpatialReferenceJson } from "@vertigis/arcgis-extensions/json/SpatialReferenceJson.js";
6
+ import type { ColorJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
7
7
  import type { Command } from "../Command.js";
8
8
  import { CommandRegistry } from "../CommandRegistry.js";
9
9
  import type { TimeSpan } from "../DotNetTypes.js";
@@ -27,7 +27,7 @@ export interface GeolocateAccuracyChangedEventArgs {
27
27
  */
28
28
  export interface GeolocateMetadataChangedEventArgs {
29
29
  /**
30
- * The GNSS postion metadata.
30
+ * The GNSS position metadata.
31
31
  */
32
32
  nmeaProperties: NmeaProperties;
33
33
  }
@@ -104,12 +104,7 @@ export interface LocationDisplayModeChangedEventArgs {
104
104
  /**
105
105
  * The geolocation state / mode.
106
106
  */
107
- export declare enum GeolocateState {
108
- DISABLED = "Disabled",
109
- ENABLED = "Enabled",
110
- RECENTERING = "Recentering",
111
- RECENTERING_AND_REORIENTING = "RecenteringAndReorienting"
112
- }
107
+ export type GeolocateState = "Disabled" | "Enabled" | "Recentering" | "RecenteringAndReorienting";
113
108
  /**
114
109
  * Arguments for geolocation events such as "geolocation.position-acquired" and
115
110
  * "geolocation.position-lost".
@@ -175,12 +170,7 @@ export interface SetLocationSymbolArgs {
175
170
  */
176
171
  default?: boolean;
177
172
  }
178
- declare enum GnssDeviceType {
179
- INTEGRATED = "integrated",
180
- BLUETOOTH = "bluetooth",
181
- USB = "usb",
182
- EMULATOR = "emulator"
183
- }
173
+ type GnssDeviceType = "integrated" | "bluetooth" | "usb" | "emulator";
184
174
  /**
185
175
  * Arguments for getting a list of geographic transformations.
186
176
  */
@@ -189,13 +179,13 @@ export interface GetTransformationArgs {
189
179
  * The input spatial reference to transform. For example, the spatial
190
180
  * reference of a GNSS receiver. If unspecified, defaults to WGS84.
191
181
  */
192
- inputSpatialReference?: SpatialReference;
182
+ inputSpatialReference?: SpatialReferenceJson;
193
183
  /**
194
184
  * The desired output spatial reference of the transformations. For example,
195
185
  * the spatial reference of the map. If unspecified, the spatial reference
196
186
  * of the first available map will be used.
197
187
  */
198
- outputSpatialReference?: SpatialReference;
188
+ outputSpatialReference?: SpatialReferenceJson;
199
189
  /**
200
190
  * The area of interest. If provided, this will be used to order the list of
201
191
  * valid transformations in order of best-fit.
@@ -227,17 +217,7 @@ export interface GnssDeviceTransformationOverrideEventArgs {
227
217
  /**
228
218
  * The quality of the GNSS fix.
229
219
  */
230
- export declare enum FixQuality {
231
- INVALID = "Invalid",
232
- GPS_FIX = "GpsFix",
233
- DGPS_FIX = "DgpsFix",
234
- PPS_FIX = "PpsFix",
235
- RTK = "Rtk",
236
- FLOAT_RTK = "FloatRtk",
237
- ESTIMATED = "Estimated",
238
- MANUAL_INPUT = "ManualInput",
239
- SIMULATION = "Simulation"
240
- }
220
+ export type FixQuality = "Invalid" | "GpsFix" | "DgpsFix" | "PpsFix" | "Rtk" | "FloatRtk" | "Estimated" | "ManualInput" | "Simulation";
241
221
  /**
242
222
  * The GNSS fix mode.
243
223
  */
@@ -254,22 +234,35 @@ export interface GnssFixMode {
254
234
  /**
255
235
  * Global Positioning Global navigation satellite System Agency fix mode.
256
236
  */
257
- export declare enum GpgsaFixMode {
258
- NOT_AVAILABLE = "NotAvailable",
259
- FIX_2D = "Fix2D",
260
- FIX_3D = "Fix3D"
261
- }
237
+ export type GpgsaFixMode = "NotAvailable" | "Fix2D" | "Fix3";
262
238
  /**
263
239
  * GNSS lock status.
264
240
  */
265
- export declare enum GnssLockStatus {
266
- Good = 0,
267
- UncorrectedPosition = 1,
268
- EstimatedAccuracy = 2,
269
- LostConnection = 4,
270
- NoLocation = 16,
271
- Integrated = 32
272
- }
241
+ export type GnssLockStatus =
242
+ /**
243
+ * Good.
244
+ */
245
+ 0
246
+ /**
247
+ * UncorrectedPosition.
248
+ */
249
+ | 1
250
+ /**
251
+ * EstimatedAccuracy.
252
+ */
253
+ | 2
254
+ /**
255
+ * LostConnection.
256
+ */
257
+ | 4
258
+ /**
259
+ * NoLocation.
260
+ */
261
+ | 16
262
+ /**
263
+ * Integrated.
264
+ */
265
+ | 32;
273
266
  /**
274
267
  * Event args for the geolocation.gnss-antenna-height-changed event.
275
268
  */
@@ -280,6 +273,7 @@ export interface GnssDeviceAntennaHeightEventArgs {
280
273
  height: number;
281
274
  }
282
275
  export declare class GeolocationCommands extends CommandRegistry {
276
+ protected readonly _prefix = "geolocation";
283
277
  /**
284
278
  * Centers the map on the user's current location and keeps the location
285
279
  * centered as it moves around. The maps parameter is only supported in
@@ -335,6 +329,7 @@ export declare class GeolocationCommands extends CommandRegistry {
335
329
  get setLocationSymbol(): Command<SetLocationSymbolArgs>;
336
330
  }
337
331
  export declare class GeolocationOperations extends OperationRegistry {
332
+ protected readonly _prefix = "geolocation";
338
333
  /**
339
334
  * Updates the currently active GNSS receiver. Mobile only.
340
335
  *
@@ -378,6 +373,7 @@ export declare class GeolocationOperations extends OperationRegistry {
378
373
  get getCoordinateTransformations(): Operation<GetTransformationArgs, CoordinateTransformation[]>;
379
374
  }
380
375
  export declare class GeolocationEvents extends EventRegistry {
376
+ protected readonly _prefix = "geolocation";
381
377
  /**
382
378
  * Raised when geolocation is activated and the accuracy of geolocation
383
379
  * changes.
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as o}from"../OperationRegistry.js";export var GeolocateState;var n;!function(e){e.DISABLED="Disabled",e.ENABLED="Enabled",e.RECENTERING="Recentering",e.RECENTERING_AND_REORIENTING="RecenteringAndReorienting"}(GeolocateState||(GeolocateState={})),function(e){e.INTEGRATED="integrated",e.BLUETOOTH="bluetooth",e.USB="usb",e.EMULATOR="emulator"}(n||(n={}));export var FixQuality;!function(e){e.INVALID="Invalid",e.GPS_FIX="GpsFix",e.DGPS_FIX="DgpsFix",e.PPS_FIX="PpsFix",e.RTK="Rtk",e.FLOAT_RTK="FloatRtk",e.ESTIMATED="Estimated",e.MANUAL_INPUT="ManualInput",e.SIMULATION="Simulation"}(FixQuality||(FixQuality={}));export var GpgsaFixMode;!function(e){e.NOT_AVAILABLE="NotAvailable",e.FIX_2D="Fix2D",e.FIX_3D="Fix3D"}(GpgsaFixMode||(GpgsaFixMode={}));export var GnssLockStatus;!function(e){e[e.Good=0]="Good",e[e.UncorrectedPosition=1]="UncorrectedPosition",e[e.EstimatedAccuracy=2]="EstimatedAccuracy",e[e.LostConnection=4]="LostConnection",e[e.NoLocation=16]="NoLocation",e[e.Integrated=32]="Integrated"}(GnssLockStatus||(GnssLockStatus={}));export class GeolocationCommands extends e{get autoRecenter(){return this._messages.command("geolocation.auto-recenter")}get autoRecenterAndReorient(){return this._messages.command("geolocation.auto-recenter-and-reorient")}get displayLocation(){return this._messages.command("geolocation.display-location")}get turnOffGeolocation(){return this._messages.command("geolocation.turn-off-geolocation")}get displayDeviceSettings(){return this._messages.command("geolocation.display-device-settings")}get displayDeviceMetadata(){return this._messages.command("geolocation.display-device-metadata")}get displayDeviceSelection(){return this._messages.command("geolocation.display-device-selection")}get applyDatumTransformation(){return this._messages.command("geolocation.apply-datum-transformation")}get setLocationSymbol(){return this._messages.command("geolocation.set-location-symbol")}}export class GeolocationOperations extends o{get changeSource(){return this._messages.operation("geolocation.change-source")}get getActiveSource(){return this._messages.operation("geolocation.get-active-source")}get getAllSources(){return this._messages.operation("geolocation.get-all-sources")}get getCurrentState(){return this._messages.operation("geolocation.get-current-state")}get getLocationPermissionsEnabled(){return this._messages.operation("geolocation.get-location-permissions-enabled")}get getPosition(){return this._messages.operation("geolocation.get-position")}get getCoordinateTransformations(){return this._messages.operation("geolocation.get-coordinate-transformations")}}export class GeolocationEvents extends t{get accuracyChanged(){return this._messages.event("geolocation.accuracy-changed")}get metadataChanged(){return this._messages.event("geolocation.metadata-changed")}get autoRecenterStarted(){return this._messages.event("geolocation.auto-recenter-started")}get autoRecenterAndReorientStarted(){return this._messages.event("geolocation.auto-recenter-and-reorient-started")}get autoRecenterStopped(){return this._messages.event("geolocation.auto-recenter-stopped")}get autoRecenterAndReorientStopped(){return this._messages.event("geolocation.auto-recenter-and-reorient-stopped")}get gnssDeviceDetectionStarted(){return this._messages.event("geolocation.gnss-device-detection-started")}get gnssDeviceDetectionStopped(){return this._messages.event("geolocation.gnss-device-detection-stopped")}get gnssLockStatusChanged(){return this._messages.event("geolocation.gnss-lock-status-changed")}get headingChanged(){return this._messages.event("geolocation.heading-changed")}get positionAcquired(){return this._messages.event("geolocation.position-acquired")}get positionChanged(){return this._messages.event("geolocation.position-changed")}get positionLost(){return this._messages.event("geolocation.position-lost")}get sourceChanged(){return this._messages.event("geolocation.source-changed")}get statusChanged(){return this._messages.event("geolocation.status-changed")}get displayLocationStarted(){return this._messages.event("geolocation.display-location-started")}get displayLocationStopped(){return this._messages.event("geolocation.display-location-stopped")}get transformationChanged(){return this._messages.event("geolocation.gnss-transformation-changed")}get antennaHeightChanged(){return this._messages.event("geolocation.gnss-antenna-height-changed")}get locationDisplayModeChanged(){return this._messages.event("geolocation.display-mode-changed")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as n}from"../OperationRegistry.js";export class GeolocationCommands extends t{constructor(){super(...arguments),this._prefix="geolocation"}get autoRecenter(){return this._get("auto-recenter")}get autoRecenterAndReorient(){return this._get("auto-recenter-and-reorient")}get displayLocation(){return this._get("display-location")}get turnOffGeolocation(){return this._get("turn-off-geolocation")}get displayDeviceSettings(){return this._get("display-device-settings")}get displayDeviceMetadata(){return this._get("display-device-metadata")}get displayDeviceSelection(){return this._get("display-device-selection")}get applyDatumTransformation(){return this._get("apply-datum-transformation")}get setLocationSymbol(){return this._get("set-location-symbol")}}export class GeolocationOperations extends n{constructor(){super(...arguments),this._prefix="geolocation"}get changeSource(){return this._get("change-source")}get getActiveSource(){return this._get("get-active-source")}get getAllSources(){return this._get("get-all-sources")}get getCurrentState(){return this._get("get-current-state")}get getLocationPermissionsEnabled(){return this._get("get-location-permissions-enabled")}get getPosition(){return this._get("get-position")}get getCoordinateTransformations(){return this._get("get-coordinate-transformations")}}export class GeolocationEvents extends e{constructor(){super(...arguments),this._prefix="geolocation"}get accuracyChanged(){return this._get("accuracy-changed")}get metadataChanged(){return this._get("metadata-changed")}get autoRecenterStarted(){return this._get("auto-recenter-started")}get autoRecenterAndReorientStarted(){return this._get("auto-recenter-and-reorient-started")}get autoRecenterStopped(){return this._get("auto-recenter-stopped")}get autoRecenterAndReorientStopped(){return this._get("auto-recenter-and-reorient-stopped")}get gnssDeviceDetectionStarted(){return this._get("gnss-device-detection-started")}get gnssDeviceDetectionStopped(){return this._get("gnss-device-detection-stopped")}get gnssLockStatusChanged(){return this._get("gnss-lock-status-changed")}get headingChanged(){return this._get("heading-changed")}get positionAcquired(){return this._get("position-acquired")}get positionChanged(){return this._get("position-changed")}get positionLost(){return this._get("position-lost")}get sourceChanged(){return this._get("source-changed")}get statusChanged(){return this._get("status-changed")}get displayLocationStarted(){return this._get("display-location-started")}get displayLocationStopped(){return this._get("display-location-stopped")}get transformationChanged(){return this._get("gnss-transformation-changed")}get antennaHeightChanged(){return this._get("gnss-antenna-height-changed")}get locationDisplayModeChanged(){return this._get("display-mode-changed")}}
@@ -13,6 +13,7 @@ export interface GeometryToolbarArgs extends HasMaps {
13
13
  isAreaToggleable: boolean;
14
14
  }
15
15
  export declare class GeometryToolbarCommands extends CommandRegistry {
16
+ protected readonly _prefix = "geometry-toolbar";
16
17
  /**
17
18
  * Shows the Geometry Toolbar. Mobile only.
18
19
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";export class GeometryToolbarCommands extends e{get show(){return this._messages.command("geometry-toolbar.show")}get hide(){return this._messages.command("geometry-toolbar.hide")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";export class GeometryToolbarCommands extends e{constructor(){super(...arguments),this._prefix="geometry-toolbar"}get show(){return this._get("show")}get hide(){return this._get("hide")}}
@@ -185,6 +185,7 @@ export interface RemovePointArgs {
185
185
  pointIndex?: number;
186
186
  }
187
187
  export declare class GeometryOperations extends OperationRegistry {
188
+ protected readonly _prefix = "geometry";
188
189
  /**
189
190
  * Projects a set of geometries to a new spatial reference. Web only.
190
191
  *
@@ -244,6 +245,7 @@ export declare class GeometryOperations extends OperationRegistry {
244
245
  get removePoint(): Operation<RemovePointArgs, Geometry>;
245
246
  }
246
247
  export declare class GeometryCommands extends CommandRegistry {
248
+ protected readonly _prefix = "geometry";
247
249
  /**
248
250
  * Display the geometry settings dialog. This allows you to configure buffer
249
251
  * distance and buffer units. Web only.
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class GeometryOperations extends t{get project(){return this._messages.operation("geometry.project")}get addPixelTolerance(){return this._messages.operation("geometry.add-pixel-tolerance")}get buffer(){return this._messages.operation("geometry.buffer")}get getBufferDistance(){return this._messages.operation("geometry.get-buffer-distance")}get getBufferUnits(){return this._messages.operation("geometry.get-buffer-units")}get addPoint(){return this._messages.operation("geometry.add-point")}get addPart(){return this._messages.operation("geometry.add-part")}get calculatePoint(){return this._messages.operation("geometry.calculate-point")}get removePoint(){return this._messages.operation("geometry.remove-point")}}export class GeometryCommands extends e{get displaySettings(){return this._messages.command("geometry.display-settings")}get setBufferDistance(){return this._messages.command("geometry.set-buffer-distance")}get setBufferUnits(){return this._messages.command("geometry.set-buffer-units")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class GeometryOperations extends e{constructor(){super(...arguments),this._prefix="geometry"}get project(){return this._get("project")}get addPixelTolerance(){return this._get("add-pixel-tolerance")}get buffer(){return this._get("buffer")}get getBufferDistance(){return this._get("get-buffer-distance")}get getBufferUnits(){return this._get("get-buffer-units")}get addPoint(){return this._get("add-point")}get addPart(){return this._get("add-part")}get calculatePoint(){return this._get("calculate-point")}get removePoint(){return this._get("remove-point")}}export class GeometryCommands extends t{constructor(){super(...arguments),this._prefix="geometry"}get displaySettings(){return this._get("display-settings")}get setBufferDistance(){return this._get("set-buffer-distance")}get setBufferUnits(){return this._get("set-buffer-units")}}
@@ -6,6 +6,7 @@ import type { Operation } from "../Operation.js";
6
6
  import { OperationRegistry } from "../OperationRegistry.js";
7
7
  import type { Features, HasMaps, HasMapsAndFeatures, Maps } from "../common.js";
8
8
  export declare class HighlightsCommands extends CommandRegistry {
9
+ protected readonly _prefix = "highlights";
9
10
  /**
10
11
  * Applies highlighting to one or more features.
11
12
  */
@@ -69,6 +70,7 @@ export declare class HighlightsCommands extends CommandRegistry {
69
70
  get showFocus(): Command<HasMaps>;
70
71
  }
71
72
  export declare class HighlightsOperations extends OperationRegistry {
73
+ protected readonly _prefix = "highlights";
72
74
  /**
73
75
  * Returns all highlighted features for a given map. Web only.
74
76
  *
@@ -1 +1 @@
1
- import{CommandRegistry as s}from"../CommandRegistry.js";import{OperationRegistry as e}from"../OperationRegistry.js";export class HighlightsCommands extends s{get add(){return this._messages.command("highlights.add")}get remove(){return this._messages.command("highlights.remove")}get clear(){return this._messages.command("highlights.clear")}get pulse(){return this._messages.command("highlights.pulse")}get addFocus(){return this._messages.command("highlights.add-focus")}get removeFocus(){return this._messages.command("highlights.remove-focus")}get clearFocus(){return this._messages.command("highlights.clear-focus")}get hide(){return this._messages.command("highlights.hide")}get hideFocus(){return this._messages.command("highlights.hide-focus")}get refresh(){return this._messages.command("highlights.refresh")}get show(){return this._messages.command("highlights.show")}get showFocus(){return this._messages.command("highlights.show-focus")}}export class HighlightsOperations extends e{get get(){return this._messages.operation("highlights.get")}get getFocused(){return this._messages.operation("highlights.get-focused")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class HighlightsCommands extends e{constructor(){super(...arguments),this._prefix="highlights"}get add(){return this._get("add")}get remove(){return this._get("remove")}get clear(){return this._get("clear")}get pulse(){return this._get("pulse")}get addFocus(){return this._get("add-focus")}get removeFocus(){return this._get("remove-focus")}get clearFocus(){return this._get("clear-focus")}get hide(){return this._get("hide")}get hideFocus(){return this._get("hide-focus")}get refresh(){return this._get("refresh")}get show(){return this._get("show")}get showFocus(){return this._get("show-focus")}}export class HighlightsOperations extends t{constructor(){super(...arguments),this._prefix="highlights"}get get(){return this._get("get")}get getFocused(){return this._get("get-focused")}}
@@ -6,6 +6,7 @@ import { EventRegistry } from "../EventRegistry.js";
6
6
  export interface ConsoleKeyInfoObj {
7
7
  }
8
8
  export declare class InputEvents extends EventRegistry {
9
+ protected readonly _prefix = "input";
9
10
  /**
10
11
  * Raised when the user shakes the device. Mobile only.
11
12
  *
@@ -1 +1 @@
1
- import{EventRegistry as e}from"../EventRegistry.js";export class InputEvents extends e{get shake(){return this._messages.event("input.shake")}get keyboardShortcutPressed(){return this._messages.event("input.keyboard-shortcut-pressed")}}
1
+ import{EventRegistry as t}from"../EventRegistry.js";export class InputEvents extends t{constructor(){super(...arguments),this._prefix="input"}get shake(){return this._get("shake")}get keyboardShortcutPressed(){return this._get("keyboard-shortcut-pressed")}}
@@ -1,6 +1,7 @@
1
1
  import type { Command } from "../Command.js";
2
2
  import { CommandRegistry } from "../CommandRegistry.js";
3
3
  export declare class IwtmCommands extends CommandRegistry {
4
+ protected readonly _prefix = "iwtm";
4
5
  /**
5
6
  * Displays the I Want To Menu with the given ID. Mobile only.
6
7
  *
@@ -1 +1 @@
1
- import{CommandRegistry as m}from"../CommandRegistry.js";export class IwtmCommands extends m{get open(){return this._messages.command("iwtm.open")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";export class IwtmCommands extends t{constructor(){super(...arguments),this._prefix="iwtm"}get open(){return this._get("open")}}
@@ -47,6 +47,7 @@ export interface GetKpiDefinitionResult {
47
47
  referenceExpression: string;
48
48
  }
49
49
  export declare class KpiCommands extends CommandRegistry {
50
+ protected readonly _prefix = "kpi";
50
51
  /**
51
52
  * Displays the KPI card and updates it with provided features. Web only.
52
53
  *
@@ -79,6 +80,7 @@ export declare class KpiCommands extends CommandRegistry {
79
80
  get updateDefinition(): Command<UpdateKpiCardDefinitionArgs>;
80
81
  }
81
82
  export declare class KpiOperations extends OperationRegistry {
83
+ protected readonly _prefix = "kpi";
82
84
  /**
83
85
  * Returns the current set of features from all active KPI Cards. Web only.
84
86
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class KpiCommands extends e{get display(){return this._messages.command("kpi.display")}get addFeatures(){return this._messages.command("kpi.add-features")}get removeFeatures(){return this._messages.command("kpi.remove-features")}get clear(){return this._messages.command("kpi.clear")}get updateDefinition(){return this._messages.command("kpi.update-definition")}}export class KpiOperations extends t{get getFeatures(){return this._messages.operation("kpi.get-features")}get getDefinition(){return this._messages.operation("kpi.get-definition")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class KpiCommands extends e{constructor(){super(...arguments),this._prefix="kpi"}get display(){return this._get("display")}get addFeatures(){return this._get("add-features")}get removeFeatures(){return this._get("remove-features")}get clear(){return this._get("clear")}get updateDefinition(){return this._get("update-definition")}}export class KpiOperations extends t{constructor(){super(...arguments),this._prefix="kpi"}get getFeatures(){return this._get("get-features")}get getDefinition(){return this._get("get-definition")}}
@@ -36,6 +36,7 @@ export interface SetLayerComparisonDirectionArgs {
36
36
  maps?: MapsLike;
37
37
  }
38
38
  export declare class LayerComparisonCommands extends CommandRegistry {
39
+ protected readonly _prefix = "layer-comparison";
39
40
  /**
40
41
  * Activates or deactivates the layer-comparison mode on the map(s). Web
41
42
  * only.
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";export class LayerComparisonCommands extends e{get setMode(){return this._messages.command("layer-comparison.set-mode")}get setDirection(){return this._messages.command("layer-comparison.set-direction")}get addLeadingLayers(){return this._messages.command("layer-comparison.add-leading-layers")}get addTrailingLayers(){return this._messages.command("layer-comparison.add-trailing-layers")}get removeLeadingLayers(){return this._messages.command("layer-comparison.remove-leading-layers")}get removeTrailingLayers(){return this._messages.command("layer-comparison.remove-trailing-layers")}get clearLeadingLayers(){return this._messages.command("layer-comparison.clear-leading-layers")}get clearTrailingLayers(){return this._messages.command("layer-comparison.clear-trailing-layers")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";export class LayerComparisonCommands extends e{constructor(){super(...arguments),this._prefix="layer-comparison"}get setMode(){return this._get("set-mode")}get setDirection(){return this._get("set-direction")}get addLeadingLayers(){return this._get("add-leading-layers")}get addTrailingLayers(){return this._get("add-trailing-layers")}get removeLeadingLayers(){return this._get("remove-leading-layers")}get removeTrailingLayers(){return this._get("remove-trailing-layers")}get clearLeadingLayers(){return this._get("clear-leading-layers")}get clearTrailingLayers(){return this._get("clear-trailing-layers")}}
@@ -27,6 +27,7 @@ export interface LayerPresetsEventsArgs {
27
27
  preset: LayerPreset;
28
28
  }
29
29
  export declare class LayerPresetsCommands extends CommandRegistry {
30
+ protected readonly _prefix = "layer-presets";
30
31
  /**
31
32
  * Applies a layer-preset to a map. Applying a layer-preset means that the
32
33
  * layer visibilities, opacity, and the map's basemap are changed to match
@@ -38,6 +39,7 @@ export declare class LayerPresetsCommands extends CommandRegistry {
38
39
  get apply(): Command<LayerPresetsArgs>;
39
40
  }
40
41
  export declare class LayerPresetsEvents extends EventRegistry {
42
+ protected readonly _prefix = "layer-presets";
41
43
  /**
42
44
  * Raised when a layer preset is applied. Mobile only.
43
45
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";export class LayerPresetsCommands extends e{get apply(){return this._messages.command("layer-presets.apply")}}export class LayerPresetsEvents extends s{get applied(){return this._messages.event("layer-presets.applied")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";export class LayerPresetsCommands extends e{constructor(){super(...arguments),this._prefix="layer-presets"}get apply(){return this._get("apply")}}export class LayerPresetsEvents extends r{constructor(){super(...arguments),this._prefix="layer-presets"}get applied(){return this._get("applied")}}
@@ -1,5 +1,5 @@
1
1
  import type { TaskSettingsProperties } from "@vertigis/arcgis-extensions/data/TaskSettings.js";
2
- import type { PopupInfo } from "@vertigis/arcgis-extensions/portal/PopupInfo.js";
2
+ import type { PopupInfoJson } from "@vertigis/arcgis-extensions/json/PopupInfoJson.js";
3
3
  import type { Command } from "../Command.js";
4
4
  import { CommandRegistry } from "../CommandRegistry.js";
5
5
  import type { Event } from "../Event.js";
@@ -58,7 +58,7 @@ export interface HasLayerSettings {
58
58
  /**
59
59
  * Configuration for a popup template to be used by features in the layer.
60
60
  */
61
- popupTemplate?: PopupInfo | PopupInfo[];
61
+ popupTemplate?: PopupInfoJson | PopupInfoJson[];
62
62
  /**
63
63
  * The title of the layer.
64
64
  */
@@ -70,6 +70,7 @@ export interface HasLayerSettings {
70
70
  export interface LayerSettingsArgs extends HasLayerSettings, HasLayers, HasSymbols, HasMaps {
71
71
  }
72
72
  export declare class LayersCommands extends CommandRegistry {
73
+ protected readonly _prefix = "layers";
73
74
  /**
74
75
  * Guard command for enabling the layers.set-symbol command. Web only.
75
76
  *
@@ -121,6 +122,7 @@ export declare class LayersCommands extends CommandRegistry {
121
122
  get hideLabels(): Command<SetLabelVisibilityArgs>;
122
123
  }
123
124
  export declare class LayersOperations extends OperationRegistry {
125
+ protected readonly _prefix = "layers";
124
126
  /**
125
127
  * Retrieves the popup configuration applied to the supplied layer(s). Web
126
128
  * only.
@@ -159,6 +161,7 @@ export declare class LayersOperations extends OperationRegistry {
159
161
  get editSymbols(): Operation<SetSymbolArgs, HasLayers & HasMaps & HasSymbols>;
160
162
  }
161
163
  export declare class LayersEvents extends EventRegistry {
164
+ protected readonly _prefix = "layers";
162
165
  /**
163
166
  * Raised when a layer's visibility changes. Mobile only.
164
167
  *
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class LayersCommands extends e{get ensureCanSetSymbol(){return this._messages.command("layers.ensure-can-set-symbol")}get setPopupTemplate(){return this._messages.command("layers.set-popup-template")}get setSymbol(){return this._messages.command("layers.set-symbol")}get setTaskSettings(){return this._messages.command("layers.set-task-settings")}get setTitle(){return this._messages.command("layers.set-title")}get setVisibility(){return this._messages.command("layers.set-visibility")}get showLabels(){return this._messages.command("layers.show-labels")}get hideLabels(){return this._messages.command("layers.hide-labels")}}export class LayersOperations extends t{get getPopupTemplate(){return this._messages.operation("layers.get-popup-template")}get getTaskSettings(){return this._messages.operation("layers.get-task-settings")}get getTitle(){return this._messages.operation("layers.get-title")}get editSettings(){return this._messages.operation("layers.edit-settings")}get editSymbols(){return this._messages.operation("layers.edit-symbols")}}export class LayersEvents extends s{get visibilityChanged(){return this._messages.event("layers.visibility-changed")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class LayersCommands extends t{constructor(){super(...arguments),this._prefix="layers"}get ensureCanSetSymbol(){return this._get("ensure-can-set-symbol")}get setPopupTemplate(){return this._get("set-popup-template")}get setSymbol(){return this._get("set-symbol")}get setTaskSettings(){return this._get("set-task-settings")}get setTitle(){return this._get("set-title")}get setVisibility(){return this._get("set-visibility")}get showLabels(){return this._get("show-labels")}get hideLabels(){return this._get("hide-labels")}}export class LayersOperations extends s{constructor(){super(...arguments),this._prefix="layers"}get getPopupTemplate(){return this._get("get-popup-template")}get getTaskSettings(){return this._get("get-task-settings")}get getTitle(){return this._get("get-title")}get editSettings(){return this._get("edit-settings")}get editSymbols(){return this._get("edit-symbols")}}export class LayersEvents extends e{constructor(){super(...arguments),this._prefix="layers"}get visibilityChanged(){return this._get("visibility-changed")}}
@@ -20,6 +20,7 @@ export interface LayoutMarginChangedArgs {
20
20
  margin: Thickness;
21
21
  }
22
22
  export declare class LayoutEvents extends EventRegistry {
23
+ protected readonly _prefix = "layout";
23
24
  /**
24
25
  * Raised when a layout is finished being displayed. Mobile only.
25
26
  *
@@ -1 +1 @@
1
- import{EventRegistry as e}from"../EventRegistry.js";export class LayoutEvents extends e{get displayed(){return this._messages.event("layout.displayed")}get loaded(){return this._messages.event("layout.loaded")}get unloaded(){return this._messages.event("layout.unloaded")}get marginChanged(){return this._messages.event("layout.margin-changed")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class LayoutEvents extends e{constructor(){super(...arguments),this._prefix="layout"}get displayed(){return this._get("displayed")}get loaded(){return this._get("loaded")}get unloaded(){return this._get("unloaded")}get marginChanged(){return this._get("margin-changed")}}
@@ -17,6 +17,7 @@ export declare class LicenseRequestArgs {
17
17
  sku?: string;
18
18
  }
19
19
  export declare class LicensingCommands extends CommandRegistry {
20
+ protected readonly _prefix = "licensing";
20
21
  /**
21
22
  * Validate the current application license and show appropriate prompts or
22
23
  * errors. Web only.
@@ -26,6 +27,7 @@ export declare class LicensingCommands extends CommandRegistry {
26
27
  get validateLicense(): Command<LicenseRequestArgs>;
27
28
  }
28
29
  export declare class LicensingOperations extends OperationRegistry {
30
+ protected readonly _prefix = "licensing";
29
31
  /**
30
32
  * Retrieve the license state for the specified account and SKU. Defaults to
31
33
  * returning Web current state. Web only.
@@ -1 +1 @@
1
- import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class LicenseRequestArgs{}export class LicensingCommands extends e{get validateLicense(){return this._messages.command("licensing.validate-license")}}export class LicensingOperations extends s{get getLicenseState(){return this._messages.operation("licensing.get-license-state")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class LicenseRequestArgs{}export class LicensingCommands extends e{constructor(){super(...arguments),this._prefix="licensing"}get validateLicense(){return this._get("validate-license")}}export class LicensingOperations extends s{constructor(){super(...arguments),this._prefix="licensing"}get getLicenseState(){return this._get("get-license-state")}}