@conterra/ct-mapapps-typings 4.20.0-next.20250707091215 → 4.20.0-next.20250717093802
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/agssearch/api.d.ts +2 -2
- package/apprt-core/config.d.ts +3 -7
- package/apprt-core/load-js.d.ts +1 -1
- package/apprt-fetch/index.d.ts +1 -1
- package/coordinateconversion/api.d.ts +2 -1
- package/coordinatetransformer/api/CoordinateTransformer.d.ts +6 -4
- package/coordinatetransformer/api/ProjectionStore.d.ts +4 -2
- package/coordinatetransformer/api/TransformationProvider.d.ts +6 -4
- package/coordinatetransformer/api/TransformerStrategy.d.ts +4 -2
- package/coordinatetransformer/api/index.d.ts +6 -4
- package/ct/async.d.ts +1 -1
- package/ct/mapping/geometry.d.ts +6 -6
- package/editing/api.d.ts +5 -15
- package/geojson/api.d.ts +6 -6
- package/geometryservice/api.d.ts +15 -15
- package/graphics/GraphicsBuilder.d.ts +1 -1
- package/highlights/api.d.ts +4 -4
- package/map-actions/api.d.ts +2 -2
- package/map-basemaps-api/BasemapItem.d.ts +2 -9
- package/map-basemaps-api/BasemapsModel.d.ts +1 -1
- package/map-basemaps-api/api.d.ts +1 -1
- package/map-config-api/api.d.ts +38 -38
- package/map-init/api.d.ts +1 -1
- package/map-widget/Constraints.d.ts +14 -11
- package/map-widget/LayerObserver.d.ts +5 -5
- package/map-widget/LayerTraverser.d.ts +5 -5
- package/map-widget/MapWidgetFactory.d.ts +14 -11
- package/map-widget/MapWidgetModel.d.ts +14 -11
- package/map-widget/Navigation.d.ts +3 -0
- package/map-widget/ViewReadyWatcher.d.ts +14 -11
- package/map-widget/__internal__/{DTPbI1Aa.d.ts → CDrIcYrK.d.ts} +13 -10
- package/map-widget/api/Constraints.d.ts +14 -11
- package/map-widget/api/MapWidget.d.ts +14 -11
- package/map-widget/api/MapWidgetFactory.d.ts +17 -14
- package/map-widget/api/MapWidgetModel.d.ts +14 -11
- package/map-widget/api/MapWidgetRegistration.d.ts +15 -12
- package/map-widget/api/Navigation.d.ts +8 -1
- package/map-widget/api/SrsChangeService.d.ts +14 -11
- package/map-widget/api/index.d.ts +14 -11
- package/mapdraw-api/api.d.ts +3 -3
- package/maptips/api.d.ts +2 -2
- package/measurement-2d/api.d.ts +3 -2
- package/measurement-3d/api.d.ts +1 -1
- package/package.json +1 -1
- package/popups/Action.d.ts +7 -7
- package/popups/BaseAction.d.ts +8 -8
- package/popups/ContentUpdateProxy.d.ts +3 -3
- package/popups/api.d.ts +5 -5
- package/portal-security/api.d.ts +1 -1
- package/result-api/__internal__/{DHLZxzhJ.d.ts → CBP8V1_F.d.ts} +2 -1
- package/result-api/api/actions.d.ts +3 -2
- package/result-api/api/formatting.d.ts +3 -2
- package/result-api/api/index.d.ts +3 -2
- package/result-api/api/model.d.ts +3 -2
- package/result-api/api/service.d.ts +3 -2
- package/result-api/api/ui.d.ts +3 -2
- package/selection-services/DrawingSpatialInputAction.d.ts +1 -1
- package/selection-services/SearchSource.d.ts +3 -3
- package/selection-services/SpatialInputAction.d.ts +1 -1
- package/selection-services/TolerancePointDrawingInputAction.d.ts +1 -1
- package/selection-services/api/index.d.ts +1 -1
- package/store-api/ComplexQuery.d.ts +1 -1
- package/store-api/InMemoryStore.d.ts +1 -1
- package/store-api/QueryResults.d.ts +1 -3
- package/store-api/SpatialQuery.d.ts +1 -1
- package/store-api/api/ComplexQueryLang.d.ts +1 -1
- package/store-api/api/Store.d.ts +1 -9
- package/store-api/api/index.d.ts +1 -1
- package/store-api/rest/BaseRestStore.d.ts +1 -1
- package/store-api/rest/BaseWriteableRestStore.d.ts +1 -1
- package/store-api/rest/ComplexQueryToSQL.d.ts +1 -1
- package/store-api/rest/ComplexQueryToSolrQL.d.ts +1 -1
- package/store-api/rest/RQLStore.d.ts +1 -1
- package/store-api/rest/SQLStore.d.ts +1 -1
- package/store-api/utils.d.ts +1 -5
- package/toc/api/Action.d.ts +4 -4
- package/toc/api/Item.d.ts +5 -5
- package/toc/api/StateChecker.d.ts +4 -4
- package/toc/api/index.d.ts +4 -4
- package/apprt-request/api.d.ts +0 -340
- package/apprt-request/main.d.ts +0 -6
- package/apprt-request/package.json +0 -5
- package/apprt-request/request.d.ts +0 -8
- package/ct/request.d.ts +0 -17
package/agssearch/api.d.ts
CHANGED
package/apprt-core/config.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ interface WellknownConfigKeys {
|
|
|
99
99
|
*/
|
|
100
100
|
"esri-identity-app-token-enabled": boolean;
|
|
101
101
|
/**
|
|
102
|
-
* Enables the persistence of the
|
|
102
|
+
* Enables the persistence of the @arcgis/core/identity/IdentityManager state in the local storage.
|
|
103
103
|
*/
|
|
104
104
|
"esri-identity-state-persist": boolean;
|
|
105
105
|
/**
|
|
@@ -113,7 +113,7 @@ interface WellknownConfigKeys {
|
|
|
113
113
|
*/
|
|
114
114
|
"esri-identity-state-name-prefix": string;
|
|
115
115
|
/**
|
|
116
|
-
* Allows the
|
|
116
|
+
* Allows the @arcgis/core/IdentityManager to send credentials via http.
|
|
117
117
|
* Note this is only intended for development purpose
|
|
118
118
|
* and should never be enabled during production.
|
|
119
119
|
*/
|
|
@@ -174,11 +174,7 @@ interface WellknownConfigKeys {
|
|
|
174
174
|
*/
|
|
175
175
|
"request-trusted-servers": string[];
|
|
176
176
|
/**
|
|
177
|
-
*
|
|
178
|
-
*/
|
|
179
|
-
"request-return-dojo-deferred": boolean;
|
|
180
|
-
/**
|
|
181
|
-
* Plain esri key, provides a way to configure the properties in esri/config.
|
|
177
|
+
* Plain esri key, provides a way to configure the properties in @arcgis/core/config.
|
|
182
178
|
* Used by apprt-esri-init.
|
|
183
179
|
*/
|
|
184
180
|
"esri-conf": {
|
package/apprt-core/load-js.d.ts
CHANGED
package/apprt-fetch/index.d.ts
CHANGED
|
@@ -365,7 +365,7 @@ interface Config {
|
|
|
365
365
|
/** Used to control the proxy mode for requests. */
|
|
366
366
|
type ProxyMode = "force-on" | "force-off" | "default";
|
|
367
367
|
/**
|
|
368
|
-
* Request options supported by apprt-
|
|
368
|
+
* Request options supported by apprt-fetch.
|
|
369
369
|
* This is an extension of the Browser's native fetch options.
|
|
370
370
|
*
|
|
371
371
|
* See also the init parameter of [apprt-fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch)
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { Geometry } from '@arcgis/core/geometry';
|
|
2
|
+
import SpatialReference from '@arcgis/core/geometry/SpatialReference';
|
|
3
|
+
import Extent from '@arcgis/core/geometry/Extent';
|
|
4
|
+
import BaseGeometry from '@arcgis/core/geometry/Geometry';
|
|
3
5
|
|
|
4
6
|
/** Helper type to represent an item or an array of items. */
|
|
5
7
|
type Items<T> = T | T[];
|
|
@@ -19,7 +21,7 @@ interface Coordinates {
|
|
|
19
21
|
* const wgs84String = "EPSG:4326";
|
|
20
22
|
* const wgs84Wkid = 4326;
|
|
21
23
|
*
|
|
22
|
-
* import SpatialReference from "
|
|
24
|
+
* import SpatialReference from "@arcgis/core/geometry/SpatialReference";
|
|
23
25
|
* const wgs84 = new SpatialReference({wkid:4326});
|
|
24
26
|
* ```
|
|
25
27
|
*/
|
|
@@ -82,7 +84,7 @@ type CoordinateModificationCallback = (input: Readonly<Coordinates>) => Coordina
|
|
|
82
84
|
* ```ts
|
|
83
85
|
* import { InjectedReference } from "apprt-core/InjectedReference";
|
|
84
86
|
* import { CoordinateTransformer } from "coordinatetransformer/CoordinateTransformer";
|
|
85
|
-
* import { Geometry } from "
|
|
87
|
+
* import { Geometry } from "@arcgis/core/geometry";
|
|
86
88
|
*
|
|
87
89
|
* export default class MyComponent {
|
|
88
90
|
* private coordinateTransformer: InjectedReference<CoordinateTransformer>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Store } from 'store-api/api';
|
|
2
2
|
import { Projection } from './CoordinateTransformer.js';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
3
|
+
import '@arcgis/core/geometry';
|
|
4
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
5
|
+
import '@arcgis/core/geometry/Extent';
|
|
6
|
+
import '@arcgis/core/geometry/Geometry';
|
|
5
7
|
|
|
6
8
|
/**
|
|
7
9
|
* Store which provides access to the available projections via the store interface.
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import GeographicTransformation from '
|
|
3
|
-
import GeographicTransformationStep from '
|
|
1
|
+
import SpatialReference from '@arcgis/core/geometry/SpatialReference';
|
|
2
|
+
import GeographicTransformation from '@arcgis/core/geometry/operators/support/GeographicTransformation';
|
|
3
|
+
import GeographicTransformationStep from '@arcgis/core/geometry/operators/support/GeographicTransformationStep';
|
|
4
4
|
import { Items } from './CoordinateTransformer.js';
|
|
5
|
-
import '
|
|
5
|
+
import '@arcgis/core/geometry';
|
|
6
|
+
import '@arcgis/core/geometry/Extent';
|
|
7
|
+
import '@arcgis/core/geometry/Geometry';
|
|
6
8
|
|
|
7
9
|
/**
|
|
8
10
|
* A transformation provider supplies custom transformations between spatial reference systems.
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { Geometry
|
|
1
|
+
import { Geometry } from '@arcgis/core/geometry';
|
|
2
|
+
import SpatialReference from '@arcgis/core/geometry/SpatialReference';
|
|
2
3
|
import { Items } from './CoordinateTransformer.js';
|
|
3
|
-
import '
|
|
4
|
+
import '@arcgis/core/geometry/Extent';
|
|
5
|
+
import '@arcgis/core/geometry/Geometry';
|
|
4
6
|
|
|
5
7
|
/**
|
|
6
8
|
* A transformer strategy is an interface used by the CoordinateTransformer
|
|
@@ -2,8 +2,10 @@ export { CoordinateModificationCallback, CoordinateTransformer, Coordinates, Ite
|
|
|
2
2
|
export { TransformationProvider } from './TransformationProvider.js';
|
|
3
3
|
export { TransformerStrategy } from './TransformerStrategy.js';
|
|
4
4
|
export { ProjectionStore } from './ProjectionStore.js';
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
5
|
+
import '@arcgis/core/geometry';
|
|
6
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
7
|
+
import '@arcgis/core/geometry/Extent';
|
|
8
|
+
import '@arcgis/core/geometry/Geometry';
|
|
9
|
+
import '@arcgis/core/geometry/operators/support/GeographicTransformation';
|
|
10
|
+
import '@arcgis/core/geometry/operators/support/GeographicTransformationStep';
|
|
9
11
|
import 'store-api/api';
|
package/ct/async.d.ts
CHANGED
package/ct/mapping/geometry.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import SpatialReference from '
|
|
2
|
-
import Point from '
|
|
3
|
-
import Extent from '
|
|
4
|
-
import TimeExtent from '
|
|
1
|
+
import SpatialReference from '@arcgis/core/geometry/SpatialReference';
|
|
2
|
+
import Point from '@arcgis/core/geometry/Point';
|
|
3
|
+
import Extent from '@arcgis/core/geometry/Extent';
|
|
4
|
+
import TimeExtent from '@arcgis/core/time/TimeExtent';
|
|
5
5
|
|
|
6
6
|
declare namespace exports {
|
|
7
7
|
export { createSpatialReference };
|
|
@@ -111,7 +111,7 @@ declare function equalSpatialReference(a: any, b: any): boolean;
|
|
|
111
111
|
* var point = ctgeometry.createPoint(e);
|
|
112
112
|
*
|
|
113
113
|
*/
|
|
114
|
-
declare function createPoint(
|
|
114
|
+
declare function createPoint(_params: any, ...args: any[]): Point;
|
|
115
115
|
/**
|
|
116
116
|
* Function to create an instance of {.Extent} by some alternative arguments.
|
|
117
117
|
* @param [params] an init object or an argument list, see the sample.
|
|
@@ -256,7 +256,7 @@ declare function equalTimeExtent(a: any, b: any): boolean;
|
|
|
256
256
|
*/
|
|
257
257
|
declare function correctAspectRatio(extentIn: any, extentReference: any): Extent;
|
|
258
258
|
/**
|
|
259
|
-
* Checks geometry equality, coordinate equality checked by
|
|
259
|
+
* Checks geometry equality, coordinate equality checked by @arcgis/core/geometry/mathUtils._equals, which uses an epsilon of
|
|
260
260
|
* 1e-8 for number compare.
|
|
261
261
|
*/
|
|
262
262
|
declare function equal(gA: any, gB: any, eps: any): any;
|
package/editing/api.d.ts
CHANGED
|
@@ -1,22 +1,12 @@
|
|
|
1
|
-
import Graphic from '
|
|
2
|
-
import FeatureLayer from '
|
|
3
|
-
import Editor from '
|
|
1
|
+
import Graphic from '@arcgis/core/Graphic';
|
|
2
|
+
import FeatureLayer from '@arcgis/core/layers/FeatureLayer';
|
|
3
|
+
import Editor from '@arcgis/core/widgets/Editor';
|
|
4
4
|
import { Action, ActionOptions, ActionItem } from 'map-actions/api';
|
|
5
5
|
|
|
6
|
-
/**
|
|
7
|
-
* Well known workflow ids.
|
|
8
|
-
*/
|
|
9
|
-
type WellKnownWorkflow = NonNullable<__esri.EditorProperties["allowedWorkflows"]>;
|
|
10
6
|
/**
|
|
11
7
|
* Properties used to create an {@link Editor}.
|
|
12
8
|
*/
|
|
13
|
-
type EditorProperties =
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated since ArcGIS Maps SDK for JavaScript 4.29
|
|
16
|
-
* use {@link __esri.EditorProperties.visibleElements} instead;
|
|
17
|
-
*/
|
|
18
|
-
allowedWorkflows?: WellKnownWorkflow[];
|
|
19
|
-
};
|
|
9
|
+
type EditorProperties = __esri.EditorProperties;
|
|
20
10
|
/**
|
|
21
11
|
* Extension point to access the editing widget or its configuration.
|
|
22
12
|
*/
|
|
@@ -69,4 +59,4 @@ interface StartEditingMapActionItem extends ActionItem {
|
|
|
69
59
|
objectId: number;
|
|
70
60
|
}
|
|
71
61
|
|
|
72
|
-
export type { Editing, EditorInterceptor, EditorProperties, StartEditingMapAction, StartEditingMapActionItem, StartEditingMapActionOptions
|
|
62
|
+
export type { Editing, EditorInterceptor, EditorProperties, StartEditingMapAction, StartEditingMapActionItem, StartEditingMapActionOptions };
|
package/geojson/api.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import Geometry from '
|
|
1
|
+
import Geometry from '@arcgis/core/geometry/Geometry';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Provides the means to transform between WKT strings, GeoJSON and
|
|
4
|
+
* Provides the means to transform between WKT strings, GeoJSON and `@arcgis/core/Geometry` objects.
|
|
5
5
|
* Registered as service `geojson.Transformer`.
|
|
6
6
|
*/
|
|
7
7
|
interface Transformer {
|
|
8
8
|
/**
|
|
9
|
-
* Parses the given GeoJSON object to
|
|
9
|
+
* Parses the given GeoJSON object to @arcgis/core/Geometry.
|
|
10
10
|
*/
|
|
11
11
|
geojsonToGeometry(geoJSON: Record<string, unknown>): Geometry;
|
|
12
12
|
/**
|
|
13
|
-
* Converts an
|
|
13
|
+
* Converts an `@arcgis/core/Geometry` into a GeoJSON object.
|
|
14
14
|
*/
|
|
15
15
|
geometryToGeojson(geometry: Geometry): Record<string, unknown>;
|
|
16
16
|
/**
|
|
@@ -22,11 +22,11 @@ interface Transformer {
|
|
|
22
22
|
*/
|
|
23
23
|
geojsonToWKT(geoJSON: Record<string, unknown>): string;
|
|
24
24
|
/**
|
|
25
|
-
* Parses a WKT string into an
|
|
25
|
+
* Parses a WKT string into an `@arcgis/core/Geometry`.
|
|
26
26
|
*/
|
|
27
27
|
wktToGeometry(wkt: string): Geometry;
|
|
28
28
|
/**
|
|
29
|
-
* Converts an
|
|
29
|
+
* Converts an `@arcgis/core/Geometry` into a WKT string.
|
|
30
30
|
*/
|
|
31
31
|
geometryToWKT(geometry: Geometry): string;
|
|
32
32
|
}
|
package/geometryservice/api.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import Point from '
|
|
3
|
-
import Polygon from '
|
|
4
|
-
import Polyline from '
|
|
1
|
+
import { GeometryUnion } from '@arcgis/core/unionTypes';
|
|
2
|
+
import Point from '@arcgis/core/geometry/Point';
|
|
3
|
+
import Polygon from '@arcgis/core/geometry/Polygon';
|
|
4
|
+
import Polyline from '@arcgis/core/geometry/Polyline';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
|
-
* GeometryService delegates to methods defined in
|
|
7
|
+
* GeometryService delegates to methods defined in @arcgis/core/rest/geometryService.
|
|
8
8
|
*/
|
|
9
9
|
interface GeometryService {
|
|
10
10
|
get url(): string;
|
|
11
11
|
areasAndLengths(areasAndLengthsParameters: any, requestOptions?: any): Promise<any>;
|
|
12
12
|
autoComplete(polygons: any, polylines: any, requestOptions?: any): Promise<Polygon[]>;
|
|
13
13
|
buffer(bufferParameters: any, requestOptions?: any): Promise<Polygon[]>;
|
|
14
|
-
convexHull(geometries: any, requestOptions?: any): Promise<
|
|
14
|
+
convexHull(geometries: any, requestOptions?: any): Promise<GeometryUnion>;
|
|
15
15
|
cut(geometries: any, cutter: any, requestOptions?: any): Promise<any>;
|
|
16
|
-
densify(densifyParameters: any, requestOptions?: any): Promise<
|
|
17
|
-
difference(geometries: any, geometry: any, requestOptions?: any): Promise<
|
|
16
|
+
densify(densifyParameters: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
17
|
+
difference(geometries: any, geometry: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
18
18
|
distance(distanceParameters: any, requestOptions?: any): Promise<number>;
|
|
19
19
|
fromGeoCoordinateString(params: any, requestOptions?: any): Promise<any>;
|
|
20
|
-
generalize(generalizeParameters: any, requestOptions?: any): Promise<
|
|
21
|
-
intersect(geometries: any, intersector: any, requestOptions?: any): Promise<
|
|
20
|
+
generalize(generalizeParameters: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
21
|
+
intersect(geometries: any, intersector: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
22
22
|
labelPoints(polygons: any, requestOptions?: any): Promise<Point[]>;
|
|
23
23
|
lengths(lengthsParameters: any, requestOptions?: any): Promise<any>;
|
|
24
|
-
offset(offsetParameters: any, requestOptions?: any): Promise<
|
|
25
|
-
project(projectParameters: any, requestOption?: any): Promise<
|
|
24
|
+
offset(offsetParameters: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
25
|
+
project(projectParameters: any, requestOption?: any): Promise<GeometryUnion[]>;
|
|
26
26
|
relation(relationParameters: any, requestOptions?: any): Promise<Polygon[]>;
|
|
27
|
-
reshape(geometry: any, reshaper: any, requestOptions?: any): Promise<
|
|
28
|
-
simplify(geometries: any, requestOptions?: any): Promise<
|
|
27
|
+
reshape(geometry: any, reshaper: any, requestOptions?: any): Promise<GeometryUnion>;
|
|
28
|
+
simplify(geometries: any, requestOptions?: any): Promise<GeometryUnion[]>;
|
|
29
29
|
toGeoCoordinateString(params: any, requestOptions?: any): Promise<string[]>;
|
|
30
30
|
trimExtend(trimExtendParameters: any, requestOptions?: any): Promise<Polyline[]>;
|
|
31
|
-
union(geometries: any, requestOptions?: any): Promise<
|
|
31
|
+
union(geometries: any, requestOptions?: any): Promise<GeometryUnion>;
|
|
32
32
|
get units(): Record<string, any>;
|
|
33
33
|
}
|
|
34
34
|
|
package/highlights/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Collection from '
|
|
2
|
-
import Graphic from '
|
|
3
|
-
import esriSymbol from '
|
|
1
|
+
import Collection from '@arcgis/core/core/Collection';
|
|
2
|
+
import Graphic from '@arcgis/core/Graphic';
|
|
3
|
+
import esriSymbol from '@arcgis/core/symbols/Symbol';
|
|
4
4
|
import { ViewMode, MapWidgetModel } from 'map-widget/api';
|
|
5
5
|
export { ViewMode } from 'map-widget/api';
|
|
6
6
|
|
|
@@ -42,7 +42,7 @@ type GeometryType = string;
|
|
|
42
42
|
/**
|
|
43
43
|
* Properties for default symbols.
|
|
44
44
|
* Properties must contain all properties required by
|
|
45
|
-
* [
|
|
45
|
+
* [@arcgis/core/Symbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html)
|
|
46
46
|
* and its derived classes.
|
|
47
47
|
*/
|
|
48
48
|
type SymbolProperties = Record<string, any>;
|
package/map-actions/api.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventSource } from 'apprt-core/Events';
|
|
2
|
-
import {
|
|
2
|
+
import { GeometryUnion } from '@arcgis/core/unionTypes';
|
|
3
3
|
import { PopupTemplateDefinition } from 'popups/api';
|
|
4
4
|
|
|
5
5
|
interface ActionItem {
|
|
6
6
|
/** Arbitrary properties. */
|
|
7
7
|
readonly [key: string]: unknown;
|
|
8
8
|
/** Some actions require an item geometry in order to work. */
|
|
9
|
-
readonly geometry?:
|
|
9
|
+
readonly geometry?: GeometryUnion;
|
|
10
10
|
}
|
|
11
11
|
/** Shape of the `options` parameter passed to an action. */
|
|
12
12
|
interface ActionOptions {
|
|
@@ -1,15 +1,8 @@
|
|
|
1
1
|
import { MutableConstructor } from 'apprt-core/Mutable';
|
|
2
2
|
import { BasemapItem as BasemapItem$1 } from './api.js';
|
|
3
|
-
import
|
|
3
|
+
import '@arcgis/core/Basemap';
|
|
4
4
|
|
|
5
|
-
declare const BasemapItem: MutableConstructor<
|
|
6
|
-
id: string;
|
|
7
|
-
title: string | undefined;
|
|
8
|
-
description: string | undefined;
|
|
9
|
-
basemap: Basemap | undefined;
|
|
10
|
-
thumbnailUrl: string | undefined;
|
|
11
|
-
viewmode: ("2D" | "3D") | undefined;
|
|
12
|
-
}>;
|
|
5
|
+
declare const BasemapItem: MutableConstructor<BasemapItem$1>;
|
|
13
6
|
type BasemapItem = BasemapItem$1;
|
|
14
7
|
|
|
15
8
|
export { BasemapItem, BasemapItem as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BasemapsModelMembers, BasemapItem, BasemapItemProps, BasemapsModel as BasemapsModel$1 } from './api.js';
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
|
-
import '
|
|
3
|
+
import '@arcgis/core/Basemap';
|
|
4
4
|
|
|
5
5
|
declare const BasemapsModel: {
|
|
6
6
|
new (options?: Partial<Omit<BasemapsModelMembers, "basemaps"> & {
|
package/map-config-api/api.d.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { ExtensibleUnion } from 'apprt-core/Types';
|
|
2
|
-
import Basemap from '
|
|
3
|
-
import Ground from '
|
|
4
|
-
import BingMapsLayer from '
|
|
5
|
-
import CSVLayer from '
|
|
6
|
-
import ElevationLayer from '
|
|
7
|
-
import FeatureLayer from '
|
|
8
|
-
import GeoJSONLayer from '
|
|
9
|
-
import GeoRSSLayer from '
|
|
10
|
-
import GroupLayer from '
|
|
11
|
-
import ImageryLayer from '
|
|
12
|
-
import ImageryTileLayer from '
|
|
13
|
-
import IntegratedMeshLayer from '
|
|
14
|
-
import KMLLayer from '
|
|
15
|
-
import Layer from '
|
|
16
|
-
import MapImageLayer from '
|
|
17
|
-
import OGCFeatureLayer from '
|
|
18
|
-
import OpenStreetMapLayer from '
|
|
19
|
-
import SceneLayer from '
|
|
20
|
-
import BuildingSceneLayer from '
|
|
21
|
-
import PointCloudLayer from '
|
|
22
|
-
import VoxelLayer from '
|
|
23
|
-
import StreamLayer from '
|
|
24
|
-
import TileLayer from '
|
|
25
|
-
import VectorTileLayer from '
|
|
26
|
-
import WebTileLayer from '
|
|
27
|
-
import WFSLayer from '
|
|
28
|
-
import WMSLayer from '
|
|
29
|
-
import WMTSLayer from '
|
|
2
|
+
import Basemap from '@arcgis/core/Basemap';
|
|
3
|
+
import Ground from '@arcgis/core/Ground';
|
|
4
|
+
import BingMapsLayer from '@arcgis/core/layers/BingMapsLayer';
|
|
5
|
+
import CSVLayer from '@arcgis/core/layers/CSVLayer';
|
|
6
|
+
import ElevationLayer from '@arcgis/core/layers/ElevationLayer';
|
|
7
|
+
import FeatureLayer from '@arcgis/core/layers/FeatureLayer';
|
|
8
|
+
import GeoJSONLayer from '@arcgis/core/layers/GeoJSONLayer';
|
|
9
|
+
import GeoRSSLayer from '@arcgis/core/layers/GeoRSSLayer';
|
|
10
|
+
import GroupLayer from '@arcgis/core/layers/GroupLayer';
|
|
11
|
+
import ImageryLayer from '@arcgis/core/layers/ImageryLayer';
|
|
12
|
+
import ImageryTileLayer from '@arcgis/core/layers/ImageryTileLayer';
|
|
13
|
+
import IntegratedMeshLayer from '@arcgis/core/layers/IntegratedMeshLayer';
|
|
14
|
+
import KMLLayer from '@arcgis/core/layers/KMLLayer';
|
|
15
|
+
import Layer from '@arcgis/core/layers/Layer';
|
|
16
|
+
import MapImageLayer from '@arcgis/core/layers/MapImageLayer';
|
|
17
|
+
import OGCFeatureLayer from '@arcgis/core/layers/OGCFeatureLayer';
|
|
18
|
+
import OpenStreetMapLayer from '@arcgis/core/layers/OpenStreetMapLayer';
|
|
19
|
+
import SceneLayer from '@arcgis/core/layers/SceneLayer';
|
|
20
|
+
import BuildingSceneLayer from '@arcgis/core/layers/BuildingSceneLayer';
|
|
21
|
+
import PointCloudLayer from '@arcgis/core/layers/PointCloudLayer';
|
|
22
|
+
import VoxelLayer from '@arcgis/core/layers/VoxelLayer';
|
|
23
|
+
import StreamLayer from '@arcgis/core/layers/StreamLayer';
|
|
24
|
+
import TileLayer from '@arcgis/core/layers/TileLayer';
|
|
25
|
+
import VectorTileLayer from '@arcgis/core/layers/VectorTileLayer';
|
|
26
|
+
import WebTileLayer from '@arcgis/core/layers/WebTileLayer';
|
|
27
|
+
import WFSLayer from '@arcgis/core/layers/WFSLayer';
|
|
28
|
+
import WMSLayer from '@arcgis/core/layers/WMSLayer';
|
|
29
|
+
import WMTSLayer from '@arcgis/core/layers/WMTSLayer';
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Provides services to create layers and other associated map items
|
|
@@ -214,12 +214,12 @@ interface BasemapConfigParser {
|
|
|
214
214
|
* @example
|
|
215
215
|
* // string of well-known basemap
|
|
216
216
|
* const result = await configParser.parse("streets", { title: 'Streets' });
|
|
217
|
-
* // result instance is
|
|
217
|
+
* // result instance is @arcgis/core/Basemap, the well-known streets basemap, with custom title
|
|
218
218
|
*
|
|
219
219
|
* @example
|
|
220
220
|
* // string of well-known basemap
|
|
221
221
|
* const result = await configParser.parse({ id: "streets" });
|
|
222
|
-
* // result instance is
|
|
222
|
+
* // result instance is @arcgis/core/Basemap, the well-known streets basemap
|
|
223
223
|
*
|
|
224
224
|
* @example
|
|
225
225
|
* // config object with custom layer
|
|
@@ -230,7 +230,7 @@ interface BasemapConfigParser {
|
|
|
230
230
|
* "type": "AGS_TILED"
|
|
231
231
|
* }]
|
|
232
232
|
* });
|
|
233
|
-
* // result instance is
|
|
233
|
+
* // result instance is @arcgis/core/Basemap, with a custom layer
|
|
234
234
|
*
|
|
235
235
|
* @example
|
|
236
236
|
* // config object with custom layer, but shorter
|
|
@@ -238,7 +238,7 @@ interface BasemapConfigParser {
|
|
|
238
238
|
* "url": "https://myarcgis.com/arcgis/rest/services/MyService/MapServer",
|
|
239
239
|
* "type": "AGS_TILED"
|
|
240
240
|
* })
|
|
241
|
-
* // result instance is
|
|
241
|
+
* // result instance is @arcgis/core/Basemap, with a custom layer
|
|
242
242
|
*
|
|
243
243
|
* @example
|
|
244
244
|
* // config object with custom layers, but shorter
|
|
@@ -250,7 +250,7 @@ interface BasemapConfigParser {
|
|
|
250
250
|
* "url": "https://myarcgis.com/arcgis/rest/services/OtherService/MapServer",
|
|
251
251
|
* "type": "AGS_TILED"
|
|
252
252
|
* }])
|
|
253
|
-
* // result instance is
|
|
253
|
+
* // result instance is @arcgis/core/Basemap, with two custom layers
|
|
254
254
|
*/
|
|
255
255
|
parse(config: string | LayerProperties | LayerProperties[] | BasemapConfigObject, options?: BasemapParserOptions): Promise<{
|
|
256
256
|
instance: Basemap;
|
|
@@ -274,7 +274,7 @@ interface LayerConfigParser {
|
|
|
274
274
|
* "type": "AGS_DYNAMIC",
|
|
275
275
|
* "sublayers": ["*"]
|
|
276
276
|
* }]).then((layers) => {
|
|
277
|
-
* // layers[0] is instance of
|
|
277
|
+
* // layers[0] is instance of @arcgis/core/layers/MapImageLayer
|
|
278
278
|
* });
|
|
279
279
|
*/
|
|
280
280
|
parse(configs: LayerProperties[]): Promise<Layer[]>;
|
|
@@ -290,7 +290,7 @@ type GroundProperties = Omit<__esri.GroundProperties, "layers"> & {
|
|
|
290
290
|
layers?: ElevationLayerProperties[];
|
|
291
291
|
};
|
|
292
292
|
/**
|
|
293
|
-
* Parses ground configurations into instances of
|
|
293
|
+
* Parses ground configurations into instances of `@arcgis/core/Ground`.
|
|
294
294
|
*
|
|
295
295
|
* Use service name `"map-config-api.GroundConfigParser"` to inject an instance of this class.
|
|
296
296
|
*/
|
|
@@ -304,7 +304,7 @@ interface GroundConfigParser {
|
|
|
304
304
|
* @example
|
|
305
305
|
* // well known ground name
|
|
306
306
|
* configParser.parse("world-elevation").then((result) => {
|
|
307
|
-
* // result.instance is
|
|
307
|
+
* // result.instance is @arcgis/core/Ground
|
|
308
308
|
* });
|
|
309
309
|
*
|
|
310
310
|
* @example
|
|
@@ -313,7 +313,7 @@ interface GroundConfigParser {
|
|
|
313
313
|
* "url": "http://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",
|
|
314
314
|
* "type": "AGS_ELEVATION"
|
|
315
315
|
* }]).then((result) => {
|
|
316
|
-
* // result.instance is
|
|
316
|
+
* // result.instance is @arcgis/core/Ground
|
|
317
317
|
* });
|
|
318
318
|
*
|
|
319
319
|
* @example
|
|
@@ -328,7 +328,7 @@ interface GroundConfigParser {
|
|
|
328
328
|
* "type": "AGS_ELEVATION"
|
|
329
329
|
* }]
|
|
330
330
|
* }).then((result) => {
|
|
331
|
-
* // result.instance is
|
|
331
|
+
* // result.instance is @arcgis/core/Ground
|
|
332
332
|
* });
|
|
333
333
|
*/
|
|
334
334
|
parse(config: string | ElevationLayerProperties[] | GroundProperties): Promise<{
|
package/map-init/api.d.ts
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import * as apprt_core_Mutable from 'apprt-core/Mutable';
|
|
2
|
-
import { ViewMode, Constraints as Constraints$1 } from './__internal__/
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
2
|
+
import { ViewMode, Constraints as Constraints$1 } from './__internal__/CDrIcYrK.js';
|
|
3
|
+
import '@arcgis/core/geometry/Extent';
|
|
4
|
+
import '@arcgis/core/geometry/Polygon';
|
|
5
|
+
import '@arcgis/core/layers/support/LOD';
|
|
6
|
+
import '@arcgis/core/Camera';
|
|
7
|
+
import '@arcgis/core/Map';
|
|
8
|
+
import '@arcgis/core/geometry/Point';
|
|
9
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
10
|
+
import '@arcgis/core/time/TimeExtent';
|
|
11
|
+
import '@arcgis/core/Viewpoint';
|
|
12
|
+
import '@arcgis/core/views/MapView';
|
|
13
|
+
import '@arcgis/core/views/SceneView';
|
|
11
14
|
import './api/Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
15
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
16
|
+
import '@arcgis/core/layers/Layer';
|
|
14
17
|
|
|
15
18
|
declare const Constraints: apprt_core_Mutable.MutableConstructor<{
|
|
16
19
|
rotationEnabled: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Context as Context$1 } from 'apprt-core/TreeWalker';
|
|
2
2
|
import { LayerNode, VisitCodes } from './LayerTraverser.js';
|
|
3
|
-
import Layer from '
|
|
4
|
-
import Map from '
|
|
5
|
-
import Collection from '
|
|
6
|
-
import Sublayer from '
|
|
7
|
-
import WMSSublayer from '
|
|
3
|
+
import Layer from '@arcgis/core/layers/Layer';
|
|
4
|
+
import Map from '@arcgis/core/Map';
|
|
5
|
+
import Collection from '@arcgis/core/core/Collection';
|
|
6
|
+
import Sublayer from '@arcgis/core/layers/support/Sublayer';
|
|
7
|
+
import WMSSublayer from '@arcgis/core/layers/support/WMSSublayer';
|
|
8
8
|
|
|
9
9
|
type NotifyReason = "added" | "removed" | "moved";
|
|
10
10
|
type Context = Context$1<LayerNode> & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Context } from 'apprt-core/TreeWalker';
|
|
2
|
-
import Collection from '
|
|
3
|
-
import Layer from '
|
|
4
|
-
import Sublayer from '
|
|
5
|
-
import WMSSublayer from '
|
|
6
|
-
import Map from '
|
|
2
|
+
import Collection from '@arcgis/core/core/Collection';
|
|
3
|
+
import Layer from '@arcgis/core/layers/Layer';
|
|
4
|
+
import Sublayer from '@arcgis/core/layers/support/Sublayer';
|
|
5
|
+
import WMSSublayer from '@arcgis/core/layers/support/WMSSublayer';
|
|
6
|
+
import Map from '@arcgis/core/Map';
|
|
7
7
|
|
|
8
8
|
interface LayerTraverser {
|
|
9
9
|
traverse(localOptions?: Partial<LayerTraverserOptions>): void;
|