@arcgis/core 5.0.0-next.70 → 5.0.0-next.71

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 (498) hide show
  1. package/analysis/Dimension/types.d.ts +5 -1
  2. package/analysis/DistanceMeasurementAnalysis.d.ts +22 -3
  3. package/analysis/ElevationProfile/types.d.ts +10 -2
  4. package/analysis/ShadowCast/DiscreteOptions.d.ts +4 -0
  5. package/analysis/ShadowCast/MinDurationOptions.d.ts +7 -0
  6. package/analysis/ShadowCast/TotalDurationOptions.d.ts +4 -0
  7. package/analysis/ShadowCastAnalysis.d.ts +51 -8
  8. package/analysis/Slice/types.d.ts +5 -1
  9. package/analysis/VolumeMeasurement/types.d.ts +5 -1
  10. package/analysis/VolumeMeasurement/volumeMeasurementConfiguration.js +1 -1
  11. package/analysis/types.d.ts +39 -7
  12. package/applications/Components/QuantityFormatter.js +1 -1
  13. package/applications/Components/imageryUtils.d.ts +2 -2
  14. package/applications/Components/testUtils.d.ts +2 -0
  15. package/applications/KnowledgeStudio/dataModelVisualization.d.ts +1 -0
  16. package/applications/KnowledgeStudio/generalSdkInternalAccess.d.ts +59 -13
  17. package/applications/KnowledgeStudio/generalSharedKgUtils.d.ts +1 -1
  18. package/applications/PortalApp/layerUtils.d.ts +1 -0
  19. package/applications/Urban/LineImagePattern3D.d.ts +2 -0
  20. package/applications/Urban/imagePatternUtils.d.ts +4 -0
  21. package/arcade.d.ts +20 -11
  22. package/assets/esri/core/workers/RemoteClient.js +1 -1
  23. package/assets/esri/core/workers/chunks/1b284a6f32effe28aafc.js +1 -0
  24. package/assets/esri/core/workers/chunks/1bd5b421152fb0f46aa5.js +37 -0
  25. package/assets/esri/core/workers/chunks/{2e2c47f8a80ee9234350.js → 1d8fc0239c907ff5d1e8.js} +1 -1
  26. package/assets/esri/core/workers/chunks/{244006d4b0547d574401.js → 25abbe1663e18e677dc2.js} +143 -140
  27. package/assets/esri/core/workers/chunks/{c448540065690cac0744.js → 6087d5dc40bb62ec48c8.js} +1 -1
  28. package/assets/esri/core/workers/chunks/{866477acdf03b8a40bc9.js → bd1d159dce4094694c93.js} +1 -1
  29. package/assets/esri/core/workers/chunks/{401ce5cb98fa14c1a725.js → d8a7004c399d539aed09.js} +1 -1
  30. package/assets/esri/core/workers/chunks/{8d6641d0f7c93f83c414.js → db9c7182847e8f96ffe3.js} +1 -1
  31. package/assets/esri/core/workers/chunks/{6c9dac4a869742cc2718.js → e246b256347a281c13fd.js} +1 -1
  32. package/assets/esri/core/workers/chunks/{a10c6dd3bb8b3602de68.js → ee175fd4ec706f7878c0.js} +1 -1
  33. package/assets/esri/core/workers/chunks/f65b27fc0bc2f242aac7.js +1 -0
  34. package/assets/esri/core/workers/chunks/{5dd5be91038df8902dc4.js → f7dfbf24859f4ac2421b.js} +1 -1
  35. package/config.js +1 -1
  36. package/core/Version.d.ts +11 -2
  37. package/core/accessorSupport/types.d.ts +35 -5
  38. package/core/quantityFormatUtils.js +1 -1
  39. package/core/sql/types.d.ts +226 -31
  40. package/core/types.d.ts +24 -4
  41. package/editing/sharedTemplates/types.d.ts +1 -0
  42. package/editing/types.d.ts +2 -0
  43. package/effects/types.d.ts +1 -0
  44. package/form/ExpressionInfo.d.ts +1 -1
  45. package/form/FormTemplate.d.ts +4 -4
  46. package/form/elements/GroupElement.d.ts +1 -1
  47. package/form/elements/RelationshipElement.d.ts +3 -3
  48. package/form/elements/inputs/attachments/AttachmentInput.d.ts +2 -1
  49. package/form/elements/inputs/attachments/AudioInput.d.ts +1 -0
  50. package/form/elements/inputs/attachments/DocumentInput.d.ts +1 -0
  51. package/form/elements/inputs/attachments/ImageInput.d.ts +1 -0
  52. package/form/elements/inputs/attachments/Input.d.ts +5 -1
  53. package/form/elements/inputs/attachments/SignatureInput.d.ts +1 -0
  54. package/form/elements/inputs/attachments/VideoInput.d.ts +1 -0
  55. package/form/elements/inputs/attachments/types.d.ts +12 -3
  56. package/form/elements/inputs.d.ts +2 -2
  57. package/form/types.d.ts +3 -0
  58. package/geometry/geometryEngineTypes.d.ts +49 -9
  59. package/geometry/operators/types.d.ts +29 -4
  60. package/geometry/support/MeshVertexAttributes.d.ts +21 -2
  61. package/geometry/support/meshUtils/types.d.ts +126 -18
  62. package/geometry/types.d.ts +37 -6
  63. package/ground/NavigationConstraint.d.ts +3 -0
  64. package/identity/IdentityManagerBase.d.ts +153 -27
  65. package/interfaces.d.ts +27 -27
  66. package/intl/date.d.ts +5 -0
  67. package/intl/locale.d.ts +1 -0
  68. package/intl/messages.d.ts +12 -2
  69. package/intl/number.d.ts +5 -0
  70. package/intl/substitute.d.ts +28 -5
  71. package/intl/t9n.d.ts +13 -2
  72. package/kernel.js +1 -1
  73. package/layers/GaussianSplatLayer.d.ts +87 -6
  74. package/layers/ImageryTileLayer.d.ts +8 -8
  75. package/layers/LinkChartLayer.d.ts +1 -1
  76. package/layers/buildingSublayers/utils.d.ts +1 -0
  77. package/layers/effects/types.d.ts +12 -2
  78. package/layers/graphics/editingSupport.d.ts +202 -38
  79. package/layers/graphics/sources/ParquetSource.d.ts +23 -4
  80. package/layers/knowledgeGraph/IdTypePair.d.ts +15 -3
  81. package/layers/knowledgeGraph/KnowledgeGraphLayerDataManager.d.ts +61 -9
  82. package/layers/knowledgeGraph/LayoutMode.d.ts +1 -0
  83. package/layers/knowledgeGraph/dataModelVisualizationUtils.d.ts +6 -0
  84. package/layers/media/types.d.ts +25 -4
  85. package/layers/mixins/ArcGISImageService.d.ts +8 -9
  86. package/layers/mixins/ArcGISMapService.d.ts +5 -1
  87. package/layers/mixins/EditBusLayer.d.ts +3 -5
  88. package/layers/mixins/ImageryTileMixin.d.ts +2 -4
  89. package/layers/mixins/RasterJobHandlerMixin.js +1 -1
  90. package/layers/mixins/ScaleRange.d.ts +11 -2
  91. package/layers/mixins/properties/ILayerWithGetFeatureTitle.d.ts +11 -2
  92. package/layers/mixins/properties/ILayerWithGetField.d.ts +6 -1
  93. package/layers/ogc/ogcFeatureUtils.d.ts +2 -0
  94. package/layers/ogc/types.d.ts +55 -10
  95. package/layers/ogc/wcsUtils.d.ts +1 -0
  96. package/layers/ogc/wfsUtils.d.ts +8 -17
  97. package/layers/orientedImagery/core/ElevationSourceDefinitions.d.ts +6 -1
  98. package/layers/orientedImagery/transformations/types.d.ts +117 -21
  99. package/layers/orientedImagery/types.d.ts +37 -6
  100. package/layers/pointCloudFilters/typeUtils.d.ts +1 -0
  101. package/layers/raster/datasets/TIFFRaster.js +1 -1
  102. package/layers/raster/datasets/pixelReader.d.ts +2 -0
  103. package/layers/raster/datasets/types.d.ts +1 -0
  104. package/layers/raster/datasets/wcsCapabilitiesParser.d.ts +86 -17
  105. package/layers/raster/datasets/wcsCoverageParser.d.ts +601 -115
  106. package/layers/raster/formats/ImageCanvasDecoder.js +1 -1
  107. package/layers/raster/formats/JpgPlus.js +1 -1
  108. package/layers/raster/formats/RasterCodec.js +1 -1
  109. package/layers/raster/formats/Raw.js +1 -1
  110. package/layers/raster/formats/TiffDecoder.js +1 -1
  111. package/layers/raster/functions/changeDetectionUtils.d.ts +1 -0
  112. package/layers/raster/functions/creators/createAppearenceFunctions.d.ts +82 -15
  113. package/layers/raster/functions/creators/createBandIndexFunctions.d.ts +380 -70
  114. package/layers/raster/functions/creators/createChangeFunctions.d.ts +11 -2
  115. package/layers/raster/functions/creators/createConversionFunctions.d.ts +18 -3
  116. package/layers/raster/functions/creators/createDataManagementFunctions.d.ts +179 -35
  117. package/layers/raster/functions/creators/createLocalFunctions.d.ts +47 -9
  118. package/layers/raster/functions/creators/createMultiRasterAnalysisFunctions.d.ts +47 -9
  119. package/layers/raster/functions/creators/createStatisticsFunctions.d.ts +42 -8
  120. package/layers/raster/functions/creators/createSurfaceFunctions.d.ts +72 -11
  121. package/layers/raster/functions/focalStatUtils.d.ts +1 -0
  122. package/layers/raster/functions/rasterProjectionHelper.js +1 -1
  123. package/layers/raster/functions/types.d.ts +29 -5
  124. package/layers/raster/types.d.ts +498 -6
  125. package/layers/support/BuildingFilterBlock.d.ts +19 -3
  126. package/layers/support/BuildingFilterMode.d.ts +1 -0
  127. package/layers/support/BuildingFilterModeSolid.d.ts +7 -1
  128. package/layers/support/BuildingFilterModeWireFrame.d.ts +17 -3
  129. package/layers/support/BuildingFilterModeXRay.d.ts +7 -1
  130. package/layers/support/CodedValue.d.ts +16 -3
  131. package/layers/support/ControlPoint.d.ts +17 -3
  132. package/layers/support/EditFieldsInfo.d.ts +21 -4
  133. package/layers/support/EditingCapabilities.d.ts +36 -7
  134. package/layers/support/ElevationTileData.d.ts +25 -5
  135. package/layers/support/FieldFormat.d.ts +1 -0
  136. package/layers/support/GeoreferenceBase.d.ts +1 -0
  137. package/layers/support/KMLMapImage.d.ts +13 -2
  138. package/layers/support/LabelExpressionInfo.d.ts +9 -1
  139. package/layers/support/MosaicRule.d.ts +41 -1
  140. package/layers/support/ParquetGeometryEncodingLocation.d.ts +13 -2
  141. package/layers/support/ParquetGeometryEncodingWkb.d.ts +7 -0
  142. package/layers/support/PixelBlock.d.ts +9 -4
  143. package/layers/support/PurgeOptions.d.ts +15 -2
  144. package/layers/support/RasterInfo.d.ts +1 -2
  145. package/layers/support/RasterJobHandler.js +1 -1
  146. package/layers/support/RasterWorker.js +1 -1
  147. package/layers/support/SpriteSource.d.ts +28 -6
  148. package/layers/support/rasterFunctionConstants.d.ts +39 -0
  149. package/layers/support/types.d.ts +420 -225
  150. package/layers/types.d.ts +771 -196
  151. package/layers/video/types.d.ts +72 -14
  152. package/layers/voxel/VoxelColorStop.d.ts +17 -3
  153. package/layers/voxel/VoxelFormat.d.ts +15 -2
  154. package/layers/voxel/VoxelIsosurface.d.ts +17 -2
  155. package/layers/voxel/VoxelOpacityStop.d.ts +8 -1
  156. package/layers/voxel/VoxelRangeFilter.d.ts +12 -2
  157. package/layers/voxel/VoxelUniqueValue.d.ts +19 -3
  158. package/layers/wms/types.d.ts +104 -19
  159. package/layers/wmts/types.d.ts +1 -0
  160. package/linkChart/ChronologicalLayoutSettings.d.ts +1 -1
  161. package/linkChart/OrganicLayoutSettings.d.ts +1 -1
  162. package/linkChart/types.d.ts +2 -0
  163. package/networks/UtilityNetworkTraceAnalysis.d.ts +61 -10
  164. package/networks/support/jsonTypes.d.ts +373 -71
  165. package/networks/support/typeUtils.d.ts +10 -0
  166. package/networks/support/utils.d.ts +30 -6
  167. package/package.json +1 -1
  168. package/popup/content/types.d.ts +1 -0
  169. package/popup/types.d.ts +33 -5
  170. package/portal/jsonTypes.d.ts +231 -39
  171. package/portal/support/resourceUtils.d.ts +49 -9
  172. package/portal/types.d.ts +98 -14
  173. package/renderers/FlowRenderer.js +1 -1
  174. package/renderers/RasterStretchRenderer.d.ts +1 -1
  175. package/renderers/support/AuthoringInfoClassBreakInfo.d.ts +4 -0
  176. package/renderers/support/AuthoringInfoFieldInfo.d.ts +15 -2
  177. package/renderers/support/DotDensityLegendOptions.d.ts +4 -0
  178. package/renderers/support/HeatmapLegendOptions.d.ts +8 -0
  179. package/renderers/support/OthersCategory.d.ts +6 -0
  180. package/renderers/support/RendererLegendOptions.d.ts +14 -2
  181. package/renderers/support/pointCloud/ColorClassBreakInfo.d.ts +13 -1
  182. package/renderers/support/pointCloud/ColorModulation.d.ts +6 -0
  183. package/renderers/support/pointCloud/ColorUniqueValueInfo.d.ts +19 -3
  184. package/renderers/support/pointCloud/PointSizeAlgorithm.d.ts +1 -0
  185. package/renderers/support/pointCloud/PointSizeFixedSizeAlgorithm.d.ts +14 -2
  186. package/renderers/support/pointCloud/PointSizeSplatAlgorithm.d.ts +9 -1
  187. package/renderers/support/pointCloud/types.d.ts +7 -1
  188. package/renderers/support/raster/types.d.ts +22 -2
  189. package/renderers/support/types.d.ts +29 -2
  190. package/renderers/types.d.ts +47 -4
  191. package/renderers/visualVariables/support/SizeVariableLegendOptions.d.ts +4 -0
  192. package/renderers/visualVariables/support/VisualVariableLegendOptions.d.ts +9 -1
  193. package/request/types.d.ts +152 -24
  194. package/rest/featureService/types.d.ts +423 -77
  195. package/rest/geometryService/types.d.ts +23 -1
  196. package/rest/imageService.d.ts +5 -5
  197. package/rest/knowledgeGraph/DataModel.d.ts +2 -2
  198. package/rest/knowledgeGraph/GraphAnyValue.d.ts +1 -0
  199. package/rest/knowledgeGraph/GraphDataModelSingletonOperationResult.d.ts +12 -2
  200. package/rest/knowledgeGraph/GraphDeleteNamedTypeResult.d.ts +1 -1
  201. package/rest/knowledgeGraph/GraphDeletePropertyResult.d.ts +1 -1
  202. package/rest/knowledgeGraph/GraphQuery.d.ts +1 -1
  203. package/rest/knowledgeGraph/GraphSearch.d.ts +3 -3
  204. package/rest/knowledgeGraph/GraphSearchStreaming.d.ts +3 -3
  205. package/rest/knowledgeGraph/SearchIndex.d.ts +1 -1
  206. package/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.d.ts +3 -3
  207. package/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsResultJSON.d.ts +151 -29
  208. package/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.d.ts +1 -1
  209. package/rest/knowledgeGraph/wasmInterface/KnowledgeWasmInterface.d.ts +1 -0
  210. package/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.d.ts +9 -0
  211. package/rest/knowledgeGraphService.d.ts +4 -4
  212. package/rest/lastMileDelivery/types.d.ts +5 -0
  213. package/rest/layerSources/DynamicDataLayer.d.ts +12 -0
  214. package/rest/layerSources/DynamicMapLayer.d.ts +14 -2
  215. package/rest/layerSources/JoinTableDataSource.d.ts +21 -2
  216. package/rest/layerSources/QueryTableDataSource.d.ts +32 -5
  217. package/rest/layerSources/RasterDataSource.d.ts +17 -3
  218. package/rest/layerSources/TableDataSource.d.ts +22 -4
  219. package/rest/networks/circuits/support/ExportCircuitsParameters.d.ts +8 -1
  220. package/rest/networks/circuits/support/QueryCircuitsParameters.d.ts +18 -3
  221. package/rest/networks/support/QueryNamedTraceConfigurationsParameters.d.ts +22 -4
  222. package/rest/query/support/AttachmentInfo.d.ts +1 -1
  223. package/rest/support/AddressToLocationsParameters.d.ts +39 -3
  224. package/rest/support/AddressesToLocationsParameters.d.ts +14 -0
  225. package/rest/support/BaseImageMeasureResultValue.d.ts +21 -4
  226. package/rest/support/DirectionsString.d.ts +16 -3
  227. package/rest/support/ImageMeasureResultAngleValue.d.ts +12 -2
  228. package/rest/support/ImageMeasureResultAreaValue.d.ts +12 -2
  229. package/rest/support/ImageMeasureResultLengthValue.d.ts +12 -2
  230. package/rest/support/LocateSetting.d.ts +12 -2
  231. package/rest/support/LocateSettingBase.d.ts +14 -2
  232. package/rest/support/LocateSettingSource.d.ts +12 -2
  233. package/rest/support/LocateSettings.d.ts +22 -4
  234. package/rest/support/LocateSettingsOverrides.d.ts +42 -8
  235. package/rest/support/LocationToAddressParameters.d.ts +7 -0
  236. package/rest/support/NetworkAttribute.d.ts +11 -2
  237. package/rest/support/NetworkServiceDescription.d.ts +20 -4
  238. package/rest/support/QuantizationParameters.d.ts +9 -0
  239. package/rest/support/SuggestLocationsParameters.d.ts +10 -0
  240. package/rest/support/SuggestionCandidate.d.ts +14 -2
  241. package/rest/support/types.d.ts +53 -3
  242. package/rest/types.d.ts +50 -5
  243. package/rest/versionManagement/gdbVersion/support/AlterVersionParameters.d.ts +22 -4
  244. package/rest/versionManagement/gdbVersion/support/PostResult.d.ts +6 -1
  245. package/rest/versionManagement/gdbVersion/support/ReconcileParameters.d.ts +10 -1
  246. package/rest/versionManagement/gdbVersion/support/ReconcileResult.d.ts +8 -1
  247. package/rest/versionManagement/support/CreateVersionParameters.d.ts +13 -2
  248. package/rest/versionManagement/support/GetVersionInfosParameters.d.ts +8 -1
  249. package/smartMapping/heuristics/types.d.ts +50 -6
  250. package/smartMapping/popup/types.d.ts +29 -5
  251. package/smartMapping/raster/renderers/types.d.ts +12 -1
  252. package/smartMapping/raster/support/adapters/types.d.ts +1 -0
  253. package/smartMapping/renderers/color.d.ts +9 -3
  254. package/smartMapping/renderers/dotDensity.d.ts +3 -1
  255. package/smartMapping/renderers/heatmap.d.ts +3 -1
  256. package/smartMapping/renderers/location.d.ts +3 -1
  257. package/smartMapping/renderers/opacity.d.ts +3 -1
  258. package/smartMapping/renderers/pieChart.d.ts +3 -1
  259. package/smartMapping/renderers/predominance.d.ts +3 -1
  260. package/smartMapping/renderers/relationship.d.ts +3 -1
  261. package/smartMapping/renderers/size.d.ts +23 -7
  262. package/smartMapping/renderers/support/rendererUtils.d.ts +3 -1
  263. package/smartMapping/renderers/type.d.ts +3 -1
  264. package/smartMapping/renderers/univariateColorSize.d.ts +3 -1
  265. package/smartMapping/statistics/types.d.ts +16 -4
  266. package/smartMapping/symbology/type.d.ts +5 -1
  267. package/smartMapping/symbology/types.d.ts +1303 -241
  268. package/smartMapping/types.d.ts +5 -0
  269. package/statistics/types.d.ts +13 -2
  270. package/support/revision.js +1 -1
  271. package/symbols/callouts/LineCallout3DBorder.d.ts +4 -0
  272. package/symbols/cim/types.d.ts +764 -111
  273. package/symbols/patterns/LinePattern3D.d.ts +1 -0
  274. package/symbols/patterns/Pattern3D.d.ts +1 -0
  275. package/symbols/support/IconSymbol3DLayerResource.d.ts +7 -0
  276. package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -0
  277. package/symbols/support/OccludedVisibility.d.ts +3 -0
  278. package/symbols/support/Symbol3DAnchorPosition2D.d.ts +4 -0
  279. package/symbols/support/Symbol3DAnchorPosition3D.d.ts +5 -0
  280. package/symbols/support/Symbol3DFillMaterial.d.ts +4 -0
  281. package/symbols/support/Symbol3DHalo.d.ts +10 -0
  282. package/symbols/support/Symbol3DIconOutline.d.ts +10 -0
  283. package/symbols/support/Symbol3DMaterial.d.ts +6 -0
  284. package/symbols/support/Symbol3DOutline.d.ts +21 -2
  285. package/symbols/support/Symbol3DTextBackground.d.ts +12 -2
  286. package/symbols/support/symbolUtils.d.ts +5 -1
  287. package/symbols/support/types.d.ts +4 -0
  288. package/symbols/types.d.ts +67 -7
  289. package/tables/AttributeTableTemplate.d.ts +2 -2
  290. package/tables/elements/AttributeTableAttachmentElement.d.ts +1 -1
  291. package/tables/elements/AttributeTableElement.d.ts +2 -2
  292. package/tables/elements/AttributeTableFieldElement.d.ts +1 -1
  293. package/tables/elements/AttributeTableGroupElement.d.ts +1 -1
  294. package/tables/elements/AttributeTableRelationshipElement.d.ts +1 -1
  295. package/tables/support/FieldOrder.d.ts +16 -3
  296. package/tables/support/tablesUtils.d.ts +1 -0
  297. package/time/types.d.ts +4 -0
  298. package/versionManagement/VersionManagementService.d.ts +3 -6
  299. package/versionManagement/VersionManager.d.ts +126 -23
  300. package/versionManagement/VersioningState.d.ts +1 -1
  301. package/versionManagement/support/jsonTypes.d.ts +152 -30
  302. package/versionManagement/support/type.d.ts +2 -0
  303. package/versionManagement/versionAdapters/types.d.ts +25 -5
  304. package/views/2d/MapViewConstraints.d.ts +37 -5
  305. package/views/2d/analysis/AnalysisView2D.d.ts +5 -1
  306. package/views/2d/analysis/AreaMeasurementAnalysisView2D.d.ts +28 -4
  307. package/views/2d/analysis/DistanceMeasurementAnalysisView2D.d.ts +28 -4
  308. package/views/2d/analysis/types.d.ts +5 -1
  309. package/views/2d/engine/flow/BrushFlow.js +1 -1
  310. package/views/2d/engine/flow/FlowDisplayObject.js +1 -1
  311. package/views/2d/engine/flow/FlowStrategy.js +1 -1
  312. package/views/2d/engine/flow/FlowView2D.js +1 -1
  313. package/views/2d/engine/flow/ProcessingTimeEstimate.js +5 -0
  314. package/views/2d/engine/flow/animatedValues.js +5 -0
  315. package/views/2d/engine/flow/dataUtils.js +1 -1
  316. package/views/2d/engine/flow/flowPathsIO.js +5 -0
  317. package/views/2d/engine/flow/styles/AFlowResources.js +5 -0
  318. package/views/2d/engine/flow/styles/Imagery.js +1 -1
  319. package/views/2d/engine/flow/styles/Particles.js +1 -1
  320. package/views/2d/engine/flow/styles/Stack.js +1 -1
  321. package/views/2d/engine/flow/styles/Streamlines.js +1 -1
  322. package/views/2d/engine/flow/utils.js +1 -1
  323. package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +1 -1
  324. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  325. package/views/2d/layers/support/MediaLayerInteractionOptions.d.ts +1 -0
  326. package/views/2d/layers/types.d.ts +1 -0
  327. package/views/2d/types.d.ts +93 -6
  328. package/views/3d/analysis/AnalysisView3D.d.ts +5 -1
  329. package/views/3d/analysis/DirectLineMeasurement/types.d.ts +24 -4
  330. package/views/3d/analysis/LineOfSight/types.d.ts +1 -0
  331. package/views/3d/analysis/ShadowCastAnalysisView3D.d.ts +19 -3
  332. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillVisualization.js +1 -1
  333. package/views/3d/analysis/VolumeMeasurement/types.d.ts +5 -1
  334. package/views/3d/analysis/types.d.ts +25 -3
  335. package/views/3d/constraints/AltitudeConstraint.d.ts +5 -0
  336. package/views/3d/constraints/ClipDistanceConstraint.d.ts +13 -2
  337. package/views/3d/constraints/Constraints.d.ts +26 -4
  338. package/views/3d/constraints/TiltConstraint.d.ts +5 -0
  339. package/views/3d/environment/SceneViewEnvironment.d.ts +9 -0
  340. package/views/3d/environment/types.d.ts +3 -0
  341. package/views/3d/layers/ImageryLayerView3D.js +1 -1
  342. package/views/3d/layers/support/MediaLayerInteractionOptions.d.ts +15 -2
  343. package/views/3d/layers/support/MediaLayerInteractionReshapeOptions.d.ts +3 -0
  344. package/views/3d/types.d.ts +52 -0
  345. package/views/3d/webgl/ManagedColorAttachment.d.ts +2 -0
  346. package/views/3d/webgl/ManagedDepthAttachment.d.ts +2 -0
  347. package/views/3d/webgl/ManagedFBO.d.ts +4 -0
  348. package/views/3d/webgl/ManagedFBOAttachment.d.ts +1 -0
  349. package/views/3d/webgl/ManagedFBOResource.d.ts +5 -0
  350. package/views/3d/webgl/types.d.ts +32 -6
  351. package/views/3d/webgl-engine/core/shaderLibrary/shading/EvaluateSceneLighting.glsl.js +20 -22
  352. package/views/3d/webgl-engine/core/shaderLibrary/shading/Gamma.glsl.js +9 -5
  353. package/views/3d/webgl-engine/core/shaderLibrary/terrain/TerrainTexture.glsl.js +8 -6
  354. package/views/3d/webgl-engine/shaders/OutputColorHighlightOLID.glsl.js +9 -8
  355. package/views/MapViewOrSceneView.d.ts +1 -0
  356. package/views/SceneView.d.ts +59 -0
  357. package/views/SceneView.js +1 -1
  358. package/views/View.d.ts +2 -2
  359. package/views/View2D.d.ts +37 -0
  360. package/views/View2D.js +1 -1
  361. package/views/Viewport2DMixin.d.ts +9 -6
  362. package/views/analysis/AnalysisView.d.ts +2 -0
  363. package/views/analysis/AreaMeasurement/types.d.ts +18 -3
  364. package/views/analysis/DistanceMeasurement/types.d.ts +13 -2
  365. package/views/analysis/types.d.ts +7 -1
  366. package/views/animation/easing.js +1 -1
  367. package/views/animation/types.d.ts +3 -4
  368. package/views/draw/CursorUpdateEvent.d.ts +24 -4
  369. package/views/draw/DrawAction.d.ts +4 -6
  370. package/views/draw/DrawCompleteEvent.d.ts +18 -3
  371. package/views/draw/VertexAddEvent.d.ts +19 -3
  372. package/views/draw/VertexRemoveEvent.d.ts +19 -3
  373. package/views/draw/types.d.ts +4 -0
  374. package/views/input/types.d.ts +371 -57
  375. package/views/interactive/sketch/SketchTooltipVisibleElements.d.ts +19 -1
  376. package/views/interactive/sketch/Units.d.ts +5 -0
  377. package/views/interactive/tooltip/types.d.ts +2 -0
  378. package/views/layers/HighlightLayerViewMixin.d.ts +59 -1
  379. package/views/layers/HighlightLayerViewMixin.js +1 -1
  380. package/views/layers/ImageryLayerViewMixin.d.ts +60 -2
  381. package/views/layers/ImageryTileLayerViewMixin.d.ts +2 -0
  382. package/views/layers/LayerView.d.ts +6 -0
  383. package/views/layers/MediaLayerViewMixin.d.ts +8 -1
  384. package/views/layers/types.d.ts +3 -0
  385. package/views/navigation/types.d.ts +6 -1
  386. package/views/support/AttributionItem.d.ts +10 -2
  387. package/views/types.d.ts +306 -53
  388. package/views/ui/types.d.ts +42 -6
  389. package/webdoc/Widgets.d.ts +26 -5
  390. package/webdoc/geotriggersInfo/support/typeUtils.d.ts +3 -0
  391. package/webdoc/support/SlideThumbnail.d.ts +4 -0
  392. package/webdoc/support/types.d.ts +11 -2
  393. package/webdoc/support/webdocSaveUtils.d.ts +6 -0
  394. package/webdoc/widgets/FloorFilter.d.ts +25 -4
  395. package/webmap/Version.d.ts +1 -0
  396. package/webscene/Version.d.ts +1 -0
  397. package/webscene/support/Description.d.ts +3 -0
  398. package/webscene/support/SlideEnvironment.d.ts +6 -0
  399. package/webscene/support/SlideGround.d.ts +7 -1
  400. package/webscene/support/SlideVisibleLayer.d.ts +5 -0
  401. package/webscene/support/Title.d.ts +3 -0
  402. package/widgets/Attachments/types.d.ts +32 -6
  403. package/widgets/BasemapGallery/types.d.ts +3 -0
  404. package/widgets/BasemapLayerList/BasemapLayerListVisibleElements.d.ts +14 -0
  405. package/widgets/BasemapLayerList/types.d.ts +1 -0
  406. package/widgets/BatchAttributeForm/VisibleElements.d.ts +7 -1
  407. package/widgets/BatchAttributeForm/inputs/SingleFeatureInput.d.ts +2 -0
  408. package/widgets/BatchAttributeForm/inputs/TextElementInput.d.ts +14 -2
  409. package/widgets/BatchAttributeForm/inputs/types.d.ts +2 -0
  410. package/widgets/BatchAttributeForm/types.d.ts +75 -14
  411. package/widgets/BatchAttributeForm.d.ts +2 -2
  412. package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +30 -9
  413. package/widgets/Bookmarks/types.d.ts +32 -10
  414. package/widgets/CatalogLayerList/CatalogLayerListVisibleElements.d.ts +11 -0
  415. package/widgets/CatalogLayerList/types.d.ts +1 -0
  416. package/widgets/Daylight/VisibleElements.d.ts +11 -1
  417. package/widgets/Daylight/types.d.ts +8 -2
  418. package/widgets/DirectionalPad/VisibleElements.d.ts +6 -0
  419. package/widgets/DirectionalPad/types.d.ts +13 -2
  420. package/widgets/Directions/DirectionsVisibleElements.d.ts +8 -0
  421. package/widgets/Editor/CreateFeaturesWorkflowData.d.ts +3 -3
  422. package/widgets/Editor/EditorViewModel.d.ts +2 -3
  423. package/widgets/Editor/Edits.d.ts +1 -2
  424. package/widgets/Editor/SplitFeatureWorkflow.d.ts +2 -2
  425. package/widgets/Editor/VisibleElements.d.ts +46 -13
  426. package/widgets/Editor/support/EditorEditingCapabilities.d.ts +46 -9
  427. package/widgets/Editor/types.d.ts +149 -24
  428. package/widgets/ElevationProfile/ElevationProfileVisibleElements.d.ts +13 -1
  429. package/widgets/ElevationProfile/types.d.ts +87 -14
  430. package/widgets/Expand.d.ts +2 -2
  431. package/widgets/Feature/types.d.ts +105 -18
  432. package/widgets/FeatureForm/GroupInput.d.ts +1 -1
  433. package/widgets/FeatureForm/RelationshipInput.d.ts +1 -1
  434. package/widgets/FeatureForm/TextElementInput.d.ts +3 -5
  435. package/widgets/FeatureForm/UtilityNetworkAssociationInput.d.ts +1 -1
  436. package/widgets/FeatureForm/VisibleElements.d.ts +7 -1
  437. package/widgets/FeatureForm/types.d.ts +3 -0
  438. package/widgets/FeatureForm.d.ts +1 -1
  439. package/widgets/FeatureTable/ColumnMenuVisibleElements.d.ts +4 -0
  440. package/widgets/FeatureTable/FeatureTableViewModel.d.ts +14 -4
  441. package/widgets/FeatureTable/Grid/Column.d.ts +1 -1
  442. package/widgets/FeatureTable/Grid/GridViewModel.d.ts +2 -0
  443. package/widgets/FeatureTable/Grid/types.d.ts +137 -24
  444. package/widgets/FeatureTable/TableMenuVisibleElements.d.ts +10 -0
  445. package/widgets/FeatureTable/VisibleElements.d.ts +16 -2
  446. package/widgets/FeatureTable/support/ColumnTemplateBase.d.ts +1 -1
  447. package/widgets/FeatureTable/support/types.d.ts +155 -27
  448. package/widgets/FeatureTable.d.ts +3 -3
  449. package/widgets/FeatureTemplates/VisibleElements.d.ts +4 -0
  450. package/widgets/FeatureTemplates/types.d.ts +17 -2
  451. package/widgets/Features/FeaturesVisibleElements.d.ts +12 -0
  452. package/widgets/FloorFilter/FloorFilterViewModel.js +1 -1
  453. package/widgets/Histogram/types.d.ts +14 -2
  454. package/widgets/HistogramRangeSlider/types.d.ts +1 -0
  455. package/widgets/LayerList/LayerListVisibleElements.d.ts +10 -0
  456. package/widgets/LayerList/types.d.ts +8 -0
  457. package/widgets/Legend/styles/card/CardView.d.ts +13 -2
  458. package/widgets/Legend/styles/classic/ClassicView.d.ts +11 -2
  459. package/widgets/Measurement/types.d.ts +3 -0
  460. package/widgets/OrientedImageryViewer/types.d.ts +15 -3
  461. package/widgets/Popup/PopupVisibleElements.d.ts +11 -0
  462. package/widgets/Popup/types.d.ts +64 -7
  463. package/widgets/Print/FileLink.d.ts +36 -6
  464. package/widgets/Print/types.d.ts +77 -13
  465. package/widgets/ScaleRangeSlider/types.d.ts +4 -0
  466. package/widgets/ScaleRangeSlider.d.ts +5 -1
  467. package/widgets/ShadowCast/ShadowCastVisibleElements.d.ts +15 -1
  468. package/widgets/ShadowCast/types.d.ts +8 -2
  469. package/widgets/Sketch/CreateToolVisibilityMap.d.ts +19 -4
  470. package/widgets/Sketch/SelectionToolVisibilityMap.d.ts +4 -0
  471. package/widgets/Sketch/VisibleElements.d.ts +38 -6
  472. package/widgets/Sketch/types.d.ts +364 -60
  473. package/widgets/Slider/types.d.ts +249 -46
  474. package/widgets/Swipe/types.d.ts +6 -0
  475. package/widgets/TableList/TableListVisibleElements.d.ts +11 -0
  476. package/widgets/TableList/types.d.ts +5 -0
  477. package/widgets/TimeSlider/types.d.ts +45 -7
  478. package/widgets/Track/types.d.ts +4 -1
  479. package/widgets/UtilityNetworkAssociations/VisibleElements.d.ts +23 -4
  480. package/widgets/UtilityNetworkAssociations/VisibleElementsSettingsPane.d.ts +7 -0
  481. package/widgets/UtilityNetworkTrace/types.d.ts +26 -5
  482. package/widgets/ValuePicker/ValuePickerBaseComponent.d.ts +2 -0
  483. package/widgets/ValuePicker/ValuePickerSliderVisibleElements.d.ts +7 -1
  484. package/widgets/ValuePicker/ValuePickerVisibleElements.d.ts +9 -1
  485. package/widgets/ValuePicker/types.d.ts +8 -0
  486. package/widgets/Weather/VisibleElements.d.ts +6 -1
  487. package/widgets/Weather/types.d.ts +1 -0
  488. package/widgets/smartMapping/types.d.ts +63 -6
  489. package/widgets/support/GridControls/VisibleElements.d.ts +11 -0
  490. package/widgets/support/GridControls/types.d.ts +1 -0
  491. package/widgets/support/SnappingControls/VisibleElements.d.ts +26 -4
  492. package/widgets/support/forms/types.d.ts +2 -0
  493. package/widgets/support/types.d.ts +19 -3
  494. package/widgets/types.d.ts +549 -89
  495. package/assets/esri/core/workers/chunks/329b10897c6965948b84.js +0 -1
  496. package/assets/esri/core/workers/chunks/35593a9790818b689455.js +0 -1
  497. package/assets/esri/core/workers/chunks/98d68b145226e7527c84.js +0 -33
  498. package/views/2d/engine/flow/FlowDisplayData.js +0 -5
