@arcgis/core 5.0.0-next.73 → 5.0.0-next.74

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 (258) hide show
  1. package/WebDocument2D.d.ts +5 -30
  2. package/analysis/ElevationProfile/ElevationProfileLineQuery.d.ts +1 -1
  3. package/assets/esri/core/workers/RemoteClient.js +1 -1
  4. package/assets/esri/core/workers/chunks/0b666327e8090a6e6f6a.js +1 -0
  5. package/assets/esri/core/workers/chunks/16a7edb381621085a631.js +1 -0
  6. package/assets/esri/core/workers/chunks/{e246b256347a281c13fd.js → 22288b62da20a7a78a4f.js} +1 -1
  7. package/assets/esri/core/workers/chunks/{7e37a3005f2ad2c0a918.js → 23cf4cbc389d2b50e968.js} +1 -1
  8. package/assets/esri/core/workers/chunks/{935a6dccb88557f98189.js → 2a2f33df530b61e3a43f.js} +7 -5
  9. package/assets/esri/core/workers/chunks/4750f55a289bc0cf3d77.js +1 -0
  10. package/assets/esri/core/workers/chunks/a5181292b309b8249bd8.js +1 -0
  11. package/assets/esri/core/workers/chunks/ae733ee050f27f7d8924.js +1 -0
  12. package/assets/esri/core/workers/chunks/{64985e9b6e2edb3ceb37.js → b498db9715a722c52995.js} +45 -58
  13. package/assets/esri/core/workers/chunks/befeca51530bba5e8073.js +1 -0
  14. package/assets/esri/core/workers/chunks/cd788ed111e1e35cf9c8.js +1 -0
  15. package/assets/esri/core/workers/chunks/f35021214e534d5e0446.js +1 -0
  16. package/assets/esri/themes/base/widgets/_FeatureTable.scss +99 -22
  17. package/assets/esri/themes/dark/main.css +1 -1
  18. package/assets/esri/themes/light/main.css +1 -1
  19. package/assets/esri/themes/light/view.css +1 -1
  20. package/assets/esri/widgets/FeatureTable/t9n/FeatureTable.json +1 -1
  21. package/assets/esri/widgets/FeatureTable/t9n/FeatureTable_en.json +1 -1
  22. package/chunks/ComponentShader.glsl.js +1 -1
  23. package/chunks/GlowBlur.glsl.js +2 -3
  24. package/chunks/HUDMaterial.glsl.js +43 -56
  25. package/config.d.ts +6 -8
  26. package/config.js +1 -1
  27. package/core/Collection.d.ts +27 -1
  28. package/core/types.d.ts +0 -23
  29. package/geometry/support/MeshTexture.d.ts +0 -2
  30. package/geometry/support/MeshVertexAttributes.d.ts +0 -2
  31. package/identity/IdentityManagerBase.d.ts +3 -6
  32. package/interfaces.d.ts +3 -3
  33. package/kernel.js +1 -1
  34. package/layers/BaseDynamicLayer.d.ts +1 -4
  35. package/layers/BaseElevationLayer.d.ts +3 -6
  36. package/layers/BuildingSceneLayer.d.ts +1 -4
  37. package/layers/CSVLayer.d.ts +1 -4
  38. package/layers/CatalogLayer.d.ts +1 -4
  39. package/layers/DimensionLayer.d.ts +1 -4
  40. package/layers/ElevationLayer.d.ts +3 -6
  41. package/layers/FeatureLayer.d.ts +1 -4
  42. package/layers/GaussianSplatLayer.d.ts +0 -1
  43. package/layers/GeoJSONLayer.d.ts +1 -4
  44. package/layers/GeoRSSLayer.d.ts +1 -4
  45. package/layers/GraphicsLayer.d.ts +1 -4
  46. package/layers/GroupLayer.d.ts +1 -4
  47. package/layers/ImageryLayer.d.ts +1 -4
  48. package/layers/ImageryTileLayer.d.ts +1 -4
  49. package/layers/IntegratedMesh3DTilesLayer.d.ts +1 -4
  50. package/layers/IntegratedMeshLayer.d.ts +1 -4
  51. package/layers/KMLLayer.d.ts +1 -4
  52. package/layers/Layer.d.ts +2 -6
  53. package/layers/LineOfSightLayer.d.ts +1 -4
  54. package/layers/MapImageLayer.d.ts +1 -4
  55. package/layers/MapNotesLayer.d.ts +1 -4
  56. package/layers/MediaLayer.d.ts +1 -4
  57. package/layers/OGCFeatureLayer.d.ts +1 -4
  58. package/layers/OrientedImageryLayer.d.ts +1 -4
  59. package/layers/ParquetLayer.d.ts +1 -4
  60. package/layers/PointCloudLayer.d.ts +1 -4
  61. package/layers/RouteLayer.d.ts +2 -5
  62. package/layers/SceneLayer.d.ts +1 -4
  63. package/layers/SubtypeGroupLayer.d.ts +1 -12
  64. package/layers/TileLayer.d.ts +1 -4
  65. package/layers/UnknownLayer.d.ts +1 -4
  66. package/layers/UnsupportedLayer.d.ts +1 -4
  67. package/layers/VectorTileLayer.d.ts +1 -4
  68. package/layers/VideoLayer.d.ts +1 -4
  69. package/layers/ViewshedLayer.d.ts +1 -4
  70. package/layers/VoxelLayer.d.ts +1 -4
  71. package/layers/WCSLayer.d.ts +1 -4
  72. package/layers/WFSLayer.d.ts +1 -4
  73. package/layers/WMSLayer.d.ts +1 -4
  74. package/layers/WMTSLayer.d.ts +1 -4
  75. package/layers/catalog/CatalogDynamicGroupLayer.d.ts +1 -4
  76. package/layers/catalog/CatalogFootprintLayer.d.ts +1 -4
  77. package/layers/knowledgeGraph/KnowledgeGraphSublayer.d.ts +1 -6
  78. package/layers/mixins/EditBusLayer.d.ts +0 -1
  79. package/layers/support/FeatureFilter.d.ts +0 -1
  80. package/layers/support/MosaicRule.d.ts +0 -4
  81. package/layers/support/types.d.ts +2 -2
  82. package/layers/types.d.ts +19 -6
  83. package/package.json +1 -1
  84. package/portal/PortalUser.d.ts +1 -1
  85. package/renderers/support/RendererLegendOptions.d.ts +0 -1
  86. package/request/types.d.ts +0 -1
  87. package/rest/support/NormalizationBinParametersMixin.d.ts +18 -20
  88. package/rest/support/PrintTemplate.d.ts +0 -1
  89. package/rest/support/RelationshipQuery.d.ts +1 -10
  90. package/rest/support/types.d.ts +29 -3
  91. package/smartMapping/heuristics/binLevel.d.ts +1 -1
  92. package/smartMapping/heuristics/scaleRange.d.ts +1 -1
  93. package/smartMapping/heuristics/sizeRange.d.ts +1 -1
  94. package/smartMapping/heuristics/types.d.ts +0 -2
  95. package/smartMapping/labels/bins.d.ts +1 -1
  96. package/smartMapping/labels/clusters.d.ts +1 -1
  97. package/smartMapping/popup/clusters.d.ts +1 -1
  98. package/smartMapping/popup/templates.d.ts +1 -1
  99. package/smartMapping/raster/renderers/classBreaks.d.ts +1 -1
  100. package/smartMapping/raster/renderers/colormap.d.ts +1 -1
  101. package/smartMapping/raster/renderers/flow.d.ts +0 -1
  102. package/smartMapping/raster/renderers/rgb.d.ts +1 -1
  103. package/smartMapping/raster/renderers/shadedRelief.d.ts +0 -1
  104. package/smartMapping/raster/renderers/stretch.d.ts +1 -1
  105. package/smartMapping/raster/renderers/uniqueValue.d.ts +0 -1
  106. package/smartMapping/raster/renderers/vectorField.d.ts +0 -1
  107. package/smartMapping/raster/support/utils.d.ts +0 -2
  108. package/smartMapping/renderers/color.d.ts +6 -6
  109. package/smartMapping/renderers/dotDensity.d.ts +0 -1
  110. package/smartMapping/renderers/heatmap.d.ts +1 -1
  111. package/smartMapping/renderers/location.d.ts +0 -1
  112. package/smartMapping/renderers/opacity.d.ts +1 -1
  113. package/smartMapping/renderers/pieChart.d.ts +0 -2
  114. package/smartMapping/renderers/predominance.d.ts +0 -1
  115. package/smartMapping/renderers/relationship.d.ts +0 -1
  116. package/smartMapping/renderers/size.d.ts +4 -6
  117. package/smartMapping/renderers/type.d.ts +9 -5
  118. package/smartMapping/renderers/univariateColorSize.d.ts +2 -2
  119. package/smartMapping/statistics/classBreaks.d.ts +1 -1
  120. package/smartMapping/statistics/heatmapStatistics.d.ts +1 -1
  121. package/smartMapping/statistics/histogram.d.ts +1 -1
  122. package/smartMapping/statistics/predominantCategories.d.ts +1 -1
  123. package/smartMapping/statistics/summaryStatistics.d.ts +1 -1
  124. package/smartMapping/statistics/summaryStatisticsForAge.d.ts +1 -1
  125. package/smartMapping/statistics/support/ageUtils.d.ts +1 -1
  126. package/smartMapping/statistics/types.d.ts +26 -8
  127. package/smartMapping/statistics/uniqueValues.d.ts +1 -1
  128. package/smartMapping/symbology/color.d.ts +4 -4
  129. package/smartMapping/symbology/dotDensity.d.ts +3 -3
  130. package/smartMapping/symbology/flow.d.ts +3 -3
  131. package/smartMapping/symbology/heatmap.d.ts +3 -3
  132. package/smartMapping/symbology/location.d.ts +1 -1
  133. package/smartMapping/symbology/pieChart.d.ts +3 -3
  134. package/smartMapping/symbology/predominance.d.ts +3 -3
  135. package/smartMapping/symbology/relationship.d.ts +3 -3
  136. package/smartMapping/symbology/size.d.ts +1 -1
  137. package/smartMapping/symbology/support/colorRamps.d.ts +1 -1
  138. package/smartMapping/symbology/type.d.ts +3 -3
  139. package/support/revision.js +1 -1
  140. package/symbols/cim/types.d.ts +0 -12
  141. package/symbols/support/symbolUtils.d.ts +1 -1
  142. package/views/2d/MapViewConstraints.d.ts +2 -10
  143. package/views/2d/engine/brushes.js +1 -1
  144. package/views/2d/engine/vectorTiles/GlyphMosaic.js +1 -1
  145. package/views/2d/engine/vectorTiles/MemoryBuffer.js +1 -1
  146. package/views/2d/engine/vectorTiles/RenderBucket.js +1 -1
  147. package/views/2d/engine/vectorTiles/SpriteMosaic.js +1 -1
  148. package/views/2d/engine/vectorTiles/VTLPainter3D.js +1 -1
  149. package/views/2d/engine/vectorTiles/VectorTileContainer.js +1 -1
  150. package/views/2d/engine/vectorTiles/VertexMemoryBuffer.js +1 -1
  151. package/views/2d/engine/vectorTiles/shaders/VTLBackgroundMaterial.js +1 -1
  152. package/views/2d/engine/vectorTiles/shaders/VTLCircleMaterial.js +1 -1
  153. package/views/2d/engine/vectorTiles/shaders/VTLFillMaterial.js +1 -1
  154. package/views/2d/engine/vectorTiles/shaders/VTLLineMaterial.js +1 -1
  155. package/views/2d/engine/vectorTiles/shaders/VTLMaterial.js +1 -1
  156. package/views/2d/engine/vectorTiles/shaders/VTLSymbolMaterial.js +1 -1
  157. package/views/2d/engine/vectorTiles/style/StyleLayer.js +1 -1
  158. package/views/2d/engine/webgl/Painter.js +1 -1
  159. package/views/2d/engine/webgl/RenderingDevice.js +5 -0
  160. package/views/2d/engine/webgl/WGLContainer.js +1 -1
  161. package/views/2d/engine/webgl/meshing/Mesh.js +1 -1
  162. package/views/2d/engine/webgl/number.js +1 -1
  163. package/views/2d/engine/webgl/shaderGraph/graph/glsl.js +1 -1
  164. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderBackground.js +5 -0
  165. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderCircle.js +5 -0
  166. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderFill.js +5 -0
  167. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderIcon.js +5 -0
  168. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderLine.js +5 -0
  169. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderOutline.js +5 -0
  170. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/vector-tiles/VTLShaderText.js +5 -0
  171. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueBackground.js +5 -0
  172. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueCircle.js +5 -0
  173. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueFill.js +5 -0
  174. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueLine.js +5 -0
  175. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniqueSymbol.js +5 -0
  176. package/views/2d/engine/webgl/shaderGraph/techniques/vectorTiles/VTLTechniques.js +5 -0
  177. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  178. package/views/3d/layers/IntegratedMesh3DTilesLayerView3D.js +1 -1
  179. package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
  180. package/views/3d/layers/graphics/Graphics3DTextSymbolLayer.js +1 -1
  181. package/views/3d/layers/i3s/meshUtils.js +1 -1
  182. package/views/3d/state/NearFarHeuristic.js +1 -1
  183. package/views/3d/webgl-engine/collections/Component/ComponentObjectCollection.js +1 -1
  184. package/views/3d/webgl-engine/collections/Component/Material/ComponentData.glsl.js +1 -1
  185. package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
  186. package/views/3d/webgl-engine/collections/Component/Material/ComponentTechniqueConfiguration.js +1 -1
  187. package/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexNormal.glsl.js +6 -4
  188. package/views/3d/webgl-engine/core/shaderLibrary/attributes/VertexPosition.glsl.js +18 -14
  189. package/views/3d/webgl-engine/effects/glow/GlowBlur.glsl.js +1 -1
  190. package/views/3d/webgl-engine/effects/glow/GlowRenderNode.js +1 -1
  191. package/views/3d/webgl-engine/lib/edgeRendering/EdgeShaderTechniqueConfiguration.js +1 -1
  192. package/views/3d/webgl-engine/materials/HUDMaterial.js +1 -1
  193. package/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +1 -1
  194. package/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +1 -1
  195. package/views/3d/webgl-engine/shaders/sources/edgeRenderer/EdgeUtil.glsl.js +23 -20
  196. package/views/BreakpointsOwner.d.ts +2 -2
  197. package/views/LinkChartView.d.ts +0 -2
  198. package/views/View2D.d.ts +3 -15
  199. package/views/input/types.d.ts +2 -13
  200. package/views/layers/BuildingComponentSublayerView.d.ts +0 -1
  201. package/views/types.d.ts +2 -9
  202. package/views/webgl/VertexArrayObject.js +1 -1
  203. package/webdoc/ips/SmoothingProperties.d.ts +1 -1
  204. package/webdoc/ips/SmoothingProperties.js +1 -1
  205. package/widgets/BasemapLayerList/BasemapLayerListVisibleElements.d.ts +10 -10
  206. package/widgets/BasemapLayerList/types.d.ts +6 -1
  207. package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +0 -9
  208. package/widgets/Bookmarks/types.d.ts +0 -4
  209. package/widgets/CatalogLayerList/CatalogLayerListVisibleElements.d.ts +2 -2
  210. package/widgets/CatalogLayerList/types.d.ts +5 -1
  211. package/widgets/Editor/VisibleElements.d.ts +0 -11
  212. package/widgets/ElevationProfile/types.d.ts +1 -1
  213. package/widgets/FeatureTable/FeatureTableViewModel.js +1 -1
  214. package/widgets/FeatureTable/FieldColumn.d.ts +0 -1
  215. package/widgets/FeatureTable/VisibleElements.d.ts +2 -16
  216. package/widgets/FeatureTable/support/AttachmentsViewOptions.d.ts +5 -3
  217. package/widgets/FeatureTable/support/AttachmentsViewOptions.js +1 -1
  218. package/widgets/FeatureTable/support/FeatureStore.js +1 -1
  219. package/widgets/FeatureTable.js +1 -1
  220. package/widgets/Features/FeaturesViewModel.d.ts +3 -27
  221. package/widgets/Features/FeaturesVisibleElements.d.ts +4 -4
  222. package/widgets/LayerList/LayerListViewModel.d.ts +20 -5
  223. package/widgets/LayerList/LayerListVisibleElements.d.ts +10 -12
  224. package/widgets/LayerList/ListItem.d.ts +33 -0
  225. package/widgets/LayerList/ListItemPanel.d.ts +8 -2
  226. package/widgets/LayerList/types.d.ts +58 -15
  227. package/widgets/Popup/PopupVisibleElements.d.ts +6 -6
  228. package/widgets/Popup/types.d.ts +1 -1
  229. package/widgets/ScaleRangeSlider/ScaleRanges.d.ts +1 -1
  230. package/widgets/Sketch/CreateToolVisibilityMap.d.ts +0 -4
  231. package/widgets/Sketch/VisibleElements.d.ts +0 -2
  232. package/widgets/Sketch/types.d.ts +1 -1
  233. package/widgets/TableList/ListItemPanel.d.ts +8 -0
  234. package/widgets/TableList/TableListViewModel.d.ts +9 -14
  235. package/widgets/TableList/TableListVisibleElements.d.ts +9 -11
  236. package/widgets/TableList/types.d.ts +13 -7
  237. package/widgets/support/SnappingControls/VisibleElements.d.ts +0 -4
  238. package/widgets/types.d.ts +1 -9
  239. package/assets/esri/core/workers/chunks/1d8fc0239c907ff5d1e8.js +0 -1
  240. package/assets/esri/core/workers/chunks/562cddaf63985e53ee6e.js +0 -1
  241. package/assets/esri/core/workers/chunks/b899b4e7979c13b99526.js +0 -1
  242. package/assets/esri/core/workers/chunks/d0ae8752419d5b761190.js +0 -1
  243. package/assets/esri/core/workers/chunks/df2ba5f9d57080fca183.js +0 -1
  244. package/assets/esri/core/workers/chunks/ee175fd4ec706f7878c0.js +0 -1
  245. package/assets/esri/core/workers/chunks/fc00d7278b43df813c54.js +0 -1
  246. package/layers/mixins/ScaleRange.d.ts +0 -16
  247. package/views/2d/engine/vectorTiles/shaders/Programs.js +0 -5
  248. package/views/2d/engine/vectorTiles/shaders/VTLMaterialManager.js +0 -5
  249. package/views/2d/engine/vectorTiles/shaders/sources/resolver.js +0 -5
  250. package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +0 -5
  251. package/views/2d/engine/vtlBrushes.js +0 -5
  252. package/views/2d/engine/webgl/brushes/WGLBrushVTLBackground.js +0 -5
  253. package/views/2d/engine/webgl/brushes/WGLBrushVTLCircle.js +0 -5
  254. package/views/2d/engine/webgl/brushes/WGLBrushVTLFill.js +0 -5
  255. package/views/2d/engine/webgl/brushes/WGLBrushVTLLine.js +0 -5
  256. package/views/2d/engine/webgl/brushes/WGLBrushVTLSymbol.js +0 -5
  257. package/views/3d/webgl-engine/effects/glow/GlowPresets.glsl.js +0 -5
  258. package/widgets/FeatureTable/support/FeatureStore.d.ts +0 -1
