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

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 (156) hide show
  1. package/Ground.d.ts +4 -6
  2. package/Ground.js +1 -1
  3. package/WebScene.js +1 -1
  4. package/applications/Components/drawUtils.d.ts +8 -1
  5. package/applications/SceneViewer/sceneViewerUtils.d.ts +1 -2
  6. package/assets/esri/core/workers/RemoteClient.js +1 -1
  7. package/assets/esri/core/workers/chunks/{18cc131fd63d8c15df54.js → 14765f98b8ea447498a1.js} +4 -4
  8. package/assets/esri/core/workers/chunks/{308fb48d080e01499a26.js → 436f206898306df019ac.js} +1 -1
  9. package/assets/esri/core/workers/chunks/{f2e8abb556a380cc2941.js → 492d575894c7905bb70c.js} +1 -1
  10. package/assets/esri/core/workers/chunks/5873c7b65d0fb04998fb.js +1 -0
  11. package/assets/esri/core/workers/chunks/d9736c783513e9c9b22f.js +1 -0
  12. package/assets/esri/core/workers/chunks/{cc67f066c3c0c2a1a37c.js → dd99b77a7c0a052507bb.js} +1 -1
  13. package/chunks/ChapmanAtmosphere.glsl.js +12 -9
  14. package/chunks/GlowComposition.glsl.js +1 -1
  15. package/chunks/Haze.glsl.js +4 -4
  16. package/chunks/RasterColorizer.glsl.js +10 -10
  17. package/chunks/Viewshed.glsl.js +1 -1
  18. package/config.js +1 -1
  19. package/geometry/projection/projectPointToVector.js +1 -1
  20. package/geometry/types.d.ts +10 -1
  21. package/interfaces.d.ts +21 -26
  22. package/kernel.js +1 -1
  23. package/layers/FeatureLayer.d.ts +6 -3
  24. package/layers/support/SubtypeSublayer.d.ts +13 -0
  25. package/package.json +1 -1
  26. package/smartMapping/labels/clusters.d.ts +1 -1
  27. package/support/groundUtils.js +1 -1
  28. package/support/revision.js +1 -1
  29. package/views/2d/layers/ImageryLayerView2D.js +1 -1
  30. package/views/2d/layers/ImageryTileLayerView2D.js +1 -1
  31. package/views/2d/layers/types.d.ts +6 -0
  32. package/views/2d/types.d.ts +3 -1
  33. package/views/3d/environment/ChapmanApproximation.glsl.js +9 -10
  34. package/views/3d/environment/ChapmanAtmosphere.glsl.js +1 -1
  35. package/views/3d/environment/ChapmanAtmosphere.js +1 -1
  36. package/views/3d/environment/ChapmanAtmosphereTechnique.js +1 -1
  37. package/views/3d/environment/ChapmanRaymarching.glsl.js +1 -2
  38. package/views/3d/environment/CloudsParameters.js +1 -1
  39. package/views/3d/environment/EnvironmentManager.js +1 -1
  40. package/views/3d/environment/SceneViewEnvironment.d.ts +1 -1
  41. package/views/3d/environment/types.d.ts +13 -0
  42. package/views/3d/layers/ImageryLayerView3D.js +1 -1
  43. package/views/3d/webgl/ManagedFBO.d.ts +4 -5
  44. package/views/3d/webgl/RenderNode.d.ts +1 -1
  45. package/views/3d/{webgl-engine/lighting/SceneLighting.d.ts → webgl/types.d.ts} +4 -6
  46. package/views/3d/webgl-engine/core/shaderLibrary/attributes/PathVertexPosition.glsl.js +2 -2
  47. package/views/3d/webgl-engine/core/shaderLibrary/attributes/RibbonVertexPosition.glsl.js +1 -1
  48. package/views/3d/webgl-engine/core/shaderLibrary/raster/RasterColorizer.glsl.js +1 -1
  49. package/views/3d/webgl-engine/core/shaderLibrary/shading/VisualVariables.glsl.js +1 -1
  50. package/views/3d/webgl-engine/core/shaderModules/Float4sPassUniform.js +1 -1
  51. package/views/3d/webgl-engine/core/shaderModules/FloatsPassUniform.js +1 -1
  52. package/views/3d/webgl-engine/core/shaderTechnique/ShaderTechnique.js +1 -1
  53. package/views/3d/webgl-engine/effects/haze/Haze.glsl.js +1 -1
  54. package/views/3d/webgl-engine/effects/haze/Haze.js +1 -1
  55. package/views/3d/webgl-engine/effects/haze/HazeTechnique.js +1 -1
  56. package/views/3d/webgl-engine/effects/laserlines/LaserlinePathTechnique.js +1 -1
  57. package/views/3d/webgl-engine/shaders/SphereDepthInterpolate.glsl.js +5 -5
  58. package/views/SceneView.d.ts +14 -17
  59. package/views/VideoView.d.ts +1 -2
  60. package/views/View.d.ts +2 -3
  61. package/views/View2D.d.ts +1 -2
  62. package/views/draw/DrawOperation.js +1 -1
  63. package/views/draw/PolygonDrawAction.d.ts +1 -1
  64. package/views/draw/PolygonDrawAction.js +1 -1
  65. package/views/draw/PolylineDrawAction.d.ts +1 -1
  66. package/views/draw/PolylineDrawAction.js +1 -1
  67. package/views/draw/support/GraphicMover.js +1 -1
  68. package/views/draw/types.d.ts +3 -1
  69. package/views/interactive/sketch/Units.d.ts +5 -1
  70. package/views/layers/ImageryLayerViewMixin.d.ts +2 -3
  71. package/views/layers/support/highlightUtils.js +1 -1
  72. package/views/types.d.ts +69 -1
  73. package/views/ui/types.d.ts +12 -1
  74. package/webscene/Environment.d.ts +2 -2
  75. package/webscene/support/FeatureReference.d.ts +1 -1
  76. package/webscene/types.d.ts +5 -1
  77. package/widgets/BasemapGallery.d.ts +1 -1
  78. package/widgets/BasemapLayerList/BasemapLayerListViewModel.d.ts +1 -1
  79. package/widgets/BasemapLayerList.d.ts +1 -1
  80. package/widgets/BatchAttributeForm/inputs/FieldInput.d.ts +1 -1
  81. package/widgets/BatchAttributeForm.d.ts +1 -1
  82. package/widgets/Bookmarks.d.ts +1 -2
  83. package/widgets/BuildingExplorer.d.ts +1 -1
  84. package/widgets/CatalogLayerList/CatalogLayerListViewModel.d.ts +1 -1
  85. package/widgets/CatalogLayerList.d.ts +1 -1
  86. package/widgets/Compass.d.ts +1 -1
  87. package/widgets/CoordinateConversion.d.ts +1 -2
  88. package/widgets/Daylight.d.ts +1 -1
  89. package/widgets/DirectionalPad/DirectionalPadViewModel.d.ts +1 -2
  90. package/widgets/DirectionalPad/{utils.d.ts → types.d.ts} +3 -1
  91. package/widgets/Directions.d.ts +1 -2
  92. package/widgets/Editor/EditorViewModel.d.ts +1 -2
  93. package/widgets/Editor/SplitFeatureWorkflow.d.ts +1 -2
  94. package/widgets/Editor/SplitFeatureWorkflowData.d.ts +1 -1
  95. package/widgets/Editor/types.d.ts +8 -1
  96. package/widgets/Editor/workflowUtils.js +1 -1
  97. package/widgets/Editor.d.ts +2 -3
  98. package/widgets/Feature/types.d.ts +5 -1
  99. package/widgets/Feature.d.ts +1 -1
  100. package/widgets/FeatureForm/FieldInput.d.ts +1 -1
  101. package/widgets/FeatureForm.d.ts +1 -1
  102. package/widgets/FeatureTemplates.d.ts +1 -1
  103. package/widgets/Features/FeaturesViewModel.d.ts +1 -1
  104. package/widgets/Features.d.ts +1 -2
  105. package/widgets/FloorFilter.d.ts +1 -1
  106. package/widgets/Home.d.ts +1 -1
  107. package/widgets/LayerList/ListItemPanel.d.ts +1 -1
  108. package/widgets/LayerList/types.d.ts +2 -2
  109. package/widgets/LayerList.d.ts +1 -1
  110. package/widgets/Legend.d.ts +1 -1
  111. package/widgets/Locate.d.ts +1 -1
  112. package/widgets/Popup/types.d.ts +2 -0
  113. package/widgets/Popup.d.ts +1 -2
  114. package/widgets/Print.d.ts +1 -1
  115. package/widgets/Search.d.ts +1 -1
  116. package/widgets/ShadowCast/DurationOptions.d.ts +1 -1
  117. package/widgets/ShadowCast/ShadowCastViewModel.d.ts +1 -1
  118. package/widgets/ShadowCast/{ShadowVisualizationType.d.ts → types.d.ts} +4 -1
  119. package/widgets/ShadowCast.d.ts +1 -1
  120. package/widgets/Sketch/types.d.ts +1 -1
  121. package/widgets/Slice.d.ts +1 -1
  122. package/widgets/TableList.d.ts +1 -1
  123. package/widgets/Track.d.ts +1 -1
  124. package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.d.ts +1 -1
  125. package/widgets/UtilityNetworkTrace/{support/ResultAreaHandler.d.ts → types.d.ts} +2 -2
  126. package/widgets/Weather/WeatherViewModel.d.ts +2 -2
  127. package/widgets/Weather.d.ts +1 -1
  128. package/widgets/support/GoTo.d.ts +1 -1
  129. package/widgets/support/forms/types.d.ts +2 -0
  130. package/widgets/support/{goToUtils.d.ts → types.d.ts} +8 -1
  131. package/assets/esri/core/workers/chunks/316f3e93aa0db48ef129.js +0 -1
  132. package/assets/esri/core/workers/chunks/ec7e6427d99cf3148a61.js +0 -1
  133. package/views/2d/ViewStateManager.d.ts +0 -2
  134. package/views/2d/layers/support/clusterUtils.d.ts +0 -6
  135. package/views/3d/environment/lightingUtils.d.ts +0 -4
  136. package/views/3d/environment/weather.d.ts +0 -9
  137. package/views/3d/glTF/internal/resourceUtils.d.ts +0 -10
  138. package/views/3d/interactive/visualElements/DrapedVisualElementResources.d.ts +0 -2
  139. package/views/3d/support/QualityProfile.d.ts +0 -2
  140. package/views/SceneViewHitTestResult.d.ts +0 -64
  141. package/views/ViewingMode.d.ts +0 -2
  142. package/views/draw/DrawingMode.d.ts +0 -2
  143. package/views/draw/support/drawUtils.d.ts +0 -7
  144. package/views/ui/Padding.d.ts +0 -11
  145. package/views/viewType.d.ts +0 -2
  146. package/views/webgl/enums.d.ts +0 -38
  147. package/webscene/support/featureReferenceUtils.d.ts +0 -4
  148. package/widgets/DirectionalPad/constants.d.ts +0 -2
  149. package/widgets/Editor/support/splitFeatureUtils.d.ts +0 -7
  150. package/widgets/Feature/support/arcadeFeatureUtils.d.ts +0 -4
  151. package/widgets/Popup/actions.d.ts +0 -4
  152. package/widgets/ShadowCast/DurationMode.d.ts +0 -3
  153. package/widgets/support/Heading.d.ts +0 -7
  154. package/widgets/support/forms/formUtils.d.ts +0 -2
  155. /package/views/animation/{easing.d.ts → types.d.ts} +0 -0
  156. /package/views/draw/{DrawingMode.js → drawingModes.js} +0 -0