@@ -3,50 +3,113 @@ import type Color from "../../Color.js";
3
3
  /**
4
4
  * Describes a theme that pairs well with the given basemaps.
5
5
  * See the table below for more details of the properties in this object.
6
+ *
7
+ * @since 5.0
6
8
  */
7
9
  export interface Theme {
8
- /** The Esri basemaps that pair well with the given theme. */
10
+ /**
11
+ * The Esri basemaps that pair well with the given theme.
12
+ *
13
+ * @since 5.0
14
+ */
9
15
  basemaps: string[];
10
- /** Text describing the theme in the UI. */
16
+ /**
17
+ * Text describing the theme in the UI.
18
+ *
19
+ * @since 5.0
20
+ */
11
21
  description: string;
12
- /** The label identifying the theme in UI elements. */
22
+ /**
23
+ * The label identifying the theme in UI elements.
24
+ *
25
+ * @since 5.0
26
+ */
13
27
  label: string;
14
- /** The name of the theme. */
28
+ /**
29
+ * The name of the theme.
30
+ *
31
+ * @since 5.0
32
+ */
15
33
  name: string;
16
34
  }
17
35
 
36
+ /** @since 5.0 */
18
37
  export interface SchemeOutline {
19
- /** The outline color of the symbol. */
38
+ /**
39
+ * The outline color of the symbol.
40
+ *
41
+ * @since 5.0
42
+ */
20
43
  color: Color;
21
- /** The width of the symbol in pixels or points. */
44
+ /**
45
+ * The width of the symbol in pixels or points.
46
+ *
47
+ * @since 5.0
48
+ */
22
49
  width: string | number;
23
50
  }
