@arcgis/core 4.34.0-next.52 → 4.34.0-next.54

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 (139) hide show
  1. package/applications/Components/formatUtils.d.ts +3 -0
  2. package/applications/Components/formatUtils.js +5 -0
  3. package/assets/esri/core/workers/RemoteClient.js +1 -1
  4. package/assets/esri/core/workers/chunks/{35fc8a64674005b1d1d7.js → 0a4357af5b8c0532b439.js} +1 -1
  5. package/assets/esri/core/workers/chunks/{e58336aafe8c95bb6831.js → 0eb728cee6e40cb30c01.js} +1 -1
  6. package/assets/esri/core/workers/chunks/{b87ed14fde381f79bc9f.js → 17776d9d3558d45ea7b5.js} +1 -1
  7. package/assets/esri/core/workers/chunks/23f54b49742098def8ae.js +1 -0
  8. package/assets/esri/core/workers/chunks/2efa4d8fe5454f8b2a05.js +1 -0
  9. package/assets/esri/core/workers/chunks/{a69e885336eb5d2729fd.js → 3505988ce3839cdbbc98.js} +1 -1
  10. package/assets/esri/core/workers/chunks/{46ab551bd19e52e73649.js → 3800764932a1c32cb29f.js} +1 -1
  11. package/assets/esri/core/workers/chunks/3c57b2e13628b5c1f6de.js +1 -0
  12. package/assets/esri/core/workers/chunks/435169b455fd2846799b.js +1 -0
  13. package/assets/esri/core/workers/chunks/{77493aa2118d462612a0.js → 43bd338bb0de375b9bb7.js} +1 -1
  14. package/assets/esri/core/workers/chunks/{5a016dcd3192d42d363e.js → 5fc414fc2cfc68828c5b.js} +1 -1
  15. package/assets/esri/core/workers/chunks/{ecd673eccf89643df07a.js → 659f7e99b2d524ef53fb.js} +2 -2
  16. package/assets/esri/core/workers/chunks/69e6000044bfb03776ac.js +1 -0
  17. package/assets/esri/core/workers/chunks/{037bc400257bc13b3ec8.js → 772e81e9162e2240a7a6.js} +1 -1
  18. package/assets/esri/core/workers/chunks/813efde41e90e652b7db.js +1 -0
  19. package/assets/esri/core/workers/chunks/82404ff7c298493ff6f4.js +1 -0
  20. package/assets/esri/core/workers/chunks/{f1de768b0a6d345f7e39.js → 8f6ff09e7d2f01b79faf.js} +1 -1
  21. package/assets/esri/core/workers/chunks/9639a6f6fab52a501bf7.js +1 -0
  22. package/assets/esri/core/workers/chunks/{cfa8b17cf1349f6ed355.js → 9e9be7f6ea32957f1088.js} +1 -1
  23. package/assets/esri/core/workers/chunks/9fef330b241f958b55df.js +1 -0
  24. package/assets/esri/core/workers/chunks/aab349d4624b78ef429f.js +1 -0
  25. package/assets/esri/core/workers/chunks/b9f5672093727c6f92c9.js +1 -0
  26. package/assets/esri/core/workers/chunks/bcc233a86e01ff1eac16.js +1 -0
  27. package/assets/esri/core/workers/chunks/cac060a187f3a27a19ba.js +1 -0
  28. package/assets/esri/core/workers/chunks/cda27c0fafd687dfa72e.js +1 -0
  29. package/assets/esri/core/workers/chunks/{82a390be9500b629f6bc.js → d0bf1fc6e3c198bc565d.js} +1 -1
  30. package/assets/esri/core/workers/chunks/dd120d562b63618e71c0.js +1 -0
  31. package/assets/esri/core/workers/chunks/dd2b5f115d156b5b212e.js +1 -0
  32. package/assets/esri/core/workers/chunks/e28d3ed65c3a76a044c8.js +1 -0
  33. package/assets/esri/core/workers/chunks/{fb4950995f6780f6c22a.js → ee0286b5f5475f2d853f.js} +1 -1
  34. package/assets/esri/core/workers/chunks/{c5b2a261d8c216ca4a10.js → f8505bf69795f5293a79.js} +1 -1
  35. package/assets/esri/core/workers/chunks/fae6030a81cb91a91b69.js +1 -0
  36. package/assets/esri/core/workers/chunks/ff7962063d132c1ec814.js +1 -0
  37. package/assets/esri/themes/base/widgets/_FloorFilter.scss +23 -19
  38. package/assets/esri/themes/dark/main.css +1 -1
  39. package/assets/esri/themes/light/main.css +1 -1
  40. package/assets/esri/themes/light/view.css +1 -1
  41. package/config.js +1 -1
  42. package/geometry/operators/json/graphicBufferOperator.js +5 -0
  43. package/geometry/support/coordinateSystem.js +1 -1
  44. package/interfaces.d.ts +93 -185
  45. package/kernel.js +1 -1
  46. package/layers/KMLLayer.js +1 -1
  47. package/layers/graphics/controllers/I3SOnDemandController.js +1 -1
  48. package/layers/graphics/data/QueryEngine.js +1 -1
  49. package/layers/graphics/sources/WFSSourceWorker.js +1 -1
  50. package/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +1 -1
  51. package/layers/graphics/sources/support/CSVSourceWorker.js +1 -1
  52. package/layers/graphics/sources/support/MemorySourceWorker.js +1 -1
  53. package/layers/support/ElevationQuery.js +1 -1
  54. package/layers/support/ExportImageParameters.js +1 -1
  55. package/networks/UtilityNetwork.js +1 -1
  56. package/networks/support/typeUtils.js +1 -1
  57. package/package.json +3 -3
  58. package/portal/Portal.js +1 -1
  59. package/renderers/support/rasterRendererHelper.js +1 -1
  60. package/renderers/support/utils.js +1 -1
  61. package/rest/featureService/FeatureService.js +1 -1
  62. package/rest/networks/support/Circuit.js +5 -0
  63. package/rest/networks/support/CircuitSection.js +1 -1
  64. package/rest/networks/support/Subcircuit.js +1 -1
  65. package/rest/print.js +1 -1
  66. package/support/revision.js +1 -1
  67. package/symbols/cim/CIMEffects.js +1 -1
  68. package/symbols/cim/effects/EffectOffset.js +1 -1
  69. package/views/2d/analysisViewModuleImportUtils.js +5 -0
  70. package/views/2d/engine/webgl/shaderGraph/techniques/labels/LabelMeshWriter.js +1 -1
  71. package/views/2d/input/MapViewInputManager.js +1 -1
  72. package/views/2d/layers/LayerView2D.js +1 -1
  73. package/views/3d/analysis/Dimension/LengthDimensionSubTool.js +1 -1
  74. package/views/3d/analysis/ElevationProfile/HoveredPointsVisualization.js +1 -1
  75. package/views/3d/analysis/LineOfSight/LineOfSightRayIntersector.js +1 -1
  76. package/views/3d/analysis/Viewshed/FieldOfViewManipulation.js +1 -1
  77. package/views/3d/analysisViewModuleImportUtils.js +5 -0
  78. package/views/3d/input/SceneInputManager.js +1 -1
  79. package/views/3d/interactive/editingTools/draw/DrawGraphicTool3D.js +1 -1
  80. package/views/3d/interactive/editingTools/manipulations/MoveManipulation.js +1 -1
  81. package/views/3d/interactive/editingTools/reshape/ReshapeOperation.js +1 -1
  82. package/views/3d/interactive/measurementTools/areaMeasurement3D/AreaMeasurement3DTool.js +1 -1
  83. package/views/3d/layers/PointCloudLayerView3D.js +1 -1
  84. package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
  85. package/views/3d/terrain/TerrainSurface.js +1 -1
  86. package/views/3d/webgl-engine/effects/highlight/ShadowHighlight.js +1 -1
  87. package/views/3d/webgl-engine/lib/Octree.js +1 -1
  88. package/views/SceneView.js +1 -1
  89. package/views/ToolViewManager.js +1 -1
  90. package/views/View.js +1 -1
  91. package/views/View2D.js +1 -1
  92. package/views/draw/Draw.js +1 -1
  93. package/views/draw/DrawGraphicTool.js +1 -1
  94. package/views/draw/DrawOperation.js +1 -1
  95. package/views/draw/LegacyDrawManipulator.js +1 -1
  96. package/views/draw/support/Box.js +1 -1
  97. package/views/draw/support/GraphicMover.js +1 -1
  98. package/views/draw/support/Reshape.js +1 -1
  99. package/views/input/InputManager.js +1 -1
  100. package/views/input/handlers/LatestPointer.js +1 -1
  101. package/views/interactive/InteractiveToolBase.js +1 -1
  102. package/views/interactive/ToolViewManagerManipulatorState.js +1 -1
  103. package/views/interactive/Tooltip.js +1 -1
  104. package/views/interactive/snapping/featureSources/GraphicsSnappingSource.js +1 -1
  105. package/views/interactive/snapping/featureSources/featureServiceSource/FeatureServiceSnappingSourceWorker.js +1 -1
  106. package/views/layers/support/popupUtils.js +1 -1
  107. package/views/support/AnalysisViewManager.js +5 -0
  108. package/views/support/PromiseQueue.js +5 -0
  109. package/views/support/Scheduler.js +1 -1
  110. package/widgets/Feature/FeatureViewModel.js +1 -1
  111. package/widgets/FeatureTable/Grid/support/ButtonMenu.js +1 -1
  112. package/widgets/FloorFilter/css.js +1 -1
  113. package/widgets/FloorFilter.js +1 -1
  114. package/widgets/HistogramRangeSlider.js +1 -1
  115. package/widgets/Sketch/SketchViewModel.js +1 -1
  116. package/widgets/support/ItemList.js +1 -1
  117. package/assets/esri/core/workers/chunks/0874b88d5ae7c2b78b3b.js +0 -1
  118. package/assets/esri/core/workers/chunks/0c129b78e5cfe96795e1.js +0 -1
  119. package/assets/esri/core/workers/chunks/1a3a4c2c642899be37a0.js +0 -1
  120. package/assets/esri/core/workers/chunks/2b75212c31145cc07d16.js +0 -1
  121. package/assets/esri/core/workers/chunks/37a97e690786814bf0b3.js +0 -1
  122. package/assets/esri/core/workers/chunks/48e64f99720907017778.js +0 -1
  123. package/assets/esri/core/workers/chunks/4c6862ad3af947c704f7.js +0 -1
  124. package/assets/esri/core/workers/chunks/4d544e3e19ce07c2c195.js +0 -1
  125. package/assets/esri/core/workers/chunks/781b59ba0cabe78bc122.js +0 -1
  126. package/assets/esri/core/workers/chunks/8c1bd9bcfc59497de3b5.js +0 -1
  127. package/assets/esri/core/workers/chunks/8cc700da2ac58849a708.js +0 -1
  128. package/assets/esri/core/workers/chunks/9b7fee0adffeee8d45ae.js +0 -1
  129. package/assets/esri/core/workers/chunks/9d30fed26e0d84ef893b.js +0 -1
  130. package/assets/esri/core/workers/chunks/b29f0b32787edb4e75cf.js +0 -1
  131. package/assets/esri/core/workers/chunks/b877142a275188a16e17.js +0 -1
  132. package/assets/esri/core/workers/chunks/c87bb42f825c39f9cce3.js +0 -1
  133. package/assets/esri/core/workers/chunks/cc0cb4906e4419f7c4a9.js +0 -1
  134. package/assets/esri/core/workers/chunks/f667096ea325f690c4a6.js +0 -1
  135. package/assets/esri/core/workers/chunks/f9f94b5efa9a64cdb407.js +0 -1
  136. package/layers/graphics/data/executeQueryForSnapping.js +0 -5
  137. package/layers/support/PromiseQueue.js +0 -5
  138. package/views/3d/analysis/AnalysisViewManager3D.js +0 -5
  139. /package/assets/esri/core/workers/chunks/{ecd673eccf89643df07a.js.LICENSE.txt → 659f7e99b2d524ef53fb.js.LICENSE.txt} +0 -0
