@vertigis/viewer-spec 51.11.0 → 51.11.2

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 (100) hide show
  1. package/analytics/CommonAction.d.ts +1 -1
  2. package/analytics/MobileAction.d.ts +1 -1
  3. package/analytics/WebAction.d.ts +1 -1
  4. package/app-config/common/BrandingModelProperties.d.ts +1 -1
  5. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  6. package/app-config/common/CoordinateFormat.d.ts +1 -1
  7. package/app-config/common/ItemRef.d.ts +1 -1
  8. package/app-config/common/RegionModelProperties.d.ts +1 -1
  9. package/app-config/common/TranslatableText.d.ts +1 -1
  10. package/app-config/common/colors.d.ts +1 -1
  11. package/app-config/mobile/EventListenerModelProperties.d.ts +10 -10
  12. package/app-config/mobile/SearchModelProperties.d.ts +1 -1
  13. package/app-config/schema/common-app-config.schema.json +1 -1
  14. package/app-config/schema/mobile-app-config.schema.json +1 -1
  15. package/app-config/schema/web-app-config.schema.json +1 -1
  16. package/app-config/web/ChartModelProperties.d.ts +1 -1
  17. package/app-config/web/DrawModelProperties.d.ts +1 -1
  18. package/app-config/web/HasVisibilityFilters.d.ts +4 -4
  19. package/app-config/web/KpiCardModelProperties.d.ts +3 -3
  20. package/app-config/web/MapModelProperties.d.ts +2 -2
  21. package/app-config/web/MeasurementModelProperties.d.ts +2 -2
  22. package/app-config/web/ResultsModelProperties.d.ts +2 -2
  23. package/app-config/web/ResultsServiceModelProperties.d.ts +5 -3
  24. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  25. package/messaging/Event.d.ts +1 -1
  26. package/messaging/common.d.ts +19 -19
  27. package/messaging/registry/Commands.js +1 -1
  28. package/messaging/registry/Events.js +1 -1
  29. package/messaging/registry/Operations.js +1 -1
  30. package/messaging/registry/app-config.js +1 -1
  31. package/messaging/registry/app.js +1 -1
  32. package/messaging/registry/arcade.js +1 -1
  33. package/messaging/registry/auth.js +1 -1
  34. package/messaging/registry/basemap.d.ts +2 -2
  35. package/messaging/registry/basemap.js +1 -1
  36. package/messaging/registry/bookmark.js +1 -1
  37. package/messaging/registry/charts.js +1 -1
  38. package/messaging/registry/debugConsole.js +1 -1
  39. package/messaging/registry/device.js +1 -1
  40. package/messaging/registry/display.js +1 -1
  41. package/messaging/registry/drawing.d.ts +1 -1
  42. package/messaging/registry/drawing.js +1 -1
  43. package/messaging/registry/edit.js +1 -1
  44. package/messaging/registry/file.d.ts +2 -2
  45. package/messaging/registry/file.js +1 -1
  46. package/messaging/registry/geocode.js +1 -1
  47. package/messaging/registry/geolocation.js +1 -1
  48. package/messaging/registry/geometry-toolbar.js +1 -1
  49. package/messaging/registry/geometry.d.ts +3 -3
  50. package/messaging/registry/geometry.js +1 -1
  51. package/messaging/registry/highlights.js +1 -1
  52. package/messaging/registry/input.js +1 -1
  53. package/messaging/registry/iwtm.js +1 -1
  54. package/messaging/registry/kpi.js +1 -1
  55. package/messaging/registry/layer-comparison.js +1 -1
  56. package/messaging/registry/layer-presets.js +1 -1
  57. package/messaging/registry/layers.d.ts +1 -1
  58. package/messaging/registry/layers.js +1 -1
  59. package/messaging/registry/layout.js +1 -1
  60. package/messaging/registry/location-marker.d.ts +4 -4
  61. package/messaging/registry/location-marker.js +1 -1
  62. package/messaging/registry/logViewer.js +1 -1
  63. package/messaging/registry/map.d.ts +4 -4
  64. package/messaging/registry/map.js +1 -1
  65. package/messaging/registry/measurement.js +1 -1
  66. package/messaging/registry/messaging.js +1 -1
  67. package/messaging/registry/network.js +1 -1
  68. package/messaging/registry/offline.js +1 -1
  69. package/messaging/registry/panel.js +1 -1
  70. package/messaging/registry/photos.js +1 -1
  71. package/messaging/registry/portal.js +1 -1
  72. package/messaging/registry/printing.d.ts +1 -1
  73. package/messaging/registry/printing.js +1 -1
  74. package/messaging/registry/region.js +1 -1
  75. package/messaging/registry/reports.js +1 -1
  76. package/messaging/registry/results.d.ts +1 -1
  77. package/messaging/registry/results.js +1 -1
  78. package/messaging/registry/search.js +1 -1
  79. package/messaging/registry/settings.js +1 -1
  80. package/messaging/registry/shortcut.js +1 -1
  81. package/messaging/registry/sketching.d.ts +4 -4
  82. package/messaging/registry/sketching.js +1 -1
  83. package/messaging/registry/studioAnalytics.js +1 -1
  84. package/messaging/registry/system.d.ts +4 -4
  85. package/messaging/registry/system.js +1 -1
  86. package/messaging/registry/tasks.js +1 -1
  87. package/messaging/registry/ui.d.ts +3 -3
  88. package/messaging/registry/ui.js +1 -1
  89. package/messaging/registry/viewer.d.ts +4 -4
  90. package/messaging/registry/viewer.js +1 -1
  91. package/messaging/registry/workflow.js +1 -1
  92. package/messaging/schema/common-action.schema.json +197 -198
  93. package/messaging/schema/common-event.schema.json +193 -194
  94. package/messaging/schema/mobile-action.schema.json +199 -200
  95. package/messaging/schema/mobile-event.schema.json +193 -194
  96. package/messaging/schema/web-action.schema.json +199 -204
  97. package/messaging/schema/web-event.schema.json +194 -195
  98. package/package.json +25 -20
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class LayerPresetsCommands extends CommandRegistry{get apply(){return this._messages.command("layer-presets.apply")}}export class LayerPresetsEvents extends EventRegistry{get applied(){return this._messages.event("layer-presets.applied")}}
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")}}
@@ -29,7 +29,7 @@ export interface SetLabelVisibilityArgs extends HasLayers, HasMaps {
29
29
  /**
30
30
  * Arguments for the layer.set-symbol command.
31
31
  */
32
- export declare type SetSymbolArgs = Required<HasSymbol & HasLayers> & Partial<HasMaps>;
32
+ export type SetSymbolArgs = Required<HasSymbol & HasLayers> & Partial<HasMaps>;
33
33
  export declare class LayersCommands extends CommandRegistry {
34
34
  /**
35
35
  * Guard command for enabling the layers.set-symbol command.
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class LayersCommands extends CommandRegistry{get ensureCanSetSymbol(){return this._messages.command("layers.ensure-can-set-symbol")}get setSymbol(){return this._messages.command("layers.set-symbol")}get showLabels(){return this._messages.command("layers.show-labels")}get hideLabels(){return this._messages.command("layers.hide-labels")}}export class LayersEvents extends EventRegistry{get visibilityChanged(){return this._messages.event("layers.visibility-changed")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";export class LayersCommands extends e{get ensureCanSetSymbol(){return this._messages.command("layers.ensure-can-set-symbol")}get setSymbol(){return this._messages.command("layers.set-symbol")}get showLabels(){return this._messages.command("layers.show-labels")}get hideLabels(){return this._messages.command("layers.hide-labels")}}export class LayersEvents extends s{get visibilityChanged(){return this._messages.event("layers.visibility-changed")}}
@@ -1 +1 @@
1
- import{EventRegistry}from"../EventRegistry.js";export class LayoutEvents extends EventRegistry{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{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")}}
@@ -25,11 +25,11 @@ export interface HasMapsRef {
25
25
  /**
26
26
  * References to one or more maps.
27
27
  */
28
- export declare type MapsRef = MapsLike | ModelRef | ModelRef[];
28
+ export type MapsRef = MapsLike | ModelRef | ModelRef[];
29
29
  /**
30
30
  * Symbols that can be used for location markers.
31
31
  */
32
- export declare type MarkerSymbolConfig = SimpleMarkerSymbol | SimpleMarkerSymbolProperties | PictureMarkerSymbol | PictureMarkerSymbolProperties | TextSymbol | TextSymbolProperties;
32
+ export type MarkerSymbolConfig = SimpleMarkerSymbol | SimpleMarkerSymbolProperties | PictureMarkerSymbol | PictureMarkerSymbolProperties | TextSymbol | TextSymbolProperties;
33
33
  /**
34
34
  * Arguments for the various location marker events.
35
35
  */
@@ -85,7 +85,7 @@ export interface LocationMarkerEvent {
85
85
  /**
86
86
  * Arguments for the "location-marker.create" command.
87
87
  */
88
- export declare type CreateLocationMarkerArgs = Partial<LocationMarkerEvent> & Required<Pick<LocationMarkerEvent, "geometry">> & {
88
+ export type CreateLocationMarkerArgs = Partial<LocationMarkerEvent> & Required<Pick<LocationMarkerEvent, "geometry">> & {
89
89
  /**
90
90
  * Optional Action to perform when a Marker is updated.
91
91
  */
@@ -99,7 +99,7 @@ export declare type CreateLocationMarkerArgs = Partial<LocationMarkerEvent> & Re
99
99
  /**
100
100
  * Arguments for the "location-marker.update" command.
101
101
  */
102
- export declare type UpdateLocationMarkerArgs = Partial<LocationMarkerEvent> & Required<Pick<LocationMarkerEvent, "id">> & {
102
+ export type UpdateLocationMarkerArgs = Partial<LocationMarkerEvent> & Required<Pick<LocationMarkerEvent, "id">> & {
103
103
  /**
104
104
  * Optional Action to perform when a Marker is updated.
105
105
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class LocationMarkerEvents extends EventRegistry{get created(){return this._messages.event("location-marker.created")}get removed(){return this._messages.event("location-marker.removed")}get updated(){return this._messages.event("location-marker.updated")}}export class LocationMarkerCommands extends CommandRegistry{get clear(){return this._messages.command("location-marker.clear")}get create(){return this._messages.command("location-marker.create")}get remove(){return this._messages.command("location-marker.remove")}get update(){return this._messages.command("location-marker.update")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class LocationMarkerEvents extends t{get created(){return this._messages.event("location-marker.created")}get removed(){return this._messages.event("location-marker.removed")}get updated(){return this._messages.event("location-marker.updated")}}export class LocationMarkerCommands extends e{get clear(){return this._messages.command("location-marker.clear")}get create(){return this._messages.command("location-marker.create")}get remove(){return this._messages.command("location-marker.remove")}get update(){return this._messages.command("location-marker.update")}}
@@ -1 +1 @@
1
- import{OperationRegistry}from"../OperationRegistry.js";export class LogViewerOperations extends OperationRegistry{get display(){return this._messages.operation("log-viewer.display")}get close(){return this._messages.operation("log-viewer.close")}}
1
+ import{OperationRegistry as e}from"../OperationRegistry.js";export class LogViewerOperations extends e{get display(){return this._messages.operation("log-viewer.display")}get close(){return this._messages.operation("log-viewer.close")}}
@@ -171,7 +171,7 @@ export interface GetMarkupResult {
171
171
  /**
172
172
  * Represents an operational layer.
173
173
  */
174
- export declare type OperationalLayerLike = Layer | OperationalLayerJson | LayerExtension | PortalItemLike;
174
+ export type OperationalLayerLike = Layer | OperationalLayerJson | LayerExtension | PortalItemLike;
175
175
  /**
176
176
  * Arguments for the map.add-layers command.
177
177
  */
@@ -303,11 +303,11 @@ export interface GetCoordinateResult {
303
303
  * The unit for calculating the buffer distance when 'distance' is specified for
304
304
  * a filter effect.
305
305
  */
306
- export declare type FilterDistanceUnits = "feet" | "miles" | "nautical-miles" | "meters" | "kilometers";
306
+ export type FilterDistanceUnits = "feet" | "miles" | "nautical-miles" | "meters" | "kilometers";
307
307
  /**
308
308
  * The spatial relationship for a filter effect.
309
309
  */
310
- export declare type FilterSpatialRelationship = "contains" | "crosses" | "envelope-intersects" | "overlaps" | "touches" | "within" | "disjoint" | "intersects";
310
+ export type FilterSpatialRelationship = "contains" | "crosses" | "envelope-intersects" | "overlaps" | "touches" | "within" | "disjoint" | "intersects";
311
311
  /**
312
312
  * A time extent for a filter effect.
313
313
  */
@@ -391,7 +391,7 @@ export interface FilterEffectSettings {
391
391
  * A feature mode for use with filter effects (see
392
392
  * `ApplyFilterEffectArgs.featureMode`).
393
393
  */
394
- export declare type FilterEffectFeatureMode = "include" | "exclude" | "replace";
394
+ export type FilterEffectFeatureMode = "include" | "exclude" | "replace";
395
395
  /**
396
396
  * The required arguments for the 'maps.apply-filter-effect' command.
397
397
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var MarkupType;!function(e){e.UNKNOWN="Unknown",e.POLYGON="Polygon",e.POLYLINE="Polyline",e.TEXT="Text",e.PICTURE_MARKER="PictureMarker",e.PICTURE_FILL="PictureFill",e.COMPOSITE="Composite",e.MULTI="Multi"}(MarkupType||(MarkupType={}));export class MapCommands extends CommandRegistry{get addMarkup(){return this._messages.command("map.add-markup")}get addLayers(){return this._messages.command("map.add-layers")}get applyFilterEffect(){return this._messages.command("map.apply-filter-effect")}get applyLayerPreset(){return this._messages.command("map.apply-layer-preset")}get createNote(){return this._messages.command("map.create-note")}get editNote(){return this._messages.command("map.edit-note")}get removeFilterEffects(){return this._messages.command("map.remove-filter-effects")}get clearFilterEffects(){return this._messages.command("map.clear-filter-effects")}get clearMarkup(){return this._messages.command("map.clear-markup")}get disableMapClick(){return this._messages.command("map.disable-map-click")}get displayExtentSelector(){return this._messages.command("map.display-extent-selector")}get enableMapClick(){return this._messages.command("map.enable-map-click")}get goToFeatures(){return this._messages.command("map.go-to-features")}get goToGeometry(){return this._messages.command("map.go-to-geometry")}get goToViewpoint(){return this._messages.command("map.go-to-viewpoint")}get goToScale(){return this._messages.command("map.go-to-scale")}get goToInitialViewpoint(){return this._messages.command("map.go-to-initial-viewpoint")}get goToLayerExtent(){return this._messages.command("map.go-to-layer-extent")}get hideExtentSelector(){return this._messages.command("map.hide-extent-selector")}get panToFeatures(){return this._messages.command("map.pan-to-features")}get panToGeometry(){return this._messages.command("map.pan-to-geometry")}get pauseSketch(){return this._messages.command("map.pause-sketch")}get removeLayers(){return this._messages.command("map.remove-layers")}get replace(){return this._messages.command("map.replace")}get replaceAdditionalLayers(){return this._messages.command("map.replace-additional-layers")}get replaceMmpk(){return this._messages.command("map.replace-mmpk")}get resumeSketch(){return this._messages.command("map.resume-sketch")}get rotateBy(){return this._messages.command("map.rotate-by")}get rotateTo(){return this._messages.command("map.rotate-to")}get refresh(){return this._messages.command("map.refresh")}get setViewMode(){return this._messages.command("map.set-view-mode")}get updateLayer(){return this._messages.command("map.update-layer")}get zoomToFeatures(){return this._messages.command("map.zoom-to-features")}get zoomToGeometry(){return this._messages.command("map.zoom-to-geometry")}get zoomIn(){return this._messages.command("map.zoom-in")}get zoomOut(){return this._messages.command("map.zoom-out")}get zoomToScale(){return this._messages.command("map.zoom-to-scale")}get zoomToInitialViewpoint(){return this._messages.command("map.zoom-to-initial-viewpoint")}get zoomToViewpoint(){return this._messages.command("map.zoom-to-viewpoint")}get zoomToLayerExtent(){return this._messages.command("map.zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._messages.command("map.zoom-to-layer-visible-scale")}}export class MapEvents extends EventRegistry{get initialized(){return this._messages.event("map.initialized")}get initializing(){return this._messages.event("map.initializing")}get markupAdded(){return this._messages.event("map.markup-added")}get markupCleared(){return this._messages.event("map.markup-cleared")}get navigationCompleted(){return this._messages.event("map.navigation-completed")}get refreshed(){return this._messages.event("map.refreshed")}get refreshing(){return this._messages.event("map.refreshing")}get rotated(){return this._messages.event("map.rotated")}get rotating(){return this._messages.event("map.rotating")}get switched(){return this._messages.event("map.switched")}get viewModeChanged(){return this._messages.event("map.view-mode-changed")}get viewpointChanged(){return this._messages.event("map.viewpoint-changed")}get imageExported(){return this._messages.event("map.image-exported")}}export class MapOperations extends OperationRegistry{get getUserCoordinatesInput(){return this._messages.operation("map.get-user-coordinates-input")}get getCoordinateTransformation(){return this._messages.operation("map.get-coordinate-transformation")}get exportImage(){return this._messages.operation("map.export-image")}get exportWebMapOrScene(){return this._messages.operation("map.export-web-map-or-scene")}get getMarkup(){return this._messages.operation("map.get-markup")}get getExtent(){return this._messages.operation("map.get-extent")}get getGeometryFromSelector(){return this._messages.operation("map.get-geometry-from-selector")}get getInitialViewpoint(){return this._messages.operation("map.get-initial-viewpoint")}get getViewpoint(){return this._messages.operation("map.get-viewpoint")}get getSpatialReference(){return this._messages.operation("map.get-spatial-reference")}get getVisibleCenter(){return this._messages.operation("map.get-visible-center")}get hide(){return this._messages.operation("map.hide")}get show(){return this._messages.operation("map.show")}get startSketch(){return this._messages.operation("map.start-sketch")}get stopSketch(){return this._messages.operation("map.stop-sketch")}get getViewInsets(){return this._messages.operation("map.get-view-insets")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export var MarkupType;!function(e){e.UNKNOWN="Unknown",e.POLYGON="Polygon",e.POLYLINE="Polyline",e.TEXT="Text",e.PICTURE_MARKER="PictureMarker",e.PICTURE_FILL="PictureFill",e.COMPOSITE="Composite",e.MULTI="Multi"}(MarkupType||(MarkupType={}));export class MapCommands extends e{get addMarkup(){return this._messages.command("map.add-markup")}get addLayers(){return this._messages.command("map.add-layers")}get applyFilterEffect(){return this._messages.command("map.apply-filter-effect")}get applyLayerPreset(){return this._messages.command("map.apply-layer-preset")}get createNote(){return this._messages.command("map.create-note")}get editNote(){return this._messages.command("map.edit-note")}get removeFilterEffects(){return this._messages.command("map.remove-filter-effects")}get clearFilterEffects(){return this._messages.command("map.clear-filter-effects")}get clearMarkup(){return this._messages.command("map.clear-markup")}get disableMapClick(){return this._messages.command("map.disable-map-click")}get displayExtentSelector(){return this._messages.command("map.display-extent-selector")}get enableMapClick(){return this._messages.command("map.enable-map-click")}get goToFeatures(){return this._messages.command("map.go-to-features")}get goToGeometry(){return this._messages.command("map.go-to-geometry")}get goToViewpoint(){return this._messages.command("map.go-to-viewpoint")}get goToScale(){return this._messages.command("map.go-to-scale")}get goToInitialViewpoint(){return this._messages.command("map.go-to-initial-viewpoint")}get goToLayerExtent(){return this._messages.command("map.go-to-layer-extent")}get hideExtentSelector(){return this._messages.command("map.hide-extent-selector")}get panToFeatures(){return this._messages.command("map.pan-to-features")}get panToGeometry(){return this._messages.command("map.pan-to-geometry")}get pauseSketch(){return this._messages.command("map.pause-sketch")}get removeLayers(){return this._messages.command("map.remove-layers")}get replace(){return this._messages.command("map.replace")}get replaceAdditionalLayers(){return this._messages.command("map.replace-additional-layers")}get replaceMmpk(){return this._messages.command("map.replace-mmpk")}get resumeSketch(){return this._messages.command("map.resume-sketch")}get rotateBy(){return this._messages.command("map.rotate-by")}get rotateTo(){return this._messages.command("map.rotate-to")}get refresh(){return this._messages.command("map.refresh")}get setViewMode(){return this._messages.command("map.set-view-mode")}get updateLayer(){return this._messages.command("map.update-layer")}get zoomToFeatures(){return this._messages.command("map.zoom-to-features")}get zoomToGeometry(){return this._messages.command("map.zoom-to-geometry")}get zoomIn(){return this._messages.command("map.zoom-in")}get zoomOut(){return this._messages.command("map.zoom-out")}get zoomToScale(){return this._messages.command("map.zoom-to-scale")}get zoomToInitialViewpoint(){return this._messages.command("map.zoom-to-initial-viewpoint")}get zoomToViewpoint(){return this._messages.command("map.zoom-to-viewpoint")}get zoomToLayerExtent(){return this._messages.command("map.zoom-to-layer-extent")}get zoomToLayerVisibleScale(){return this._messages.command("map.zoom-to-layer-visible-scale")}}export class MapEvents extends t{get initialized(){return this._messages.event("map.initialized")}get initializing(){return this._messages.event("map.initializing")}get markupAdded(){return this._messages.event("map.markup-added")}get markupCleared(){return this._messages.event("map.markup-cleared")}get navigationCompleted(){return this._messages.event("map.navigation-completed")}get refreshed(){return this._messages.event("map.refreshed")}get refreshing(){return this._messages.event("map.refreshing")}get rotated(){return this._messages.event("map.rotated")}get rotating(){return this._messages.event("map.rotating")}get switched(){return this._messages.event("map.switched")}get viewModeChanged(){return this._messages.event("map.view-mode-changed")}get viewpointChanged(){return this._messages.event("map.viewpoint-changed")}get imageExported(){return this._messages.event("map.image-exported")}}export class MapOperations extends s{get getUserCoordinatesInput(){return this._messages.operation("map.get-user-coordinates-input")}get getCoordinateTransformation(){return this._messages.operation("map.get-coordinate-transformation")}get exportImage(){return this._messages.operation("map.export-image")}get exportWebMapOrScene(){return this._messages.operation("map.export-web-map-or-scene")}get getMarkup(){return this._messages.operation("map.get-markup")}get getExtent(){return this._messages.operation("map.get-extent")}get getGeometryFromSelector(){return this._messages.operation("map.get-geometry-from-selector")}get getInitialViewpoint(){return this._messages.operation("map.get-initial-viewpoint")}get getViewpoint(){return this._messages.operation("map.get-viewpoint")}get getSpatialReference(){return this._messages.operation("map.get-spatial-reference")}get getVisibleCenter(){return this._messages.operation("map.get-visible-center")}get hide(){return this._messages.operation("map.hide")}get show(){return this._messages.operation("map.show")}get startSketch(){return this._messages.operation("map.start-sketch")}get stopSketch(){return this._messages.operation("map.stop-sketch")}get getViewInsets(){return this._messages.operation("map.get-view-insets")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";var GeometryMode;!function(e){e.LINE="line",e.AREA="area"}(GeometryMode||(GeometryMode={}));export var GeometryEditorGeometryMode;!function(e){e.LINE="Line",e.AREA="Area",e.POINT="Point"}(GeometryEditorGeometryMode||(GeometryEditorGeometryMode={}));export class MeasurementCommands extends CommandRegistry{get displaySettings(){return this._messages.command("measurement.display-settings")}get setDefaultSymbol(){return this._messages.command("measurement.set-default-symbol")}get setAreaUnits(){return this._messages.command("measurement.set-area-units")}get setLengthUnits(){return this._messages.command("measurement.set-length-units")}get start(){return this._messages.command("measurement.start")}get stop(){return this._messages.command("measurement.stop")}get clear(){return this._messages.command("measurement.clear")}get setGeometryMode(){return this._messages.command("measurement.set-geometry-mode")}}export class MeasurementOperations extends OperationRegistry{get createGraphics(){return this._messages.operation("measurement.create-graphics")}get captureGeometry(){return this._messages.operation("measurement.capture-geometry")}get getDefaultSymbol(){return this._messages.operation("measurement.get-default-symbol")}get getDefaultSymbol3D(){return this._messages.operation("measurement.get-default-symbol-3d")}get getAreaUnits(){return this._messages.operation("measurement.get-area-units")}get getLengthUnits(){return this._messages.operation("measurement.get-length-units")}}export class MeasurementEvents extends EventRegistry{get started(){return this._messages.event("measurement.started")}get stopped(){return this._messages.event("measurement.stopped")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";var r;!function(e){e.LINE="line",e.AREA="area"}(r||(r={}));export var GeometryEditorGeometryMode;!function(e){e.LINE="Line",e.AREA="Area",e.POINT="Point"}(GeometryEditorGeometryMode||(GeometryEditorGeometryMode={}));export class MeasurementCommands extends e{get displaySettings(){return this._messages.command("measurement.display-settings")}get setDefaultSymbol(){return this._messages.command("measurement.set-default-symbol")}get setAreaUnits(){return this._messages.command("measurement.set-area-units")}get setLengthUnits(){return this._messages.command("measurement.set-length-units")}get start(){return this._messages.command("measurement.start")}get stop(){return this._messages.command("measurement.stop")}get clear(){return this._messages.command("measurement.clear")}get setGeometryMode(){return this._messages.command("measurement.set-geometry-mode")}}export class MeasurementOperations extends s{get createGraphics(){return this._messages.operation("measurement.create-graphics")}get captureGeometry(){return this._messages.operation("measurement.capture-geometry")}get getDefaultSymbol(){return this._messages.operation("measurement.get-default-symbol")}get getDefaultSymbol3D(){return this._messages.operation("measurement.get-default-symbol-3d")}get getAreaUnits(){return this._messages.operation("measurement.get-area-units")}get getLengthUnits(){return this._messages.operation("measurement.get-length-units")}}export class MeasurementEvents extends t{get started(){return this._messages.event("measurement.started")}get stopped(){return this._messages.event("measurement.stopped")}}
@@ -1 +1 @@
1
- import{OperationRegistry}from"../OperationRegistry.js";export class MessagingOperations extends OperationRegistry{get mixInArgs(){return this._messages.operation("messaging.mix-in-args")}}
1
+ import{OperationRegistry as s}from"../OperationRegistry.js";export class MessagingOperations extends s{get mixInArgs(){return this._messages.operation("messaging.mix-in-args")}}
@@ -1 +1 @@
1
- import{OperationRegistry}from"../OperationRegistry.js";export var NetworkStatus;!function(t){t.NOCONNECTION="NoConnection",t.CONNECTEDTOCARRIERDATANETWORK="ConnectedToCarrierDataNetwork",t.CONNECTEDTOWIFIORETHERNET="ConnectedToWiFiOrEthernet",t.RESTRICTED="Restricted"}(NetworkStatus||(NetworkStatus={}));export class NetworkOperations extends OperationRegistry{get hasConnection(){return this._messages.operation("network.has-connection")}get getStatus(){return this._messages.operation("network.get-status")}get canReachHost(){return this._messages.operation("network.can-reach-host")}get canReachUrl(){return this._messages.operation("network.can-reach-url")}}
1
+ import{OperationRegistry as t}from"../OperationRegistry.js";export var NetworkStatus;!function(t){t.NOCONNECTION="NoConnection",t.CONNECTEDTOCARRIERDATANETWORK="ConnectedToCarrierDataNetwork",t.CONNECTEDTOWIFIORETHERNET="ConnectedToWiFiOrEthernet",t.RESTRICTED="Restricted"}(NetworkStatus||(NetworkStatus={}));export class NetworkOperations extends t{get hasConnection(){return this._messages.operation("network.has-connection")}get getStatus(){return this._messages.operation("network.get-status")}get canReachHost(){return this._messages.operation("network.can-reach-host")}get canReachUrl(){return this._messages.operation("network.can-reach-url")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var OfflineErrorCode;!function(e){e[e.NETWORK_CONNECTION_REQUIRED=100]="NETWORK_CONNECTION_REQUIRED",e[e.PORTAL_CONNECTION_FAILURE=101]="PORTAL_CONNECTION_FAILURE",e[e.ALREADY_STARTED=102]="ALREADY_STARTED",e[e.EXCEPTION_THROWN=103]="EXCEPTION_THROWN",e[e.INVALID_MAP_AREA_DATA=104]="INVALID_MAP_AREA_DATA",e[e.BACKGROUND_TIME_EXPIRED=105]="BACKGROUND_TIME_EXPIRED",e[e.MULTIPLE_ERRORS=106]="MULTIPLE_ERRORS",e[e.WEBMAP_REQUIRED=200]="WEBMAP_REQUIRED",e[e.WEBMAP_LOAD_FAILURE=201]="WEBMAP_LOAD_FAILURE",e[e.WEBMAP_NOT_LOADED=202]="WEBMAP_NOT_LOADED",e[e.WEBMAP_UNAUTHORIZED=203]="WEBMAP_UNAUTHORIZED"}(OfflineErrorCode||(OfflineErrorCode={}));export class OfflineCommands extends CommandRegistry{get cancelCreateArea(){return this._messages.command("offline.cancel-create-area")}get cancelDownload(){return this._messages.command("offline.cancel-download")}get deleteArea(){return this._messages.command("offline.delete-area")}get displayCreateArea(){return this._messages.command("offline.display-create-area")}}export class OfflineEvents extends EventRegistry{get areaActivated(){return this._messages.event("offline.area-activated")}get areaActivating(){return this._messages.event("offline.area-activating")}get areaDeleted(){return this._messages.event("offline.area-deleted")}get areaDownloadStarted(){return this._messages.event("offline.area-download-started")}get areaDownloadCanceled(){return this._messages.event("offline.area-download-canceled")}get areaDownloadFailed(){return this._messages.event("offline.area-download-failed")}get areaDownloaded(){return this._messages.event("offline.area-downloaded")}get areaUpdateStarted(){return this._messages.event("offline.area-update-started")}get areaUpdated(){return this._messages.event("offline.area-updated")}get areaUpdateFailed(){return this._messages.event("offline.area-update-failed")}get areaEditsSubmitStarted(){return this._messages.event("offline.area-edits-submit-started")}get areaEditsSubmitted(){return this._messages.event("offline.area-edits-submitted")}get areaEditsSubmitFailed(){return this._messages.event("offline.area-edits-submit-failed")}get customAreaCreated(){return this._messages.event("offline.custom-area-created")}get customAreaDeleted(){return this._messages.event("offline.custom-area-deleted")}get userWentOnline(){return this._messages.event("offline.user-went-online")}}export class OfflineOperations extends OperationRegistry{get createArea(){return this._messages.operation("offline.create-area")}get getAreas(){return this._messages.operation("offline.get-areas")}get getEdits(){return this._messages.operation("offline.get-edits")}get activateArea(){return this._messages.operation("offline.activate-area")}get downloadArea(){return this._messages.operation("offline.download-area")}get goOnline(){return this._messages.operation("offline.go-online")}get checkForActiveArea(){return this._messages.operation("offline.check-for-active-area")}get submitEdits(){return this._messages.operation("offline.submit-edits")}get updateArea(){return this._messages.operation("offline.update-area")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as a}from"../OperationRegistry.js";export var OfflineErrorCode;!function(e){e[e.NETWORK_CONNECTION_REQUIRED=100]="NETWORK_CONNECTION_REQUIRED",e[e.PORTAL_CONNECTION_FAILURE=101]="PORTAL_CONNECTION_FAILURE",e[e.ALREADY_STARTED=102]="ALREADY_STARTED",e[e.EXCEPTION_THROWN=103]="EXCEPTION_THROWN",e[e.INVALID_MAP_AREA_DATA=104]="INVALID_MAP_AREA_DATA",e[e.BACKGROUND_TIME_EXPIRED=105]="BACKGROUND_TIME_EXPIRED",e[e.MULTIPLE_ERRORS=106]="MULTIPLE_ERRORS",e[e.WEBMAP_REQUIRED=200]="WEBMAP_REQUIRED",e[e.WEBMAP_LOAD_FAILURE=201]="WEBMAP_LOAD_FAILURE",e[e.WEBMAP_NOT_LOADED=202]="WEBMAP_NOT_LOADED",e[e.WEBMAP_UNAUTHORIZED=203]="WEBMAP_UNAUTHORIZED"}(OfflineErrorCode||(OfflineErrorCode={}));export class OfflineCommands extends e{get cancelCreateArea(){return this._messages.command("offline.cancel-create-area")}get cancelDownload(){return this._messages.command("offline.cancel-download")}get deleteArea(){return this._messages.command("offline.delete-area")}get displayCreateArea(){return this._messages.command("offline.display-create-area")}}export class OfflineEvents extends t{get areaActivated(){return this._messages.event("offline.area-activated")}get areaActivating(){return this._messages.event("offline.area-activating")}get areaDeleted(){return this._messages.event("offline.area-deleted")}get areaDownloadStarted(){return this._messages.event("offline.area-download-started")}get areaDownloadCanceled(){return this._messages.event("offline.area-download-canceled")}get areaDownloadFailed(){return this._messages.event("offline.area-download-failed")}get areaDownloaded(){return this._messages.event("offline.area-downloaded")}get areaUpdateStarted(){return this._messages.event("offline.area-update-started")}get areaUpdated(){return this._messages.event("offline.area-updated")}get areaUpdateFailed(){return this._messages.event("offline.area-update-failed")}get areaEditsSubmitStarted(){return this._messages.event("offline.area-edits-submit-started")}get areaEditsSubmitted(){return this._messages.event("offline.area-edits-submitted")}get areaEditsSubmitFailed(){return this._messages.event("offline.area-edits-submit-failed")}get customAreaCreated(){return this._messages.event("offline.custom-area-created")}get customAreaDeleted(){return this._messages.event("offline.custom-area-deleted")}get userWentOnline(){return this._messages.event("offline.user-went-online")}}export class OfflineOperations extends a{get createArea(){return this._messages.operation("offline.create-area")}get getAreas(){return this._messages.operation("offline.get-areas")}get getEdits(){return this._messages.operation("offline.get-edits")}get activateArea(){return this._messages.operation("offline.activate-area")}get downloadArea(){return this._messages.operation("offline.download-area")}get goOnline(){return this._messages.operation("offline.go-online")}get checkForActiveArea(){return this._messages.operation("offline.check-for-active-area")}get submitEdits(){return this._messages.operation("offline.submit-edits")}get updateArea(){return this._messages.operation("offline.update-area")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export var SnapPosition;!function(e){e.HIDDEN="hidden",e.MIDDLE="middle",e.TOP="top",e.COLLAPSED="collapsed"}(SnapPosition||(SnapPosition={}));export class PanelCommands extends CommandRegistry{get openHostPanel(){return this._messages.command("panel.open-host-panel")}get closeHostPanel(){return this._messages.command("panel.close-host-panel")}get anchorHostPanel(){return this._messages.command("panel.anchor-host-panel")}get snapHostPanel(){return this._messages.command("panel.snap-host-panel")}get popIn(){return this._messages.command("panel.pop-in")}get popOut(){return this._messages.command("panel.pop-out")}}export class PanelEvents extends EventRegistry{get hostPanelComponentChanged(){return this._messages.event("panel.host-panel-component-changed")}get hostPanelComponentChanging(){return this._messages.event("panel.host-panel-component-changing")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as n}from"../EventRegistry.js";export var SnapPosition;!function(e){e.HIDDEN="hidden",e.MIDDLE="middle",e.TOP="top",e.COLLAPSED="collapsed"}(SnapPosition||(SnapPosition={}));export class PanelCommands extends e{get openHostPanel(){return this._messages.command("panel.open-host-panel")}get closeHostPanel(){return this._messages.command("panel.close-host-panel")}get anchorHostPanel(){return this._messages.command("panel.anchor-host-panel")}get snapHostPanel(){return this._messages.command("panel.snap-host-panel")}get popIn(){return this._messages.command("panel.pop-in")}get popOut(){return this._messages.command("panel.pop-out")}}export class PanelEvents extends n{get hostPanelComponentChanged(){return this._messages.event("panel.host-panel-component-changed")}get hostPanelComponentChanging(){return this._messages.event("panel.host-panel-component-changing")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class PhotosCommands extends CommandRegistry{get displayDetails(){return this._messages.command("photos.display-details")}get hideDetails(){return this._messages.command("photos.hide-details")}}export class PhotosEvents extends EventRegistry{get detailsHidden(){return this._messages.event("photos.details-hidden")}}
1
+ import{CommandRegistry as s}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";export class PhotosCommands extends s{get displayDetails(){return this._messages.command("photos.display-details")}get hideDetails(){return this._messages.command("photos.hide-details")}}export class PhotosEvents extends e{get detailsHidden(){return this._messages.event("photos.details-hidden")}}
@@ -1 +1 @@
1
- import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export class PortalEvents extends EventRegistry{get initialized(){return this._messages.event("portal.initialized")}}export class PortalOperations extends OperationRegistry{get chooseLayers(){return this._messages.operation("portal.choose-layers")}get createOrUpdateItem(){return this._messages.operation("portal.create-or-update-item")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class PortalEvents extends e{get initialized(){return this._messages.event("portal.initialized")}}export class PortalOperations extends t{get chooseLayers(){return this._messages.operation("portal.choose-layers")}get createOrUpdateItem(){return this._messages.operation("portal.create-or-update-item")}}
@@ -10,7 +10,7 @@ import type { MapsLike } from "../common.js";
10
10
  /**
11
11
  * A set of parameters used to run a job.
12
12
  */
13
- export declare type JobParameters = Record<string, unknown>;
13
+ export type JobParameters = Record<string, unknown>;
14
14
  /**
15
15
  * The arguments required by the printing.run command.
16
16
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class PrintCommands extends CommandRegistry{get run(){return this._messages.command("printing.run")}}export class PrintEvents extends EventRegistry{get printStarted(){return this._messages.event("printing.print-started")}get printProgress(){return this._messages.event("printing.print-progress")}get printFinished(){return this._messages.event("printing.print-finished")}get printError(){return this._messages.event("printing.print-error")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";export class PrintCommands extends t{get run(){return this._messages.command("printing.run")}}export class PrintEvents extends r{get printStarted(){return this._messages.event("printing.print-started")}get printProgress(){return this._messages.event("printing.print-progress")}get printFinished(){return this._messages.event("printing.print-finished")}get printError(){return this._messages.event("printing.print-error")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class RegionCommands extends CommandRegistry{get setMeasurementSystem(){return this._messages.command("region.set-measurement-system")}}export class RegionEvents extends EventRegistry{get measurementSystemChanged(){return this._messages.event("region.measurement-system-changed")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";export class RegionCommands extends e{get setMeasurementSystem(){return this._messages.command("region.set-measurement-system")}}export class RegionEvents extends s{get measurementSystemChanged(){return this._messages.event("region.measurement-system-changed")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export class ReportsCommands extends CommandRegistry{get run(){return this._messages.command("reports.run")}}export class ReportEvents extends EventRegistry{get reportStarted(){return this._messages.event("reports.report-started")}get reportProgress(){return this._messages.event("reports.report-progress")}get reportFinished(){return this._messages.event("reports.report-finished")}get reportError(){return this._messages.event("reports.report-error")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";export class ReportsCommands extends e{get run(){return this._messages.command("reports.run")}}export class ReportEvents extends r{get reportStarted(){return this._messages.event("reports.report-started")}get reportProgress(){return this._messages.event("reports.report-progress")}get reportFinished(){return this._messages.event("reports.report-finished")}get reportError(){return this._messages.event("reports.report-error")}}
@@ -281,7 +281,7 @@ export interface SetListCardSizeArgs {
281
281
  * Arguments for various commands that manipulate the current set of shown
282
282
  * results.
283
283
  */
284
- export declare type ShowResultsArgs = Features | (UpdateResultsFeaturesArgs & {
284
+ export type ShowResultsArgs = Features | (UpdateResultsFeaturesArgs & {
285
285
  /**
286
286
  * Whether to activate the component showing the results of the
287
287
  * operation. False by default.
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var KnownResultSetIds;!function(e){e.STARRED="vgs-starred"}(KnownResultSetIds||(KnownResultSetIds={}));export class ResultsCommands extends CommandRegistry{get activateDisplayComponents(){return this._messages.command("results.activate-display-components")}get display(){return this._messages.command("results.display")}get setDisplayComponents(){return this._messages.command("results.set-display-components")}get displayDetails(){return this._messages.command("results.display-details")}get displaySummary(){return this._messages.command("results.display-summary")}get displayNewDetails(){return this._messages.command("results.display-new-details")}get add(){return this._messages.command("results.add")}get intersect(){return this._messages.command("results.intersect")}get remove(){return this._messages.command("results.remove")}get clear(){return this._messages.command("results.clear")}get clearDetails(){return this._messages.command("results.clear-details")}get hideDetails(){return this._messages.command("results.hide-details")}get openAttachment(){return this._messages.command("results.open-attachment")}get refresh(){return this._messages.command("results.refresh")}get setListViewMode(){return this._messages.command("results.set-list-view-mode")}get setListCardSize(){return this._messages.command("results.set-list-card-size")}}export class ResultsEvents extends EventRegistry{get changed(){return this._messages.event("results.changed")}get displayed(){return this._messages.event("results.displayed")}get attachmentOpened(){return this._messages.event("results.attachment-opened")}get detailsShown(){return this._messages.event("results.details-shown")}get relatedDetailsShown(){return this._messages.event("results.related-details-shown")}}export class ResultsOperations extends OperationRegistry{get contains(){return this._messages.operation("results.contains")}get convertToCsv(){return this._messages.operation("results.convert-to-csv")}get convertToXlsx(){return this._messages.operation("results.convert-to-xlsx")}get convertToShapefile(){return this._messages.operation("results.convert-to-shapefile")}get convertToLayers(){return this._messages.operation("results.convert-to-layers")}get fromCsv(){return this._messages.operation("results.from-csv")}get fromShapefile(){return this._messages.operation("results.from-shapefile")}get fromXlsx(){return this._messages.operation("results.from-xlsx")}get fromGraphics(){return this._messages.operation("results.from-graphics")}get toGraphics(){return this._messages.operation("results.to-graphics")}get getFeatures(){return this._messages.operation("results.get-features")}get filter(){return this._messages.operation("results.filter")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export var KnownResultSetIds;!function(e){e.STARRED="vgs-starred"}(KnownResultSetIds||(KnownResultSetIds={}));export class ResultsCommands extends e{get activateDisplayComponents(){return this._messages.command("results.activate-display-components")}get display(){return this._messages.command("results.display")}get setDisplayComponents(){return this._messages.command("results.set-display-components")}get displayDetails(){return this._messages.command("results.display-details")}get displaySummary(){return this._messages.command("results.display-summary")}get displayNewDetails(){return this._messages.command("results.display-new-details")}get add(){return this._messages.command("results.add")}get intersect(){return this._messages.command("results.intersect")}get remove(){return this._messages.command("results.remove")}get clear(){return this._messages.command("results.clear")}get clearDetails(){return this._messages.command("results.clear-details")}get hideDetails(){return this._messages.command("results.hide-details")}get openAttachment(){return this._messages.command("results.open-attachment")}get refresh(){return this._messages.command("results.refresh")}get setListViewMode(){return this._messages.command("results.set-list-view-mode")}get setListCardSize(){return this._messages.command("results.set-list-card-size")}}export class ResultsEvents extends s{get changed(){return this._messages.event("results.changed")}get displayed(){return this._messages.event("results.displayed")}get attachmentOpened(){return this._messages.event("results.attachment-opened")}get detailsShown(){return this._messages.event("results.details-shown")}get relatedDetailsShown(){return this._messages.event("results.related-details-shown")}}export class ResultsOperations extends t{get contains(){return this._messages.operation("results.contains")}get convertToCsv(){return this._messages.operation("results.convert-to-csv")}get convertToXlsx(){return this._messages.operation("results.convert-to-xlsx")}get convertToShapefile(){return this._messages.operation("results.convert-to-shapefile")}get convertToLayers(){return this._messages.operation("results.convert-to-layers")}get fromCsv(){return this._messages.operation("results.from-csv")}get fromShapefile(){return this._messages.operation("results.from-shapefile")}get fromXlsx(){return this._messages.operation("results.from-xlsx")}get fromGraphics(){return this._messages.operation("results.from-graphics")}get toGraphics(){return this._messages.operation("results.to-graphics")}get getFeatures(){return this._messages.operation("results.get-features")}get filter(){return this._messages.operation("results.filter")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";export var SearchSource;!function(e){e.ADDRESSES="addresses",e.FEATURES="features"}(SearchSource||(SearchSource={}));export class SearchCommands extends CommandRegistry{get clear(){return this._messages.command("search.clear")}get setSource(){return this._messages.command("search.set-source")}}export class SearchEvents extends EventRegistry{get activated(){return this._messages.event("search.activated")}get cleared(){return this._messages.event("search.cleared")}get deactivated(){return this._messages.event("search.deactivated")}get completed(){return this._messages.event("search.completed")}get started(){return this._messages.event("search.started")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";export var SearchSource;!function(e){e.ADDRESSES="addresses",e.FEATURES="features"}(SearchSource||(SearchSource={}));export class SearchCommands extends e{get clear(){return this._messages.command("search.clear")}get setSource(){return this._messages.command("search.set-source")}}export class SearchEvents extends s{get activated(){return this._messages.event("search.activated")}get cleared(){return this._messages.event("search.cleared")}get deactivated(){return this._messages.event("search.deactivated")}get completed(){return this._messages.event("search.completed")}get started(){return this._messages.event("search.started")}}
@@ -1 +1 @@
1
- import{EventRegistry}from"../EventRegistry.js";export class SettingsEvents extends EventRegistry{get updated(){return this._messages.event("settings.updated")}}export var PhotoResizeOption;!function(e){e.ORIGINAL="Original",e.LARGE="Large",e.MEDIUM="Medium",e.SMALL="Small"}(PhotoResizeOption||(PhotoResizeOption={}));
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class SettingsEvents extends e{get updated(){return this._messages.event("settings.updated")}}export var PhotoResizeOption;!function(e){e.ORIGINAL="Original",e.LARGE="Large",e.MEDIUM="Medium",e.SMALL="Small"}(PhotoResizeOption||(PhotoResizeOption={}));
@@ -1 +1 @@
1
- import{EventRegistry}from"../EventRegistry.js";export class ShortcutEvents extends EventRegistry{get shortcutAdded(){return this._messages.event("shortcut.added")}get shortcutRemoved(){return this._messages.event("shortcut.removed")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";export class ShortcutEvents extends e{get shortcutAdded(){return this._messages.event("shortcut.added")}get shortcutRemoved(){return this._messages.event("shortcut.removed")}}
@@ -99,7 +99,7 @@ export declare enum SketchTool {
99
99
  * Indicates whether a new point should be added before or after the active
100
100
  * point in a sketch.
101
101
  */
102
- export declare type AddNodeOrder = "add-after-active" | "add-before-active";
102
+ export type AddNodeOrder = "add-after-active" | "add-before-active";
103
103
  /**
104
104
  * Deprecated - use "sketching.move-point" with {@link MovePointArgs}.
105
105
  *
@@ -543,11 +543,11 @@ export interface StartStreamingArgs extends HasMaps {
543
543
  /**
544
544
  * The editor geometry mode.
545
545
  */
546
- export declare type EditorGeometryMode = "line" | "area";
546
+ export type EditorGeometryMode = "line" | "area";
547
547
  /**
548
548
  * The editor interaction mode.
549
549
  */
550
- export declare type EditorInteractionMode = "centerCrosshairMode" | "pointerMode";
550
+ export type EditorInteractionMode = "centerCrosshairMode" | "pointerMode";
551
551
  /**
552
552
  * Settings for a sketch.
553
553
  */
@@ -603,7 +603,7 @@ export interface GetActiveSketchResult {
603
603
  /**
604
604
  * Specifies if a desired point comes before or after a given reference point.
605
605
  */
606
- export declare type PointOffset = "before" | "after";
606
+ export type PointOffset = "before" | "after";
607
607
  /**
608
608
  * Arguments for the 'sketching.get-adjacent-point' operation.
609
609
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var SketchTool;!function(e){e.POINT="point",e.MULTIPOINT="multipoint",e.LINE="line",e.POLYLINE="polyline",e.POLYGON="polygon",e.EXTENT="extent",e.SQUARE="square",e.CIRCLE="circle"}(SketchTool||(SketchTool={}));export class SketchingOperations extends OperationRegistry{get captureGeometry(){return this._messages.operation("sketching.capture-geometry")}get editActiveSymbol(){return this._messages.operation("sketching.edit-active-symbol")}get editGeometry(){return this._messages.operation("sketching.edit-geometry")}get moveGeometry(){return this._messages.operation("sketching.move-geometry")}get scaleGeometry(){return this._messages.operation("sketching.scale-geometry")}get rotateGeometry(){return this._messages.operation("sketching.rotate-geometry")}get stop(){return this._messages.operation("sketching.stop")}get addNodeToGeometry(){return this._messages.operation("sketching.add-node-to-geometry")}get getActiveSketch(){return this._messages.operation("sketching.get-active-sketch")}get getActiveNode(){return this._messages.operation("sketching.get-active-node")}get getActivePoints(){return this._messages.operation("sketching.get-active-points")}get getAdjacentPoint(){return this._messages.operation("sketching.get-adjacent-point")}get isStreaming(){return this._messages.operation("sketching.is-streaming")}}export class SketchingCommands extends CommandRegistry{get activateSnapping(){return this._messages.command("sketching.activate-snapping")}get cancel(){return this._messages.command("sketching.cancel")}get deactivateSnapping(){return this._messages.command("sketching.deactivate-snapping")}get undo(){return this._messages.command("sketching.undo")}get redo(){return this._messages.command("sketching.redo")}get setGeometryMode(){return this._messages.command("sketching.set-geometry-mode")}get setSnappingConfiguration(){return this._messages.command("sketching.set-snapping-configuration")}get addPointAtCenter(){return this._messages.command("sketching.add-point-at-center")}get addPointAtCurrentLocation(){return this._messages.command("sketching.add-point-at-current-location")}get setPointAtCurrentLocation(){return this._messages.command("sketching.set-point-at-current-location")}get delete(){return this._messages.command("sketching.delete")}get moveNode(){return this._messages.command("sketching.move-node")}get movePoint(){return this._messages.command("sketching.move-point")}get switchActiveNode(){return this._messages.command("sketching.switch-active-node")}get setActivePoints(){return this._messages.command("sketching.set-active-points")}get setInteractionMode(){return this._messages.command("sketching.set-interaction-mode")}get enableFreeScaleMode(){return this._messages.command("sketching.enable-free-scale-mode")}get disableFreeScaleMode(){return this._messages.command("sketching.disable-free-scale-mode")}get enablePrecisionMode(){return this._messages.command("sketching.enable-precision-mode")}get disablePrecisionMode(){return this._messages.command("sketching.disable-precision-mode")}get setConstraints(){return this._messages.command("sketching.set-constraints")}get clearConstraints(){return this._messages.command("sketching.clear-constraints")}get insertPoint(){return this._messages.command("sketching.insert-point")}get addPoint(){return this._messages.command("sketching.add-point")}get startStreaming(){return this._messages.command("sketching.start-streaming")}get stopStreaming(){return this._messages.command("sketching.stop-streaming")}}export class SketchingEvents extends EventRegistry{get streamingStarted(){return this._messages.event("sketching.streaming-started")}get streamingStopped(){return this._messages.event("sketching.streaming-stopped")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export var SketchTool;!function(e){e.POINT="point",e.MULTIPOINT="multipoint",e.LINE="line",e.POLYLINE="polyline",e.POLYGON="polygon",e.EXTENT="extent",e.SQUARE="square",e.CIRCLE="circle"}(SketchTool||(SketchTool={}));export class SketchingOperations extends s{get captureGeometry(){return this._messages.operation("sketching.capture-geometry")}get editActiveSymbol(){return this._messages.operation("sketching.edit-active-symbol")}get editGeometry(){return this._messages.operation("sketching.edit-geometry")}get moveGeometry(){return this._messages.operation("sketching.move-geometry")}get scaleGeometry(){return this._messages.operation("sketching.scale-geometry")}get rotateGeometry(){return this._messages.operation("sketching.rotate-geometry")}get stop(){return this._messages.operation("sketching.stop")}get addNodeToGeometry(){return this._messages.operation("sketching.add-node-to-geometry")}get getActiveSketch(){return this._messages.operation("sketching.get-active-sketch")}get getActiveNode(){return this._messages.operation("sketching.get-active-node")}get getActivePoints(){return this._messages.operation("sketching.get-active-points")}get getAdjacentPoint(){return this._messages.operation("sketching.get-adjacent-point")}get isStreaming(){return this._messages.operation("sketching.is-streaming")}}export class SketchingCommands extends e{get activateSnapping(){return this._messages.command("sketching.activate-snapping")}get cancel(){return this._messages.command("sketching.cancel")}get deactivateSnapping(){return this._messages.command("sketching.deactivate-snapping")}get undo(){return this._messages.command("sketching.undo")}get redo(){return this._messages.command("sketching.redo")}get setGeometryMode(){return this._messages.command("sketching.set-geometry-mode")}get setSnappingConfiguration(){return this._messages.command("sketching.set-snapping-configuration")}get addPointAtCenter(){return this._messages.command("sketching.add-point-at-center")}get addPointAtCurrentLocation(){return this._messages.command("sketching.add-point-at-current-location")}get setPointAtCurrentLocation(){return this._messages.command("sketching.set-point-at-current-location")}get delete(){return this._messages.command("sketching.delete")}get moveNode(){return this._messages.command("sketching.move-node")}get movePoint(){return this._messages.command("sketching.move-point")}get switchActiveNode(){return this._messages.command("sketching.switch-active-node")}get setActivePoints(){return this._messages.command("sketching.set-active-points")}get setInteractionMode(){return this._messages.command("sketching.set-interaction-mode")}get enableFreeScaleMode(){return this._messages.command("sketching.enable-free-scale-mode")}get disableFreeScaleMode(){return this._messages.command("sketching.disable-free-scale-mode")}get enablePrecisionMode(){return this._messages.command("sketching.enable-precision-mode")}get disablePrecisionMode(){return this._messages.command("sketching.disable-precision-mode")}get setConstraints(){return this._messages.command("sketching.set-constraints")}get clearConstraints(){return this._messages.command("sketching.clear-constraints")}get insertPoint(){return this._messages.command("sketching.insert-point")}get addPoint(){return this._messages.command("sketching.add-point")}get startStreaming(){return this._messages.command("sketching.start-streaming")}get stopStreaming(){return this._messages.command("sketching.stop-streaming")}}export class SketchingEvents extends t{get streamingStarted(){return this._messages.event("sketching.streaming-started")}get streamingStopped(){return this._messages.event("sketching.streaming-stopped")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";export class StudioAnalyticsCommands extends CommandRegistry{get trackCustomEvent(){return this._messages.command("studio-analytics.track-custom-event")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";export class StudioAnalyticsCommands extends t{get trackCustomEvent(){return this._messages.command("studio-analytics.track-custom-event")}}
@@ -24,7 +24,7 @@ export interface DownloadArgs {
24
24
  */
25
25
  export interface ReadFileArgs extends HasUITarget {
26
26
  /**
27
- * The accept parameter for the file input.
27
+ * The accept parameter for the file input. See
28
28
  * {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept}.
29
29
  */
30
30
  accept?: string;
@@ -49,13 +49,13 @@ export interface ReadFileArgs extends HasUITarget {
49
49
  * supported levels and their associated numeric values can be found here:
50
50
  * https://developers.arcgis.com/documentation/mapping-apis-and-services/reference/zoom-levels-and-scale/.
51
51
  */
52
- export declare type LocationToken = "Location.Geolocation.Latitude" | "Location.Geolocation.Longitude" | "Location.Feature.Latitude" | "Location.Feature.Longitude" | "Location.Map.Center.Latitude" | "Location.Map.Center.Longitude" | "Location.Map.Scale" | "Location.Map.ZoomLevel" | "Location.Map.TopLeft.Latitude" | "Location.Map.TopLeft.Longitude" | "Location.Map.TopRight.Latitude" | "Location.Map.TopRight.Longitude" | "Location.Map.BottomLeft.Latitude" | "Location.Map.BottomLeft.Longitude" | "Location.Map.BottomRight.Latitude" | "Location.Map.BottomRight.Longitude";
52
+ export type LocationToken = "Location.Geolocation.Latitude" | "Location.Geolocation.Longitude" | "Location.Feature.Latitude" | "Location.Feature.Longitude" | "Location.Map.Center.Latitude" | "Location.Map.Center.Longitude" | "Location.Map.Scale" | "Location.Map.ZoomLevel" | "Location.Map.TopLeft.Latitude" | "Location.Map.TopLeft.Longitude" | "Location.Map.TopRight.Latitude" | "Location.Map.TopRight.Longitude" | "Location.Map.BottomLeft.Latitude" | "Location.Map.BottomLeft.Longitude" | "Location.Map.BottomRight.Latitude" | "Location.Map.BottomRight.Longitude";
53
53
  /**
54
54
  * Well-known layer-based tokens that can be used in the system.open-url command
55
55
  * arguments. NOTE: Not all layer types support extents, urls, min/max scales,
56
56
  * and/or min/max zoom levels.
57
57
  */
58
- export declare type LayerToken = "Layer.Extent.TopLeft.Latitude" | "Layer.Extent.TopLeft.Longitude" | "Layer.Extent.TopRight.Latitude" | "Layer.Extent.TopRight.Longitude" | "Layer.Extent.BottomLeft.Latitude" | "Layer.Extent.BottomLeft.Longitude" | "Layer.Extent.BottomRight.Latitude" | "Layer.Extent.BottomRight.Longitude" | "Layer.Extent.MaxScale" | "Layer.Extent.MinScale" | "Layer.Extent.MaxZoomLevel" | "Layer.Extent.MinZoomLevel" | "Layer.ID" | "Layer.Title" | "Layer.URL";
58
+ export type LayerToken = "Layer.Extent.TopLeft.Latitude" | "Layer.Extent.TopLeft.Longitude" | "Layer.Extent.TopRight.Latitude" | "Layer.Extent.TopRight.Longitude" | "Layer.Extent.BottomLeft.Latitude" | "Layer.Extent.BottomLeft.Longitude" | "Layer.Extent.BottomRight.Latitude" | "Layer.Extent.BottomRight.Longitude" | "Layer.Extent.MaxScale" | "Layer.Extent.MinScale" | "Layer.Extent.MaxZoomLevel" | "Layer.Extent.MinZoomLevel" | "Layer.ID" | "Layer.Title" | "Layer.URL";
59
59
  /**
60
60
  * The haptic style.
61
61
  */
@@ -236,7 +236,7 @@ export declare class SystemEvents extends EventRegistry {
236
236
  */
237
237
  get backgroundLocationUpdatesDisabled(): Event;
238
238
  /**
239
- * Raised when a url has beened opened via the system.open-url command.
239
+ * Raised when a URL has been opened via the system.open-url command.
240
240
  *
241
241
  * @mobileOnly
242
242
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var HapticStyle;!function(e){e.LIGHT="light",e.MEDIUM="medium",e.HEAVY="heavy",e.SUCCESS="success",e.WARNING="warning",e.ERROR="error"}(HapticStyle||(HapticStyle={}));export class SystemCommands extends CommandRegistry{get displaySharingLink(){return this._messages.command("system.display-sharing-link")}get downloadFile(){return this._messages.command("system.download-file")}get openUrl(){return this._messages.command("system.open-url")}get keepScreenOn(){return this._messages.command("system.keep-screen-on")}get enableBackgroundLocationUpdates(){return this._messages.command("system.enable-background-location-updates")}get disableBackgroundLocationUpdates(){return this._messages.command("system.disable-background-location-updates")}get haptics(){return this._messages.command("system.haptics")}}export class SystemOperations extends OperationRegistry{get readUrl(){return this._messages.operation("system.read-url")}get readFile(){return this._messages.operation("system.read-file")}get getSharingLink(){return this._messages.operation("system.get-sharing-link")}}export class SystemEvents extends EventRegistry{get backgroundLocationUpdatesEnabled(){return this._messages.event("system.background-location-updates-enabled")}get backgroundLocationUpdatesDisabled(){return this._messages.event("system.background-location-updates-disabled")}get urlOpened(){return this._messages.event("system.url-opened")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as s}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export var HapticStyle;!function(e){e.LIGHT="light",e.MEDIUM="medium",e.HEAVY="heavy",e.SUCCESS="success",e.WARNING="warning",e.ERROR="error"}(HapticStyle||(HapticStyle={}));export class SystemCommands extends e{get displaySharingLink(){return this._messages.command("system.display-sharing-link")}get downloadFile(){return this._messages.command("system.download-file")}get openUrl(){return this._messages.command("system.open-url")}get keepScreenOn(){return this._messages.command("system.keep-screen-on")}get enableBackgroundLocationUpdates(){return this._messages.command("system.enable-background-location-updates")}get disableBackgroundLocationUpdates(){return this._messages.command("system.disable-background-location-updates")}get haptics(){return this._messages.command("system.haptics")}}export class SystemOperations extends t{get readUrl(){return this._messages.operation("system.read-url")}get readFile(){return this._messages.operation("system.read-file")}get getSharingLink(){return this._messages.operation("system.get-sharing-link")}}export class SystemEvents extends s{get backgroundLocationUpdatesEnabled(){return this._messages.event("system.background-location-updates-enabled")}get backgroundLocationUpdatesDisabled(){return this._messages.event("system.background-location-updates-disabled")}get urlOpened(){return this._messages.event("system.url-opened")}}
@@ -1 +1 @@
1
- import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export class TasksEvents extends EventRegistry{get identified(){return this._messages.event("tasks.identified")}get reverseGeocoded(){return this._messages.event("tasks.reverse-geocoded")}}export class TasksOperations extends OperationRegistry{get identify(){return this._messages.operation("tasks.identify")}get supportsIdentify(){return this._messages.operation("tasks.supports-identify")}get search(){return this._messages.operation("tasks.search")}get supportsSearch(){return this._messages.operation("tasks.supports-search")}}
1
+ import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class TasksEvents extends e{get identified(){return this._messages.event("tasks.identified")}get reverseGeocoded(){return this._messages.event("tasks.reverse-geocoded")}}export class TasksOperations extends s{get identify(){return this._messages.operation("tasks.identify")}get supportsIdentify(){return this._messages.operation("tasks.supports-identify")}get search(){return this._messages.operation("tasks.search")}get supportsSearch(){return this._messages.operation("tasks.supports-search")}}
@@ -170,7 +170,7 @@ export interface DisplayBusyStateArgs {
170
170
  /**
171
171
  * A component's ID in the layout.
172
172
  */
173
- export declare type ComponentId = string;
173
+ export type ComponentId = string;
174
174
  /**
175
175
  * Arguments for the "ui.focus" command.
176
176
  */
@@ -214,7 +214,7 @@ export interface VisualStateChangeEvent {
214
214
  /**
215
215
  * A component's visual state. The values will vary based on the component type.
216
216
  */
217
- export declare type VisualState = string;
217
+ export type VisualState = string;
218
218
  /**
219
219
  * A position for a display notification.
220
220
  */
@@ -227,7 +227,7 @@ export declare enum Position {
227
227
  /**
228
228
  * Arguments for the ui.narrate command.
229
229
  */
230
- export declare type NarrateArgs = string | NarrateOptions;
230
+ export type NarrateArgs = string | NarrateOptions;
231
231
  /**
232
232
  * Translate options for the ui.narrate command.
233
233
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export var NotificationCategory;!function(e){e.ERROR="error",e.INFO="info",e.SUCCESS="success",e.WARNING="warning"}(NotificationCategory||(NotificationCategory={}));export var NotificationType;!function(e){e.AUTO="auto",e.APP="app",e.SYSTEM="system"}(NotificationType||(NotificationType={}));export var Position;!function(e){e.BOTTOM="bottom",e.LEFT="left",e.RIGHT="right",e.TOP="top"}(Position||(Position={}));export class UICommands extends CommandRegistry{get activate(){return this._messages.command("ui.activate")}get activeToggle(){return this._messages.command("ui.active-toggle")}get alert(){return this._messages.command("ui.alert")}get await(){return this._messages.command("ui.await")}get deactivate(){return this._messages.command("ui.deactivate")}get displayBusyState(){return this._messages.command("ui.display-busy-state")}get displayNotification(){return this._messages.command("ui.display-notification")}get pauseNotifications(){return this._messages.command("ui.pause-notifications")}get resumeNotifications(){return this._messages.command("ui.resume-notifications")}get focus(){return this._messages.command("ui.focus")}get hideBusyState(){return this._messages.command("ui.hide-busy-state")}get hideNotification(){return this._messages.command("ui.hide-notification")}get narrate(){return this._messages.command("ui.narrate")}get setDensity(){return this._messages.command("ui.set-density")}get setLocale(){return this._messages.command("ui.set-locale")}get setTheme(){return this._messages.command("ui.set-theme")}get setVisualState(){return this._messages.command("ui.set-visual-state")}}export class UIOperations extends OperationRegistry{get confirm(){return this._messages.operation("ui.confirm")}get getLocale(){return this._messages.operation("ui.get-locale")}get getTheme(){return this._messages.operation("ui.get-theme")}get getThemes(){return this._messages.operation("ui.get-themes")}get getVisualState(){return this._messages.operation("ui.get-visual-state")}get prompt(){return this._messages.operation("ui.prompt")}}export class UIEvents extends EventRegistry{get activated(){return this._messages.event("ui.activated")}get added(){return this._messages.event("ui.added")}get ancestorActivated(){return this._messages.event("ui.ancestor-activated")}get ancestorDeactivated(){return this._messages.event("ui.ancestor-deactivated")}get deactivated(){return this._messages.event("ui.deactivated")}get densityChanged(){return this._messages.event("ui.density-changed")}get localeChanged(){return this._messages.event("ui.locale-changed")}get initializing(){return this._messages.event("ui.initializing")}get initialized(){return this._messages.event("ui.initialized")}get removed(){return this._messages.event("ui.removed")}get reordered(){return this._messages.event("ui.reordered")}get themeChanged(){return this._messages.event("ui.theme-changed")}get visualStateChanged(){return this._messages.event("ui.visual-state-changed")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export var NotificationCategory;!function(e){e.ERROR="error",e.INFO="info",e.SUCCESS="success",e.WARNING="warning"}(NotificationCategory||(NotificationCategory={}));export var NotificationType;!function(e){e.AUTO="auto",e.APP="app",e.SYSTEM="system"}(NotificationType||(NotificationType={}));export var Position;!function(e){e.BOTTOM="bottom",e.LEFT="left",e.RIGHT="right",e.TOP="top"}(Position||(Position={}));export class UICommands extends e{get activate(){return this._messages.command("ui.activate")}get activeToggle(){return this._messages.command("ui.active-toggle")}get alert(){return this._messages.command("ui.alert")}get await(){return this._messages.command("ui.await")}get deactivate(){return this._messages.command("ui.deactivate")}get displayBusyState(){return this._messages.command("ui.display-busy-state")}get displayNotification(){return this._messages.command("ui.display-notification")}get pauseNotifications(){return this._messages.command("ui.pause-notifications")}get resumeNotifications(){return this._messages.command("ui.resume-notifications")}get focus(){return this._messages.command("ui.focus")}get hideBusyState(){return this._messages.command("ui.hide-busy-state")}get hideNotification(){return this._messages.command("ui.hide-notification")}get narrate(){return this._messages.command("ui.narrate")}get setDensity(){return this._messages.command("ui.set-density")}get setLocale(){return this._messages.command("ui.set-locale")}get setTheme(){return this._messages.command("ui.set-theme")}get setVisualState(){return this._messages.command("ui.set-visual-state")}}export class UIOperations extends s{get confirm(){return this._messages.operation("ui.confirm")}get getLocale(){return this._messages.operation("ui.get-locale")}get getTheme(){return this._messages.operation("ui.get-theme")}get getThemes(){return this._messages.operation("ui.get-themes")}get getVisualState(){return this._messages.operation("ui.get-visual-state")}get prompt(){return this._messages.operation("ui.prompt")}}export class UIEvents extends t{get activated(){return this._messages.event("ui.activated")}get added(){return this._messages.event("ui.added")}get ancestorActivated(){return this._messages.event("ui.ancestor-activated")}get ancestorDeactivated(){return this._messages.event("ui.ancestor-deactivated")}get deactivated(){return this._messages.event("ui.deactivated")}get densityChanged(){return this._messages.event("ui.density-changed")}get localeChanged(){return this._messages.event("ui.locale-changed")}get initializing(){return this._messages.event("ui.initializing")}get initialized(){return this._messages.event("ui.initialized")}get removed(){return this._messages.event("ui.removed")}get reordered(){return this._messages.event("ui.reordered")}get themeChanged(){return this._messages.event("ui.theme-changed")}get visualStateChanged(){return this._messages.event("ui.visual-state-changed")}}
@@ -21,9 +21,9 @@ export declare class ViewerCommands extends CommandRegistry {
21
21
  */
22
22
  get postMessage(): Command<unknown>;
23
23
  /**
24
- * Publish an event with specified parameters "name" and "arguments".
25
- * This command supports sending custom events (i.e. you use your own
26
- * namespaced eventname) as well as built-in events.
24
+ * Publish an event with specified parameters "name" and "arguments". This
25
+ * command supports sending custom events (i.e. you use your own namespaced
26
+ * eventname) as well as built-in events.
27
27
  *
28
28
  * @mobileOnly
29
29
  */
@@ -92,7 +92,7 @@ export interface PublishEventArgs {
92
92
  /**
93
93
  * An orientation for the layout.
94
94
  */
95
- export declare type Orientation = "portrait" | "landscape";
95
+ export type Orientation = "portrait" | "landscape";
96
96
  /**
97
97
  * Result of the "viewer.get-capabilities" operation.
98
98
  */
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export class ViewerCommands extends CommandRegistry{get loadLayout(){return this._messages.command("viewer.load-layout")}get postMessage(){return this._messages.command("viewer.post-message")}get publishEvent(){return this._messages.command("viewer.publish-event")}get setDebugMode(){return this._messages.command("viewer.set-debug-mode")}}export class ViewerEvents extends EventRegistry{get layoutChanged(){return this._messages.event("viewer.layout-changed")}}export class ViewerOperations extends OperationRegistry{get getAllLayouts(){return this._messages.operation("viewer.get-all-layouts")}get getCurrentLayout(){return this._messages.operation("viewer.get-current-layout")}get getCapabilities(){return this._messages.operation("viewer.get-capabilities")}get getInDebugMode(){return this._messages.operation("viewer.get-in-debug-mode")}get getVersion(){return this._messages.operation("viewer.get-version")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class ViewerCommands extends e{get loadLayout(){return this._messages.command("viewer.load-layout")}get postMessage(){return this._messages.command("viewer.post-message")}get publishEvent(){return this._messages.command("viewer.publish-event")}get setDebugMode(){return this._messages.command("viewer.set-debug-mode")}}export class ViewerEvents extends t{get layoutChanged(){return this._messages.event("viewer.layout-changed")}}export class ViewerOperations extends s{get getAllLayouts(){return this._messages.operation("viewer.get-all-layouts")}get getCurrentLayout(){return this._messages.operation("viewer.get-current-layout")}get getCapabilities(){return this._messages.operation("viewer.get-capabilities")}get getInDebugMode(){return this._messages.operation("viewer.get-in-debug-mode")}get getVersion(){return this._messages.operation("viewer.get-version")}}
@@ -1 +1 @@
1
- import{CommandRegistry}from"../CommandRegistry.js";import{EventRegistry}from"../EventRegistry.js";import{OperationRegistry}from"../OperationRegistry.js";export class WorkflowCommands extends CommandRegistry{get run(){return this._messages.command("workflow.run")}get refresh(){return this._messages.command("workflow.refresh")}get cancel(){return this._messages.command("workflow.cancel")}}export class WorkflowOperations extends OperationRegistry{get evaluate(){return this._messages.operation("workflow.evaluate")}}export class WorkflowEvents extends EventRegistry{get workflowStarted(){return this._messages.event("workflow.workflow-started")}get starting(){return this._messages.event("workflow.starting")}get workflowFinished(){return this._messages.event("workflow.workflow-finished")}get workflowError(){return this._messages.event("workflow.workflow-error")}}
1
+ import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class WorkflowCommands extends e{get run(){return this._messages.command("workflow.run")}get refresh(){return this._messages.command("workflow.refresh")}get cancel(){return this._messages.command("workflow.cancel")}}export class WorkflowOperations extends s{get evaluate(){return this._messages.operation("workflow.evaluate")}}export class WorkflowEvents extends r{get workflowStarted(){return this._messages.event("workflow.workflow-started")}get starting(){return this._messages.event("workflow.starting")}get workflowFinished(){return this._messages.event("workflow.workflow-finished")}get workflowError(){return this._messages.event("workflow.workflow-error")}}