24
51
 
25
- /** Properties defining the symbology scheme used to visualize point features with attribute data-driven color. */
52
+ /**
53
+ * Properties defining the symbology scheme used to visualize point features with attribute data-driven color.
54
+ *
55
+ * @since 5.0
56
+ */
26
57
  export interface ColorSchemeForPoint {
27
- /** The continuous color ramp that will be applied to the visualization. */
58
+ /**
59
+ * The continuous color ramp that will be applied to the visualization.
60
+ *
61
+ * @since 5.0
62
+ */
28
63
  colors: Color[];
29
- /** Predefined classed color schemes to use for the visualization. */
64
+ /**
65
+ * Predefined classed color schemes to use for the visualization.
66
+ *
67
+ * @since 5.0
68
+ */
30
69
  colorsForClassBreaks: ColorsForClassBreak[];
31
70
  /**
32
71
  * The unique id of the color scheme to use in the visualization. The id is
33
72
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
73
+ *
74
+ * @since 5.0
34
75
  */
35
76
  id: string;
36
- /** The unique name of the scheme. */
77
+ /**
78
+ * The unique name of the scheme.
79
+ *
80
+ * @since 5.0
81
+ */
37
82
  name: string;
38
83
  /**
39
84
  * The color of the symbol used to indicate
40
85
  * features with no data and features that are out of range.
86
+ *
87
+ * @since 5.0
41
88
  */
42
89
  noDataColor: Color;
43
- /** The opacity of the symbol. */
90
+ /**
91
+ * The opacity of the symbol.
92
+ *
93
+ * @since 5.0
94
+ */
44
95
  opacity: number;
45
- /** Properties for defining the outline of the symbol. */
96
+ /**
97
+ * Properties for defining the outline of the symbol.
98
+ *
99
+ * @since 5.0
100
+ */
46
101
  outline: SchemeOutline;
47
- /** The default size of the symbol in pixels or points. */
102
+ /**
103
+ * The default size of the symbol in pixels or points.
104
+ *
105
+ * @since 5.0
106
+ */
48
107
  size: string | number;
49
- /** Tags associated with the scheme. */
108
+ /**
109
+ * Tags associated with the scheme.
110
+ *
111
+ * @since 5.0
112
+ */
50
113
  tags: string[];
51
114
  /**
52
115
  * Indicates which values will be emphasized in the continuous ramp and the map.
@@ -57,31 +120,61 @@ export interface ColorSchemeForPoint {
57
120
  * | above-and-below | Values centered around a given point (e.g. the average) are visualized with weak colors while other values are emphasized with strong colors. | ![above-and-below](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-above-and-below.png) |
58
121
  * | centered-on | Values centered around a given point (e.g. the average) are emphasized with strong colors while other values are visualized with weak colors. | ![centered-on](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-centered-on.png) |
59
122
  * | extremes | High and low values are emphasized with strong colors. All others are visualized with weak colors. | ![extremes](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-extremes.png) |
123
+ *
124
+ * @since 5.0
60
125
  */
61
126
  theme: string;
62
127
  }
