@vertigis/viewer-spec 59.30.0 → 60.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/messaging/DotNetTypes.d.ts +11 -0
  2. package/messaging/registry/Operations.d.ts +0 -7
  3. package/messaging/registry/Operations.js +1 -1
  4. package/messaging/registry/app.d.ts +1 -20
  5. package/messaging/registry/app.js +1 -1
  6. package/messaging/registry/arcade.d.ts +2 -2
  7. package/messaging/registry/auth.d.ts +3 -3
  8. package/messaging/registry/basemap.d.ts +4 -3
  9. package/messaging/registry/bulk-editing.d.ts +2 -7
  10. package/messaging/registry/charts.d.ts +1 -1
  11. package/messaging/registry/display.d.ts +2 -2
  12. package/messaging/registry/drawing.d.ts +2 -2
  13. package/messaging/registry/edit.d.ts +25 -27
  14. package/messaging/registry/file.d.ts +3 -3
  15. package/messaging/registry/geolocation.d.ts +80 -9
  16. package/messaging/registry/highlights.d.ts +0 -19
  17. package/messaging/registry/highlights.js +1 -1
  18. package/messaging/registry/layers.d.ts +1 -1
  19. package/messaging/registry/layout.d.ts +1 -5
  20. package/messaging/registry/licensing.d.ts +2 -2
  21. package/messaging/registry/location-marker.d.ts +1 -2
  22. package/messaging/registry/map.d.ts +5 -5
  23. package/messaging/registry/measurement.d.ts +1 -1
  24. package/messaging/registry/network.d.ts +2 -2
  25. package/messaging/registry/printing.d.ts +10 -10
  26. package/messaging/registry/reports.d.ts +1 -1
  27. package/messaging/registry/results.d.ts +6 -5
  28. package/messaging/registry/sketching.d.ts +9 -96
  29. package/messaging/registry/sketching.js +1 -1
  30. package/messaging/registry/system.d.ts +1 -1
  31. package/messaging/registry/tasks.d.ts +2 -1
  32. package/messaging/registry/tracing.d.ts +1 -1
  33. package/messaging/registry/ui.d.ts +2 -1
  34. package/messaging/schema/common-action.schema.json +23 -98
  35. package/messaging/schema/common-event.schema.json +5 -4
  36. package/messaging/schema/mobile-action.schema.json +29 -121
  37. package/messaging/schema/mobile-event.schema.json +41 -43
  38. package/messaging/schema/web-action.schema.json +56 -392
  39. package/messaging/schema/web-event.schema.json +17 -16
  40. package/package.json +1 -1
  41. package/version.d.ts +1 -1
  42. package/version.js +1 -1
  43. package/messaging/registry/debugConsole.d.ts +0 -26
  44. package/messaging/registry/debugConsole.js +0 -1
@@ -304,7 +304,7 @@ export interface EditMapNotesArgs extends HasUITarget {
304
304
  */
305
305
  maps: MapsLike;
306
306
  /**
307
- * The geometry from which to attempt to select the Note.
307
+ * The geometry from which to attempt to select the note.
308
308
  */
309
309
  geometry?: Point;
310
310
  }
