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