63
128
 
64
- /** Properties defining the symbology scheme used to visualize polyline features with attribute data-driven color. */
129
+ /**
130
+ * Properties defining the symbology scheme used to visualize polyline features with attribute data-driven color.
131
+ *
132
+ * @since 5.0
133
+ */
65
134
  export interface ColorSchemeForPolyline {
66
- /** The continuous color ramp that will be applied to the visualization. */
135
+ /**
136
+ * The continuous color ramp that will be applied to the visualization.
137
+ *
138
+ * @since 5.0
139
+ */
67
140
  colors: Color[];
68
- /** Predefined classed color schemes to use for the visualization. */
141
+ /**
142
+ * Predefined classed color schemes to use for the visualization.
143
+ *
144
+ * @since 5.0
145
+ */
69
146
  colorsForClassBreaks: ColorsForClassBreak[];
70
147
  /**
71
148
  * The unique id of the color scheme to use in the visualization. The id is
72
149
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
150
+ *
151
+ * @since 5.0
73
152
  */
74
153
  id: string;
75
- /** The unique name of the scheme. */
154
+ /**
155
+ * The unique name of the scheme.
156
+ *
157
+ * @since 5.0
158
+ */
76
159
  name: string;
77
160
  /**
78
161
  * The color of the symbol used to indicate
79
162
  * features with no data and features that are out of range.
163
+ *
164
+ * @since 5.0
80
165
  */
81
166
  noDataColor: Color;
82
- /** The opacity of the symbol. */
167
+ /**
168
+ * The opacity of the symbol.
169
+ *
170
+ * @since 5.0
171
+ */
83
172
  opacity: number;
84
- /** Tags associated with the scheme. */
173
+ /**
174
+ * Tags associated with the scheme.
175
+ *
176
+ * @since 5.0
177
+ */
85
178
  tags: string[];
86
179
  /**
87
180
  * Indicates which values will be emphasized in the continuous ramp and the map.
@@ -92,35 +185,73 @@ export interface ColorSchemeForPolyline {
92
185
  * | above-and-below | Values centered around a given point (e.g. the average) are visualized with weak colors while other values are emphasized with strong colors. | ![above-and-below](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-above-and-below.png) |
93
186
  * | centered-on | Values centered around a given point (e.g. the average) are emphasized with strong colors while other values are visualized with weak colors. | ![centered-on](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-centered-on.png) |
94
187
  * | extremes | High and low values are emphasized with strong colors. All others are visualized with weak colors. | ![extremes](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-extremes.png) |
188
+ *
189
+ * @since 5.0
95
190
  */
96
191
  theme: string;
97
- /** The default width of the symbol in pixels or points. */
192
+ /**
193
+ * The default width of the symbol in pixels or points.
194
+ *
195
+ * @since 5.0
196
+ */
98
197
  width: string | number;
99
198
  }
100
199
 
101
- /** Properties defining the symbology scheme used to visualize polygon features with attribute data-driven color. */
200
+ /**
201
+ * Properties defining the symbology scheme used to visualize polygon features with attribute data-driven color.
202
+ *
203
+ * @since 5.0
204
+ */
102
205
  export interface ColorSchemeForPolygon {
103
- /** The continuous color ramp that will be applied to the visualization. */
206
+ /**
207
+ * The continuous color ramp that will be applied to the visualization.
208
+ *
209
+ * @since 5.0
210
+ */
104
211
  colors: Color[];
105
- /** Predefined classed color schemes to use for the visualization. */
212
+ /**
213
+ * Predefined classed color schemes to use for the visualization.
214
+ *
215
+ * @since 5.0
216
+ */
106
217
  colorsForClassBreaks: ColorsForClassBreak[];
107
218
  /**
108
219
  * The unique id of the color scheme to use in the visualization. The id is
109
220
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
221
+ *
222
+ * @since 5.0
110
223
  */
111
224
  id: string;
112
- /** The unique name of the scheme. */
225
+ /**
226
+ * The unique name of the scheme.
227
+ *
228
+ * @since 5.0
229
+ */
113
230
  name: string;
114
231
  /**
115
232
  * The color of the symbol used to indicate
116
233
  * features with no data and features that are out of range.
234
+ *
235
+ * @since 5.0
117
236
  */
118
237
  noDataColor: Color;
119
- /** The opacity of the symbol. */
238
+ /**
239
+ * The opacity of the symbol.
240
+ *
241
+ * @since 5.0
242
+ */
120
243
  opacity: number;
121
- /** Properties for defining the outline of the symbol. */
244
+ /**
245
+ * Properties for defining the outline of the symbol.
246
+ *
247
+ * @since 5.0
248
+ */
122
249
  outline: SchemeOutline;
123
- /** Tags associated with the scheme. */
250
+ /**
251
+ * Tags associated with the scheme.
252
+ *
253
+ * @since 5.0
254
+ */
124
255
  tags: string[];
125
256
  /**
126
257
  * Indicates which values will be emphasized in the continuous ramp and the map.
@@ -131,31 +262,61 @@ export interface ColorSchemeForPolygon {
131
262
  * | above-and-below | Values centered around a given point (e.g. the average) are visualized with weak colors while other values are emphasized with strong colors. | ![above-and-below](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-above-and-below.png) |
132
263
  * | centered-on | Values centered around a given point (e.g. the average) are emphasized with strong colors while other values are visualized with weak colors. | ![centered-on](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-centered-on.png) |
133
264
  * | extremes | High and low values are emphasized with strong colors. All others are visualized with weak colors. | ![extremes](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-extremes.png) |
265
+ *
266
+ * @since 5.0
134
267
  */
135
268
  theme: string;
136
269
  }
137
270
 
138
- /** Properties defining the symbology scheme used to visualize mesh features with attribute data-driven color. */
271
+ /**
272
+ * Properties defining the symbology scheme used to visualize mesh features with attribute data-driven color.
273
+ *
274
+ * @since 5.0
275
+ */
139
276
  export interface ColorSchemeForMesh {
140
- /** The continuous color ramp that will be applied to the visualization. */
277
+ /**
278
+ * The continuous color ramp that will be applied to the visualization.
279
+ *
280
+ * @since 5.0
281
+ */
141
282
  colors: Color[];
142
- /** Predefined classed color schemes to use for the visualization. */
283
+ /**
284
+ * Predefined classed color schemes to use for the visualization.
285
+ *
286
+ * @since 5.0
287
+ */
143
288
  colorsForClassBreaks: ColorsForClassBreak[];
144
289
  /**
145
290
  * The unique id of the color scheme to use in the visualization. The id is
146
291
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
292
+ *
293
+ * @since 5.0
147
294
  */
148
295
  id: string;
149
- /** The unique name of the scheme. */
296
+ /**
297
+ * The unique name of the scheme.
298
+ *
299
+ * @since 5.0
300
+ */
150
301
  name: string;
151
302
  /**
152
303
  * The color of the symbol used to indicate
153
304
  * features with no data and features that are out of range.
305
+ *
306
+ * @since 5.0
154
307
  */
155
308
  noDataColor: Color;
156
- /** The opacity of the symbol. */
309
+ /**
310
+ * The opacity of the symbol.
311
+ *
312
+ * @since 5.0
313
+ */
157
314
  opacity: number;
158
- /** Tags associated with the scheme. */
315
+ /**
316
+ * Tags associated with the scheme.
317
+ *
318
+ * @since 5.0
319
+ */
159
320
  tags: string[];
160
321
  /**
161
322
  * Indicates which values will be emphasized in the continuous ramp and the map.
@@ -166,602 +327,1434 @@ export interface ColorSchemeForMesh {
166
327
  * | above-and-below | Values centered around a given point (e.g. the average) are visualized with weak colors while other values are emphasized with strong colors. | ![above-and-below](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-above-and-below.png) |
167
328
  * | centered-on | Values centered around a given point (e.g. the average) are emphasized with strong colors while other values are visualized with weak colors. | ![centered-on](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-centered-on.png) |
168
329
  * | extremes | High and low values are emphasized with strong colors. All others are visualized with weak colors. | ![extremes](https://developers.arcgis.com/javascript/latest/assets/img/apiref/renderers/sm-extremes.png) |
330
+ *
331
+ * @since 5.0
169
332
  */
170
333
  theme: string;
171
334
  }
172
335
 
173
- /** Properties defining the symbology scheme used to visualize features with attribute data-driven color. */
336
+ /**
337
+ * Properties defining the symbology scheme used to visualize features with attribute data-driven color.
338
+ *
339
+ * @since 5.0
340
+ */
174
341
  export type ColorScheme = ColorSchemeForPoint | ColorSchemeForPolyline | ColorSchemeForPolygon | ColorSchemeForMesh;
175
342
 
343
+ /** @since 5.0 */
176
344
  export interface ColorsForClassBreak {
177
345
  /**
178
346
  * An array of hex color strings. Each color is
179
347
  * assigned to a specific break in classed color visualizations.
348
+ *
349
+ * @since 5.0
180
350
  */
181
351
  colors: Color[];
182
- /** The number of classes or colors used in the ramp of discrete colors. */
352
+ /**
353
+ * The number of classes or colors used in the ramp of discrete colors.
354
+ *
355
+ * @since 5.0
356
+ */
183
357
  numClasses: number;
184
358
  }
185
359
 
186
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-color.html#getSchemes) method. */
360
+ /**
361
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-color.html#getSchemes) method.
362
+ *
363
+ * @since 5.0
364
+ */
187
365
  export interface ColorSchemes {
188
- /** The ID of the basemap associated with the given schemes. */
366
+ /**
367
+ * The ID of the basemap associated with the given schemes.
368
+ *
369
+ * @since 5.0
370
+ */
189
371
  basemapId?: string | null;
190
- /** Indicates whether the average basemap color is `light` or `dark`. */
372
+ /**
373
+ * Indicates whether the average basemap color is `light` or `dark`.
374
+ *
375
+ * @since 5.0
376
+ */
191
377
  basemapTheme?: BasemapTheme | null;
192
- /** The color scheme best suited for the given basemap and geometry type. */
378
+ /**
379
+ * The color scheme best suited for the given basemap and geometry type.
380
+ *
381
+ * @since 5.0
382
+ */
193
383
  primaryScheme: ColorScheme;
194
- /** Additional color schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
384
+ /**
385
+ * Additional color schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
386
+ *
387
+ * @since 5.0
388
+ */
195
389
  secondarySchemes: ColorScheme[];
196
390
  }
197
391
 
198
- /** Properties defining the symbology scheme used to visualize point features driven by attribute data. */
392
+ /**
393
+ * Properties defining the symbology scheme used to visualize point features driven by attribute data.
394
+ *
395
+ * @since 5.0
396
+ */
199
397
  export interface SizeSchemeForPoint {
200
- /** The fill color of the marker symbol. */
398
+ /**
399
+ * The fill color of the marker symbol.
400
+ *
401
+ * @since 5.0
402
+ */
201
403
  color: Color;
202
404
  /**
203
405
  * The maximum size of a marker symbol in pixels or points representing features
204
406
  * with high data values.
407
+ *
408
+ * @since 5.0
205
409
  */
206
410
  maxSize: string | number;
207
411
  /**
208
412
  * The minimum size of a marker symbol in pixels or points representing features
209
413
  * with low data values.
414
+ *
415
+ * @since 5.0
210
416
  */
211
417
  minSize: string | number;
212
418
  /**
213
419
  * The color of the marker symbol used to indicate
214
420
  * features with no data and features that are out of range.
421
+ *
422
+ * @since 5.0
215
423
  */
216
424
  noDataColor: Color;
217
425
  /**
218
426
  * The size of the marker symbol (in pixels or points) used to indicate
219
427
  * features with no data and features that are out of range.
428
+ *
429
+ * @since 5.0
220
430
  */
221
431
  noDataSize: string | number;
222
- /** The opacity of the marker symbol. */
432
+ /**
433
+ * The opacity of the marker symbol.
434
+ *
435
+ * @since 5.0
436
+ */
223
437
  opacity?: number;
224
- /** Properties for defining the outline of the marker symbol. */
438
+ /**
439
+ * Properties for defining the outline of the marker symbol.
440
+ *
441
+ * @since 5.0
442
+ */
225
443
  outline: SchemeOutline;
226
- /** The default size of the marker symbol in pixels or points. */
444
+ /**
445
+ * The default size of the marker symbol in pixels or points.
446
+ *
447
+ * @since 5.0
448
+ */
227
449
  size: string | number;
228
450
  }
229
451
 
