@arcgis/core 5.0.0-next.69 → 5.0.0-next.70
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/Map.d.ts +3 -1
- package/analysis/Analysis.d.ts +1 -0
- package/analysis/Dimension/types.d.ts +1 -0
- package/analysis/DimensionAnalysis.d.ts +10 -10
- package/analysis/DimensionSimpleStyle.d.ts +14 -13
- package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
- package/analysis/DistanceMeasurementAnalysis.d.ts +2 -1
- package/analysis/ElevationProfile/ElevationProfileLineScene.d.ts +3 -3
- package/analysis/ElevationProfile/ElevationProfileLineViewOptions.d.ts +1 -1
- package/analysis/ElevationProfile/types.d.ts +2 -0
- package/analysis/LengthDimension.d.ts +22 -21
- package/analysis/LineOfSightAnalysis.d.ts +2 -2
- package/analysis/ShadowCast/MinDurationOptions.d.ts +2 -2
- package/analysis/ShadowCast/types.d.ts +6 -2
- package/analysis/Slice/types.d.ts +1 -0
- package/analysis/Viewshed.d.ts +22 -20
- package/analysis/ViewshedAnalysis.d.ts +13 -13
- package/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits.d.ts +1 -2
- package/analysis/VolumeMeasurement/VolumeMeasurementInputUnits.d.ts +2 -2
- package/analysis/VolumeMeasurement/types.d.ts +1 -0
- package/analysis/VolumeMeasurementAnalysis.d.ts +1 -0
- package/analysis/types.d.ts +5 -0
- package/arcade.d.ts +2 -2
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/04364f3dd7578c2acb71.js +1 -0
- package/assets/esri/core/workers/chunks/18ed69d563986dc2eb21.js +1 -0
- package/assets/esri/core/workers/chunks/{4c04c54330b693892cfc.js → 1a45b4b4803337f4b99f.js} +2 -2
- package/assets/esri/core/workers/chunks/{60c7f896f2246a8aa6d7.js → 244006d4b0547d574401.js} +53 -53
- package/assets/esri/core/workers/chunks/329b10897c6965948b84.js +1 -0
- package/assets/esri/core/workers/chunks/4387aaf9d5e8f6d1833d.js +1 -0
- package/assets/esri/core/workers/chunks/{944dfa9309da8f49a616.js → 6a3d66d7c92f90cc2a17.js} +1 -1
- package/assets/esri/core/workers/chunks/760a759f9697adde6dd4.js +1 -0
- package/assets/esri/core/workers/chunks/798d227205bd958de6a7.js +1 -0
- package/assets/esri/core/workers/chunks/{9d88b4ba8e511da64583.js → 98d68b145226e7527c84.js} +1 -1
- package/assets/esri/core/workers/chunks/{8ad6595ad44c2d60c1ce.js → a79fad422d41019c8232.js} +1 -1
- package/assets/esri/core/workers/chunks/{10e474d664b20adcd917.js → db4661fd82dc61162115.js} +1 -1
- package/assets/esri/core/workers/chunks/{1d1e25bb61eeeee8ee94.js → df2ba5f9d57080fca183.js} +1 -1
- package/assets/esri/themes/base/widgets/_UtilityNetworkAssociations.scss +5 -3
- package/assets/esri/themes/base/widgets/_UtilityNetworkValidateTopology.scss +15 -11
- package/assets/esri/themes/dark/main.css +1 -1
- package/assets/esri/themes/light/main.css +1 -1
- package/assets/esri/themes/light/view.css +1 -1
- package/chunks/ComponentShader.glsl.js +43 -43
- package/chunks/DefaultMaterial.glsl.js +1 -1
- package/config.js +1 -1
- package/form/elements/inputs/attachments/Input.d.ts +6 -6
- package/geometry/Mesh.d.ts +20 -21
- package/geometry/Polygon.d.ts +1 -8
- package/geometry/Polygon.js +1 -1
- package/geometry/geometryEngine.d.ts +19 -19
- package/geometry/support/MeshComponent.d.ts +3 -3
- package/geometry/support/MeshGeoreferencedVertexSpace.d.ts +2 -2
- package/geometry/support/MeshLocalVertexSpace.d.ts +2 -2
- package/geometry/support/MeshMaterial.d.ts +8 -8
- package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
- package/geometry/support/MeshTexture.d.ts +3 -3
- package/geometry/support/MeshTextureTransform.d.ts +3 -3
- package/geometry/support/MeshTransform.d.ts +1 -1
- package/geometry/support/MeshVertexAttributes.d.ts +13 -5
- package/geometry/support/intersects.js +1 -1
- package/geometry/support/intersectsBase.js +1 -1
- package/geometry/support/meshUtils/centerAt.js +1 -1
- package/geometry/support/meshUtils/geographicUtils.js +1 -1
- package/geometry/support/meshUtils/georeference.js +1 -1
- package/geometry/support/meshUtils/rotate.js +1 -1
- package/geometry/support/meshUtils/scale.js +1 -1
- package/geometry/support/meshUtils/types.d.ts +44 -52
- package/geometry/support/meshUtils.d.ts +6 -50
- package/geometry/support/meshUtils.js +1 -1
- package/interfaces.d.ts +5 -151
- package/kernel.js +1 -1
- package/layers/BaseDynamicLayer.d.ts +2 -2
- package/layers/BaseElevationLayer.d.ts +2 -2
- package/layers/BuildingSceneLayer.d.ts +2 -2
- package/layers/CSVLayer.d.ts +2 -2
- package/layers/CatalogLayer.d.ts +2 -2
- package/layers/DimensionLayer.d.ts +2 -2
- package/layers/ElevationLayer.d.ts +2 -2
- package/layers/FeatureLayer.d.ts +2 -2
- package/layers/GeoJSONLayer.d.ts +2 -2
- package/layers/GeoRSSLayer.d.ts +2 -2
- package/layers/GraphicsLayer.d.ts +2 -2
- package/layers/GroupLayer.d.ts +2 -2
- package/layers/ImageryLayer.d.ts +2 -2
- package/layers/ImageryTileLayer.d.ts +2 -2
- package/layers/IntegratedMesh3DTilesLayer.d.ts +2 -2
- package/layers/IntegratedMeshLayer.d.ts +2 -2
- package/layers/KMLLayer.d.ts +2 -2
- package/layers/Layer.d.ts +9 -7
- package/layers/LineOfSightLayer.d.ts +3 -3
- package/layers/MapImageLayer.d.ts +2 -2
- package/layers/MapNotesLayer.d.ts +2 -2
- package/layers/MediaLayer.d.ts +2 -2
- package/layers/OGCFeatureLayer.d.ts +2 -2
- package/layers/OrientedImageryLayer.d.ts +2 -2
- package/layers/ParquetLayer.d.ts +2 -2
- package/layers/PointCloudLayer.d.ts +2 -2
- package/layers/RouteLayer.d.ts +2 -2
- package/layers/SceneLayer.d.ts +2 -2
- package/layers/SubtypeGroupLayer.d.ts +2 -2
- package/layers/TileLayer.d.ts +2 -2
- package/layers/UnknownLayer.d.ts +2 -2
- package/layers/UnsupportedLayer.d.ts +2 -2
- package/layers/VectorTileLayer.d.ts +2 -2
- package/layers/VideoLayer.d.ts +2 -2
- package/layers/ViewshedLayer.d.ts +2 -2
- package/layers/VoxelLayer.d.ts +2 -2
- package/layers/WCSLayer.d.ts +2 -2
- package/layers/WFSLayer.d.ts +2 -2
- package/layers/WMSLayer.d.ts +2 -2
- package/layers/WMTSLayer.d.ts +2 -2
- package/layers/catalog/CatalogDynamicGroupLayer.d.ts +2 -2
- package/layers/catalog/CatalogFootprintLayer.d.ts +2 -2
- package/layers/knowledgeGraph/KnowledgeGraphSublayer.d.ts +2 -2
- package/layers/orientedImagery/core/ExposurePoint.js +1 -1
- package/layers/orientedImagery/core/coverageUtils.js +1 -1
- package/layers/orientedImagery/transformations/utils.js +1 -1
- package/layers/raster/types.d.ts +8 -1
- package/layers/support/PixelBlock.d.ts +7 -7
- package/layers/support/RasterInfo.d.ts +2 -9
- package/layers/types.d.ts +77 -2
- package/networks/support/CircuitSection.d.ts +20 -2
- package/networks/support/CircuitSection.js +1 -1
- package/networks/support/Subcircuit.d.ts +12 -10
- package/networks/support/Subcircuit.js +1 -1
- package/networks/support/typeUtils.d.ts +2 -0
- package/networks/support/typeUtils.js +1 -1
- package/package.json +2 -2
- package/rest/support/AttributeBinsQuery.d.ts +7 -1
- package/rest/support/NormalizationBinParametersMixin.d.ts +29 -9
- package/support/revision.js +1 -1
- package/symbols/patterns/LinePattern3D.d.ts +3 -3
- package/symbols/patterns/Pattern3D.d.ts +3 -3
- package/unionTypes.d.ts +17 -17
- package/views/2d/analysis/AreaMeasurementAnalysisView2D.d.ts +6 -5
- package/views/2d/analysis/DistanceMeasurementAnalysisView2D.d.ts +7 -6
- package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/types.d.ts +1 -1
- package/views/3d/analysis/AreaMeasurementAnalysisView3D.d.ts +2 -2
- package/views/3d/analysis/DirectLineMeasurement/types.d.ts +1 -0
- package/views/3d/analysis/ElevationProfile/ElevationProfileLineSceneComputation.js +1 -1
- package/views/3d/analysis/VolumeMeasurement/types.d.ts +1 -0
- package/views/3d/analysis/types.d.ts +2 -0
- package/views/3d/constraints/Constraints.d.ts +2 -2
- package/views/3d/environment/ChapmanApproximation.glsl.js +1 -1
- package/views/3d/environment/CloudsComposition.js +1 -1
- package/views/3d/environment/Fog.js +1 -1
- package/views/3d/layers/DimensionLayerView3D.js +1 -1
- package/views/3d/layers/GaussianSplatLayerView3D.js +1 -1
- package/views/3d/layers/I3SMeshView3D.js +1 -1
- package/views/3d/layers/ImageryLayerView3D.js +1 -1
- package/views/3d/layers/IntegratedMesh3DTilesLayerView3D.js +1 -1
- package/views/3d/layers/LineOfSightLayerView3D.js +1 -1
- package/views/3d/layers/ViewshedLayerView3D.js +1 -1
- package/views/3d/layers/i3s/I3SMaterialUtil.js +1 -1
- package/views/3d/support/LayerPerformanceInfo.d.ts +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatDataStore.js +1 -1
- package/views/3d/webgl-engine/collections/Component/ComponentObject.js +1 -1
- package/views/3d/webgl-engine/collections/Component/ComponentObjectCollection.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/ComponentShader.glsl.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/ComponentTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/collections/Component/SourceGeometry.js +1 -1
- package/views/3d/webgl-engine/core/renderPasses/RenderPassManager.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/ForwardLinearDepthToWriteShadowMap.glsl.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/ShaderOutput.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +3 -3
- package/views/3d/webgl-engine/core/shaderLibrary/shading/ComputeNormalTexture.glsl.js +7 -7
- package/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +1 -1
- package/views/3d/webgl-engine/materials/DefaultMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/DefaultTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/materials/PathMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/ViewingModeConfiguration.js +5 -0
- package/views/3d/webgl-engine/shaders/SphereDepthInterpolate.glsl.js +2 -2
- package/views/BreakpointsOwner.d.ts +9 -10
- package/views/MapView.d.ts +18 -17
- package/views/SceneView.d.ts +30 -89
- package/views/SceneView.js +1 -1
- package/views/View2D.d.ts +0 -37
- package/views/View2D.js +1 -1
- package/views/ViewAnimation.d.ts +2 -3
- package/views/analysis/ElevationProfile/types.d.ts +7 -6
- package/views/analysis/types.d.ts +1 -0
- package/views/animation/types.d.ts +3 -1
- package/views/layers/DimensionLayerView.d.ts +97 -4
- package/views/layers/DimensionLayerView.js +1 -1
- package/views/layers/HighlightLayerViewMixin.d.ts +1 -59
- package/views/layers/HighlightLayerViewMixin.js +1 -1
- package/views/layers/ImageryLayerViewMixin.d.ts +1 -55
- package/views/layers/LineOfSightLayerView.d.ts +77 -4
- package/views/layers/LineOfSightLayerView.js +1 -1
- package/views/layers/ViewshedLayerView.d.ts +96 -5
- package/views/layers/ViewshedLayerView.js +1 -1
- package/views/navigation/Navigation.d.ts +1 -22
- package/views/navigation/Navigation.js +1 -1
- package/views/support/Scheduler.js +1 -1
- package/views/types.d.ts +75 -5
- package/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.d.ts +4 -4
- package/widgets/AreaMeasurement3D.d.ts +2 -2
- package/widgets/BasemapGallery.d.ts +1 -1
- package/widgets/BasemapToggle.d.ts +1 -1
- package/widgets/Bookmarks.d.ts +1 -1
- package/widgets/BuildingExplorer/BuildingExplorerViewModel.d.ts +2 -2
- package/widgets/BuildingExplorer/BuildingLevel.d.ts +2 -2
- package/widgets/BuildingExplorer/BuildingNumericFilterViewModel.d.ts +2 -2
- package/widgets/BuildingExplorer/BuildingPhase.d.ts +2 -2
- package/widgets/BuildingExplorer.d.ts +3 -3
- package/widgets/Compass.d.ts +1 -1
- package/widgets/CoordinateConversion.d.ts +1 -1
- package/widgets/Daylight/DaylightViewModel.d.ts +3 -3
- package/widgets/Daylight/VisibleElements.d.ts +2 -2
- package/widgets/Daylight/types.d.ts +2 -2
- package/widgets/Daylight.d.ts +3 -3
- package/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.d.ts +4 -4
- package/widgets/DirectLineMeasurement3D.d.ts +2 -2
- package/widgets/DirectionalPad.d.ts +1 -1
- package/widgets/ElevationProfile/ElevationProfileLine.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileLineQuery.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +3 -3
- package/widgets/ElevationProfile/ElevationProfileViewModel.d.ts +2 -2
- package/widgets/ElevationProfile/ElevationProfileVisibleElements.d.ts +2 -2
- package/widgets/ElevationProfile/types.d.ts +9 -9
- package/widgets/ElevationProfile.d.ts +2 -2
- package/widgets/Expand/ExpandViewModel.d.ts +1 -1
- package/widgets/Expand.d.ts +1 -1
- package/widgets/Feature.d.ts +1 -1
- package/widgets/FeatureTable/FeatureTableViewModel.d.ts +1 -1
- package/widgets/Features.d.ts +1 -1
- package/widgets/Fullscreen/FullscreenViewModel.d.ts +1 -1
- package/widgets/Fullscreen.d.ts +1 -1
- package/widgets/Home.d.ts +1 -1
- package/widgets/LayerList.d.ts +12 -0
- package/widgets/Legend.d.ts +1 -1
- package/widgets/LineOfSight/LineOfSightTarget.d.ts +2 -2
- package/widgets/LineOfSight/LineOfSightViewModel.d.ts +2 -2
- package/widgets/LineOfSight.d.ts +2 -2
- package/widgets/Locate/LocateViewModel.d.ts +1 -1
- package/widgets/Locate.d.ts +1 -1
- package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
- package/widgets/NavigationToggle.d.ts +1 -1
- package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/components/Arrow.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageViewer.js +1 -1
- package/widgets/OrientedImageryViewer/components/ImageViewerViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationNode.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationUI360.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationUIPanoramicViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/components/NavigationUIViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/components/SequentialNavigationUI.js +1 -1
- package/widgets/OrientedImageryViewer/constants.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/NavigationManager.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/NavigationManagerPanoramic.js +1 -1
- package/widgets/OrientedImageryViewer/navigation/utils.js +1 -1
- package/widgets/OrientedImageryViewer/support/MediaPrefetcher.js +5 -0
- package/widgets/OrientedImageryViewer/support/NonPanoramicMedia.js +1 -1
- package/widgets/OrientedImageryViewer/support/NonPanoramicMediaCollection.js +1 -1
- package/widgets/OrientedImageryViewer/support/resolveMediaProps.js +5 -0
- package/widgets/OrientedImageryViewer/utils.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/PanoramicViewer/PanoramicViewerViewModel.js +1 -1
- package/widgets/PanoramicViewer.js +1 -1
- package/widgets/Print/CustomTemplate.d.ts +1 -1
- package/widgets/Print/PrintViewModel.d.ts +1 -1
- package/widgets/Print.d.ts +1 -1
- package/widgets/ScaleBar.d.ts +1 -1
- package/widgets/Search.d.ts +1 -1
- package/widgets/ShadowCast/DiscreteOptions.d.ts +2 -2
- package/widgets/ShadowCast/DurationOptions.d.ts +2 -2
- package/widgets/ShadowCast/ShadowCastViewModel.d.ts +3 -3
- package/widgets/ShadowCast/ShadowCastVisibleElements.d.ts +2 -2
- package/widgets/ShadowCast/ThresholdOptions.d.ts +2 -2
- package/widgets/ShadowCast/types.d.ts +2 -2
- package/widgets/ShadowCast.d.ts +1 -1
- package/widgets/Slice/SliceViewModel.d.ts +2 -2
- package/widgets/Slice.d.ts +2 -2
- package/widgets/Swipe.d.ts +1 -1
- package/widgets/TimeZoneLabel.d.ts +1 -1
- package/widgets/Track.d.ts +1 -1
- package/widgets/UtilityNetworkValidateTopology.js +1 -1
- package/widgets/VideoPlayer.d.ts +1 -1
- package/widgets/VideoPlayer.js +1 -1
- package/widgets/Weather/VisibleElements.d.ts +2 -2
- package/widgets/Weather/WeatherViewModel.d.ts +2 -2
- package/widgets/Weather/types.d.ts +1 -1
- package/widgets/Weather.d.ts +2 -2
- package/widgets/Zoom.d.ts +1 -1
- package/widgets/support/GridControls.d.ts +1 -1
- package/assets/esri/core/workers/chunks/35961e71f69ae1d24b9e.js +0 -1
- package/assets/esri/core/workers/chunks/3cce8e894bf37c3e598e.js +0 -1
- package/assets/esri/core/workers/chunks/7ee68f67f9cc48a328f0.js +0 -1
- package/assets/esri/core/workers/chunks/a931515a2569713e743b.js +0 -1
- package/assets/esri/core/workers/chunks/bb4574a87ca21e719f0d.js +0 -1
- package/assets/esri/core/workers/chunks/c9f868f85d740ee32715.js +0 -1
- package/geometry.d.ts +0 -136
- package/geometry.js +0 -5
- package/pointCloudRenderers.d.ts +0 -112
- package/pointCloudRenderers.js +0 -5
- package/rasterRenderers.d.ts +0 -151
- package/rasterRenderers.js +0 -5
- package/renderers.d.ts +0 -166
- package/renderers.js +0 -5
- package/views/layers/DimensionLayerViewMixin.d.ts +0 -1
- package/views/layers/DimensionLayerViewMixin.js +0 -5
- package/views/layers/LineOfSightLayerViewMixin.d.ts +0 -1
- package/views/layers/LineOfSightLayerViewMixin.js +0 -5
- package/views/layers/ViewshedLayerViewMixin.d.ts +0 -98
- package/views/layers/ViewshedLayerViewMixin.js +0 -5
package/views/types.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A module for importing types used in View modules.
|
|
3
|
+
*
|
|
4
|
+
* @since 5.0
|
|
5
|
+
*/
|
|
1
6
|
import type Camera from "../Camera.js";
|
|
2
7
|
import type Graphic from "../Graphic.js";
|
|
3
8
|
import type Ground from "../Ground.js";
|
|
@@ -20,6 +25,11 @@ import type { AnalysisViewUnion } from "./analysis/types.js";
|
|
|
20
25
|
import type { EasingName } from "./animation/types.js";
|
|
21
26
|
import type { ViewEventTypes } from "./input/types.js";
|
|
22
27
|
|
|
28
|
+
/**
|
|
29
|
+
* The object ID or the unique identifier string for a [Graphic](https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html).
|
|
30
|
+
*
|
|
31
|
+
* @see [Graphic.getObjectId](https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html#getObjectId)
|
|
32
|
+
*/
|
|
23
33
|
export type ObjectId = number | string;
|
|
24
34
|
|
|
25
35
|
export type HighlightTarget = Graphic | Graphic[] | Collection<Graphic>;
|
|
@@ -72,6 +82,8 @@ export interface TargetOptions3D extends TargetOptions3DBase {
|
|
|
72
82
|
* A two-element array of numbers represents the [x,y] coordinates to center the view on.
|
|
73
83
|
* When using an object for the `target`, use the properties
|
|
74
84
|
* in the table below.
|
|
85
|
+
*
|
|
86
|
+
* @see [MapView#goTo()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#goTo)
|
|
75
87
|
*/
|
|
76
88
|
export type GoToTarget2D = TargetOptions2D | CenterOptions2D | Target2D;
|
|
77
89
|
|
|
@@ -80,6 +92,8 @@ export type GoToTarget2D = TargetOptions2D | CenterOptions2D | Target2D;
|
|
|
80
92
|
* A two or three-element array of numbers represents the [x,y,z] coordinates to center the view on.
|
|
81
93
|
* When using an object for the `target`, use the properties
|
|
82
94
|
* in the table below.
|
|
95
|
+
*
|
|
96
|
+
* @see [SceneView#goTo()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo)
|
|
83
97
|
*/
|
|
84
98
|
export type GoToTarget3D = TargetOptions3D | CenterOptions3D | Target3D;
|
|
85
99
|
|
|
@@ -380,14 +394,14 @@ export type HitExtension<T> = T
|
|
|
380
394
|
};
|
|
381
395
|
|
|
382
396
|
/**
|
|
383
|
-
* Object specification for the result returned in
|
|
397
|
+
* Object specification for the result returned in [SceneViewHitTestResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#SceneViewHitTestResult) of the [SceneView#hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) method.
|
|
384
398
|
*
|
|
385
399
|
* @since 4.24
|
|
386
400
|
*/
|
|
387
401
|
export type SceneViewHit = SceneViewGraphicHit | SceneViewMediaHit | SceneViewRouteHit;
|
|
388
402
|
|
|
389
403
|
/**
|
|
390
|
-
* Object specification for the graphic hit result returned in
|
|
404
|
+
* Object specification for the graphic hit result returned in [SceneViewHitTestResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#SceneViewHitTestResult) of the [SceneView#hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) method.
|
|
391
405
|
* See the table below for the specification of each property in this object.
|
|
392
406
|
*
|
|
393
407
|
* @since 4.24
|
|
@@ -395,7 +409,7 @@ export type SceneViewHit = SceneViewGraphicHit | SceneViewMediaHit | SceneViewRo
|
|
|
395
409
|
export type SceneViewGraphicHit = HitExtension<GraphicHit>;
|
|
396
410
|
|
|
397
411
|
/**
|
|
398
|
-
* Object specification for the media hit results returned from [MediaLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MediaLayer.html) in
|
|
412
|
+
* Object specification for the media hit results returned from [MediaLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MediaLayer.html) in [SceneViewHitTestResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#SceneViewHitTestResult) of the [SceneView#hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) method.
|
|
399
413
|
* See the table below for the specification of each property in this object.
|
|
400
414
|
*
|
|
401
415
|
* @since 4.24
|
|
@@ -403,7 +417,7 @@ export type SceneViewGraphicHit = HitExtension<GraphicHit>;
|
|
|
403
417
|
export type SceneViewMediaHit = HitExtension<MediaHit>;
|
|
404
418
|
|
|
405
419
|
/**
|
|
406
|
-
* Object specification for the route hit results returned from [RouteLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html) in
|
|
420
|
+
* Object specification for the route hit results returned from [RouteLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html) in [SceneViewHitTestResult](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#SceneViewHitTestResult) of the [SceneView#hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) method.
|
|
407
421
|
* See the table below for the specification of each property in this object.
|
|
408
422
|
*
|
|
409
423
|
* @since 4.24
|
|
@@ -436,14 +450,16 @@ export interface SceneViewHitTestResultGround {
|
|
|
436
450
|
}
|
|
437
451
|
|
|
438
452
|
/**
|
|
439
|
-
* A layer, graphic, or collection of layers or graphics to be used in the [
|
|
453
|
+
* A layer, graphic, or collection of layers or graphics to be used in the MapView's [hitTest](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest) filter options.
|
|
440
454
|
*
|
|
441
455
|
* @see [MapView#hitTest()](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest)
|
|
442
456
|
*/
|
|
443
457
|
export type HitTestItem = Layer | SubtypeSublayer | Graphic;
|
|
444
458
|
|
|
459
|
+
/** A layer, graphic, or collection of layers or graphics to be used in the MapView's [hitTest](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest) filter options. */
|
|
445
460
|
export type HitTestOptionsItem = HitTestItem | Iterable<HitTestItem | Iterable<HitTestItem>>;
|
|
446
461
|
|
|
462
|
+
/** Options for specifying which [HitTestItem](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#HitTestItem) are included or excluded when calling the MapView’s [hitTest](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest) method. */
|
|
447
463
|
export interface HitTestOptions {
|
|
448
464
|
/**
|
|
449
465
|
* A list of layers and graphics to exclude from the hitTest. No layers or graphics will be
|
|
@@ -457,10 +473,13 @@ export interface HitTestOptions {
|
|
|
457
473
|
include?: HitTestOptionsItem | null;
|
|
458
474
|
}
|
|
459
475
|
|
|
476
|
+
/** Intersection test options. By default the [Map.ground](https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#ground) is excluded if its opacity is smaller than one. */
|
|
460
477
|
export type HitTestItem3D = HitTestItem | Ground | BuildingSublayer;
|
|
461
478
|
|
|
479
|
+
/** A layer, graphic, or collection of layers or graphics to be used in the SceneView's [hitTest](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) filter options. */
|
|
462
480
|
export type HitTestOptions3DItem = HitTestItem3D | Iterable<HitTestItem3D | Iterable<HitTestItem3D>>;
|
|
463
481
|
|
|
482
|
+
/** Options for specifying which [HitTestItem3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-types.html#HitTestItem3D) are included or excluded when calling the SceneView's [hitTest](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#hitTest) method. */
|
|
464
483
|
export interface HitTestOptions3D {
|
|
465
484
|
/**
|
|
466
485
|
* A list of layers and graphics to exclude for intersection testing. No layers or graphics
|
|
@@ -474,6 +493,27 @@ export interface HitTestOptions3D {
|
|
|
474
493
|
include?: HitTestOptions3DItem | null;
|
|
475
494
|
}
|
|
476
495
|
|
|
496
|
+
/**
|
|
497
|
+
*
|
|
498
|
+
* A convenience property used for defining the breakpoints on the [height](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#height)
|
|
499
|
+
* and [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#width) of the view. The sizes specified here determine the values of
|
|
500
|
+
* the [widthBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#widthBreakpoint) and [heightBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#heightBreakpoint)
|
|
501
|
+
* properties depending on the view's size.
|
|
502
|
+
*
|
|
503
|
+
* Setting up breakpoints can aid in responsive app design. It does this
|
|
504
|
+
* by watching width and height breakpoints. This is helpful as it removes
|
|
505
|
+
* the need for multiple [`@media` calls](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries).
|
|
506
|
+
* Instead of listening for the view's size and/or resizes property,
|
|
507
|
+
* you can set up a watch handler for either the [widthBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#widthBreakpoint) or
|
|
508
|
+
* [heightBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#heightBreakpoint) properties of the view.
|
|
509
|
+
*
|
|
510
|
+
* > [!WARNING]
|
|
511
|
+
* >
|
|
512
|
+
* > Please refer to the [styling guide](https://developers.arcgis.com/javascript/latest/styling/#view-size-css-classes) for additional
|
|
513
|
+
* > information on working with this.
|
|
514
|
+
*
|
|
515
|
+
* @see [BreakpointsOwner#breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints)
|
|
516
|
+
*/
|
|
477
517
|
export interface Breakpoints {
|
|
478
518
|
/**
|
|
479
519
|
* Sets the `large` breakpoint in pixels used by
|
|
@@ -525,8 +565,38 @@ export interface Breakpoints {
|
|
|
525
565
|
xsmall: number;
|
|
526
566
|
}
|
|
527
567
|
|
|
568
|
+
/**
|
|
569
|
+
*
|
|
570
|
+
* A convenience property indicating the view's orientation. See the table below for a list of possible values.
|
|
571
|
+
* > [!WARNING]
|
|
572
|
+
* >
|
|
573
|
+
* > Please refer to the [styling guide](https://developers.arcgis.com/javascript/latest/styling/#view-size-css-classes) for additional
|
|
574
|
+
* > information on working with this.
|
|
575
|
+
* Possible Value | Description
|
|
576
|
+
* ---------------|------------
|
|
577
|
+
* landscape | The [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#width) of the view is greater than its [height](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#height).
|
|
578
|
+
* portrait | The [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#width) of the view is equal to or smaller than its [height](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#height).
|
|
579
|
+
*/
|
|
528
580
|
export type BreakpointOrientation = "landscape" | "portrait";
|
|
529
581
|
|
|
582
|
+
/**
|
|
583
|
+
* Indicates the general size of the view's width or height. This value is
|
|
584
|
+
* determined based on where the view's [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#width) or [height](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#height) falls in the ranges defined
|
|
585
|
+
* in the [breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints) property. See the table below
|
|
586
|
+
* for a list of possible values. Use the [breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints) property to
|
|
587
|
+
* override the default thresholds.
|
|
588
|
+
*
|
|
589
|
+
* Possible Value | Description | Default thresholds (pixels)
|
|
590
|
+
* ---------------|-------------|-------------------
|
|
591
|
+
* xsmall | The width or height of the view is smaller than the value set in the `xsmall` [breakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints). | < 545
|
|
592
|
+
* small | The width or height of the view is between the values set in the `xsmall` and `small` [breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints). | 545 - 768
|
|
593
|
+
* medium | The width or height of the view is between the values set in the `small` and `medium` [breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints). | 769 - 992
|
|
594
|
+
* large | The width or height of the view is between the values set in the `medium` and `large` [breakpoints](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints). | 993 - 1200
|
|
595
|
+
* xlarge | The width or height of the view is larger than the value set in the `large` [breakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#breakpoints). | > 1200
|
|
596
|
+
*
|
|
597
|
+
* @see [widthBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#widthBreakpoint)
|
|
598
|
+
* @see [heightBreakpoint](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-BreakpointsOwner.html#heightBreakpoint)
|
|
599
|
+
*/
|
|
530
600
|
export type BreakpointSize = "xsmall" | "small" | "medium" | "large" | "xlarge";
|
|
531
601
|
|
|
532
602
|
export interface AnalysisViewCreateEvent {
|
|
@@ -5,7 +5,7 @@ import type { SystemOrAreaUnit } from "../../core/units.js";
|
|
|
5
5
|
import type { MeasurementMode } from "../../views/analysis/types.js";
|
|
6
6
|
import type { AreaMeasurementAnalysisProperties } from "../../analysis/AreaMeasurementAnalysis.js";
|
|
7
7
|
|
|
8
|
-
/** @deprecated since 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
8
|
+
/** @deprecated since version 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
9
9
|
export interface AreaMeasurement3DViewModelProperties extends Partial<Pick<AreaMeasurement3DViewModel, "view">> {
|
|
10
10
|
/**
|
|
11
11
|
* The area measurement analysis object being created or modified by the view model.
|
|
@@ -58,7 +58,7 @@ export interface AreaMeasurement3DViewModelProperties extends Partial<Pick<AreaM
|
|
|
58
58
|
/**
|
|
59
59
|
* Provides the logic for the [AreaMeasurement3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement3D.html) widget and [component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/).
|
|
60
60
|
*
|
|
61
|
-
* @deprecated since 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
61
|
+
* @deprecated since version 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
62
62
|
* @since 4.7
|
|
63
63
|
* @see [AreaMeasurement3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-AreaMeasurement3D.html) widget - _Deprecated since 4.33. Use the [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead._
|
|
64
64
|
* @see [Programming patterns: Widget viewModel pattern](https://developers.arcgis.com/javascript/latest/programming-patterns/#widget-viewmodel-pattern)
|
|
@@ -155,7 +155,7 @@ export default class AreaMeasurement3DViewModel extends Accessor {
|
|
|
155
155
|
/**
|
|
156
156
|
* Measurement value.
|
|
157
157
|
*
|
|
158
|
-
* @deprecated since 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
158
|
+
* @deprecated since version 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
159
159
|
*/
|
|
160
160
|
export interface MeasurementValue {
|
|
161
161
|
/**
|
|
@@ -172,7 +172,7 @@ export interface MeasurementValue {
|
|
|
172
172
|
readonly text: string | null;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
/** @deprecated since 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
175
|
+
/** @deprecated since version 4.33. Use the [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-AreaMeasurementAnalysis.html) or [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
176
176
|
export interface Measurement {
|
|
177
177
|
/** Area of the polygon. */
|
|
178
178
|
readonly area: MeasurementValue;
|
|
@@ -8,7 +8,7 @@ import type { WidgetProperties } from "./Widget.js";
|
|
|
8
8
|
import type { AreaMeasurementAnalysisProperties } from "../analysis/AreaMeasurementAnalysis.js";
|
|
9
9
|
import type { AreaMeasurement3DViewModelProperties } from "./AreaMeasurement3D/AreaMeasurement3DViewModel.js";
|
|
10
10
|
|
|
11
|
-
/** @deprecated since 4.33. Use the [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
11
|
+
/** @deprecated since version 4.33. Use the [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
12
12
|
export interface AreaMeasurement3DProperties extends WidgetProperties, Partial<Pick<AreaMeasurement3D, "unit" | "unitOptions" | "view">> {
|
|
13
13
|
/**
|
|
14
14
|
* The area measurement analysis object being created or modified by the widget. This property is an
|
|
@@ -111,7 +111,7 @@ export interface AreaMeasurement3DProperties extends WidgetProperties, Partial<P
|
|
|
111
111
|
* > [GeoJSONLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html), [WFSLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html), [CSVLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html),
|
|
112
112
|
* > [3D Object SceneLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html), and [BuildingSceneLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BuildingSceneLayer.html).
|
|
113
113
|
*
|
|
114
|
-
* @deprecated since 4.33. Use the [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
114
|
+
* @deprecated since version 4.33. Use the [Area Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-area-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
115
115
|
* @since 4.7
|
|
116
116
|
* @see [Sample - Measurement in 3D](https://developers.arcgis.com/javascript/latest/sample-code/widgets-measurement-3d/)
|
|
117
117
|
* @see [Sample - Analysis objects](https://developers.arcgis.com/javascript/latest/sample-code/analysis-objects/)
|
|
@@ -86,7 +86,7 @@ export interface BasemapGalleryProperties extends WidgetProperties, Partial<Pick
|
|
|
86
86
|
* Set the [MapView#spatialReferenceLocked](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#spatialReferenceLocked) property to `true`
|
|
87
87
|
* to disable basemaps in different spatial references and prevent users from changing the view's spatial reference at runtime.
|
|
88
88
|
*
|
|
89
|
-
* @deprecated since 4.32. Use the [Basemap Gallery component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-gallery/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
89
|
+
* @deprecated since version 4.32. Use the [Basemap Gallery component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-gallery/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
90
90
|
* @since 4.3
|
|
91
91
|
* @see [Basemap Gallery component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-gallery/)
|
|
92
92
|
* @see [Sample - Use Portal Basemaps](https://developers.arcgis.com/javascript/latest/sample-code/basemaps-portal/)
|
|
@@ -60,7 +60,7 @@ export interface VisibleElements {
|
|
|
60
60
|
* Set the [MapView#spatialReferenceLocked](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#spatialReferenceLocked) property to `true`
|
|
61
61
|
* to disable basemaps in different spatial references and prevent users from changing the view's spatial reference at runtime.
|
|
62
62
|
*
|
|
63
|
-
* @deprecated since 4.32. Use the [Basemap Toggle component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-toggle/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
63
|
+
* @deprecated since version 4.32. Use the [Basemap Toggle component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-basemap-toggle/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
64
64
|
* @since 4.0
|
|
65
65
|
* @see [BasemapToggleViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapToggle-BasemapToggleViewModel.html)
|
|
66
66
|
* @example
|
package/widgets/Bookmarks.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ export interface BookmarksEvents extends BookmarksViewModelEvents {}
|
|
|
149
149
|
* When a bookmark with a timeExtent is selected, the [MapView#timeExtent](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#timeExtent) of the View will be set to the timeExtent of the selected bookmark.
|
|
150
150
|
* To disable time capability in the Bookmarks widget, set [capabilities.time](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Bookmarks-BookmarksViewModel.html#capabilities) in the BookmarksViewModel to `false`.
|
|
151
151
|
*
|
|
152
|
-
* @deprecated since 4.34. Use the [Bookmarks component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-bookmarks/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
152
|
+
* @deprecated since version 4.34. Use the [Bookmarks component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-bookmarks/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
153
153
|
* @since 4.8
|
|
154
154
|
* @see [Sample - Bookmarks widget](https://developers.arcgis.com/javascript/latest/sample-code/widgets-bookmarks/)
|
|
155
155
|
* @see [Sample - WebStyleSymbol (has manually defined bookmarks)](https://developers.arcgis.com/javascript/latest/sample-code/webstylesymbol-2d)
|
|
@@ -7,7 +7,7 @@ import type BuildingPhase from "./BuildingPhase.js";
|
|
|
7
7
|
import type { ReadonlyArrayOrCollection } from "../../core/Collection.js";
|
|
8
8
|
import type { BuildingSceneLayerProperties } from "../../layers/BuildingSceneLayer.js";
|
|
9
9
|
|
|
10
|
-
/** @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
10
|
+
/** @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
11
11
|
export interface BuildingExplorerViewModelProperties extends Partial<Pick<BuildingExplorerViewModel, "view">> {
|
|
12
12
|
/**
|
|
13
13
|
* A [Collection](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Collection.html) of layers of type [BuildingSceneLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BuildingSceneLayer.html)
|
|
@@ -20,7 +20,7 @@ export interface BuildingExplorerViewModelProperties extends Partial<Pick<Buildi
|
|
|
20
20
|
/**
|
|
21
21
|
* Provides the logic for the [BuildingExplorer](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer.html) widget.
|
|
22
22
|
*
|
|
23
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
23
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
24
24
|
* @since 4.16
|
|
25
25
|
* @see [BuildingExplorer](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer.html) widget - _Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead._
|
|
26
26
|
* @see [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/)
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import type BuildingNumericFilterViewModel from "./BuildingNumericFilterViewModel.js";
|
|
2
2
|
import type { BuildingNumericFilterViewModelProperties } from "./BuildingNumericFilterViewModel.js";
|
|
3
3
|
|
|
4
|
-
/** @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
4
|
+
/** @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
5
5
|
export interface BuildingLevelProperties extends BuildingNumericFilterViewModelProperties {}
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Provides information for the building level filter, such as
|
|
9
9
|
* the value selected by the user or the minimum and maximum allowed values.
|
|
10
10
|
*
|
|
11
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
11
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
12
12
|
* @since 4.16
|
|
13
13
|
* @see [BuildingExplorer](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer.html) widget - Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead.
|
|
14
14
|
* @see [BuildingExplorerViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer-BuildingExplorerViewModel.html) - Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type Accessor from "../../core/Accessor.js";
|
|
2
2
|
|
|
3
|
-
/** @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
3
|
+
/** @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
4
4
|
export interface BuildingNumericFilterViewModelProperties extends Partial<Pick<BuildingNumericFilterViewModel, "enabled" | "value">> {
|
|
5
5
|
/** List of all the values which are allowed for the filter. */
|
|
6
6
|
allowedValues?: readonly number[] | null;
|
|
@@ -10,7 +10,7 @@ export interface BuildingNumericFilterViewModelProperties extends Partial<Pick<B
|
|
|
10
10
|
* Base class for the level filter and the construction phase filter in the
|
|
11
11
|
* [BuildingExplorerViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer-BuildingExplorerViewModel.html).
|
|
12
12
|
*
|
|
13
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
13
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
14
14
|
* @since 4.16
|
|
15
15
|
*/
|
|
16
16
|
export default abstract class BuildingNumericFilterViewModel extends Accessor {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type BuildingNumericFilterViewModel from "./BuildingNumericFilterViewModel.js";
|
|
2
2
|
import type { BuildingNumericFilterViewModelProperties } from "./BuildingNumericFilterViewModel.js";
|
|
3
3
|
|
|
4
|
-
/** @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
4
|
+
/** @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
5
5
|
export interface BuildingPhaseProperties extends BuildingNumericFilterViewModelProperties {}
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -12,7 +12,7 @@ export interface BuildingPhaseProperties extends BuildingNumericFilterViewModelP
|
|
|
12
12
|
* at that phase (created phase <= selected phase) but not yet demolished (demolished phase > selected phase).
|
|
13
13
|
* The goal is to display what the building or construction site looks like at that selected phase.
|
|
14
14
|
*
|
|
15
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
15
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
16
16
|
* @since 4.16
|
|
17
17
|
* @see [BuildingExplorer](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer.html) widget - Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead.
|
|
18
18
|
* @see [BuildingExplorerViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer-BuildingExplorerViewModel.html) - Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead.
|
|
@@ -10,7 +10,7 @@ import type { HeadingLevel } from "./support/types.js";
|
|
|
10
10
|
import type { BuildingExplorerViewModelProperties } from "./BuildingExplorer/BuildingExplorerViewModel.js";
|
|
11
11
|
import type { WidgetProperties } from "./Widget.js";
|
|
12
12
|
|
|
13
|
-
/** @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
13
|
+
/** @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
14
14
|
export interface BuildingExplorerProperties extends WidgetProperties, Partial<Pick<BuildingExplorer, "headingLevel" | "view" | "visibleElements">> {
|
|
15
15
|
/**
|
|
16
16
|
* Icon which represents the widget. It is typically used when the widget is controlled by another
|
|
@@ -46,7 +46,7 @@ export interface BuildingExplorerProperties extends WidgetProperties, Partial<Pi
|
|
|
46
46
|
* The visible elements that are displayed within the widget.
|
|
47
47
|
* This provides the ability to turn individual elements of the widget's display on/off.
|
|
48
48
|
*
|
|
49
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
49
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
50
50
|
*/
|
|
51
51
|
export interface VisibleElements {
|
|
52
52
|
/**
|
|
@@ -109,7 +109,7 @@ export interface VisibleElements {
|
|
|
109
109
|
*
|
|
110
110
|
* The widget can only display filters set by the widget itself. Filters set by other applications will be ignored.
|
|
111
111
|
*
|
|
112
|
-
* @deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
112
|
+
* @deprecated since version 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
113
113
|
* @since 4.16
|
|
114
114
|
* @see [Sample - BuildingExplorer widget](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-filter/)
|
|
115
115
|
* @see [BuildingExplorerViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BuildingExplorer-BuildingExplorerViewModel.html) - Deprecated since 5.0. Use the [Building Explorer component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-building-explorer/) instead.
|
package/widgets/Compass.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export interface CompassProperties extends WidgetProperties, Partial<Pick<Compas
|
|
|
48
48
|
* You can use the view's [DefaultUI](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html) to add the compass widget
|
|
49
49
|
* to a 2D application via the [MapView#ui](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#ui) property on the view.
|
|
50
50
|
*
|
|
51
|
-
* @deprecated since 4.32. Use the [Compass component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-compass/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
51
|
+
* @deprecated since version 4.32. Use the [Compass component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-compass/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
52
52
|
* @since 4.0
|
|
53
53
|
* @see [CompassViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Compass-CompassViewModel.html)
|
|
54
54
|
* @see [DefaultUI](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html)
|
|
@@ -123,7 +123,7 @@ export interface VisibleElements {
|
|
|
123
123
|
* Additional [formats](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-support-Format.html) can be created by a developer and made available
|
|
124
124
|
* through the widget.
|
|
125
125
|
*
|
|
126
|
-
* @deprecated since 4.34. Use the [CoordinateConversion component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-coordinate-conversion/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
126
|
+
* @deprecated since version 4.34. Use the [CoordinateConversion component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-coordinate-conversion/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
127
127
|
* @since 4.7
|
|
128
128
|
* @see [CoordinateConversion component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-coordinate-conversion/)
|
|
129
129
|
* @see [Sample - CoordinateConversion component](https://developers.arcgis.com/javascript/latest/sample-code/coordinate-conversion/)
|
|
@@ -2,7 +2,7 @@ import type SceneView from "../../views/SceneView.js";
|
|
|
2
2
|
import type { EventedAccessor, EventedMixinProperties } from "../../core/Evented.js";
|
|
3
3
|
import type { Season } from "./types.js";
|
|
4
4
|
|
|
5
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
5
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
6
6
|
export interface DaylightViewModelProperties extends EventedMixinProperties, Partial<Pick<DaylightViewModel, "currentSeason" | "dayPlaying" | "directShadowsEnabled" | "playSpeedMultiplier" | "sunLightingEnabled" | "timeSliderPosition" | "utcOffset" | "view" | "yearPlaying">> {
|
|
7
7
|
/**
|
|
8
8
|
* The calendar date in the timezone given by [utcOffset](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Daylight-DaylightViewModel.html#utcOffset).
|
|
@@ -20,7 +20,7 @@ export interface DaylightViewModelProperties extends EventedMixinProperties, Par
|
|
|
20
20
|
localDate?: (Date | number | string);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
23
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
24
24
|
export interface DaylightViewModelEvents {
|
|
25
25
|
/**
|
|
26
26
|
* Fires when the user changes the date or time in the widget by interacting with the slider, the date picker, the
|
|
@@ -34,7 +34,7 @@ export interface DaylightViewModelEvents {
|
|
|
34
34
|
/**
|
|
35
35
|
* Provides the logic for the [Daylight](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Daylight.html) widget.
|
|
36
36
|
*
|
|
37
|
-
* @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
37
|
+
* @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
38
38
|
* @since 4.14
|
|
39
39
|
* @see [Daylight](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Daylight.html) widget
|
|
40
40
|
* @see [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type Accessor from "../../core/Accessor.js";
|
|
2
2
|
|
|
3
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
3
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
4
4
|
export interface VisibleElementsProperties extends Partial<Pick<VisibleElements, "datePicker" | "header" | "playButtons" | "shadowsToggle" | "sunLightingToggle" | "timezone">> {}
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* The visible elements that are displayed within the widget.
|
|
8
8
|
* This provides the ability to turn individual elements of the widget's display on/off.
|
|
9
9
|
*
|
|
10
|
-
* @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
10
|
+
* @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
11
11
|
*/
|
|
12
12
|
export default abstract class VisibleElements extends Accessor {
|
|
13
13
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
2
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
3
3
|
export type DateOrSeason = "date" | "season";
|
|
4
4
|
|
|
5
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
5
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
6
6
|
export type Season = "spring" | "summer" | "fall" | "winter";
|
package/widgets/Daylight.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import type { DateOrSeason } from "./Daylight/types.js";
|
|
|
9
9
|
import type { HeadingLevel } from "./support/types.js";
|
|
10
10
|
import type { VisibleElementsProperties } from "./Daylight/VisibleElements.js";
|
|
11
11
|
|
|
12
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
12
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
13
13
|
export interface DaylightProperties extends WidgetProperties, Partial<Pick<Daylight, "dateOrSeason" | "headingLevel" | "playSpeedMultiplier" | "timeSliderSteps" | "view">> {
|
|
14
14
|
/**
|
|
15
15
|
* Icon which represents the widget. It is typically used when the widget is controlled by another
|
|
@@ -57,7 +57,7 @@ export interface DaylightProperties extends WidgetProperties, Partial<Pick<Dayli
|
|
|
57
57
|
visibleElements?: VisibleElementsProperties;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
/** @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
60
|
+
/** @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
61
61
|
export interface DaylightEvents extends DaylightViewModelEvents {}
|
|
62
62
|
|
|
63
63
|
/**
|
|
@@ -136,7 +136,7 @@ export interface DaylightEvents extends DaylightViewModelEvents {}
|
|
|
136
136
|
* >
|
|
137
137
|
* > When the [SceneView.environment.lighting](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#environment) is of the type `virtual`, setting the time and date does not have an influence on the lighting conditions of the scene.
|
|
138
138
|
*
|
|
139
|
-
* @deprecated since 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
139
|
+
* @deprecated since version 4.34. Use the [Daylight component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-daylight/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
140
140
|
* @since 4.14
|
|
141
141
|
* @see [Sample - Daylight widget](https://developers.arcgis.com/javascript/latest/sample-code/widgets-daylight/)
|
|
142
142
|
* @see [DaylightViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Daylight-DaylightViewModel.html)
|
|
@@ -5,7 +5,7 @@ import type { SystemOrLengthUnit } from "../../core/units.js";
|
|
|
5
5
|
import type { MeasurementMode } from "../../views/analysis/types.js";
|
|
6
6
|
import type { DirectLineMeasurementAnalysisProperties } from "../../analysis/DirectLineMeasurementAnalysis.js";
|
|
7
7
|
|
|
8
|
-
/** @deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
8
|
+
/** @deprecated since version 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
9
9
|
export interface DirectLineMeasurement3DViewModelProperties extends Partial<Pick<DirectLineMeasurement3DViewModel, "view">> {
|
|
10
10
|
/**
|
|
11
11
|
* The direct line measurement analysis object being created or modified by the view model.
|
|
@@ -60,7 +60,7 @@ export interface DirectLineMeasurement3DViewModelProperties extends Partial<Pick
|
|
|
60
60
|
/**
|
|
61
61
|
* Provides the logic for the [DirectLineMeasurement3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectLineMeasurement3D.html) widget and [component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/).
|
|
62
62
|
*
|
|
63
|
-
* @deprecated since 4.33. Use the [DirectLineMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-DirectLineMeasurementAnalysis.html) or [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
63
|
+
* @deprecated since version 4.33. Use the [DirectLineMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-DirectLineMeasurementAnalysis.html) or [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
64
64
|
* @since 4.7
|
|
65
65
|
* @see [DirectLineMeasurement3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectLineMeasurement3D.html) widget - _Deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead._
|
|
66
66
|
* @see [Programming patterns: Widget viewModel pattern](https://developers.arcgis.com/javascript/latest/programming-patterns/#widget-viewmodel-pattern)
|
|
@@ -159,7 +159,7 @@ export default class DirectLineMeasurement3DViewModel extends Accessor {
|
|
|
159
159
|
/**
|
|
160
160
|
* Measurement value.
|
|
161
161
|
*
|
|
162
|
-
* @deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
162
|
+
* @deprecated since version 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
163
163
|
*/
|
|
164
164
|
export interface MeasurementValue {
|
|
165
165
|
/**
|
|
@@ -175,7 +175,7 @@ export interface MeasurementValue {
|
|
|
175
175
|
readonly text: string | null;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
/** @deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
178
|
+
/** @deprecated since version 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
179
179
|
export interface Measurement {
|
|
180
180
|
/** The 3D distance between the two points that is computed in a Euclidean manner. It is only available for distances below 100 kilometers. */
|
|
181
181
|
readonly directDistance: MeasurementValue;
|
|
@@ -8,7 +8,7 @@ import type { SystemOrLengthUnit } from "../core/units.js";
|
|
|
8
8
|
import type { WidgetProperties } from "./Widget.js";
|
|
9
9
|
import type { DirectLineMeasurement3DViewModelProperties } from "./DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js";
|
|
10
10
|
|
|
11
|
-
/** @deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
11
|
+
/** @deprecated since version 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
|
|
12
12
|
export interface DirectLineMeasurement3DProperties extends WidgetProperties, Partial<Pick<DirectLineMeasurement3D, "unit" | "unitOptions" | "view">> {
|
|
13
13
|
/**
|
|
14
14
|
* The direct line measurement analysis object being created or modified by the widget. This property is an
|
|
@@ -117,7 +117,7 @@ export interface DirectLineMeasurement3DProperties extends WidgetProperties, Par
|
|
|
117
117
|
* > [GeoJSONLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html), [WFSLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html), [CSVLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html),
|
|
118
118
|
* > [3D Object SceneLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html), and [BuildingSceneLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-BuildingSceneLayer.html).
|
|
119
119
|
*
|
|
120
|
-
* @deprecated since 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
120
|
+
* @deprecated since version 4.33. Use the [Direct Line Measurement 3D component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-direct-line-measurement-3d/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
121
121
|
* @since 4.6
|
|
122
122
|
* @see [Sample - Measurement in 3D](https://developers.arcgis.com/javascript/latest/sample-code/widgets-measurement-3d/)
|
|
123
123
|
* @see [Sample - Analysis objects](https://developers.arcgis.com/javascript/latest/sample-code/analysis-objects/)
|
|
@@ -61,7 +61,7 @@ export interface DirectionalPadProperties extends WidgetProperties, Partial<Pick
|
|
|
61
61
|
* >
|
|
62
62
|
* > The DirectionalPad widget is not supported in 3d.
|
|
63
63
|
*
|
|
64
|
-
* @deprecated since 4.32. Use the [Directional Pad component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-directional-pad/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
64
|
+
* @deprecated since version 4.32. Use the [Directional Pad component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-directional-pad/) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/).
|
|
65
65
|
* @since 4.29
|
|
66
66
|
* @see [DirectionalPadViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-DirectionalPad-DirectionalPadViewModel.html)
|
|
67
67
|
* @example
|