@arcgis/core 5.0.0-next.55 → 5.0.0-next.57

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.
Files changed (392) hide show
  1. package/Color.d.ts +12 -4
  2. package/Ground.js +1 -1
  3. package/applications/Components/SelectionOperation.d.ts +5 -0
  4. package/applications/Components/SketchTooltipControls.d.ts +5 -0
  5. package/applications/Components/actionUtils.d.ts +5 -0
  6. package/applications/Components/analysisUtils.d.ts +5 -0
  7. package/applications/Components/arcadeEditorUtils.d.ts +5 -0
  8. package/applications/Components/arcadeFeatureUtils.d.ts +5 -0
  9. package/applications/Components/basemapUtils.d.ts +5 -0
  10. package/applications/Components/drawUtils.d.ts +5 -0
  11. package/applications/Components/featureUtils.d.ts +5 -0
  12. package/applications/Components/fontUtils.d.ts +5 -0
  13. package/applications/Components/formatUtils.d.ts +5 -0
  14. package/applications/Components/getDefaultUnits.d.ts +5 -0
  15. package/applications/Components/gfxUtils.d.ts +5 -0
  16. package/applications/Components/imageryUtils.d.ts +5 -0
  17. package/applications/Components/layerOriginUtils.d.ts +5 -0
  18. package/applications/Components/layersEffectsJsonUtils.d.ts +5 -0
  19. package/applications/Components/previewSymbol2D.d.ts +5 -0
  20. package/applications/Components/reactiveUtils.d.ts +6 -0
  21. package/applications/Components/sanitizerUtils.d.ts +5 -0
  22. package/applications/Components/stringUtils.d.ts +6 -2
  23. package/applications/Components/styleUtils.d.ts +5 -0
  24. package/applications/Components/svgUtils.d.ts +5 -0
  25. package/applications/Components/testUtils.d.ts +5 -0
  26. package/applications/Components/viewUtils.d.ts +5 -0
  27. package/applications/Components/webStyleSymbolUtils.d.ts +5 -0
  28. package/applications/Excalibur/videoViewUtils.d.ts +5 -0
  29. package/applications/ExperienceBuilder/sketchUtils.d.ts +5 -0
  30. package/applications/KnowledgeStudio/generalSdkInternalAccess.d.ts +10 -0
  31. package/applications/KnowledgeStudio/generalSharedKgUtils.d.ts +10 -0
  32. package/applications/KnowledgeStudio/layerInternalAccessUtils.d.ts +11 -1
  33. package/applications/KnowledgeStudio/reshape.d.ts +5 -0
  34. package/applications/KnowledgeStudio/resourceSerializationUtils.d.ts +5 -0
  35. package/applications/MapViewer/layerUtils.d.ts +5 -0
  36. package/applications/MapViewer/mediaUtils.d.ts +5 -0
  37. package/applications/MapViewer/templateUtils.d.ts +5 -0
  38. package/applications/PortalApp/layerUtils.d.ts +5 -0
  39. package/applications/SceneViewer/colorUtils.d.ts +5 -0
  40. package/applications/SceneViewer/devEnvironmentUtils.d.ts +5 -0
  41. package/applications/SceneViewer/layerUtils.d.ts +5 -0
  42. package/applications/SceneViewer/sceneViewerUtils.d.ts +5 -0
  43. package/applications/SceneViewer/symbolUtils.d.ts +5 -0
  44. package/applications/Urban/meshUtils.d.ts +5 -0
  45. package/applications/WebEditor/sketchUtils.d.ts +5 -0
  46. package/arcade.d.ts +22 -0
  47. package/assets/esri/core/workers/RemoteClient.js +1 -1
  48. package/assets/esri/core/workers/chunks/5340887a4a48bde3407a.js +1 -0
  49. package/assets/esri/core/workers/chunks/82ced9254b27707522ef.js +1 -0
  50. package/assets/esri/core/workers/chunks/8628bf45a33af786cd49.js +1 -0
  51. package/assets/esri/core/workers/chunks/{d63cf90d1356d1f10138.js → 8f4c480c418eba299c2b.js} +1 -1
  52. package/assets/esri/core/workers/chunks/{fa92a7c11befbad8739f.js → b4f944ef6c174b20b619.js} +1 -1
  53. package/assets/esri/core/workers/chunks/c531c0e3d420a1be0ad2.js +316 -0
  54. package/assets/esri/core/workers/chunks/{14765f98b8ea447498a1.js → da2c41ac0f82f32013c1.js} +4 -4
  55. package/assets/esri/libs/lyr3d/lyr3DMain.wasm +0 -0
  56. package/assets/esri/libs/lyr3d/lyr3DWorker.wasm +0 -0
  57. package/chunks/ChapmanAtmosphere.glsl.js +5 -7
  58. package/chunks/HUDMaterial.glsl.js +1 -1
  59. package/chunks/LineCallout.glsl.js +2 -2
  60. package/chunks/Precipitation.glsl.js +1 -1
  61. package/chunks/Terrain.glsl.js +1 -1
  62. package/chunks/lyr3DMain.js +1 -1
  63. package/chunks/vec32.js +1 -1
  64. package/config.d.ts +19 -1
  65. package/config.js +1 -1
  66. package/core/Error.d.ts +3 -4
  67. package/core/Error.js +1 -1
  68. package/core/Warning.js +1 -1
  69. package/core/accessorSupport/decorators.d.ts +11 -0
  70. package/core/accessorSupport/types.d.ts +2 -0
  71. package/core/has.js +1 -1
  72. package/core/lang.d.ts +6 -0
  73. package/core/libs/gl-matrix-2/math/vec3.js +1 -1
  74. package/core/libs/gl-matrix-2/vec3.js +1 -1
  75. package/core/promiseUtils.d.ts +5 -0
  76. package/core/quantity.d.ts +5 -0
  77. package/core/reactiveUtils.d.ts +142 -0
  78. package/core/scheduling.d.ts +26 -5
  79. package/core/scheduling.js +1 -1
  80. package/core/sql/WhereClause.d.ts +2 -13
  81. package/core/sql/{WhereGrammar.d.ts → types.d.ts} +22 -1
  82. package/core/sql.d.ts +8 -0
  83. package/core/string.js +1 -1
  84. package/core/types.d.ts +30 -1
  85. package/core/units.d.ts +8 -0
  86. package/core/urlUtils.d.ts +7 -0
  87. package/core/workers/loaderConfig.js +1 -1
  88. package/core/workers/workerFactory.js +1 -1
  89. package/core/workers.d.ts +26 -0
  90. package/form/elements/inputs.d.ts +55 -0
  91. package/form/elements.d.ts +43 -0
  92. package/geometry/coordinateFormatter.d.ts +33 -0
  93. package/geometry/geometryEngine.d.ts +16 -0
  94. package/geometry/operators/affineTransformOperator.d.ts +5 -0
  95. package/geometry/operators/alphaShapeOperator.d.ts +9 -0
  96. package/geometry/operators/areaOperator.d.ts +7 -0
  97. package/geometry/operators/autoCompleteOperator.d.ts +5 -0
  98. package/geometry/operators/boundaryOperator.d.ts +5 -0
  99. package/geometry/operators/bufferOperator.d.ts +11 -0
  100. package/geometry/operators/centroidOperator.d.ts +14 -0
  101. package/geometry/operators/clipOperator.d.ts +7 -0
  102. package/geometry/operators/containsOperator.d.ts +9 -0
  103. package/geometry/operators/convexHullOperator.d.ts +9 -0
  104. package/geometry/operators/crossesOperator.d.ts +7 -0
  105. package/geometry/operators/cutOperator.d.ts +18 -0
  106. package/geometry/operators/densifyOperator.d.ts +21 -0
  107. package/geometry/operators/differenceOperator.d.ts +7 -0
  108. package/geometry/operators/disjointOperator.d.ts +8 -0
  109. package/geometry/operators/distanceOperator.d.ts +8 -0
  110. package/geometry/operators/equalsOperator.d.ts +5 -0
  111. package/geometry/operators/extendOperator.d.ts +8 -0
  112. package/geometry/operators/generalizeOperator.d.ts +7 -0
  113. package/geometry/operators/geodesicBufferOperator.d.ts +13 -0
  114. package/geometry/operators/geodesicProximityOperator.d.ts +13 -0
  115. package/geometry/operators/geodeticAreaOperator.d.ts +11 -0
  116. package/geometry/operators/geodeticDensifyOperator.d.ts +12 -0
  117. package/geometry/operators/geodeticDistanceOperator.d.ts +14 -0
  118. package/geometry/operators/geodeticLengthOperator.d.ts +11 -0
  119. package/geometry/operators/geodeticUtilsOperator.d.ts +11 -0
  120. package/geometry/operators/graphicBufferOperator.d.ts +7 -0
  121. package/geometry/operators/integrateOperator.d.ts +9 -0
  122. package/geometry/operators/intersectionOperator.d.ts +7 -0
  123. package/geometry/operators/intersectsOperator.d.ts +9 -0
  124. package/geometry/operators/isNearOperator.d.ts +7 -0
  125. package/geometry/operators/labelPointOperator.d.ts +14 -0
  126. package/geometry/operators/lengthOperator.d.ts +7 -0
  127. package/geometry/operators/linesToPolygonsOperator.d.ts +5 -0
  128. package/geometry/operators/locateBetweenOperator.d.ts +10 -0
  129. package/geometry/operators/minimumBoundingCircleOperator.d.ts +13 -0
  130. package/geometry/operators/multiPartToSinglePartOperator.d.ts +7 -0
  131. package/geometry/operators/offsetOperator.d.ts +44 -0
  132. package/geometry/operators/overlapsOperator.d.ts +7 -0
  133. package/geometry/operators/polygonOverlayOperator.d.ts +6 -0
  134. package/geometry/operators/polygonSlicerOperator.d.ts +5 -0
  135. package/geometry/operators/projectOperator.d.ts +41 -0
  136. package/geometry/operators/proximityOperator.d.ts +8 -0
  137. package/geometry/operators/relateOperator.d.ts +7 -0
  138. package/geometry/operators/reshapeOperator.d.ts +5 -0
  139. package/geometry/operators/shapePreservingProjectOperator.d.ts +27 -0
  140. package/geometry/operators/simplifyOGCOperator.d.ts +8 -0
  141. package/geometry/operators/simplifyOperator.d.ts +9 -0
  142. package/geometry/operators/support/geographicTransformationUtils.d.ts +11 -0
  143. package/geometry/operators/symmetricDifferenceOperator.d.ts +12 -0
  144. package/geometry/operators/touchesOperator.d.ts +7 -0
  145. package/geometry/operators/unionOperator.d.ts +7 -0
  146. package/geometry/operators/withinOperator.d.ts +9 -0
  147. package/geometry/support/geodesicUtils.d.ts +8 -0
  148. package/geometry/support/jsonUtils.d.ts +7 -0
  149. package/geometry/support/meshUtils.d.ts +5 -0
  150. package/geometry/support/normalizeUtils.d.ts +7 -0
  151. package/geometry/support/webMercatorUtils.d.ts +12 -0
  152. package/geometry.d.ts +38 -0
  153. package/interfaces.d.ts +31 -32
  154. package/intl.d.ts +111 -0
  155. package/kernel.d.ts +5 -0
  156. package/kernel.js +1 -1
  157. package/layers/BaseDynamicLayer.d.ts +1 -1
  158. package/layers/CSVLayer.d.ts +2 -2
  159. package/layers/CatalogLayer.d.ts +2 -2
  160. package/layers/FeatureLayer.d.ts +2 -1
  161. package/layers/GeoJSONLayer.d.ts +2 -1
  162. package/layers/ILyr3DWasmPerSceneView.js +1 -1
  163. package/layers/Layer.d.ts +1 -1
  164. package/layers/Lyr3DWasmPerSceneView.js +1 -1
  165. package/layers/OGCFeatureLayer.d.ts +1 -1
  166. package/layers/ParquetLayer.d.ts +1 -1
  167. package/layers/RouteLayer.js +1 -1
  168. package/layers/SceneLayer.d.ts +2 -1
  169. package/layers/StreamLayer.d.ts +6 -5
  170. package/layers/SubtypeGroupLayer.d.ts +3 -4
  171. package/layers/VectorTileLayer.d.ts +1 -1
  172. package/layers/WFSLayer.d.ts +2 -1
  173. package/layers/WMSLayer.d.ts +2 -2
  174. package/layers/catalog/catalogUtils.d.ts +6 -0
  175. package/layers/ogc/wcsUtils.d.ts +6 -0
  176. package/layers/ogc/wfsUtils.d.ts +6 -0
  177. package/layers/orientedImagery/transformations/imageToWorld.d.ts +10 -0
  178. package/layers/orientedImagery/transformations/rectifyMapPoint.js +1 -1
  179. package/layers/orientedImagery/transformations/worldToImage.d.ts +10 -0
  180. package/layers/orientedImagery/types.d.ts +1 -1
  181. package/layers/support/arcadeUtils.d.ts +5 -0
  182. package/layers/support/csvUtils.d.ts +6 -0
  183. package/layers/support/fieldUtils.d.ts +9 -0
  184. package/layers/support/parquetUtils.d.ts +6 -0
  185. package/layers/support/rasterFunctionConstants.d.ts +9 -0
  186. package/layers/support/rasterFunctionUtils.d.ts +7 -0
  187. package/package.json +1 -1
  188. package/pointCloudRenderers.d.ts +44 -0
  189. package/popup/content.d.ts +48 -0
  190. package/rasterRenderers.d.ts +46 -0
  191. package/renderers/support/AuthoringInfo.d.ts +1 -1
  192. package/renderers/support/jsonUtils.d.ts +7 -0
  193. package/renderers/support/utils.d.ts +5 -0
  194. package/renderers/visualVariables/SizeVariable.d.ts +0 -3
  195. package/renderers/visualVariables/VisualVariable.d.ts +1 -1
  196. package/renderers/visualVariables/support/VisualVariableLegendOptions.d.ts +1 -1
  197. package/renderers.d.ts +46 -0
  198. package/request.d.ts +17 -0
  199. package/rest/closestFacility.d.ts +21 -0
  200. package/rest/featureService/utils.d.ts +5 -0
  201. package/rest/find.d.ts +21 -0
  202. package/rest/geometryService.d.ts +14 -0
  203. package/rest/geoprocessor.d.ts +16 -0
  204. package/rest/identify.d.ts +19 -0
  205. package/rest/imageService.d.ts +10 -0
  206. package/rest/knowledgeGraphService.d.ts +39 -0
  207. package/rest/lastMileDelivery.d.ts +12 -0
  208. package/rest/locator.d.ts +24 -0
  209. package/rest/networkService.d.ts +5 -0
  210. package/rest/networks/queryAssociations.d.ts +7 -0
  211. package/rest/networks/support/NetworkElement.d.ts +1 -1
  212. package/rest/networks/synthesizeAssociationGeometries.d.ts +7 -0
  213. package/rest/networks/trace.d.ts +6 -0
  214. package/rest/places.d.ts +34 -0
  215. package/rest/print.d.ts +74 -0
  216. package/rest/query.d.ts +33 -0
  217. package/rest/route.d.ts +18 -0
  218. package/rest/serviceArea.d.ts +18 -0
  219. package/rest/support/AreasAndLengthsParameters.d.ts +2 -2
  220. package/rest/support/AttachmentQuery.d.ts +0 -1
  221. package/rest/support/AttributeBinsQuery.d.ts +3 -3
  222. package/rest/support/AutoIntervalBinParameters.d.ts +4 -4
  223. package/rest/support/DateBinParameters.d.ts +2 -2
  224. package/rest/support/DateBinTimeInterval.d.ts +1 -1
  225. package/rest/support/DensifyParameters.d.ts +1 -1
  226. package/rest/support/DirectionsFeature.d.ts +1 -1
  227. package/rest/support/GPMessage.d.ts +1 -1
  228. package/rest/support/LastMileDeliveryParameters.d.ts +1 -1
  229. package/rest/support/QuantizationParameters.d.ts +3 -3
  230. package/rest/support/Query.d.ts +0 -1
  231. package/rest/support/QueryMixin.d.ts +1 -1
  232. package/rest/support/RelationshipQuery.d.ts +0 -1
  233. package/rest/support/interfaces.d.ts +1 -2
  234. package/rest/symbolService.d.ts +9 -0
  235. package/smartMapping/heuristics/binLevel.d.ts +12 -0
  236. package/smartMapping/heuristics/scaleRange.d.ts +15 -0
  237. package/smartMapping/heuristics/sizeRange.d.ts +12 -0
  238. package/smartMapping/labels/bins.d.ts +13 -0
  239. package/smartMapping/labels/clusters.d.ts +16 -0
  240. package/smartMapping/popup/clusters.d.ts +21 -0
  241. package/smartMapping/popup/templates.d.ts +18 -0
  242. package/smartMapping/raster/renderers/classBreaks.d.ts +7 -0
  243. package/smartMapping/raster/renderers/colormap.d.ts +7 -0
  244. package/smartMapping/raster/renderers/flow.d.ts +19 -0
  245. package/smartMapping/raster/renderers/rgb.d.ts +7 -0
  246. package/smartMapping/raster/renderers/shadedRelief.d.ts +7 -0
  247. package/smartMapping/raster/renderers/stretch.d.ts +7 -0
  248. package/smartMapping/raster/renderers/uniqueValue.d.ts +7 -0
  249. package/smartMapping/raster/renderers/vectorField.d.ts +20 -0
  250. package/smartMapping/raster/support/colorRamps.d.ts +7 -0
  251. package/smartMapping/raster/support/utils.d.ts +5 -0
  252. package/smartMapping/renderers/color.d.ts +17 -0
  253. package/smartMapping/renderers/dotDensity.d.ts +21 -0
  254. package/smartMapping/renderers/heatmap.d.ts +17 -0
  255. package/smartMapping/renderers/location.d.ts +10 -0
  256. package/smartMapping/renderers/opacity.d.ts +19 -0
  257. package/smartMapping/renderers/pieChart.d.ts +19 -0
  258. package/smartMapping/renderers/predominance.d.ts +27 -0
  259. package/smartMapping/renderers/relationship.d.ts +48 -0
  260. package/smartMapping/renderers/size.d.ts +18 -0
  261. package/smartMapping/renderers/support/rendererUtils.d.ts +8 -0
  262. package/smartMapping/renderers/support/spikeUtils.d.ts +6 -0
  263. package/smartMapping/renderers/type.d.ts +18 -0
  264. package/smartMapping/renderers/univariateColorSize.d.ts +29 -0
  265. package/smartMapping/statistics/classBreaks.d.ts +14 -0
  266. package/smartMapping/statistics/heatmapStatistics.d.ts +15 -0
  267. package/smartMapping/statistics/histogram.d.ts +17 -0
  268. package/smartMapping/statistics/predominantCategories.d.ts +6 -0
  269. package/smartMapping/statistics/summaryStatistics.d.ts +15 -0
  270. package/smartMapping/statistics/summaryStatisticsForAge.d.ts +8 -1
  271. package/smartMapping/statistics/support/ageUtils.d.ts +8 -0
  272. package/smartMapping/statistics/support/predominanceUtils.d.ts +8 -1
  273. package/smartMapping/statistics/types.d.ts +6 -1
  274. package/smartMapping/statistics/uniqueValues.d.ts +13 -0
  275. package/smartMapping/symbology/color.d.ts +8 -0
  276. package/smartMapping/symbology/dotDensity.d.ts +7 -0
  277. package/smartMapping/symbology/flow.d.ts +8 -0
  278. package/smartMapping/symbology/heatmap.d.ts +8 -0
  279. package/smartMapping/symbology/location.d.ts +8 -0
  280. package/smartMapping/symbology/pieChart.d.ts +7 -0
  281. package/smartMapping/symbology/predominance.d.ts +7 -0
  282. package/smartMapping/symbology/relationship.d.ts +7 -0
  283. package/smartMapping/symbology/size.d.ts +7 -0
  284. package/smartMapping/symbology/support/colorRamps.d.ts +7 -0
  285. package/smartMapping/symbology/type.d.ts +8 -0
  286. package/support/popupUtils.d.ts +5 -0
  287. package/support/revision.js +1 -1
  288. package/support/timeUtils.d.ts +9 -0
  289. package/symbols/CIMSymbol.d.ts +1 -1
  290. package/symbols/ExtrudeSymbol3DLayer.d.ts +2 -2
  291. package/symbols/FillSymbol3DLayer.d.ts +1 -1
  292. package/symbols/LineSymbol3DLayer.d.ts +2 -2
  293. package/symbols/ObjectSymbol3DLayer.d.ts +2 -2
  294. package/symbols/PathSymbol3DLayer.d.ts +2 -2
  295. package/symbols/TextSymbol.d.ts +2 -2
  296. package/symbols/support/Symbol3DFillMaterial.d.ts +1 -1
  297. package/symbols/support/Symbol3DFillMaterial.js +1 -1
  298. package/symbols/support/Symbol3DHalo.d.ts +8 -4
  299. package/symbols/support/Symbol3DHalo.js +1 -1
  300. package/symbols/support/cimConversionUtils.d.ts +9 -0
  301. package/symbols/support/cimSymbolUtils.d.ts +10 -0
  302. package/symbols/support/jsonUtils.d.ts +7 -0
  303. package/symbols/support/symbolUtils.d.ts +5 -0
  304. package/symbols.d.ts +59 -0
  305. package/tables/elements.d.ts +41 -0
  306. package/time/TimeExtent.d.ts +1 -1
  307. package/time/TimeInterval.d.ts +1 -1
  308. package/unionTypes.d.ts +5 -0
  309. package/versionManagement/utils.d.ts +5 -0
  310. package/versionManagement/versionAdapters/utils.d.ts +5 -0
  311. package/views/2d/MapViewConstraints.d.ts +18 -10
  312. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  313. package/views/2d/layers/RouteLayerView2D.js +1 -1
  314. package/views/2d/layers/TileLayerView2D.js +1 -1
  315. package/views/2d/layers/support/RouteLayerInteraction.js +1 -1
  316. package/views/2d/layers/support/RouteLayerWaypointVisualization.js +5 -0
  317. package/views/3d/analysis/DirectLineMeasurement/types.d.ts +5 -0
  318. package/views/3d/analysis/LineOfSight/types.d.ts +5 -0
  319. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.d.ts +1 -1
  320. package/views/3d/analysis/VolumeMeasurement/types.d.ts +5 -0
  321. package/views/3d/environment/ChapmanRaymarching.glsl.js +2 -1
  322. package/views/3d/interactive/visualElements/PointVisualElement.js +1 -1
  323. package/views/3d/layers/graphics/Deconflictor.js +1 -1
  324. package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
  325. package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
  326. package/views/3d/layers/graphics/Graphics3DLineCalloutSymbolLayer.js +1 -1
  327. package/views/3d/layers/graphics/Graphics3DSymbolLayer.js +1 -1
  328. package/views/3d/layers/graphics/Graphics3DTextSymbolLayer.js +1 -1
  329. package/views/3d/layers/graphics/GraphicsDeconflictor.js +1 -1
  330. package/views/3d/layers/graphics/GraphicsProcessor.js +1 -1
  331. package/views/3d/layers/graphics/pipeline/symbolization/IconSymbolLayerRenderer.js +1 -1
  332. package/views/3d/state/helpers/SceneIntersectionHelper.js +1 -1
  333. package/views/3d/support/pointsOfInterest/StableSurfaceCenter.js +1 -1
  334. package/views/3d/terrain/TerrainSurface.js +1 -1
  335. package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
  336. package/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +2 -2
  337. package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
  338. package/views/3d/webgl-engine/materials/HUDMaterial.js +1 -1
  339. package/views/3d/webgl-engine/materials/LineCalloutMaterial.js +1 -1
  340. package/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +1 -1
  341. package/views/3d/webgl-engine/shaders/LineCalloutTechniqueConfiguration.js +1 -1
  342. package/views/3d/webgl-engine/shaders/OutputColorHighlightOLID.glsl.js +8 -8
  343. package/views/3d/webgl.d.ts +6 -0
  344. package/views/BreakpointsOwner.d.ts +16 -16
  345. package/views/IBreakpointsOwner.d.ts +15 -15
  346. package/views/MapView.d.ts +1 -1
  347. package/views/PopupView.d.ts +2 -2
  348. package/views/SelectionManager.d.ts +1 -0
  349. package/views/SelectionManager.js +1 -1
  350. package/views/VideoView.js +1 -1
  351. package/views/View.d.ts +6 -8
  352. package/views/analysis/AreaMeasurement/types.d.ts +6 -0
  353. package/views/analysis/DistanceMeasurement/types.d.ts +5 -0
  354. package/views/analysis/ElevationProfile/ElevationProfileError.d.ts +4 -4
  355. package/views/analysis/ElevationProfile/types.d.ts +6 -0
  356. package/views/analysis/types.d.ts +5 -0
  357. package/views/interactive/editGeometry/support/editPlaneUtils.js +1 -1
  358. package/views/interactive/snapping/GridSnappingEngine.js +1 -1
  359. package/views/layers/BuildingSceneLayerView.d.ts +1 -1
  360. package/views/layers/LayerView.d.ts +1 -1
  361. package/views/support/colorUtils.d.ts +5 -0
  362. package/views/support/selectionUtils.js +1 -1
  363. package/webscene/types.d.ts +5 -0
  364. package/widgets/FeatureForm/FeatureFormViewModel.d.ts +2 -2
  365. package/widgets/FeatureTable/FeatureTableViewModel.js +1 -1
  366. package/widgets/Features/FeaturesViewModel.d.ts +1 -1
  367. package/widgets/Home/HomeViewModel.d.ts +1 -1
  368. package/widgets/Locate/LocateViewModel.d.ts +2 -2
  369. package/widgets/Search/types.d.ts +5 -0
  370. package/widgets/TimeSlider/TimeSliderViewModel.d.ts +1 -1
  371. package/widgets/UtilityNetworkValidateTopology.js +1 -1
  372. package/widgets/smartMapping/support/utils.d.ts +6 -0
  373. package/widgets/support/SelectionList/FeatureItem.js +1 -1
  374. package/widgets/support/SelectionList/LayerItem.js +1 -1
  375. package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
  376. package/widgets/support/SelectionList.js +1 -1
  377. package/widgets/support/Selector2D/selectorUtils.js +1 -1
  378. package/widgets/support/symbolPreviewUtils.js +1 -1
  379. package/widgets/support/widget.d.ts +11 -0
  380. package/assets/esri/core/workers/chunks/0d1e8d5d9abee38e275e.js +0 -316
  381. package/assets/esri/core/workers/chunks/73c3ee2697265b0f7208.js +0 -1
  382. package/assets/esri/core/workers/chunks/cd2ea924cb91cdb6dde9.js +0 -1
  383. package/assets/esri/core/workers/chunks/d57577c02fb2932e8305.js +0 -1
  384. package/colorUtils.d.ts +0 -13
  385. package/core/Logger.d.ts +0 -29
  386. package/core/Message.d.ts +0 -2
  387. package/core/Message.js +0 -5
  388. package/core/accessorSupport/PropertyOrigin.d.ts +0 -2
  389. package/core/sql/sql92grammar.d.ts +0 -12
  390. package/core/string.d.ts +0 -3
  391. package/core/time.d.ts +0 -2
  392. package/core/timeUtils.d.ts +0 -2