package/config.js CHANGED
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.34/esri/copyright.txt for details.
4
4
  */
5
- import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="4.34.0-next.52";s.assetsPath=`https://cdn.jsdelivr.net/npm/@arcgis/core@${e}/assets`}s.defaultAssetsPath=s.assetsPath}export{s as default};
5
+ import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="4.34.0-next.54";s.assetsPath=`https://cdn.jsdelivr.net/npm/@arcgis/core@${e}/assets`}s.defaultAssetsPath=s.assetsPath}export{s as default};
@@ -0,0 +1,5 @@
1
+ /*
2
+ All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
+ See https://js.arcgis.com/4.34/esri/copyright.txt for details.
4
+ */
5
+ import{isSome as r}from"../../../core/arrayUtils.js";import{executeMany as o}from"../gx/operatorGraphicBuffer.js";import{fromGeometries as t,toGeometry as e}from"../support/jsonConverter.js";const n={round:0,miter:1,bevel:2},i={round:0,butt:1,square:2};function a(a,u,s={}){const{joins:m="round",caps:p="round",miterLimit:c=NaN,maxDeviation:l=NaN,maxVerticesInFullCircle:f=96,union:j=!1}=s,[x,d]=t(a);return o(x,null,u,n[m],i[p],c,l,f,j).map(r=>e(r,d)).filter(r)}export{a as executeMany};
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.34/esri/copyright.txt for details.
4
4
  */
