@arcgis/core 5.0.0-next.68 → 5.0.0-next.69

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 (336) hide show
  1. package/Ground.d.ts +3 -4
  2. package/WebDocument2D.d.ts +1 -1
  3. package/WebLinkChart.d.ts +2 -0
  4. package/analysis/ElevationProfile/ElevationProfileLineQuery.d.ts +3 -4
  5. package/analysis/types.d.ts +1 -0
  6. package/applications/Components/analysisUtils.d.ts +1 -3
  7. package/applications/Components/arcadeFeatureUtils.d.ts +1 -1
  8. package/applications/ExperienceBuilder/sketchUtils.d.ts +2 -2
  9. package/applications/KnowledgeStudio/reshape.d.ts +2 -2
  10. package/applications/SceneViewer/sceneViewerUtils.d.ts +11 -0
  11. package/applications/SceneViewer/sceneViewerUtils.js +1 -1
  12. package/assets/esri/core/libs/libtess/libtess-f32.wasm +0 -0
  13. package/assets/esri/core/libs/libtess/libtess-f64.wasm +0 -0
  14. package/assets/esri/core/workers/RemoteClient.js +1 -1
  15. package/assets/esri/core/workers/chunks/{c623918e289a09905cd1.js → 01d7542d85a453384cf1.js} +1 -1
  16. package/assets/esri/core/workers/chunks/{168ec8fca2702617a543.js → 09dfec3e097ebbef6a89.js} +1 -1
  17. package/assets/esri/core/workers/chunks/{794960ec36e11f4416c2.js → 1d1e25bb61eeeee8ee94.js} +1 -1
  18. package/assets/esri/core/workers/chunks/2e2c47f8a80ee9234350.js +1 -0
  19. package/assets/esri/core/workers/chunks/{b2a1e5e9182b643909eb.js → 4c04c54330b693892cfc.js} +47 -49
  20. package/assets/esri/core/workers/chunks/563933a84fc9b0e021f6.js +1 -0
  21. package/assets/esri/core/workers/chunks/58b3a776ef129f7f86dc.js +1 -0
  22. package/assets/esri/core/workers/chunks/58e8d41dcc450e6427c9.js +1 -0
  23. package/assets/esri/core/workers/chunks/6c9dac4a869742cc2718.js +1 -0
  24. package/assets/esri/core/workers/chunks/{e5aac523c37d906eece6.js → 827277e5da652bcecaf2.js} +1 -1
  25. package/assets/esri/core/workers/chunks/9f34cf024231f574009c.js +1 -0
  26. package/assets/esri/core/workers/chunks/a10c6dd3bb8b3602de68.js +1 -0
  27. package/assets/esri/core/workers/chunks/a64cd02ca959d511101c.js +1 -0
  28. package/assets/esri/core/workers/chunks/{0f8149fdcf0adeca268e.js → b28e0b89603d8b03f9e1.js} +1 -1
  29. package/assets/esri/core/workers/chunks/b5e4a36784d598ae6679.js +1 -0
  30. package/assets/esri/core/workers/chunks/{204d738c8b651314ae64.js → b899b4e7979c13b99526.js} +1 -1
  31. package/assets/esri/core/workers/chunks/bf05164b7a3e4f31e9db.js +1 -0
  32. package/assets/esri/core/workers/chunks/d0ae8752419d5b761190.js +1 -0
  33. package/assets/esri/core/workers/chunks/dbfb00fb28b8b9f687a1.js +1 -0
  34. package/assets/esri/core/workers/chunks/e071b912539304564b69.js +1 -0
  35. package/assets/esri/core/workers/chunks/{ab71865b94022e78035c.js → f92845eb7df1804fcd6d.js} +1 -1
  36. package/assets/esri/themes/base/widgets/_BatchAttributeForm.scss +108 -0
  37. package/assets/esri/themes/dark/main.css +1 -1
  38. package/assets/esri/themes/light/main.css +1 -1
  39. package/assets/esri/themes/light/view.css +1 -1
  40. package/chunks/GaussianSplat.glsl.js +2 -2
  41. package/chunks/GaussianSplatDepthComposition.glsl.js +4 -5
  42. package/chunks/HUDMaterial.glsl.js +45 -47
  43. package/chunks/LineMarker.glsl.js +33 -34
  44. package/chunks/PointRenderer.glsl.js +6 -6
  45. package/chunks/RibbonLine.glsl.js +62 -54
  46. package/chunks/libtess-f32.js +1 -1
  47. package/chunks/libtess-f64.js +1 -1
  48. package/config.js +1 -1
  49. package/core/Collection.d.ts +3 -2
  50. package/core/Identifiable.d.ts +1 -3
  51. package/core/accessorSupport/types.d.ts +0 -8
  52. package/core/promiseUtils.d.ts +1 -1
  53. package/core/reactiveUtils.d.ts +2 -2
  54. package/core/units.d.ts +8 -2
  55. package/geometry/HeightModelInfo.d.ts +3 -3
  56. package/geometry/SpatialReference.d.ts +2 -2
  57. package/geometry/libtess.js +1 -1
  58. package/geometry/support/meshUtils/types.d.ts +2 -2
  59. package/geometry/types.d.ts +2 -0
  60. package/identity/IdentityManagerBase.d.ts +4 -4
  61. package/interfaces.d.ts +2937 -2954
  62. package/kernel.js +1 -1
  63. package/layers/BaseElevationLayer.d.ts +3 -4
  64. package/layers/ElevationLayer.d.ts +3 -4
  65. package/layers/FeatureLayer.d.ts +12 -11
  66. package/layers/FeatureLayer.js +1 -1
  67. package/layers/GroupLayer.d.ts +3 -3
  68. package/layers/ImageryLayer.d.ts +3 -3
  69. package/layers/ImageryTileLayer.d.ts +3 -4
  70. package/layers/Layer.d.ts +4 -4
  71. package/layers/LineOfSightLayer.d.ts +1 -1
  72. package/layers/LinkChartLayer.js +1 -1
  73. package/layers/MapImageLayer.d.ts +7 -8
  74. package/layers/MediaLayer.d.ts +3 -3
  75. package/layers/OrientedImageryLayer.d.ts +3 -3
  76. package/layers/ParquetLayer.d.ts +1 -1
  77. package/layers/ParquetLayer.js +1 -1
  78. package/layers/RouteLayer.d.ts +2 -3
  79. package/layers/SceneLayer.d.ts +167 -3
  80. package/layers/SceneLayer.js +1 -1
  81. package/layers/StreamLayer.d.ts +3 -3
  82. package/layers/SubtypeGroupLayer.d.ts +3 -3
  83. package/layers/WCSLayer.d.ts +3 -3
  84. package/layers/graphics/sources/ParquetSource.d.ts +1 -1
  85. package/layers/graphics/sources/support/QueryTask.js +1 -1
  86. package/layers/mixins/SceneService.d.ts +2 -2
  87. package/layers/orientedImagery/queries.js +1 -1
  88. package/layers/orientedImagery/transformations/imageToWorld.d.ts +2 -2
  89. package/layers/orientedImagery/transformations/types.d.ts +1 -1
  90. package/layers/raster/datasets/pixelReader.d.ts +1 -7
  91. package/layers/raster/functions/creators/createBandIndexFunctions.d.ts +29 -29
  92. package/layers/support/BuildingFilterMode.d.ts +3 -1
  93. package/layers/support/BuildingFilterMode.js +1 -1
  94. package/layers/support/BuildingFilterModeSolid.js +1 -1
  95. package/layers/support/BuildingFilterModeWireFrame.js +1 -1
  96. package/layers/support/BuildingFilterModeXRay.js +1 -1
  97. package/layers/support/CodedValue.d.ts +1 -1
  98. package/layers/support/ControlPoint.d.ts +6 -20
  99. package/layers/support/ControlPointsGeoreference.d.ts +2 -1
  100. package/layers/support/ElevationSampler.d.ts +2 -2
  101. package/layers/support/FeatureReductionBinning.d.ts +4 -4
  102. package/layers/support/FeatureReductionBinning.js +1 -1
  103. package/layers/support/FeatureReductionSelection.d.ts +3 -3
  104. package/layers/support/FeatureReductionSelection.js +1 -1
  105. package/layers/support/Field.d.ts +1 -2
  106. package/layers/support/ParquetGeometryEncodingLocation.d.ts +6 -4
  107. package/layers/support/ParquetGeometryEncodingLocation.js +1 -1
  108. package/layers/support/ParquetGeometryEncodingWkb.d.ts +6 -4
  109. package/layers/support/ParquetGeometryEncodingWkb.js +1 -1
  110. package/layers/support/PixelBlock.d.ts +11 -3
  111. package/layers/support/RangeDomain.d.ts +2 -1
  112. package/layers/support/SceneServiceTimeInfo.js +5 -0
  113. package/layers/support/SpriteSource.d.ts +1 -0
  114. package/layers/support/Sublayer.d.ts +17 -16
  115. package/layers/support/Sublayer.js +1 -1
  116. package/layers/support/featureReductionUtils.js +1 -1
  117. package/layers/support/rasterFunctionUtils.d.ts +30 -30
  118. package/layers/support/types.d.ts +101 -1
  119. package/layers/types.d.ts +12 -1
  120. package/layers/wms/types.d.ts +0 -4
  121. package/networks/CircuitManager.d.ts +5 -5
  122. package/networks/Network.d.ts +5 -5
  123. package/networks/UtilityNetwork.d.ts +2 -2
  124. package/package.json +2 -2
  125. package/popup/content/types.d.ts +1 -3
  126. package/portal/PortalItem.d.ts +8 -8
  127. package/portal/PortalItemResource.d.ts +2 -2
  128. package/portal/PortalUser.d.ts +3 -3
  129. package/portal/support/resourceUtils.d.ts +3 -3
  130. package/portal/types.d.ts +6 -6
  131. package/renderers/support/pointCloud/types.d.ts +1 -0
  132. package/renderers/support/raster/types.d.ts +1 -0
  133. package/renderers/types.d.ts +2 -0
  134. package/rest/knowledgeGraph/wasmInterface/WasmDataModelWrapperInterfaces.d.ts +0 -2
  135. package/rest/layerSources/DynamicDataLayer.d.ts +102 -0
  136. package/rest/layerSources/DynamicDataLayer.js +5 -0
  137. package/{layers/support/source/MapLayerSource.d.ts → rest/layerSources/DynamicMapLayer.d.ts} +4 -4
  138. package/rest/layerSources/DynamicMapLayer.js +5 -0
  139. package/rest/layerSources/JoinTableDataSource.d.ts +75 -0
  140. package/rest/layerSources/JoinTableDataSource.js +5 -0
  141. package/{layers/support/source → rest/layerSources}/QueryTableDataSource.d.ts +8 -7
  142. package/rest/layerSources/QueryTableDataSource.js +5 -0
  143. package/{layers/support/source → rest/layerSources}/RasterDataSource.d.ts +2 -2
  144. package/rest/layerSources/RasterDataSource.js +5 -0
  145. package/{layers/support/source → rest/layerSources}/TableDataSource.d.ts +2 -2
  146. package/rest/layerSources/TableDataSource.js +5 -0
  147. package/rest/layerSources/utils.js +5 -0
  148. package/rest/print.js +1 -1
  149. package/rest/query/executeQuery.js +1 -1
  150. package/rest/support/Query.js +1 -1
  151. package/rest/support/RelationshipQuery.js +1 -1
  152. package/rest/support/types.d.ts +0 -4
  153. package/smartMapping/heuristics/binLevel.d.ts +2 -2
  154. package/smartMapping/heuristics/scaleRange.d.ts +2 -2
  155. package/smartMapping/heuristics/sizeRange.d.ts +2 -2
  156. package/smartMapping/heuristics/types.d.ts +3 -3
  157. package/smartMapping/labels/bins.d.ts +2 -2
  158. package/smartMapping/labels/clusters.d.ts +2 -2
  159. package/smartMapping/renderers/color.d.ts +14 -14
  160. package/smartMapping/renderers/dotDensity.d.ts +2 -2
  161. package/smartMapping/renderers/heatmap.d.ts +4 -4
  162. package/smartMapping/renderers/location.d.ts +2 -2
  163. package/smartMapping/renderers/opacity.d.ts +2 -2
  164. package/smartMapping/renderers/pieChart.d.ts +4 -4
  165. package/smartMapping/renderers/predominance.d.ts +2 -2
  166. package/smartMapping/renderers/relationship.d.ts +4 -4
  167. package/smartMapping/renderers/size.d.ts +15 -15
  168. package/smartMapping/renderers/support/rendererUtils.d.ts +2 -2
  169. package/smartMapping/renderers/type.d.ts +4 -4
  170. package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
  171. package/smartMapping/statistics/classBreaks.d.ts +2 -2
  172. package/smartMapping/statistics/heatmapStatistics.d.ts +2 -2
  173. package/smartMapping/statistics/histogram.d.ts +2 -2
  174. package/smartMapping/statistics/predominantCategories.d.ts +2 -2
  175. package/smartMapping/statistics/summaryStatistics.d.ts +2 -2
  176. package/smartMapping/statistics/summaryStatisticsForAge.d.ts +2 -2
  177. package/smartMapping/statistics/support/ageUtils.d.ts +2 -2
  178. package/smartMapping/statistics/types.d.ts +7 -7
  179. package/smartMapping/statistics/uniqueValues.d.ts +2 -2
  180. package/smartMapping/symbology/color.d.ts +8 -8
  181. package/smartMapping/symbology/dotDensity.d.ts +6 -6
  182. package/smartMapping/symbology/flow.d.ts +6 -6
  183. package/smartMapping/symbology/heatmap.d.ts +6 -6
  184. package/smartMapping/symbology/location.d.ts +2 -2
  185. package/smartMapping/symbology/pieChart.d.ts +6 -6
  186. package/smartMapping/symbology/predominance.d.ts +6 -6
  187. package/smartMapping/symbology/relationship.d.ts +6 -6
  188. package/smartMapping/symbology/size.d.ts +2 -2
  189. package/smartMapping/symbology/support/colorRamps.d.ts +2 -2
  190. package/smartMapping/symbology/type.d.ts +6 -6
  191. package/support/popupUtils.d.ts +2 -2
  192. package/support/revision.js +1 -1
  193. package/symbols/LineSymbol3D.d.ts +2 -2
  194. package/symbols/PointSymbol3D.d.ts +2 -2
  195. package/symbols/PolygonSymbol3D.d.ts +2 -2
  196. package/symbols/patterns/LinePattern3D.d.ts +8 -0
  197. package/symbols/patterns/LineStylePattern3D.d.ts +1 -2
  198. package/symbols/patterns/Pattern3D.d.ts +9 -0
  199. package/symbols/patterns/StylePattern3D.d.ts +1 -2
  200. package/symbols/types.d.ts +7 -0
  201. package/unionTypes.d.ts +13 -13
  202. package/views/2d/analysis/types.d.ts +1 -0
  203. package/views/2d/engine/vectorTiles/shaders/sources/shaderRepository.js +1 -1
  204. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  205. package/views/2d/layers/BaseLayerView2D.d.ts +0 -5
  206. package/views/2d/layers/FeatureLayerView2D.js +1 -1
  207. package/views/2d/layers/StreamLayerView2D.js +1 -1
  208. package/views/2d/layers/features/Processor.js +1 -1
  209. package/views/2d/layers/support/MediaLayerInteractionOptions.js +1 -1
  210. package/views/3d/analysis/LineOfSightAnalysisView3D.d.ts +0 -2
  211. package/views/3d/analysis/types.d.ts +1 -0
  212. package/views/3d/environment/SunLighting.d.ts +1 -3
  213. package/views/3d/layers/GaussianSplatLayerView3D.js +1 -1
  214. package/views/3d/layers/support/MediaLayerInteractionOptions.d.ts +4 -0
  215. package/views/3d/support/QualityProfile.js +1 -1
  216. package/views/3d/support/QualitySettings.js +1 -1
  217. package/views/3d/support/gaussianSplatting/GaussianSplatDataStore.js +1 -1
  218. package/views/3d/support/gaussianSplatting/GaussianSplatFadeTexture.js +1 -1
  219. package/views/3d/webgl-engine/collections/Component/Transform.js +1 -1
  220. package/views/3d/webgl-engine/core/shaderLibrary/shading/PositionOutsideClipSpace.js +5 -0
  221. package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
  222. package/views/3d/webgl-engine/lib/LocalOriginManager.js +1 -1
  223. package/views/3d/webgl-engine/lib/edgeRendering/EdgeRenderer.js +1 -1
  224. package/views/3d/webgl-engine/lib/edgeRendering/EdgeView.js +1 -1
  225. package/views/3d/webgl-engine/lib/edgeRendering/LegacyTransform.js +5 -0
  226. package/views/3d/webgl-engine/shaders/GaussianSplat.glsl.js +1 -1
  227. package/views/3d/webgl-engine/shaders/GaussianSplatTechniqueConfiguration.js +1 -1
  228. package/views/3d/webgl-engine/shaders/HUDMaterial.glsl.js +1 -1
  229. package/views/3d/webgl-engine/shaders/LineMarker.glsl.js +1 -1
  230. package/views/3d/webgl-engine/shaders/PointRenderer.glsl.js +1 -1
  231. package/views/3d/webgl-engine/shaders/RibbonLine.glsl.js +1 -1
  232. package/views/SceneView.js +1 -1
  233. package/views/View.js +1 -1
  234. package/views/View2D.js +1 -1
  235. package/views/analysis/types.d.ts +4 -0
  236. package/views/input/types.d.ts +2 -4
  237. package/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceTiledFetcher.js +1 -1
  238. package/views/layers/CatalogLayerView.d.ts +1 -4
  239. package/views/layers/DimensionLayerView.d.ts +4 -6
  240. package/views/layers/DimensionLayerViewMixin.d.ts +0 -97
  241. package/views/layers/LineOfSightLayerView.d.ts +4 -6
  242. package/views/layers/LineOfSightLayerViewMixin.d.ts +0 -77
  243. package/views/layers/StreamLayerView.d.ts +31 -2
  244. package/views/support/WebAssemblyRequirements.js +5 -0
  245. package/views/support/WebGLRequirements.js +1 -1
  246. package/webdoc/support/SlideThumbnail.d.ts +6 -3
  247. package/webdoc/support/SlideThumbnail.js +1 -1
  248. package/webscene/spec-certification/api.js +1 -1
  249. package/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.d.ts +2 -2
  250. package/widgets/AreaMeasurement2D/AreaMeasurement2DViewModel.js +1 -1
  251. package/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.d.ts +2 -2
  252. package/widgets/AreaMeasurement3D/AreaMeasurement3DViewModel.js +1 -1
  253. package/widgets/BatchAttributeForm/inputs/InputBase.js +1 -1
  254. package/widgets/BatchAttributeForm/inputs/TextElementInput.d.ts +7 -0
  255. package/widgets/BatchAttributeForm/inputs/TextElementInput.js +1 -1
  256. package/widgets/BatchAttributeForm/inputs/support/textInputElementUtils.js +5 -0
  257. package/widgets/BatchAttributeForm/templates/TextElementTemplate.js +1 -1
  258. package/widgets/BatchAttributeForm/templates/support/createBatchFormTemplate.js +1 -1
  259. package/widgets/BatchAttributeForm/templates/support/hashElementTemplate.js +1 -1
  260. package/widgets/BatchAttributeForm.js +1 -1
  261. package/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.d.ts +2 -2
  262. package/widgets/DirectLineMeasurement3D/DirectLineMeasurement3DViewModel.js +1 -1
  263. package/widgets/Directions/DirectionsViewModel.d.ts +20 -4
  264. package/widgets/Directions/DirectionsViewModel.js +1 -1
  265. package/widgets/Directions.d.ts +2 -3
  266. package/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.d.ts +2 -2
  267. package/widgets/DistanceMeasurement2D/DistanceMeasurement2DViewModel.js +1 -1
  268. package/widgets/Editor/EditorViewModel.d.ts +2 -2
  269. package/widgets/Editor.d.ts +2 -2
  270. package/widgets/ElevationProfile/support/HoveredPoints.js +1 -1
  271. package/widgets/ElevationProfile/types.d.ts +3 -4
  272. package/widgets/Feature/support/arcadeFeatureUtils.js +1 -1
  273. package/widgets/Feature/types.d.ts +1 -5
  274. package/widgets/FeatureTable/Grid/types.d.ts +0 -2
  275. package/widgets/FeatureTable/support/types.d.ts +8 -8
  276. package/widgets/Features/FeaturesViewModel.d.ts +3 -3
  277. package/widgets/Features/FeaturesViewModel.js +1 -1
  278. package/widgets/LineOfSight/LineOfSightViewModel.d.ts +2 -2
  279. package/widgets/LineOfSight/LineOfSightViewModel.js +1 -1
  280. package/widgets/OrientedImageryViewer/navigation/queries.js +1 -1
  281. package/widgets/Popup/types.d.ts +0 -2
  282. package/widgets/ShadowCast/ShadowCastVisibleElements.d.ts +2 -0
  283. package/widgets/Sketch/SketchViewModel.js +1 -1
  284. package/widgets/Sketch/types.d.ts +2 -2
  285. package/widgets/Slice/SliceViewModel.d.ts +2 -2
  286. package/widgets/Slice/SliceViewModel.js +1 -1
  287. package/widgets/Spinner/SpinnerViewModel.js +1 -1
  288. package/widgets/support/AnalysisViewModelMixin.js +5 -0
  289. package/widgets/support/AnchorElementViewModel.js +1 -1
  290. package/widgets/support/InteractiveToolViewModelMixin.js +5 -0
  291. package/assets/esri/core/workers/chunks/3c3d311b88f5400951ef.js +0 -1
  292. package/assets/esri/core/workers/chunks/4a060147d25929680ec8.js +0 -1
  293. package/assets/esri/core/workers/chunks/4d0eaeb4cd6cd55e25fd.js +0 -1
  294. package/assets/esri/core/workers/chunks/61801bb8c7be8fe77086.js +0 -1
  295. package/assets/esri/core/workers/chunks/62b28f73f814413c10fc.js +0 -1
  296. package/assets/esri/core/workers/chunks/6925f09d44cc38480d53.js +0 -1
  297. package/assets/esri/core/workers/chunks/98f4b44eca91c42ca08e.js +0 -1
  298. package/assets/esri/core/workers/chunks/990341f7c47bd656c782.js +0 -1
  299. package/assets/esri/core/workers/chunks/ba7f57788847cc0f68df.js +0 -1
  300. package/assets/esri/core/workers/chunks/bf06250be7a7a36306b1.js +0 -1
  301. package/assets/esri/core/workers/chunks/cd2708fb7636b3ace229.js +0 -1
  302. package/assets/esri/core/workers/chunks/f7d93aae350796b88562.js +0 -1
  303. package/assets/esri/core/workers/chunks/f95e488d2b86e320624f.js +0 -1
  304. package/layers/mixins/TemporalSceneLayer.d.ts +0 -177
  305. package/layers/mixins/TemporalSceneLayer.js +0 -5
  306. package/layers/mixins/properties/ILayerWithSave.d.ts +0 -11
  307. package/layers/support/ContingencyConstraintViolation.d.ts +0 -2
  308. package/layers/support/ContingentValue.d.ts +0 -2
  309. package/layers/support/ContingentValuesResult.d.ts +0 -2
  310. package/layers/support/ElevationQuery.d.ts +0 -35
  311. package/layers/support/ElevationQueryContext.d.ts +0 -37
  312. package/layers/support/FeatureReduction.d.ts +0 -3
  313. package/layers/support/FeatureReduction.js +0 -5
  314. package/layers/support/FieldGroup.d.ts +0 -2
  315. package/layers/support/FieldValueType.d.ts +0 -2
  316. package/layers/support/I3SLayer.d.ts +0 -9
  317. package/layers/support/ParquetGeometryEncodingBase.d.ts +0 -9
  318. package/layers/support/ParquetGeometryEncodingBase.js +0 -5
  319. package/layers/support/SimpleBandStatistics.d.ts +0 -10
  320. package/layers/support/source/DataLayerSource.d.ts +0 -171
  321. package/layers/support/source/DataLayerSource.js +0 -5
  322. package/layers/support/source/MapLayerSource.js +0 -5
  323. package/layers/support/source/QueryTableDataSource.js +0 -5
  324. package/layers/support/source/RasterDataSource.js +0 -5
  325. package/layers/support/source/TableDataSource.js +0 -5
  326. package/layers/support/source/types.d.ts +0 -4
  327. package/views/2d/layers/features/FeaturePipelineWorkerProxy.d.ts +0 -32
  328. package/views/3d/webgl-engine/shaders/GaussianSplatColorTechnique.js +0 -5
  329. package/views/3d/webgl-engine/shaders/GaussianSplatCompositionTechniqueConfiguration.js +0 -5
  330. package/views/3d/webgl-engine/shaders/GaussianSplatDepthTechnique.js +0 -5
  331. package/widgets/support/AnalysisViewModel.d.ts +0 -5
  332. package/widgets/support/AnalysisViewModel.js +0 -5
  333. package/widgets/support/AnchorElementViewModel.d.ts +0 -3
  334. package/widgets/support/InteractiveToolViewModel.d.ts +0 -4
  335. package/widgets/support/InteractiveToolViewModel.js +0 -5
  336. /package/webdoc/support/{thumbnailUtils.d.ts → types.d.ts} +0 -0