230
- /** Properties defining the symbology scheme used to visualize polyline features driven by attribute data. */
452
+ /**
453
+ * Properties defining the symbology scheme used to visualize polyline features driven by attribute data.
454
+ *
455
+ * @since 5.0
456
+ */
231
457
  export interface SizeSchemeForPolyline {
232
- /** The color of the line symbol. */
458
+ /**
459
+ * The color of the line symbol.
460
+ *
461
+ * @since 5.0
462
+ */
233
463
  color: Color;
234
464
  /**
235
465
  * The maximum width of a line symbol in pixels or points representing features
236
466
  * with high data values.
467
+ *
468
+ * @since 5.0
237
469
  */
238
470
  maxWidth: string | number;
239
471
  /**
240
472
  * The minimum width of a line symbol in pixels or points representing features
241
473
  * with low data values.
474
+ *
475
+ * @since 5.0
242
476
  */
243
477
  minWidth: string | number;
244
478
  /**
245
479
  * The color of the line symbol used to indicate
246
480
  * features with no data and features that are out of range.
481
+ *
482
+ * @since 5.0
247
483
  */
248
484
  noDataColor: Color;
249
485
  /**
250
486
  * The width of the line symbol in pixels or points used to indicate
251
487
  * features with no data and features that are out of range.
488
+ *
489
+ * @since 5.0
252
490
  */
253
491
  noDataWidth: string | number;
254
- /** The opacity of the line symbol. */
492
+ /**
493
+ * The opacity of the line symbol.
494
+ *
495
+ * @since 5.0
496
+ */
255
497
  opacity?: number;
256
- /** The default width of the line symbol in pixels or points. */
498
+ /**
499
+ * The default width of the line symbol in pixels or points.
500
+ *
501
+ * @since 5.0
502
+ */
257
503
  width: string | number;
258
504
  }
259
505
 
260
506
  /**
261
507
  * Properties defining the symbology scheme used to visualize polygon features driven by attribute data.
262
508
  * When visualized by size, polygons are represented with marker symbols.
509
+ *
510
+ * @since 5.0
263
511
  */
264
512
  export interface SizeSchemeForPolygon {
265
- /** The schema defining the backgound symbol of the feature. This is a fill symbol. */
513
+ /**
514
+ * The schema defining the backgound symbol of the feature. This is a fill symbol.
515
+ *
516
+ * @since 5.0
517
+ */
266
518
  background: SizeSchemeForPolygonBackground;
267
- /** The scheme defining the symbology of the marker symbol used to represent polygon features by size. */
519
+ /**
520
+ * The scheme defining the symbology of the marker symbol used to represent polygon features by size.
521
+ *
522
+ * @since 5.0
523
+ */
268
524
  marker: SizeSchemeForPoint;
269
- /** The opacity of the symbol. */
525
+ /**
526
+ * The opacity of the symbol.
527
+ *
528
+ * @since 5.0
529
+ */
270
530
  opacity?: number;
271
531
  }
272
532
 
533
+ /** @since 5.0 */
273
534
  export interface SizeSchemeForPolygonBackground {
274
- /** The color of the fill symbol representing the polygon. */
535
+ /**
536
+ * The color of the fill symbol representing the polygon.
537
+ *
538
+ * @since 5.0
539
+ */
275
540
  color: Color;
276
- /** Properties for defining the outline of the background fill symbol. */
541
+ /**
542
+ * Properties for defining the outline of the background fill symbol.
543
+ *
544
+ * @since 5.0
545
+ */
277
546
  outline: SchemeOutline;
278
547
  }
279
548
 
280
- /** Properties defining the symbology scheme used to visualize features with attribute data-driven size. */
549
+ /**
550
+ * Properties defining the symbology scheme used to visualize features with attribute data-driven size.
551
+ *
552
+ * @since 5.0
553
+ */
281
554
  export type SizeScheme = SizeSchemeForPoint | SizeSchemeForPolyline | SizeSchemeForPolygon;
282
555
 
283
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#getSchemes) method. */
556
+ /**
557
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-size.html#getSchemes) method.
558
+ *
559
+ * @since 5.0
560
+ */
284
561
  export interface SizeSchemes {
285
- /** The ID of the basemap associated with the given schemes. */
562
+ /**
563
+ * The ID of the basemap associated with the given schemes.
564
+ *
565
+ * @since 5.0
566
+ */
286
567
  basemapId?: string | null;
287
- /** Indicates whether the average basemap color is `light` or `dark`. */
568
+ /**
569
+ * Indicates whether the average basemap color is `light` or `dark`.
570
+ *
571
+ * @since 5.0
572
+ */
288
573
  basemapTheme?: BasemapTheme | null;
289
- /** The size scheme best suited for the given basemap and geometry type. */
574
+ /**
575
+ * The size scheme best suited for the given basemap and geometry type.
576
+ *
577
+ * @since 5.0
578
+ */
290
579
  primaryScheme: SizeScheme;
291
- /** Additional size schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
580
+ /**
581
+ * Additional size schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
582
+ *
583
+ * @since 5.0
584
+ */
292
585
  secondarySchemes: SizeScheme[];
293
586
  }
294
587
 
295
- /** Properties defining the location-only symbology scheme used to visualize point features. */
588
+ /**
589
+ * Properties defining the location-only symbology scheme used to visualize point features.
590
+ *
591
+ * @since 5.0
592
+ */
296
593
  export interface LocationSchemeForPoint {
297
- /** The fill color of the marker symbol. */
594
+ /**
595
+ * The fill color of the marker symbol.
596
+ *
597
+ * @since 5.0
598
+ */
298
599
  color: Color;
299
- /** The opacity of the marker symbol. */
600
+ /**
601
+ * The opacity of the marker symbol.
602
+ *
603
+ * @since 5.0
604
+ */
300
605
  opacity: number;
301
- /** Properties for defining the outline of the marker symbol. */
606
+ /**
607
+ * Properties for defining the outline of the marker symbol.
608
+ *
609
+ * @since 5.0
610
+ */
302
611
  outline: SchemeOutline;
303
- /** The size of the marker symbol in pixels or points. */
612
+ /**
613
+ * The size of the marker symbol in pixels or points.
614
+ *
615
+ * @since 5.0
616
+ */
304
617
  size: string | number;
305
618
  }
306
619
 
307
- /** Properties defining the location-only symbology scheme used to visualize polyline features. */
620
+ /**
621
+ * Properties defining the location-only symbology scheme used to visualize polyline features.
622
+ *
623
+ * @since 5.0
624
+ */
308
625
  export interface LocationSchemeForPolyline {
309
- /** The color of the line symbol. */
626
+ /**
627
+ * The color of the line symbol.
628
+ *
629
+ * @since 5.0
630
+ */
310
631
  color: Color;
311
- /** The opacity of the line symbol. */
632
+ /**
633
+ * The opacity of the line symbol.
634
+ *
635
+ * @since 5.0
636
+ */
312
637
  opacity: number;
313
- /** The width of the line symbol in pixels or points. */
638
+ /**
639
+ * The width of the line symbol in pixels or points.
640
+ *
641
+ * @since 5.0
642
+ */
314
643
  width: string | number;
315
644
  }
316
645
 
317
- /** Properties defining the location-only symbology scheme used to visualize polygon features. */
646
+ /**
647
+ * Properties defining the location-only symbology scheme used to visualize polygon features.
648
+ *
649
+ * @since 5.0
650
+ */
318
651
  export interface LocationSchemeForPolygon {
319
- /** The color of the fill symbol. */
652
+ /**
653
+ * The color of the fill symbol.
654
+ *
655
+ * @since 5.0
656
+ */
320
657
  color: Color;
321
- /** The opacity of the fill symbol. */
658
+ /**
659
+ * The opacity of the fill symbol.
660
+ *
661
+ * @since 5.0
662
+ */
322
663
  opacity: number;
323
- /** Properties for defining the outline of the fill symbol. */
664
+ /**
665
+ * Properties for defining the outline of the fill symbol.
666
+ *
667
+ * @since 5.0
668
+ */
324
669
  outline: SchemeOutline;
325
670
  }
326
671
 
327
- /** Properties defining the location-only symbology scheme used to visualize mesh features. */
672
+ /**
673
+ * Properties defining the location-only symbology scheme used to visualize mesh features.
674
+ *
675
+ * @since 5.0
676
+ */
328
677
  export interface LocationSchemeForMesh {
329
- /** The color of the fill symbol. */
678
+ /**
679
+ * The color of the fill symbol.
680
+ *
681
+ * @since 5.0
682
+ */
330
683
  color: Color;
331
- /** The opacity of the fill symbol. */
684
+ /**
685
+ * The opacity of the fill symbol.
686
+ *
687
+ * @since 5.0
688
+ */
332
689
  opacity: number;
333
690
  }
334
691
 
335
- /** Defines the symbology scheme used to visualize default location-based symbols depending on the layer's geometry type. */
692
+ /**
693
+ * Defines the symbology scheme used to visualize default location-based symbols depending on the layer's geometry type.
694
+ *
695
+ * @since 5.0
696
+ */
336
697
  export type LocationScheme = LocationSchemeForPoint | LocationSchemeForPolyline | LocationSchemeForPolygon | LocationSchemeForMesh;
337
698
 
338
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-location.html#getSchemes) method. */
699
+ /**
700
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-location.html#getSchemes) method.
701
+ *
702
+ * @since 5.0
703
+ */
339
704
  export interface LocationSchemes {
340
- /** The ID of the basemap associated with the given schemes. */
705
+ /**
706
+ * The ID of the basemap associated with the given schemes.
707
+ *
708
+ * @since 5.0
709
+ */
341
710
  basemapId?: string | null;
342
- /** Indicates whether the average basemap color is `light` or `dark`. */
711
+ /**
712
+ * Indicates whether the average basemap color is `light` or `dark`.
713
+ *
714
+ * @since 5.0
715
+ */
343
716
  basemapTheme?: BasemapTheme | null;
344
- /** The location scheme best suited for the given basemap and geometry type. */
717
+ /**
718
+ * The location scheme best suited for the given basemap and geometry type.
719
+ *
720
+ * @since 5.0
721
+ */
345
722
  primaryScheme: LocationScheme;
346
- /** Additional location schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
723
+ /**
724
+ * Additional location schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
725
+ *
726
+ * @since 5.0
727
+ */
347
728
  secondarySchemes: LocationScheme[];
348
729
  }
349
730
 
350
- /** Properties defining the symbology scheme used to visualize point features driven by type-based attribute data. */
731
+ /**
732
+ * Properties defining the symbology scheme used to visualize point features driven by type-based attribute data.
733
+ *
734
+ * @since 5.0
735
+ */
351
736
  export interface TypeSchemeForPoint {
352
- /** The fill colors of the point symbols comprising the theme. */
737
+ /**
738
+ * The fill colors of the point symbols comprising the theme.
739
+ *
740
+ * @since 5.0
741
+ */
353
742
  colors: Color[];
354
- /** The unique name of the scheme. */
743
+ /**
744
+ * The unique name of the scheme.
745
+ *
746
+ * @since 5.0
747
+ */
355
748
  name: string;
356
749
  /**
357
750
  * The color of the point symbol used to indicate
358
751
  * features with no data.
752
+ *
753
+ * @since 5.0
359
754
  */
360
755
  noDataColor: Color;
361
- /** The opacity of the point symbol. */
756
+ /**
757
+ * The opacity of the point symbol.
758
+ *
759
+ * @since 5.0
760
+ */
362
761
  opacity: number;
363
- /** Properties for defining the outline of the marker symbol. */
762
+ /**
763
+ * Properties for defining the outline of the marker symbol.
764
+ *
765
+ * @since 5.0
766
+ */
364
767
  outline: SchemeOutline;
365
- /** The default size of the point symbol in pixels, points, or real-world units. */
768
+ /**
769
+ * The default size of the point symbol in pixels, points, or real-world units.
770
+ *
771
+ * @since 5.0
772
+ */
366
773
  size: string | number;
367
- /** Tags associated with the scheme. */
774
+ /**
775
+ * Tags associated with the scheme.
776
+ *
777
+ * @since 5.0
778
+ */
368
779
  tags: string[];
369
- /** The theme. */
780
+ /**
781
+ * The theme.
782
+ *
783
+ * @since 5.0
784
+ */
370
785
  theme: string;
371
786
  }
372
787
 
373
- /** Properties defining the symbology scheme used to visualize polyline features driven by type-based attribute data. */
788
+ /**
789
+ * Properties defining the symbology scheme used to visualize polyline features driven by type-based attribute data.
790
+ *
791
+ * @since 5.0
792
+ */
374
793
  export interface TypeSchemeForPolyline {
375
- /** The colors of the line symbols comprising the theme. */
794
+ /**
795
+ * The colors of the line symbols comprising the theme.
796
+ *
797
+ * @since 5.0
798
+ */
376
799
  colors: Color[];
377
- /** The unique name of the scheme. */
800
+ /**
801
+ * The unique name of the scheme.
802
+ *
803
+ * @since 5.0
804
+ */
378
805
  name: string;
379
806
  /**
380
807
  * The color of the line symbol used to indicate
381
808
  * features with no data and features that are out of range.
809
+ *
810
+ * @since 5.0
382
811
  */
383
812
  noDataColor: Color;
384
- /** The opacity of the line symbol (0 - 1). */
813
+ /**
814
+ * The opacity of the line symbol (0 - 1).
815
+ *
816
+ * @since 5.0
817
+ */
385
818
  opacity: number;
386
- /** Tags associated with the scheme. */
819
+ /**
820
+ * Tags associated with the scheme.
821
+ *
822
+ * @since 5.0
823
+ */
387
824
  tags: string[];
388
- /** The theme. */
825
+ /**
826
+ * The theme.
827
+ *
828
+ * @since 5.0
829
+ */
389
830
  theme: string;
390
- /** The default width of the line symbol in pixels or points. */
831
+ /**
832
+ * The default width of the line symbol in pixels or points.
833
+ *
834
+ * @since 5.0
835
+ */
391
836
  width: string | number;
392
837
  }
393
838
 