@@ -71,10 +71,7 @@ export default class WMTSLayer extends WMTSLayerSuperclass {
71
71
  /** A collection of [WMTSSublayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-WMTSSublayer.html) objects. */
72
72
  get sublayers(): Collection<WMTSSublayer> | null | undefined;
73
73
  set sublayers(value: ReadonlyArrayOrCollection<WMTSSublayerProperties> | null | undefined);
74
- /**
75
- *
76
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
77
- */
74
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
78
75
  get type(): "wmts";
79
76
  /**
80
77
  * The URL of the WMTS service.
@@ -51,10 +51,7 @@ export default class CatalogDynamicGroupLayer extends CatalogDynamicGroupLayerSu
51
51
  * @since 4.28
52
52
  */
53
53
  get persistenceEnabled(): boolean;
54
- /**
55
- *
56
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
57
- */
54
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
58
55
  get type(): "catalog-dynamic-group";
59
56
  }
60
57
  declare const CatalogDynamicGroupLayerSuperclass: typeof Layer & typeof BlendLayer & typeof ScaleRangeLayer
@@ -433,10 +433,7 @@ export default class CatalogFootprintLayer extends CatalogFootprintLayerSupercla
433
433
  * This property is set on the CatalogLayer via the [CatalogLayer#timeOffset](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CatalogLayer.html#timeOffset) property.
434
434
  */
435
435
  get timeOffset(): TimeInterval | null | undefined;
436
- /**
437
- *
438
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
439
- */
436
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
440
437
  get type(): "catalog-footprint";
441
438
  /**
442
439
  * Determines if the layer will update its temporal data based on the view's
@@ -536,10 +536,7 @@ export default class KnowledgeGraphSublayer extends KnowledgeGraphSublayerSuperc
536
536
  */
537
537
  get templates(): FeatureTemplate[] | null | undefined;
538
538
  set templates(value: FeatureTemplateProperties[] | null | undefined);
539
- /**
540
- *
541
- * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
542
- */
539
+ /** The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules. */
543
540
  get type(): "knowledge-graph-sublayer";
544
541
  /**
545
542
  * Creates a popup template for the layer, populated with all the fields of the layer.
@@ -547,7 +544,6 @@ export default class KnowledgeGraphSublayer extends KnowledgeGraphSublayerSuperc
547
544
  * @param options - Options for creating the popup template.
548
545
  * @returns The popup template, or `null` if the layer does not
549
546
  * have any fields.
550
- * @since 4.11
551
547
  */
552
548
  createPopupTemplate(options?: CreatePopupTemplateOptions): PopupTemplate | null | undefined;
553
549
  /**
@@ -587,7 +583,6 @@ export default class KnowledgeGraphSublayer extends KnowledgeGraphSublayerSuperc
587
583
  *
588
584
  * @param fieldName - Name of the field.
589
585
  * @returns the matching field or `undefined`
590
- * @since 4.11
591
586
  */
592
587
  getField(fieldName: string): Field | null | undefined;
593
588
  /**
@@ -10,7 +10,6 @@ export interface EditBusLayerEvents extends LayerEvents {
10
10
  * The event payload includes only successful edits, not the failed edits.
11
11
  * `applyEdits()` will pass in a `sessionId` during an active edit session.
12
12
  *
13
- * @since 4.12
14
13
  * @see [FeatureLayer#applyEdits()](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits)
15
14
  * @example
16
15
  * // This function will fire each time applyEdits() is completed successfully
@@ -320,7 +320,6 @@ export default class FeatureFilter extends JSONSupport {
320
320
  *
321
321
  * @returns The query object representing the layer's filters
322
322
  * and other definitions.
323
- * @since 4.12
324
323
  * @example
325
324
  * // Get a query object from the filter's current configuration
326
325
  * const queryParams = layerView.filter.createQuery();
@@ -54,7 +54,6 @@ export interface MosaicRuleProperties extends JSONSupportMixinProperties, Partia
54
54
  }
55
55
 
56
56
  /**
57
- *
58
57
  * Defines the mosaic operation used to resolve overlapping pixels.
59
58
  *
60
59
  * **Possible Values**
@@ -74,7 +73,6 @@ export interface MosaicRuleProperties extends JSONSupportMixinProperties, Partia
74
73
  export type OperationType = "first" | "last" | "min" | "max" | "mean" | "blend" | "sum";
75
74
 
76
75
  /**
77
- *
78
76
  * The mosaic method determines how the selected rasters are ordered.
79
77
  * The mosaic method defines how the mosaicked image is created from these input rasters.
80
78
  *
@@ -141,7 +139,6 @@ export default class MosaicRule extends JSONSupport {
141
139
  */
142
140
  accessor lockRasterIds: number[] | null | undefined;
143
141
  /**
144
- *
145
142
  * The mosaic method determines how the selected rasters are ordered.
146
143
  * The mosaic method defines how the mosaicked image is created from these input rasters.
147
144
  *
@@ -195,7 +192,6 @@ export default class MosaicRule extends JSONSupport {
195
192
  /** Defines a selection using a set of ObjectIDs. This property applies to all mosaic methods. */
196
193
  accessor objectIds: number[] | null | undefined;
197
194
  /**
198
- *
199
195
  * Defines the mosaic operation used to resolve overlapping pixels.
200
196
  *
201
197
  * **Possible Values**
@@ -88,7 +88,7 @@ export type PlacementType3D = "above-center" | "above-left" | "above-right" | "c
88
88
  */
89
89
  export interface SublayerCapabilities {
90
90
  /**
91
- * **Since 4.32.** Describes attachment capabilities that can be performed on the features in the layer.
91
+ * Describes attachment capabilities that can be performed on the features in the layer.
92
92
  *
93
93
  * @since 5.0
94
94
  */
@@ -120,7 +120,7 @@ export interface SublayerCapabilities {
120
120
  */
121
121
  export interface SublayerCapabilitiesAttachment {
122
122
  /**
123
- * **Since 4.32.** Indicates if resized attachments are supported in the layer.
123
+ * Indicates if resized attachments are supported in the layer.
124
124
  * This is useful for showing thumbnails in [Popups](https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html).
125
125
  *
126
126
  * @since 5.0
package/layers/types.d.ts CHANGED
@@ -21,7 +21,6 @@ import type { AbortOptions } from "../core/promiseUtils.js";
21
21
  import type { CurveType } from "../geometry/types.js";
22
22
 
23
23
  /**
24
- *
25
24
  * The layer type provides a convenient way to check the type of the layer without the need to import specific layer modules.
26
25
  *
27
26
  * @see [Layer#type](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#type)
@@ -30,11 +29,10 @@ import type { CurveType } from "../geometry/types.js";
30
29
  export type LayerType = "base-dynamic" | "base-elevation" | "base-tile" | "bing-maps" | "building-scene" | "catalog" | "catalog-footprint" | "catalog-dynamic-group" | "csv" | "dimension" | "elevation" | "feature" | "geo-rss" | "geojson" | "parquet" | "gaussian-splat" | "graphics" | "group" | "imagery" | "imagery-tile" | "integrated-mesh" | "integrated-mesh-3dtiles" | "kml" | "knowledge-graph" | "knowledge-graph-sublayer" | "line-of-sight" | "link-chart" | "map-image" | "map-notes" | "media" | "video" | "ogc-feature" | "open-street-map" | "oriented-imagery" | "point-cloud" | "route" | "scene" | "stream" | "subtype-group" | "tile" | "unknown" | "unsupported" | "vector-tile" | "viewshed" | "voxel" | "wcs" | "web-tile" | "wfs" | "wms" | "wmts";
31
30
 
32
31
  /**
33
- *
34
32
  * Indicates how the layer should display in the [Layer List](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-layer-list/) component.
35
33
  * The possible values are listed below.
36
34
  *
37
- * alue | Description
35
+ * Value | Description
38
36
  * -----|------------
39
37
  * show | The layer is visible in the table of contents.
40
38
  * hide | The layer is hidden in the table of contents.
@@ -664,7 +662,7 @@ export interface AttachmentCapabilities {
664
662
  */
665
663
  supportsName: boolean;
666
664
  /**
667
- * **Since 4.32.** Indicates if the [queried](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html) attachments can be returned in [order](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#orderByFields) based on the specified `attachmentInfo` fields.
665
+ * Indicates if the [queried](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html) attachments can be returned in [order](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html#orderByFields) based on the specified `attachmentInfo` fields.
668
666
  *
669
667
  * @since 5.0
670
668
  */
@@ -683,7 +681,7 @@ export interface AttachmentCapabilities {
683
681
  */
684
682
  supportsSize: boolean;
685
683
  /**
686
- * **Since 4.34.** Indicates if the attachments can be [queried](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html) by using a wildcard character for attachment types.
684
+ * Indicates if the attachments can be [queried](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttachmentQuery.html) by using a wildcard character for attachment types.
687
685
  *
688
686
  * @since 5.0
689
687
  */
@@ -851,7 +849,6 @@ export interface FeatureLayerCapabilities {
851
849
  /**
852
850
  * Describes [AttributeBinsQuery](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AttributeBinsQuery.html) operations that can be performed on features in the layer.
853
851
  *
854
- * @since 4.32
855
852
  * @since 5.0
856
853
  */
857
854
  queryAttributeBins: QueryBinsCapabilities;
@@ -1166,4 +1163,20 @@ export interface LayerSaveAsOptions extends LayerSaveOptions {
1166
1163
  * @since 5.0
1167
1164
  */
1168
1165
  folder?: PortalFolder;
1166
+ }
1167
+
1168
+ /** @since 5.0 */
1169
+ export interface ScaleRange {
1170
+ /**
1171
+ * The maximum scale at a given range.
1172
+ *
1173
+ * @since 5.0
1174
+ */
1175
+ maxScale: number;
1176
+ /**
1177
+ * The minimum scale at a given range.
1178
+ *
1179
+ * @since 5.0
1180
+ */
1181
+ minScale: number;
1169
1182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/core",
3
- "version": "5.0.0-next.73",
3
+ "version": "5.0.0-next.74",
4
4
  "homepage": "https://js.arcgis.com",
5
5
  "description": "ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API",
6
6
  "keywords": [
@@ -113,7 +113,7 @@ export default class PortalUser extends JSONSupport {
113
113
  * Deletes an item from the user's portal content.
114
114
  *
115
115
  * @param item - The portal item to remove.
116
- * @param permanentDelete - = false - -**Since 4.30.** When the [recycle bin is enabled](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html#recycleBinEnabled) and the item to be deleted is an item type supported by the recycle bin, this parameter determines if the item should be permanently deleted. If `true`, the item will be permanently deleted. Otherwise, the item will be moved to the recycle bin. If the recycle bin is disabled, this parameter has no effect. If the item is not supported by the recycle bin, it will be permanently deleted regardless of the value of this parameter.
116
+ * @param permanentDelete - **Since 4.30.** When the [recycle bin is enabled](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-Portal.html#recycleBinEnabled) and the item to be deleted is an item type supported by the recycle bin, this parameter determines if the item should be permanently deleted. If `true`, the item will be permanently deleted. Otherwise, the item will be moved to the recycle bin. If the recycle bin is disabled, this parameter has no effect. If the item is not supported by the recycle bin, it will be permanently deleted regardless of the value of this parameter.
117
117
  * @returns Resolves when the item has been deleted from the user's content.
118
118
  * @example
119
119
  * // Delete an item from the user's content.
@@ -14,7 +14,6 @@ export default abstract class RendererLegendOptions extends RendererLegendOption
14
14
  /**
15
15
  * Indicates the order in which the legend values are displayed.
16
16
  *
17
- * @since 4.34
18
17
  * @since 5.0
19
18
  */
20
19
  order?: RendererLegendOptionsOrder | null;
@@ -166,7 +166,6 @@ export interface RequestResponse<T> {
166
166
  /**
167
167
  * The status code of the http response.
168
168
  *
169
- * @since 4.26
170
169
  * @since 5.0
171
170
  */
172
171
  httpStatus?: number;
@@ -2,19 +2,18 @@
2
2
  export interface NormalizationBinParametersMixinProperties extends Partial<Pick<NormalizationBinParametersMixin, "normalizationField" | "normalizationMaxValue" | "normalizationMinValue" | "normalizationTotal" | "normalizationType">> {}
3
3
 
4
4
  /**
5
- *
6
5
  * Normalization type used to normalize data during binning. Some analytical methods require that data be normally distributed.
7
- * When the data is skewed (the distribution is lopsided) you can transform the data to make it normal.
6
+ * When the data is skewed (the distribution is lopsided) you can transform the data to make it normal.
8
7
  *
9
- * The following normalization types are supported:
8
+ * The following normalization types are supported:
10
9
  *
11
- * | Value | Description |
12
- * |------------------|-----------------------------------------------------------------------------|
13
- * | natural-log | Natural logarithmic transformation can be used when the data has a positively skewed distribution and there are a few large values. If these large values are located in the dataset, the log transformation will help make the variances more constant and normalize the data. |
14
- * | log | The logarithmic transformation (base 10) is similar to the natural logarithmic transformation. It is used to reduce skewness, particularly in datasets with large values. |
15
- * | square-root | Square root transformation is similar to a logarithmic transformation in that it reduces right skewness of a dataset. Unlike logarithmic transformations, square root transformations can be applied to zero. |
16
- * | percent-of-total | Percent of total takes each data value, divides it by the [normalizationTotal](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationTotal) of all values, and then multiplies by 100 to turn it into a percentage. If you don’t provide a `normalizationTotal`, it will be calculated automatically. |
17
- * | field | Divides the data value by the value from the specified field. You must provide the [normalizationField](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationField), and values of 0 are filtered out. |
10
+ * | Value | Description |
11
+ * |------------------|-----------------------------------------------------------------------------|
12
+ * | natural-log | Natural logarithmic transformation can be used when the data has a positively skewed distribution and there are a few large values. If these large values are located in the dataset, the log transformation will help make the variances more constant and normalize the data. |
13
+ * | log | The logarithmic transformation (base 10) is similar to the natural logarithmic transformation. It is used to reduce skewness, particularly in datasets with large values. |
14
+ * | square-root | Square root transformation is similar to a logarithmic transformation in that it reduces right skewness of a dataset. Unlike logarithmic transformations, square root transformations can be applied to zero. |
15
+ * | percent-of-total | Percent of total takes each data value, divides it by the [normalizationTotal](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationTotal) of all values, and then multiplies by 100 to turn it into a percentage. If you don’t provide a `normalizationTotal`, it will be calculated automatically. |
16
+ * | field | Divides the data value by the value from the specified field. You must provide the [normalizationField](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationField), and values of 0 are filtered out. |
18
17
  *
19
18
  *
20
19
  * @see [normalizationType](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationType)
@@ -59,19 +58,18 @@ export abstract class NormalizationBinParametersMixin {
59
58
  */
60
59
  accessor normalizationTotal: number | null | undefined;
61
60
  /**
62
- *
63
61
  * Normalization type used to normalize data during binning. Some analytical methods require that data be normally distributed.
64
- * When the data is skewed (the distribution is lopsided) you can transform the data to make it normal.
62
+ * When the data is skewed (the distribution is lopsided) you can transform the data to make it normal.
65
63
  *
66
- * The following normalization types are supported:
64
+ * The following normalization types are supported:
67
65
  *
68
- * | Value | Description |
69
- * |------------------|-----------------------------------------------------------------------------|
70
- * | natural-log | Natural logarithmic transformation can be used when the data has a positively skewed distribution and there are a few large values. If these large values are located in the dataset, the log transformation will help make the variances more constant and normalize the data. |
71
- * | log | The logarithmic transformation (base 10) is similar to the natural logarithmic transformation. It is used to reduce skewness, particularly in datasets with large values. |
72
- * | square-root | Square root transformation is similar to a logarithmic transformation in that it reduces right skewness of a dataset. Unlike logarithmic transformations, square root transformations can be applied to zero. |
73
- * | percent-of-total | Percent of total takes each data value, divides it by the [normalizationTotal](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationTotal) of all values, and then multiplies by 100 to turn it into a percentage. If you don’t provide a `normalizationTotal`, it will be calculated automatically. |
74
- * | field | Divides the data value by the value from the specified field. You must provide the [normalizationField](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationField), and values of 0 are filtered out. |
66
+ * | Value | Description |
67
+ * |------------------|-----------------------------------------------------------------------------|
68
+ * | natural-log | Natural logarithmic transformation can be used when the data has a positively skewed distribution and there are a few large values. If these large values are located in the dataset, the log transformation will help make the variances more constant and normalize the data. |
69
+ * | log | The logarithmic transformation (base 10) is similar to the natural logarithmic transformation. It is used to reduce skewness, particularly in datasets with large values. |
70
+ * | square-root | Square root transformation is similar to a logarithmic transformation in that it reduces right skewness of a dataset. Unlike logarithmic transformations, square root transformations can be applied to zero. |
71
+ * | percent-of-total | Percent of total takes each data value, divides it by the [normalizationTotal](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationTotal) of all values, and then multiplies by 100 to turn it into a percentage. If you don’t provide a `normalizationTotal`, it will be calculated automatically. |
72
+ * | field | Divides the data value by the value from the specified field. You must provide the [normalizationField](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-NormalizationBinParametersMixin.html#normalizationField), and values of 0 are filtered out. |
75
73
  *
76
74
  */
77
75
  accessor normalizationType: NormalizationType | null | undefined;
@@ -151,7 +151,6 @@ export default class PrintTemplate extends Accessor {
151
151
  * which use the feature attributes, for example to display a table of features and their attributes.
152
152
  *
153
153
  * @default false
154
- * @since 4.8
155
154
  */
156
155
  accessor forceFeatureAttributes: boolean;
157
156
  /**
@@ -7,8 +7,6 @@ export interface RelationshipQueryProperties extends JSONSupportMixinProperties,
7
7
  /**
8
8
  * The historic moment to query. This parameter applies only if the `supportsHistoricMoment`
9
9
  * on [FeatureLayer#capabilities](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#capabilities) property of the layer is set to `true`.
10
- *
11
- * @since 4.7
12
10
  */
13
11
  historicMoment?: (Date | number | string) | null;
14
12
  /**
@@ -41,19 +39,13 @@ export default class RelationshipQuery extends JSONSupport {
41
39
  * @since 4.24
42
40
  */
43
41
  accessor cacheHint: boolean | null | undefined;
44
- /**
45
- * Specify the geodatabase version to query.
46
- *
47
- * @since 4.7
48
- */
42
+ /** Specify the geodatabase version to query. */
49
43
  accessor gdbVersion: string | null | undefined;
50
44
  /** Specify the number of decimal places for the geometries returned by the query operation. */
51
45
  accessor geometryPrecision: number;
52
46
  /**
53
47
  * The historic moment to query. This parameter applies only if the `supportsHistoricMoment`
54
48
  * on [FeatureLayer#capabilities](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#capabilities) property of the layer is set to `true`.
55
- *
56
- * @since 4.7
57
49
  */
58
50
  get historicMoment(): Date | null | undefined;
59
51
  set historicMoment(value: (Date | number | string) | null | undefined);
@@ -141,7 +133,6 @@ export default class RelationshipQuery extends JSONSupport {
141
133
  * Creates a deep clone of RelationshipQuery object.
142
134
  *
143
135
  * @returns A new instance of a RelationshipQuery object equal to the object used to call `.clone()`.
144
- * @since 4.7
145
136
  */
146
137
  clone(): RelationshipQuery;
147
138
  }
@@ -138,11 +138,37 @@ export type PrintLayoutTemplate = "map-only" | "a3-landscape" | "a3-portrait" |
138
138
  /** @since 5.0 */
139
139
  export type PrintFileFormat = "aix" | "eps" | "gif" | "jpg" | "pdf" | "png32" | "png8" | "svg" | "svgz" | "tiff";
140
140
 
141
- /** @since 5.0 */
141
+ /**
142
+ * The algorithm used to generate the colors between the `fromColor` and `toColor`. Each algorithm uses different methods for
143
+ * generating the intervening colors.
144
+ *
145
+ * Possible Value | Description
146
+ * ---------------|------------
147
+ * cie-lab | Blends the from and to colors without traversing the intervening hue space.
148
+ * lab-lch | The hue, saturation, value (hsv) algorithm is a linear traverse of colors between pairs: Color 1 H to Color 2 H, Color 1 S to Color 2 S, and Color 1 V to Color 2 V.
149
+ * hsv | The lab-lch algorithm is very similar to the cie-lab but does not seek the shortest path between colors.
150
+ *
151
+ * @see [AlgorithmicColorRamp#algorithm](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-AlgorithmicColorRamp.html#algorithm)
152
+ * @since 5.0
153
+ */
142
154
  export type ColorRampAlgorithmType = "cie-lab" | "lab-lch" | "hsv";
143
155
 
144
- /** @since 5.0 */
156
+ /**
157
+ * Temporal unit used to generate bins or defines and an offset. It defines a length of time such as `years` or `months`.
158
+ * The unit value is defined via [DateBinTimeInterval#value](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinTimeInterval.html#value) property.
159
+ *
160
+ * @see [DateBinTimeInterval#unit](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-DateBinTimeInterval.html#unit)
161
+ * @since 5.0
162
+ */
145
163
  export type DateBinTimeUnit = "years" | "quarters" | "months" | "weeks" | "days" | "hours" | "minutes" | "seconds";
146
164
 
147
- /** @since 5.0 */
165
+ /**
166
+ * The maximum deviation unit. If the unit is not specified, units are derived from the
167
+ * spatial reference.
168
+ * Use one of the possible values listed below or any of the
169
+ * [numeric codes for linear units](https://developers.arcgis.com/java/api-reference/reference/com/esri/arcgisruntime/geometry/LinearUnitId.html#CENTIMETERS).
170
+ *
171
+ * @see [GeneralizeParameters#deviationUnit](https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-GeneralizeParameters.html#deviationUnit)
172
+ * @since 5.0
173
+ */
148
174
  export type DeviationUnit = Exclude<LengthUnit, "us-feet"> | "decimal-degrees";
@@ -16,7 +16,7 @@ import type { BinLevelParameters } from "./types.js";
16
16
  * Generates a suggested [FeatureReductionBinning#fixedBinLevel](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionBinning.html#fixedBinLevel)
17
17
  * for a binning visualization based on the view scale at the time this method is called.
18
18
  *
19
- * @param parameters - See the table below for details about parameters that may be passed to this function.
19
+ * @param parameters - The function parameters.
20
20
  * @returns Resolves to the suggested `fixedBinLevel` to apply to the layer at the given view scale. Set this value
21
21
  * to the [FeatureReductionBinning#fixedBinLevel](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionBinning.html#fixedBinLevel)
22
22
  * property.
@@ -20,7 +20,7 @@ import type { ScaleRangeResult, ScaleRangeParameters } from "./types.js";
20
20
  * and [FeatureLayer#maxScale](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#maxScale)) to apply to the input `layer`. These
21
21
  * values suggest the best scale range for viewing the input layer.
22
22
  *
23
- * @param parameters - See the table below for details about parameters that may be passed to this function.
23
+ * @param parameters - The function parameters.
24
24
  * @returns Resolves to an object containing the suggested `min` and `max` scale for the layer.
25
25
  * @example
26
26
  * scaleRange({
@@ -23,7 +23,7 @@ import type { SizeRangeResult, SizeRangeParameters } from "./types.js";
23
23
  * >
24
24
  * > This function is not intended for use in 3D [SceneViews](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html).
25
25
  *
26
- * @param parameters - See the table below for details about parameters that may be passed to this function.
26
+ * @param parameters - The function parameters.
27
27
  * @returns Resolves to an object containing the suggested `minSize` and `maxSize` by scale for the layer's renderer.
28
28
  * @example
29
29
  * sizeRange({
@@ -64,7 +64,6 @@ export interface ScaleRangeParameters extends AbortOptions {
64
64
  * includes features in the current extent of the view where the data is most likely to be viewed. Currently, only
65
65
  * geometry filters with an `intersects` spatial relationship are supported. All other filter types (including `where`) are ignored.
66
66
  *
67
- * @since 4.31
68
67
  * @since 5.0
69
68
  */
70
69
  filter?: FeatureFilter | null;
@@ -108,7 +107,6 @@ export interface SizeRangeParameters extends AbortOptions {
108
107
  * includes features in the current extent of the view where the data is most likely to be viewed. Currently, only
109
108
  * geometry filters with an `intersects` spatial relationship are supported. All other filter types (including `where`) are ignored.
110
109
  *
111
- * @since 4.31
112
110
  * @since 5.0
113
111
  */
114
112
  filter?: FeatureFilter | null;
@@ -21,7 +21,7 @@ import type { BinningSupportedLayer } from "../types.js";
21
21
  * Returns one or more suggested LabelClasses
22
22
  * for [FeatureReductionBinning](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureReductionBinning.html) based on its renderer.
23
23
  *
24
- * @param parameters - See the table below for details of each parameter that may be passed to this function.
24
+ * @param parameters - The function parameters.
25
25
  * @returns Returns an object containing suggested primary
26
26
  * and secondary labeling schemes to be set on the layer's `featureReduction` property.
27
27
  * @example
@@ -31,7 +31,7 @@ import type { ClusterableRenderer } from "../../views/2d/layers/types.js";
31
31
  * used to determine the cluster size will be suggested as the default label value. In all other scenarios,
32
32
  * the suggested label will display the cluster count in the center of the label.
33
33
  *
34
- * @param parameters - See the table below for details of each parameter that may be passed to this function.
34
+ * @param parameters - The function parameters.
35
35
  * @returns Returns an object containing suggested primary
36
36
  * and secondary labeling schemes to be set on the layer's `featureReduction` property.
37
37
  * @example
@@ -32,7 +32,7 @@ import type { Templates } from "./types.js";
32
32
  * the number of features in the cluster and summary statistics based on fields and expressions used in
33
33
  * the layer's renderer.
34
34
  *
35
- * @param parameters - See the table below for details of each parameter that may be passed to this function.
35
+ * @param parameters - The function parameters.
36
36
  * @returns Returns an object containing suggested primary
37
37
  * and secondary PopupTemplates for the input layer's `featureReduction` property.
38
38
  * @example
@@ -26,7 +26,7 @@ import type { Templates } from "./types.js";
26
26
  * and the popup template is expected to display values related to the renderer. Popup templates will not
27
27
  * be generated for layers with renderers that don't refer to a data value (i.e. SimpleRenderer with no visual variables).
28
28
  *
29
- * @param params - See the table below for details of each parameter that may be passed to this function.
29
+ * @param params - The function parameters.
30
30
  * @returns Returns an object containing suggested primary
31
31
  * and secondary PopupTemplates for the input layer.
32
32
  * @example
@@ -36,7 +36,7 @@ export interface RasterClassBreaksResult {
36
36
  * Each cell is assigned a color based on the class break in which the value of the cell or `field` falls.
37
37
  *
38
38
  * @param parameters - Input parameters for generating a classed color visualization for raster data
39
- * returned from the cell value or a given field. See the table below for details of each parameter.
39
+ * returned from the cell value or a given field.
40
40
  * @returns Resolves with
41
41
  * an object containing a ClassBreaksRenderer that can be set on the input layer.
42
42
  */
@@ -23,7 +23,7 @@ export interface RasterColormapResult {
23
23
  /**
24
24
  * Generates a [RasterColormapRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterColormapRenderer.html) used to render imagery data.
25
25
  *
26
- * @param parameters - Input parameters for generating a colormap visualization. See the table below for details of each parameter.
26
+ * @param parameters - Input parameters for generating a colormap visualization.
27
27
  * @returns Resolves to
28
28
  * an object containing a RasterColormapRenderer that can be set on the input layer.
29
29
  */
@@ -31,7 +31,6 @@ import type { MapViewOrSceneView } from "../../../views/MapViewOrSceneView.js";
31
31
  * and oceanography raster data.
32
32
  *
33
33
  * @param parameters - Input parameters for generating a flow visualization.
34
- * See the table below for details of each parameter.
35
34
  * @returns Resolves
36
35
  * to an object containing a FlowRenderer that can be set on the input layer.
37
36
  * @example
@@ -66,7 +66,7 @@ export interface RasterRGBResult {
66
66
  * Generates an RGB [RasterStretchRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterStretchRenderer.html) to render three selected bands into
67
67
  * red, green, and blue color channels.
68
68
  *
69
- * @param parameters - Input parameters for generating a RGB stretch visualization. See the table below for details of each parameter. The `colorRamp`, `gamma`, `useGamma`, and `dynamicRangeAdjustment` parameters are not related to RGB band ID selection or stretch type. Pass them in to preserve the existing settings if desired.
69
+ * @param parameters - Input parameters for generating a RGB stretch visualization. The `colorRamp`, `gamma`, `useGamma`, and `dynamicRangeAdjustment` parameters are not related to RGB band ID selection or stretch type. Pass them in to preserve the existing settings if desired.
70
70
  * @returns Resolves to
71
71
  * an object containing a stretch renderer that can be set on the input renderer.
72
72
  */
@@ -41,7 +41,6 @@ export interface RasterShadedReliefResult {
41
41
  * Generates a [RasterShadedReliefRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterShadedReliefRenderer.html) to render elevation data.
42
42
  *
43
43
  * @param parameters - Input parameters for generating a shaded relief visualization.
44
- * See the table below for details of each parameter.
45
44
  * @returns Resolves with an object containing a RasterShadedReliefRenderer that can be set
46
45
  * on the input renderer.
47
46
  */
@@ -62,7 +62,7 @@ export interface RasterStretchColorrampResult {
62
62
  /**
63
63
  * Generates a [RasterStretchRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-RasterStretchRenderer.html) to render data from a single raster band.
64
64
  *
65
- * @param parameters - Input parameters for generating a single-band stretch visualization. See the table below for details of each parameter. The `colorRamp`, `gamma`, `useGamma`, `dynamicRangeAdjustment` parameters are not related to stretch type. Pass them in to preserve the existing renderer settings if desired.
65
+ * @param parameters - Input parameters for generating a single-band stretch visualization. The `colorRamp`, `gamma`, `useGamma`, `dynamicRangeAdjustment` parameters are not related to stretch type. Pass them in to preserve the existing renderer settings if desired.
66
66
  * @returns Resolves to an object containing a stretch renderer that can be set on the input renderer.
67
67
  */
68
68
  export function createRenderer(parameters: RasterStretchColorrampRendererParameters): Promise<RasterStretchColorrampResult>;
@@ -45,7 +45,6 @@ export interface RasterUniqueValuesResult {
45
45
  * Generates a [UniqueValueRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html) to render thematic imagery.
46
46
  *
47
47
  * @param parameters - Input parameters for generating a unique value visualization.
48
- * See the table below for details of each parameter.
49
48
  * @returns Resolves
50
49
  * to an object containing a unique value renderer that can be set on the input layer.
51
50
  */
@@ -59,7 +59,6 @@ export interface VectorFieldRendererResult {
59
59
  * and oceanography raster data.
60
60
  *
61
61
  * @param parameters - Input parameters for generating a vector field visualization.
62
- * See the table below for details of each parameter.
63
62
  * @returns Resolves
64
63
  * to an object containing a VectorFieldRenderer that can be set on the input layer.
65
64
  */
@@ -13,7 +13,6 @@ export type SmartMappingRendererType = "raster-stretch" | "raster-unique-value"
13
13
  * Returns supported raster renderer information of an imagery layer.
14
14
  *
15
15
  * @param parameters - Input parameters for getting supported renderer info about a raster layer.
16
- * See the table below for details of each parameter.
17
16
  * @returns Resolves to an object containing
18
17
  * information about the default renderer and other supported renderer types.
19
18
  */
@@ -38,7 +37,6 @@ export interface SupportedRendererInfo {
38
37
  * or [stretch](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-raster-renderers-stretch.html) renderer.
39
38
  *
40
39
  * @param parameters - Input parameters for getting default band ids about a raster layer.
41
- * See the table below for details of each parameter.
42
40
  * @returns Resolves to an array containing a list of default band ids.
43
41
  */
44
42
  export function getDefaultBandCombination(parameters: RasterRendererParameters): Promise<[