5
- import{copy as t}from"../../core/libs/gl-matrix-2/math/mat4.js";import{i as e,e as n,c as o,n as r,h as i}from"../../chunks/vec32.js";import{create as u}from"../../core/libs/gl-matrix-2/factories/vec3f64.js";import{getReferenceEllipsoid as a}from"../ellipsoidUtils.js";import s from"../SpatialReference.js";import{getSphericalPCPF as c}from"../spatialReferenceEllipsoidUtils.js";import{f as l,b as f}from"../../chunks/boundedPlane.js";import{f as p,s as v}from"../../chunks/sphere.js";function m(t){const{value:e,operations:n}=t;return{operations:n,value:n.create(e)}}function h(t,e,n){return t.operations.setExtent(t.value,e,n.value),n}function d(t,e){return t.operations.getExtent(t.value,e),e}function j(t){return{operations:t,value:t.create()}}function x(t,e,n=j(t)){return n.operations=t,t.copy(e,n.value),n}function A(t){return x(v,p(0,0,0,a(t).radius))}const b=2**50;function g(){return x(f,l([0,0,0],[b,0,0],[0,b,0]))}function P(t,e,n){return t.operations.axisAt(t.value,e,2,n)}function R(t,e,n,o){return t.operations.axisAt(t.value,e,n,o)}function S(t,e,n){return t.operations.intersectRay(t.value,e,n)}function k(t,e,n){return t.operations.closestPoint(t.value,e,n)}function y(t,e,n){return t.operations.intersectRayClosestSilhouette(t.value,e,n)}function E(t,e,n){return t.operations.closestPointOnSilhouette(t.value,e,n)}function C(t,e){return t.operations.distanceToSilhouette(t.value,e)}function U(t,e){return t.operations.altitudeAt(t.value,e)}function G(t,e,n,o){return t.operations.setAltitudeAt(t.value,e,n,o)}function O(n,o,r,i){return o!==i&&t(i,o),e(q,i[12],i[13],i[14]),G(n,q,r,q),i[12]=q[0],i[13]=q[1],i[14]=q[2],i}function T(t,e,n){return t.operations.elevate(t.value,e,n.value)}const q=u();function w(t,e,o,r,i){return i[0]=n(t,e),i[1]=n(t,o),i[2]=n(t,r),i}function z(t,e,n,u,a){o(n,t),o(D,e),r(D,D),i(u,D,n),i(a,u,n)}function B(t,e){return t?c(e):e.isGeographic?s.PlateCarree:e}const D=u();export{U as altitudeAt,R as axisAt,k as closestPoint,E as closestPointOnSilhouette,z as coordinateSystemFromOneAxisAndNormalVector,m as create,j as createFromOperations,A as createGlobal,g as createLocal,C as distanceToSilhouette,T as elevate,x as fromValues,d as getExtent,S as intersectRay,y as intersectRayClosestSilhouette,P as normalAt,B as renderSRFromViewSR,G as setAltitudeAt,O as setAltitudeOfTransformation,h as setExtent,w as vectorCoordinates};
5
+ import{copy as t}from"../../core/libs/gl-matrix-2/math/mat4.js";import{i as e,c as n,n as o,h as r,e as i}from"../../chunks/vec32.js";import{create as u}from"../../core/libs/gl-matrix-2/factories/vec3f64.js";import{getReferenceEllipsoid as a}from"../ellipsoidUtils.js";import s from"../SpatialReference.js";import{getSphericalPCPF as c}from"../spatialReferenceEllipsoidUtils.js";import{f as l,b as f}from"../../chunks/boundedPlane.js";import{f as p,s as v}from"../../chunks/sphere.js";function m(t){const{value:e,operations:n}=t;return{operations:n,value:n.create(e)}}function h(t,e,n){return t.operations.setExtent(t.value,e,n.value),n}function d(t,e){return t.operations.getExtent(t.value,e),e}function j(t){return{operations:t,value:t.create()}}function x(t,e,n=j(t)){return n.operations=t,t.copy(e,n.value),n}function A(t){return x(v,p(0,0,0,a(t).radius))}const b=2**50;function g(){return x(f,l([0,0,0],[b,0,0],[0,b,0]))}function P(t,e,n){return t.operations.axisAt(t.value,e,2,n)}function R(t,e,n,o){return t.operations.axisAt(t.value,e,n,o)}function S(t,e,n){return t.operations.intersectRay(t.value,e,n)}function k(t,e,n){return t.operations.closestPoint(t.value,e,n)}function y(t,e,n){return t.operations.intersectRayClosestSilhouette(t.value,e,n)}function E(t,e,n){return t.operations.closestPointOnSilhouette(t.value,e,n)}function C(t,e){return t.operations.distanceToSilhouette(t.value,e)}function U(t,e){return t.operations.altitudeAt(t.value,e)}function G(t,e,n,o){return t.operations.setAltitudeAt(t.value,e,n,o)}function O(n,o,r,i){return o!==i&&t(i,o),e(q,i[12],i[13],i[14]),G(n,q,r,q),i[12]=q[0],i[13]=q[1],i[14]=q[2],i}function T(t,e,n){return t.operations.elevate(t.value,e,n.value)}const q=u();function w(t,e,n,o,r){return r[0]=i(t,e),r[1]=i(t,n),r[2]=i(t,o),r}function z(t,e,i,u,a){n(i,t),n(D,e),o(D,D),r(u,D,i),r(a,u,i)}function B(t,e){return t?c(e):e.isGeographic?s.PlateCarree:e}const D=u();export{U as altitudeAt,R as axisAt,k as closestPoint,E as closestPointOnSilhouette,z as coordinateSystemFromOneAxisAndNormalVector,m as create,j as createFromOperations,A as createGlobal,g as createLocal,C as distanceToSilhouette,T as elevate,x as fromValues,d as getExtent,S as intersectRay,y as intersectRayClosestSilhouette,P as normalAt,B as renderSRFromViewSR,G as setAltitudeAt,O as setAltitudeOfTransformation,h as setExtent,w as vectorCoordinates};
package/interfaces.d.ts CHANGED
@@ -2072,6 +2072,24 @@ declare namespace __esri {
2072
2072
 
2073
2073
  export const fontUtils: fontUtils;
2074
2074
 
2075
+ /**
2076
+ * Note: reserved for internal use only, this is not part of the stable public API.
2077
+ *
2078
+ * format utils for Components.
2079
+ */
2080
+ interface formatUtils {
2081
+ /**
2082
+ * Note: reserved for internal use only, this is not part of the stable public API.
2083
+ *
2084
+ * Given a format, return whether it has the properties needed for display.
2085
+ *
2086
+ * @param format
2087
+ */
2088
+ hasDisplayProperties(format: Format): boolean;
2089
+ }
2090
+
2091
+ export const formatUtils: formatUtils;
2092
+
2075
2093
  /**
2076
2094
  * Note: reserved for internal use only, this is not part of the stable public API.
2077
2095
  *
@@ -51378,7 +51396,7 @@ declare namespace __esri {
51378
51396
  */
51379
51397
  export interface ServiceEdits {
51380
51398
  id: number;
51381
- identifierFields: ServiceEditsIdentifierFields;
51399
+ identifierFields?: ServiceEditsIdentifierFields;
51382
51400
  addFeatures?: Graphic[] | Collection<Graphic>;
51383
51401
  deleteFeatures?: Graphic[] | Collection<Graphic> | FeatureIdentifier[];
51384
51402
  }
@@ -97623,13 +97641,6 @@ declare namespace __esri {
97623
97641
  */
97624
97642
  get filter(): FeatureFilter | nullish;
97625
97643
  set filter(value: FeatureFilterProperties | nullish);
97626
- /**
97627
- * Options for configuring the highlight.
97628
- *
97629
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#highlightOptions Read more...}
97630
- */
97631
- get highlightOptions(): HighlightOptions | nullish;
97632
- set highlightOptions(value: HighlightOptionsProperties | nullish);
97633
97644
  /**
97634
97645
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#queryAggregates fetch aggregate features} as they are being
97635
97646
  * displayed.
@@ -97715,7 +97726,7 @@ declare namespace __esri {
97715
97726
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
97716
97727
  }
97717
97728
 
97718
- interface CatalogFootprintLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
97729
+ interface CatalogFootprintLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
97719
97730
  /**
97720
97731
  * The featureEffect can be used to draw attention features of interest.
97721
97732
  *
@@ -97731,12 +97742,6 @@ declare namespace __esri {
97731
97742
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#filter Read more...}
97732
97743
  */
97733
97744
  filter?: FeatureFilterProperties | nullish;
97734
- /**
97735
- * Options for configuring the highlight.
97736
- *
97737
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#highlightOptions Read more...}
97738
- */
97739
- highlightOptions?: HighlightOptionsProperties | nullish;
97740
97745
  /**
97741
97746
  * The maximum number of features that can be displayed at a time.
97742
97747
  *
@@ -97856,13 +97861,6 @@ declare namespace __esri {
97856
97861
  */
97857
97862
  get filter(): FeatureFilter | nullish;
97858
97863
  set filter(value: FeatureFilterProperties | nullish);
97859
- /**
97860
- * Options for configuring the highlight.
97861
- *
97862
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#highlightOptions Read more...}
97863
- */
97864
- get highlightOptions(): HighlightOptions | nullish;
97865
- set highlightOptions(value: HighlightOptionsProperties | nullish);
97866
97864
  /**
97867
97865
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#queryAggregates fetch aggregate features} as they are being
97868
97866
  * displayed.
@@ -97948,7 +97946,7 @@ declare namespace __esri {
97948
97946
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
97949
97947
  }
97950
97948
 
97951
- interface CSVLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
97949
+ interface CSVLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
97952
97950
  /**
97953
97951
  * The featureEffect can be used to draw attention features of interest.
97954
97952
  *
@@ -97964,12 +97962,6 @@ declare namespace __esri {
97964
97962
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#filter Read more...}
97965
97963
  */
97966
97964
  filter?: FeatureFilterProperties | nullish;
97967
- /**
97968
- * Options for configuring the highlight.
97969
- *
97970
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#highlightOptions Read more...}
97971
- */
97972
- highlightOptions?: HighlightOptionsProperties | nullish;
97973
97965
  /**
97974
97966
  * The maximum number of features that can be displayed at a time.
97975
97967
  *
@@ -98140,13 +98132,6 @@ declare namespace __esri {
98140
98132
  */
98141
98133
  get filter(): FeatureFilter | nullish;
98142
98134
  set filter(value: FeatureFilterProperties | nullish);
98143
- /**
98144
- * Options for configuring the highlight.
98145
- *
98146
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlightOptions Read more...}
98147
- */
98148
- get highlightOptions(): HighlightOptions | nullish;
98149
- set highlightOptions(value: HighlightOptionsProperties | nullish);
98150
98135
  /**
98151
98136
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#queryAggregates fetch aggregate features} as they are being
98152
98137
  * displayed.
@@ -98232,7 +98217,7 @@ declare namespace __esri {
98232
98217
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
98233
98218
  }
98234
98219
 
98235
- interface FeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
98220
+ interface FeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
98236
98221
  /**
98237
98222
  * The featureEffect can be used to draw attention features of interest.
98238
98223
  *
@@ -98248,12 +98233,6 @@ declare namespace __esri {
98248
98233
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#filter Read more...}
98249
98234
  */
98250
98235
  filter?: FeatureFilterProperties | nullish;
98251
- /**
98252
- * Options for configuring the highlight.
98253
- *
98254
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlightOptions Read more...}
98255
- */
98256
- highlightOptions?: HighlightOptionsProperties | nullish;
98257
98236
  /**
98258
98237
  * The maximum number of features that can be displayed at a time.
98259
98238
  *
@@ -98459,13 +98438,6 @@ declare namespace __esri {
98459
98438
  */
98460
98439
  get filter(): FeatureFilter | nullish;
98461
98440
  set filter(value: FeatureFilterProperties | nullish);
98462
- /**
98463
- * Options for configuring the highlight.
98464
- *
98465
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#highlightOptions Read more...}
98466
- */
98467
- get highlightOptions(): HighlightOptions | nullish;
98468
- set highlightOptions(value: HighlightOptionsProperties | nullish);
98469
98441
  /**
98470
98442
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#queryAggregates fetch aggregate features} as they are being
98471
98443
  * displayed.
@@ -98551,7 +98523,7 @@ declare namespace __esri {
98551
98523
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
98552
98524
  }
98553
98525
 
98554
- interface GeoJSONLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
98526
+ interface GeoJSONLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
98555
98527
  /**
98556
98528
  * The featureEffect can be used to draw attention features of interest.
98557
98529
  *
@@ -98567,12 +98539,6 @@ declare namespace __esri {
98567
98539
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#filter Read more...}
98568
98540
  */
98569
98541
  filter?: FeatureFilterProperties | nullish;
98570
- /**
98571
- * Options for configuring the highlight.
98572
- *
98573
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#highlightOptions Read more...}
98574
- */
98575
- highlightOptions?: HighlightOptionsProperties | nullish;
98576
98542
  /**
98577
98543
  * The maximum number of features that can be displayed at a time.
98578
98544
  *
@@ -98612,13 +98578,6 @@ declare namespace __esri {
98612
98578
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html Read more...}
98613
98579
  */
98614
98580
  constructor(properties?: GraphicsLayerViewProperties);
98615
- /**
98616
- * Options for configuring the highlight.
98617
- *
98618
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html#highlightOptions Read more...}
98619
- */
98620
- get highlightOptions(): HighlightOptions | nullish;
98621
- set highlightOptions(value: HighlightOptionsProperties | nullish);
98622
98581
  /**
98623
98582
  * Highlights the given feature(s) in a layer view using the named {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html HighlightOptions}
98624
98583
  * from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
@@ -98638,13 +98597,7 @@ declare namespace __esri {
98638
98597
  queryGraphics(): Promise<Collection<Graphic>>;
98639
98598
  }
98640
98599
 
98641
- interface GraphicsLayerViewProperties extends LayerViewProperties, HighlightLayerViewMixinProperties {
98642
- /**
98643
- * Options for configuring the highlight.
98644
- *
98645
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GraphicsLayerView.html#highlightOptions Read more...}
98646
- */
98647
- highlightOptions?: HighlightOptionsProperties | nullish;
98600
+ interface GraphicsLayerViewProperties extends LayerViewProperties {
98648
98601
  }
98649
98602
 
98650
98603
  export class GroupLayerView extends LayerView {
@@ -98673,8 +98626,6 @@ declare namespace __esri {
98673
98626
  }
98674
98627
 
98675
98628
  export class HighlightLayerViewMixin {
98676
- get highlightOptions(): HighlightOptions | nullish;
98677
- set highlightOptions(value: HighlightOptionsProperties | nullish);
98678
98629
  /**
98679
98630
  * Highlights the given feature(s) in a layer view using the named {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-support-HighlightOptions.html HighlightOptions}
98680
98631
  * from the view's {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#highlights highlights} collection.
@@ -98687,10 +98638,6 @@ declare namespace __esri {
98687
98638
  highlight(target: Graphic | Graphic[] | number | number[] | string | string[], options?: HighlightLayerViewMixinHighlightOptions): Handle;
98688
98639
  }
98689
98640
 
98690
- interface HighlightLayerViewMixinProperties {
98691
- highlightOptions?: HighlightOptionsProperties | nullish;
98692
- }
98693
-
98694
98641
  export interface HighlightLayerViewMixinHighlightOptions {
98695
98642
  name?: string;
98696
98643
  }
@@ -98711,13 +98658,6 @@ declare namespace __esri {
98711
98658
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html Read more...}
98712
98659
  */
98713
98660
  constructor(properties?: ImageryLayerViewProperties);
98714
- /**
98715
- * Options for configuring the highlight.
98716
- *
98717
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html#highlightOptions Read more...}
98718
- */
98719
- get highlightOptions(): HighlightOptions | nullish;
98720
- set highlightOptions(value: HighlightOptionsProperties | nullish);
98721
98661
  /**
98722
98662
  * Returns the map scale that corresponds to the source level of raster data.
98723
98663
  *
@@ -98736,12 +98676,6 @@ declare namespace __esri {
98736
98676
  }
98737
98677
 
98738
98678
  interface ImageryLayerViewProperties extends LayerViewProperties {
98739
- /**
98740
- * Options for configuring the highlight.
98741
- *
98742
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ImageryLayerView.html#highlightOptions Read more...}
98743
- */
98744
- highlightOptions?: HighlightOptionsProperties | nullish;
98745
98679
  /**
98746
98680
  * An object that provides the user access to
98747
98681
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-PixelBlock.html#pixels pixels} and their values in the layer.
@@ -99152,13 +99086,6 @@ declare namespace __esri {
99152
99086
  */
99153
99087
  get filter(): FeatureFilter | nullish;
99154
99088
  set filter(value: FeatureFilterProperties | nullish);
99155
- /**
99156
- * Options for configuring the highlight.
99157
- *
99158
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#highlightOptions Read more...}
99159
- */
99160
- get highlightOptions(): HighlightOptions | nullish;
99161
- set highlightOptions(value: HighlightOptionsProperties | nullish);
99162
99089
  /**
99163
99090
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#queryAggregates fetch aggregate features} as they are being
99164
99091
  * displayed.
@@ -99244,7 +99171,7 @@ declare namespace __esri {
99244
99171
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
99245
99172
  }
99246
99173
 
99247
- interface OGCFeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
99174
+ interface OGCFeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
99248
99175
  /**
99249
99176
  * The featureEffect can be used to draw attention features of interest.
99250
99177
  *
@@ -99260,12 +99187,6 @@ declare namespace __esri {
99260
99187
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#filter Read more...}
99261
99188
  */
99262
99189
  filter?: FeatureFilterProperties | nullish;
99263
- /**
99264
- * Options for configuring the highlight.
99265
- *
99266
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#highlightOptions Read more...}
99267
- */
99268
- highlightOptions?: HighlightOptionsProperties | nullish;
99269
99190
  /**
99270
99191
  * The maximum number of features that can be displayed at a time.
99271
99192
  *
@@ -99352,13 +99273,6 @@ declare namespace __esri {
99352
99273
  */
99353
99274
  get filter(): FeatureFilter | nullish;
99354
99275
  set filter(value: FeatureFilterProperties | nullish);
99355
- /**
99356
- * Options for configuring the highlight.
99357
- *
99358
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#highlightOptions Read more...}
99359
- */
99360
- get highlightOptions(): HighlightOptions | nullish;
99361
- set highlightOptions(value: HighlightOptionsProperties | nullish);
99362
99276
  /**
99363
99277
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#queryAggregates fetch aggregate features} as they are being
99364
99278
  * displayed.
@@ -99444,7 +99358,7 @@ declare namespace __esri {
99444
99358
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
99445
99359
  }
99446
99360
 
99447
- interface ParquetLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
99361
+ interface ParquetLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
99448
99362
  /**
99449
99363
  * The featureEffect can be used to draw attention features of interest.
99450
99364
  *
@@ -99460,12 +99374,6 @@ declare namespace __esri {
99460
99374
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#filter Read more...}
99461
99375
  */
99462
99376
  filter?: FeatureFilterProperties | nullish;
99463
- /**
99464
- * Options for configuring the highlight.
99465
- *
99466
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#highlightOptions Read more...}
99467
- */
99468
- highlightOptions?: HighlightOptionsProperties | nullish;
99469
99377
  /**
99470
99378
  * The maximum number of features that can be displayed at a time.
99471
99379
  *
@@ -99745,13 +99653,6 @@ declare namespace __esri {
99745
99653
  */
99746
99654
  get filter(): FeatureFilter | nullish;
99747
99655
  set filter(value: FeatureFilterProperties | nullish);
99748
- /**
99749
- * Options for configuring the highlight.
99750
- *
99751
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#highlightOptions Read more...}
99752
- */
99753
- get highlightOptions(): HighlightOptions | nullish;
99754
- set highlightOptions(value: HighlightOptionsProperties | nullish);
99755
99656
  /**
99756
99657
  * Connects to a stream service web socket.
99757
99658
  *
@@ -99868,7 +99769,7 @@ declare namespace __esri {
99868
99769
  on(name: "update-rate", eventHandler: StreamLayerViewUpdateRateEventHandler): IHandle;
99869
99770
  }
99870
99771
 
99871
- interface StreamLayerViewProperties extends LayerViewProperties, HighlightLayerViewMixinProperties {
99772
+ interface StreamLayerViewProperties extends LayerViewProperties {
99872
99773
  /**
99873
99774
  * The featureEffect can be used to draw attention features of interest.
99874
99775
  *
@@ -99884,12 +99785,6 @@ declare namespace __esri {
99884
99785
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#filter Read more...}
99885
99786
  */
99886
99787
  filter?: FeatureFilterProperties | nullish;
99887
- /**
99888
- * Options for configuring the highlight.
99889
- *
99890
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#highlightOptions Read more...}
99891
- */
99892
- highlightOptions?: HighlightOptionsProperties | nullish;
99893
99788
  }
99894
99789
 
99895
99790
  export interface StreamLayerViewDataReceivedEvent {
@@ -100089,13 +99984,6 @@ declare namespace __esri {
100089
99984
  */
100090
99985
  get filter(): FeatureFilter | nullish;
100091
99986
  set filter(value: FeatureFilterProperties | nullish);
100092
- /**
100093
- * Options for configuring the highlight.
100094
- *
100095
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#highlightOptions Read more...}
100096
- */
100097
- get highlightOptions(): HighlightOptions | nullish;
100098
- set highlightOptions(value: HighlightOptionsProperties | nullish);
100099
99987
  /**
100100
99988
  * Creates query parameter object that can be used to {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#queryAggregates fetch aggregate features} as they are being
100101
99989
  * displayed.
@@ -100181,7 +100069,7 @@ declare namespace __esri {
100181
100069
  queryObjectIds(query?: QueryProperties, options?: FeatureLayerViewMixinQueryObjectIdsOptions): Promise<(number | string)[]>;
100182
100070
  }
100183
100071
 
100184
- interface WFSLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
100072
+ interface WFSLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties {
100185
100073
  /**
100186
100074
  * The featureEffect can be used to draw attention features of interest.
100187
100075
  *
@@ -100197,12 +100085,6 @@ declare namespace __esri {
100197
100085
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#filter Read more...}
100198
100086
  */
100199
100087
  filter?: FeatureFilterProperties | nullish;
100200
- /**
100201
- * Options for configuring the highlight.
100202
- *
100203
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#highlightOptions Read more...}
100204
- */
100205
- highlightOptions?: HighlightOptionsProperties | nullish;
100206
100088
  /**
100207
100089
  * The maximum number of features that can be displayed at a time.
100208
100090
  *
@@ -101086,15 +100968,6 @@ declare namespace __esri {
101086
100968
  */
101087
100969
  get floors(): Collection<string>;
101088
100970
  set floors(value: CollectionProperties<string>);
101089
- /**
101090
- * Options for configuring the highlight.
101091
- *
101092
- * @deprecated since version 4.32. Use the [highlights](#highlights) property instead.
101093
- *
101094
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlightOptions Read more...}
101095
- */
101096
- get highlightOptions(): HighlightOptions;
101097
- set highlightOptions(value: HighlightOptionsProperties);
101098
100971
  /**
101099
100972
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html Popup} object that displays general content or attributes from
101100
100973
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers layers} in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#map map}.
@@ -101345,14 +101218,6 @@ declare namespace __esri {
101345
101218
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#heightBreakpoint Read more...}
101346
101219
  */
101347
101220
  heightBreakpoint?: BreakpointsOwnerProperties["heightBreakpoint"];
101348
- /**
101349
- * Options for configuring the highlight.
101350
- *
101351
- * @deprecated since version 4.32. Use the [highlights](#highlights) property instead.
101352
- *
101353
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlightOptions Read more...}
101354
- */
101355
- highlightOptions?: HighlightOptionsProperties;
101356
101221
  /**
101357
101222
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html Popup} object that displays general content or attributes from
101358
101223
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers layers} in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#map map}.
@@ -103332,15 +103197,6 @@ declare namespace __esri {
103332
103197
  */
103333
103198
  get floors(): Collection<string>;
103334
103199
  set floors(value: CollectionProperties<string>);
103335
- /**
103336
- * Options for configuring the highlight.
103337
- *
103338
- * @deprecated since version 4.32. Use the [highlights](#highlights) property instead.
103339
- *
103340
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#highlightOptions Read more...}
103341
- */
103342
- get highlightOptions(): HighlightOptions;
103343
- set highlightOptions(value: HighlightOptionsProperties);
103344
103200
  /**
103345
103201
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html Popup} object that displays general content or attributes from
103346
103202
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers layers} in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#map map}.
@@ -103465,14 +103321,6 @@ declare namespace __esri {
103465
103321
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#heightBreakpoint Read more...}
103466
103322
  */
103467
103323
  heightBreakpoint?: BreakpointsOwnerProperties["heightBreakpoint"];
103468
- /**
103469
- * Options for configuring the highlight.
103470
- *
103471
- * @deprecated since version 4.32. Use the [highlights](#highlights) property instead.
103472
- *
103473
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#highlightOptions Read more...}
103474
- */
103475
- highlightOptions?: HighlightOptionsProperties;
103476
103324
  /**
103477
103325
  * A {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html Popup} object that displays general content or attributes from
103478
103326
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers layers} in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View2D.html#map map}.
@@ -112312,6 +112160,36 @@ declare namespace __esri {
112312
112160
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#convert Read more...}
112313
112161
  */
112314
112162
  convert(format: Format, point: Point): Promise<Position>;
112163
+ /**
112164
+ * Goes to a location in the view associated with the view model.
112165
+ *
112166
+ * @param point The location to go to
112167
+ *
112168
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#goToLocation Read more...}
112169
+ */
112170
+ goToLocation(point: Point): Promise<void>;
112171
+ /**
112172
+ * Pauses the view model's operation.
112173
+ *
112174
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#pause Read more...}
112175
+ */
112176
+ pause(): void;
112177
+ /**
112178
+ * Generates a localized coordinate string suitable for display given a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-support-Conversion.html Conversion}
112179
+ * and a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html Point}.
112180
+ *
112181
+ * @param conversion Specifies the format to use to preview
112182
+ * @param point The position to preview
112183
+ *
112184
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#previewConversion Read more...}
112185
+ */
112186
+ previewConversion(conversion: Conversion, point: Point): Promise<string | nullish>;
112187
+ /**
112188
+ * Resumes the view model's operation.
112189
+ *
112190
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#resume Read more...}
112191
+ */
112192
+ resume(): void;
112315
112193
  /**
112316
112194
  * Attempt to convert a string into a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html Point}.
112317
112195
  *
@@ -112321,6 +112199,14 @@ declare namespace __esri {
112321
112199
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#reverseConvert Read more...}
112322
112200
  */
112323
112201
  reverseConvert(coordinate: string, format: Format): Promise<Point | nullish>;
112202
+ /**
112203
+ * Set the view model's new location to the input {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html Point}.
112204
+ *
112205
+ * @param point The point to be set as the new location.
112206
+ *
112207
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-CoordinateConversionViewModel.html#setLocation Read more...}
112208
+ */
112209
+ setLocation(point: Point): void;
112324
112210
  /**
112325
112211
  * Update the input conversions based on the input point.
112326
112212
  *
@@ -112529,6 +112415,14 @@ declare namespace __esri {
112529
112415
  */
112530
112416
  get spatialReference(): SpatialReference;
112531
112417
  set spatialReference(value: SpatialReferenceProperties);
112418
+ /**
112419
+ * Attempt to convert a valid string for this {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-support-Format.html Format} into a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html Point}.
112420
+ *
112421
+ * @param coordinate The coordinate string.
112422
+ *
112423
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-CoordinateConversion-support-Format.html#reverseConvert Read more...}
112424
+ */
112425
+ reverseConvert(coordinate: string): Promise<Point | nullish>;
112532
112426
  }
112533
112427
 
112534
112428
  interface FormatProperties {
@@ -118271,8 +118165,8 @@ declare namespace __esri {
118271
118165
  */
118272
118166
  declare goToOverride: GoTo["goToOverride"];
118273
118167
  /**
118274
- * Highlight the selected feature using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptions highlightOptions}
118275
- * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html MapView} or the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlightOptions highlightOptions}
118168
+ * Highlight the selected feature using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights highlights}
118169
+ * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html MapView} or the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights highlights}
118276
118170
  * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
118277
118171
  *
118278
118172
  * @default true
@@ -118421,6 +118315,14 @@ declare namespace __esri {
118421
118315
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#waitingForResult Read more...}
118422
118316
  */
118423
118317
  readonly waitingForResult: boolean;
118318
+ /**
118319
+ * Number of levels of detail (LOD) to zoom in on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#selectedFeature selected feature}.
118320
+ *
118321
+ * @default 4
118322
+ *
118323
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#zoomFactor Read more...}
118324
+ */
118325
+ zoomFactor: number;
118424
118326
  /**
118425
118327
  * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features.html Features} widget and {@link https://developers.arcgis.com/javascript/latest/references/map-components/arcgis-features/ component}.
118426
118328
  *
@@ -118613,8 +118515,8 @@ declare namespace __esri {
118613
118515
  */
118614
118516
  goToOverride?: GoToProperties["goToOverride"];
118615
118517
  /**
118616
- * Highlight the selected feature using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptions highlightOptions}
118617
- * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html MapView} or the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlightOptions highlightOptions}
118518
+ * Highlight the selected feature using the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlights highlights}
118519
+ * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html MapView} or the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#highlights highlights}
118618
118520
  * set on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
118619
118521
  *
118620
118522
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#highlightEnabled Read more...}
@@ -118704,6 +118606,12 @@ declare namespace __esri {
118704
118606
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#visible Read more...}
118705
118607
  */
118706
118608
  visible?: boolean;
118609
+ /**
118610
+ * Number of levels of detail (LOD) to zoom in on the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#selectedFeature selected feature}.
118611
+ *
118612
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Features-FeaturesViewModel.html#zoomFactor Read more...}
118613
+ */
118614
+ zoomFactor?: number;
118707
118615
  }
118708
118616
 
118709
118617
  export interface FeaturesViewModelFetchFeaturesScreenPoint {
@@ -123165,7 +123073,7 @@ declare namespace __esri {
123165
123073
  /**
123166
123074
  * Icon displayed in the widget's button.
123167
123075
  *
123168
- * @default "floor-plan"
123076
+ * @default "urban-model"
123169
123077
  *
123170
123078
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FloorFilter.html#icon Read more...}
123171
123079
  */
package/kernel.js CHANGED
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.34/esri/copyright.txt for details.
4
4
  */
5
- import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="4.34";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="4.34.0-next.52",has("host-webworker")||globalThis.$arcgis||Object.defineProperty(globalThis,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),has("host-webworker");export{t as addTokenParameter,r as fullVersion,s as id,i as setId,e as version};
5
+ import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="4.34";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="4.34.0-next.54",has("host-webworker")||globalThis.$arcgis||Object.defineProperty(globalThis,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),has("host-webworker");export{t as addTokenParameter,r as fullVersion,s as id,i as setId,e as version};