394
- /** Properties defining the symbology scheme used to visualize polygon features driven by type-based attribute data. */
839
+ /**
840
+ * Properties defining the symbology scheme used to visualize polygon features driven by type-based attribute data.
841
+ *
842
+ * @since 5.0
843
+ */
395
844
  export interface TypeSchemeForPolygon {
396
- /** The fill colors of the symbols comprising the theme. */
845
+ /**
846
+ * The fill colors of the symbols comprising the theme.
847
+ *
848
+ * @since 5.0
849
+ */
397
850
  colors: Color[];
398
- /** The unique name of the scheme. */
851
+ /**
852
+ * The unique name of the scheme.
853
+ *
854
+ * @since 5.0
855
+ */
399
856
  name: string;
400
857
  /**
401
858
  * The color of the fill symbol used to indicate
402
859
  * features with no data.
860
+ *
861
+ * @since 5.0
403
862
  */
404
863
  noDataColor: Color;
405
- /** The opacity of the symbol (0 - 1). */
864
+ /**
865
+ * The opacity of the symbol (0 - 1).
866
+ *
867
+ * @since 5.0
868
+ */
406
869
  opacity: number;
407
- /** Properties for defining the outline of the fill symbol. */
870
+ /**
871
+ * Properties for defining the outline of the fill symbol.
872
+ *
873
+ * @since 5.0
874
+ */
408
875
  outline: SchemeOutline;
409
- /** Tags associated with the scheme. */
876
+ /**
877
+ * Tags associated with the scheme.
878
+ *
879
+ * @since 5.0
880
+ */
410
881
  tags: string[];
411
- /** The theme. */
882
+ /**
883
+ * The theme.
884
+ *
885
+ * @since 5.0
886
+ */
412
887
  theme: string;
413
888
  }
414
889
 
415
- /** Properties defining the symbology scheme used to visualize mesh features driven by type-based attribute data. */
890
+ /**
891
+ * Properties defining the symbology scheme used to visualize mesh features driven by type-based attribute data.
892
+ *
893
+ * @since 5.0
894
+ */
416
895
  export interface TypeSchemeForMesh {
417
- /** The fill colors of the symbols comprising the theme. */
896
+ /**
897
+ * The fill colors of the symbols comprising the theme.
898
+ *
899
+ * @since 5.0
900
+ */
418
901
  colors: Color[];
419
- /** The unique name of the scheme. */
902
+ /**
903
+ * The unique name of the scheme.
904
+ *
905
+ * @since 5.0
906
+ */
420
907
  name: string;
421
908
  /**
422
909
  * The color of the fill symbol used to indicate
423
910
  * features with no data.
911
+ *
912
+ * @since 5.0
424
913
  */
425
914
  noDataColor: Color;
426
- /** The opacity of the symbol (0 - 1). */
915
+ /**
916
+ * The opacity of the symbol (0 - 1).
917
+ *
918
+ * @since 5.0
919
+ */
427
920
  opacity: number;
428
- /** Tags associated with the scheme. */
921
+ /**
922
+ * Tags associated with the scheme.
923
+ *
924
+ * @since 5.0
925
+ */
429
926
  tags: string[];
430
- /** The theme. */
927
+ /**
928
+ * The theme.
929
+ *
930
+ * @since 5.0
931
+ */
431
932
  theme: string;
432
933
  }
433
934
 
434
- /** Properties defining the symbology scheme used to visualize point clouds. */
935
+ /**
936
+ * Properties defining the symbology scheme used to visualize point clouds.
937
+ *
938
+ * @since 5.0
939
+ */
435
940
  export interface PointCloudClassScheme {
436
- /** The fill colors of the point symbols comprising the theme. */
941
+ /**
942
+ * The fill colors of the point symbols comprising the theme.
943
+ *
944
+ * @since 5.0
945
+ */
437
946
  colors: Color[];
438
- /** The unique name of the scheme. */
947
+ /**
948
+ * The unique name of the scheme.
949
+ *
950
+ * @since 5.0
951
+ */
439
952
  name: string;
440
- /** Tags associated with the scheme. */
953
+ /**
954
+ * Tags associated with the scheme.
955
+ *
956
+ * @since 5.0
957
+ */
441
958
  tags: string[];
442
- /** The theme. */
959
+ /**
960
+ * The theme.
961
+ *
962
+ * @since 5.0
963
+ */
443
964
  theme: string;
444
965
  }
445
966
 
967
+ /** @since 5.0 */
446
968
  export type TypeSchemeForGeometry = TypeSchemeForPoint | TypeSchemeForPolyline | TypeSchemeForPolygon | TypeSchemeForMesh;
447
969
 
448
- /** Properties defining the symbology scheme used to visualize features with attribute data-driven types. */
970
+ /**
971
+ * Properties defining the symbology scheme used to visualize features with attribute data-driven types.
972
+ *
973
+ * @since 5.0
974
+ */
449
975
  export type TypeScheme = TypeSchemeForGeometry | PointCloudClassScheme;
450
976
 
451
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-type.html#getSchemes) method. */
977
+ /**
978
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-type.html#getSchemes) method.
979
+ *
980
+ * @since 5.0
981
+ */
452
982
  export interface TypeSchemes {
453
- /** The ID of the basemap associated with the given schemes. */
983
+ /**
984
+ * The ID of the basemap associated with the given schemes.
985
+ *
986
+ * @since 5.0
987
+ */
454
988
  basemapId?: string | null;
455
- /** Indicates whether the average basemap color is `light` or `dark`. */
989
+ /**
990
+ * Indicates whether the average basemap color is `light` or `dark`.
991
+ *
992
+ * @since 5.0
993
+ */
456
994
  basemapTheme?: BasemapTheme | null;
457
- /** The type scheme best suited for the given basemap and geometry type. */
995
+ /**
996
+ * The type scheme best suited for the given basemap and geometry type.
997
+ *
998
+ * @since 5.0
999
+ */
458
1000
  primaryScheme: TypeScheme;
459
- /** Additional type schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
1001
+ /**
1002
+ * Additional type schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
1003
+ *
1004
+ * @since 5.0
1005
+ */
460
1006
  secondarySchemes: TypeScheme[];
461
1007
  }
462
1008
 
463
- /** Properties defining the symbology scheme used to visualize point features as a heatmap. */
1009
+ /**
1010
+ * Properties defining the symbology scheme used to visualize point features as a heatmap.
1011
+ *
1012
+ * @since 5.0
1013
+ */
464
1014
  export interface HeatmapScheme {
465
- /** A continuous color ramp used to construct a heatmap. */
1015
+ /**
1016
+ * A continuous color ramp used to construct a heatmap.
1017
+ *
1018
+ * @since 5.0
1019
+ */
466
1020
  colors: Color[];
467
1021
  /**
468
1022
  * The unique id of the color scheme to usee in the visualization. The id is
469
1023
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
1024
+ *
1025
+ * @since 5.0
470
1026
  */
471
1027
  id: string;
472
- /** The unique name of the scheme. */
1028
+ /**
1029
+ * The unique name of the scheme.
1030
+ *
1031
+ * @since 5.0
1032
+ */
473
1033
  name: string;
474
- /** The opacity of the heatmap. */
1034
+ /**
1035
+ * The opacity of the heatmap.
1036
+ *
1037
+ * @since 5.0
1038
+ */
475
1039
  opacity: number;
476
- /** Tags associated with the scheme. */
1040
+ /**
1041
+ * Tags associated with the scheme.
1042
+ *
1043
+ * @since 5.0
1044
+ */
477
1045
  tags: string[];
478
1046
  }
479
1047
 
480
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-heatmap.html#getSchemes) method. */
1048
+ /**
1049
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-heatmap.html#getSchemes) method.
1050
+ *
1051
+ * @since 5.0
1052
+ */
481
1053
  export interface HeatmapSchemes {
482
- /** The ID of the basemap associated with the given schemes. */
1054
+ /**
1055
+ * The ID of the basemap associated with the given schemes.
1056
+ *
1057
+ * @since 5.0
1058
+ */
483
1059
  basemapId?: string | null;
484
- /** Indicates whether the average basemap color is `light` or `dark`. */
1060
+ /**
1061
+ * Indicates whether the average basemap color is `light` or `dark`.
1062
+ *
1063
+ * @since 5.0
1064
+ */
485
1065
  basemapTheme?: BasemapTheme | null;
486
- /** The heatmap color scheme best suited for the given basemap and geometry type. */
1066
+ /**
1067
+ * The heatmap color scheme best suited for the given basemap and geometry type.
1068
+ *
1069
+ * @since 5.0
1070
+ */
487
1071
  primaryScheme: HeatmapScheme;
488
- /** Additional heatmap color schemes that may be used to visualize data overlaid on the given basemap. */
1072
+ /**
1073
+ * Additional heatmap color schemes that may be used to visualize data overlaid on the given basemap.
1074
+ *
1075
+ * @since 5.0
1076
+ */
489
1077
  secondarySchemes: HeatmapScheme[];
490
1078
  }
491
1079
 
492
- /** Properties defining the symbology scheme used to visualize predominance for point features. */
1080
+ /**
1081
+ * Properties defining the symbology scheme used to visualize predominance for point features.
1082
+ *
1083
+ * @since 5.0
1084
+ */
493
1085
  export interface PredominanceSchemeForPoint {
494
- /** The fill colors of the point symbols used for each category. */
1086
+ /**
1087
+ * The fill colors of the point symbols used for each category.
1088
+ *
1089
+ * @since 5.0
1090
+ */
495
1091
  colors: Color[];
496
- /** The unique name of the scheme. */
1092
+ /**
1093
+ * The unique name of the scheme.
1094
+ *
1095
+ * @since 5.0
1096
+ */
497
1097
  name: string;
498
1098
  /**
499
1099
  * The color of the point symbol used to indicate
500
1100
  * features with no data.
1101
+ *
1102
+ * @since 5.0
501
1103
  */
502
1104
  noDataColor: Color;
503
- /** The opacity of the point symbol (0 - 1). */
1105
+ /**
1106
+ * The opacity of the point symbol (0 - 1).
1107
+ *
1108
+ * @since 5.0
1109
+ */
504
1110
  opacity: number;
505
- /** Properties for defining the outline of the marker symbol. */
1111
+ /**
1112
+ * Properties for defining the outline of the marker symbol.
1113
+ *
1114
+ * @since 5.0
1115
+ */
506
1116
  outline: SchemeOutline;
507
- /** The scheme defining the size visual variable if included in a predominance visualization. */
1117
+ /**
1118
+ * The scheme defining the size visual variable if included in a predominance visualization.
1119
+ *
1120
+ * @since 5.0
1121
+ */
508
1122
  sizeScheme: SizeSchemeForPoint;
509
- /** Tags associated with the scheme. */
1123
+ /**
1124
+ * Tags associated with the scheme.
1125
+ *
1126
+ * @since 5.0
1127
+ */
510
1128
  tags: string[];
511
1129
  }
512
1130
 
513
- /** Properties defining the symbology scheme used to visualize predominance for polyline features. */
1131
+ /**
1132
+ * Properties defining the symbology scheme used to visualize predominance for polyline features.
1133
+ *
1134
+ * @since 5.0
1135
+ */
514
1136
  export interface PredominanceSchemeForPolyline {
515
- /** The colors of the line symbols used for each category. */
1137
+ /**
1138
+ * The colors of the line symbols used for each category.
1139
+ *
1140
+ * @since 5.0
1141
+ */
516
1142
  colors: Color[];
517
- /** The unique name of the scheme. */
1143
+ /**
1144
+ * The unique name of the scheme.
1145
+ *
1146
+ * @since 5.0
1147
+ */
518
1148
  name: string;
519
1149
  /**
520
1150
  * The color of the line symbol used to indicate
521
1151
  * features with no data and features that are out of range.
1152
+ *
1153
+ * @since 5.0
522
1154
  */
523
1155
  noDataColor: Color;
524
- /** The opacity of the line symbol (0 - 1). */
1156
+ /**
1157
+ * The opacity of the line symbol (0 - 1).
1158
+ *
1159
+ * @since 5.0
1160
+ */
525
1161
  opacity: number;
526
- /** The scheme defining the size visual variable if included in a predominance visualization. */
1162
+ /**
1163
+ * The scheme defining the size visual variable if included in a predominance visualization.
1164
+ *
1165
+ * @since 5.0
1166
+ */
527
1167
  sizeScheme: SizeSchemeForPolyline;
528
- /** Tags associated with the scheme. */
1168
+ /**
1169
+ * Tags associated with the scheme.
1170
+ *
1171
+ * @since 5.0
1172
+ */
529
1173
  tags: string[];
530
- /** The default width of the line symbol in pixels or points. */
1174
+ /**
1175
+ * The default width of the line symbol in pixels or points.
1176
+ *
1177
+ * @since 5.0
1178
+ */
531
1179
  width: string | number;
532
1180
  }
533
1181
 
534
- /** Properties defining the symbology scheme used to visualize predominance for polygon features. */
1182
+ /**
1183
+ * Properties defining the symbology scheme used to visualize predominance for polygon features.
1184
+ *
1185
+ * @since 5.0
1186
+ */
535
1187
  export interface PredominanceSchemeForPolygon {
536
- /** The fill colors of the polygon symbols used for each category. */
1188
+ /**
1189
+ * The fill colors of the polygon symbols used for each category.
1190
+ *
1191
+ * @since 5.0
1192
+ */
537
1193
  colors: Color[];
538
- /** The unique name of the scheme. */
1194
+ /**
1195
+ * The unique name of the scheme.
1196
+ *
1197
+ * @since 5.0
1198
+ */
539
1199
  name: string;
540
1200
  /**
541
1201
  * The color of the fill symbol used to indicate
542
1202
  * features with no data.
1203
+ *
1204
+ * @since 5.0
543
1205
  */
544
1206
  noDataColor: Color;
545
- /** The opacity of the symbol (0 - 1). */
1207
+ /**
1208
+ * The opacity of the symbol (0 - 1).
1209
+ *
1210
+ * @since 5.0
1211
+ */
546
1212
  opacity: number;
547
- /** Properties for defining the outline of the fill symbol. */
1213
+ /**
1214
+ * Properties for defining the outline of the fill symbol.
1215
+ *
1216
+ * @since 5.0
1217
+ */
548
1218
  outline: SchemeOutline;
549
- /** The scheme defining the size visual variable if included in a predominance visualization. */
1219
+ /**
1220
+ * The scheme defining the size visual variable if included in a predominance visualization.
1221
+ *
1222
+ * @since 5.0
1223
+ */
550
1224
  sizeScheme: SizeSchemeForPolygon;
551
- /** Tags associated with the scheme. */
1225
+ /**
1226
+ * Tags associated with the scheme.
1227
+ *
1228
+ * @since 5.0
1229
+ */
552
1230
  tags: string[];
553
1231
  }