@@ -18,9 +18,9 @@ import type { SupportedLayer } from "../../types.js";
18
18
  * @param params - An object containing the following properties.
19
19
  * @returns Returns a promise that resolves with the updated renderer.
20
20
  */
21
- export function regenerateRenderer(params: RegenerateRendererParams): Promise<RendererUnion>;
21
+ export function regenerateRenderer(params: RegenerateRendererParameters): Promise<RendererUnion>;
22
22
 
23
- export interface RegenerateRendererParams extends AbortOptions {
23
+ export interface RegenerateRendererParameters extends AbortOptions {
24
24
  /**
25
25
  * When defined, only features included in the filter
26
26
  * are considered in the attribute and spatial statistics calculations when determining the final renderer.
@@ -78,7 +78,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
78
78
  * layer.renderer = renderer;
79
79
  * });
80
80
  */
81
- export function createRenderer(parameters: RendererParams): Promise<RendererResult>;
81
+ export function createRenderer(parameters: RendererParameters): Promise<RendererResult>;
82
82
 
83
83
  /**
84
84
  * Generates a [PointCloudUniqueValueRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PointCloudUniqueValueRenderer.html) based on
@@ -112,13 +112,13 @@ export function createRenderer(parameters: RendererParams): Promise<RendererResu
112
112
  * layer.renderer = response.renderer;
113
113
  * });
114
114
  */
115
- export function createPCClassRenderer(parameters: PCClassRendererParams): Promise<PCClassRendererResult>;
115
+ export function createPCClassRenderer(parameters: PCClassRendererParameters): Promise<PCClassRendererResult>;
116
116
 
117
117
  export type SymbolType = "2d" | "3d-flat" | "3d-volumetric" | "3d-volumetric-uniform";
118
118
 
119
119
  export type ColorMixModeType = "tint" | "replace" | "multiply";
120
120
 
121
- export interface RendererParams extends AbortOptions {
121
+ export interface RendererParameters extends AbortOptions {
122
122
  /**
123
123
  * **This option only applies to generating renderers for mesh SceneLayers**.
124
124
  * Specifies how the symbol's color is applied to the geometry color/texture. See the documentation in
@@ -335,7 +335,7 @@ export interface UniqueValueInfo {
335
335
  value: string | number;
336
336
  }
337
337
 
338
- export interface PCClassRendererParams extends AbortOptions {
338
+ export interface PCClassRendererParameters extends AbortOptions {
339
339
  /**
340
340
  * The number of points per inch in the view.
341
341
  *
@@ -106,7 +106,7 @@ import type { SymbolUnion } from "../../symbols/types.js";
106
106
  * layer.renderer = renderer;
107
107
  * });
108
108
  */
109
- export function createVisualVariables(parameters: VisualVariablesParams): Promise<VisualVariablesResult>;
109
+ export function createVisualVariables(parameters: VisualVariablesParameters): Promise<VisualVariablesResult>;
110
110
 
111
111
  /**
112
112
  * Generates a [Renderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html) that may be applied directly to a
@@ -171,7 +171,7 @@ export function createVisualVariables(parameters: VisualVariablesParams): Promis
171
171
  * layer.renderer = response.renderer;
172
172
  * });
173
173
  */
174
- export function createContinuousRenderer(parameters: RendererParams): Promise<RendererResult>;
174
+ export function createContinuousRenderer(parameters: RendererParameters): Promise<RendererResult>;
175
175
 
176
176
  export interface VisualVariablesParamsBase extends AbortOptions {
177
177
  /** Options for configuring the color portion of the visualization. */
@@ -395,7 +395,7 @@ export interface VisualVariablesResultBaseSize {
395
395
  visualVariables: SizeVariable[];
396
396
  }
397
397
 
398
- export interface VisualVariablesParams extends VisualVariablesParamsBase {
398
+ export interface VisualVariablesParameters extends VisualVariablesParamsBase {
399
399
  /** Options for configuring the size portion of the visualization. */
400
400
  sizeOptions?: VisualVariablesSizeOptions;
401
401
  /**
@@ -433,7 +433,7 @@ export interface SymbolOptionsSymbols {
433
433
  below: SymbolUnion;
434
434
  }
435
435
 
436
- export interface RendererParams extends VisualVariablesParamsBase {
436
+ export interface RendererParameters extends VisualVariablesParamsBase {
437
437
  /**
438
438
  * Enables the `defaultSymbol` on the renderer and assigns it to features
439
439
  * with no value and features that do not fall within the configured data range.
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * @since 4.2
14
14
  */
15
- import type { ClassBreaksParams, ClassBreaksResult } from "./types.js";
15
+ import type { ClassBreaksParameters, ClassBreaksResult } from "./types.js";
16
16
 
17
17
  /**
18
18
  * Generates class breaks for an input field (or expression) of a [FeatureLayer](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html) based
@@ -33,4 +33,4 @@ import type { ClassBreaksParams, ClassBreaksResult } from "./types.js";
33
33
  * let breakInfos = response.classBreakInfos;
34
34
  * });
35
35
  */
36
- export default function classBreaks(parameters: ClassBreaksParams): Promise<ClassBreaksResult>;
36
+ export default function classBreaks(parameters: ClassBreaksParameters): Promise<ClassBreaksResult>;
@@ -13,7 +13,7 @@
13
13
  *
14
14
  * @since 4.8
15
15
  */
16
- import type { HeatmapStatisticsParams, HeatmapStatisticsResult } from "./types.js";
16
+ import type { HeatmapStatisticsParameters, HeatmapStatisticsResult } from "./types.js";
17
17
 
18
18
  /**
19
19
  * Returns an object containing various statistics describing the intensity values
@@ -30,4 +30,4 @@ import type { HeatmapStatisticsParams, HeatmapStatisticsResult } from "./types.j
30
30
  * // `stats` contains statistics used to construct a heatmap renderer
31
31
  * });
32
32
  */
33
- export default function heatmapStatistics(parameters: HeatmapStatisticsParams): Promise<HeatmapStatisticsResult>;
33
+ export default function heatmapStatistics(parameters: HeatmapStatisticsParameters): Promise<HeatmapStatisticsResult>;
@@ -15,7 +15,7 @@
15
15
  *
16
16
  * @since 4.2
17
17
  */
18
- import type { HistogramParams, HistogramResult } from "./types.js";
18
+ import type { HistogramParameters, HistogramResult } from "./types.js";
19
19
 
20
20
  /**
21
21
  * Generates a histogram for data returned from a `field` in a given `layer`.
@@ -45,4 +45,4 @@ import type { HistogramParams, HistogramResult } from "./types.js";
45
45
  * const histogramWidget = Histogram.fromHistogramResult(histogramResult);
46
46
  * });
47
47
  */
48
- export default function histogram(parameters: HistogramParams): Promise<HistogramResult>;
48
+ export default function histogram(parameters: HistogramParameters): Promise<HistogramResult>;
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * @since 4.13
6
6
  */
7
- import type { PredominantCategoriesParams, PredominantCategoriesResult } from "./types.js";
7
+ import type { PredominantCategoriesParameters, PredominantCategoriesResult } from "./types.js";
8
8
 
9
9
  /**
10
10
  * Determines predominant categories for a layer based on a given set of competing numeric fields and returns
@@ -21,4 +21,4 @@ import type { PredominantCategoriesParams, PredominantCategoriesResult } from ".
21
21
  * console.log(stats.predominantCategoryInfos);
22
22
  * });
23
23
  */
24
- export default function predominantCategories(parameters: PredominantCategoriesParams): Promise<PredominantCategoriesResult>;
24
+ export default function predominantCategories(parameters: PredominantCategoriesParameters): Promise<PredominantCategoriesResult>;
@@ -13,7 +13,7 @@
13
13
  *
14
14
  * @since 4.2
15
15
  */
16
- import type { SummaryStatisticsParams, SummaryStatisticsResult } from "./types.js";
16
+ import type { SummaryStatisticsParameters, SummaryStatisticsResult } from "./types.js";
17
17
 
18
18
  /**
19
19
  * Returns an object containing statistics describing a set of values returned
@@ -40,4 +40,4 @@ import type { SummaryStatisticsParams, SummaryStatisticsResult } from "./types.j
40
40
  * histogramWidget.average = stats.avg;
41
41
  * });
42
42
  */
43
- export default function summaryStatistics(parameters: SummaryStatisticsParams): Promise<SummaryStatisticsResult>;
43
+ export default function summaryStatistics(parameters: SummaryStatisticsParameters): Promise<SummaryStatisticsResult>;
@@ -5,7 +5,7 @@
5
5
  * @see [colorRendererCreator.createAgeRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-color.html#createAgeRenderer)
6
6
  * @see [sizeRendererCreator.createAgeRenderer](https://developers.arcgis.com/javascript/latest/api-reference/esri-smartMapping-renderers-size.html#createAgeRenderer)
7
7
  */
8
- import type { SummaryStatisticsForAgeParams, SummaryStatisticsResult } from "./types.js";
8
+ import type { SummaryStatisticsForAgeParameters, SummaryStatisticsResult } from "./types.js";
9
9
 
10
10
  /**
11
11
  * Returns an object containing various statistics describing an age value (e.g.
@@ -24,4 +24,4 @@ import type { SummaryStatisticsForAgeParams, SummaryStatisticsResult } from "./t
24
24
  * console.log(`Average age of open incidents in days: ${stats.avg}`);
25
25
  * });
26
26
  */
27
- export default function summaryStatisticsForAge(parameters: SummaryStatisticsForAgeParams): Promise<SummaryStatisticsResult>;
27
+ export default function summaryStatisticsForAge(parameters: SummaryStatisticsForAgeParameters): Promise<SummaryStatisticsResult>;
@@ -25,9 +25,9 @@ import type { SmartMappingTimeUnit, SupportedLayer } from "../../types.js";
25
25
  *
26
26
  * console.log(`value expression: ${ageExpressions.valueExpression}`);
27
27
  */
28
- export function getAgeExpressions(params: AgeExpressionsParams): AgeExpressionsResult;
28
+ export function getAgeExpressions(params: AgeExpressionsParameters): AgeExpressionsResult;
29
29
 
30
- export interface AgeExpressionsParams {
30
+ export interface AgeExpressionsParameters {
31
31
  /**
32
32
  * The end time for the age calculation. This can be a field name or a date
33
33
  * value, such as `Date.now()`. If a `Date` is provided, then the `startTime` parameter must be a field name.
@@ -46,7 +46,7 @@ export interface HistogramBin {
46
46
  minValue: number;
47
47
  }
48
48
 
49
- export interface SummaryStatisticsParams extends AbortOptions {
49
+ export interface SummaryStatisticsParameters extends AbortOptions {
50
50
  /**
51
51
  * A subset of features for which to calculate the statistics.
52
52
  *
@@ -162,7 +162,7 @@ export interface SummaryStatisticsResult {
162
162
  variance?: number | null;
163
163
  }
164
164
 
165
- export interface ClassBreaksParams extends AbortOptions {
165
+ export interface ClassBreaksParameters extends AbortOptions {
166
166
  /**
167
167
  * The method for classifying the data. See the table below
168
168
  * for a list of possible values.
@@ -295,7 +295,7 @@ export interface ClassBreak {
295
295
  minValue: number;
296
296
  }
297
297
 
298
- export interface HistogramParams extends AbortOptions {
298
+ export interface HistogramParameters extends AbortOptions {
299
299
  /**
300
300
  * The method for classifying the data. See the table below
301
301
  * for a list of possible values.
@@ -411,7 +411,7 @@ export interface HistogramParams extends AbortOptions {
411
411
  view?: MapViewOrSceneView | null;
412
412
  }
413
413
 
414
- export interface UniqueValuesParams extends AbortOptions {
414
+ export interface UniqueValuesParameters extends AbortOptions {
415
415
  /**
416
416
  * A subset of features for which to generate the unique values.
417
417
  *
@@ -505,7 +505,7 @@ export interface UniqueValueCountInfo {
505
505
  value?: string | number | null;
506
506
  }
507
507
 
508
- export interface HeatmapStatisticsParams extends AbortOptions {
508
+ export interface HeatmapStatisticsParameters extends AbortOptions {
509
509
  /** The name of the numeric field for which the statistics will be generated. */
510
510
  field?: string | null;
511
511
  /** The layer from which to generate statistics for the pixel intensity values and a given `field` if provided. */
@@ -527,7 +527,7 @@ export interface HeatmapStatisticsResult {
527
527
  min?: number | null;
528
528
  }
529
529
 
530
- export interface PredominantCategoriesParams extends AbortOptions {
530
+ export interface PredominantCategoriesParameters extends AbortOptions {
531
531
  /**
532
532
  * An array of numeric fields from which to determine predominant categories.
533
533
  * The fields must all be number fields and they must be competing or complementary (e.g. population totals
@@ -554,7 +554,7 @@ export interface PredominantCategoriesResult {
554
554
  predominantCategoryInfos: UniqueValueCountInfo[];
555
555
  }
556
556
 
557
- export interface SummaryStatisticsForAgeParams extends AbortOptions {
557
+ export interface SummaryStatisticsForAgeParameters extends AbortOptions {
558
558
  /**
559
559
  * The end time for the age calculation. This can be a field name or a date
560
560
  * value, such as `Date.now()`. If a `Date` is provided, then the `startTime` parameter must be a field name.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * @since 4.4
13
13
  */
14
- import type { UniqueValuesResult, UniqueValuesParams } from "./types.js";
14
+ import type { UniqueValuesResult, UniqueValuesParameters } from "./types.js";
15
15
 
16
16
  /**
17
17
  * Returns an object containing an array of unique values queried from a given field
@@ -36,4 +36,4 @@ import type { UniqueValuesResult, UniqueValuesParams } from "./types.js";
36
36
  * });
37
37
  * });
38
38
  */
39
- export default function uniqueValues(parameters: UniqueValuesParams): Promise<UniqueValuesResult>;
39
+ export default function uniqueValues(parameters: UniqueValuesParameters): Promise<UniqueValuesResult>;
@@ -41,7 +41,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
41
41
  * // the best default scheme for the layer, basemap, and theme
42
42
  * let primaryScheme = schemes.primaryScheme;
43
43
  */
44
- export function getSchemes(params: GetSchemesParams): ColorSchemes | null | undefined;
44
+ export function getSchemes(params: GetSchemesParameters): ColorSchemes | null | undefined;
45
45
 
46
46
  /**
47
47
  * Returns a color scheme with the provided name.
@@ -59,7 +59,7 @@ export function getSchemes(params: GetSchemesParams): ColorSchemes | null | unde
59
59
  * name: "Red Extremes 1"
60
60
  * });
61
61
  */
62
- export function getSchemeByName(params: GetSchemesByNameParams): ColorScheme | null | undefined;
62
+ export function getSchemeByName(params: GetSchemesByNameParameters): ColorScheme | null | undefined;
63
63
 
64
64
  /**
65
65
  * Returns an array of color schemes with the provided tags. These schemes define symbol properties for
@@ -78,7 +78,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): ColorScheme | n
78
78
  * includedTags: [ "reds", "colorblind-friendly" ]
79
79
  * });
80
80
  */
81
- export function getSchemesByTag(params: GetSchemesByTagParams): ColorScheme[];
81
+ export function getSchemesByTag(params: GetSchemesByTagParameters): ColorScheme[];
82
82
 
83
83
  /**
84
84
  * Clones a color scheme object.
@@ -113,9 +113,9 @@ export function flipColors(scheme: ColorScheme): ColorScheme;
113
113
  * given colors.
114
114
  * @since 4.9
115
115
  */
116
- export function getMatchingSchemes(params: GetMatchingSchemesParams): ColorScheme[];
116
+ export function getMatchingSchemes(params: GetMatchingSchemesParameters): ColorScheme[];
117
117
 
118
- export interface GetMatchingSchemesParams {
118
+ export interface GetMatchingSchemesParameters {
119
119
  /** An array of colors used to match with schemes for the given theme. */
120
120
  colors: Color[];
121
121
  /** The geometry type of the layer for which the color scheme will be applied. */
@@ -131,7 +131,7 @@ export interface GetMatchingSchemesParams {
131
131
  worldScale?: boolean;
132
132
  }
133
133
 
134
- export interface GetSchemesParams {
134
+ export interface GetSchemesParameters {
135
135
  /**
136
136
  * The Esri basemap to pair with the visualization. This
137
137
  * value indicates the best symbol colors for visualizing features against the given basemap. If you have a
@@ -171,12 +171,12 @@ export interface GetSchemesParams {
171
171
  worldScale?: boolean | null;
172
172
  }
173
173
 
174
- export interface GetSchemesByNameParams extends GetSchemesParams {
174
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
175
175
  /** The name of the scheme to retrieve. */
176
176
  name: string;
177
177
  }
178
178
 
179
- export interface GetSchemesByTagParams extends GetSchemesParams {
179
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
180
180
  /**
181
181
  * When provided, only schemes missing all the provided tags will be returned.
182
182
  *
@@ -26,7 +26,7 @@ import type { DotDensityScheme, DotDensitySchemes, BasemapTheme } from "./types.
26
26
  * // the best default scheme for the layer and basemap
27
27
  * const primaryScheme = schemes.primaryScheme;
28
28
  */
29
- export function getSchemes(params: GetSchemesParams): DotDensitySchemes | null | undefined;
29
+ export function getSchemes(params: GetSchemesParameters): DotDensitySchemes | null | undefined;
30
30
 
31
31
  /**
32
32
  * Returns a dot density scheme with the provided name.
@@ -43,7 +43,7 @@ export function getSchemes(params: GetSchemesParams): DotDensitySchemes | null |
43
43
  * name: "Galaxy Berries"
44
44
  * });
45
45
  */
46
- export function getSchemeByName(params: GetSchemesByNameParams): DotDensityScheme | null | undefined;
46
+ export function getSchemeByName(params: GetSchemesByNameParameters): DotDensityScheme | null | undefined;
47
47
 
48
48
  /**
49
49
  * Returns an array of dot density schemes with the provided tags. These schemes define symbol properties for
@@ -61,7 +61,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): DotDensitySchem
61
61
  * includedTags: [ "reds", "dot-density" ]
62
62
  * });
63
63
  */
64
- export function getSchemesByTag(params: GetSchemesByTagParams): DotDensityScheme[];
64
+ export function getSchemesByTag(params: GetSchemesByTagParameters): DotDensityScheme[];
65
65
 
66
66
  /**
67
67
  * Clones a dot density scheme object.
@@ -74,7 +74,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): DotDensityScheme
74
74
  */
75
75
  export function cloneScheme(scheme: DotDensityScheme | null | undefined): DotDensityScheme | null | undefined;
76
76
 
77
- export interface GetSchemesParams {
77
+ export interface GetSchemesParameters {
78
78
  /**
79
79
  * The Esri basemap to pair with the visualization. This
80
80
  * value indicates the best symbol colors for visualizing features against the given basemap. If you have a
@@ -92,12 +92,12 @@ export interface GetSchemesParams {
92
92
  numColors: number;
93
93
  }
94
94
 
95
- export interface GetSchemesByNameParams extends GetSchemesParams {
95
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
96
96
  /** The name of the scheme to retrieve. */
97
97
  name: string;
98
98
  }
99
99
 
100
- export interface GetSchemesByTagParams extends GetSchemesParams {
100
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
101
101
  /**
102
102
  * When provided, only schemes missing all the provided tags will be returned.
103
103
  *
@@ -38,7 +38,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
38
38
  * // the suggested default scheme for the layer, basemap, and theme
39
39
  * let primaryScheme = schemes.primaryScheme;
40
40
  */
41
- export function getSchemes(params: GetSchemesParams): FlowSchemes | null | undefined;
41
+ export function getSchemes(params: GetSchemesParameters): FlowSchemes | null | undefined;
42
42
 
43
43
  /**
44
44
  * Returns the flow scheme with the given name.
@@ -53,7 +53,7 @@ export function getSchemes(params: GetSchemesParams): FlowSchemes | null | undef
53
53
  * theme: "wave-front"
54
54
  * });
55
55
  */
56
- export function getSchemeByName(params: GetSchemesByNameParams): FlowScheme | null | undefined;
56
+ export function getSchemeByName(params: GetSchemesByNameParameters): FlowScheme | null | undefined;
57
57
 
58
58
  /**
59
59
  * Returns the flow schemes filtered by tags included and excluded from the paramters.
@@ -69,7 +69,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): FlowScheme | nu
69
69
  * includedTags: [ "reds", "colorblind-friendly" ]
70
70
  * });
71
71
  */
72
- export function getSchemesByTag(params: GetSchemesByTagParams): FlowScheme[];
72
+ export function getSchemesByTag(params: GetSchemesByTagParameters): FlowScheme[];
73
73
 
74
74
  /**
75
75
  * Clones a flow scheme object.
@@ -83,7 +83,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): FlowScheme[];
83
83
  */
84
84
  export function cloneScheme(scheme: FlowScheme | null | undefined): FlowScheme | null | undefined;
85
85
 
86
- export interface GetSchemesParams {
86
+ export interface GetSchemesParameters {
87
87
  /**
88
88
  * The Esri basemap to pair with the visualization. This
89
89
  * value indicates the best colors for visualizing flow lines against the given basemap. If you have a
@@ -116,12 +116,12 @@ export interface GetSchemesParams {
116
116
  theme?: "flow-line" | "wave-front" | null;
117
117
  }
118
118
 
119
- export interface GetSchemesByNameParams extends GetSchemesParams {
119
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
120
120
  /** The name of the desired scheme. */
121
121
  name: string;
122
122
  }
123
123
 
124
- export interface GetSchemesByTagParams extends GetSchemesParams {
124
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
125
125
  /**
126
126
  * When provided, only schemes excluding all the provided tags will be returned.
127
127
  *
@@ -37,9 +37,9 @@ export function getThemes(basemap?: Basemap | string): Theme[];
37
37
  * // the best default scheme for the layer, basemap, and theme
38
38
  * let primaryScheme = schemes.primaryScheme;
39
39
  */
40
- export function getSchemes(params: GetSchemesParams): HeatmapSchemes | null | undefined;
40
+ export function getSchemes(params: GetSchemesParameters): HeatmapSchemes | null | undefined;
41
41
 
42
- export interface GetSchemesParams {
42
+ export interface GetSchemesParameters {
43
43
  /**
44
44
  * The Esri basemap to pair with the visualization. This
45
45
  * value indicates the best colors for visualizing features against the given basemap. If you have a
@@ -69,7 +69,7 @@ export interface GetSchemesParams {
69
69
  * name: "Heatmap 4"
70
70
  * });
71
71
  */
72
- export function getSchemeByName(params: GetSchemesByNameParams): HeatmapScheme | null | undefined;
72
+ export function getSchemeByName(params: GetSchemesByNameParameters): HeatmapScheme | null | undefined;
73
73
 
74
74
  /**
75
75
  * Returns an array of heatmap schemes with the provided tags. These schemes define color stop properties for
@@ -86,7 +86,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): HeatmapScheme |
86
86
  * includedTags: [ "heatmap", "grayscale" ]
87
87
  * });
88
88
  */
89
- export function getSchemesByTag(params: GetSchemesByTagParams): HeatmapScheme[];
89
+ export function getSchemesByTag(params: GetSchemesByTagParameters): HeatmapScheme[];
90
90
 
91
91
  /**
92
92
  * Clones a heatmap scheme object.
@@ -99,7 +99,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): HeatmapScheme[];
99
99
  */
100
100
  export function cloneScheme(scheme: HeatmapScheme | null | undefined): HeatmapScheme | null | undefined;
101
101
 
102
- export interface GetSchemesByNameParams {
102
+ export interface GetSchemesByNameParameters {
103
103
  /**
104
104
  * The basemap to pair with the visualization. This
105
105
  * value indicates the best colors for visualizing features against the given basemap.
@@ -115,7 +115,7 @@ export interface GetSchemesByNameParams {
115
115
  name: string;
116
116
  }
117
117
 
118
- export interface GetSchemesByTagParams {
118
+ export interface GetSchemesByTagParameters {
119
119
  /**
120
120
  * The basemap to pair with the visualization. This
121
121
  * value indicates the best symbol colors for visualizing features against the given basemap.
@@ -39,7 +39,7 @@ export function getThemes(basemap?: Basemap | string | null | undefined): Theme[
39
39
  * // the best default scheme for the layer, basemap, and theme
40
40
  * let primaryScheme = schemes.primaryScheme;
41
41
  */
42
- export function getSchemes(params: GetSchemesParams): LocationSchemes | null | undefined;
42
+ export function getSchemes(params: GetSchemesParameters): LocationSchemes | null | undefined;
43
43
 
44
44
  /**
45
45
  * Clones a location scheme object.
@@ -53,7 +53,7 @@ export function getSchemes(params: GetSchemesParams): LocationSchemes | null | u
53
53
  */
54
54
  export function cloneScheme(scheme: LocationScheme | null | undefined): LocationScheme | null | undefined;
55
55
 
56
- export interface GetSchemesParams {
56
+ export interface GetSchemesParameters {
57
57
  /**
58
58
  * The Esri basemap to pair with the visualization. This
59
59
  * value indicates the best symbol color for visualizing features against the given basemap. If you have a
@@ -35,7 +35,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
35
35
  *
36
36
  * // primaryScheme is the suggested default scheme for the layer and basemap
37
37
  */
38
- export function getSchemes(params: GetSchemesParams): PieChartSchemes | null | undefined;
38
+ export function getSchemes(params: GetSchemesParameters): PieChartSchemes | null | undefined;
39
39
 
40
40
  /**
41
41
  * Returns a pie chart scheme with the given name.
@@ -51,7 +51,7 @@ export function getSchemes(params: GetSchemesParams): PieChartSchemes | null | u
51
51
  * geometryType: featureLayer.geometryType
52
52
  * });
53
53
  */
54
- export function getSchemeByName(params: GetSchemesByNameParams): PieChartScheme | null | undefined;
54
+ export function getSchemeByName(params: GetSchemesByNameParameters): PieChartScheme | null | undefined;
55
55
 
56
56
  /**
57
57
  * Returns an array of pie chart schemes with the provided tags. These schemes define properties for
@@ -67,7 +67,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): PieChartScheme
67
67
  * geometryType: featureLayer.geometryType
68
68
  * });
69
69
  */
70
- export function getSchemesByTag(params: GetSchemesByTagParams): PieChartScheme[];
70
+ export function getSchemesByTag(params: GetSchemesByTagParameters): PieChartScheme[];
71
71
 
72
72
  /**
73
73
  * Clones a pie chart scheme object.
@@ -80,7 +80,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): PieChartScheme[]
80
80
  */
81
81
  export function cloneScheme(scheme: PieChartScheme | null | undefined): PieChartScheme | null | undefined;
82
82
 
83
- export interface GetSchemesParams {
83
+ export interface GetSchemesParameters {
84
84
  /**
85
85
  * The Esri basemap to pair with the visualization. This
86
86
  * value indicates the best color schemes for visualizing charts against the given basemap. If you have a
@@ -99,12 +99,12 @@ export interface GetSchemesParams {
99
99
  numColors: number;
100
100
  }
101
101
 
102
- export interface GetSchemesByNameParams extends GetSchemesParams {
102
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
103
103
  /** The name of the scheme to retrieve. */
104
104
  name: string;
105
105
  }
106
106
 
107
- export interface GetSchemesByTagParams extends GetSchemesParams {
107
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
108
108
  /**
109
109
  * When provided, only schemes missing all the provided tags will be returned.
110
110
  *
@@ -37,7 +37,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
37
37
  * // the best default scheme for the layer and basemap
38
38
  * const primaryScheme = schemes.primaryScheme;
39
39
  */
40
- export function getSchemes(params: GetSchemesParams): PredominanceSchemes | null | undefined;
40
+ export function getSchemes(params: GetSchemesParameters): PredominanceSchemes | null | undefined;
41
41
 
42
42
  /**
43
43
  * Returns a predominance scheme with the provided name.
@@ -54,7 +54,7 @@ export function getSchemes(params: GetSchemesParams): PredominanceSchemes | null
54
54
  * geometryType: featureLayer.geometryType
55
55
  * });
56
56
  */
57
- export function getSchemeByName(params: GetSchemesByNameParams): PredominanceScheme | null | undefined;
57
+ export function getSchemeByName(params: GetSchemesByNameParameters): PredominanceScheme | null | undefined;
58
58
 
59
59
  /**
60
60
  * Returns an array of predominance schemes with the provided tags. These schemes define symbol properties for
@@ -71,7 +71,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): PredominanceSch
71
71
  * geometryType: featureLayer.geometryType
72
72
  * });
73
73
  */
74
- export function getSchemesByTag(params: GetSchemesByTagParams): PredominanceScheme[];
74
+ export function getSchemesByTag(params: GetSchemesByTagParameters): PredominanceScheme[];
75
75
 
76
76
  /**
77
77
  * Clones a predominance scheme object.
@@ -84,7 +84,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): PredominanceSche
84
84
  */
85
85
  export function cloneScheme(scheme: PredominanceScheme | null | undefined): PredominanceScheme | null | undefined;
86
86
 
87
- export interface GetSchemesParams {
87
+ export interface GetSchemesParameters {
88
88
  /**
89
89
  * The Esri basemap to pair with the visualization. This
90
90
  * value indicates the best symbol colors for visualizing features against the given basemap. If you have a
@@ -121,12 +121,12 @@ export interface GetSchemesParams {
121
121
  worldScale?: boolean | null;
122
122
  }
123
123
 
124
- export interface GetSchemesByNameParams extends GetSchemesParams {
124
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
125
125
  /** The name of the scheme to retrieve. */
126
126
  name: string;
127
127
  }
128
128
 
129
- export interface GetSchemesByTagParams extends GetSchemesParams {
129
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
130
130
  /**
131
131
  * When provided, only schemes missing all the provided tags will be returned.
132
132
  *
@@ -37,7 +37,7 @@ export function getThemes(basemap?: Basemap | string): Theme[];
37
37
  * // the best default scheme for the layer and basemap
38
38
  * const primaryScheme = schemes.primaryScheme;
39
39
  */
40
- export function getSchemes(params: GetSchemesParams): RelationshipSchemes | null | undefined;
40
+ export function getSchemes(params: GetSchemesParameters): RelationshipSchemes | null | undefined;
41
41
 
42
42
  /**
43
43
  * Returns a relationship scheme with the provided name.
@@ -54,7 +54,7 @@ export function getSchemes(params: GetSchemesParams): RelationshipSchemes | null
54
54
  * name: "Blueberry Parfait"
55
55
  * });
56
56
  */
57
- export function getSchemeByName(params: GetSchemesByNameParams): RelationshipScheme | null | undefined;
57
+ export function getSchemeByName(params: GetSchemesByNameParameters): RelationshipScheme | null | undefined;
58
58
 
59
59
  /**
60
60
  * Returns an array of relationship schemes with the provided tags. These schemes define symbol properties for
@@ -72,7 +72,7 @@ export function getSchemeByName(params: GetSchemesByNameParams): RelationshipSch
72
72
  * excludedTags: [ "grayscale" ]
73
73
  * });
74
74
  */
75
- export function getSchemesByTag(params: GetSchemesByTagParams): RelationshipScheme[];
75
+ export function getSchemesByTag(params: GetSchemesByTagParameters): RelationshipScheme[];
76
76
 
77
77
  /**
78
78
  * Clones a relationship (bivariate color) scheme object.
@@ -85,7 +85,7 @@ export function getSchemesByTag(params: GetSchemesByTagParams): RelationshipSche
85
85
  */
86
86
  export function cloneScheme(scheme: RelationshipScheme | null | undefined): RelationshipScheme | null | undefined;
87
87
 
88
- export interface GetSchemesParams {
88
+ export interface GetSchemesParameters {
89
89
  /**
90
90
  * The Esri basemap to pair with the visualization. This
91
91
  * value indicates the best symbol colors for visualizing features against the given basemap. If you have a
@@ -120,12 +120,12 @@ export interface GetSchemesParams {
120
120
  worldScale?: boolean | null;
121
121
  }
122
122
 
123
- export interface GetSchemesByNameParams extends GetSchemesParams {
123
+ export interface GetSchemesByNameParameters extends GetSchemesParameters {
124
124
  /** The name of the scheme to retrieve. */
125
125
  name: string;
126
126
  }
127
127
 
128
- export interface GetSchemesByTagParams extends GetSchemesParams {
128
+ export interface GetSchemesByTagParameters extends GetSchemesParameters {
129
129
  /**
130
130
  * When provided, only schemes missing all the provided tags will be returned.
131
131
  *