package/Color.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import type { TupleRgb, TupleRgba } from "./colorUtils.js";
2
1
  import type { Color as ColorJSON } from "./portal/jsonTypes.js";
3
2
 
4
3
  export interface HexOutputOptions {
@@ -88,7 +87,7 @@ export default class Color {
88
87
  * @returns Returns a new Color object.
89
88
  * @example let redColor = Color.fromArray([201, 0, 19]);
90
89
  */
91
- static fromArray(a: ColorJSON | number[] | readonly number[] | Readonly<TupleRgba>, t?: Color): Color;
90
+ static fromArray(a: ColorJSON | readonly number[], t?: Color): Color;
92
91
  /**
93
92
  * Creates a Color from hexadecimal string.
94
93
  *
@@ -261,11 +260,20 @@ export default class Color {
261
260
  *
262
261
  * @returns A 3-component array of rgb values.
263
262
  */
264
- toRgb(): TupleRgb;
263
+ toRgb(): [
264
+ number,
265
+ number,
266
+ number
267
+ ];
265
268
  /**
266
269
  * Returns a 4-component array of rgba values that represent the Color instance.
267
270
  *
268
271
  * @returns A 4-component array of rgba values.
269
272
  */
270
- toRgba(): TupleRgba;
273
+ toRgba(): [
274
+ number,
275
+ number,
276
+ number,
277
+ number
278
+ ];
271
279
  }
package/Ground.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{__decorate as r}from"tslib";import e from"./Color.js";import o from"./core/Collection.js";import t from"./core/CollectionFlattener.js";import{referenceSetter as s}from"./core/collectionUtils.js";import{typeCast as a}from"./core/compilerUtils.js";import i from"./core/Error.js";import has from"./core/has.js";import{JSONSupportMixin as n}from"./core/JSONSupport.js";import{clone as l}from"./core/lang.js";import{Loadable as p}from"./core/Loadable.js";import{loadAll as c}from"./core/loadAll.js";import u from"./core/Logger.js";import{destroyMaybe as y}from"./core/maybe.js";import{isAbortError as d,throwIfAborted as m}from"./core/promiseUtils.js";import{property as h,subclass as f}from"./core/accessorSupport/decorators.js";import{Integer as g}from"./core/accessorSupport/ensureType.js";import{NavigationConstraint as v}from"./ground/NavigationConstraint.js";import{GroundSymbol as j}from"./support/groundInstanceUtils.js";import{transparencyToOpacity as w,opacityToTransparency as C}from"./webdoc/support/opacityUtils.js";import{writer as L}from"./core/accessorSupport/decorators/writer.js";var S,I;let b=I=class extends(n(p)){static{S=j}constructor(r){super(r),this[S]=!0,this.parent=null,this.opacity=1,this.surfaceColor=null,this.undergroundColor=has("enable-feature:oit-ground")?null:new e("white"),this.navigationConstraint=null,this.layers=new o;const s=r=>{const{parent:e}=r;e&&e!==this&&"remove"in e&&e.remove?.(r),r.parent=this,"elevation"!==r.type&&"base-elevation"!==r.type&&u.getLogger(this).error(`Layer '${r.title}, id:${r.id}' of type '${r.type}' is not supported as a ground layer and will therefore be ignored. Only layers of type 'elevation' are supported.`)},a=r=>{r.parent=null};this.addHandles([this.layers.on("after-add",r=>s(r.item)),this.layers.on("after-remove",r=>a(r.item))]),this.allLayers=new t({getCollections:()=>[this.layers,this.parent?.basemap?.groundLayers]})}removeChildLayer(r){this.layers.remove(r)}initialize(){this.when().catch(r=>{d(r)||u.getLogger(this).error("#load()","Failed to load ground",r)}),this.resourceInfo&&this.read(this.resourceInfo.data,this.resourceInfo.context)}get integratedMeshGround(){const r=this.parent?.basemap?.groundLayers.at(0);return r?.replacesTerrain?r:null}destroy(){const r=this.layers.removeAll();for(const e of r)y(e);this.layers.destroy()}normalizeCtorArgs(r){return r&&"resourceInfo"in r&&(this._set("resourceInfo",r.resourceInfo),delete(r={...r}).resourceInfo),r}get loaded(){return super.loaded}get layers(){return this._get("layers")}set layers(r){this._set("layers",s(r,this._get("layers")))}writeLayers(r,e,o,t){const s=[];r?(t={...t,layerContainerType:"ground"},r.forEach(r=>{if("write"in r){const e={};a(r)().write(e,t)&&s.push(e)}else t?.messages&&t.messages.push(new i("layer:unsupported",`Layers (${r.title}, ${r.id}) of type '${r.declaredClass}' cannot be persisted in the ground`,{layer:r}))}),e.layers=s):e.layers=s}load(r){return this.addResolvingPromise(this._loadFromSource(r)),Promise.resolve(this)}loadAll(){return c(this,r=>r(this.layers))}async queryElevation(r,e){await this.load({signal:e?.signal});const{queryAll:o}=await import("./layers/support/ElevationQuery.js");m(e);return o(this.layers.filter(A).toArray(),r,e)}async createElevationSampler(r,e){await this.load({signal:e?.signal});const{createSampler:o}=await import("./layers/support/ElevationQuery.js");m(e);return o(this.layers.filter(A).toArray(),r,e)}clone(){const r={opacity:this.opacity,surfaceColor:l(this.surfaceColor),undergroundColor:l(this.undergroundColor),navigationConstraint:l(this.navigationConstraint),layers:this.layers.slice()};return this.loaded&&(r.loadStatus="loaded"),new I({resourceInfo:this.resourceInfo}).set(r)}read(r,e){this.resourceInfo||this._set("resourceInfo",{data:r,context:e}),super.read(r,e)}_loadFromSource(r){const e=this.resourceInfo;return e?this._loadLayersFromJSON(e.data,e.context,r):Promise.resolve()}async _loadLayersFromJSON(r,e,o){const t=e?.origin||"web-scene",s=e?.portal||null,a=e?.url||null,{populateOperationalLayers:i}=await import("./layers/support/layersCreator.js");m(o);const n=[];if(r.layers&&Array.isArray(r.layers)){const e={context:{origin:t,url:a,portal:s,layerContainerType:"ground"},defaultLayerType:"ArcGISTiledElevationServiceLayer"};n.push(i(this.layers,r.layers,e))}await Promise.allSettled(n)}};function A(r){return r&&"createElevationSampler"in r}r([h()],b.prototype,"parent",void 0),r([h()],b.prototype,"integratedMeshGround",null),r([h({json:{read:!1,write:{isRequired:!0}}})],b.prototype,"layers",null),r([h()],b.prototype,"allLayers",void 0),r([L("layers")],b.prototype,"writeLayers",null),r([h({readOnly:!0})],b.prototype,"resourceInfo",void 0),r([h({type:Number,nonNullable:!0,range:{min:0,max:1},json:{type:g,read:{reader:w,source:"transparency"},write:{writer:(r,e)=>{e.transparency=C(r)},target:"transparency"}}})],b.prototype,"opacity",void 0),r([h({type:e,json:{type:[g],write:(r,e)=>{e.surfaceColor=r.toJSON().slice(0,3)}}})],b.prototype,"surfaceColor",void 0),r([h({type:e})],b.prototype,"undergroundColor",void 0),r([h({type:v,json:{write:!0}})],b.prototype,"navigationConstraint",void 0),b=I=r([f("esri.Ground")],b);const _=b;export{_ as default};
5
+ import{__decorate as r}from"tslib";import e from"./Color.js";import o from"./core/Collection.js";import t from"./core/CollectionFlattener.js";import{referenceSetter as s}from"./core/collectionUtils.js";import{typeCast as a}from"./core/compilerUtils.js";import i from"./core/Error.js";import has from"./core/has.js";import{JSONSupportMixin as n}from"./core/JSONSupport.js";import{clone as l}from"./core/lang.js";import{Loadable as p}from"./core/Loadable.js";import{loadAll as c}from"./core/loadAll.js";import u from"./core/Logger.js";import{destroyMaybe as y}from"./core/maybe.js";import{isAbortError as d,throwIfAborted as m}from"./core/promiseUtils.js";import{property as h,subclass as f}from"./core/accessorSupport/decorators.js";import{Integer as g}from"./core/accessorSupport/ensureType.js";import{NavigationConstraint as v}from"./ground/NavigationConstraint.js";import{GroundSymbol as j}from"./support/groundInstanceUtils.js";import{transparencyToOpacity as w,opacityToTransparency as C}from"./webdoc/support/opacityUtils.js";import{writer as L}from"./core/accessorSupport/decorators/writer.js";var S,I;let b=I=class extends(n(p)){static{S=j}constructor(r){super(r),this[S]=!0,this.parent=null,this.opacity=1,this.surfaceColor=null,this.undergroundColor=has("enable-feature:oit-ground")?void 0:new e("white"),this.navigationConstraint=null,this.layers=new o;const s=r=>{const{parent:e}=r;e&&e!==this&&"remove"in e&&e.remove?.(r),r.parent=this,"elevation"!==r.type&&"base-elevation"!==r.type&&u.getLogger(this).error(`Layer '${r.title}, id:${r.id}' of type '${r.type}' is not supported as a ground layer and will therefore be ignored. Only layers of type 'elevation' are supported.`)},a=r=>{r.parent=null};this.addHandles([this.layers.on("after-add",r=>s(r.item)),this.layers.on("after-remove",r=>a(r.item))]),this.allLayers=new t({getCollections:()=>[this.layers,this.parent?.basemap?.groundLayers]})}removeChildLayer(r){this.layers.remove(r)}initialize(){this.when().catch(r=>{d(r)||u.getLogger(this).error("#load()","Failed to load ground",r)}),this.resourceInfo&&this.read(this.resourceInfo.data,this.resourceInfo.context)}get integratedMeshGround(){const r=this.parent?.basemap?.groundLayers.at(0);return r?.replacesTerrain?r:null}destroy(){const r=this.layers.removeAll();for(const e of r)y(e);this.layers.destroy()}normalizeCtorArgs(r){return r&&"resourceInfo"in r&&(this._set("resourceInfo",r.resourceInfo),delete(r={...r}).resourceInfo),r}get loaded(){return super.loaded}get layers(){return this._get("layers")}set layers(r){this._set("layers",s(r,this._get("layers")))}writeLayers(r,e,o,t){const s=[];r?(t={...t,layerContainerType:"ground"},r.forEach(r=>{if("write"in r){const e={};a(r)().write(e,t)&&s.push(e)}else t?.messages&&t.messages.push(new i("layer:unsupported",`Layers (${r.title}, ${r.id}) of type '${r.declaredClass}' cannot be persisted in the ground`,{layer:r}))}),e.layers=s):e.layers=s}load(r){return this.addResolvingPromise(this._loadFromSource(r)),Promise.resolve(this)}loadAll(){return c(this,r=>r(this.layers))}async queryElevation(r,e){await this.load({signal:e?.signal});const{queryAll:o}=await import("./layers/support/ElevationQuery.js");m(e);return o(this.layers.filter(A).toArray(),r,e)}async createElevationSampler(r,e){await this.load({signal:e?.signal});const{createSampler:o}=await import("./layers/support/ElevationQuery.js");m(e);return o(this.layers.filter(A).toArray(),r,e)}clone(){const r={opacity:this.opacity,surfaceColor:l(this.surfaceColor),undergroundColor:l(this.undergroundColor),navigationConstraint:l(this.navigationConstraint),layers:this.layers.slice()};return this.loaded&&(r.loadStatus="loaded"),new I({resourceInfo:this.resourceInfo}).set(r)}read(r,e){this.resourceInfo||this._set("resourceInfo",{data:r,context:e}),super.read(r,e)}_loadFromSource(r){const e=this.resourceInfo;return e?this._loadLayersFromJSON(e.data,e.context,r):Promise.resolve()}async _loadLayersFromJSON(r,e,o){const t=e?.origin||"web-scene",s=e?.portal||null,a=e?.url||null,{populateOperationalLayers:i}=await import("./layers/support/layersCreator.js");m(o);const n=[];if(r.layers&&Array.isArray(r.layers)){const e={context:{origin:t,url:a,portal:s,layerContainerType:"ground"},defaultLayerType:"ArcGISTiledElevationServiceLayer"};n.push(i(this.layers,r.layers,e))}await Promise.allSettled(n)}};function A(r){return r&&"createElevationSampler"in r}r([h()],b.prototype,"parent",void 0),r([h()],b.prototype,"integratedMeshGround",null),r([h({json:{read:!1,write:{isRequired:!0}}})],b.prototype,"layers",null),r([h()],b.prototype,"allLayers",void 0),r([L("layers")],b.prototype,"writeLayers",null),r([h({readOnly:!0})],b.prototype,"resourceInfo",void 0),r([h({type:Number,nonNullable:!0,range:{min:0,max:1},json:{type:g,read:{reader:w,source:"transparency"},write:{writer:(r,e)=>{e.transparency=C(r)},target:"transparency"}}})],b.prototype,"opacity",void 0),r([h({type:e,json:{type:[g],write:(r,e)=>{e.surfaceColor=r.toJSON().slice(0,3)}}})],b.prototype,"surfaceColor",void 0),r([h({type:e})],b.prototype,"undergroundColor",void 0),r([h({type:v,json:{write:!0}})],b.prototype,"navigationConstraint",void 0),b=I=r([f("esri.Ground")],b);const _=b;export{_ as default};
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Utilities for creating a SelectionOperation class instance.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
2
7
 
3
8
  /** @internal */
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Utilites for creating a SketchTooltipControls class instance.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /** @internal */
3
8
  export interface VisibleElements {
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Action utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Graphic from "../../Graphic.js";
2
7
  import type MapView from "../../views/MapView.js";
3
8
  import type SceneView from "../../views/SceneView.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Analysis utility functions for Web Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type MapView from "../../views/MapView.js";
2
7
  import type SceneView from "../../views/SceneView.js";
3
8
  import type ElevationProfileAnalysisView2D from "../../views/2d/analysis/ElevationProfileAnalysisView2D.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Arcade editor utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type ImageryLayer from "../../layers/ImageryLayer.js";
2
7
  import type ImageryTileLayer from "../../layers/ImageryTileLayer.js";
3
8
  import type VoxelLayer from "../../layers/VoxelLayer.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Arcade feature utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Graphic from "../../Graphic.js";
2
7
  import type ExpressionInfo from "../../popup/ExpressionInfo.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Basemap utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Basemap from "../../Basemap.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Draw utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Extent from "../../geometry/Extent.js";
2
7
  import type Multipoint from "../../geometry/Multipoint.js";
3
8
  import type Point from "../../geometry/Point.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Feature utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type WebScene from "../../WebScene.js";
2
7
  import type MapClass from "../../Map.js";
3
8
  import type FeatureLayer from "../../layers/FeatureLayer.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Font utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Font from "../../symbols/Font.js";
2
7
  import type { FontProperties } from "../../symbols/Font.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * format utils for Components. Used by the Coordinate Conversion component
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Format from "../../widgets/CoordinateConversion/support/Format.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Extract default units from map of view.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Background theme utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Color from "../../Color.js";
2
7
 
3
8
  /** @internal */
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Imagery utility functions for Web Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Extent from "../../geometry/Extent.js";
2
7
  import type Multipoint from "../../geometry/Multipoint.js";
3
8
  import type Point from "../../geometry/Point.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Layer origin utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Layer from "../../layers/Layer.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Layers Effects json utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /**
3
8
  * Converts the effect property to its JSON value.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Background theme utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { Symbol2DUnion } from "../../symbols/support/typeUtils.js";
2
7
 
3
8
  /**
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Utilities related to reactivity that we're not quite ready to expose in the public API but which are useful for
3
+ * internal component development.
4
+ *
5
+ * @internal
6
+ */
1
7
 
2
8
  /**
3
9
  * @deprecated
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Sanitiziing utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /**
3
8
  * The rendering sanitizer for use in Components.
@@ -1,4 +1,8 @@
1
- import type { ReplaceCallback } from "../../core/string.js";
1
+ /**
2
+ * String utils for Components.
3
+ *
4
+ * @internal
5
+ */
2
6
 
3
7
  /**
4
8
  * Escapes special characters in a string used in a regular expression.
@@ -20,7 +24,7 @@ export function escapeRegExpString(regExpString: string, except?: string): strin
20
24
  * @returns A string with the keys replaced.
21
25
  * @internal
22
26
  */
23
- export function replace(template: string, map: object | ReplaceCallback | null | undefined): string;
27
+ export function replace(template: string, map: object | ((substring: string) => string) | null | undefined): string;
24
28
 
25
29
  /**
26
30
  * Remove all HTML tags from a string, leaving plain text content.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Style utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /**
3
8
  * Return the symbol URL for a given style item in the preferred format.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * SVG utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /**
3
8
  * Calculates and returns the bounding box for a given shape.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * View utils for components
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * View utils for components
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { MapViewOrSceneView } from "../../views/MapViewOrSceneView.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Web Style Symbol utils for Components.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { AbortOptions } from "../../core/promiseUtils.js";
2
7
  import type { Symbol2D3DUnion } from "../../symbols/support/typeUtils.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * VideoView utilities for the Excalibur application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type VideoLayer from "../../layers/VideoLayer.js";
2
7
  import type VideoView from "../../views/VideoView.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Sketch utilities for the experience builder application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Sketch from "../../widgets/Sketch.js";
2
7
  import type { CustomActionProps, CustomToolOptions } from "../../widgets/Sketch/types.js";
3
8
 
@@ -1,3 +1,13 @@
1
+ /**
2
+ * Utils for knowledge studio supporting access to utilities shared between Studio and the SDK
3
+ *
4
+ * NOTE TO DEVS
5
+ * MINIMIZE USE OF INTERNAL SDK ACCESS!
6
+ * To the maximum extent possible, ArcGIS Knowledge Studio should use the same public interface as
7
+ * PS/3rd party developers.
8
+ *
9
+ * @internal
10
+ */
1
11
  import type Graphic from "../../Graphic.js";
2
12
  import type FeatureLayer from "../../layers/FeatureLayer.js";
3
13
  import type KnowledgeGraphLayer from "../../layers/KnowledgeGraphLayer.js";
@@ -1,3 +1,13 @@
1
+ /**
2
+ * Utils for knowledge studio supporting access to utilities shared between Studio and the SDK
3
+ *
4
+ * NOTE TO DEVS
5
+ * MINIMIZE USE OF INTERNAL SDK ACCESS!
6
+ * To the maximum extent possible, ArcGIS Knowledge Studio should use the same public interface as
7
+ * PS/3rd part developers.
8
+ *
9
+ * @internal
10
+ */
1
11
  import type WebLinkChart from "../../WebLinkChart.js";
2
12
  import type Extent from "../../geometry/Extent.js";
3
13
  import type Point from "../../geometry/Point.js";
@@ -1,8 +1,18 @@
1
+ /**
2
+ * Utils for knowledge studio supporting access to internal layer properties needed for in-memory state serialization
3
+ *
4
+ * NOTE TO DEVS
5
+ * MINIMIZE USE OF INTERNAL SDK ACCESS!
6
+ * To the maximum extent possible, ArcGIS Knowledge Studio should use the same public interface as
7
+ * PS/3rd part developers.
8
+ *
9
+ * @internal
10
+ */
1
11
  import type KnowledgeGraphLayer from "../../layers/KnowledgeGraphLayer.js";
2
12
  import type LinkChartLayer from "../../layers/LinkChartLayer.js";
3
13
  import type KnowledgeGraphSublayer from "../../layers/knowledgeGraph/KnowledgeGraphSublayer.js";
4
14
  import type { InclusionListDefinition } from "./generalSharedKgUtils.js";
5
- import type { OriginName } from "../../core/accessorSupport/PropertyOrigin.js";
15
+ import type { OriginName } from "../../core/accessorSupport/types.js";
6
16
 
7
17
  /**
8
18
  * @param layer - The layer to get the inclusion definition from.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * A utility method for getting a Reshape instance with support for connected reshaping.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Graphic from "../../Graphic.js";
2
7
  import type Point from "../../geometry/Point.js";
3
8
  import type FeatureLayer from "../../layers/FeatureLayer.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @beta
3
+ * @since 4.32
4
+ * @internal
5
+ */
1
6
  import type KnowledgeGraph from "../../rest/knowledgeGraph/KnowledgeGraph.js";
2
7
  import type { AbortOptions } from "../../core/promiseUtils.js";
3
8
  import type { InclusionListDefinition } from "../../layers/knowledgeGraph/KnowledgeGraphLayerDataManager.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * General layer utilities for the map viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Layer from "../../layers/Layer.js";
2
7
  import type { FeatureLayerBase } from "../../layers/mixins/FeatureLayerBase.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Media layer utilities for the map viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Extent from "../../geometry/Extent.js";
2
7
  import type ControlPointsGeoreference from "../../layers/support/ControlPointsGeoreference.js";
3
8
  import type MapView from "../../views/MapView.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Table template utilities for the map viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type CSVLayer from "../../layers/CSVLayer.js";
2
7
  import type FeatureLayer from "../../layers/FeatureLayer.js";
3
8
  import type GeoJSONLayer from "../../layers/GeoJSONLayer.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * General layer utilities for the portal application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type FeatureLayer from "../../layers/FeatureLayer.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Color utilities for the Scene Viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Color from "../../Color.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Development environment utilities used in the SceneViewer.
3
+ *
4
+ * @internal
5
+ */
1
6
 
2
7
  /**
3
8
  * Check if we are running in a dev environment.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Various layer utilities for the Scene Viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type { MultiOriginJSONSupport } from "../../core/MultiOriginJSONSupport.js";
2
7
  import type { OperationalLayer } from "../../layers/mixins/OperationalLayer.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Various utilities for the Scene Viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Graphic from "../../Graphic.js";
2
7
  import type WebScene from "../../WebScene.js";
3
8
  import type EsriError from "../../core/Error.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Symbol utilities for the Scene Viewer application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type ObjectSymbol3DLayer from "../../symbols/ObjectSymbol3DLayer.js";
2
7
 
3
8
  /**
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Mesh utilities for the Urban application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type Mesh from "../../geometry/Mesh.js";
2
7
  import type { AbortOptions } from "../../core/promiseUtils.js";
3
8
  import type { MeshVertexSpace } from "../../geometry/support/MeshVertexSpace.js";
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Sketch utilities for the WebEditor application.
3
+ *
4
+ * @internal
5
+ */
1
6
  import type SketchViewModel from "../../widgets/Sketch/SketchViewModel.js";
2
7
  import type { AbortOptions } from "../../core/promiseUtils.js";
3
8
 
package/arcade.d.ts CHANGED
@@ -1,3 +1,25 @@
1
+ /**
2
+ * This module allows you to evaluate [Arcade expressions](https://developers.arcgis.com/javascript/latest/arcade/) outside
3
+ * traditional ArcGIS Arcade [profiles](https://developers.arcgis.com/javascript/latest/arcade/#where-can-i-use-arcade). Profiles define the valid input variables
4
+ * (i.e. profile variables) for expressions, supported functions, and valid return types of expressions.
5
+ * All Arcade expressions executed in the ArcGIS Maps SDK for JavaScript must conform to the rules of the profile where
6
+ * they are written. The [createArcadeExecutor()](https://developers.arcgis.com/javascript/latest/api-reference/esri-arcade.html#createArcadeExecutor) method provides an API for executing
7
+ * Arcade expressions outside the context of predefined ArcGIS Arcade profiles.
8
+ *
9
+ * This module allows you to do the following:
10
+ *
11
+ * - Execute expressions already written for existing ArcGIS profiles in another context. For example, an end user may
12
+ * have written an expression for a renderer, popup, or label in a WebMap and the data produced by the expression
13
+ * should be displayed outside the WebMap in a custom component, table, or summarized in a chart.
14
+ * - Define custom Arcade profiles and provide a configurable experience within an app for users to write their own expressions.
15
+ * - Developers may want to take advantage of the simplified experience of filtering and querying data
16
+ * using the chainable FeatureSet functions Arcade provides.
17
+ *
18
+ * @since 4.24
19
+ * @see [Sample - Execute Arcade for a custom chart](https://developers.arcgis.com/javascript/latest/sample-code/arcade-execute-chart/)
20
+ * @see [What is Arcade?](https://developers.arcgis.com/javascript/latest/arcade/)
21
+ * @see [ArcGIS Arcade](https://developers.arcgis.com/arcade/)
22
+ */
1
23
  import type Graphic from "./Graphic.js";
2
24
  import type EsriMap from "./Map.js";
3
25
  import type SpatialReference from "./geometry/SpatialReference.js";