554
1232
 
555
- /** Properties defining the symbology scheme used to visualize predominance for mesh features. */
1233
+ /**
1234
+ * Properties defining the symbology scheme used to visualize predominance for mesh features.
1235
+ *
1236
+ * @since 5.0
1237
+ */
556
1238
  export interface PredominanceSchemeForMesh {
557
- /** The fill colors of the mesh symbols used for each category. */
1239
+ /**
1240
+ * The fill colors of the mesh symbols used for each category.
1241
+ *
1242
+ * @since 5.0
1243
+ */
558
1244
  colors: Color[];
559
- /** The unique name of the scheme. */
1245
+ /**
1246
+ * The unique name of the scheme.
1247
+ *
1248
+ * @since 5.0
1249
+ */
560
1250
  name: string;
561
1251
  /**
562
1252
  * The color of the fill symbol used to indicate
563
1253
  * features with no data.
1254
+ *
1255
+ * @since 5.0
564
1256
  */
565
1257
  noDataColor: Color;
566
- /** The opacity of the symbol (0 - 1). */
1258
+ /**
1259
+ * The opacity of the symbol (0 - 1).
1260
+ *
1261
+ * @since 5.0
1262
+ */
567
1263
  opacity: number;
568
- /** Tags associated with the scheme. */
1264
+ /**
1265
+ * Tags associated with the scheme.
1266
+ *
1267
+ * @since 5.0
1268
+ */
569
1269
  tags: string[];
570
1270
  }
571
1271
 
572
- /** Defines the symbology scheme used to visualize predominance based on the layer's geometry type. */
1272
+ /**
1273
+ * Defines the symbology scheme used to visualize predominance based on the layer's geometry type.
1274
+ *
1275
+ * @since 5.0
1276
+ */
573
1277
  export type PredominanceScheme = PredominanceSchemeForPoint | PredominanceSchemeForPolyline | PredominanceSchemeForPolygon | PredominanceSchemeForMesh;
574
1278
 
575
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-predominance.html#getSchemes) method. */
1279
+ /**
1280
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-predominance.html#getSchemes) method.
1281
+ *
1282
+ * @since 5.0
1283
+ */
576
1284
  export interface PredominanceSchemes {
577
- /** The ID of the basemap associated with the given schemes. */
1285
+ /**
1286
+ * The ID of the basemap associated with the given schemes.
1287
+ *
1288
+ * @since 5.0
1289
+ */
578
1290
  basemapId?: string | null;
579
- /** Indicates whether the average basemap color is `light` or `dark`. */
1291
+ /**
1292
+ * Indicates whether the average basemap color is `light` or `dark`.
1293
+ *
1294
+ * @since 5.0
1295
+ */
580
1296
  basemapTheme?: BasemapTheme | null;
581
- /** The predominance scheme best suited for the given basemap and geometry type. */
1297
+ /**
1298
+ * The predominance scheme best suited for the given basemap and geometry type.
1299
+ *
1300
+ * @since 5.0
1301
+ */
582
1302
  primaryScheme: PredominanceScheme;
583
- /** Additional predominance schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
1303
+ /**
1304
+ * Additional predominance schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
1305
+ *
1306
+ * @since 5.0
1307
+ */
584
1308
  secondarySchemes: PredominanceScheme[];
585
1309
  }
586
1310
 
587
- /** Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for point features. */
1311
+ /**
1312
+ * Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for point features.
1313
+ *
1314
+ * @since 5.0
1315
+ */
588
1316
  export interface RelationshipSchemeForPoint {
589
- /** Defines the colors to use in each bin of the relationship visualization. */
1317
+ /**
1318
+ * Defines the colors to use in each bin of the relationship visualization.
1319
+ *
1320
+ * @since 5.0
1321
+ */
590
1322
  colorsForClassBreaks: RelationshipColorsForClassBreak[];
591
- /** The ID uniquely identifying the color scheme. */
1323
+ /**
1324
+ * The ID uniquely identifying the color scheme.
1325
+ *
1326
+ * @since 5.0
1327
+ */
592
1328
  id: string;
593
- /** The unique name of the scheme. */
1329
+ /**
1330
+ * The unique name of the scheme.
1331
+ *
1332
+ * @since 5.0
1333
+ */
594
1334
  name: string;
595
1335
  /**
596
1336
  * The color of the point symbol used to indicate
597
1337
  * features with no data.
1338
+ *
1339
+ * @since 5.0
598
1340
  */
599
1341
  noDataColor: Color;
600
- /** The opacity of the point symbol (0 - 1). */
1342
+ /**
1343
+ * The opacity of the point symbol (0 - 1).
1344
+ *
1345
+ * @since 5.0
1346
+ */
601
1347
  opacity: number;
602
- /** Properties for defining the outline of the marker symbol. */
1348
+ /**
1349
+ * Properties for defining the outline of the marker symbol.
1350
+ *
1351
+ * @since 5.0
1352
+ */
603
1353
  outline: SchemeOutline;
604
- /** The size of the point symbol in points. */
1354
+ /**
1355
+ * The size of the point symbol in points.
1356
+ *
1357
+ * @since 5.0
1358
+ */
605
1359
  size: string | number;
606
- /** Tags associated with the scheme. */
1360
+ /**
1361
+ * Tags associated with the scheme.
1362
+ *
1363
+ * @since 5.0
1364
+ */
607
1365
  tags: string[];
608
1366
  }
609
1367
 
610
- /** Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for polyline features. */
1368
+ /**
1369
+ * Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for polyline features.
1370
+ *
1371
+ * @since 5.0
1372
+ */
611
1373
  export interface RelationshipSchemeForPolyline {
612
- /** Defines the colors to use in each bin of the relationship visualization. */
1374
+ /**
1375
+ * Defines the colors to use in each bin of the relationship visualization.
1376
+ *
1377
+ * @since 5.0
1378
+ */
613
1379
  colorsForClassBreaks: RelationshipColorsForClassBreak[];
614
- /** The ID uniquely identifying the color scheme. */
1380
+ /**
1381
+ * The ID uniquely identifying the color scheme.
1382
+ *
1383
+ * @since 5.0
1384
+ */
615
1385
  id: string;
616
- /** The unique name of the scheme. */
1386
+ /**
1387
+ * The unique name of the scheme.
1388
+ *
1389
+ * @since 5.0
1390
+ */
617
1391
  name: string;
618
1392
  /**
619
1393
  * The color of the line symbol used to indicate
620
1394
  * features with no data.
1395
+ *
1396
+ * @since 5.0
621
1397
  */
622
1398
  noDataColor: Color;
623
- /** The opacity of the line symbol (0 - 1). */
1399
+ /**
1400
+ * The opacity of the line symbol (0 - 1).
1401
+ *
1402
+ * @since 5.0
1403
+ */
624
1404
  opacity: number;
625
- /** Tags associated with the scheme. */
1405
+ /**
1406
+ * Tags associated with the scheme.
1407
+ *
1408
+ * @since 5.0
1409
+ */
626
1410
  tags: string[];
627
- /** The width of the line symbol in points. */
1411
+ /**
1412
+ * The width of the line symbol in points.
1413
+ *
1414
+ * @since 5.0
1415
+ */
628
1416
  width: string | number;
629
1417
  }
630
1418
 
631
- /** Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for polygon features. */
1419
+ /**
1420
+ * Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for polygon features.
1421
+ *
1422
+ * @since 5.0
1423
+ */
632
1424
  export interface RelationshipSchemeForPolygon {
633
- /** Defines the colors to use in each bin of the relationship visualization. */
1425
+ /**
1426
+ * Defines the colors to use in each bin of the relationship visualization.
1427
+ *
1428
+ * @since 5.0
1429
+ */
634
1430
  colorsForClassBreaks: RelationshipColorsForClassBreak[];
635
- /** The ID uniquely identifying the color scheme. */
1431
+ /**
1432
+ * The ID uniquely identifying the color scheme.
1433
+ *
1434
+ * @since 5.0
1435
+ */
636
1436
  id: string;
637
- /** The unique name of the scheme. */
1437
+ /**
1438
+ * The unique name of the scheme.
1439
+ *
1440
+ * @since 5.0
1441
+ */
638
1442
  name: string;
639
1443
  /**
640
1444
  * The color of the fill symbol used to indicate
641
1445
  * features with no data.
1446
+ *
1447
+ * @since 5.0
642
1448
  */
643
1449
  noDataColor: Color;
644
- /** The opacity of the fill symbol (0 - 1). */
1450
+ /**
1451
+ * The opacity of the fill symbol (0 - 1).
1452
+ *
1453
+ * @since 5.0
1454
+ */
645
1455
  opacity: number;
646
- /** Properties for defining the outline of the fill symbol. */
1456
+ /**
1457
+ * Properties for defining the outline of the fill symbol.
1458
+ *
1459
+ * @since 5.0
1460
+ */
647
1461
  outline: SchemeOutline;
648
- /** Tags associated with the scheme. */
1462
+ /**
1463
+ * Tags associated with the scheme.
1464
+ *
1465
+ * @since 5.0
1466
+ */
649
1467
  tags: string[];
650
1468
  }
651
1469
 
652
- /** Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for mesh features. */
1470
+ /**
1471
+ * Properties defining the symbology scheme used to visualize relationship renderers (bivariate color) for mesh features.
1472
+ *
1473
+ * @since 5.0
1474
+ */
653
1475
  export interface RelationshipSchemeForMesh {
654
- /** Defines the colors to use in each bin of the relationship visualization. */
1476
+ /**
1477
+ * Defines the colors to use in each bin of the relationship visualization.
1478
+ *
1479
+ * @since 5.0
1480
+ */
655
1481
  colorsForClassBreaks: RelationshipColorsForClassBreak[];
656
- /** The ID uniquely identifying the color scheme. */
1482
+ /**
1483
+ * The ID uniquely identifying the color scheme.
1484
+ *
1485
+ * @since 5.0
1486
+ */
657
1487
  id: string;
658
- /** The unique name of the scheme. */
1488
+ /**
1489
+ * The unique name of the scheme.
1490
+ *
1491
+ * @since 5.0
1492
+ */
659
1493
  name: string;
660
1494
  /**
661
1495
  * The color of the fill symbol used to indicate
662
1496
  * features with no data.
1497
+ *
1498
+ * @since 5.0
663
1499
  */
664
1500
  noDataColor: Color;
665
- /** The opacity of the fill symbol (0 - 1). */
1501
+ /**
1502
+ * The opacity of the fill symbol (0 - 1).
1503
+ *
1504
+ * @since 5.0
1505
+ */
666
1506
  opacity: number;
667
- /** Tags associated with the scheme. */
1507
+ /**
1508
+ * Tags associated with the scheme.
1509
+ *
1510
+ * @since 5.0
1511
+ */
668
1512
  tags: string[];
669
1513
  }
670
1514
 
671
- /** Defines the symbology scheme used to visualize relationship renderers (bivariate color) based on the layer's geometry type. */
1515
+ /**
1516
+ * Defines the symbology scheme used to visualize relationship renderers (bivariate color) based on the layer's geometry type.
1517
+ *
1518
+ * @since 5.0
1519
+ */
672
1520
  export type RelationshipScheme = RelationshipSchemeForPoint | RelationshipSchemeForPolyline | RelationshipSchemeForPolygon | RelationshipSchemeForMesh;
673
1521
 
1522
+ /** @since 5.0 */
674
1523
  export interface RelationshipColorsForClassBreak {
675
- /** The fill colors of the symbols used for each bin in the relationship visualization. */
1524
+ /**
1525
+ * The fill colors of the symbols used for each bin in the relationship visualization.
1526
+ *
1527
+ * @since 5.0
1528
+ */
676
1529
  colors: Color[][];
677
- /** The number of breaks (rows/columns) for each variable in the relationship visualization. */
1530
+ /**
1531
+ * The number of breaks (rows/columns) for each variable in the relationship visualization.
1532
+ *
1533
+ * @since 5.0
1534
+ */
678
1535
  numClasses: number;
679
1536
  }
680
1537
 
681
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-relationship.html#getSchemes) method. */
1538
+ /**
1539
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-relationship.html#getSchemes) method.
1540
+ *
1541
+ * @since 5.0
1542
+ */
682
1543
  export interface RelationshipSchemes {
683
- /** The ID of the basemap associated with the given schemes. */
1544
+ /**
1545
+ * The ID of the basemap associated with the given schemes.
1546
+ *
1547
+ * @since 5.0
1548
+ */
684
1549
  basemapId?: string | null;
685
- /** Indicates whether the average basemap color is `light` or `dark`. */
1550
+ /**
1551
+ * Indicates whether the average basemap color is `light` or `dark`.
1552
+ *
1553
+ * @since 5.0
1554
+ */
686
1555
  basemapTheme?: BasemapTheme | null;
687
- /** The relationship scheme best suited for the given basemap and geometry type. */
1556
+ /**
1557
+ * The relationship scheme best suited for the given basemap and geometry type.
1558
+ *
1559
+ * @since 5.0
1560
+ */
688
1561
  primaryScheme: RelationshipScheme;
689
- /** Additional relationship schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
1562
+ /**
1563
+ * Additional relationship schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
1564
+ *
1565
+ * @since 5.0
1566
+ */
690
1567
  secondarySchemes: RelationshipScheme[];
691
1568
  }
692
1569
 
