@arcgis/core 5.0.0-next.54 → 5.0.0-next.56
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/Color.d.ts +12 -4
- package/Ground.d.ts +4 -6
- package/Ground.js +1 -1
- package/WebScene.js +1 -1
- package/applications/Components/SelectionOperation.d.ts +5 -0
- package/applications/Components/SketchTooltipControls.d.ts +5 -0
- package/applications/Components/actionUtils.d.ts +5 -0
- package/applications/Components/analysisUtils.d.ts +5 -0
- package/applications/Components/arcadeEditorUtils.d.ts +5 -0
- package/applications/Components/arcadeFeatureUtils.d.ts +5 -0
- package/applications/Components/basemapUtils.d.ts +5 -0
- package/applications/Components/drawUtils.d.ts +13 -1
- package/applications/Components/featureUtils.d.ts +5 -0
- package/applications/Components/fontUtils.d.ts +5 -0
- package/applications/Components/formatUtils.d.ts +5 -0
- package/applications/Components/getDefaultUnits.d.ts +5 -0
- package/applications/Components/gfxUtils.d.ts +5 -0
- package/applications/Components/imageryUtils.d.ts +5 -0
- package/applications/Components/layerOriginUtils.d.ts +5 -0
- package/applications/Components/layersEffectsJsonUtils.d.ts +5 -0
- package/applications/Components/previewSymbol2D.d.ts +5 -0
- package/applications/Components/reactiveUtils.d.ts +6 -0
- package/applications/Components/sanitizerUtils.d.ts +5 -0
- package/applications/Components/stringUtils.d.ts +6 -2
- package/applications/Components/styleUtils.d.ts +5 -0
- package/applications/Components/svgUtils.d.ts +5 -0
- package/applications/Components/testUtils.d.ts +5 -0
- package/applications/Components/viewUtils.d.ts +5 -0
- package/applications/Components/webStyleSymbolUtils.d.ts +5 -0
- package/applications/Excalibur/videoViewUtils.d.ts +5 -0
- package/applications/ExperienceBuilder/sketchUtils.d.ts +5 -0
- package/applications/KnowledgeStudio/generalSdkInternalAccess.d.ts +10 -0
- package/applications/KnowledgeStudio/generalSharedKgUtils.d.ts +10 -0
- package/applications/KnowledgeStudio/layerInternalAccessUtils.d.ts +11 -1
- package/applications/KnowledgeStudio/reshape.d.ts +5 -0
- package/applications/KnowledgeStudio/resourceSerializationUtils.d.ts +5 -0
- package/applications/MapViewer/layerUtils.d.ts +5 -0
- package/applications/MapViewer/mediaUtils.d.ts +5 -0
- package/applications/MapViewer/templateUtils.d.ts +5 -0
- package/applications/PortalApp/layerUtils.d.ts +5 -0
- package/applications/SceneViewer/colorUtils.d.ts +5 -0
- package/applications/SceneViewer/devEnvironmentUtils.d.ts +5 -0
- package/applications/SceneViewer/layerUtils.d.ts +5 -0
- package/applications/SceneViewer/sceneViewerUtils.d.ts +6 -2
- package/applications/SceneViewer/symbolUtils.d.ts +5 -0
- package/applications/Urban/meshUtils.d.ts +5 -0
- package/applications/WebEditor/sketchUtils.d.ts +5 -0
- package/arcade.d.ts +22 -0
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{308fb48d080e01499a26.js → 436f206898306df019ac.js} +1 -1
- package/assets/esri/core/workers/chunks/{f2e8abb556a380cc2941.js → 492d575894c7905bb70c.js} +1 -1
- package/assets/esri/core/workers/chunks/5340887a4a48bde3407a.js +1 -0
- package/assets/esri/core/workers/chunks/5873c7b65d0fb04998fb.js +1 -0
- package/assets/esri/core/workers/chunks/82ced9254b27707522ef.js +1 -0
- package/assets/esri/core/workers/chunks/8628bf45a33af786cd49.js +1 -0
- package/assets/esri/core/workers/chunks/{d63cf90d1356d1f10138.js → 8f4c480c418eba299c2b.js} +1 -1
- package/assets/esri/core/workers/chunks/{fa92a7c11befbad8739f.js → b4f944ef6c174b20b619.js} +1 -1
- package/assets/esri/core/workers/chunks/c531c0e3d420a1be0ad2.js +316 -0
- package/assets/esri/core/workers/chunks/d9736c783513e9c9b22f.js +1 -0
- package/assets/esri/core/workers/chunks/{18cc131fd63d8c15df54.js → da2c41ac0f82f32013c1.js} +8 -8
- package/assets/esri/core/workers/chunks/{cc67f066c3c0c2a1a37c.js → dd99b77a7c0a052507bb.js} +1 -1
- package/assets/esri/libs/lyr3d/lyr3DMain.wasm +0 -0
- package/assets/esri/libs/lyr3d/lyr3DWorker.wasm +0 -0
- package/chunks/ChapmanAtmosphere.glsl.js +10 -9
- package/chunks/GlowComposition.glsl.js +1 -1
- package/chunks/HUDMaterial.glsl.js +1 -1
- package/chunks/Haze.glsl.js +4 -4
- package/chunks/LineCallout.glsl.js +2 -2
- package/chunks/Precipitation.glsl.js +1 -1
- package/chunks/RasterColorizer.glsl.js +10 -10
- package/chunks/Terrain.glsl.js +1 -1
- package/chunks/Viewshed.glsl.js +1 -1
- package/chunks/lyr3DMain.js +1 -1
- package/chunks/vec32.js +1 -1
- package/config.d.ts +19 -1
- package/config.js +1 -1
- package/core/Error.d.ts +3 -4
- package/core/Error.js +1 -1
- package/core/Warning.js +1 -1
- package/core/accessorSupport/decorators.d.ts +11 -0
- package/core/accessorSupport/types.d.ts +2 -0
- package/core/has.js +1 -1
- package/core/lang.d.ts +6 -0
- package/core/libs/gl-matrix-2/math/vec3.js +1 -1
- package/core/libs/gl-matrix-2/vec3.js +1 -1
- package/core/promiseUtils.d.ts +5 -0
- package/core/quantity.d.ts +5 -0
- package/core/reactiveUtils.d.ts +142 -0
- package/core/scheduling.d.ts +26 -5
- package/core/scheduling.js +1 -1
- package/core/sql/WhereClause.d.ts +2 -13
- package/core/sql/{WhereGrammar.d.ts → types.d.ts} +22 -1
- package/core/sql.d.ts +8 -0
- package/core/string.js +1 -1
- package/core/types.d.ts +30 -1
- package/core/units.d.ts +8 -0
- package/core/urlUtils.d.ts +7 -0
- package/core/workers/loaderConfig.js +1 -1
- package/core/workers/workerFactory.js +1 -1
- package/core/workers.d.ts +26 -0
- package/form/elements/inputs.d.ts +55 -0
- package/form/elements.d.ts +43 -0
- package/geometry/coordinateFormatter.d.ts +33 -0
- package/geometry/geometryEngine.d.ts +16 -0
- package/geometry/operators/affineTransformOperator.d.ts +5 -0
- package/geometry/operators/alphaShapeOperator.d.ts +9 -0
- package/geometry/operators/areaOperator.d.ts +7 -0
- package/geometry/operators/autoCompleteOperator.d.ts +5 -0
- package/geometry/operators/boundaryOperator.d.ts +5 -0
- package/geometry/operators/bufferOperator.d.ts +11 -0
- package/geometry/operators/centroidOperator.d.ts +14 -0
- package/geometry/operators/clipOperator.d.ts +7 -0
- package/geometry/operators/containsOperator.d.ts +9 -0
- package/geometry/operators/convexHullOperator.d.ts +9 -0
- package/geometry/operators/crossesOperator.d.ts +7 -0
- package/geometry/operators/cutOperator.d.ts +18 -0
- package/geometry/operators/densifyOperator.d.ts +21 -0
- package/geometry/operators/differenceOperator.d.ts +7 -0
- package/geometry/operators/disjointOperator.d.ts +8 -0
- package/geometry/operators/distanceOperator.d.ts +8 -0
- package/geometry/operators/equalsOperator.d.ts +5 -0
- package/geometry/operators/extendOperator.d.ts +8 -0
- package/geometry/operators/generalizeOperator.d.ts +7 -0
- package/geometry/operators/geodesicBufferOperator.d.ts +13 -0
- package/geometry/operators/geodesicProximityOperator.d.ts +13 -0
- package/geometry/operators/geodeticAreaOperator.d.ts +11 -0
- package/geometry/operators/geodeticDensifyOperator.d.ts +12 -0
- package/geometry/operators/geodeticDistanceOperator.d.ts +14 -0
- package/geometry/operators/geodeticLengthOperator.d.ts +11 -0
- package/geometry/operators/geodeticUtilsOperator.d.ts +11 -0
- package/geometry/operators/graphicBufferOperator.d.ts +7 -0
- package/geometry/operators/integrateOperator.d.ts +9 -0
- package/geometry/operators/intersectionOperator.d.ts +7 -0
- package/geometry/operators/intersectsOperator.d.ts +9 -0
- package/geometry/operators/isNearOperator.d.ts +7 -0
- package/geometry/operators/labelPointOperator.d.ts +14 -0
- package/geometry/operators/lengthOperator.d.ts +7 -0
- package/geometry/operators/linesToPolygonsOperator.d.ts +5 -0
- package/geometry/operators/locateBetweenOperator.d.ts +10 -0
- package/geometry/operators/minimumBoundingCircleOperator.d.ts +13 -0
- package/geometry/operators/multiPartToSinglePartOperator.d.ts +7 -0
- package/geometry/operators/offsetOperator.d.ts +44 -0
- package/geometry/operators/overlapsOperator.d.ts +7 -0
- package/geometry/operators/polygonOverlayOperator.d.ts +6 -0
- package/geometry/operators/polygonSlicerOperator.d.ts +5 -0
- package/geometry/operators/projectOperator.d.ts +41 -0
- package/geometry/operators/proximityOperator.d.ts +8 -0
- package/geometry/operators/relateOperator.d.ts +7 -0
- package/geometry/operators/reshapeOperator.d.ts +5 -0
- package/geometry/operators/shapePreservingProjectOperator.d.ts +27 -0
- package/geometry/operators/simplifyOGCOperator.d.ts +8 -0
- package/geometry/operators/simplifyOperator.d.ts +9 -0
- package/geometry/operators/support/geographicTransformationUtils.d.ts +11 -0
- package/geometry/operators/symmetricDifferenceOperator.d.ts +12 -0
- package/geometry/operators/touchesOperator.d.ts +7 -0
- package/geometry/operators/unionOperator.d.ts +7 -0
- package/geometry/operators/withinOperator.d.ts +9 -0
- package/geometry/projection/projectPointToVector.js +1 -1
- package/geometry/support/geodesicUtils.d.ts +8 -0
- package/geometry/support/jsonUtils.d.ts +7 -0
- package/geometry/support/meshUtils.d.ts +5 -0
- package/geometry/support/normalizeUtils.d.ts +7 -0
- package/geometry/support/webMercatorUtils.d.ts +12 -0
- package/geometry/types.d.ts +10 -1
- package/geometry.d.ts +38 -0
- package/interfaces.d.ts +52 -58
- package/intl.d.ts +111 -0
- package/kernel.d.ts +5 -0
- package/kernel.js +1 -1
- package/layers/BaseDynamicLayer.d.ts +1 -1
- package/layers/CSVLayer.d.ts +2 -2
- package/layers/CatalogLayer.d.ts +2 -2
- package/layers/FeatureLayer.d.ts +8 -4
- package/layers/GeoJSONLayer.d.ts +2 -1
- package/layers/ILyr3DWasmPerSceneView.js +1 -1
- package/layers/Layer.d.ts +1 -1
- package/layers/Lyr3DWasmPerSceneView.js +1 -1
- package/layers/OGCFeatureLayer.d.ts +1 -1
- package/layers/ParquetLayer.d.ts +1 -1
- package/layers/RouteLayer.js +1 -1
- package/layers/SceneLayer.d.ts +2 -1
- package/layers/StreamLayer.d.ts +6 -5
- package/layers/SubtypeGroupLayer.d.ts +3 -4
- package/layers/VectorTileLayer.d.ts +1 -1
- package/layers/WFSLayer.d.ts +2 -1
- package/layers/WMSLayer.d.ts +2 -2
- package/layers/catalog/catalogUtils.d.ts +6 -0
- package/layers/ogc/wcsUtils.d.ts +6 -0
- package/layers/ogc/wfsUtils.d.ts +6 -0
- package/layers/orientedImagery/transformations/imageToWorld.d.ts +10 -0
- package/layers/orientedImagery/transformations/rectifyMapPoint.js +1 -1
- package/layers/orientedImagery/transformations/worldToImage.d.ts +10 -0
- package/layers/orientedImagery/types.d.ts +1 -1
- package/layers/support/SubtypeSublayer.d.ts +13 -0
- package/layers/support/arcadeUtils.d.ts +5 -0
- package/layers/support/csvUtils.d.ts +6 -0
- package/layers/support/fieldUtils.d.ts +9 -0
- package/layers/support/parquetUtils.d.ts +6 -0
- package/layers/support/rasterFunctionConstants.d.ts +9 -0
- package/layers/support/rasterFunctionUtils.d.ts +7 -0
- package/package.json +1 -1
- package/pointCloudRenderers.d.ts +44 -0
- package/popup/content.d.ts +48 -0
- package/rasterRenderers.d.ts +46 -0
- package/renderers/support/AuthoringInfo.d.ts +1 -1
- package/renderers/support/jsonUtils.d.ts +7 -0
- package/renderers/support/utils.d.ts +5 -0
- package/renderers/visualVariables/SizeVariable.d.ts +0 -3
- package/renderers/visualVariables/VisualVariable.d.ts +1 -1
- package/renderers/visualVariables/support/VisualVariableLegendOptions.d.ts +1 -1
- package/renderers.d.ts +46 -0
- package/request.d.ts +17 -0
- package/rest/closestFacility.d.ts +21 -0
- package/rest/featureService/utils.d.ts +5 -0
- package/rest/find.d.ts +21 -0
- package/rest/geometryService.d.ts +14 -0
- package/rest/geoprocessor.d.ts +16 -0
- package/rest/identify.d.ts +19 -0
- package/rest/imageService.d.ts +10 -0
- package/rest/knowledgeGraphService.d.ts +39 -0
- package/rest/lastMileDelivery.d.ts +12 -0
- package/rest/locator.d.ts +24 -0
- package/rest/networkService.d.ts +5 -0
- package/rest/networks/queryAssociations.d.ts +7 -0
- package/rest/networks/support/NetworkElement.d.ts +1 -1
- package/rest/networks/synthesizeAssociationGeometries.d.ts +7 -0
- package/rest/networks/trace.d.ts +6 -0
- package/rest/places.d.ts +34 -0
- package/rest/print.d.ts +74 -0
- package/rest/query.d.ts +33 -0
- package/rest/route.d.ts +18 -0
- package/rest/serviceArea.d.ts +18 -0
- package/rest/support/AreasAndLengthsParameters.d.ts +2 -2
- package/rest/support/AttachmentQuery.d.ts +0 -1
- package/rest/support/AttributeBinsQuery.d.ts +3 -3
- package/rest/support/AutoIntervalBinParameters.d.ts +4 -4
- package/rest/support/DateBinParameters.d.ts +2 -2
- package/rest/support/DateBinTimeInterval.d.ts +1 -1
- package/rest/support/DensifyParameters.d.ts +1 -1
- package/rest/support/DirectionsFeature.d.ts +1 -1
- package/rest/support/GPMessage.d.ts +1 -1
- package/rest/support/LastMileDeliveryParameters.d.ts +1 -1
- package/rest/support/QuantizationParameters.d.ts +3 -3
- package/rest/support/Query.d.ts +0 -1
- package/rest/support/QueryMixin.d.ts +1 -1
- package/rest/support/RelationshipQuery.d.ts +0 -1
- package/rest/support/interfaces.d.ts +1 -2
- package/rest/symbolService.d.ts +9 -0
- package/smartMapping/heuristics/binLevel.d.ts +12 -0
- package/smartMapping/heuristics/scaleRange.d.ts +15 -0
- package/smartMapping/heuristics/sizeRange.d.ts +12 -0
- package/smartMapping/labels/bins.d.ts +13 -0
- package/smartMapping/labels/clusters.d.ts +17 -1
- package/smartMapping/popup/clusters.d.ts +21 -0
- package/smartMapping/popup/templates.d.ts +18 -0
- package/smartMapping/raster/renderers/classBreaks.d.ts +7 -0
- package/smartMapping/raster/renderers/colormap.d.ts +7 -0
- package/smartMapping/raster/renderers/flow.d.ts +19 -0
- package/smartMapping/raster/renderers/rgb.d.ts +7 -0
- package/smartMapping/raster/renderers/shadedRelief.d.ts +7 -0
- package/smartMapping/raster/renderers/stretch.d.ts +7 -0
- package/smartMapping/raster/renderers/uniqueValue.d.ts +7 -0
- package/smartMapping/raster/renderers/vectorField.d.ts +20 -0
- package/smartMapping/raster/support/colorRamps.d.ts +7 -0
- package/smartMapping/raster/support/utils.d.ts +5 -0
- package/smartMapping/renderers/color.d.ts +17 -0
- package/smartMapping/renderers/dotDensity.d.ts +21 -0
- package/smartMapping/renderers/heatmap.d.ts +17 -0
- package/smartMapping/renderers/location.d.ts +10 -0
- package/smartMapping/renderers/opacity.d.ts +19 -0
- package/smartMapping/renderers/pieChart.d.ts +19 -0
- package/smartMapping/renderers/predominance.d.ts +27 -0
- package/smartMapping/renderers/relationship.d.ts +48 -0
- package/smartMapping/renderers/size.d.ts +18 -0
- package/smartMapping/renderers/support/rendererUtils.d.ts +8 -0
- package/smartMapping/renderers/support/spikeUtils.d.ts +6 -0
- package/smartMapping/renderers/type.d.ts +18 -0
- package/smartMapping/renderers/univariateColorSize.d.ts +29 -0
- package/smartMapping/statistics/classBreaks.d.ts +14 -0
- package/smartMapping/statistics/heatmapStatistics.d.ts +15 -0
- package/smartMapping/statistics/histogram.d.ts +17 -0
- package/smartMapping/statistics/predominantCategories.d.ts +6 -0
- package/smartMapping/statistics/summaryStatistics.d.ts +15 -0
- package/smartMapping/statistics/summaryStatisticsForAge.d.ts +8 -1
- package/smartMapping/statistics/support/ageUtils.d.ts +8 -0
- package/smartMapping/statistics/support/predominanceUtils.d.ts +8 -1
- package/smartMapping/statistics/types.d.ts +6 -1
- package/smartMapping/statistics/uniqueValues.d.ts +13 -0
- package/smartMapping/symbology/color.d.ts +8 -0
- package/smartMapping/symbology/dotDensity.d.ts +7 -0
- package/smartMapping/symbology/flow.d.ts +8 -0
- package/smartMapping/symbology/heatmap.d.ts +8 -0
- package/smartMapping/symbology/location.d.ts +8 -0
- package/smartMapping/symbology/pieChart.d.ts +7 -0
- package/smartMapping/symbology/predominance.d.ts +7 -0
- package/smartMapping/symbology/relationship.d.ts +7 -0
- package/smartMapping/symbology/size.d.ts +7 -0
- package/smartMapping/symbology/support/colorRamps.d.ts +7 -0
- package/smartMapping/symbology/type.d.ts +8 -0
- package/support/groundUtils.js +1 -1
- package/support/popupUtils.d.ts +5 -0
- package/support/revision.js +1 -1
- package/support/timeUtils.d.ts +9 -0
- package/symbols/CIMSymbol.d.ts +1 -1
- package/symbols/ExtrudeSymbol3DLayer.d.ts +2 -2
- package/symbols/FillSymbol3DLayer.d.ts +1 -1
- package/symbols/LineSymbol3DLayer.d.ts +2 -2
- package/symbols/ObjectSymbol3DLayer.d.ts +2 -2
- package/symbols/PathSymbol3DLayer.d.ts +2 -2
- package/symbols/TextSymbol.d.ts +2 -2
- package/symbols/support/Symbol3DFillMaterial.d.ts +1 -1
- package/symbols/support/Symbol3DFillMaterial.js +1 -1
- package/symbols/support/Symbol3DHalo.d.ts +8 -4
- package/symbols/support/Symbol3DHalo.js +1 -1
- package/symbols/support/cimConversionUtils.d.ts +9 -0
- package/symbols/support/cimSymbolUtils.d.ts +10 -0
- package/symbols/support/jsonUtils.d.ts +7 -0
- package/symbols/support/symbolUtils.d.ts +5 -0
- package/symbols.d.ts +59 -0
- package/tables/elements.d.ts +41 -0
- package/time/TimeExtent.d.ts +1 -1
- package/time/TimeInterval.d.ts +1 -1
- package/unionTypes.d.ts +5 -0
- package/versionManagement/utils.d.ts +5 -0
- package/versionManagement/versionAdapters/utils.d.ts +5 -0
- package/views/2d/MapViewConstraints.d.ts +18 -10
- package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/ImageryLayerView2D.js +1 -1
- package/views/2d/layers/ImageryTileLayerView2D.js +1 -1
- package/views/2d/layers/RouteLayerView2D.js +1 -1
- package/views/2d/layers/TileLayerView2D.js +1 -1
- package/views/2d/layers/support/RouteLayerInteraction.js +1 -1
- package/views/2d/layers/support/RouteLayerWaypointVisualization.js +5 -0
- package/views/2d/layers/types.d.ts +6 -0
- package/views/2d/types.d.ts +3 -1
- package/views/3d/analysis/DirectLineMeasurement/types.d.ts +5 -0
- package/views/3d/analysis/LineOfSight/types.d.ts +5 -0
- package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.d.ts +1 -1
- package/views/3d/analysis/VolumeMeasurement/types.d.ts +5 -0
- package/views/3d/environment/ChapmanApproximation.glsl.js +9 -10
- package/views/3d/environment/ChapmanAtmosphere.glsl.js +1 -1
- package/views/3d/environment/ChapmanAtmosphere.js +1 -1
- package/views/3d/environment/ChapmanAtmosphereTechnique.js +1 -1
- package/views/3d/environment/CloudsParameters.js +1 -1
- package/views/3d/environment/EnvironmentManager.js +1 -1
- package/views/3d/environment/SceneViewEnvironment.d.ts +1 -1
- package/views/3d/environment/types.d.ts +13 -0
- package/views/3d/interactive/visualElements/PointVisualElement.js +1 -1
- package/views/3d/layers/ImageryLayerView3D.js +1 -1
- package/views/3d/layers/graphics/Deconflictor.js +1 -1
- package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
- package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
- package/views/3d/layers/graphics/Graphics3DLineCalloutSymbolLayer.js +1 -1
- package/views/3d/layers/graphics/Graphics3DSymbolLayer.js +1 -1
- package/views/3d/layers/graphics/Graphics3DTextSymbolLayer.js +1 -1
- package/views/3d/layers/graphics/GraphicsDeconflictor.js +1 -1
- package/views/3d/layers/graphics/GraphicsProcessor.js +1 -1
- package/views/3d/layers/graphics/pipeline/symbolization/IconSymbolLayerRenderer.js +1 -1
- package/views/3d/state/helpers/SceneIntersectionHelper.js +1 -1
- package/views/3d/support/pointsOfInterest/StableSurfaceCenter.js +1 -1
- package/views/3d/terrain/TerrainSurface.js +1 -1
- package/views/3d/webgl/ManagedFBO.d.ts +4 -5
- package/views/3d/webgl/RenderNode.d.ts +1 -1
- package/views/3d/{webgl-engine/lighting/SceneLighting.d.ts → webgl/types.d.ts} +4 -6
- package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +2 -2
- package/views/3d/webgl-engine/core/shaderLibrary/attributes/PathVertexPosition.glsl.js +2 -2
- package/views/3d/webgl-engine/core/shaderLibrary/attributes/RibbonVertexPosition.glsl.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/raster/RasterColorizer.glsl.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/shading/VisualVariables.glsl.js +1 -1
- package/views/3d/webgl-engine/core/shaderModules/Float4sPassUniform.js +1 -1
- package/views/3d/webgl-engine/core/shaderModules/FloatsPassUniform.js +1 -1
- package/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/haze/Haze.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/haze/Haze.js +1 -1
- package/views/3d/webgl-engine/effects/haze/HazeTechnique.js +1 -1
- package/views/3d/webgl-engine/effects/laserlines/LaserlinePathTechnique.js +1 -1
- package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
- package/views/3d/webgl-engine/materials/HUDMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/LineCalloutMaterial.js +1 -1
- package/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/shaders/LineCalloutTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/shaders/OutputColorHighlightOLID.glsl.js +8 -8
- package/views/3d/webgl-engine/shaders/SphereDepthInterpolate.glsl.js +5 -5
- package/views/3d/webgl.d.ts +6 -0
- package/views/BreakpointsOwner.d.ts +16 -16
- package/views/IBreakpointsOwner.d.ts +15 -15
- package/views/MapView.d.ts +1 -1
- package/views/PopupView.d.ts +2 -2
- package/views/SceneView.d.ts +14 -17
- package/views/SelectionManager.d.ts +1 -0
- package/views/SelectionManager.js +1 -1
- package/views/VideoView.d.ts +1 -2
- package/views/VideoView.js +1 -1
- package/views/View.d.ts +8 -11
- package/views/View2D.d.ts +1 -2
- package/views/analysis/AreaMeasurement/types.d.ts +6 -0
- package/views/analysis/DistanceMeasurement/types.d.ts +5 -0
- package/views/analysis/ElevationProfile/ElevationProfileError.d.ts +4 -4
- package/views/analysis/ElevationProfile/types.d.ts +6 -0
- package/views/analysis/types.d.ts +5 -0
- package/views/draw/DrawOperation.js +1 -1
- package/views/draw/PolygonDrawAction.d.ts +1 -1
- package/views/draw/PolygonDrawAction.js +1 -1
- package/views/draw/PolylineDrawAction.d.ts +1 -1
- package/views/draw/PolylineDrawAction.js +1 -1
- package/views/draw/support/GraphicMover.js +1 -1
- package/views/draw/types.d.ts +3 -1
- package/views/interactive/editGeometry/support/editPlaneUtils.js +1 -1
- package/views/interactive/sketch/Units.d.ts +5 -1
- package/views/interactive/snapping/GridSnappingEngine.js +1 -1
- package/views/layers/BuildingSceneLayerView.d.ts +1 -1
- package/views/layers/ImageryLayerViewMixin.d.ts +2 -3
- package/views/layers/LayerView.d.ts +1 -1
- package/views/layers/support/highlightUtils.js +1 -1
- package/views/support/colorUtils.d.ts +5 -0
- package/views/support/selectionUtils.js +1 -1
- package/views/types.d.ts +69 -1
- package/views/ui/types.d.ts +12 -1
- package/webscene/Environment.d.ts +2 -2
- package/webscene/support/FeatureReference.d.ts +1 -1
- package/webscene/types.d.ts +10 -1
- package/widgets/BasemapGallery.d.ts +1 -1
- package/widgets/BasemapLayerList/BasemapLayerListViewModel.d.ts +1 -1
- package/widgets/BasemapLayerList.d.ts +1 -1
- package/widgets/BatchAttributeForm/inputs/FieldInput.d.ts +1 -1
- package/widgets/BatchAttributeForm.d.ts +1 -1
- package/widgets/Bookmarks.d.ts +1 -2
- package/widgets/BuildingExplorer.d.ts +1 -1
- package/widgets/CatalogLayerList/CatalogLayerListViewModel.d.ts +1 -1
- package/widgets/CatalogLayerList.d.ts +1 -1
- package/widgets/Compass.d.ts +1 -1
- package/widgets/CoordinateConversion.d.ts +1 -2
- package/widgets/Daylight.d.ts +1 -1
- package/widgets/DirectionalPad/DirectionalPadViewModel.d.ts +1 -2
- package/widgets/DirectionalPad/{utils.d.ts → types.d.ts} +3 -1
- package/widgets/Directions.d.ts +1 -2
- package/widgets/Editor/EditorViewModel.d.ts +1 -2
- package/widgets/Editor/SplitFeatureWorkflow.d.ts +1 -2
- package/widgets/Editor/SplitFeatureWorkflowData.d.ts +1 -1
- package/widgets/Editor/types.d.ts +8 -1
- package/widgets/Editor/workflowUtils.js +1 -1
- package/widgets/Editor.d.ts +2 -3
- package/widgets/Feature/types.d.ts +5 -1
- package/widgets/Feature.d.ts +1 -1
- package/widgets/FeatureForm/FeatureFormViewModel.d.ts +2 -2
- package/widgets/FeatureForm/FieldInput.d.ts +1 -1
- package/widgets/FeatureForm.d.ts +1 -1
- package/widgets/FeatureTable/FeatureTableViewModel.js +1 -1
- package/widgets/FeatureTemplates.d.ts +1 -1
- package/widgets/Features/FeaturesViewModel.d.ts +2 -2
- package/widgets/Features.d.ts +1 -2
- package/widgets/FloorFilter.d.ts +1 -1
- package/widgets/Home/HomeViewModel.d.ts +1 -1
- package/widgets/Home.d.ts +1 -1
- package/widgets/LayerList/ListItemPanel.d.ts +1 -1
- package/widgets/LayerList/types.d.ts +2 -2
- package/widgets/LayerList.d.ts +1 -1
- package/widgets/Legend.d.ts +1 -1
- package/widgets/Locate/LocateViewModel.d.ts +2 -2
- package/widgets/Locate.d.ts +1 -1
- package/widgets/Popup/types.d.ts +2 -0
- package/widgets/Popup.d.ts +1 -2
- package/widgets/Print.d.ts +1 -1
- package/widgets/Search/types.d.ts +5 -0
- package/widgets/Search.d.ts +1 -1
- package/widgets/ShadowCast/DurationOptions.d.ts +1 -1
- package/widgets/ShadowCast/ShadowCastViewModel.d.ts +1 -1
- package/widgets/ShadowCast/{ShadowVisualizationType.d.ts → types.d.ts} +4 -1
- package/widgets/ShadowCast.d.ts +1 -1
- package/widgets/Sketch/types.d.ts +1 -1
- package/widgets/Slice.d.ts +1 -1
- package/widgets/TableList.d.ts +1 -1
- package/widgets/TimeSlider/TimeSliderViewModel.d.ts +1 -1
- package/widgets/Track.d.ts +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.d.ts +1 -1
- package/widgets/UtilityNetworkTrace/{support/ResultAreaHandler.d.ts → types.d.ts} +2 -2
- package/widgets/UtilityNetworkValidateTopology.js +1 -1
- package/widgets/Weather/WeatherViewModel.d.ts +2 -2
- package/widgets/Weather.d.ts +1 -1
- package/widgets/smartMapping/support/utils.d.ts +6 -0
- package/widgets/support/GoTo.d.ts +1 -1
- package/widgets/support/SelectionList/FeatureItem.js +1 -1
- package/widgets/support/SelectionList/LayerItem.js +1 -1
- package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
- package/widgets/support/SelectionList.js +1 -1
- package/widgets/support/Selector2D/selectorUtils.js +1 -1
- package/widgets/support/forms/types.d.ts +2 -0
- package/widgets/support/symbolPreviewUtils.js +1 -1
- package/widgets/support/{goToUtils.d.ts → types.d.ts} +8 -1
- package/widgets/support/widget.d.ts +11 -0
- package/assets/esri/core/workers/chunks/0d1e8d5d9abee38e275e.js +0 -316
- package/assets/esri/core/workers/chunks/316f3e93aa0db48ef129.js +0 -1
- package/assets/esri/core/workers/chunks/73c3ee2697265b0f7208.js +0 -1
- package/assets/esri/core/workers/chunks/cd2ea924cb91cdb6dde9.js +0 -1
- package/assets/esri/core/workers/chunks/d57577c02fb2932e8305.js +0 -1
- package/assets/esri/core/workers/chunks/ec7e6427d99cf3148a61.js +0 -1
- package/colorUtils.d.ts +0 -13
- package/core/Logger.d.ts +0 -29
- package/core/Message.d.ts +0 -2
- package/core/Message.js +0 -5
- package/core/accessorSupport/PropertyOrigin.d.ts +0 -2
- package/core/sql/sql92grammar.d.ts +0 -12
- package/core/string.d.ts +0 -3
- package/core/time.d.ts +0 -2
- package/core/timeUtils.d.ts +0 -2
- package/views/2d/ViewStateManager.d.ts +0 -2
- package/views/2d/layers/support/clusterUtils.d.ts +0 -6
- package/views/3d/environment/lightingUtils.d.ts +0 -4
- package/views/3d/environment/weather.d.ts +0 -9
- package/views/3d/glTF/internal/resourceUtils.d.ts +0 -10
- package/views/3d/interactive/visualElements/DrapedVisualElementResources.d.ts +0 -2
- package/views/3d/support/QualityProfile.d.ts +0 -2
- package/views/SceneViewHitTestResult.d.ts +0 -64
- package/views/ViewingMode.d.ts +0 -2
- package/views/draw/DrawingMode.d.ts +0 -2
- package/views/draw/support/drawUtils.d.ts +0 -7
- package/views/ui/Padding.d.ts +0 -11
- package/views/viewType.d.ts +0 -2
- package/views/webgl/enums.d.ts +0 -38
- package/webscene/support/featureReferenceUtils.d.ts +0 -4
- package/widgets/DirectionalPad/constants.d.ts +0 -2
- package/widgets/Editor/support/splitFeatureUtils.d.ts +0 -7
- package/widgets/Feature/support/arcadeFeatureUtils.d.ts +0 -4
- package/widgets/Popup/actions.d.ts +0 -4
- package/widgets/ShadowCast/DurationMode.d.ts +0 -3
- package/widgets/support/Heading.d.ts +0 -7
- package/widgets/support/forms/formUtils.d.ts +0 -2
- /package/views/animation/{easing.d.ts → types.d.ts} +0 -0
- /package/views/draw/{DrawingMode.js → drawingModes.js} +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility functions for generating [Arcade](https://developers.arcgis.com/javascript/latest/arcade/) and SQL expressions
|
|
3
|
+
* intended for use in an [predominance renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-predominance.html).
|
|
4
|
+
*
|
|
5
|
+
* @since 4.23
|
|
6
|
+
* @see [predominance renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-predominance.html)
|
|
7
|
+
*/
|
|
1
8
|
import type CSVLayer from "../../../layers/CSVLayer.js";
|
|
2
9
|
import type FeatureLayer from "../../../layers/FeatureLayer.js";
|
|
3
10
|
import type GeoJSONLayer from "../../../layers/GeoJSONLayer.js";
|
|
@@ -27,7 +34,7 @@ import type SubtypeSublayer from "../../../layers/support/SubtypeSublayer.js";
|
|
|
27
34
|
*/
|
|
28
35
|
export function getPredominanceExpressions(layer: FeatureLayer | SceneLayer | CSVLayer | GeoJSONLayer | WFSLayer | OGCFeatureLayer | StreamLayer | OrientedImageryLayer | KnowledgeGraphSublayer | SubtypeGroupLayer | CatalogFootprintLayer | SubtypeSublayer, fieldNames: string[]): PredominantExpressions;
|
|
29
36
|
|
|
30
|
-
/** The result object returned from the
|
|
37
|
+
/** The result object returned from the [getPredominanceExpressions()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-support-predominanceUtils.html#getPredominanceExpressions) method. */
|
|
31
38
|
export interface PredominantExpressions {
|
|
32
39
|
/** The Arcade and SQL expressions used to query the server or client-side layer for statistics of the percentage among all competing fields comprised by the predominant category. */
|
|
33
40
|
opacity: OpacityExpressionInfo;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A module for importing types used in smart mapping statistics modules.
|
|
3
|
+
*
|
|
4
|
+
* @since 4.33
|
|
5
|
+
*/
|
|
1
6
|
import type Graphic from "../../Graphic.js";
|
|
2
7
|
import type FeatureFilter from "../../layers/support/FeatureFilter.js";
|
|
3
8
|
import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
|
|
@@ -8,7 +13,7 @@ import type { SupportedLayer } from "../types.js";
|
|
|
8
13
|
import type { UnitType, DateType } from "../support/utils.js";
|
|
9
14
|
import type { OutStatisticTypes } from "../../statistics/types.js";
|
|
10
15
|
|
|
11
|
-
/** The result returned from the
|
|
16
|
+
/** The result returned from the [histogram()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-histogram.html#histogram) method. */
|
|
12
17
|
export interface HistogramResult {
|
|
13
18
|
/** An array of objects representing each bin in the histogram. */
|
|
14
19
|
bins: HistogramBin[];
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A function that queries for unique values from a field in a [Layer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html).
|
|
3
|
+
*
|
|
4
|
+
* > [!WARNING]
|
|
5
|
+
* >
|
|
6
|
+
* > **Known Limitations**
|
|
7
|
+
* >
|
|
8
|
+
* > [SceneLayers](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html) must have the `supportsRenderer` and `supportsLayerQuery` capabilities enabled unless a predefined [statistics](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-statistics-types.html#SummaryStatisticsResult) object is provided to the `statistics` parameter of the method. To check a SceneLayer's capabilities, use the [SceneLayer#getFieldUsageInfo()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#getFieldUsageInfo) method.
|
|
9
|
+
* > You cannot generate unique values using SQL expressions for client-side [FeatureLayers](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html)
|
|
10
|
+
* > in a [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html).
|
|
11
|
+
*
|
|
12
|
+
* @since 4.4
|
|
13
|
+
*/
|
|
1
14
|
import type { UniqueValuesResult, UniqueValuesParams } from "./types.js";
|
|
2
15
|
|
|
3
16
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for generating optimal symbols for
|
|
3
|
+
* data-driven color visualizations.
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-color.html#getSchemes) method is used to generate symbol properties best suited to
|
|
5
|
+
* the given geometry type and basemap.
|
|
6
|
+
*
|
|
7
|
+
* @since 4.2
|
|
8
|
+
*/
|
|
1
9
|
import type Basemap from "../../Basemap.js";
|
|
2
10
|
import type Color from "../../Color.js";
|
|
3
11
|
import type SceneView from "../../views/SceneView.js";
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for getting optimal symbol schemes used
|
|
3
|
+
* to create [dot density visualizations](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-dotDensity.html).
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-dotDensity.html#getSchemes) returns color schemes best suited to the given basemap for this visualization style.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.12
|
|
7
|
+
*/
|
|
1
8
|
import type Basemap from "../../Basemap.js";
|
|
2
9
|
import type { DotDensityScheme, DotDensitySchemes, BasemapTheme } from "./types.js";
|
|
3
10
|
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for generating optimal settings for
|
|
3
|
+
* [FlowRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html). The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-flow.html#getSchemes) method is used to
|
|
4
|
+
* generate renderer properties best suited to the basemap and theme.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.23
|
|
7
|
+
* @see [flowRendererCreator](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-raster-renderers-flow.html)
|
|
8
|
+
*/
|
|
1
9
|
import type Basemap from "../../Basemap.js";
|
|
2
10
|
import type { FlowScheme, FlowSchemes, BasemapTheme, Theme } from "./types.js";
|
|
3
11
|
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for generating optimal colors for
|
|
3
|
+
* heatmap visualizations.
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-heatmap.html#getSchemes) method is used to get the heatmap color schemes best suited to
|
|
5
|
+
* the given basemap.
|
|
6
|
+
*
|
|
7
|
+
* @since 4.11
|
|
8
|
+
*/
|
|
1
9
|
import type Basemap from "../../Basemap.js";
|
|
2
10
|
import type { HeatmapScheme, HeatmapSchemes, BasemapTheme, Theme } from "./types.js";
|
|
3
11
|
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for generating optimal symbols for
|
|
3
|
+
* location-only visualizations.
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-location.html#getSchemes) method is used to generate symbol properties best suited to
|
|
5
|
+
* the given geometry type and basemap.
|
|
6
|
+
*
|
|
7
|
+
* @since 4.2
|
|
8
|
+
*/
|
|
1
9
|
import type Basemap from "../../Basemap.js";
|
|
2
10
|
import type { LocationScheme, LocationSchemes, BasemapTheme, Theme } from "./types.js";
|
|
3
11
|
import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for getting optimal color schemes used
|
|
3
|
+
* to create [pie chart visualizations](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-pieChart.html).
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-pieChart.html#getSchemes) returns color schemes best suited to the given basemap for this visualization style.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.24
|
|
7
|
+
*/
|
|
1
8
|
import type Basemap from "../../Basemap.js";
|
|
2
9
|
import type { PieChartScheme, PieChartSchemes, BasemapTheme, Theme } from "./types.js";
|
|
3
10
|
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for getting optimal symbol schemes used
|
|
3
|
+
* to create [predominance visualizations](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-predominance.html).
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-predominance.html#getSchemes) returns color schemes best suited to the given basemap for this visualization style.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.9
|
|
7
|
+
*/
|
|
1
8
|
import type Basemap from "../../Basemap.js";
|
|
2
9
|
import type SceneView from "../../views/SceneView.js";
|
|
3
10
|
import type { PredominanceScheme, PredominanceSchemes, BasemapTheme, Theme } from "./types.js";
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for getting optimal symbol schemes used
|
|
3
|
+
* to create [relationship (bivariate choropleth) visualizations](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-relationship.html).
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-relationship.html#getSchemes) returns color schemes best suited to the given basemap for this visualization style.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.9
|
|
7
|
+
*/
|
|
1
8
|
import type Basemap from "../../Basemap.js";
|
|
2
9
|
import type SceneView from "../../views/SceneView.js";
|
|
3
10
|
import type { RelationshipSchemes, RelationshipScheme, BasemapTheme, Theme } from "./types.js";
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for generating optimal symbols for data-driven size visualizations.
|
|
3
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#getSchemes) method is used to generate symbol properties best suited to
|
|
4
|
+
* the given geometry type and basemap.
|
|
5
|
+
*
|
|
6
|
+
* @since 4.2
|
|
7
|
+
*/
|
|
1
8
|
import type Basemap from "../../Basemap.js";
|
|
2
9
|
import type SceneView from "../../views/SceneView.js";
|
|
3
10
|
import type { SizeScheme, SizeSchemes, BasemapTheme, Theme } from "./types.js";
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This module provides convenience methods for querying color ramps (arrays of colors) used in the smart mapping
|
|
3
|
+
* [color symbology](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-color.html) module.
|
|
4
|
+
*
|
|
5
|
+
* @since 4.14
|
|
6
|
+
* @see [color](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-color.html)
|
|
7
|
+
*/
|
|
1
8
|
import type { ColorRamp } from "../types.js";
|
|
2
9
|
|
|
3
10
|
/**
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Object containing helper methods for getting optimal symbol themes used
|
|
3
|
+
* to create data-driven visualizations of unique values or types.
|
|
4
|
+
* The [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-type.html#getSchemes) method is used to generate symbol properties best suited to
|
|
5
|
+
* the given basemap.
|
|
6
|
+
*
|
|
7
|
+
* @since 4.4
|
|
8
|
+
*/
|
|
1
9
|
import type Basemap from "../../Basemap.js";
|
|
2
10
|
import type SceneView from "../../views/SceneView.js";
|
|
3
11
|
import type { TypeScheme, TypeSchemes, BasemapTheme, Theme } from "./types.js";
|
package/support/groundUtils.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
4
|
*/
|
|
5
|
-
import
|
|
5
|
+
import r from"../Ground.js";import e from"../core/Logger.js";import{ensureType as o}from"../core/accessorSupport/ensureType.js";const i={"world-elevation":{id:"worldElevation",url:"//elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",layerType:"ArcGISTiledElevationServiceLayer"},"world-topobathymetry":{id:"worldTopoBathymetry",url:"//elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/TopoBathy3D/ImageServer",layerType:"ArcGISTiledElevationServiceLayer"}};function t(t){if("string"!=typeof t)return o(r,t);if(t in i){const e=i[t];return new r({resourceInfo:{data:{layers:[e]}}})}return e.getLogger("esri.support.groundUtils").warn(`Unable to find ground definition for: ${t}. Try "world-elevation"`),null}export{t as ensureType};
|
package/support/popupUtils.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Various utils for working with [Popup](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html) widget functionality.
|
|
3
|
+
*
|
|
4
|
+
* @since 4.16
|
|
5
|
+
*/
|
|
1
6
|
import type PopupTemplate from "../PopupTemplate.js";
|
|
2
7
|
import type EditFieldsInfo from "../layers/support/EditFieldsInfo.js";
|
|
3
8
|
import type FeatureReductionBinning from "../layers/support/FeatureReductionBinning.js";
|
package/support/revision.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
4
|
*/
|
|
5
|
-
const
|
|
5
|
+
const f="20251206",c="6e8536843a6ce79d44c9fb1fbcf42d17274f7fd1";export{f as buildDate,c as commitHash};
|
package/support/timeUtils.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility methods for working with [dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date).
|
|
3
|
+
*
|
|
4
|
+
* @since 4.21
|
|
5
|
+
* @see [TimeExtent](https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeExtent.html)
|
|
6
|
+
* @see [TimeInterval](https://developers.arcgis.com/javascript/latest/api-reference/esri-time-TimeInterval.html)
|
|
7
|
+
* @see [TimeSlider](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html)
|
|
8
|
+
* @see [TimeSliderViewModel](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider-TimeSliderViewModel.html)
|
|
9
|
+
*/
|
|
1
10
|
import type Map from "../Map.js";
|
|
2
11
|
import type WebMap from "../WebMap.js";
|
|
3
12
|
import type WebScene from "../WebScene.js";
|
package/symbols/CIMSymbol.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ export interface CIMSymbolProperties extends SymbolProperties, Partial<Pick<CIMS
|
|
|
200
200
|
* > Unsupported fonts will fall back to `Arial Unicode MS Regular` in MapView and `sans-serif` in SceneView.
|
|
201
201
|
* > - Currently, `color` property expects an array of numbers [r, g, b, a] which is different from the [CIM Specification](https://github.com/Esri/cim-spec/blob/master/docs/v2/Types.md#symbol).
|
|
202
202
|
* > - Symbols with [CIMPictureMarkers](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMPictureMarker), [CIMPictureStroke](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMPictureStroke),
|
|
203
|
-
* > or [CIMPictureFill](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMPictureFill) with
|
|
203
|
+
* > or [CIMPictureFill](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMPictureFill) with [geometric effects](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMGeometricEffect) are not currently supported in the [Legend](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-legend/).
|
|
204
204
|
* > - Symbols with [primitive overrides](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#PrimitiveOverride) are not currently supported in the [Legend](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-legend/).
|
|
205
205
|
* > - [Primitive overrides](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#PrimitiveOverride) on [geometric effects](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMGeometricEffect) embedded in a CIMVectorMarker symbol layer's [marker graphics](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-cim-CIMTypes.html#CIMMarkerGraphic) are not supported at this time.
|
|
206
206
|
*
|
|
@@ -65,8 +65,8 @@ export interface ExtrudeSymbol3DLayerProperties extends Symbol3DLayerProperties,
|
|
|
65
65
|
*
|
|
66
66
|
* The color of the symbol is set in the [material](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ExtrudeSymbol3DLayer.html#material) property. The height of the extrusion is
|
|
67
67
|
* always defined in meters with the [size](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ExtrudeSymbol3DLayer.html#size) property. Extrusion height and color can also
|
|
68
|
-
* be data-driven by adding
|
|
69
|
-
*
|
|
68
|
+
* be data-driven by adding [size](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables) and/or
|
|
69
|
+
* [color visual variables](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables)
|
|
70
70
|
* to any [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that uses this symbol layer.
|
|
71
71
|
*
|
|
72
72
|
* An ExtrudeSymbol3DLayer must be added to the `symbolLayers` property of
|
|
@@ -109,7 +109,7 @@ export interface FillSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
109
109
|
*
|
|
110
110
|
* The color of the fill is set in the [material](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol3DLayer.html#material) property. Because of the nature of polygon
|
|
111
111
|
* and mesh geometries, size is not an option in this symbol layer. Colors can be data-driven by
|
|
112
|
-
* adding a
|
|
112
|
+
* adding a [color visual variable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables)
|
|
113
113
|
* to any [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that uses this symbol layer.
|
|
114
114
|
*
|
|
115
115
|
* A FillSymbol3DLayer must be added to the `symbolLayers` property of
|
|
@@ -108,8 +108,8 @@ export interface LineSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
108
108
|
* The color of the line is set in the [material](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol3DLayer.html#material) property. The width of the line may be
|
|
109
109
|
* defined in either points or pixels with the [size](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol3DLayer.html#size) property. Line width and color
|
|
110
110
|
* can also be data-driven by
|
|
111
|
-
* adding
|
|
112
|
-
*
|
|
111
|
+
* adding [size](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables) and/or
|
|
112
|
+
* [color visual variables](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables)
|
|
113
113
|
* to any [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that uses this symbol layer.
|
|
114
114
|
*
|
|
115
115
|
* A LineSymbol3DLayer must be added to the `symbolLayers` property of
|
|
@@ -77,8 +77,8 @@ export interface ObjectSymbol3DLayerProperties extends Symbol3DLayerProperties,
|
|
|
77
77
|
* of the object is set in the [material](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#material) property. The size of the object is
|
|
78
78
|
* always defined in meters. Size can be directly set in the
|
|
79
79
|
* [height](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#height), [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#width), and [depth](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#depth) properties. Object color and size
|
|
80
|
-
* can also be data-driven by adding
|
|
81
|
-
*
|
|
80
|
+
* can also be data-driven by adding [size](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables) and/or
|
|
81
|
+
* [color visual variables](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables)
|
|
82
82
|
* to any [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that uses this symbol layer.
|
|
83
83
|
*
|
|
84
84
|
* ObjectSymbol3DLayers must be added to the `symbolLayers` property of
|
|
@@ -53,9 +53,9 @@ export interface PathSymbol3DLayerProperties extends Symbol3DLayerProperties, Pa
|
|
|
53
53
|
* 
|
|
54
54
|
*
|
|
55
55
|
* The color of the path is set in the [material](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PathSymbol3DLayer.html#material) property. The color can be data-driven by
|
|
56
|
-
* adding
|
|
56
|
+
* adding [color visual variables](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables)
|
|
57
57
|
* to any [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that uses this symbol layer. The width and the height
|
|
58
|
-
* can also be driven with
|
|
58
|
+
* can also be driven with [size visual variable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html#visualVariables).
|
|
59
59
|
*
|
|
60
60
|
* More properties like [cap](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PathSymbol3DLayer.html#cap), [join](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PathSymbol3DLayer.html#join) and [profileRotation](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PathSymbol3DLayer.html#profileRotation) can be set to
|
|
61
61
|
* enhance the PathSymbol3DLayer visualization.
|
package/symbols/TextSymbol.d.ts
CHANGED
|
@@ -381,8 +381,8 @@ export default class TextSymbol extends Symbol {
|
|
|
381
381
|
* // haloSize in points
|
|
382
382
|
* symbol.haloSize = "1pt";
|
|
383
383
|
*/
|
|
384
|
-
get haloSize(): number | null;
|
|
385
|
-
set haloSize(value: number | string | null);
|
|
384
|
+
get haloSize(): number | null | undefined;
|
|
385
|
+
set haloSize(value: number | string | null | undefined);
|
|
386
386
|
/**
|
|
387
387
|
* Adjusts the horizontal alignment of the text in multi-lines.
|
|
388
388
|
*
|
|
@@ -14,5 +14,5 @@ export abstract class Symbol3DFillMaterial extends Symbol3DMaterial {
|
|
|
14
14
|
* replace | Removes the geometry/texture color and applies the material `color`.
|
|
15
15
|
* multiply | Multiplies geometry/texture color value with the material `color` value. The result is a darker color. Multiplying with white keeps the geometry color the same.
|
|
16
16
|
*/
|
|
17
|
-
colorMixMode
|
|
17
|
+
colorMixMode?: Exclude<ColorMixMode, "ignore"> | null;
|
|
18
18
|
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
4
|
*/
|
|
5
|
-
import{__decorate as o}from"tslib";import{subclass as r}from"../../core/accessorSupport/decorators.js";import{Symbol3DMaterial as e}from"./Symbol3DMaterial.js";import{enumeration as t}from"../../core/accessorSupport/decorators/enumeration.js";var
|
|
5
|
+
import{__decorate as o}from"tslib";import{subclass as r}from"../../core/accessorSupport/decorators.js";import{Symbol3DMaterial as e}from"./Symbol3DMaterial.js";import{enumeration as t}from"../../core/accessorSupport/decorators/enumeration.js";var s;let i=s=class extends e{constructor(o){super(o),this.colorMixMode=null}clone(){const o={color:this.color?.clone(),colorMixMode:this.colorMixMode,emissive:this.emissive?.clone()};return new s(o)}};o([t({multiply:"multiply",replace:"replace",tint:"tint"})],i.prototype,"colorMixMode",void 0),i=s=o([r("esri.symbols.support.Symbol3DFillMaterial")],i);export{i as Symbol3DFillMaterial};
|
|
@@ -2,13 +2,18 @@ import type Color from "../../Color.js";
|
|
|
2
2
|
import type { JSONSupport, JSONSupportMixinProperties } from "../../core/JSONSupport.js";
|
|
3
3
|
import type { ColorLike } from "../../Color.js";
|
|
4
4
|
|
|
5
|
-
export interface Symbol3DHaloProperties extends JSONSupportMixinProperties
|
|
5
|
+
export interface Symbol3DHaloProperties extends JSONSupportMixinProperties {
|
|
6
6
|
/**
|
|
7
7
|
* The color of the halo.
|
|
8
8
|
* This can be autocast with an array of rgb(a) values, named string, hex string or an hsl(a) string,
|
|
9
9
|
* an object with `r`, `g`, `b`, and `a` properties, or a [Color](https://developers.arcgis.com/javascript/latest/api-reference/esri-Color.html) object.
|
|
10
10
|
*/
|
|
11
11
|
color?: ColorLike | null;
|
|
12
|
+
/**
|
|
13
|
+
* The size of the halo in points. This value may be autocast with a string
|
|
14
|
+
* expressing size in points or pixels (e.g. `12px`).
|
|
15
|
+
*/
|
|
16
|
+
size?: number | string;
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
export abstract class Symbol3DHalo extends JSONSupport {
|
|
@@ -22,8 +27,7 @@ export abstract class Symbol3DHalo extends JSONSupport {
|
|
|
22
27
|
/**
|
|
23
28
|
* The size of the halo in points. This value may be autocast with a string
|
|
24
29
|
* expressing size in points or pixels (e.g. `12px`).
|
|
25
|
-
*
|
|
26
|
-
* @default 0
|
|
27
30
|
*/
|
|
28
|
-
|
|
31
|
+
get size(): number;
|
|
32
|
+
set size(value: number | string);
|
|
29
33
|
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
All material copyright Esri, All Rights Reserved, unless otherwise specified.
|
|
3
3
|
See https://js.arcgis.com/5.0/esri/copyright.txt for details.
|
|
4
4
|
*/
|
|
5
|
-
import{__decorate as o}from"tslib";import r from"../../Color.js";import{JSONSupport as s}from"../../core/JSONSupport.js";import{clone as t}from"../../core/lang.js";import{property as e,subclass as i}from"../../core/accessorSupport/decorators.js";import{colorAndTransparencyProperty as p,screenSizeProperty as
|
|
5
|
+
import{__decorate as o}from"tslib";import r from"../../Color.js";import{JSONSupport as s}from"../../core/JSONSupport.js";import{clone as t}from"../../core/lang.js";import{property as e,subclass as i}from"../../core/accessorSupport/decorators.js";import{colorAndTransparencyProperty as p,screenSizeProperty as l}from"./materialUtils.js";var c;let m=c=class extends s{constructor(){super(...arguments),this.color=new r([0,0,0,1])}get size(){return this._get("size")??0}set size(o){this._set("size",o)}clone(){const o={color:t(this.color),size:this.size};return new c(o)}};o([e(p())],m.prototype,"color",void 0),o([e(l)],m.prototype,"size",null),m=c=o([i("esri.symbols.support.Symbol3DHalo")],m);export{m as Symbol3DHalo};
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility functions for converting simple symbols and picture symbols to [CIMSymbols](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html).
|
|
3
|
+
*
|
|
4
|
+
* @beta
|
|
5
|
+
* @since 4.29
|
|
6
|
+
* @see [CIMSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html)
|
|
7
|
+
* @see [cimSymbolUtils](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-support-cimSymbolUtils.html)
|
|
8
|
+
* @see [symbolService](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-symbolService.html)
|
|
9
|
+
*/
|
|
1
10
|
import type CIMSymbol from "../CIMSymbol.js";
|
|
2
11
|
import type { Symbol2DUnion } from "./typeUtils.js";
|
|
3
12
|
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility functions for [CIMSymbols](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html).
|
|
3
|
+
* These methods will allow you to get and set the size, color, and rotation of a CIMsymbol.
|
|
4
|
+
*
|
|
5
|
+
* @since 4.16
|
|
6
|
+
* @see [CIMSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html)
|
|
7
|
+
* @see [symbolService](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-symbolService.html)
|
|
8
|
+
* @see [Sample - CIMSymbol lines and polygons](https://developers.arcgis.com/javascript/latest/sample-code/cim-lines-and-polygons/)
|
|
9
|
+
* @see [Sample - Adjust marker placement in polygon symbols](https://developers.arcgis.com/javascript/latest/sample-code/cim-marker-placement/)
|
|
10
|
+
*/
|
|
1
11
|
import type Color from "../../Color.js";
|
|
2
12
|
import type CIMSymbol from "../CIMSymbol.js";
|
|
3
13
|
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides a utility method used to deserialize a JSON symbol object returned by the REST API.
|
|
3
|
+
*
|
|
4
|
+
* @since 4.0
|
|
5
|
+
* @see [Symbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html)
|
|
6
|
+
* @see [Using fromJSON() to create a class instance](https://developers.arcgis.com/javascript/latest/using-fromjson)
|
|
7
|
+
*/
|
|
1
8
|
import type { SymbolUnion } from "./typeUtils.js";
|
|
2
9
|
|
|
3
10
|
/**
|
package/symbols.d.ts
CHANGED
|
@@ -1,3 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A convenience module for importing [Symbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html) classes when developing with
|
|
3
|
+
* [TypeScript](https://developers.arcgis.com/javascript/latest/get-started/#typescript).
|
|
4
|
+
* For example, rather than importing symbols one at a time like this:
|
|
5
|
+
*
|
|
6
|
+
* ```js
|
|
7
|
+
* import SimpleFillSymbol from "@arcgis/core/symbols/SimpleFillSymbol.js";
|
|
8
|
+
* import SimpleMarkerSymbol from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
|
|
9
|
+
* ```
|
|
10
|
+
*
|
|
11
|
+
* You can use this module to import them on a single line:
|
|
12
|
+
*
|
|
13
|
+
* ```js
|
|
14
|
+
* import { SimpleFillSymbol, SimpleMarkerSymbol } from "@arcgis/core/symbols.js";
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* This module also allows you to implement [type guards](https://basarat.gitbook.io/typescript/type-system/typeguard)
|
|
18
|
+
* on geometries, making your code smarter.
|
|
19
|
+
*
|
|
20
|
+
* ```js
|
|
21
|
+
* import { Symbol } from "@arcgis/core/symbols.js";
|
|
22
|
+
*
|
|
23
|
+
* function logSymbol(symbol: Symbol): void {
|
|
24
|
+
* if (symbol.type === "simple-marker") {
|
|
25
|
+
* // new at 4.8, the compiler knows the symbol is a SimpleMarkerSymbol
|
|
26
|
+
* console.log("symbol color: ", symbol.color);
|
|
27
|
+
* }
|
|
28
|
+
* else {
|
|
29
|
+
* // the compiler knows the symbol must be one of the other symbols
|
|
30
|
+
* console.log("symbol type: ", symbol.type);
|
|
31
|
+
* }
|
|
32
|
+
* }
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @deprecated since version 4.32. Use [unionTypes](https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html) to import union types, or individual modules to import classes.
|
|
36
|
+
* @since 4.8
|
|
37
|
+
* @see [CIMSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html)
|
|
38
|
+
* @see [ExtrudeSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ExtrudeSymbol3DLayer.html)
|
|
39
|
+
* @see [FillSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-FillSymbol3DLayer.html)
|
|
40
|
+
* @see [IconSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-IconSymbol3DLayer.html)
|
|
41
|
+
* @see [LineSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol3DLayer.html)
|
|
42
|
+
* @see [ObjectSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html)
|
|
43
|
+
* @see [PathSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PathSymbol3DLayer.html)
|
|
44
|
+
* @see [TextSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol3DLayer.html)
|
|
45
|
+
* @see [WaterSymbol3DLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-WaterSymbol3DLayer.html)
|
|
46
|
+
* @see [LabelSymbol3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LabelSymbol3D.html)
|
|
47
|
+
* @see [LineSymbol3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbol3D.html)
|
|
48
|
+
* @see [MeshSymbol3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-MeshSymbol3D.html)
|
|
49
|
+
* @see [PointSymbol3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PointSymbol3D.html)
|
|
50
|
+
* @see [PolygonSymbol3D](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PolygonSymbol3D.html)
|
|
51
|
+
* @see [Font](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Font.html)
|
|
52
|
+
* @see [PictureFillSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureFillSymbol.html)
|
|
53
|
+
* @see [PictureMarkerSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-PictureMarkerSymbol.html)
|
|
54
|
+
* @see [SimpleFillSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleFillSymbol.html)
|
|
55
|
+
* @see [SimpleLineSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleLineSymbol.html)
|
|
56
|
+
* @see [SimpleMarkerSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html)
|
|
57
|
+
* @see [TextSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-TextSymbol.html)
|
|
58
|
+
* @see [WebStyleSymbol](https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-WebStyleSymbol.html)
|
|
59
|
+
*/
|
|
1
60
|
import type CIMSymbolClass from "./symbols/CIMSymbol.js";
|
|
2
61
|
import type ExtrudeSymbol3DLayerClass from "./symbols/ExtrudeSymbol3DLayer.js";
|
|
3
62
|
import type FillSymbol3DLayerClass from "./symbols/FillSymbol3DLayer.js";
|
package/tables/elements.d.ts
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A convenience module for importing [AttributeTableElement](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableElement.html) classes
|
|
3
|
+
* when developing with [TypeScript](https://developers.arcgis.com/javascript/latest/get-started/#typescript).
|
|
4
|
+
* For example, rather than importing table elements one at a time like this:
|
|
5
|
+
*
|
|
6
|
+
* ```js
|
|
7
|
+
* import TableAttachmentElement from "@arcgis/core/tables/elements/AttributeTableAttachmentElement.js";
|
|
8
|
+
* import TableFieldElement from "@arcgis/core/tables/elements/AttributeTableFieldElement.js";
|
|
9
|
+
* import TableGroupElement from "@arcgis/core/tables/elements/AttributeTableGroupElement.js";
|
|
10
|
+
* import TableRelationshipElement from "@arcgis/core/tables/elements/AttributeTableRelationshipElement.js";
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* You can use this module to import them on a single line:
|
|
14
|
+
*
|
|
15
|
+
* ```js
|
|
16
|
+
* import { AttributeTableAttachmentElement, AttributeTableFieldElement, AttributeTableGroupElement, AttributeTableRelationshipElement } from "@arcgis/core/tables/elements.js";
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* This module also allows you to implement [type guards](https://basarat.gitbook.io/typescript/type-system/typeguard)
|
|
20
|
+
* on the attribute table elements, making your code smarter.
|
|
21
|
+
*
|
|
22
|
+
* ```js
|
|
23
|
+
* import { AttributeTableElement } from "@arcgis/core/tables/elements.js";
|
|
24
|
+
*
|
|
25
|
+
* function logTableElement(element: AttributeTableElement): void {
|
|
26
|
+
* if (element.type === "field") {
|
|
27
|
+
* console.log("Attribute table element type is field");
|
|
28
|
+
* }
|
|
29
|
+
* else {
|
|
30
|
+
* console.log("The value is not a table field element.")
|
|
31
|
+
* }
|
|
32
|
+
* }
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @since 4.31
|
|
36
|
+
* @see [AttributeTableTemplate](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-AttributeTableTemplate.html)
|
|
37
|
+
* @see [AttributeTableAttachmentElement](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableAttachmentElement.html)
|
|
38
|
+
* @see [AttributeTableFieldElement](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableFieldElement.html)
|
|
39
|
+
* @see [AttributeTableGroupElement](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableGroupElement.html)
|
|
40
|
+
* @see [AttributeTableRelationshipElement](https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableRelationshipElement.html)
|
|
41
|
+
*/
|
|
1
42
|
import type AttributeTableAttachmentElementClass from "./elements/AttributeTableAttachmentElement.js";
|
|
2
43
|
import type AttributeTableFieldElementClass from "./elements/AttributeTableFieldElement.js";
|
|
3
44
|
import type AttributeTableGroupElementClass from "./elements/AttributeTableGroupElement.js";
|
package/time/TimeExtent.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { JSONSupport, JSONSupportMixinProperties } from "../core/JSONSupport.js";
|
|
2
|
-
import type { TimeUnit } from "../core/
|
|
2
|
+
import type { TimeUnit } from "../core/units.js";
|
|
3
3
|
import type { TimeZone } from "./types.js";
|
|
4
4
|
|
|
5
5
|
export interface TimeExtentProperties extends JSONSupportMixinProperties {
|
package/time/TimeInterval.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ClonableMixin, ClonableMixinProperties } from "../core/Clonable.js";
|
|
2
2
|
import type { JSONSupport, JSONSupportMixinProperties } from "../core/JSONSupport.js";
|
|
3
|
-
import type { TimeUnit } from "../core/
|
|
3
|
+
import type { TimeUnit } from "../core/units.js";
|
|
4
4
|
|
|
5
5
|
export interface TimeIntervalProperties extends JSONSupportMixinProperties, ClonableMixinProperties, Partial<Pick<TimeInterval, "unit" | "value">> {}
|
|
6
6
|
|
package/unionTypes.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A module for importing union types for use in [TypeScript](https://developers.arcgis.com/javascript/latest/get-started/#typescript).
|
|
3
|
+
*
|
|
4
|
+
* @since 4.32
|
|
5
|
+
*/
|
|
1
6
|
import type { AnalysisUnion as AnalysisUnionAlias } from "./analysis/types.js";
|
|
2
7
|
import type { GeometryUnion as GeometryUnionAlias } from "./geometry/support/typeUtils.js";
|
|
3
8
|
import type { PointCloudRendererUnion as PointCloudRendererUnionAlias } from "./renderers/support/pointCloudTypeUtils.js";
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility methods for creating [VersioningStates](https://developers.arcgis.com/javascript/latest/api-reference/esri-versionManagement-VersioningState.html).
|
|
3
|
+
*
|
|
4
|
+
* @since 4.30
|
|
5
|
+
*/
|
|
1
6
|
import type WebMap from "../WebMap.js";
|
|
2
7
|
import type Collection from "../core/Collection.js";
|
|
3
8
|
import type VersioningState from "./VersioningState.js";
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Provides utility methods for creating [VersionAdapters](https://developers.arcgis.com/javascript/latest/api-reference/esri-versionManagement-versionAdapters-types.html#VersionAdapter).
|
|
3
|
+
*
|
|
4
|
+
* @since 4.30
|
|
5
|
+
*/
|
|
1
6
|
import type FeatureLayer from "../../layers/FeatureLayer.js";
|
|
2
7
|
import type GroupLayer from "../../layers/GroupLayer.js";
|
|
3
8
|
import type SubtypeGroupLayer from "../../layers/SubtypeGroupLayer.js";
|