@vertigis/viewer-spec 61.14.0 → 61.15.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/analytics/MobileAction.d.ts +1 -1
- package/analytics/WebAction.d.ts +1 -1
- package/app-config/AppConfig.d.ts +1 -1
- package/app-config/common/ApplicationModelProperties.d.ts +1 -1
- package/app-config/common/BookmarksModelProperties.d.ts +2 -2
- package/app-config/common/BrandingThemeProperties.d.ts +1 -1
- package/app-config/common/CoordinateModelProperties.d.ts +1 -1
- package/app-config/common/EventListenerModelProperties.d.ts +1 -1
- package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/common/HighlightModelProperties.d.ts +1 -1
- package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
- package/app-config/common/LayoutProperties.d.ts +1 -1
- package/app-config/common/MapModelProperties.d.ts +1 -1
- package/app-config/common/MenuModelProperties.d.ts +2 -2
- package/app-config/common/ModelProperties.d.ts +1 -1
- package/app-config/common/RegionModelProperties.d.ts +1 -1
- package/app-config/common/ResultsModelProperties.d.ts +1 -1
- package/app-config/common/SearchModelProperties.d.ts +1 -1
- package/app-config/common/TranslatableText.d.ts +1 -1
- package/app-config/common/WorkflowModelProperties.d.ts +1 -1
- package/app-config/common/colors.d.ts +2 -2
- package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
- package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
- package/app-config/mobile/MapModelProperties.d.ts +1 -1
- package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
- package/app-config/mobile/ResultsModelProperties.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/BasemapModelProperties.d.ts +1 -1
- package/app-config/web/ChartModelProperties.d.ts +2 -2
- package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
- package/app-config/web/DrawModelProperties.d.ts +9 -9
- package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
- package/app-config/web/FeatureListProperties.d.ts +1 -1
- package/app-config/web/FeatureSetProperties.d.ts +3 -3
- package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
- package/app-config/web/GeoDataModelProperties.d.ts +1 -1
- package/app-config/web/GeocoderModelProperties.d.ts +2 -2
- package/app-config/web/KpiCardModelProperties.d.ts +2 -2
- package/app-config/web/MenuItemModelProperties.d.ts +1 -1
- package/app-config/web/ModelProperties.d.ts +1 -1
- package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
- package/app-config/web/ReportModelProperties.d.ts +1 -1
- package/app-config/web/ResultsModelProperties.d.ts +1 -1
- package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
- package/app-config/web/SearchServiceProperties.d.ts +1 -1
- package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
- package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
- package/app-config/web/SnappingProperties.d.ts +3 -3
- package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
- package/app-config/web/TopologyProperties.d.ts +2 -2
- package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
- package/messaging/Command.d.ts +1 -1
- package/messaging/Event.d.ts +1 -1
- package/messaging/Message.d.ts +1 -1
- package/messaging/MessageBus.d.ts +2 -2
- package/messaging/Operation.d.ts +1 -1
- package/messaging/common.d.ts +37 -37
- package/messaging/registry/auth.d.ts +3 -4
- package/messaging/registry/basemap.d.ts +1 -1
- package/messaging/registry/drawing.d.ts +9 -9
- package/messaging/registry/edit.d.ts +48 -11
- package/messaging/registry/file.d.ts +1 -2
- package/messaging/registry/geocode.d.ts +1 -1
- package/messaging/registry/geolocation.d.ts +2 -2
- package/messaging/registry/geometry.d.ts +5 -5
- package/messaging/registry/layer-presets.d.ts +1 -1
- package/messaging/registry/layers.d.ts +0 -1
- package/messaging/registry/location-marker.d.ts +5 -5
- package/messaging/registry/map.d.ts +12 -12
- package/messaging/registry/measurement.d.ts +1 -1
- package/messaging/registry/offline.d.ts +7 -9
- package/messaging/registry/portal.d.ts +1 -1
- package/messaging/registry/printing.d.ts +4 -4
- package/messaging/registry/project.d.ts +6 -6
- package/messaging/registry/reports.d.ts +1 -1
- package/messaging/registry/results.d.ts +10 -10
- package/messaging/registry/sketching.d.ts +12 -12
- package/messaging/registry/tasks.d.ts +4 -4
- package/messaging/registry/utility-network.d.ts +4 -5
- package/messaging/registry/viewer.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +1 -1
- package/messaging/schema/common-event.schema.json +1 -1
- package/messaging/schema/mobile-action.schema.json +1 -1
- package/messaging/schema/mobile-event.schema.json +1 -1
- package/messaging/schema/web-action.schema.json +1 -1
- package/messaging/schema/web-drawing-command-definitions.md +554 -76
- package/messaging/schema/web-drawing-operation-definitions.md +268 -21
- package/messaging/schema/web-edit-command-definitions.md +52 -9
- package/messaging/schema/web-event.schema.json +1 -1
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-geometry-command-definitions.md +0 -16
- package/messaging/schema/web-geometry-operation-definitions.md +233 -18
- package/messaging/schema/web-map-command-definitions.md +870 -58
- package/messaging/schema/web-map-operation-definitions.md +8 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -94
- package/messaging/schema/web-measurement-operation-definitions.md +124 -11
- package/messaging/schema/web-portal-operation-definitions.md +8 -0
- package/messaging/schema/web-printing-operation-definitions.md +1 -1
- package/messaging/schema/web-results-command-definitions.md +3 -3
- package/messaging/schema/web-results-operation-definitions.md +4 -1
- package/messaging/schema/web-system-command-definitions.md +3 -1
- package/messaging/schema/web-system-operation-definitions.md +16 -0
- package/messaging/schema/web-ui-operation-definitions.md +1 -1
- package/package.json +33 -29
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import type { Options } from "highcharts";
|
|
2
2
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
3
|
import type { FeatureSetProperties } from "./FeatureSetProperties.js";
|
|
4
4
|
/**
|
|
@@ -44,7 +44,7 @@ export interface ChartModelProperties extends ComponentModelProperties {
|
|
|
44
44
|
* ```
|
|
45
45
|
* The action will be executed with the event argument provided by Highcharts.
|
|
46
46
|
*/
|
|
47
|
-
template:
|
|
47
|
+
template: Options;
|
|
48
48
|
/**
|
|
49
49
|
* An optional list of highcharts modules that will be utilized by your
|
|
50
50
|
* charts configuration.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity";
|
|
2
|
-
import type { FeatureSourceProperties } from "@vertigis/arcgis-extensions/data/FeatureSource";
|
|
1
|
+
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity.js";
|
|
2
|
+
import type { FeatureSourceProperties } from "@vertigis/arcgis-extensions/data/FeatureSource.js";
|
|
3
3
|
/**
|
|
4
4
|
* Configuration for a Data Link source.
|
|
5
5
|
*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
|
|
2
|
-
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
|
|
3
|
-
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
4
|
-
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D";
|
|
5
|
-
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D";
|
|
6
|
-
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
|
|
7
|
-
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
|
|
8
|
-
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
|
|
9
|
-
import type TextSymbol from "@arcgis/core/symbols/TextSymbol";
|
|
1
|
+
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D.js";
|
|
2
|
+
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol.js";
|
|
3
|
+
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol.js";
|
|
4
|
+
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D.js";
|
|
5
|
+
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D.js";
|
|
6
|
+
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol.js";
|
|
7
|
+
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol.js";
|
|
8
|
+
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
|
|
9
|
+
import type TextSymbol from "@arcgis/core/symbols/TextSymbol.js";
|
|
10
10
|
import type { LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson, TextSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
11
11
|
import type { SymbolLike } from "../../messaging/common.js";
|
|
12
12
|
import type { ModelProperties } from "../common/ModelProperties.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
2
2
|
import type { FeatureDetailsModelProperties as CommonFeatureDetailsModelProperties } from "../common/FeatureDetailsModelProperties.js";
|
|
3
3
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FeatureListProperties as ApiFeatureListProperties } from "@vertigis/arcgis-extensions/data/FeatureList";
|
|
1
|
+
import type { FeatureListProperties as ApiFeatureListProperties } from "@vertigis/arcgis-extensions/data/FeatureList.js";
|
|
2
2
|
import type { ItemRef } from "../common/ItemRef.js";
|
|
3
3
|
import type { FeatureSetProperties } from "./FeatureSetProperties.js";
|
|
4
4
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature";
|
|
2
|
-
import type { FeatureSetProperties as ApiFeatureSetProperties } from "@vertigis/arcgis-extensions/data/FeatureSet";
|
|
3
|
-
import type { ItemRef } from "../common/ItemRef";
|
|
1
|
+
import type { FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature.js";
|
|
2
|
+
import type { FeatureSetProperties as ApiFeatureSetProperties } from "@vertigis/arcgis-extensions/data/FeatureSet.js";
|
|
3
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
4
4
|
/**
|
|
5
5
|
* Properties for a FeatureSet.
|
|
6
6
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
2
2
|
import type { FeatureDetailsModelProperties as CommonFeatureDetailsModelProperties } from "../common/FeatureDetailsModelProperties.js";
|
|
3
3
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { Geocoder, GeocoderProperties } from "@vertigis/arcgis-extensions/tasks/geocoding/Geocoder";
|
|
2
|
-
import type { ServiceModelProperties } from "../common/ServiceModelProperties";
|
|
1
|
+
import type { Geocoder, GeocoderProperties } from "@vertigis/arcgis-extensions/tasks/geocoding/Geocoder.js";
|
|
2
|
+
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
|
|
3
3
|
/**
|
|
4
4
|
* Properties that can be passed into the constructor for GeocodersService.
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity";
|
|
2
|
-
import type { FormatSettingsProperties } from "@vertigis/arcgis-extensions/support/FormatSettings";
|
|
1
|
+
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity.js";
|
|
2
|
+
import type { FormatSettingsProperties } from "@vertigis/arcgis-extensions/support/FormatSettings.js";
|
|
3
3
|
import type { ItemRef } from "../common/ItemRef.js";
|
|
4
4
|
import type { ColorConfig } from "../common/colors.js";
|
|
5
5
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { InitializableBaseProperties } from "@vertigis/arcgis-extensions/support/InitializableBase";
|
|
1
|
+
import type { InitializableBaseProperties } from "@vertigis/arcgis-extensions/support/InitializableBase.js";
|
|
2
2
|
import type { ModelProperties as CommonModelProperties } from "../common/ModelProperties.js";
|
|
3
3
|
/**
|
|
4
4
|
* Properties that can be used to create or update a model.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
2
2
|
import type { ItemRef } from "../common/ItemRef.js";
|
|
3
3
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
|
|
1
|
+
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal.js";
|
|
2
2
|
import type { ModelProperties } from "./ModelProperties.js";
|
|
3
3
|
/**
|
|
4
4
|
* Properties that can be passed into the constructor for {@link ReportBase}.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
2
2
|
import type { ItemRef } from "../common/ItemRef.js";
|
|
3
3
|
import type { ResultsModelProperties as CommonResultsModelProperties } from "../common/ResultsModelProperties.js";
|
|
4
4
|
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ServiceModelProperties } from "../common/ServiceModelProperties";
|
|
1
|
+
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
|
|
2
2
|
import type { FeatureListProperties } from "./FeatureListProperties.js";
|
|
3
3
|
/**
|
|
4
4
|
* Values depicting part of the Popup Template that can be reordered.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ItemRef } from "../common/ItemRef";
|
|
2
|
-
import type { ComponentModelProperties } from "./ComponentModelProperties";
|
|
3
|
-
import type { HasVisibilityFilters, PortalUsername } from "./HasVisibilityFilters";
|
|
1
|
+
import type { ItemRef } from "../common/ItemRef.js";
|
|
2
|
+
import type { ComponentModelProperties } from "./ComponentModelProperties.js";
|
|
3
|
+
import type { HasVisibilityFilters, PortalUsername } from "./HasVisibilityFilters.js";
|
|
4
4
|
/**
|
|
5
5
|
* Configuration for a shared project.
|
|
6
6
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ServiceModelProperties } from "../common/ServiceModelProperties";
|
|
1
|
+
import type { ServiceModelProperties } from "../common/ServiceModelProperties.js";
|
|
2
2
|
/**
|
|
3
3
|
* Configuration for an application specific shared storage share. Backed by an
|
|
4
4
|
* S3 api compatible service.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type Color from "@arcgis/core/Color";
|
|
2
|
-
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension";
|
|
3
|
-
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension";
|
|
1
|
+
import type Color from "@arcgis/core/Color.js";
|
|
2
|
+
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension.js";
|
|
3
|
+
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension.js";
|
|
4
4
|
/**
|
|
5
5
|
* Well known connection points for Snapping.
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension";
|
|
2
|
-
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension";
|
|
1
|
+
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension.js";
|
|
2
|
+
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension.js";
|
|
3
3
|
/**
|
|
4
4
|
* Well known connection points for topological editing.
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity";
|
|
1
|
+
import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity.js";
|
|
2
2
|
import type { ApplicationModelProperties } from "../common/ApplicationModelProperties.js";
|
|
3
3
|
/**
|
|
4
4
|
* The privacy policy link location options.
|
package/messaging/Command.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CancelToken } from "@vertigis/arcgis-extensions/support/Cancellable";
|
|
1
|
+
import type { CancelToken } from "@vertigis/arcgis-extensions/support/Cancellable.js";
|
|
2
2
|
import type { AnalyticsContext } from "../analytics/AnalyticsContext.js";
|
|
3
3
|
import type { Event } from "./Event.js";
|
|
4
4
|
import type { Message, MessageExecuteOptions } from "./Message.js";
|
package/messaging/Event.d.ts
CHANGED
package/messaging/Message.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
1
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
2
2
|
import type { Command } from "./Command.js";
|
|
3
3
|
import type { Event } from "./Event.js";
|
|
4
4
|
import type { Operation } from "./Operation.js";
|
|
@@ -22,7 +22,7 @@ export interface MessageBus {
|
|
|
22
22
|
/**
|
|
23
23
|
* Retrieves an operation.
|
|
24
24
|
*
|
|
25
|
-
* @param
|
|
25
|
+
* @param action Name of the operation.
|
|
26
26
|
*/
|
|
27
27
|
operation<T = void, TResult = undefined>(action: Action): Operation<T, TResult>;
|
|
28
28
|
/**
|
package/messaging/Operation.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CancelToken } from "@vertigis/arcgis-extensions/support/Cancellable";
|
|
1
|
+
import type { CancelToken } from "@vertigis/arcgis-extensions/support/Cancellable.js";
|
|
2
2
|
import type { AnalyticsContext } from "../analytics/AnalyticsContext.js";
|
|
3
3
|
import type { Event } from "./Event.js";
|
|
4
4
|
import type { Message, MessageExecuteOptions } from "./Message.js";
|
package/messaging/common.d.ts
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import type Graphic from "@arcgis/core/Graphic";
|
|
2
|
-
import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
3
|
-
import type Layer from "@arcgis/core/layers/Layer";
|
|
4
|
-
import type LabelClass from "@arcgis/core/layers/support/LabelClass";
|
|
5
|
-
import type EsriFeatureSet from "@arcgis/core/rest/support/FeatureSet";
|
|
6
|
-
import type CIMSymbol from "@arcgis/core/symbols/CIMSymbol";
|
|
7
|
-
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
|
|
8
|
-
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
|
|
9
|
-
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
10
|
-
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D";
|
|
11
|
-
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D";
|
|
12
|
-
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
|
|
13
|
-
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
|
|
14
|
-
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
|
|
15
|
-
import type TextSymbol from "@arcgis/core/symbols/TextSymbol";
|
|
16
|
-
import type { GeometryUnion, RendererUnion } from "@arcgis/core/unionTypes";
|
|
17
|
-
import type { Entity } from "@vertigis/arcgis-extensions/Entity";
|
|
18
|
-
import type { Feature, FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature";
|
|
19
|
-
import type { FeatureList } from "@vertigis/arcgis-extensions/data/FeatureList";
|
|
20
|
-
import type { FeatureSet } from "@vertigis/arcgis-extensions/data/FeatureSet";
|
|
21
|
-
import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource";
|
|
22
|
-
import type { FeatureStream } from "@vertigis/arcgis-extensions/data/FeatureStream";
|
|
23
|
-
import type { TableExtension, TableReference as TableReferenceObject } from "@vertigis/arcgis-extensions/data/TableExtension";
|
|
24
|
-
import type { LabelingInfoJson } from "@vertigis/arcgis-extensions/json/DrawingInfoJson";
|
|
25
|
-
import type { FeatureJson } from "@vertigis/arcgis-extensions/json/FeatureJson";
|
|
26
|
-
import type { GeometryJson } from "@vertigis/arcgis-extensions/json/GeometryJson";
|
|
27
|
-
import type { RendererJson } from "@vertigis/arcgis-extensions/json/RendererJson";
|
|
28
|
-
import type { CIMSymbolReferenceJson, LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson, TextSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson";
|
|
29
|
-
import type { ViewpointJson } from "@vertigis/arcgis-extensions/json/ViewpointJson";
|
|
30
|
-
import type { BasemapExtension } from "@vertigis/arcgis-extensions/mapping/BasemapExtension";
|
|
31
|
-
import type { Bookmark, BookmarkProperties } from "@vertigis/arcgis-extensions/mapping/Bookmark";
|
|
32
|
-
import type { LayerExtension, LayerReference as LayerReferenceObject } from "@vertigis/arcgis-extensions/mapping/LayerExtension";
|
|
33
|
-
import type { MapExtension } from "@vertigis/arcgis-extensions/mapping/MapExtension";
|
|
34
|
-
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension";
|
|
35
|
-
import type { SublayerLike } from "@vertigis/arcgis-extensions/support/esri";
|
|
36
|
-
import type { ItemRef } from "../app-config/common/ItemRef";
|
|
37
|
-
import type { TimeSpan } from "./DotNetTypes";
|
|
1
|
+
import type Graphic from "@arcgis/core/Graphic.js";
|
|
2
|
+
import type Viewpoint from "@arcgis/core/Viewpoint.js";
|
|
3
|
+
import type Layer from "@arcgis/core/layers/Layer.js";
|
|
4
|
+
import type LabelClass from "@arcgis/core/layers/support/LabelClass.js";
|
|
5
|
+
import type EsriFeatureSet from "@arcgis/core/rest/support/FeatureSet.js";
|
|
6
|
+
import type CIMSymbol from "@arcgis/core/symbols/CIMSymbol.js";
|
|
7
|
+
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D.js";
|
|
8
|
+
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol.js";
|
|
9
|
+
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol.js";
|
|
10
|
+
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D.js";
|
|
11
|
+
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D.js";
|
|
12
|
+
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol.js";
|
|
13
|
+
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol.js";
|
|
14
|
+
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
|
|
15
|
+
import type TextSymbol from "@arcgis/core/symbols/TextSymbol.js";
|
|
16
|
+
import type { GeometryUnion, RendererUnion } from "@arcgis/core/unionTypes.js";
|
|
17
|
+
import type { Entity } from "@vertigis/arcgis-extensions/Entity.js";
|
|
18
|
+
import type { Feature, FeatureProperties } from "@vertigis/arcgis-extensions/data/Feature.js";
|
|
19
|
+
import type { FeatureList } from "@vertigis/arcgis-extensions/data/FeatureList.js";
|
|
20
|
+
import type { FeatureSet } from "@vertigis/arcgis-extensions/data/FeatureSet.js";
|
|
21
|
+
import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource.js";
|
|
22
|
+
import type { FeatureStream } from "@vertigis/arcgis-extensions/data/FeatureStream.js";
|
|
23
|
+
import type { TableExtension, TableReference as TableReferenceObject } from "@vertigis/arcgis-extensions/data/TableExtension.js";
|
|
24
|
+
import type { LabelingInfoJson } from "@vertigis/arcgis-extensions/json/DrawingInfoJson.js";
|
|
25
|
+
import type { FeatureJson } from "@vertigis/arcgis-extensions/json/FeatureJson.js";
|
|
26
|
+
import type { GeometryJson } from "@vertigis/arcgis-extensions/json/GeometryJson.js";
|
|
27
|
+
import type { RendererJson } from "@vertigis/arcgis-extensions/json/RendererJson.js";
|
|
28
|
+
import type { CIMSymbolReferenceJson, LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson, TextSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
29
|
+
import type { ViewpointJson } from "@vertigis/arcgis-extensions/json/ViewpointJson.js";
|
|
30
|
+
import type { BasemapExtension } from "@vertigis/arcgis-extensions/mapping/BasemapExtension.js";
|
|
31
|
+
import type { Bookmark, BookmarkProperties } from "@vertigis/arcgis-extensions/mapping/Bookmark.js";
|
|
32
|
+
import type { LayerExtension, LayerReference as LayerReferenceObject } from "@vertigis/arcgis-extensions/mapping/LayerExtension.js";
|
|
33
|
+
import type { MapExtension } from "@vertigis/arcgis-extensions/mapping/MapExtension.js";
|
|
34
|
+
import type { SublayerExtension } from "@vertigis/arcgis-extensions/mapping/SublayerExtension.js";
|
|
35
|
+
import type { SublayerLike } from "@vertigis/arcgis-extensions/support/esri.js";
|
|
36
|
+
import type { ItemRef } from "../app-config/common/ItemRef.js";
|
|
37
|
+
import type { TimeSpan } from "./DotNetTypes.js";
|
|
38
38
|
/**
|
|
39
39
|
* A component's ID in the layout.
|
|
40
40
|
*/
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import type
|
|
3
|
-
import type
|
|
4
|
-
import type CredentialRequestInfo from "esri-runtime-sdk/CredentialRequestInfo";
|
|
1
|
+
import type PortalUser from "@arcgis/core/portal/PortalUser.js";
|
|
2
|
+
import type Credential from "esri-runtime-sdk/Credential.js";
|
|
3
|
+
import type CredentialRequestInfo from "esri-runtime-sdk/CredentialRequestInfo.js";
|
|
5
4
|
import type { Command } from "../Command.js";
|
|
6
5
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
7
6
|
import type { Event } from "../Event.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BasemapExtension } from "@vertigis/arcgis-extensions/mapping/BasemapExtension";
|
|
1
|
+
import type { BasemapExtension } from "@vertigis/arcgis-extensions/mapping/BasemapExtension.js";
|
|
2
2
|
import type { Command } from "../Command.js";
|
|
3
3
|
import type { Event } from "../Event.js";
|
|
4
4
|
import { EventRegistry } from "../EventRegistry.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type Geometry from "@arcgis/core/geometry/Geometry.js";
|
|
2
|
-
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D";
|
|
3
|
-
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol";
|
|
4
|
-
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
5
|
-
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D";
|
|
6
|
-
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D";
|
|
7
|
-
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol";
|
|
8
|
-
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol";
|
|
9
|
-
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
|
|
2
|
+
import type LineSymbol3D from "@arcgis/core/symbols/LineSymbol3D.js";
|
|
3
|
+
import type PictureFillSymbol from "@arcgis/core/symbols/PictureFillSymbol.js";
|
|
4
|
+
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol.js";
|
|
5
|
+
import type PointSymbol3D from "@arcgis/core/symbols/PointSymbol3D.js";
|
|
6
|
+
import type PolygonSymbol3D from "@arcgis/core/symbols/PolygonSymbol3D.js";
|
|
7
|
+
import type SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol.js";
|
|
8
|
+
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol.js";
|
|
9
|
+
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
|
|
10
10
|
import type { SymbolUnion } from "@arcgis/core/unionTypes.js";
|
|
11
11
|
import type { LineSymbol3DJson, PictureFillSymbolJson, PictureMarkerSymbolJson, PointSymbol3DJson, PolygonSymbol3DJson, SimpleFillSymbolJson, SimpleLineSymbolJson, SimpleMarkerSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
12
|
-
import type { GeometryType } from "@vertigis/arcgis-extensions/support/esri";
|
|
12
|
+
import type { GeometryType } from "@vertigis/arcgis-extensions/support/esri.js";
|
|
13
13
|
import type { SymbolPresetProperties } from "../../app-config/web/DrawModelProperties.js";
|
|
14
14
|
import type { Command } from "../Command.js";
|
|
15
15
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type FieldElement from "@arcgis/core/form/elements/FieldElement.js";
|
|
2
|
-
import type { Attachment } from "@vertigis/arcgis-extensions/data/Attachment";
|
|
3
|
-
import type { Feature } from "@vertigis/arcgis-extensions/data/Feature";
|
|
4
|
-
import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource";
|
|
2
|
+
import type { Attachment } from "@vertigis/arcgis-extensions/data/Attachment.js";
|
|
3
|
+
import type { Feature } from "@vertigis/arcgis-extensions/data/Feature.js";
|
|
4
|
+
import type { FeatureSource } from "@vertigis/arcgis-extensions/data/FeatureSource.js";
|
|
5
5
|
import type { Command } from "../Command.js";
|
|
6
6
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
7
7
|
import type { Event } from "../Event.js";
|
|
@@ -193,15 +193,32 @@ export interface DisplayAddFeatureArgs extends CreateFeatureArgs, HasMaps, EditO
|
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* Arguments for the "edit.display-add-related-feature" command. A feature and a
|
|
196
|
-
* relationship ID are supplied as inputs instead of a layer.
|
|
196
|
+
* relationship ID are supplied as inputs instead of a layer. Web only.
|
|
197
|
+
*
|
|
198
|
+
* @webOnly
|
|
197
199
|
*/
|
|
198
200
|
export interface DisplayAddRelatedFeatureArgs extends Omit<DisplayAddFeatureArgs, "layers">, HasFeatures {
|
|
199
201
|
/**
|
|
200
202
|
* The ID of the relationship to add a feature to.
|
|
201
203
|
*/
|
|
202
204
|
relationshipId: string;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Arguments for the "edit.display-add-related-feature" command. Mobile only.
|
|
208
|
+
*
|
|
209
|
+
* @mobileOnly
|
|
210
|
+
*/
|
|
211
|
+
export interface DisplayAddRelatedFeatureMobileArgs {
|
|
203
212
|
/**
|
|
204
|
-
* The feature
|
|
213
|
+
* The original feature to add a related feature to.
|
|
214
|
+
*/
|
|
215
|
+
feature: Feature;
|
|
216
|
+
/**
|
|
217
|
+
* The ID of the relationship to add a feature to.
|
|
218
|
+
*/
|
|
219
|
+
relationshipId: string;
|
|
220
|
+
/**
|
|
221
|
+
* The feature source the related feature belongs to.
|
|
205
222
|
*/
|
|
206
223
|
relatedFeatureSource: FeatureSource;
|
|
207
224
|
}
|
|
@@ -391,16 +408,16 @@ export declare class EditCommands extends CommandRegistry {
|
|
|
391
408
|
* The specified feature will be the original feature that the new related
|
|
392
409
|
* feature will be added to in the relationship.
|
|
393
410
|
*
|
|
394
|
-
* **Example:** Create and edit a new record on a related table, with
|
|
395
|
-
* option to add attachments. Make sure the 'COMMENTS' field is included
|
|
396
|
-
* the editable attributes and make it required.
|
|
411
|
+
* **Example (Web):** Create and edit a new record on a related table, with
|
|
412
|
+
* the option to add attachments. Make sure the 'COMMENTS' field is included
|
|
413
|
+
* in the editable attributes and make it required.
|
|
397
414
|
*
|
|
398
415
|
* _Notes:_.
|
|
399
416
|
*
|
|
400
417
|
* 1. The feature used here must come from the running viewer, and cannot be an
|
|
401
418
|
* ad-hoc feature created from a JSON object. For example, you can use
|
|
402
|
-
* the output of `results.get-active-features
|
|
403
|
-
* in a command chain context.
|
|
419
|
+
* the output of `results.get-active-features` (Web only), or the feature
|
|
420
|
+
* provided in a command chain context.
|
|
404
421
|
* 2. `editableExpression` and `requiredExpression` both take an Arcade
|
|
405
422
|
* expression, and here the string "true" is just a simple Arcade
|
|
406
423
|
* expression that always returns true. You can also use a more complex
|
|
@@ -420,8 +437,28 @@ export declare class EditCommands extends CommandRegistry {
|
|
|
420
437
|
* ]
|
|
421
438
|
* }
|
|
422
439
|
* ```
|
|
440
|
+
*
|
|
441
|
+
* **Example (Mobile):** Create and edit a new record on a feature.
|
|
442
|
+
*
|
|
443
|
+
* _Notes:_.
|
|
444
|
+
*
|
|
445
|
+
* 1. The feature used here must come from the running viewer, and cannot be an
|
|
446
|
+
* ad-hoc feature created from a JSON object. For example, the feature
|
|
447
|
+
* provided to a Workflow from a Feature Action context (as in this
|
|
448
|
+
* example), or from a query.
|
|
449
|
+
* 2. The relatedFeatureSource in this example is a table passed in to the
|
|
450
|
+
* Workflow as an input like so: `{ "tableSource":
|
|
451
|
+
* "item://table-extension/your-table-extension-id" }`
|
|
452
|
+
*
|
|
453
|
+
* ```
|
|
454
|
+
* {
|
|
455
|
+
* "feature": $getWorkflowInputs.inputs.context[0]
|
|
456
|
+
* "relationshipId": "1",
|
|
457
|
+
* "relatedFeatureSource": $getWorkflowInputs.inputs.tableSource
|
|
458
|
+
* }
|
|
459
|
+
* ```
|
|
423
460
|
*/
|
|
424
|
-
get displayAddRelatedFeature(): Command<DisplayAddRelatedFeatureArgs>;
|
|
461
|
+
get displayAddRelatedFeature(): Command<DisplayAddRelatedFeatureArgs | DisplayAddRelatedFeatureMobileArgs>;
|
|
425
462
|
/**
|
|
426
463
|
* Begin an interactive feature editing session with an existing feature.
|
|
427
464
|
* `DisplayUpdateFeatureArgs` is not supported on Mobile.
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
/// <reference types="dotnet-bcl" />
|
|
2
1
|
import type PortalItem from "@arcgis/core/portal/PortalItem.js";
|
|
3
|
-
import type Exception from "dotnet-bcl/System/Exception";
|
|
2
|
+
import type Exception from "dotnet-bcl/System/Exception.js";
|
|
4
3
|
import type { Command } from "../Command.js";
|
|
5
4
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
6
5
|
import type { Event } from "../Event.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
|
|
2
2
|
import type { Feature } from "@vertigis/arcgis-extensions/data/Feature.js";
|
|
3
3
|
import type { CountResult } from "@vertigis/arcgis-extensions/tasks/CountResult.js";
|
|
4
|
-
import type { AddressLike, GeocodeOptions, Geocoder } from "@vertigis/arcgis-extensions/tasks/geocoding/Geocoder";
|
|
4
|
+
import type { AddressLike, GeocodeOptions, Geocoder } from "@vertigis/arcgis-extensions/tasks/geocoding/Geocoder.js";
|
|
5
5
|
import type { Command } from "../Command.js";
|
|
6
6
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
7
7
|
import type { Operation } from "../Operation.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type Color from "@arcgis/core/Color";
|
|
2
|
-
import type Point from "@arcgis/core/geometry/Point";
|
|
1
|
+
import type Color from "@arcgis/core/Color.js";
|
|
2
|
+
import type Point from "@arcgis/core/geometry/Point.js";
|
|
3
3
|
import type SimpleLineSymbol from "@arcgis/core/symbols/SimpleLineSymbol.js";
|
|
4
4
|
import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
|
|
5
5
|
import type { SpatialReferenceJson } from "@vertigis/arcgis-extensions/json/SpatialReferenceJson.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type Point from "@arcgis/core/geometry/Point";
|
|
2
|
-
import type Polygon from "@arcgis/core/geometry/Polygon";
|
|
3
|
-
import type Polyline from "@arcgis/core/geometry/Polyline";
|
|
4
|
-
import type SpatialReference from "@arcgis/core/geometry/SpatialReference";
|
|
5
|
-
import type GeographicTransformation from "@arcgis/core/geometry/operators/support/GeographicTransformation";
|
|
1
|
+
import type Point from "@arcgis/core/geometry/Point.js";
|
|
2
|
+
import type Polygon from "@arcgis/core/geometry/Polygon.js";
|
|
3
|
+
import type Polyline from "@arcgis/core/geometry/Polyline.js";
|
|
4
|
+
import type SpatialReference from "@arcgis/core/geometry/SpatialReference.js";
|
|
5
|
+
import type GeographicTransformation from "@arcgis/core/geometry/operators/support/GeographicTransformation.js";
|
|
6
6
|
import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
|
|
7
7
|
import type { Command } from "../Command.js";
|
|
8
8
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { LayerPreset } from "@vertigis/arcgis-extensions/layer-preset/LayerPreset";
|
|
1
|
+
import type { LayerPreset } from "@vertigis/arcgis-extensions/layer-preset/LayerPreset.js";
|
|
2
2
|
import type { Command } from "../Command.js";
|
|
3
3
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
4
4
|
import type { Event } from "../Event.js";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type { TaskSettingsProperties } from "@vertigis/arcgis-extensions/data/TaskSettings.js";
|
|
3
2
|
import type { LabelingInfoJson } from "@vertigis/arcgis-extensions/json/DrawingInfoJson.js";
|
|
4
3
|
import type { PopupInfoJson } from "@vertigis/arcgis-extensions/json/PopupInfoJson.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type Color from "@arcgis/core/Color";
|
|
2
|
-
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol";
|
|
3
|
-
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol";
|
|
4
|
-
import type TextSymbol from "@arcgis/core/symbols/TextSymbol";
|
|
1
|
+
import type Color from "@arcgis/core/Color.js";
|
|
2
|
+
import type PictureMarkerSymbol from "@arcgis/core/symbols/PictureMarkerSymbol.js";
|
|
3
|
+
import type SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
|
|
4
|
+
import type TextSymbol from "@arcgis/core/symbols/TextSymbol.js";
|
|
5
5
|
import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
|
|
6
6
|
import type { ColorJson, PictureMarkerSymbolJson, SimpleMarkerSymbolJson, TextSymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
7
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
7
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
8
8
|
import type { Command } from "../Command.js";
|
|
9
9
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
10
10
|
import type { Event } from "../Event.js";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type Graphic from "@arcgis/core/Graphic.js";
|
|
2
|
-
import type EsriMap from "@arcgis/core/Map";
|
|
3
|
-
import type Viewpoint from "@arcgis/core/Viewpoint";
|
|
4
|
-
import type Extent from "@arcgis/core/geometry/Extent";
|
|
5
|
-
import type Point from "@arcgis/core/geometry/Point";
|
|
6
|
-
import type SpatialReference from "@arcgis/core/geometry/SpatialReference";
|
|
7
|
-
import type GeographicTransformation from "@arcgis/core/geometry/operators/support/GeographicTransformation";
|
|
8
|
-
import type Layer from "@arcgis/core/layers/Layer";
|
|
2
|
+
import type EsriMap from "@arcgis/core/Map.js";
|
|
3
|
+
import type Viewpoint from "@arcgis/core/Viewpoint.js";
|
|
4
|
+
import type Extent from "@arcgis/core/geometry/Extent.js";
|
|
5
|
+
import type Point from "@arcgis/core/geometry/Point.js";
|
|
6
|
+
import type SpatialReference from "@arcgis/core/geometry/SpatialReference.js";
|
|
7
|
+
import type GeographicTransformation from "@arcgis/core/geometry/operators/support/GeographicTransformation.js";
|
|
8
|
+
import type Layer from "@arcgis/core/layers/Layer.js";
|
|
9
9
|
import type { GeometryUnion } from "@arcgis/core/unionTypes.js";
|
|
10
10
|
import type { GeometryJsonType } from "@vertigis/arcgis-extensions/json/GeometryJson.js";
|
|
11
11
|
import type { OperationalLayerJson } from "@vertigis/arcgis-extensions/json/OperationalLayerJson.js";
|
|
12
12
|
import type { SymbolJson } from "@vertigis/arcgis-extensions/json/SymbolJson.js";
|
|
13
|
-
import type { LayerPreset } from "@vertigis/arcgis-extensions/layer-preset/LayerPreset";
|
|
14
|
-
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension";
|
|
15
|
-
import type { MapExtension, ViewMode } from "@vertigis/arcgis-extensions/mapping/MapExtension";
|
|
16
|
-
import type { Action } from "@vertigis/arcgis-extensions/support/Action";
|
|
17
|
-
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal";
|
|
13
|
+
import type { LayerPreset } from "@vertigis/arcgis-extensions/layer-preset/LayerPreset.js";
|
|
14
|
+
import type { LayerExtension } from "@vertigis/arcgis-extensions/mapping/LayerExtension.js";
|
|
15
|
+
import type { MapExtension, ViewMode } from "@vertigis/arcgis-extensions/mapping/MapExtension.js";
|
|
16
|
+
import type { Action } from "@vertigis/arcgis-extensions/support/Action.js";
|
|
17
|
+
import type { PortalItemLike } from "@vertigis/arcgis-extensions/utilities/portal.js";
|
|
18
18
|
import type { Command } from "../Command.js";
|
|
19
19
|
import { CommandRegistry } from "../CommandRegistry.js";
|
|
20
20
|
import type { TimeSpan } from "../DotNetTypes.js";
|