693
- /** Properties defining the symbology scheme used to visualize predominance for polygon features. */
1570
+ /**
1571
+ * Properties defining the symbology scheme used to visualize predominance for polygon features.
1572
+ *
1573
+ * @since 5.0
1574
+ */
694
1575
  export interface DotDensityScheme {
695
- /** The dot color for each attribute. */
1576
+ /**
1577
+ * The dot color for each attribute.
1578
+ *
1579
+ * @since 5.0
1580
+ */
696
1581
  colors: Color[];
697
- /** The unique name of the scheme. */
1582
+ /**
1583
+ * The unique name of the scheme.
1584
+ *
1585
+ * @since 5.0
1586
+ */
698
1587
  name: string;
699
- /** The opacity of the symbol (0 - 1). */
1588
+ /**
1589
+ * The opacity of the symbol (0 - 1).
1590
+ *
1591
+ * @since 5.0
1592
+ */
700
1593
  opacity: number;
701
- /** Properties for defining the outline of the symbol. */
1594
+ /**
1595
+ * Properties for defining the outline of the symbol.
1596
+ *
1597
+ * @since 5.0
1598
+ */
702
1599
  outline: SchemeOutline;
703
- /** Tags associated with the scheme. */
1600
+ /**
1601
+ * Tags associated with the scheme.
1602
+ *
1603
+ * @since 5.0
1604
+ */
704
1605
  tags: string[];
705
1606
  }
706
1607
 
707
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-dotDensity.html#getSchemes) method. */
1608
+ /**
1609
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-dotDensity.html#getSchemes) method.
1610
+ *
1611
+ * @since 5.0
1612
+ */
708
1613
  export interface DotDensitySchemes {
709
- /** The ID of the basemap associated with the given schemes. */
1614
+ /**
1615
+ * The ID of the basemap associated with the given schemes.
1616
+ *
1617
+ * @since 5.0
1618
+ */
710
1619
  basemapId?: string | null;
711
- /** Indicates whether the average basemap color is `light` or `dark`. */
1620
+ /**
1621
+ * Indicates whether the average basemap color is `light` or `dark`.
1622
+ *
1623
+ * @since 5.0
1624
+ */
712
1625
  basemapTheme?: BasemapTheme | null;
713
- /** The dot density scheme best suited for the given basemap and geometry type. */
1626
+ /**
1627
+ * The dot density scheme best suited for the given basemap and geometry type.
1628
+ *
1629
+ * @since 5.0
1630
+ */
714
1631
  primaryScheme: DotDensityScheme;
715
- /** Additional dot density schemes that may be used to visualize data of the given geometry type overlaid on the given basemap. */
1632
+ /**
1633
+ * Additional dot density schemes that may be used to visualize data of the given geometry type overlaid on the given basemap.
1634
+ *
1635
+ * @since 5.0
1636
+ */
716
1637
  secondarySchemes: DotDensityScheme[];
717
1638
  }
718
1639
 
719
- /** Properties defining the colors and schemes used to visualize pie charts. */
1640
+ /**
1641
+ * Properties defining the colors and schemes used to visualize pie charts.
1642
+ *
1643
+ * @since 5.0
1644
+ */
720
1645
  export interface PieChartScheme {
721
- /** The color of the "others" category. */
1646
+ /**
1647
+ * The color of the "others" category.
1648
+ *
1649
+ * @since 5.0
1650
+ */
722
1651
  colorForOthersCategory: Color;
723
- /** The colors used to visualize pie slices in the chart. */
1652
+ /**
1653
+ * The colors used to visualize pie slices in the chart.
1654
+ *
1655
+ * @since 5.0
1656
+ */
724
1657
  colors: Color[];
725
- /** The unique name of the color scheme. */
1658
+ /**
1659
+ * The unique name of the color scheme.
1660
+ *
1661
+ * @since 5.0
1662
+ */
726
1663
  name: string;
727
- /** Properties for defining the outline of the pie chart. */
1664
+ /**
1665
+ * Properties for defining the outline of the pie chart.
1666
+ *
1667
+ * @since 5.0
1668
+ */
728
1669
  outline: SchemeOutline;
729
- /** The default size of the pie charts in points or pixels. */
1670
+ /**
1671
+ * The default size of the pie charts in points or pixels.
1672
+ *
1673
+ * @since 5.0
1674
+ */
730
1675
  size: string | number;
731
- /** The scheme defining the size visual variable used to vary chart size per feature. */
1676
+ /**
1677
+ * The scheme defining the size visual variable used to vary chart size per feature.
1678
+ *
1679
+ * @since 5.0
1680
+ */
732
1681
  sizeScheme?: SizeScheme | null;
733
- /** Tags associated with the color scheme. */
1682
+ /**
1683
+ * Tags associated with the color scheme.
1684
+ *
1685
+ * @since 5.0
1686
+ */
734
1687
  tags: string[];
735
1688
  }
736
1689
 
737
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-pieChart.html#getSchemes) method. */
1690
+ /**
1691
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-pieChart.html#getSchemes) method.
1692
+ *
1693
+ * @since 5.0
1694
+ */
738
1695
  export interface PieChartSchemes {
739
- /** The ID of the basemap associated with the given schemes. */
1696
+ /**
1697
+ * The ID of the basemap associated with the given schemes.
1698
+ *
1699
+ * @since 5.0
1700
+ */
740
1701
  basemapId?: string | null;
741
- /** Indicates whether the average basemap color is `light` or `dark`. */
1702
+ /**
1703
+ * Indicates whether the average basemap color is `light` or `dark`.
1704
+ *
1705
+ * @since 5.0
1706
+ */
742
1707
  basemapTheme?: BasemapTheme | null;
743
- /** The suggest default chart scheme based on the given basemap. */
1708
+ /**
1709
+ * The suggest default chart scheme based on the given basemap.
1710
+ *
1711
+ * @since 5.0
1712
+ */
744
1713
  primaryScheme: PieChartScheme;
745
- /** Additional chart schemes that may be used to visualize data overlaid on the given basemap. */
1714
+ /**
1715
+ * Additional chart schemes that may be used to visualize data overlaid on the given basemap.
1716
+ *
1717
+ * @since 5.0
1718
+ */
746
1719
  secondarySchemes: PieChartScheme[];
747
1720
  }
748
1721
 
749
- /** Suggested property values for defining the scheme used to visualize flow lines. */
1722
+ /**
1723
+ * Suggested property values for defining the scheme used to visualize flow lines.
1724
+ *
1725
+ * @since 5.0
1726
+ */
750
1727
  export interface FlowScheme {
751
- /** The suggested color of the flow lines if a color visual variable is not desired. */
1728
+ /**
1729
+ * The suggested color of the flow lines if a color visual variable is not desired.
1730
+ *
1731
+ * @since 5.0
1732
+ */
752
1733
  color: Color;
753
1734
  /**
754
1735
  * The suggested colors to use if a
755
1736
  * [ColorVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html) is set on the flow renderer.
1737
+ *
1738
+ * @since 5.0
756
1739
  */
757
1740
  colors: Color[];
758
- /** The suggested [FlowRenderer#density](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#density) of the streamlines. */
1741
+ /**
1742
+ * The suggested [FlowRenderer#density](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#density) of the streamlines.
1743
+ *
1744
+ * @since 5.0
1745
+ */
759
1746
  density: number;
760
- /** The suggested [FlowRenderer#flowSpeed](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#flowSpeed) of the streamlines. */
1747
+ /**
1748
+ * The suggested [FlowRenderer#flowSpeed](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#flowSpeed) of the streamlines.
1749
+ *
1750
+ * @since 5.0
1751
+ */
761
1752
  flowSpeed: number;
762
1753
  /**
763
1754
  * The unique id of the color scheme to use in the visualization. The id is
764
1755
  * assigned based on the following template: `<themeName>/<basemapName>/<schemeName>`.
1756
+ *
1757
+ * @since 5.0
765
1758
  */
766
1759
  id: string;
767
1760
  /**
@@ -772,31 +1765,49 @@ export interface FlowScheme {
772
1765
  * > **Known Limitations**
773
1766
  * >
774
1767
  * > The layer effects are not supported in 3D [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html).
1768
+ *
1769
+ * @since 5.0
775
1770
  */
776
1771
  layerEffect: string;
777
1772
  /**
778
1773
  * The suggested opacity to apply to large magnitude values if an
779
1774
  * [OpacityVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html) is set on the flow renderer.
1775
+ *
1776
+ * @since 5.0
780
1777
  */
781
1778
  maxOpacity: number;
782
1779
  /**
783
1780
  * The suggested size to apply to large magnitude values if a
784
1781
  * [SizeVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html) is set on the flow renderer.
1782
+ *
1783
+ * @since 5.0
785
1784
  */
786
1785
  maxSize: number;
787
1786
  /**
788
1787
  * The suggested opacity to apply to small magnitude values if an
789
1788
  * [OpacityVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-OpacityVariable.html) is set on the flow renderer.
1789
+ *
1790
+ * @since 5.0
790
1791
  */
791
1792
  minOpacity: number;
792
1793
  /**
793
1794
  * The suggested size to apply to small magnitude values if a
794
1795
  * [SizeVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-SizeVariable.html) is set on the flow renderer.
1796
+ *
1797
+ * @since 5.0
795
1798
  */
796
1799
  minSize: number;
797
- /** The unique name of the scheme. */
1800
+ /**
1801
+ * The unique name of the scheme.
1802
+ *
1803
+ * @since 5.0
1804
+ */
798
1805
  name: string;
799
- /** Tags associated with the scheme. */
1806
+ /**
1807
+ * Tags associated with the scheme.
1808
+ *
1809
+ * @since 5.0
1810
+ */
800
1811
  tags: string[];
801
1812
  /**
802
1813
  * Determines how flow lines will render.
@@ -811,6 +1822,8 @@ export interface FlowScheme {
811
1822
  * > **Known Limitations**
812
1823
  * >
813
1824
  * > The `wave-front` flow theme is not supported in 3D [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html).
1825
+ *
1826
+ * @since 5.0
814
1827
  */
815
1828
  theme: "flow-line" | "wave-front";
816
1829
  /**
@@ -821,39 +1834,88 @@ export interface FlowScheme {
821
1834
  * > **Known Limitations**
822
1835
  * >
823
1836
  * > The `round` trail cap is not supported in 3D [SceneView](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html).
1837
+ *
1838
+ * @since 5.0
824
1839
  */
825
1840
  trailCap: "butt" | "round";
826
- /** The suggested [length](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#trailLength) of the streamlines. */
1841
+ /**
1842
+ * The suggested [length](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#trailLength) of the streamlines.
1843
+ *
1844
+ * @since 5.0
1845
+ */
827
1846
  trailLength: number;
828
- /** The suggested [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#trailWidth) of the streamlines. */
1847
+ /**
1848
+ * The suggested [width](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-FlowRenderer.html#trailWidth) of the streamlines.
1849
+ *
1850
+ * @since 5.0
1851
+ */
829
1852
  trailWidth: number;
830
1853
  }
831
1854
 
832
- /** The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-flow.html#getSchemes) method. */
1855
+ /**
1856
+ * The return object of the [getSchemes()](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-symbology-flow.html#getSchemes) method.
1857
+ *
1858
+ * @since 5.0
1859
+ */
833
1860
  export interface FlowSchemes {
834
- /** The ID of the basemap associated with the given schemes. */
1861
+ /**
1862
+ * The ID of the basemap associated with the given schemes.
1863
+ *
1864
+ * @since 5.0
1865
+ */
835
1866
  basemapId?: string | null;
836
- /** Indicates whether the average basemap color is `light` or `dark`. */
1867
+ /**
1868
+ * Indicates whether the average basemap color is `light` or `dark`.
1869
+ *
1870
+ * @since 5.0
1871
+ */
837
1872
  basemapTheme?: BasemapTheme | null;
838
- /** The flow scheme best suited for the given basemap. */
1873
+ /**
1874
+ * The flow scheme best suited for the given basemap.
1875
+ *
1876
+ * @since 5.0
1877
+ */
839
1878
  primaryScheme: FlowScheme;
840
- /** Additional flow schemes that may be used to visualize streamlines overlaid on the given basemap or basemap theme. */
1879
+ /**
1880
+ * Additional flow schemes that may be used to visualize streamlines overlaid on the given basemap or basemap theme.
1881
+ *
1882
+ * @since 5.0
1883
+ */
841
1884
  secondarySchemes: FlowScheme[];
842
1885
  }
843
1886
 
1887
+ /** @since 5.0 */
844
1888
  export type BasemapTheme = "light" | "dark";
845
1889
 
846
- /** Defines a ramp of colors to use for visualizing data in a chart, [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html), or [ColorVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html). */
1890
+ /**
1891
+ * Defines a ramp of colors to use for visualizing data in a chart, [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html), or [ColorVariable](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-visualVariables-ColorVariable.html).
1892
+ *
1893
+ * @since 5.0
1894
+ */
847
1895
  export interface ColorRamp {
848
- /** An array of five colors intended for displaying a continuous color ramp. */
1896
+ /**
1897
+ * An array of five colors intended for displaying a continuous color ramp.
1898
+ *
1899
+ * @since 5.0
1900
+ */
849
1901
  colors: Color[];
850
1902
  /**
851
1903
  * Contains an array of ramps ranging in size from 1 color to 10 colors. All ramps are part of the same color
852
1904
  * scheme, but provide a different number of colors depending on the requirements of the ramp needed for the visualization.
1905
+ *
1906
+ * @since 5.0
853
1907
  */
854
1908
  colorsForClassBreaks: ColorsForClassBreak[];
855
- /** The unique name of the color ramp. */
1909
+ /**
1910
+ * The unique name of the color ramp.
1911
+ *
1912
+ * @since 5.0
1913
+ */
856
1914
  name: string;
857
- /** Tags associated with the color ramp. */
1915
+ /**
1916
+ * Tags associated with the color ramp.
1917
+ *
1918
+ * @since 5.0
1919
+ */
858
1920
  tags: string[];
859
1921
  }