@@ -1,2 +0,0 @@
1
-
2
- export type ViewingModeString = "global" | "local";
@@ -1,2 +0,0 @@
1
-
2
- export type DrawingMode = "click" | "freehand" | "hybrid";
@@ -1,7 +0,0 @@
1
- import type Extent from "../../../geometry/Extent.js";
2
- import type Multipoint from "../../../geometry/Multipoint.js";
3
- import type Point from "../../../geometry/Point.js";
4
- import type Polygon from "../../../geometry/Polygon.js";
5
- import type Polyline from "../../../geometry/Polyline.js";
6
-
7
- export type MoveGeometries = Extent | Multipoint | Point | Polygon | Polyline;
@@ -1,11 +0,0 @@
1
-
2
- export interface Padding {
3
- /** The bottom padding (in pixels). */
4
- bottom: number;
5
- /** The left padding (in pixels). */
6
- left: number;
7
- /** The right padding (in pixels). */
8
- right: number;
9
- /** The top padding (in pixels). */
10
- top: number;
11
- }
@@ -1,2 +0,0 @@
1
-
2
- export type ViewType = "2d" | "3d";
@@ -1,38 +0,0 @@
1
-
2
- export type ColorAttachment0 = 36064;
3
-
4
- export type ColorAttachment1 = 36065;
5
-
6
- export type ColorAttachment2 = 36066;
7
-
8
- export type ColorAttachment3 = 36067;
9
-
10
- export type ColorAttachment4 = 36068;
11
-
12
- export type ColorAttachment5 = 36069;
13
-
14
- export type ColorAttachment6 = 36070;
15
-
16
- export type ColorAttachment7 = 36071;
17
-
18
- export type ColorAttachment8 = 36072;
19
-
20
- export type ColorAttachment9 = 36073;
21
-
22
- export type ColorAttachment10 = 36074;
23
-
24
- export type ColorAttachment11 = 36075;
25
-
26
- export type ColorAttachment12 = 36076;
27
-
28
- export type ColorAttachment13 = 36077;
29
-
30
- export type ColorAttachment14 = 36078;
31
-
32
- export type ColorAttachment15 = 36079;
33
-
34
- /** Describes a color attachment point of WebGL2. Currently supported: [COLOR_ATTACHMENT0 ... COLOR_ATTACHMENT15](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/framebufferTexture2D). */
35
- export type ColorAttachment = ColorAttachment0 | ColorAttachment1 | ColorAttachment2 | ColorAttachment3 | ColorAttachment4 | ColorAttachment5 | ColorAttachment6 | ColorAttachment7 | ColorAttachment8 | ColorAttachment9 | ColorAttachment10 | ColorAttachment11 | ColorAttachment12 | ColorAttachment13 | ColorAttachment14 | ColorAttachment15;
36
-
37
- /** Describes a depth attachment point of WebGL2. Currently supported: [DEPTH_STENCIL_ATTACHMENT](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/framebufferTexture2D). */
38
- export type DepthStencilAttachment = 33306;
@@ -1,4 +0,0 @@
1
- import type FeatureReferenceGlobalId from "./FeatureReferenceGlobalId.js";
2
- import type FeatureReferenceObjectId from "./FeatureReferenceObjectId.js";
3
-
4
- export type FeatureReferenceIdUnion = FeatureReferenceObjectId | FeatureReferenceGlobalId;
@@ -1,2 +0,0 @@
1
-
2
- export type DirectionalPadAngle = -45 | 0 | 45 | -90 | 90 | -135 | 180 | 135;
@@ -1,7 +0,0 @@
1
- import type Point from "../../../geometry/Point.js";
2
- import type Polygon from "../../../geometry/Polygon.js";
3
- import type Polyline from "../../../geometry/Polyline.js";
4
-
5
- export type SplitterGeometryType = "point" | "polyline" | "polygon";
6
-
7
- export type SplitterGeometry = Point | Polyline | Polygon;
@@ -1,4 +0,0 @@
1
-
2
- export interface CompiledExpressionInfo {}
3
-
4
- export interface CompiledExpressionInfos {}
@@ -1,4 +0,0 @@
1
- import type ActionButton from "../../support/actions/ActionButton.js";
2
- import type ActionToggle from "../../support/actions/ActionToggle.js";
3
-
4
- export type Action = ActionButton | ActionToggle;
@@ -1,3 +0,0 @@
1
-
2
- /** @deprecated since 5.0. Use the [Shadow Cast component](https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-shadow-cast/) or [ShadowCastAnalysis](https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-ShadowCastAnalysis.html) instead. For information on widget deprecation, read about [Esri's move to web components](https://developers.arcgis.com/javascript/latest/components-transition-plan/). */
3
- export type DurationMode = "continuous" | "hourly";
@@ -1,7 +0,0 @@
1
-
2
- /**
3
- * The heading level used for the HTML heading element.
4
- *
5
- * @see [Heading Elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements)
6
- */
7
- export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
@@ -1,2 +0,0 @@
1
-
2
- export type FieldInputDataTypes = "text" | "number" | "date" | "unsupported";
File without changes
File without changes