@conterra/ct-mapapps-typings 4.20.1 → 4.20.2-RC-1
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/agssearch/package.json +1 -1
- package/apprt/Bundle.d.ts +1 -1
- package/apprt/EnvironmentRuleMatcher.d.ts +2 -1
- package/apprt/api/index.d.ts +1 -0
- package/apprt/api/internal.d.ts +2 -2
- package/apprt/launch/BundleController.d.ts +4 -2
- package/apprt/launch/Launcher.d.ts +23 -3
- package/apprt/launch/layer-min.d.ts +1 -1
- package/apprt/launch/layer.d.ts +1 -1
- package/apprt/package.json +1 -1
- package/apprt/semverrange.d.ts +2 -1
- package/apprt/support/ServiceRegistrations.d.ts +3 -2
- package/apprt/tracker/BundleTracker.d.ts +2 -1
- package/apprt/tracker/ServiceTracker.d.ts +3 -2
- package/apprt-binding/Binding.d.ts +2 -1
- package/apprt-binding/Transformers.d.ts +2 -1
- package/apprt-binding/package.json +1 -1
- package/apprt-core/AsyncTask.d.ts +2 -1
- package/apprt-core/Cancel.d.ts +2 -1
- package/apprt-core/CancelablePromise.d.ts +2 -1
- package/apprt-core/Events.d.ts +34 -27
- package/apprt-core/Exception.d.ts +2 -1
- package/apprt-core/InjectedReference.d.ts +2 -1
- package/apprt-core/Locale.d.ts +0 -1
- package/apprt-core/Logger.d.ts +2 -1
- package/apprt-core/Mutable.d.ts +2 -1
- package/apprt-core/Observers.d.ts +2 -1
- package/apprt-core/Promise.d.ts +2 -1
- package/apprt-core/PropertyPath.d.ts +2 -1
- package/apprt-core/TaskExecutor.d.ts +2 -1
- package/apprt-core/TreeWalker.d.ts +2 -1
- package/apprt-core/Types.d.ts +3 -2
- package/apprt-core/clone.d.ts +2 -1
- package/apprt-core/comparators.d.ts +2 -4
- package/apprt-core/config.d.ts +9 -8
- package/apprt-core/freeze.d.ts +2 -1
- package/apprt-core/join.d.ts +2 -1
- package/apprt-core/load-css.d.ts +2 -1
- package/apprt-core/load-js.d.ts +3 -2
- package/apprt-core/package.json +1 -1
- package/apprt-core/parallel.d.ts +2 -1
- package/apprt-core/promise-utils.d.ts +2 -1
- package/apprt-core/string-replace.d.ts +2 -1
- package/apprt-dom/index.d.ts +2 -1
- package/apprt-dom/package.json +1 -1
- package/apprt-fetch/index.d.ts +3 -2
- package/apprt-fetch/package.json +1 -1
- package/apprt-streams/Stream.d.ts +1 -1
- package/apprt-streams/package.json +1 -1
- package/apprt-tokens/package.json +1 -1
- package/apprt-vue/package.json +1 -1
- package/apprt-vuetify/RegisterVuetify.d.ts +1 -1
- package/apprt-vuetify/components/copyText.d.ts +8 -0
- package/apprt-vuetify/package.json +1 -1
- package/coordinateconversion/api.d.ts +182 -0
- package/coordinateconversion/package.json +5 -0
- 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/coordinatetransformer/package.json +1 -1
- package/ct/async.d.ts +1 -1
- package/ct/mapping/geometry.d.ts +6 -6
- package/ct/package.json +1 -1
- package/ct/tools/Tool.d.ts +300 -2
- package/dataform/package.json +1 -1
- package/dataview/package.json +1 -1
- package/domains-system/package.json +1 -1
- package/editing/api.d.ts +5 -15
- package/editing/package.json +1 -1
- package/esri-widgets/EsriDijit.d.ts +2 -1
- package/esri-widgets/package.json +1 -1
- package/geojson/api.d.ts +6 -6
- package/geojson/package.json +1 -1
- package/geometryservice/api.d.ts +15 -15
- package/geometryservice/package.json +1 -1
- package/graphics/GraphicsBuilder.d.ts +1 -1
- package/graphics/package.json +1 -1
- package/highlights/api.d.ts +4 -4
- package/highlights/package.json +1 -1
- package/integration-map/package.json +1 -1
- package/managementlayout/package.json +1 -1
- package/map-actions/api.d.ts +2 -2
- package/map-actions/package.json +1 -1
- 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-basemaps-api/package.json +1 -1
- package/map-config-api/api.d.ts +38 -38
- package/map-config-api/package.json +1 -1
- package/map-init/api.d.ts +1 -1
- package/map-init/package.json +1 -1
- package/map-widget/Constraints.d.ts +16 -11
- package/map-widget/LayerObserver.d.ts +7 -6
- package/map-widget/LayerTraverser.d.ts +7 -6
- package/map-widget/MapWidgetFactory.d.ts +17 -11
- package/map-widget/MapWidgetModel.d.ts +16 -11
- package/map-widget/Navigation.d.ts +9 -2
- package/map-widget/ViewReadyWatcher.d.ts +18 -12
- package/map-widget/__internal__/{DTPbI1Aa.d.ts → ChgqPGgf.d.ts} +54 -10
- package/map-widget/api/BaseTypes.d.ts +6 -0
- package/map-widget/api/Constraints.d.ts +16 -11
- package/map-widget/api/MapWidget.d.ts +16 -11
- package/map-widget/api/MapWidgetFactory.d.ts +19 -14
- package/map-widget/api/MapWidgetModel.d.ts +16 -11
- package/map-widget/api/MapWidgetRegistration.d.ts +17 -12
- package/map-widget/api/Navigation.d.ts +15 -2
- package/map-widget/api/SrsChangeService.d.ts +16 -11
- package/map-widget/api/VisibilityState.d.ts +109 -0
- package/map-widget/api/index.d.ts +17 -12
- package/map-widget/package.json +1 -1
- package/mapdraw-api/api.d.ts +3 -3
- package/mapdraw-api/package.json +1 -1
- package/mapnavigation/package.json +1 -1
- package/maptips/api.d.ts +2 -2
- package/maptips/package.json +1 -1
- package/measurement-2d/api.d.ts +3 -2
- package/measurement-2d/package.json +1 -1
- package/measurement-3d/api.d.ts +1 -1
- package/measurement-3d/package.json +1 -1
- package/package.json +6 -6
- package/parametermanager/package.json +1 -1
- package/popups/Action.d.ts +7 -7
- package/popups/BaseAction.d.ts +10 -9
- package/popups/ContentUpdateProxy.d.ts +5 -4
- package/popups/api.d.ts +6 -5
- package/popups/package.json +1 -1
- package/portal-security/api.d.ts +1 -1
- package/portal-security/package.json +1 -1
- package/result-api/__internal__/{Bnw4PH_u.d.ts → BGEg3fBn.d.ts} +38 -5
- 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 +9 -2
- package/result-api/api/ui.d.ts +3 -2
- package/result-api/package.json +1 -1
- package/search-api/api.d.ts +16 -2
- package/search-api/package.json +1 -1
- package/search-ui/api.d.ts +2 -1
- package/search-ui/package.json +1 -1
- package/selection-services/DrawingSpatialInputAction.d.ts +3 -2
- package/selection-services/SearchSource.d.ts +5 -4
- package/selection-services/SpatialInputAction.d.ts +3 -2
- package/selection-services/TolerancePointDrawingInputAction.d.ts +1 -1
- package/selection-services/api/index.d.ts +1 -1
- package/selection-services/package.json +1 -1
- package/store-api/ComplexQuery.d.ts +3 -2
- package/store-api/InMemoryStore.d.ts +6 -5
- package/store-api/QueryExecution.d.ts +2 -1
- package/store-api/QueryExecutions.d.ts +3 -2
- package/store-api/QueryResults.d.ts +1 -3
- package/store-api/SpatialQuery.d.ts +3 -2
- package/store-api/api/ComplexQueryLang.d.ts +1 -1
- package/store-api/api/Store.d.ts +2 -10
- package/store-api/api/index.d.ts +1 -1
- package/store-api/package.json +1 -1
- package/store-api/rest/BaseRestStore.d.ts +3 -2
- 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 +3 -2
- package/store-api/rest/RQLStore.d.ts +1 -1
- package/store-api/rest/SQLStore.d.ts +1 -1
- package/store-api/utils.d.ts +2 -6
- package/system/api/internal.d.ts +1 -1
- package/system/package.json +1 -1
- package/system/user/Authentication.d.ts +3 -2
- package/system/user/Authorization.d.ts +2 -1
- package/system/user/User.d.ts +2 -1
- package/templatelayout/package.json +1 -1
- package/test-utils/package.json +1 -1
- package/test-utils/waitFor.d.ts +2 -1
- package/theme-tester/package.json +1 -1
- 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/toc/package.json +1 -1
- package/toolrules/package.json +1 -1
- package/vuetify-component-overview/package.json +1 -1
- package/windowmanager/package.json +1 -1
- package/wizard/package.json +1 -1
- package/apprt-core/Observable.d.ts +0 -55
- 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/apprt-vue/directives/clipboard.d.ts +0 -15
- package/ct/api/omnisearch/ResultHandler.d.ts +0 -3
- package/ct/api/omnisearch/Store.d.ts +0 -3
- package/ct/request.d.ts +0 -17
- package/ct/ui/controls/mobile/DropDownMenu.d.ts +0 -3
- package/omnisearch/ActionsHandler.d.ts +0 -9
- package/omnisearch/DrawHandler.d.ts +0 -9
- package/omnisearch/DropDownMenu.d.ts +0 -3
- package/omnisearch/OmniSearchFactory.d.ts +0 -3
- package/omnisearch/OmniSearchModel.d.ts +0 -3
- package/omnisearch/RadioButton.d.ts +0 -3
- package/omnisearch/ResultCommand.d.ts +0 -9
- package/omnisearch/SearchUI.d.ts +0 -3
- package/omnisearch/SettingsWidget.d.ts +0 -3
- package/omnisearch/ZoomHandler.d.ts +0 -8
- package/omnisearch/package.json +0 -5
- package/resultcenter/ActionController.d.ts +0 -3
- package/resultcenter/BaseCommand.d.ts +0 -3
- package/resultcenter/DataModel.d.ts +0 -3
- package/resultcenter/DataModelBroadcaster.d.ts +0 -3
- package/resultcenter/DataModelMapController.d.ts +0 -25
- package/resultcenter/DataViewController.d.ts +0 -3
- package/resultcenter/DataViewStore.d.ts +0 -3
- package/resultcenter/ExportResultsCommand.d.ts +0 -12
- package/resultcenter/FeatureMapVisualizer.d.ts +0 -35
- package/resultcenter/GraphicResolverFactory.d.ts +0 -15
- package/resultcenter/OpenPopupService.d.ts +0 -5
- package/resultcenter/PostfixAttributeTableLookupStrategy.d.ts +0 -3
- package/resultcenter/RemoveResultsCommand.d.ts +0 -6
- package/resultcenter/RestrictQueriesToView.d.ts +0 -3
- package/resultcenter/ResultcenterToolRuleProcessor.d.ts +0 -3
- package/resultcenter/SearchStoreHandler.d.ts +0 -8
- package/resultcenter/SelectAllResultsCommand.d.ts +0 -11
- package/resultcenter/StoreEventReceiver.d.ts +0 -3
- package/resultcenter/StoreRegistration.d.ts +0 -3
- package/resultcenter/TriggerShowResultCenter.d.ts +0 -3
- package/resultcenter/VisualizationLayerResolver.d.ts +0 -13
- package/resultcenter/package.json +0 -5
- package/selection-resultcenter/CachingStore.d.ts +0 -229
- package/selection-resultcenter/MemoryStore.d.ts +0 -10
- package/selection-resultcenter/package.json +0 -5
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
package/map-init/package.json
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
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__/ChgqPGgf.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/geometry/Point';
|
|
8
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
9
|
+
import '@arcgis/core/layers/Layer';
|
|
10
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
11
|
+
import '@arcgis/core/Map';
|
|
12
|
+
import '@arcgis/core/time/TimeExtent';
|
|
13
|
+
import '@arcgis/core/Viewpoint';
|
|
14
|
+
import '@arcgis/core/views/MapView';
|
|
15
|
+
import '@arcgis/core/views/SceneView';
|
|
16
|
+
import './api/VisibilityState.js';
|
|
11
17
|
import './api/Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import 'esri/layers/Layer';
|
|
18
|
+
import './api/BaseTypes.js';
|
|
14
19
|
|
|
15
20
|
declare const Constraints: apprt_core_Mutable.MutableConstructor<{
|
|
16
21
|
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> & {
|
|
@@ -39,4 +39,5 @@ interface LayerObserver {
|
|
|
39
39
|
}
|
|
40
40
|
declare function createLayerObserver({ map, layers, filter, notify, onlyWatching }?: Partial<LayerObserverOptions>): LayerObserver;
|
|
41
41
|
|
|
42
|
-
export {
|
|
42
|
+
export { createLayerObserver, createLayerObserver as default };
|
|
43
|
+
export type { Context, LayerObserver, LayerObserverOptions, NotifyReason };
|
|
@@ -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;
|
|
@@ -28,4 +28,5 @@ declare enum VisitCodes {
|
|
|
28
28
|
}
|
|
29
29
|
declare function createLayerTraverser(globalOpts?: Partial<LayerTraverserOptions>): LayerTraverser;
|
|
30
30
|
|
|
31
|
-
export {
|
|
31
|
+
export { VisitCodes, createLayerTraverser, createLayerTraverser as default };
|
|
32
|
+
export type { LayerNode, LayerTraverser, LayerTraverserOptions };
|
|
@@ -1,24 +1,30 @@
|
|
|
1
|
-
import Map from '
|
|
2
|
-
import { MapWidgetModel } from './__internal__/
|
|
1
|
+
import Map from '@arcgis/core/Map';
|
|
2
|
+
import { MapWidgetModel } from './__internal__/ChgqPGgf.js';
|
|
3
3
|
import { MapWidget } from './api/MapWidget.js';
|
|
4
4
|
import { MapWidgetFactory as MapWidgetFactory$1 } from './api/MapWidgetFactory.js';
|
|
5
5
|
import 'apprt-core/Mutable';
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
6
|
+
import '@arcgis/core/geometry/Extent';
|
|
7
|
+
import '@arcgis/core/geometry/Polygon';
|
|
8
|
+
import '@arcgis/core/layers/support/LOD';
|
|
9
|
+
import '@arcgis/core/Camera';
|
|
10
|
+
import '@arcgis/core/geometry/Point';
|
|
11
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
12
|
+
import '@arcgis/core/layers/Layer';
|
|
13
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
14
|
+
import '@arcgis/core/time/TimeExtent';
|
|
15
|
+
import '@arcgis/core/Viewpoint';
|
|
16
|
+
import '@arcgis/core/views/MapView';
|
|
17
|
+
import '@arcgis/core/views/SceneView';
|
|
18
|
+
import './api/VisibilityState.js';
|
|
13
19
|
import './api/Navigation.js';
|
|
14
|
-
import '
|
|
15
|
-
import 'esri/layers/Layer';
|
|
20
|
+
import './api/BaseTypes.js';
|
|
16
21
|
|
|
17
22
|
/**
|
|
18
23
|
* Use the `map-widget.MapWidgetFactory` service and not this class.
|
|
19
24
|
*/
|
|
20
25
|
declare class MapWidgetFactory implements MapWidgetFactory$1 {
|
|
21
26
|
private _i18n;
|
|
27
|
+
private _coordinateTransformer;
|
|
22
28
|
createMap(options: any): Map;
|
|
23
29
|
createWidgetModel(options: any): MapWidgetModel;
|
|
24
30
|
createWidget(options: any): MapWidget;
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
import { MapWidgetModelMembers, MapWidgetModel as MapWidgetModel$1 } from './__internal__/
|
|
1
|
+
import { MapWidgetModelMembers, MapWidgetModel as MapWidgetModel$1 } from './__internal__/ChgqPGgf.js';
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
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/geometry/Point';
|
|
8
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
9
|
+
import '@arcgis/core/layers/Layer';
|
|
10
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
11
|
+
import '@arcgis/core/Map';
|
|
12
|
+
import '@arcgis/core/time/TimeExtent';
|
|
13
|
+
import '@arcgis/core/Viewpoint';
|
|
14
|
+
import '@arcgis/core/views/MapView';
|
|
15
|
+
import '@arcgis/core/views/SceneView';
|
|
16
|
+
import './api/VisibilityState.js';
|
|
11
17
|
import './api/Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import 'esri/layers/Layer';
|
|
18
|
+
import './api/BaseTypes.js';
|
|
14
19
|
|
|
15
20
|
declare const MapWidgetModel: {
|
|
16
21
|
new (args: Partial<MapWidgetModelMembers>): MapWidgetModel;
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
import * as apprt_core_Mutable from 'apprt-core/Mutable';
|
|
2
|
-
import { Navigation as Navigation$1 } from './api/Navigation.js';
|
|
2
|
+
import { Navigation as Navigation$1, NavigationActionMap as NavigationActionMap$1 } from './api/Navigation.js';
|
|
3
3
|
|
|
4
4
|
declare const Navigation: apprt_core_Mutable.MutableConstructor<{
|
|
5
|
+
actionMap: NonNullable<apprt_core_Mutable.Mutable<{
|
|
6
|
+
mouseWheel: NonNullable<"none" | "zoom">;
|
|
7
|
+
}>>;
|
|
5
8
|
mouseWheelZoomEnabled: boolean;
|
|
6
9
|
browserTouchPanEnabled: boolean;
|
|
7
10
|
}>;
|
|
8
11
|
type Navigation = Navigation$1;
|
|
12
|
+
declare const NavigationActionMap: apprt_core_Mutable.MutableConstructor<{
|
|
13
|
+
mouseWheel: NonNullable<"none" | "zoom">;
|
|
14
|
+
}>;
|
|
15
|
+
type NavigationActionMap = NavigationActionMap$1;
|
|
9
16
|
|
|
10
|
-
export { Navigation, Navigation as default };
|
|
17
|
+
export { Navigation, NavigationActionMap, Navigation as default };
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
import { MapWidgetModel } from './__internal__/
|
|
1
|
+
import { MapWidgetModel } from './__internal__/ChgqPGgf.js';
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
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/geometry/Point';
|
|
8
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
9
|
+
import '@arcgis/core/layers/Layer';
|
|
10
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
11
|
+
import '@arcgis/core/Map';
|
|
12
|
+
import '@arcgis/core/time/TimeExtent';
|
|
13
|
+
import '@arcgis/core/Viewpoint';
|
|
14
|
+
import '@arcgis/core/views/MapView';
|
|
15
|
+
import '@arcgis/core/views/SceneView';
|
|
16
|
+
import './api/VisibilityState.js';
|
|
11
17
|
import './api/Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import 'esri/layers/Layer';
|
|
18
|
+
import './api/BaseTypes.js';
|
|
14
19
|
|
|
15
20
|
type ViewReadyCallback = (event: {
|
|
16
21
|
mapWidgetModel: MapWidgetModel;
|
|
@@ -24,4 +29,5 @@ interface ViewReadyWatcher {
|
|
|
24
29
|
}
|
|
25
30
|
declare function createViewReadyWatcher(model: MapWidgetModel): ViewReadyWatcher;
|
|
26
31
|
|
|
27
|
-
export {
|
|
32
|
+
export { createViewReadyWatcher, createViewReadyWatcher as default };
|
|
33
|
+
export type { ViewReadyCallback, ViewReadyWatcher };
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
import { Mutable } from 'apprt-core/Mutable';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
2
|
+
import Extent from '@arcgis/core/geometry/Extent';
|
|
3
|
+
import Polygon from '@arcgis/core/geometry/Polygon';
|
|
4
|
+
import LOD from '@arcgis/core/layers/support/LOD';
|
|
5
|
+
import Camera from '@arcgis/core/Camera';
|
|
6
|
+
import Point from '@arcgis/core/geometry/Point';
|
|
7
|
+
import SpatialReference from '@arcgis/core/geometry/SpatialReference';
|
|
8
|
+
import Layer from '@arcgis/core/layers/Layer';
|
|
9
|
+
import Sublayer from '@arcgis/core/layers/support/Sublayer';
|
|
10
|
+
import Map from '@arcgis/core/Map';
|
|
11
|
+
import TimeExtent from '@arcgis/core/time/TimeExtent';
|
|
12
|
+
import Viewpoint from '@arcgis/core/Viewpoint';
|
|
13
|
+
import MapView from '@arcgis/core/views/MapView';
|
|
14
|
+
import SceneView from '@arcgis/core/views/SceneView';
|
|
15
|
+
import { LayerVisibility } from '../api/VisibilityState.js';
|
|
10
16
|
import { Navigation, NavigationMembers } from '../api/Navigation.js';
|
|
11
|
-
import
|
|
12
|
-
import Layer from 'esri/layers/Layer';
|
|
17
|
+
import { AnyLayer } from '../api/BaseTypes.js';
|
|
13
18
|
|
|
14
19
|
type ViewPadding = __esri.ViewPadding;
|
|
15
20
|
/** The view mode indicates whether a 2D or a 3D view is active. */
|
|
@@ -239,12 +244,51 @@ interface MapWidgetModelMembers {
|
|
|
239
244
|
*/
|
|
240
245
|
get navigation(): Navigation;
|
|
241
246
|
set navigation(value: Navigation | Partial<NavigationMembers>);
|
|
247
|
+
/**
|
|
248
|
+
* The map widget model must be destroyed when it is no longer needed.
|
|
249
|
+
*
|
|
250
|
+
* NOTE: The lifetime of the default map widget model is managed by map.apps itself.
|
|
251
|
+
*/
|
|
252
|
+
destroy(): void;
|
|
242
253
|
/**
|
|
243
254
|
* Finds a layer by id in the map.
|
|
244
255
|
* The layerIdPath is e.g. `<layerId>` or `<layerId>/<sublayerId>`.
|
|
245
256
|
* @param layerIdPath The layer id path.
|
|
246
257
|
*/
|
|
247
258
|
findLayerInMap(layerIdPath: string | undefined): LayerLookupResult;
|
|
259
|
+
/**
|
|
260
|
+
* Returns effective visibility information for the given layer.
|
|
261
|
+
*
|
|
262
|
+
* This works by evaluating the current state of the layer _and_ the current state of the view (scale, extent, etc.).
|
|
263
|
+
*
|
|
264
|
+
* The layer can be specified as an id or path (e.g. `layerId` or `layerId/sublayerId`)
|
|
265
|
+
* or as a direct layer reference.
|
|
266
|
+
*/
|
|
267
|
+
getLayerVisibility(layerIdPathOrLayer: string | AnyLayer): Promise<LayerVisibility | undefined>;
|
|
268
|
+
/**
|
|
269
|
+
* Returns `true` if the layer is effectively visible, `false` otherwise.
|
|
270
|
+
*
|
|
271
|
+
* This works by evaluating the current state of the layer _and_ the current state of the view (scale, extent, etc.).
|
|
272
|
+
*
|
|
273
|
+
* The layer can be specified as an id or path (e.g. `layerId` or `layerId/sublayerId`)
|
|
274
|
+
* or as a direct layer reference.
|
|
275
|
+
*
|
|
276
|
+
* > NOTE: This function is a convenience function around {@link getLayerVisibility}.
|
|
277
|
+
* > It returns true if (and only if) there are no {@link LayerVisibility.visibilityIssues | visibility issues}.
|
|
278
|
+
*/
|
|
279
|
+
isEffectivelyVisible(layerIdPathOrLayer: string | AnyLayer): Promise<boolean>;
|
|
280
|
+
/**
|
|
281
|
+
* Returns the current visibility issues for the given layer.
|
|
282
|
+
*
|
|
283
|
+
* This works by evaluating the current state of the layer _and_ the current state of the view (scale, extent, etc.).
|
|
284
|
+
*
|
|
285
|
+
* The layer can be specified as an id or path (e.g. `layerId` or `layerId/sublayerId`)
|
|
286
|
+
* or as a direct layer reference.
|
|
287
|
+
*
|
|
288
|
+
* > NOTE: This function should be called within a reactive watch (or effect, etc.).
|
|
289
|
+
* > Otherwise, it may produce outdated results.
|
|
290
|
+
*/
|
|
291
|
+
getLiveLayerVisibility(layerIdPathOrLayer: string | AnyLayer): LayerVisibility | undefined;
|
|
248
292
|
}
|
|
249
293
|
/**
|
|
250
294
|
* The ViewModel of the MapWidget.
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import 'apprt-core/Mutable';
|
|
2
|
-
import '
|
|
3
|
-
import '
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
2
|
+
import '@arcgis/core/geometry/Extent';
|
|
3
|
+
import '@arcgis/core/geometry/Polygon';
|
|
4
|
+
import '@arcgis/core/layers/support/LOD';
|
|
5
|
+
export { Constraints, ConstraintsMembers } from '../__internal__/ChgqPGgf.js';
|
|
6
|
+
import '@arcgis/core/Camera';
|
|
7
|
+
import '@arcgis/core/geometry/Point';
|
|
8
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
9
|
+
import '@arcgis/core/layers/Layer';
|
|
10
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
11
|
+
import '@arcgis/core/Map';
|
|
12
|
+
import '@arcgis/core/time/TimeExtent';
|
|
13
|
+
import '@arcgis/core/Viewpoint';
|
|
14
|
+
import '@arcgis/core/views/MapView';
|
|
15
|
+
import '@arcgis/core/views/SceneView';
|
|
16
|
+
import './VisibilityState.js';
|
|
11
17
|
import './Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import 'esri/layers/Layer';
|
|
18
|
+
import './BaseTypes.js';
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
import { MapWidgetModel } from '../__internal__/
|
|
1
|
+
import { MapWidgetModel } from '../__internal__/ChgqPGgf.js';
|
|
2
2
|
import 'apprt-core/Mutable';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
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/geometry/Point';
|
|
8
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
9
|
+
import '@arcgis/core/layers/Layer';
|
|
10
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
11
|
+
import '@arcgis/core/Map';
|
|
12
|
+
import '@arcgis/core/time/TimeExtent';
|
|
13
|
+
import '@arcgis/core/Viewpoint';
|
|
14
|
+
import '@arcgis/core/views/MapView';
|
|
15
|
+
import '@arcgis/core/views/SceneView';
|
|
16
|
+
import './VisibilityState.js';
|
|
11
17
|
import './Navigation.js';
|
|
12
|
-
import '
|
|
13
|
-
import 'esri/layers/Layer';
|
|
18
|
+
import './BaseTypes.js';
|
|
14
19
|
|
|
15
20
|
/**
|
|
16
21
|
* The MapWidget shows a map. It is using the MapWidgetModel for state management.
|
|
@@ -1,17 +1,22 @@
|
|
|
1
|
-
import Map from '
|
|
1
|
+
import Map from '@arcgis/core/Map';
|
|
2
2
|
import { MapWidget } from './MapWidget.js';
|
|
3
|
-
import { MapWidgetModelMembers, MapWidgetModel } from '../__internal__/
|
|
3
|
+
import { MapWidgetModelMembers, MapWidgetModel } from '../__internal__/ChgqPGgf.js';
|
|
4
4
|
import 'apprt-core/Mutable';
|
|
5
|
-
import '
|
|
6
|
-
import '
|
|
7
|
-
import '
|
|
8
|
-
import '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
5
|
+
import '@arcgis/core/geometry/Extent';
|
|
6
|
+
import '@arcgis/core/geometry/Polygon';
|
|
7
|
+
import '@arcgis/core/layers/support/LOD';
|
|
8
|
+
import '@arcgis/core/Camera';
|
|
9
|
+
import '@arcgis/core/geometry/Point';
|
|
10
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
11
|
+
import '@arcgis/core/layers/Layer';
|
|
12
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
13
|
+
import '@arcgis/core/time/TimeExtent';
|
|
14
|
+
import '@arcgis/core/Viewpoint';
|
|
15
|
+
import '@arcgis/core/views/MapView';
|
|
16
|
+
import '@arcgis/core/views/SceneView';
|
|
17
|
+
import './VisibilityState.js';
|
|
12
18
|
import './Navigation.js';
|
|
13
|
-
import '
|
|
14
|
-
import 'esri/layers/Layer';
|
|
19
|
+
import './BaseTypes.js';
|
|
15
20
|
|
|
16
21
|
/**
|
|
17
22
|
* Use the `map-widget.MapWidgetFactory` service to inject an instance of this interface.
|
|
@@ -20,9 +25,9 @@ import 'esri/layers/Layer';
|
|
|
20
25
|
*/
|
|
21
26
|
interface MapWidgetFactory {
|
|
22
27
|
/**
|
|
23
|
-
* Creates a
|
|
28
|
+
* Creates a @arcgis/core/Map instance.
|
|
24
29
|
*
|
|
25
|
-
* @param options options of the
|
|
30
|
+
* @param options options of the @arcgis/core/Map constructor.
|
|
26
31
|
* @returns the new map instance.
|
|
27
32
|
* @see [Map](https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html)
|
|
28
33
|
*/
|
|
@@ -30,7 +35,7 @@ interface MapWidgetFactory {
|
|
|
30
35
|
/**
|
|
31
36
|
* Creates a MapWidgetModel instance.
|
|
32
37
|
*
|
|
33
|
-
* Note: in options the `map` parameter is required and needs to be a
|
|
38
|
+
* Note: in options the `map` parameter is required and needs to be a `@arcgis/core/Map` instance.
|
|
34
39
|
*
|
|
35
40
|
* @param options options of the MapWidgetModel constructor.
|
|
36
41
|
* @returns the MapWidgetModel instance.
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
+
import '@arcgis/core/Camera';
|
|
2
|
+
import '@arcgis/core/geometry/Extent';
|
|
3
|
+
import '@arcgis/core/geometry/Point';
|
|
4
|
+
import '@arcgis/core/geometry/SpatialReference';
|
|
5
|
+
import '@arcgis/core/layers/Layer';
|
|
6
|
+
import '@arcgis/core/layers/support/Sublayer';
|
|
7
|
+
import '@arcgis/core/Map';
|
|
8
|
+
import '@arcgis/core/time/TimeExtent';
|
|
9
|
+
import '@arcgis/core/Viewpoint';
|
|
10
|
+
import '@arcgis/core/views/MapView';
|
|
11
|
+
import '@arcgis/core/views/SceneView';
|
|
1
12
|
import 'apprt-core/Mutable';
|
|
2
|
-
|
|
3
|
-
import '
|
|
4
|
-
import 'esri/geometry';
|
|
5
|
-
import 'esri/time/TimeExtent';
|
|
6
|
-
import 'esri/Viewpoint';
|
|
7
|
-
import 'esri/views/MapView';
|
|
8
|
-
import 'esri/views/SceneView';
|
|
9
|
-
export { LayerLookupResult, MapWidgetModel, MapWidgetModelMembers, SceneViewEnvironment, View, ViewMode, ViewPadding, ViewingMode } from '../__internal__/DTPbI1Aa.js';
|
|
13
|
+
export { LayerLookupResult, MapWidgetModel, MapWidgetModelMembers, SceneViewEnvironment, View, ViewMode, ViewPadding, ViewingMode } from '../__internal__/ChgqPGgf.js';
|
|
14
|
+
import './VisibilityState.js';
|
|
10
15
|
import './Navigation.js';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
13
|
-
import '
|
|
16
|
+
import './BaseTypes.js';
|
|
17
|
+
import '@arcgis/core/geometry/Polygon';
|
|
18
|
+
import '@arcgis/core/layers/support/LOD';
|