@@ -488,9 +488,9 @@ export interface ApplyFilterEffectArgs {
488
488
  */
489
489
  spatialRelationship?: FilterSpatialRelationship;
490
490
  /**
491
- * Specifies a search distance from a given 'geometry' in th spatial filter.
492
- * In essence, setting this property creates a buffer at the specified size
493
- * around the input 'geometry'.
491
+ * Specifies a search distance from a given 'geometry' in the spatial
492
+ * filter. In essence, setting this property creates a buffer at the
493
+ * specified size around the input 'geometry'.
494
494
  */
495
495
  distance?: number;
496
496
  /**
@@ -514,7 +514,7 @@ export interface ApplyFilterEffectArgs {
514
514
  excludedEffect?: FilterEffectSettings;
515
515
  }
516
516
  /**
517
- * Result of the "map.get-view-insets" operation.
517
+ * Result of the "map.get-view-insets" operation {@link Thickness}.
518
518
  */
519
519
  export interface GetViewInsetsArgs {
520
520
  /**
@@ -109,7 +109,7 @@ export declare class MeasurementOperations extends OperationRegistry {
109
109
  protected readonly _prefix = "measurement";
110
110
  /**
111
111
  * Creates graphics out of geometries with the default symbology set by the
112
- * "measurement.set-default-symbol" command'. Web only.
112
+ * "measurement.set-default-symbol" command. Web only.
113
113
  *
114
114
  * @webOnly
115
115
  */
@@ -58,8 +58,8 @@ export declare class NetworkEvents extends EventRegistry {
58
58
  export declare class NetworkOperations extends OperationRegistry {
59
59
  protected readonly _prefix = "network";
60
60
  /**
61
- * Determines if Disconnected Mode is enabled and web requests can be sent
62
- * by the app.
61
+ * Determines if Disconnected Mode is enabled and web requests cannot be
62
+ * sent by the app.
63
63
  *
64
64
  * @mobileOnly
65
65
  */
@@ -40,7 +40,7 @@ export interface PrintSpatialReference {
40
40
  */
41
41
  latestWkid?: number;
42
42
  /**
43
- * WKT String.
43
+ * WKT string.
44
44
  */
45
45
  wkt?: string;
46
46
  }
@@ -145,8 +145,8 @@ export interface ExportOptions {
145
145
  export interface LegendOptions {
146
146
  /**
147
147
  * Specifies if the legend of all operational layers should be added to the
148
- * layout. If true, operationalLayers can be undefined. Note: this is no
149
- * ESRI standard property and only works with VertiGIS Studio Printing
148
+ * layout. If true, operationalLayers can be undefined. Note: this is not a
149
+ * standard Esri property and it only works with VertiGIS Studio Printing
150
150
  * Engine.
151
151
  */
152
152
  operationalLayersAutoSet?: boolean;
@@ -316,7 +316,7 @@ export interface TimeSeries {
316
316
  * Maximum count of time series PDF documents within the returned ZIP
317
317
  * archive. If not set, no limit for time series PDF document exports is
318
318
  * used. Depending on the client and the execution environment and the
319
- * template- / map properties, the clients should always define a suitable
319
+ * template/map properties, the clients should always define a suitable
320
320
  * value.
321
321
  */
322
322
  maxCount?: number;
@@ -519,7 +519,7 @@ export interface Page {
519
519
  * elements in exportWebMap:layoutOptions:customTextElement and the dynamic
520
520
  * elements in additionalSettings. These elements take precedence over the
521
521
  * elements in exportWebMap:layoutOptions:customTextElement and the elements
522
- * in addtional Settings root, if they have the same type and name.
522
+ * in additional Settings root, if they have the same type and name.
523
523
  */
524
524
  dynamicElements?: DynamicElement[];
525
525
  /**
@@ -567,7 +567,7 @@ export interface PageCover {
567
567
  * elements in exportWebMap:layoutOptions:customTextElement and the dynamic
568
568
  * elements in additionalSettings. These elements take precedence over the
569
569
  * elements in exportWebMap:layoutOptions:customTextElement and the elements
570
- * in addtional settings root, if they have the same type and name.
570
+ * in additional settings root, if they have the same type and name.
571
571
  */
572
572
  dynamicElements?: DynamicElement[];
573
573
  }
@@ -584,7 +584,7 @@ export interface PageOverview {
584
584
  * elements in exportWebMap:layoutOptions:customTextElement and the dynamic
585
585
  * elements in additionalSettings. These elements take precedence over the
586
586
  * elements in exportWebMap:layoutOptions:customTextElement and the elements
587
- * in addtional settings root, if they have the same type and name.
587
+ * in additional settings root, if they have the same type and name.
588
588
  */
589
589
  dynamicElements?: DynamicElement[];
590
590
  /**
@@ -655,13 +655,13 @@ export interface PageLegend {
655
655
  * elements in exportWebMap:layoutOptions:customTextElement and the dynamic
656
656
  * elements in additionalSettings. These elements take precedence over the
657
657
  * elements in exportWebMap:layoutOptions:customTextElement and the elements
658
- * in addtional settings root, if they have the same type and name.
658
+ * in additional settings root, if they have the same type and name.
659
659
  */
660
660
  dynamicElements?: DynamicElement[];
661
661
  /**
662
662
  * Whether the legend items of dynamic layers, organized in composite layers
663
- * on root level, should be exported in seperate legend pages. Legend items
664
- * are seperated if this value is set to 'true'. This might result in
663
+ * on root level, should be exported in separate legend pages. Legend items
664
+ * are separated if this value is set to 'true'. This might result in
665
665
  * additional legend page exports.
666
666
  */
667
667
  layerCompositeExport?: boolean;
@@ -80,7 +80,7 @@ export interface ReportErrorEventArgs extends ReportEventArgsBase {
80
80
  */
81
81
  export interface ReportFinishedEventArgs extends ReportEventArgsBase {
82
82
  /**
83
- * The URL to download the report at.
83
+ * The URL to download the report from.
84
84
  */
85
85
  downloadUrl: string;
86
86
  }
@@ -404,7 +404,8 @@ export declare class ResultsCommands extends CommandRegistry {
404
404
  * features, such as a feature list, feature table, or feature details
405
405
  * component. The argument is the features to display, or an object
406
406
  * specifying both features and the target results component to update (Web
407
- * only).
407
+ * only). If features are specified, they will overwrite any incoming
408
+ * features from previous operations up the action chain.
408
409
  */
409
410
  get display(): Command<Features | UpdateResultsFeaturesArgs>;
410
411
  /**
@@ -431,8 +432,8 @@ export declare class ResultsCommands extends CommandRegistry {
431
432
  /**
432
433
  * Presents feature details to the user within the feature-details
433
434
  * component. The argument is the feature(s) to display, or an object
434
- * specifying both features and the target results component to update (Web
435
- * only).
435
+ * specifying both features and the target results component to update (this
436
+ * object, UpdateResultsFeaturesArgs, is Web only).
436
437
  */
437
438
  get displayDetails(): Command<Features | UpdateResultsFeaturesArgs>;
438
439
  /**
@@ -468,7 +469,7 @@ export declare class ResultsCommands extends CommandRegistry {
468
469
  /**
469
470
  * Replaces feature(s) in the shown set of features. If a feature is not
470
471
  * contained in the current set it is ignored. Features are uniquely
471
- * identified by ID and not by object quality. Web only.
472
+ * identified by ID and not by object equality. Web only.
472
473
  *
473
474
  * @webOnly
474
475
  */
@@ -522,7 +523,7 @@ export declare class ResultsCommands extends CommandRegistry {
522
523
  export declare class ResultsEvents extends EventRegistry {
523
524
  protected readonly _prefix = "results";
524
525
  /**
525
- * Raised when results are added or removed to a named results set. Web
526
+ * Raised when results are added to or removed from a named results set. Web
526
527
  * only.
527
528
  *
528
529
  * @webOnly
@@ -93,22 +93,6 @@ export declare enum SketchTool {
93
93
  * point in a sketch.
94
94
  */
95
95
  export type AddNodeOrder = "add-after-active" | "add-before-active";
96
- /**
97
- * Deprecated - use "sketching.move-point" with {@link MovePointArgs}.
98
- *
99
- * @deprecated
100
- */
101
- export interface MoveNodeArgs extends HasMaps {
102
- /**
103
- * The point to move, which must already exist within the active sketch. If
104
- * not provided, the active point will be used.
105
- */
106
- node?: Point;
107
- /**
108
- * The new position for the point.
109
- */
110
- position: GeometryUnion;
111
- }
112
96
  /**
113
97
  * The arguments for the "sketching.move-point" command.
114
98
  */
@@ -153,18 +137,6 @@ export interface MovePointArgs extends HasMaps {
153
137
  */
154
138
  units?: LengthUnits;
155
139
  }
156
- /**
157
- * Deprecated - use "sketching.set-active-points" with
158
- * {@link SetActivePointsArgs}.
159
- *
160
- * @deprecated
161
- */
162
- export interface SwitchActiveNodeArgs extends HasMaps {
163
- /**
164
- * The new point that will become the active point of an active sketch.
165
- */
166
- node: Point;
167
- }
168
140
  /**
169
141
  * The arguments for the "sketching.set-active-points" command.
170
142
  */
@@ -230,10 +202,10 @@ export interface CaptureGeometryArgs {
230
202
  */
231
203
  disableFreehand?: boolean;
232
204
  /**
233
- * Web only. Additional settings that are specific to sketching plugins,
234
- * keyed by plugin ID. The only currently supported plugin is "snapping". A
235
- * boolean value can also be assigned to completely disable, or enable with
236
- * default settings.
205
+ * Additional settings that are specific to sketching plugins, keyed by
206
+ * plugin ID. The only currently supported plugin is "snapping". A boolean
207
+ * value can also be assigned to completely disable, or enable with default
208
+ * settings. Web only.
237
209
  */
238
210
  pluginSettings?: Record<string, boolean | Record<string, unknown>>;
239
211
  }
@@ -448,7 +420,7 @@ export interface AddPointArgs extends HasMaps {
448
420
  newPoint: Point;
449
421
  /**
450
422
  * The geometry to add the point to, if multiple are present in an active
451
- * editing session. Not supported by Mobile.
423
+ * editing session. Not supported by VertiGIS Studio Mobile.
452
424
  */
453
425
  geometry?: GeometryUnion;
454
426
  }
@@ -472,41 +444,10 @@ export interface InsertPointArgs extends HasMaps {
472
444
  newPoint: Point;
473
445
  /**
474
446
  * The geometry to add the point to, if multiple are present in an active
475
- * editing session. Not supported by Mobile.
447
+ * editing session. Not supported by VertiGIS Studio Mobile.
476
448
  */
477
449
  geometry?: GeometryUnion;
478
450
  }
479
- /**
480
- * Deprecated - Mobile users should rather use "geometry.add-point"; Web users
481
- * should use "sketching.add-point" with {@link AddPointArgs} or
482
- * "sketching.insert-point" with {@link InsertPointArgs} instead.
483
- *
484
- * @deprecated
485
- */
486
- export interface AddNodeToGeometryArgs extends HasMaps {
487
- /**
488
- * The initial geometry to add the point to. Can be null.
489
- */
490
- geometry: GeometryUnion;
491
- /**
492
- * The type of geometry to create if the initial geometry is null. In
493
- * VertiGIS Studio Mobile, this value must be 'polygon' or 'polyline'. In
494
- * VertiGIS Studio Web, this value may also be null if the point being added
495
- * is intended to be added to the active sketch.
496
- */
497
- geometryType: string;
498
- /**
499
- * A point geometry to add to the initial geometry. In VertiGIS Studio Web,
500
- * this value may be null if the intention is to add a point at the position
501
- * of the active point of an active sketch.
502
- */
503
- node: GeometryUnion;
504
- /**
505
- * Indicates whether the new point should be added before or after the
506
- * active point in the sketch. Not supported by VertiGIS Studio Mobile.
507
- */
508
- nodeOrder?: AddNodeOrder;
509
- }
510
451
  /**
511
452
  * Arguments for the "sketching.delete" command.
512
453
  */
@@ -783,27 +724,12 @@ export declare class SketchingOperations extends OperationRegistry {
783
724
  * the operation will return null.
784
725
  */
785
726
  get stop(): Operation<StopGeometryEditArgs | void, CaptureGeometryResult>;
786
- /**
787
- * Deprecated - Mobile users should rather use "geometry.add-point"; Web
788
- * users should use "sketching.add-point" or "sketching.insert-point"
789
- * instead.
790
- *
791
- * @deprecated
792
- */
793
- get addNodeToGeometry(): Operation<AddNodeToGeometryArgs, GeometryUnion>;
794
727
  /**
795
728
  * Returns the active sketch graphic from a map. Web only.
796
729
  *
797
730
  * @webOnly
798
731
  */
799
732
  get getActiveSketch(): Operation<void, GetActiveSketchResult>;
800
- /**
801
- * Deprecated - use 'sketching.get-active-points' instead. Web only.
802
- *
803
- * @deprecated
804
- * @webOnly
805
- */
806
- get getActiveNode(): Operation<Maps, GetActivePointsResult>;
807
733
  /**
808
734
  * Returns the active point graphics of the active sketch or edit session on
809
735
  * a map. Web only.
@@ -829,7 +755,8 @@ export declare class SketchingOperations extends OperationRegistry {
829
755
  export declare class SketchingCommands extends CommandRegistry {
830
756
  protected readonly _prefix = "sketching";
831
757
  /**
832
- * Set the snapping default to 'on' for all subsequent operations. Web only.
758
+ * Set the snapping default to 'on' for all in progress and subsequent
759
+ * operations. Web only.
833
760
  *
834
761
  * @webOnly
835
762
  */
@@ -877,7 +804,7 @@ export declare class SketchingCommands extends CommandRegistry {
877
804
  */
878
805
  get setSnappingConfiguration(): Command<SetSnappingConfigurationArgs>;
879
806
  /**
880
- * Sets the global snapping configuration. Web only.
807
+ * Sets the topology configuration. Web only.
881
808
  *
882
809
  * @webOnly
883
810
  */
@@ -913,26 +840,12 @@ export declare class SketchingCommands extends CommandRegistry {
913
840
  * deleted.
914
841
  */
915
842
  get delete(): Command<void | DeleteGeometryArgs>;
916
- /**
917
- * Deprecated - use 'sketching.move-point' instead. Web only.
918
- *
919
- * @deprecated
920
- * @webOnly
921
- */
922
- get moveNode(): Command<MoveNodeArgs>;
923
843
  /**
924
844
  * Moves a point within an active sketch to a new location. Web only.
925
845
  *
926
846
  * @webOnly
927
847
  */
928
848
  get movePoint(): Command<MovePointArgs>;
929
- /**
930
- * Deprecated - use 'sketching.set-active-points' instead. Web only.
931
- *
932
- * @deprecated
933
- * @webOnly
934
- */
935
- get switchActiveNode(): Command<SwitchActiveNodeArgs>;
936
849
  /**
937
850
  * Switches the active point of an active sketch. Web only.
938
851
  *
@@ -1 +1 @@
1
- import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export var SketchTool;!function(t){t.POINT="point",t.MULTIPOINT="multipoint",t.LINE="line",t.POLYLINE="polyline",t.POLYGON="polygon",t.EXTENT="extent",t.SQUARE="square",t.CIRCLE="circle"}(SketchTool||(SketchTool={}));export class SketchingOperations extends r{_prefix="sketching";get captureGeometry(){return this._get("capture-geometry")}get editActiveSymbol(){return this._get("edit-active-symbol")}get editGeometry(){return this._get("edit-geometry")}get moveGeometry(){return this._get("move-geometry")}get scaleGeometry(){return this._get("scale-geometry")}get rotateGeometry(){return this._get("rotate-geometry")}get stop(){return this._get("stop")}get addNodeToGeometry(){return this._get("add-node-to-geometry")}get getActiveSketch(){return this._get("get-active-sketch")}get getActiveNode(){return this._get("get-active-node")}get getActivePoints(){return this._get("get-active-points")}get getAdjacentPoint(){return this._get("get-adjacent-point")}get isStreaming(){return this._get("is-streaming")}}export class SketchingCommands extends t{_prefix="sketching";get activateSnapping(){return this._get("activate-snapping")}get activateTopology(){return this._get("activate-topology")}get cancel(){return this._get("cancel")}get deactivateSnapping(){return this._get("deactivate-snapping")}get deactivateTopology(){return this._get("deactivate-topology")}get undo(){return this._get("undo")}get redo(){return this._get("redo")}get setGeometryMode(){return this._get("set-geometry-mode")}get setSnappingConfiguration(){return this._get("set-snapping-configuration")}get setTopologyConfiguration(){return this._get("set-topology-configuration")}get addPointAtCenter(){return this._get("add-point-at-center")}get addPointAtCurrentLocation(){return this._get("add-point-at-current-location")}get setPointAtCurrentLocation(){return this._get("set-point-at-current-location")}get delete(){return this._get("delete")}get moveNode(){return this._get("move-node")}get movePoint(){return this._get("move-point")}get switchActiveNode(){return this._get("switch-active-node")}get setActivePoints(){return this._get("set-active-points")}get setInteractionMode(){return this._get("set-interaction-mode")}get enableFreeScaleMode(){return this._get("enable-free-scale-mode")}get disableFreeScaleMode(){return this._get("disable-free-scale-mode")}get enablePrecisionMode(){return this._get("enable-precision-mode")}get disablePrecisionMode(){return this._get("disable-precision-mode")}get setConstraints(){return this._get("set-constraints")}get clearConstraints(){return this._get("clear-constraints")}get insertPoint(){return this._get("insert-point")}get addPoint(){return this._get("add-point")}get startStreaming(){return this._get("start-streaming")}get stopStreaming(){return this._get("stop-streaming")}}export class SketchingEvents extends e{_prefix="sketching";get streamingStarted(){return this._get("streaming-started")}get streamingStopped(){return this._get("streaming-stopped")}}
1
+ import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as r}from"../OperationRegistry.js";export var SketchTool;!function(t){t.POINT="point",t.MULTIPOINT="multipoint",t.LINE="line",t.POLYLINE="polyline",t.POLYGON="polygon",t.EXTENT="extent",t.SQUARE="square",t.CIRCLE="circle"}(SketchTool||(SketchTool={}));export class SketchingOperations extends r{_prefix="sketching";get captureGeometry(){return this._get("capture-geometry")}get editActiveSymbol(){return this._get("edit-active-symbol")}get editGeometry(){return this._get("edit-geometry")}get moveGeometry(){return this._get("move-geometry")}get scaleGeometry(){return this._get("scale-geometry")}get rotateGeometry(){return this._get("rotate-geometry")}get stop(){return this._get("stop")}get getActiveSketch(){return this._get("get-active-sketch")}get getActivePoints(){return this._get("get-active-points")}get getAdjacentPoint(){return this._get("get-adjacent-point")}get isStreaming(){return this._get("is-streaming")}}export class SketchingCommands extends t{_prefix="sketching";get activateSnapping(){return this._get("activate-snapping")}get activateTopology(){return this._get("activate-topology")}get cancel(){return this._get("cancel")}get deactivateSnapping(){return this._get("deactivate-snapping")}get deactivateTopology(){return this._get("deactivate-topology")}get undo(){return this._get("undo")}get redo(){return this._get("redo")}get setGeometryMode(){return this._get("set-geometry-mode")}get setSnappingConfiguration(){return this._get("set-snapping-configuration")}get setTopologyConfiguration(){return this._get("set-topology-configuration")}get addPointAtCenter(){return this._get("add-point-at-center")}get addPointAtCurrentLocation(){return this._get("add-point-at-current-location")}get setPointAtCurrentLocation(){return this._get("set-point-at-current-location")}get delete(){return this._get("delete")}get movePoint(){return this._get("move-point")}get setActivePoints(){return this._get("set-active-points")}get setInteractionMode(){return this._get("set-interaction-mode")}get enableFreeScaleMode(){return this._get("enable-free-scale-mode")}get disableFreeScaleMode(){return this._get("disable-free-scale-mode")}get enablePrecisionMode(){return this._get("enable-precision-mode")}get disablePrecisionMode(){return this._get("disable-precision-mode")}get setConstraints(){return this._get("set-constraints")}get clearConstraints(){return this._get("clear-constraints")}get insertPoint(){return this._get("insert-point")}get addPoint(){return this._get("add-point")}get startStreaming(){return this._get("start-streaming")}get stopStreaming(){return this._get("stop-streaming")}}export class SketchingEvents extends e{_prefix="sketching";get streamingStarted(){return this._get("streaming-started")}get streamingStopped(){return this._get("streaming-stopped")}}
@@ -76,7 +76,7 @@ export interface ReadFileArgs extends HasUITarget {
76
76
  promptMessage?: string;
77
77
  /**
78
78
  * If present, provides information about what file types are accepted by
79
- * this dialog, eg: "*.jpg, *.gif and *.bmp files accepted".
79
+ * this dialog, e.g. "*.jpg, *.gif and *.bmp files accepted".
80
80
  */
81
81
  fileTypeDescription?: string;
82
82
  }
@@ -126,7 +126,8 @@ export interface IdentifyArgs {
126
126
  geometry: GeometryLike;
127
127
  /**
128
128
  * The feature sources to identify. Can be used instead of or in addition to
129
- * "maps". Not supported in VertiGIS Studio Mobile (use "maps").
129
+ * "maps". Not supported in VertiGIS Studio Mobile (use "maps"). Source will
130
+ * be used in addition to the maps.
130
131
  */
131
132
  sources?: FeatureSource[];
132
133
  /**
@@ -7,7 +7,7 @@ import type { TraceCompletedArgs } from "./utility-network.js";
7
7
  export declare class TracingEvents extends EventRegistry {
8
8
  protected readonly _prefix = "tracing";
9
9
  /**
10
- * Raised when a utility network trace is succesfully completed.
10
+ * Raised when a utility network trace is successfully completed.
11
11
  *
12
12
  * @mobileOnly
13
13
  */
@@ -35,7 +35,7 @@ export interface MessageBoxArgs {
35
35
  isDraggable?: boolean;
36
36
  /**
37
37
  * Where the dialog appears in the app when it is created. Defaults to
38
- * center position. Web only.
38
+ * "center" position. Web only.
39
39
  */
40
40
  initialPosition?: MessageBoxPosition;
41
41
  }
@@ -544,6 +544,7 @@ export declare class UIOperations extends OperationRegistry {
544
544
  /**
545
545
  * Prompts the user to enter a value in a popup box. Web only.
546
546
  *
547
+ * @throws `Cancellation` on user popup cancel.
547
548
  * @webOnly
548
549
  */
549
550
  get prompt(): Operation<PromptOperationArgs, string>;