@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
@@ -11,8 +11,10 @@ export type FeatureGeometryType = "point" | "multipoint" | "polyline" | "polygon
11
11
 
12
12
  export type GeometryType = "point" | "multipoint" | "polyline" | "polygon" | "extent" | "mesh";
13
13
 
14
+ /** Union of all geometries. */
14
15
  export type GeometryUnion = Extent | Multipoint | Point | Polygon | Polyline | Mesh;
15
16
 
17
+ /** Union of all non-mesh geometries. */
16
18
  export type GeometryWithoutMeshUnion = Extent | Multipoint | Point | Polygon | Polyline;
17
19
 
18
20
  export type CurveType = "circular-arc" | "elliptic-arc" | "cubic-bezier";
@@ -19,16 +19,16 @@ export interface GetCredentialOptions extends AbortOptions {
19
19
  }
20
20
 
21
21
  /** @param params - The parameters to pass to the protocol handler. */
22
- export type ProtocolHandler = (params: ProtocolHandlerParams) => boolean;
22
+ export type ProtocolHandler = (params: ProtocolHandlerParameters) => boolean;
23
23
 
24
- export interface ProtocolHandlerParams {
24
+ export interface ProtocolHandlerParameters {
25
25
  /** The secure resource URL. */
26
26
  resourceUrl: string;
27
27
  /** ServerInfo object describing the server where the secure resource is hosted. */
28
28
  serverInfo: ServerInfo;
29
29
  }
30
30
 
31
- export interface AuthorizeParams {
31
+ export interface AuthorizeParameters {
32
32
  /** The application ID of the registered application. */
33
33
  client_id: string;
34
34
  /** The expiration time in minutes. */
@@ -58,7 +58,7 @@ export type OAuthRedirectHandler = (info: OAuthRedirectHandlerInfo) => void;
58
58
 
59
59
  export interface OAuthRedirectHandlerInfo {
60
60
  /** Object containing authorization parameters used to access the secure service. */
61
- authorizeParams: AuthorizeParams;
61
+ authorizeParams: AuthorizeParameters;
62
62
  /** The OAuth 2.0 authorization URL for the portal. */
63
63
  authorizeUrl: string;
64
64
  /** A reference to the OAuthInfo object. */