@arcgis/core 5.2.0-next.44 → 5.2.0-next.45
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.
- package/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/0e64e20fedfe01a1985f.js +1 -0
- package/assets/esri/core/workers/chunks/15351354afcbf840a23d.js +29 -0
- package/assets/esri/core/workers/chunks/2c0d92c0e3511775401a.js +29 -0
- package/assets/esri/core/workers/chunks/{f1f3fe9d2d96578f4f6b.js → 52efa4ded11c1e71f04f.js} +1 -1
- package/assets/esri/core/workers/chunks/{e5c19e9b6fa53abdca8c.js → 728ea88e7d4733230e1f.js} +72 -73
- package/assets/esri/core/workers/chunks/{94cebc34e49da1e295ed.js → 8026cc0065f6520c4161.js} +1 -1
- package/assets/esri/core/workers/chunks/{7684f0c771d312e05bb4.js → ad5c2b0de6713d0a93a4.js} +58 -58
- package/assets/esri/core/workers/chunks/{9b1199104a6822ab7340.js → ae9f9e975d7a9d442fa5.js} +1 -1
- package/assets/esri/core/workers/chunks/b3cd17daf5a297b96705.js +29 -0
- package/assets/esri/core/workers/chunks/{c316234837b7ca406b1c.js → c4b13124a9cfc78c42a6.js} +6 -6
- package/assets/esri/core/workers/chunks/c5e36544b2d1792e4c5f.js +1 -0
- package/assets/esri/core/workers/chunks/{96d5fed0235558c0e348.js → e9c48630757bea465b7e.js} +1 -1
- package/assets/esri/core/workers/chunks/{305ee2dd597c48a38e64.js → ed988360264574cd8f6b.js} +1 -1
- package/chunks/CutFillComposition.glsl.js +2 -2
- package/chunks/CutFillReduction.glsl.js +1 -1
- package/chunks/EmissionComposite.glsl.js +2 -0
- package/chunks/FocusAreaColor.glsl.js +1 -1
- package/chunks/Fog.glsl.js +20 -20
- package/chunks/GlobalIllumination.glsl.js +25 -25
- package/chunks/GlowBlur.glsl.js +16 -18
- package/chunks/GlowComposite.glsl.js +35 -0
- package/chunks/Laserline.glsl.js +13 -13
- package/chunks/LaserlinePath.glsl.js +11 -10
- package/chunks/Precipitation.glsl.js +6 -6
- package/chunks/ShadowCastVisualize.glsl.js +2 -2
- package/chunks/ShadowHighlight.glsl.js +3 -3
- package/chunks/Viewshed.glsl.js +3 -3
- package/config.js +1 -1
- package/core/screenUtils.js +1 -1
- package/core/types.d.ts +7 -0
- package/kernel.js +1 -1
- package/layers/VoxelWasmPerSceneView.js +1 -1
- package/package.json +1 -1
- package/support/revision.js +1 -1
- package/views/3d/environment/CloudyWeather.js +1 -1
- package/views/3d/environment/FoggyWeather.js +1 -1
- package/views/3d/environment/RainyWeather.js +1 -1
- package/views/3d/environment/SnowyWeather.js +1 -1
- package/views/3d/environment/SunnyWeather.js +1 -1
- package/views/3d/layers/I3SMeshView3D.js +1 -1
- package/views/3d/layers/i3s/I3SIntersectionHandler.js +1 -1
- package/views/3d/layers/i3s/I3SUtil.js +1 -1
- package/views/3d/layers/i3s/PointCloudRenderer.js +1 -1
- package/views/3d/layers/support/Tiles3DMeshIntersectionHandler.js +1 -1
- package/views/3d/support/debugFlags.js +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatIntersectionHandler.js +1 -1
- package/views/3d/support/hitTest.js +1 -1
- package/views/3d/support/intersectionHitUtils.js +2 -0
- package/views/3d/terrain/TerrainRenderer.js +1 -1
- package/views/3d/webgl-engine/Stage.js +1 -1
- package/views/3d/webgl-engine/collections/Component/Material/ComponentData.glsl.js +12 -12
- package/views/3d/webgl-engine/collections/Component/UniformComponentParameters.js +1 -1
- package/views/3d/webgl-engine/core/FBOCache.js +1 -1
- package/views/3d/webgl-engine/core/shaderLibrary/ScreenSpacePass.glsl.js +2 -2
- package/views/3d/webgl-engine/core/shaderLibrary/output/getEmissions.glsl.js +8 -0
- package/views/3d/webgl-engine/core/shaderLibrary/util/blendEmission.glsl.js +2 -0
- package/views/3d/webgl-engine/effects/atmosphere/ChapmanAtmosphere.js +1 -1
- package/views/3d/webgl-engine/effects/debug/RenderNodeVisualizerNode.js +1 -1
- package/views/3d/webgl-engine/effects/focusArea/FocusAreaVisualization.js +1 -1
- package/views/3d/webgl-engine/effects/fog/Fog.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/fog/Fog.js +1 -1
- package/views/3d/webgl-engine/effects/globalIllumination/GlobalIllumination.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/globalIllumination/GlobalIllumination.js +1 -1
- package/views/3d/webgl-engine/effects/globalIllumination/GlobalIlluminationTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/effects/glow/Glow.js +1 -1
- package/views/3d/webgl-engine/effects/glow/GlowBlur.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/glow/GlowComposite.glsl.js +2 -0
- package/views/3d/webgl-engine/effects/glow/GlowCompositeTechnique.js +2 -0
- package/views/3d/webgl-engine/effects/haze/Haze.js +1 -1
- package/views/3d/webgl-engine/effects/highlight/ShadowHighlight.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/highlight/ShadowHighlight.js +1 -1
- package/views/3d/webgl-engine/effects/laserlines/LaserLineRenderer.js +1 -1
- package/views/3d/webgl-engine/effects/laserlines/Laserline.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/laserlines/LaserlinePath.glsl.js +1 -1
- package/views/3d/webgl-engine/effects/laserlines/LaserlinePathTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/effects/precipitation/Precipitation.js +1 -1
- package/views/3d/webgl-engine/effects/precipitation/PrecipitationTechniqueConfiguration.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillComputation.js +1 -1
- package/views/3d/webgl-engine/lib/CutFillVisualization.js +1 -1
- package/views/3d/webgl-engine/lib/EmissionComposite.glsl.js +2 -0
- package/views/3d/webgl-engine/lib/EmissionComposite.js +2 -0
- package/views/3d/webgl-engine/lib/EmissionCompositeTechnique.js +2 -0
- package/views/3d/webgl-engine/lib/HUDIntersectorResult.js +1 -1
- package/views/3d/webgl-engine/lib/Intersector.js +1 -1
- package/views/3d/webgl-engine/lib/IntersectorResult.js +1 -1
- package/views/3d/webgl-engine/lib/MainFramebuffer.js +1 -1
- package/views/3d/webgl-engine/lib/PolygonIntersectionResults.js +1 -1
- package/views/3d/webgl-engine/lib/Renderer.js +1 -1
- package/views/3d/webgl-engine/lib/ShadowCastRenderer.js +1 -1
- package/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +1 -1
- package/views/3d/webgl-engine/lib/Viewshed.js +1 -1
- package/views/3d/webgl-engine/lib/intersectorUtilsConversions.js +1 -1
- package/views/3d/webgl-engine/lib/lodRendering/LodResources.js +1 -1
- package/views/3d/webgl-engine/parts/RenderView.js +1 -1
- package/views/3d/webgl-engine/shaders/CutFillComposition.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/EmissiveTechniqueConfiguration.js +2 -0
- package/views/3d/webgl-engine/shaders/OutputColorHighlightOLID.glsl.js +1 -1
- package/views/3d/webgl-engine/shaders/ViewshedTechnique.js +1 -1
- package/views/SceneView.d.ts +4 -3
- package/views/SceneView.js +1 -1
- package/views/support/TextureCompressionWorker.js +1 -1
- package/views/support/TextureCompressionWorkerHandle.js +1 -1
- package/views/webgl/Texture.js +1 -1
- package/assets/esri/core/workers/chunks/5b937c405788fd14be8b.js +0 -30
- package/assets/esri/core/workers/chunks/8a01fe8d78ca85ea4784.js +0 -1
- package/assets/esri/core/workers/chunks/a38a7e3a5aa9294ab918.js +0 -30
- package/assets/esri/core/workers/chunks/b75db3b1becf8265ec59.js +0 -30
- package/assets/esri/core/workers/chunks/ca419858910af5505d3d.js +0 -1
- package/chunks/GlowComposition.glsl.js +0 -39
- package/views/3d/webgl-engine/core/shaderLibrary/output/Emissions.glsl.js +0 -9
- package/views/3d/webgl-engine/effects/fog/FogTechniqueConfiguration.js +0 -2
- package/views/3d/webgl-engine/effects/glow/GlowBlurTechniqueConfiguration.js +0 -2
- package/views/3d/webgl-engine/effects/glow/GlowComposition.glsl.js +0 -2
- package/views/3d/webgl-engine/effects/glow/GlowCompositionTechnique.js +0 -2
- package/views/3d/webgl-engine/effects/glow/GlowCompositionTechniqueConfiguration.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[3636],{69052(t,e,s){s.d(e,{hr:()=>n});var r=s(34727);class n{constructor(t,e){this.min=t,this.max=e,this.range=e-t}normalize(t,e=0,s=!1){return i(this.range,this.min,this.max,t,e,s)}clamp(t,e=0){return(0,r.qE)(t-e,this.min,this.max)+e}monotonic(t,e,s){return t<e?e:e+a(this.range,t-e,s)}minimalMonotonic(t,e,s){return i(this.range,t,t+this.range,e,s)}center(t,e,s){return e=this.monotonic(t,e,s),this.normalize((t+e)/2,s)}diff(t,e,s){return this.monotonic(t,e,s)-t}shortestSignedDiff(t,e){t=this.normalize(t);const s=(e=this.normalize(e))-t,r=e<t?this.minimalMonotonic(t,e)-t:e-this.minimalMonotonic(e,t);return Math.abs(s)<Math.abs(r)?s:r}contains(t,e,s){return e=this.minimalMonotonic(t,e),(s=this.minimalMonotonic(t,s))>t&&s<e}}function i(t,e,s,r,n=0,i=!1){return(r-=n)<e?r+=a(t,e-r):r>s&&(r-=a(t,r-s)),i&&r===s&&(r=e),r+n}function a(t,e,s=0){return Math.ceil((e-s)/t)*t+s}const o=new n(0,2*Math.PI),u=(new n(-Math.PI,Math.PI),new n(0,360));s.d(e,["ie",0,u,"uC",0,o])},82534(t,e,s){function r(){return[0,0,0,1]}function n(t){return[t[0],t[1],t[2],t[3]]}s.d(e,{o8:()=>n,vt:()=>r});const i=[0,0,0,1];Object.freeze(Object.defineProperty({__proto__:null,IDENTITY:i,clone:n,create:r,fromValues:function(t,e,s,r){return[t,e,s,r]}},Symbol.toStringTag,{value:"Module"})),s.d(e,["zK",0,i])},67026(t,e,s){s.d(e,{A6:()=>y,Xd:()=>l,Xr:()=>d,lw:()=>p,x8:()=>c});var r=s(29242),n=s(82534),i=s(51850),a=s(34304),o=s(35522),u=s(78955);function c(t,e,s){s*=.5;const r=Math.sin(s);return t[0]=r*e[0],t[1]=r*e[1],t[2]=r*e[2],t[3]=Math.cos(s),t}function l(t,e){const s=2*Math.acos(e[3]),r=Math.sin(s/2);return r>(0,a.FD)()?(t[0]=e[0]/r,t[1]=e[1]/r,t[2]=e[2]/r):(t[0]=1,t[1]=0,t[2]=0),s}function p(t,e,s){const r=e[0],n=e[1],i=e[2],a=e[3],o=s[0],u=s[1],c=s[2],l=s[3];return t[0]=r*l+a*o+n*c-i*u,t[1]=n*l+a*u+i*o-r*c,t[2]=i*l+a*c+r*u-n*o,t[3]=a*l-r*o-n*u-i*c,t}function h(t,e,s,r){const n=e[0],i=e[1],o=e[2],u=e[3];let c,l,p,h,d,f=s[0],y=s[1],m=s[2],g=s[3];return l=n*f+i*y+o*m+u*g,l<0&&(l=-l,f=-f,y=-y,m=-m,g=-g),1-l>(0,a.FD)()?(c=Math.acos(l),p=Math.sin(c),h=Math.sin((1-r)*c)/p,d=Math.sin(r*c)/p):(h=1-r,d=r),t[0]=h*n+d*f,t[1]=h*i+d*y,t[2]=h*o+d*m,t[3]=h*u+d*g,t}function d(t,e){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t[3]=e[3],t}function f(t,e){const s=e[0]+e[4]+e[8];let r;if(s>0)r=Math.sqrt(s+1),t[3]=.5*r,r=.5/r,t[0]=(e[5]-e[7])*r,t[1]=(e[6]-e[2])*r,t[2]=(e[1]-e[3])*r;else{let s=0;e[4]>e[0]&&(s=1),e[8]>e[3*s+s]&&(s=2);const n=(s+1)%3,i=(s+2)%3;r=Math.sqrt(e[3*s+s]-e[3*n+n]-e[3*i+i]+1),t[s]=.5*r,r=.5/r,t[3]=(e[3*n+i]-e[3*i+n])*r,t[n]=(e[3*n+s]+e[3*s+n])*r,t[i]=(e[3*i+s]+e[3*s+i])*r}return t}function y(t,e,s,r){const n=.5*Math.PI/180;e*=n,s*=n,r*=n;const i=Math.sin(e),a=Math.cos(e),o=Math.sin(s),u=Math.cos(s),c=Math.sin(r),l=Math.cos(r);return t[0]=i*u*l-a*o*c,t[1]=a*o*l+i*u*c,t[2]=a*u*c-i*o*l,t[3]=a*u*l+i*o*c,t}const m=u.C,g=u.hZ,S=u.WQ,v=p,b=u.hs,A=u.Om,x=u.Cc,_=u.Bw,M=_,w=u.m3,R=w,q=u.S8,F=u.t2,I=u.aI,E=(0,i.vt)(),C=(0,i.fA)(1,0,0),O=(0,i.fA)(0,1,0),P=(0,n.vt)(),T=(0,n.vt)(),N=(0,r.vt)();Object.freeze(Object.defineProperty({__proto__:null,add:S,calculateW:function(t,e){const s=e[0],r=e[1],n=e[2];return t[0]=s,t[1]=r,t[2]=n,t[3]=Math.sqrt(Math.abs(1-s*s-r*r-n*n)),t},conjugate:d,copy:m,dot:A,equals:I,exactEquals:F,fromEuler:y,fromMat3:f,getAxisAngle:l,identity:function(t){return t[0]=0,t[1]=0,t[2]=0,t[3]=1,t},invert:function(t,e){const s=e[0],r=e[1],n=e[2],i=e[3],a=s*s+r*r+n*n+i*i,o=a?1/a:0;return t[0]=-s*o,t[1]=-r*o,t[2]=-n*o,t[3]=i*o,t},len:M,length:_,lerp:x,mul:v,multiply:p,normalize:q,random:function(t){const e=a.Ov,s=e(),r=e(),n=e(),i=Math.sqrt(1-s),o=Math.sqrt(s);return t[0]=i*Math.sin(2*Math.PI*r),t[1]=i*Math.cos(2*Math.PI*r),t[2]=o*Math.sin(2*Math.PI*n),t[3]=o*Math.cos(2*Math.PI*n),t},rotateX:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u+a*o,t[1]=n*u+i*o,t[2]=i*u-n*o,t[3]=a*u-r*o,t},rotateY:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u-i*o,t[1]=n*u+a*o,t[2]=i*u+r*o,t[3]=a*u-n*o,t},rotateZ:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u+n*o,t[1]=n*u-r*o,t[2]=i*u+a*o,t[3]=a*u-i*o,t},rotationTo:function(t,e,s){const r=(0,o.Om)(e,s);return r<-.999999?((0,o.$A)(E,C,e),(0,o.Il)(E)<1e-6&&(0,o.$A)(E,O,e),(0,o.S8)(E,E),c(t,E,Math.PI),t):r>.999999?(t[0]=0,t[1]=0,t[2]=0,t[3]=1,t):((0,o.$A)(E,e,s),t[0]=E[0],t[1]=E[1],t[2]=E[2],t[3]=1+r,q(t,t))},scale:b,set:g,setAxes:function(t,e,s,r){const n=N;return n[0]=s[0],n[3]=s[1],n[6]=s[2],n[1]=r[0],n[4]=r[1],n[7]=r[2],n[2]=-e[0],n[5]=-e[1],n[8]=-e[2],q(t,f(t,n))},setAxisAngle:c,slerp:h,sqlerp:function(t,e,s,r,n,i){return h(P,e,n,i),h(T,s,r,i),h(t,P,T,2*i*(1-i)),t},sqrLen:R,squaredLength:w,str:function(t){return"quat("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+")"}},Symbol.toStringTag,{value:"Module"})),s.d(e,["hZ",0,g,"t2",0,F])},56512(t,e,s){function r(t){let e,s,r=[],n=!1;return function(...i){return n&&e===this&&function(t,e){if(t.length!==e.length)return!1;for(let s=0;s<t.length;++s)if(t[s]!==e[s])return!1;return!0}(i,r)||(s=t.apply(this,i),e=this,r=i,n=!0),s}}s.d(e,{B:()=>r})},69397(t,e,s){s.d(e,{Qf:()=>o,Qh:()=>i,lM:()=>n});var r=s(34275);function n(t){if(!t)return 0;let e=c;for(const s in t)t.hasOwnProperty(s)&&(e+=a(t[s],!1));return e}function i(t){if(!t)return 0;if("number"==typeof t[0])return o(t);if(Array.isArray(t))return function(t){const e=t.length;if(0===e||"number"==typeof t[0])return u(t,8);let s=l;for(let r=0;r<e;r++)s+=a(t[r]);return s}(t);let e=c;for(const s in t)t.hasOwnProperty(s)&&(e+=a(t[s]));return e}function a(t,e=!0){switch(typeof t){case"object":return e?i(t):c;case"string":return function(t){return 32+t.length}(t);case"number":return 16;case"boolean":return 4;default:return 8}}function o(...t){return t.reduce((t,e)=>t+(e?(0,r.iu)(e)?e.byteLength+p:Array.isArray(e)?u(e,16):0:0),0)}function u(t,e){return l+t.length*e}const c=32,l=16,p=145},95696(t,e,s){s.d(e,{A:()=>c});var r,n=s(5482),i=s(69540),a=s(25482),o=s(91429),u=s(93223);let c=class extends((0,i.OU)(a.o)){static{r=this}constructor(t){super(t),this.type="georeferenced",this.origin=null}static{this.absolute=new r}};(0,n.Cg)([(0,u.e)({georeferenced:"georeferenced"},{readOnly:!0})],c.prototype,"type",void 0),(0,n.Cg)([(0,o.MZ)({type:[Number],nonNullable:!1,json:{write:!0}})],c.prototype,"origin",void 0),c=r=(0,n.Cg)([(0,o.$K)("esri.geometry.support.MeshGeoreferencedVertexSpace")],c)},18251(t,e,s){s.d(e,{A:()=>c});var r=s(5482),n=s(69540),i=s(25482),a=s(91429),o=s(51850),u=s(93223);let c=class extends((0,n.OU)(i.o)){constructor(t){super(t),this.type="local",this.origin=(0,o.vt)()}};(0,r.Cg)([(0,u.e)({local:"local"},{readOnly:!0})],c.prototype,"type",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],c.prototype,"origin",void 0),c=(0,r.Cg)([(0,a.$K)("esri.geometry.support.MeshLocalVertexSpace")],c)},73836(t,e,s){s.d(e,{A:()=>d});var r=s(5482),n=s(69540),i=s(25482),a=s(91429),o=s(58083),u=s(9093),c=s(67026),l=s(82534),p=s(51850),h=s(24770);let d=class extends((0,n.OU)(i.o)){constructor(t){super(t),this.translation=(0,p.vt)(),this.rotationAxis=(0,p.ci)(h.up),this.rotationAngle=0,this.scale=(0,p.fA)(1,1,1)}get rotation(){return(0,h.i4)(this.rotationAxis,this.rotationAngle)}set rotation(t){this.rotationAxis=(0,p.o8)((0,h.yo)(t)),this.rotationAngle=(0,h.g7)(t)}get localMatrix(){const t=(0,u.vt)();return(0,c.x8)(f,(0,h.yo)(this.rotation),(0,h.$I)(this.rotation)),(0,o.o1)(t,f,this.translation,this.scale),t}get localMatrixInverse(){return(0,o.B8)((0,u.vt)(),this.localMatrix)}equals(t){return this===t||null!=t&&(0,o.t2)(this.localMatrix,t.localMatrix)}};(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"translation",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"rotationAxis",void 0),(0,r.Cg)([(0,a.MZ)({type:Number,nonNullable:!0,json:{write:!0}})],d.prototype,"rotationAngle",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"scale",void 0),(0,r.Cg)([(0,a.MZ)()],d.prototype,"rotation",null),(0,r.Cg)([(0,a.MZ)()],d.prototype,"localMatrix",null),(0,r.Cg)([(0,a.MZ)()],d.prototype,"localMatrixInverse",null),d=(0,r.Cg)([(0,a.$K)("esri.geometry.support.MeshTransform")],d);const f=(0,l.vt)()},24770(t,e,s){s.d(e,{$I:()=>g,AU:()=>f,Cr:()=>p,g7:()=>m,i4:()=>l,ui:()=>h,vt:()=>c,yo:()=>y});var r=s(34727),n=s(58083),i=s(67026),a=s(82534),o=s(35522),u=s(51850);function c(t=v){return[t[0],t[1],t[2],t[3]]}function l(t,e,s=c()){return(0,o.C)(s,t),s[3]=e,s}function p(t,e,s){return(0,o.$A)(s,t,e),(0,o.S8)(s,s),s[3]=-(0,o.g7)(t,e),s}function h(t,e=c()){const s=(0,n.l)(b,t);return S(e,(0,r.KJ)((0,i.Xd)(e,s))),e}function d(t,e,s=c()){return(0,i.x8)(b,t,g(t)),(0,i.x8)(A,e,g(e)),(0,i.lw)(b,A,b),S(s,(0,r.KJ)((0,i.Xd)(s,b)))}function f(t,e,s,r=c()){return l(u.Cw,t,x),l(u.JP,e,_),l(u.Cb,s,M),d(x,_,x),d(x,M,r),r}function y(t){return t}function m(t){return t[3]}function g(t){return(0,r.kU)(t[3])}function S(t,e){return t[3]=e,t}const v=[0,0,1,0],b=(0,a.vt)(),A=(0,a.vt)(),x=(c(),c()),_=c(),M=c();s.d(e,["up",0,v])},31411(t,e,s){s.d(e,{GS:()=>M,gh:()=>R});var r=s(49186),n=s(56512),i=s(65864),a=s(4305),o=s(50954),u=s(52006),c=s(49663),l=s(46068),p=s(15507);const h=1e-6,d=[0,0];function f(t){return{maxSegmentLength:t.maxSegmentLength??0,maxDeviation:t.maxDeviation??0,maxSegmentsPerCurve:t.maxSegmentsPerCurve??12e3,minSegmentsPerCurve:Math.max(t.minSegmentsPerCurve??1,1)}}class y{constructor(t,e){this.curveStart=t,this.curveEnd=e,this.tStart=0,this.tEnd=0,this.tEndStack=[],this.arcEndStack=[]}get stackSize(){return this.tEndStack.length}initialize(t,e){this.tStart=0,this.arcStart=t,this.tEndStack.push(1),this.arcEndStack.push(e)}splitAt(t){this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this.tEndStack.push(t),this.arcEndStack.push(this.interpolate(t))}splitInHalf(){return this.splitAt((this.tStart+this.tEnd)/2)}pop(){this.tEnd=this.tEndStack.pop(),this.arcEnd=this.arcEndStack.pop()}next(){this.tStart=this.tEnd,this.arcStart=this.arcEnd}densify(t,{maxDeviation:e,maxSegmentLength:s,maxSegmentsPerCurve:r,minSegmentsPerCurve:n}){const i=s*s,a=e*e,o=1/r,u=this.interpolate(0),c=this.interpolate(1);(0,p.kb)(this.curveStart,u)>h&&t.push(u),this.initialize(u,c);const l=1/n;for(let t=n-1;t>0;t--){const e=t*l;this.pop(),this.splitAt(e)}for(;this.stackSize>0;)this.pop(),this.tStart===this.tEnd||this.tEnd-this.tStart<o||(0===i||!isFinite(i)||(0,p.kb)(this.arcStart,this.arcEnd)<i)&&(0===a||!isFinite(a)||this.getDeviation2()<a)?(t.push(this.arcEnd),this.next()):this.splitInHalf();return(0,p.kb)(this.curveEnd,c)>h&&t.push([...this.curveEnd]),t}}class m extends y{constructor(t,e){const[s,r,n]=e.b;super(t,s),this._controlPointsStack=[],this._curveControlPoints=[r,n],this._arcControlPoints=[r,n],this._controlPointsStack.push(this._arcControlPoints)}splitAt(t){const{arcStart:e,arcEnd:s,tStart:r,tEnd:n}=this,[i,a]=this._arcControlPoints,o=(t-r)/(n-r),u=(0,p.RS)([],e,i,o),c=(0,p.RS)(d,i,a,o),l=(0,p.RS)([],a,s,o),h=(0,p.RS)([],u,c,o),f=(0,p.RS)([],c,l,o),y=(0,p.RS)([],h,f,o);this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this._controlPointsStack.push([f,l]),this.tEndStack.push(t),this.arcEndStack.push(y),this._arcControlPoints[0]=u,this._arcControlPoints[1]=h,this._controlPointsStack.push(this._arcControlPoints)}pop(){super.pop(),this._arcControlPoints=this._controlPointsStack.pop()}interpolate(t){const{curveStart:e,curveEnd:s}=this,[r,n]=this._curveControlPoints;return(0,a.B4)(e,r,n,s,t)}getDeviation2(){const{arcStart:t,arcEnd:e}=this,[s,r]=this._arcControlPoints;return Math.max((0,p.yE)(s,t,e),(0,p.yE)(r,t,e))}}class g extends y{constructor(t,e){const[s]=e.a;super(t,s),this._derivedEllipse=(0,l.SW)(t,e)}pop(){super.pop(),this._tMid=(this.tStart+this.tEnd)/2,this._arcMid=this.interpolate(this._tMid)}splitInHalf(){this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this.tEndStack.push(this._tMid),this.arcEndStack.push(this._arcMid)}interpolate(t){return(0,l.Uk)(this._derivedEllipse,t)}getDeviation2(){return(0,p.yE)(this._arcMid,this.arcStart,this.arcEnd)}}function S(t,e,s,{cx:r,cy:n,radius:i,thetaStart:a,thetaEnd:o,isInvalid:u},{maxDeviation:c,maxSegmentLength:l,maxSegmentsPerCurve:d,minSegmentsPerCurve:f}){if(u)return t.push([...s]),t;const y=2*i,m=[r+i*Math.cos(a),n+i*Math.sin(a)],g=[r+i*Math.cos(o),n+i*Math.sin(o)];(0,p.kb)(e,m)>h&&t.push(m);const S=Math.abs(o-a),v=l>0&&l<y?2*Math.asin(l/y):S,b=c>0&&c<=i?2*Math.acos(1-c/i):S,A=Math.min(v,b),x=Math.min(d,Math.max(f,Math.ceil(Math.abs(S/A)))),_=1/x;for(let e=1;e<x;e++){const s=e*_,u=a*(1-s)+o*s;t.push([r+i*Math.cos(u),n+i*Math.sin(u)])}return t.push(g),(0,p.kb)(s,g)>h&&t.push([...s]),t}function v(t,e,s,r){return new m(e,s).densify(t,r)}function b(t,e,s,r){const n=(0,o.pM)(e,s),[i]=s.c;return S(t,e,i,n,r)}function A(t,e,s,r){const n=(0,c.io)(e,s),[i]=s.a;return S(t,e,i,n,r)}function x(t,e,s,r){const[n,i,a,o,u,c,l]=s.a;return 0===c||0===l?(t.push([...n]),t):new g(e,s).densify(t,r)}function _(t,e,s,r){return(0,u.Xq)(s)?(t.push([...s]),t):(0,u.n1)(s)?v(t,e,s,r):(0,u.aO)(s)?b(t,e,s,r):(0,u.DA)(s)?A(t,e,s,r):x(t,e,s,r)}function M(t,e={}){if(!(0,u.Ed)(t))return t;const s=f(e),r=(0,u.FD)(t),n=[];for(const t of r){const e=[];for(let r=0;r<t.length-1;r++){const n=r+1,i=[...(0,u.yP)(t[r])];0===r&&e.push(i),_(e,i,t[n],s)}n.push(e)}return"curvePaths"in t?{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},paths:n,spatialReference:t.spatialReference}:{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},rings:n,spatialReference:t.spatialReference}}const w=(0,n.B)(t=>({maxDeviation:0,maxSegmentLength:100*t,maxSegmentsPerCurve:12e3,minSegmentsPerCurve:1}));async function R(t,e,n){const a=new Set(e);return await async function(t,e,n){let i=null;for(const a of t)if(a&&(0,u.Ed)(a)&&null==a.spatialReference.xyTolerance&&(0,u.V8)(a,e)){const t=a.spatialReference;if(!t)throw new r.A("geometry:missing-spatial-reference","Geometry contains an unsupported curve type, but it cannot be densified because it has no spatial reference.");const e=q(t);if(n.has(e))a.spatialReference=n.get(e);else{i||(i=await Promise.all([s.e(3661),s.e(1878),s.e(8885),s.e(5756),s.e(3299),s.e(1550)]).then(s.bind(s,78125)));const o=i.fromSpatialReference(t),u=o?.getTolerance();if(null==u)throw new r.A("geometry:missing-tolerance","Geometry contains an unsupported curve type, but it cannot be densified because the tolerance of its spatial reference is unknown. Set the `xyTolerance` property of the spatial reference.");const c=a.spatialReference.clone();c.read({xyTolerance:u}),a.spatialReference=c,n.set(e,c)}}}(t,a,n),t.map(t=>{if(!t||!(0,u.Ed)(t))return t;const s=t.spatialReference.xyTolerance;if(null==s)return t;const r=w(s);return(0,i.rS)(function(t,e,s){if(!(0,u.Ed)(t))return t;const r=new Set(e),n=f(s),i=(0,u.FD)(t),a=[];let o=!1;for(const t of i){const e=[];for(let s=0;s<t.length-1;s++){const i=s+1,a=[...(0,u.yP)(t[s])];0===s&&e.push(a);const c=t[i];(0,u.Xq)(c)?e.push([...c]):(0,u.n1)(c)&&!r.has("cubic-bezier")?v(e,a,c,n):(0,u.aO)(c)&&!r.has("circular-arc")?b(e,a,c,n):(0,u.DA)(c)&&!r.has("elliptic-arc")?A(e,a,c,n):(0,u.wY)(c)&&!r.has("elliptic-arc")?x(e,a,c,n):(e.push((0,u.tk)(c)),o=!0)}a.push(e)}return"curvePaths"in t?{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},spatialReference:t.spatialReference,...o?{curvePaths:a}:{paths:a}}:{hasZ:t.hasZ,hasM:t.hasM,spatialReference:t.spatialReference,...o?{curveRings:a}:{rings:a}}}(t,e,r))})}function q(t){if(null!=t.wkid)return`${t.wkid}`;if(null!=t.wkt)return t.wkt;const e="toJSON"in t&&"function"==typeof t.toJSON?t.toJSON():t;return JSON.stringify(e)}},63579(t,e,s){s.d(e,{Bq:()=>u,Qp:()=>o,WN:()=>m,dK:()=>g,eN:()=>d,fH:()=>y,in:()=>f,yr:()=>c});var r=s(11254),n=s(4576),i=s(17676),a=s(20557);class o{constructor(t,e,s){this.assetName=t,this.assetMimeType=e,this.parts=s}equals(t){return this===t||this.assetName===t.assetName&&this.assetMimeType===t.assetMimeType&&(0,n.aI)(this.parts,t.parts,(t,e)=>t.equals(e))}isOnService(t){return this.parts.every(e=>e.isOnService(t))}makeHash(){let t="";for(const e of this.parts)t+=e.partHash;return t}async toBlob(t){const{parts:e}=this;if(1===e.length)return e[0].toBlob(t);const s=await Promise.all(e.map(e=>e.toBlob(t)));return(0,i.Te)(t),new Blob(s)}}class u{constructor(t,e){this.partUrl=t,this.partHash=e}equals(t){return this===t||this.partUrl===t.partUrl&&this.partHash===t.partHash}isOnService(t){return this.partUrl.startsWith(`${t.path}/assets/`)}async toBlob(t){const{data:e}=await(0,r.A)(this.partUrl,{responseType:"blob"});return(0,i.Te)(t),e}}function c(t){return function(t){switch(t?.type){case"client":return Array.isArray(t.files)?t.files.some(h):h(t.files);case"service":return t.assets.some(h);case"loadable":return!0;default:return!1}}(t?.source)}const l=/^(model\/gltf\+json)|(model\/gltf-binary)$/,p=/\.(gltf|glb)/i;function h(t){if(t instanceof File){const{type:e,name:s}=t;return l.test(e)||p.test(s)}return l.test(t.assetMimeType)||p.test(t.assetName)}function d(t,e){if(!t)return!1;const{source:s}=t;return function(t,e){return"service"===t.type&&t.assets.every(t=>t.isOnService(e))}(s,e)}function f(t,e){if(t===e)return!0;const{source:s}=t,{source:r}=e;if(s===r)return!0;if("service"===s.type&&"service"===r.type){if(s.assets.length!==r.assets.length)return!1;const t=(t,e)=>t.assetName<e.assetName?-1:t.assetName>e.assetName?1:0,e=[...s.assets].sort(t),n=[...r.assets].sort(t);for(let t=0;t<e.length;++t)if(!e[t].equals(n[t]))return!1;return!0}return!1}function y(t,e){return t instanceof File?(0,a.rq)(t,e):(0,a.z$)(t.assetMimeType,t.assetName,e)}function m(t){switch(t.type){case"client":return Array.isArray(t.files)?t.files:[t.files];case"service":return t.assets;case"loadable":return}}function g(t){return!!t.original}},27615(t,e,s){s.d(e,{CK:()=>u,Hq:()=>o,MW:()=>c,TE:()=>l,yJ:()=>p});var r=s(35522),n=s(86738),i=s(95696),a=s(18251);function o(t){return null!=t.origin}function u(t){return o(t.vertexSpace)}function c(t,e){if(!o(t))return null;const[s,r,i]=t.origin;return new n.A({x:s,y:r,z:i,spatialReference:e})}function l(t,e){const{x:s,y:r,z:n,spatialReference:o}=t,u=[s,r,n??0];return"local"===(e?.vertexSpace??function(t){return t.isGeographic||t.isWebMercator?"local":"georeferenced"}(o))?new a.A({origin:u}):new i.A({origin:u})}function p(t,e){return t.type===e.type&&(t.origin===e.origin||null!=t.origin&&null!=e.origin&&(0,r.t2)(t.origin,e.origin))}},17136(t,e,s){s.d(e,{Y_:()=>E,O7:()=>F,el:()=>q});var r=s(92602),n=s(69052),i=s(49186),a=s(53966),o=s(39829),u=s(82799),c=s(16930),l=s(80754),p=s(21325),h=s(28735),d=s(52006),f=s(31411),y=s(11254),m=s(60408),g=s(65864),S=s(2272),v=s(84952),b=s(92300);const A=()=>a.A.getLogger("esri.geometry.support.normalizeUtils");function x(t){return"polygon"===t[0].type}function _(t){return"polyline"===t[0].type}function M(t,e,s){const r=1e6;if(e){const e=(0,d.Ed)(t)?(0,f.GS)(t,{maxSegmentLength:r}):function(t,e){if(!(t instanceof u.A||t instanceof o.A)){const t="straightLineDensify: the input geometry is neither polyline nor polygon";throw A().error(t),new i.A("internal:geometry",t)}const s=(0,l.r8)(t),r=[];for(const t of s){const s=[];r.push(s),s.push([t[0][0],t[0][1]]);for(let r=0;r<t.length-1;r++){const n=t[r][0],i=t[r][1],a=t[r+1][0],o=t[r+1][1],u=Math.sqrt((a-n)*(a-n)+(o-i)*(o-i)),c=(o-i)/u,l=(a-n)/u,p=u/e;if(p>1){for(let t=1;t<=p-1;t++){const r=t*e,a=l*r+n,o=c*r+i;s.push([a,o])}const t=(u+Math.floor(p-1)*e)/2,r=l*t+n,a=c*t+i;s.push([r,a])}s.push([a,o])}}return function(t){return"polygon"===t.type}(t)?new o.A({rings:r,spatialReference:t.spatialReference}):new u.A({paths:r,spatialReference:t.spatialReference})}(t,r);t=(0,h.ci)(e,!0)}return s&&(t=(0,l.kS)(t,s)),t}function w(t,e,s){if(Array.isArray(t)){const r=t[0];if(r>e){const s=(0,l.kd)(r,e);t[0]=r+s*(-2*e)}else if(r<s){const e=(0,l.kd)(r,s);t[0]=r+e*(-2*s)}}else{const r=t.x;if(r>e){const s=(0,l.kd)(r,e);t=t.clone().offset(s*(-2*e),0)}else if(r<s){const e=(0,l.kd)(r,s);t=t.clone().offset(e*(-2*s),0)}}return t}function R(t,e){let s=-1;for(let r=0;r<e.cutIndexes.length;r++){const n=e.cutIndexes[r],i=e.geometries[r],a=(0,l.r8)(i);for(let t=0;t<a.length;t++){const e=a[t];e.some(s=>{if(s[0]<180)return!0;{let s=0;for(let t=0;t<e.length;t++){const r=e[t][0];s=r>s?r:s}s=Number(s.toFixed(9));const r=-360*(0,l.kd)(s,180);for(let s=0;s<e.length;s++){const e=i.getPoint(t,s);i.setPoint(t,s,e.clone().offset(r,0))}return!0}})}if(n===s){if(x(t))for(const e of(0,l.r8)(i))t[n]=t[n].addRing(e);else if(_(t))for(const e of(0,l.r8)(i))t[n]=t[n].addPath(e)}else s=n,t[n]=i}return t}async function q(t,e,s){if(!Array.isArray(t))return q([t],e);e&&"string"!=typeof e&&A().warn("normalizeCentralMeridian()","The url object is deprecated, use the url string instead");const n="string"==typeof e?e:e?.url??r.A.geometryServiceUrl;let i,a,c,d,f,x,_,F,I=0;const E=[],C=[];for(const e of t)if(null!=e)if(i||(i=e.spatialReference,a=(0,p.Vp)(i),c=i.isWebMercator,x=c?102100:4326,d=l.j7[x].maxX,f=l.j7[x].minX,_=l.j7[x].plus180Line,F=l.j7[x].minus180Line),a)if("mesh"===e.type)C.push(e);else if("point"===e.type)C.push(w(e.clone(),d,f));else if("multipoint"===e.type){const t=e.clone();t.points=t.points.map(t=>w(t,d,f)),C.push(t)}else if("extent"===e.type){const t=e.clone()._normalize(!1,!1,a);C.push(t.rings?new o.A(t):t)}else if(e.extent){const t=e.extent,s=(0,l.kd)(t.xmin,f)*(2*d);let r=0===s?e.clone():(0,l.kS)(e.clone(),s);t.offset(s,0);let{xmin:n,xmax:i}=t;n=Number(n.toFixed(9)),i=Number(i.toFixed(9)),t.intersects(_)&&i!==d?(I=i>I?i:I,r=M(r,c),E.push(r),C.push("cut")):t.intersects(F)&&n!==f?(I=i*(2*d)>I?i*(2*d):I,r=M(r,c,360),E.push(r),C.push("cut")):C.push(r)}else C.push(e.clone());else C.push(e);else C.push(e);let O=(0,l.kd)(I,d),P=-90;const T=O,N=new u.A;for(;O>0;){const t=360*O-180;N.addPath([[t,P],[t,-1*P]]),P*=-1,O--}if(E.length>0&&T>0){const e=R(E,await async function(t,e,s,r){const n=(0,S.Dl)(t),i=e[0].spatialReference,a={...r,responseType:"json",query:{...n.query,f:"json",sr:(0,p.YX)(i),target:JSON.stringify({geometryType:(0,m.$B)(e[0]),geometries:e}),cutter:JSON.stringify(s)}},o=await(0,y.A)(n.path+"/cut",a),{cutIndexes:u,geometries:c=[]}=o.data;return{cutIndexes:u,geometries:c.map(t=>{const e=(0,g.rS)(t);return e.spatialReference=i,e})}}(n,E,N,s)),r=[],i=[];for(let s=0;s<C.length;s++){const n=C[s];if("cut"!==n)i.push(n);else{const n=e.shift(),a=t[s];null!=a&&"polygon"===a.type&&a.rings&&a.rings.length>1&&n.rings.length>=a.rings.length?(r.push(n),i.push("simplify")):i.push(c?(0,h.Gh)(n):n)}}if(!r.length)return i;const a=await async function(t,e,s){const r="string"==typeof t?(0,v.An)(t):t,n=e[0].spatialReference,i=(0,m.$B)(e[0]),a={...s,query:{...r.query,f:"json",sr:(0,p.YX)(n),geometries:JSON.stringify((0,b.X)(e))}},{data:o}=await(0,y.A)(r.path+"/simplify",a);return(0,b.V)(o.geometries,i,n)}(n,r,s),o=[];for(let t=0;t<i.length;t++){const e=i[t];"simplify"!==e?o.push(e):o.push(c?(0,h.Gh)(a.shift()):a.shift())}return o}const D=[];for(let t=0;t<C.length;t++){const e=C[t];if("cut"!==e)D.push(e);else{const t=E.shift();D.push(!0===c?(0,h.Gh)(t):t)}}return D}function F(t,e,s){const r=(0,p.Vp)(s);if(null==r)return t;const[n,i]=r.valid,a=2*i;let o=0,u=0;e>i?o=Math.ceil(Math.abs(e-i)/a):e<n&&(o=-Math.ceil(Math.abs(e-n)/a)),t>i?u=Math.ceil(Math.abs(t-i)/a):t<n&&(u=-Math.ceil(Math.abs(t-n)/a));let c=t+(o-u)*a;const l=c-e;return l>i?c-=a:l<n&&(c+=a),c}function I(t){const e=(0,p.Vp)(t);if(null==e)return null;const[s,r]=e.valid;return new n.hr(s,r)}const E=I(c.A.WGS84);I(c.A.WebMercator)},80754(t,e,s){s.d(e,{kS:()=>c,kd:()=>u,r8:()=>l});var r=s(82799),n=s(16930),i=s(60408),a=s(52006);const o={102100:{maxX:20037508.342788905,minX:-20037508.342788905,plus180Line:new r.A({paths:[[[20037508.342788905,-20037508.342788905],[20037508.342788905,20037508.342788905]]],spatialReference:n.A.WebMercator}),minus180Line:new r.A({paths:[[[-20037508.342788905,-20037508.342788905],[-20037508.342788905,20037508.342788905]]],spatialReference:n.A.WebMercator})},4326:{maxX:180,minX:-180,plus180Line:new r.A({paths:[[[180,-180],[180,180]]],spatialReference:n.A.WGS84}),minus180Line:new r.A({paths:[[[-180,-180],[-180,180]]],spatialReference:n.A.WGS84})}};function u(t,e){return Math.ceil((t-e)/(2*e))}function c(t,e){if((0,a.Ed)(t))for(const s of function(t){return(0,i.Bi)(t)?t.curveRings:t.curvePaths}(t))for(const t of s){if((0,a.aO)(t)){const[s,r]=t.c;s[0]+=e,r[0]+=e;continue}if((0,a.FG)(t)){const[s,r]=t.a;s[0]+=e,r[0]+=e;continue}if((0,a.n1)(t)){const[s,r,n]=t.b;s[0]+=e,r[0]+=e,n[0]+=e;continue}t[0]+=e}for(const s of l(t))for(const t of s)t[0]+=e;return t}function l(t){return(0,i.Bi)(t)?t.rings:t.paths}s.d(e,["j7",0,o])},99352(t,e,s){s.d(e,["F",0,{supportsStatistics:!0,supportsPercentileStatistics:!0,supportsSpatialAggregationStatistics:!0,supportedSpatialAggregationStatistics:{envelope:!0,centroid:!0,convexHull:!0},supportsStatisticsAggregatedIds:!0,supportsCentroid:!0,supportsCentroidOnDegeneratedQuantizedGeometry:!0,supportsCacheHint:!0,supportsCurrentUser:!1,supportsDegeneratedQuantizedGeometry:!1,supportsDistance:!0,supportsOutDistance:!1,supportsDistinct:!0,supportsExtent:!0,supportsGeometryProperties:!1,supportsHavingClause:!0,supportsOrderBy:!0,supportsPagination:!0,supportsPaginationOnAggregatedQueries:!1,supportsQuantization:!0,supportsQuantizationEditMode:!1,supportsQueryGeometry:!0,supportsResultType:!0,supportsReturnMesh:!1,supportsReturnExceededLimitGeometries:!1,supportsSqlExpression:!0,supportsMaxRecordCountFactor:!1,supportsStandardizedQueriesOnly:!0,supportsTopFeaturesQuery:!1,supportsQueryByAnonymous:!0,supportsQueryByOthers:!0,supportsHistoricMoment:!1,supportsFormatPBF:!1,supportsFormatPBFWithCurves:!1,supportsDisjointSpatialRelationship:!0,supportsDefaultSpatialReference:!1,supportsFullTextSearch:!1,supportsCompactGeometry:!1,maxRecordCountFactor:void 0,maxRecordCount:void 0,maxUniqueIDCount:void 0,relativeTimeBinWindow:0,standardMaxRecordCount:void 0,standardMaxRecordCountNoGeometry:void 0,tileMaxRecordCount:void 0,supportsTrueCurve:!1},"P",0,{supportsDate:!0,supportsFixedInterval:!0,supportsAutoInterval:!0,supportsFixedBoundaries:!0,supportsStackBy:!0,supportsSplitBy:!0,supportsSnapToData:!1,supportsReturnFullIntervalBin:!1,supportsFirstDayOfWeek:!1,supportsNormalization:!0,supportedStatistics:{count:!0,sum:!0,avg:!0,var:!0,stddev:!0,min:!0,max:!0,percentileContinuous:!0,percentileDiscrete:!0,envelope:!0,centroid:!0,convexHull:!0},supportedNormalizationTypes:{field:!0,log:!0,naturalLog:!0,percentOfTotal:!0,squareRoot:!0}}])},65515(t,e,s){s.r(e),s.d(e,{default:()=>Y});var r=s(5482),n=s(92602),i=s(11254),a=s(4576),o=s(49186),u=s(44208),c=s(66552),l=s(92474),p=s(53966),h=s(93637),d=s(17676),f=s(36708),y=s(84952),m=s(13069),g=s(91429),S=s(5443),v=s(16930),b=s(95696),A=s(27615),x=s(63579),_=s(52106),M=s(86211);function w(t){return"object"==typeof t&&null!=t&&"objectId"in t&&!!t.objectId}function R(t){return"object"==typeof t&&null!=t&&"globalId"in t&&!!t.globalId}function q(t){return t.every(R)}var F=s(91218),I=s(65864),E=s(73836),C=s(21325);async function O(t,e,s){const{geometry:r}=e,n={...e.attributes};if(null!=s&&"mesh"===r?.type){const{transformFieldRoles:e}=s,{origin:i,spatialReference:a,vertexSpace:o}=r,u=r.transform??new E.A,c="local"===o.type,l=t.spatialReference,p=l.isGeographic,h=(0,C.aI)(l,a),d=(0,F.isEqualBaseGCS)(a,l)&&(0,F.canProjectWithoutEngine)(a,l);if(!(c&&p&&d||!c&&!p&&h))return null;const f=(0,F.projectWithoutEngine)(i,a,l);if(null==f)return null;if(n[e.originX]=f.x,n[e.originY]=f.y,n[e.originZ]=f.z??0,null!=u){const{translation:t,scale:s,rotation:r}=u,i=c?1:(0,M.KX)(a)/(0,M.KX)(l);n[e.translationX]=t[0]*i,n[e.translationY]=t[2]*i,n[e.translationZ]=-t[1]*i,n[e.scaleX]=s[0],n[e.scaleY]=s[2],n[e.scaleZ]=s[1],n[e.rotationX]=r[0],n[e.rotationY]=r[2],n[e.rotationZ]=-r[1],n[e.rotationDeg]=r[3]}return{attributes:n}}return null==r?{attributes:n}:"mesh"===r.type||"extent"===r.type?null:{geometry:r.toJSON(),attributes:n}}async function P(t,e){const s=await Promise.all((e.addAttachments??[]).map(e=>T(t,e))),r=await Promise.all((e.updateAttachments??[]).map(e=>T(t,e))),n=e.deleteAttachments??[];return s.length||r.length||n.length?{adds:s,updates:r,deletes:[...n]}:null}async function T(t,e){const{feature:s,attachment:r}=e,{globalId:n,name:i,contentType:a,data:o,keywords:u,uploadId:c}=r,l={globalId:n};if(s&&("attributes"in s?l.parentGlobalId=s.attributes?.[t.globalIdField]:s.globalId&&(l.parentGlobalId=s.globalId)),c)l.uploadId=c;else if(o){const t=await(0,y._0)(o);t&&(l.contentType=t.mediaType,l.data=t.data),o instanceof File&&(l.name=o.name)}return i&&(l.name=i),a&&(l.contentType=a),u&&(l.keywords=u),l}function N(t,e,s){if(!e||0===e.length)return[];if(s&&q(e))return e.map(t=>t.globalId);if(function(t){return t.every(w)}(e))return e.map(t=>t.objectId);const r=s?t.globalIdField:t.objectIdField;return r?e.map(t=>t.getAttribute(r)):[]}function D(t){const e=!0===t.success?null:t.error||{code:void 0,description:"Feature edit failed"};return{objectId:t.objectId,globalId:t.globalId,error:e?new o.A("feature-layer-source:edit-failure",e.description,{code:e.code}):null}}function k(t,e){return new _.A({attributes:t.attributes,geometry:(0,I.rS)({...t.geometry,spatialReference:e})})}function Z(t,e){return{adds:t?.adds?.map(t=>k(t,e))||[],updates:t?.updates?.map(t=>({original:k(t[0],e),current:k(t[1],e)}))||[],deletes:t?.deletes?.map(t=>k(t,e))||[],spatialReference:e}}var Q=s(64714),j=s(64314),J=s(60694),V=s(15426),G=s(20557),U=s(99199),B=s(96520),L=s(97552),X=s(79677),z=s(20816);const $=new c.J({originalAndCurrentFeatures:"original-and-current-features",none:"none"}),W=new c.J({Started:"published",Publishing:"publishing",Stopped:"unavailable"});let Y=class extends l.x_{constructor(t){super(t),this.type="feature-layer",this.supportedSourceTypes=new Set(["Feature Layer","Oriented Imagery Layer","Table","Catalog Layer","Annotation Layer","Dimension Layer"]),this.refresh=(0,d.sg)(async()=>{await this.load();const t=this.sourceJSON.editingInfo?.lastEditDate;if(null==t)return{dataChanged:!0,updates:{}};try{await this._fetchService(null)}catch{return{dataChanged:!0,updates:{}}}const e=t!==this.sourceJSON.editingInfo?.lastEditDate;return{dataChanged:e,updates:e?{editingInfo:this.sourceJSON.editingInfo,extent:this.sourceJSON.extent}:null}}),this._ongoingAssetUploads=new Map}load(t){const e=this.layer.sourceJSON,s=this._fetchService(e,{...t}).then(()=>this.layer.setUserPrivileges(this.sourceJSON.serviceItemId,t)).then(()=>this._ensureLatestMetadata(t));return this.addResolvingPromise(s),Promise.resolve(this)}initialize(){this.addHandles([(0,f.wB)(()=>{const t=this.layer;return t&&"lastEditsEventDate"in t?t.lastEditsEventDate:null},t=>this._handleLastEditsEventChange(t))])}destroy(){this._removeEditInterceptor()}get queryTask(){const{capabilities:t,parsedUrl:e,gdbVersion:s,spatialReference:r,fieldsIndex:n,uniqueIdFields:i}=this.layer,a="infoFor3D"in this.layer?this.layer.infoFor3D:null,o="dynamicDataSource"in this.layer?this.layer.dynamicDataSource:null,c=(0,u.A)("featurelayer-pbf")&&t?.query.supportsFormatPBF&&null==a,l=c&&t?.query.supportsFormatPBFWithCurves,p=t?.operations?.supportsQueryAttachments??!1,h=t?.query?.relativeTimeBinWindow??0,d=e.path;return new j.A({dynamicDataSource:o,fieldsIndex:n,gdbVersion:s,infoFor3D:a,pbfSupported:c,pbfSupportedWithCurves:l,queryAttachmentsSupported:p,relativeTimeBinWindow:h,sourceSpatialReference:r,uniqueIdFields:i,url:d})}async addAttachment(t,e,s){await this.load();const{layer:r}=this;await(0,V.VA)(r,"editing");const n=t.attributes[r.objectIdField],a=r.parsedUrl.path+"/"+n+"/addAttachment",o=this._getLayerRequestOptions({query:s}),u=this._getFormDataForAttachment(e,o.query);try{return D((await(0,i.A)(a,{body:u})).data.addAttachmentResult)}catch(t){throw this._createAttachmentErrorResult(n,t)}}async updateAttachment(t,e,s,r){await this.load();const{layer:n}=this;await(0,V.VA)(n,"editing");const a=t.attributes[n.objectIdField],o=n.parsedUrl.path+"/"+a+"/updateAttachment",u=this._getLayerRequestOptions({query:{attachmentId:e,...r}}),c=this._getFormDataForAttachment(s,u.query);try{return D((await(0,i.A)(o,{body:c})).data.updateAttachmentResult)}catch(t){throw this._createAttachmentErrorResult(a,t)}}async applyEdits(t,e){await this.load();const{layer:s}=this;await(0,V.VA)(s,"editing");const r="infoFor3D"in s?s.infoFor3D:null,n=null!=r,u=n||(e?.globalIdUsed??!1),c=n?await this._uploadMeshesAndGetAssetMapEditsJSON(t):null,l=t.addFeatures?.map(t=>O(this.layer,t,r))??[],p=(await Promise.all(l)).filter(a.Ru),h=t.updateFeatures?.map(t=>O(this.layer,t,r))??[],d=(await Promise.all(h)).filter(a.Ru),f=N(this.layer,t.deleteFeatures,u);(0,B.u)(p,d,s.spatialReference);const y=await P(this.layer,t),m=s.capabilities.editing.supportsAsyncApplyEdits&&n,g=e?.gdbVersion||s.gdbVersion,S={gdbVersion:g,rollbackOnFailure:e?.rollbackOnFailureEnabled,useGlobalIds:u,returnEditMoment:e?.returnEditMoment,trueCurveClient:e?.editsRespectTrueCurves,usePreviousEditMoment:e?.usePreviousEditMoment,async:m};await(0,z.ZJ)(this.layer.url,g,!0);const v=(0,z.w5)(this.layer.url,g||null);if(await(0,z.We)(s.url,g,s.historicMoment))throw new o.A("feature-layer-source:historic-version","Editing a historic version is not allowed");e?.returnServiceEditsOption?(S.edits=JSON.stringify([{id:s.layerId,adds:p.length?p:null,updates:d.length?d:null,deletes:f.length?f:null,attachments:y,assetMaps:c}]),S.returnServiceEditsOption=$.toJSON(e?.returnServiceEditsOption),S.returnServiceEditsInSourceSR=e?.returnServiceEditsInSourceSR):(S.adds=p.length?JSON.stringify(p):null,S.updates=d.length?JSON.stringify(d):null,S.deletes=f.length?u?JSON.stringify(f):f.join(","):null,S.attachments=y&&JSON.stringify(y),S.assetMaps=null!=c?JSON.stringify(c):void 0);const b=this._getLayerRequestOptions({method:"post",query:S});v&&(b.authMode="immediate",b.query.returnEditMoment=!0,b.query.sessionId=z.TA);const A=e?.returnServiceEditsOption?s.url:s.parsedUrl.path;let x;try{x=m?await this._asyncApplyEdits(A+"/applyEdits",b):await(0,i.A)(A+"/applyEdits",b)}catch(t){if(!function(t){const e=t.details.raw,s=+e.code,r=+e.extendedCode;return 500===s&&(-2147217144===r||-2147467261===r)}(t))throw t;b.authMode="immediate",x=m?await this._asyncApplyEdits(A+"/applyEdits",b):await(0,i.A)(A+"/applyEdits",b)}return this._createEditsResult(x)}async deleteAttachments(t,e,s){await this.load();const{layer:r}=this;await(0,V.VA)(r,"editing");const n=t.attributes[r.objectIdField],a=r.parsedUrl.path+"/"+n+"/deleteAttachments";try{return(await(0,i.A)(a,this._getLayerRequestOptions({query:{attachmentIds:e.join(","),...s},method:"post"}))).data.deleteAttachmentResults.map(D)}catch(t){throw this._createAttachmentErrorResult(n,t)}}fetchRecomputedExtents(t={}){const e=t.signal;return this.load({signal:e}).then(async()=>{const e=this._getLayerRequestOptions({...t,query:{returnUpdates:!0}}),{layerId:s,url:r}=this.layer,{data:n}=await(0,i.A)(`${r}/${s}`,e),{id:a,extent:o,fullExtent:u,timeExtent:c}=n,l=o||u;return{id:a,fullExtent:l&&S.A.fromJSON(l),timeExtent:c&&X.A.fromJSON({start:c[0],end:c[1]})}})}async queryAttachments(t,e={}){await this.load();const s=this._getLayerRequestOptions(e);return this.queryTask.executeAttachmentQuery(t,s)}async queryFeatures(t,e){await this.load();const s=await this.queryTask.execute(t,{...e,query:this._createRequestQueryOptions(e)});if(t.outStatistics?.length&&s.features.length){const e=new Map;if(s.features.forEach(s=>{const r=s.attributes;t.outStatistics?.forEach(({outStatisticFieldName:t})=>{if(t){const s=t.toLowerCase();s&&s in r&&t!==s&&(r[t]=r[s],delete r[s],e.set(s,t))}})}),null!=s.fields)for(const t of s.fields){const s=e.get(t.name.toLowerCase());null!=s&&(t.name=s)}}return s}async queryFeaturesJSON(t,e){return await this.load(),this.queryTask.executeJSON(t,{...e,query:this._createRequestQueryOptions(e)})}async queryObjectIds(t,e){return await this.load(),this.queryTask.executeForIds(t,{...e,query:this._createRequestQueryOptions(e)})}async queryFeatureCount(t,e){return await this.load(),this.queryTask.executeForCount(t,{...e,query:this._createRequestQueryOptions(e)})}async queryExtent(t,e){return await this.load(),this.queryTask.executeForExtent(t,{...e,query:this._createRequestQueryOptions(e)})}async queryRelatedFeatures(t,e){return await this.load(),this.queryTask.executeRelationshipQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryRelatedFeaturesCount(t,e){return await this.load(),this.queryTask.executeRelationshipQueryForCount(t,{...e,query:this._createRequestQueryOptions(e)})}async queryPivot(t,e){return await this.load(),this.queryTask.executePivotQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopFeatures(t,e){return await this.load(),this.queryTask.executeTopFeaturesQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryAttributeBins(t,e){return await this.load(),this.queryTask.executeAttributeBinsQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopObjectIds(t,e){return await this.load(),this.queryTask.executeForTopIds(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopExtents(t,e){return await this.load(),this.queryTask.executeForTopExtents(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopCount(t,e){return await this.load(),this.queryTask.executeForTopCount(t,{...e,query:this._createRequestQueryOptions(e)})}async fetchPublishingStatus(){if(!(0,J.Wo)(this.layer.url))return"unavailable";const t=(0,y.fj)(this.layer.url,"status"),e=await(0,i.A)(t,{query:{f:"json"}});return W.fromJSON(e.data.status)}async uploadAssets(t,e){const{uploadAssets:r}=await s.e(1384).then(s.bind(s,31384));return r(t,{layer:this.layer,ongoingUploads:this._ongoingAssetUploads},e)}_handleLastEditsEventChange(t){const e=this.layer;if(null==t||!("capabilities"in e)||!("effectiveCapabilities"in e))return;if(e.capabilities?.operations?.supportsEditing||!e.effectiveCapabilities?.operations?.supportsEditing)return;let s=e.url;null!=s&&("layerId"in e&&(s=(0,y.fj)(s,e.layerId.toString())),this._getOrCreateEditInterceptor(s).before=e=>{const s=e.requestOptions.method??"auto";if("auto"===s||"head"===s){const s=e.requestOptions.query??{};s._ts=t.getTime(),e.requestOptions.query=s}})}_getOrCreateEditInterceptor(t){return null==this._editInterceptor&&(this._editInterceptor={urls:t},n.A.request.internalInterceptors.push(this._editInterceptor)),this._editInterceptor}_removeEditInterceptor(){null!=this._editInterceptor&&((0,a.TF)(n.A.request.internalInterceptors,this._editInterceptor),this._editInterceptor=null)}async _asyncApplyEdits(t,e){const s=(await(0,i.A)(t,e)).data.statusUrl;for(;;){const t=(await(0,i.A)(s,{query:{f:"json"},responseType:"json"})).data;switch(t.status){case"Completed":return(0,i.A)(t.resultUrl,{query:{f:"json"},responseType:"json"});case"CompletedWithErrors":throw new o.A("async-applyEdits-failed","asynchronous applyEdits call failed.");case"Failed ImportChanges":case"InProgress":case"Pending":case"ExportAttachments":case"ExportChanges":case"ExportingData":case"ExportingSnapshot":case"ImportAttachments":case"ProvisioningReplica":case"UnRegisteringReplica":break;default:throw new o.A("async-applyEdits-failed","asynchronous applyEdits call failed (undefined response status)")}await(0,d.Pl)(H)}}_createRequestQueryOptions(t){const e={...this.layer.customParameters,token:this.layer.apiKey,...t?.query};return this.layer.datesInUnknownTimezone&&(e.timeReferenceUnknownClient=!0),e}async _fetchService(t,e){if(!t){const s={};(0,u.A)("featurelayer-advanced-symbols")&&(s.returnAdvancedSymbols=!0),e?.cacheBust&&(s._ts=Date.now());const{data:r}=await(0,i.A)(this.layer.parsedUrl.path,this._getLayerRequestOptions({query:s,signal:e?.signal}));t=r}this.layer.applyPreferredHost(t),this.sourceJSON=await this._patchServiceJSON(t,e?.signal);const s=t.type;if(!this.supportedSourceTypes.has(s))throw new o.A("feature-layer-source:unsupported-type",`Source type "${s}" is not supported`)}async _patchServiceJSON(t,e){if("Table"!==t.type&&t.geometryType&&!t?.drawingInfo?.renderer&&!t.defaultSymbol){const e=(0,Q.F0)(t.geometryType).renderer;(0,h.sM)("drawingInfo.renderer",e,t)}if("esriGeometryMultiPatch"===t.geometryType&&t.infoFor3D&&(t.geometryType="mesh"),null==t.extent)try{const{data:s}=await(0,i.A)(this.layer.url,this._getLayerRequestOptions({signal:e}));s.spatialReference&&(t.extent={xmin:0,ymin:0,xmax:0,ymax:0,spatialReference:s.spatialReference})}catch(t){(0,d.QP)(t)}return t}async _ensureLatestMetadata(t){if(this.layer.userHasUpdateItemPrivileges&&this.sourceJSON.cacheMaxAge>0)return this._fetchService(null,{...t,cacheBust:!0})}async _uploadMeshesAndGetAssetMapEditsJSON(t){const{addAssetFeatures:e}=t;if(!e?.length)return null;if(await this._areAllAssetsAlreadyMapped(e))return null;const r=t.addFeatures.filter(t=>t.geometry);if(e.length!==r.length+t.updateFeatures.length)throw new o.A("feature-layer-source:unsupported-mesh-edits","Mixing attribute only edits with mesh geometry edits is not currently supported");const n=new Array,i=new Map;for(const t of e){const{geometry:e}=t,{vertexSpace:r}=e;if((0,A.Hq)(r))n.push(e);else{const r=e.origin,{convertMeshVertexSpace:a}=await s.e(8846).then(s.bind(s,28846)),o=await a(e,new b.A({origin:[r.x,r.y,r.z??0]}));i.set(o,e),t.geometry=o,n.push(o)}}await this.uploadAssets(n);for(const[t,e]of i)e.addExternalSources(t.metadata.externalSources.items);return{adds:this._getAssetMapEditsJSON(e),updates:[],deletes:[]}}_getAssetMapEditsJSON(t){const e=new Array,s=this.layer.globalIdField,r=this.layer.parsedUrl;for(const n of t){const t=n.geometry,{metadata:i}=t,a=i.getExternalSourcesOnService(r),o=n.getAttribute(s);if(0===a.length){p.A.getLogger(this).error(`Skipping feature ${o}. The mesh it is associated with has not been uploaded to the service and cannot be mapped to it.`);continue}const{source:u}=a.find(x.dK)??a[0];for(const t of u.assets)1===t.parts.length?e.push({globalId:(0,m.yS)(),parentGlobalId:o,assetName:t.assetName,assetHash:t.parts[0].partHash,flags:[]}):p.A.getLogger(this).error(`Skipping asset ${t.assetName}. It does not have exactly one part, so we cannot map it to a feature.`)}return e}_createEditsResult(t){const e=t.data,{layerId:s}=this.layer,r=[];let n=null;if(Array.isArray(e))for(const t of e)r.push({id:t.id,editedFeatures:t.editedFeatures}),t.id===s&&(n={addResults:t.addResults??[],updateResults:t.updateResults??[],deleteResults:t.deleteResults??[],attachments:t.attachments,editMoment:t.editMoment});else n=e;const i=function(t){const e=t?.assetMaps;if(e){for(const t of e.addResults)t.success||p.A.getLogger("esri.layers.graphics.sources.support.sourceUtils").error(`Failed to map asset to feature with globalId ${t.globalId}.`);for(const t of e.updateResults)t.success||p.A.getLogger("esri.layers.graphics.sources.support.sourceUtils").error(`Failed to map asset to feature with globalId ${t.globalId}.`)}const s=t?.attachments,r={addFeatureResults:t?.addResults?.map(D)??[],updateFeatureResults:t?.updateResults?.map(D)??[],deleteFeatureResults:t?.deleteResults?.map(D)??[],addAttachmentResults:s?.addResults?s.addResults.map(D):[],updateAttachmentResults:s?.updateResults?s.updateResults.map(D):[],deleteAttachmentResults:s?.deleteResults?s.deleteResults.map(D):[]};return t?.editMoment&&(r.editMoment=t.editMoment),r}(n);if(r.length>0){i.editedFeatureResults=[];for(const t of r){const{editedFeatures:e}=t,s=e?.spatialReference?new v.A(e.spatialReference):null;i.editedFeatureResults.push({layerId:t.id,editedFeatures:Z(e,s)})}}return i}_createAttachmentErrorResult(t,e){const s=e.details.messages?.[0]||e.message,r=e.details.httpStatus||e.details.messageCode;return{objectId:t,globalId:null,error:new o.A("feature-layer-source:attachment-failure",s,{code:r})}}_getFormDataForAttachment(t,e){const s=t instanceof FormData?t:t&&t.elements?new FormData(t):null;if(s)for(const t in e){const r=e[t];null!=r&&(s.set?s.set(t,r):s.append(t,r))}return s}_getLayerRequestOptions(t={}){const{layer:e,layer:{parsedUrl:s,gdbVersion:r}}=this;return{...t,query:{gdbVersion:r,layer:"dynamicDataSource"in e&&e.dynamicDataSource?JSON.stringify({source:e.dynamicDataSource}):void 0,...s.query,f:"json",...this._createRequestQueryOptions(t)},responseType:"json"}}async _areAllAssetsAlreadyMapped(t){const{layer:e}=this,{globalIdField:s,parsedUrl:r}=e,n="infoFor3D"in e?e.infoFor3D:null;if(null==n||null==s)return!1;const i=(0,G.JZ)(n);if(null==i)return!1;const o=(0,y.fj)(r.path,`../${i.id}`),u=new Array;for(const e of t){if(!(e.geometry.metadata.getExternalSourcesOnService(r).length>0))return!1;u.push(e)}const c=u.map(t=>t.getAttribute(s)).filter(a.Ru);if(0===c.length)return!1;const{assetMapFieldRoles:{parentGlobalId:l,assetHash:p}}=n,h=new L.A({where:`${l} IN (${c.map(t=>`'${t}'`)})`,outFields:[p,l],returnGeometry:!1}),d=await(0,U.s)(o,h),{features:f}=d;return 0!==f.length&&!u.some(t=>{const e=t.getAttribute(s);if(!e)return!0;const{metadata:n}=t.geometry,i=f.filter(t=>t.getAttribute(l)===e);if(0===i.length)return!0;const a=i.map(t=>t.getAttribute(p));return n.getExternalSourcesOnService(r).flatMap(({source:t})=>t.assets.flatMap(t=>t.parts.map(t=>t.partHash))).some(t=>a.every(e=>t!==e))})}};(0,r.Cg)([(0,g.MZ)()],Y.prototype,"type",void 0),(0,r.Cg)([(0,g.MZ)({constructOnly:!0})],Y.prototype,"layer",void 0),(0,r.Cg)([(0,g.MZ)({constructOnly:!0})],Y.prototype,"supportedSourceTypes",void 0),(0,r.Cg)([(0,g.MZ)({readOnly:!0})],Y.prototype,"queryTask",null),Y=(0,r.Cg)([(0,g.$K)("esri.layers.graphics.sources.FeatureLayerSource")],Y);const H=1e3},64314(t,e,s){s.d(e,{A:()=>R});var r=s(5482),n=s(69622),i=s(49186),a=s(44208),o=s(17676),u=s(84952),c=s(91429),l=s(21325),p=s(60694),h=s(20557),d=s(2272),f=s(65615),y=s(20615),m=s(74910),g=s(78286),S=s(99199),v=s(62815),b=s(63746);class A{constructor(t){this._options=t,this.featureSet={features:[]},this.parseOnly=null,this._transformInPlace=null,this._transformInPlaceXY=null,this._finishVertex=A._finishVertexNonPoint,this._attributesClass=null,this._previousX=0,this._previousY=0,this._point=null,this._lengths=null,this._vertex=[],this._part=null,this._parts=null,this._i=0}queryGeometryType(){return this.featureSet.queryGeometryType}queryGeometry(){return this.featureSet.queryGeometry}idField(t){"string"==typeof t&&(this.featureSet.objectIdFieldName=t)}finish(){this._options.applyTransform&&(this.featureSet.transform=null);const{spatialReference:t,features:e}=this.featureSet;if(t)for(const{geometry:s}of e)s&&(s.spatialReference=t)}feature(){this._attributesClass??=(0,b._)(this.featureSet.fields?.map(t=>t.name)??[]),this.featureSet.features.push({attributes:new this._attributesClass}),this._options.applyTransform&&this._setVertexTransformer()}centroid([t,e]){this.featureSet.features.at(-1).centroid={x:t,y:e}}geometry(t,e,s){this._previousX=this._previousY=0,this._lengths=s;let r,{hasZ:n,hasM:i}=this.featureSet;switch(n??=!1,i??=!1,this._i=0,this._vertex=[0,0],n&&this._vertex.push(0),i&&this._vertex.push(0),this._finishVertex=A._finishVertexNonPoint,e){case"esriGeometryPoint":this._point={x:0,y:0},r=this._point,this._finishVertex=n?i?A._finishVertexPointXYZM:A._finishVertexPointXYZ:i?A._finishVertexPointXYM:A._finishVertexPointXY;break;case"esriGeometryMultipoint":r={points:[],hasZ:n,hasM:i},this._part=r.points,this._parts=[];break;case"esriGeometryPolyline":r={paths:[],hasZ:n,hasM:i},this._parts=r.paths,this._part=[];break;case"esriGeometryPolygon":r={rings:[],hasZ:n,hasM:i},this._parts=r.rings,this._part=[]}1===t?(this.featureSet.queryGeometry=r,this.featureSet.queryGeometryType=e,this._options.applyTransform||this._setVertexTransformer()):this.featureSet.features.at(-1).geometry=r}coord(t){const e=this._vertex;e[this._i++]=t,this._i<e.length||(this._i=0,this._transformInPlace&&(e[0]+=this._previousX,e[1]+=this._previousY,[this._previousX,this._previousY]=e,this._transformInPlace(e)),this._finishVertex(this))}curvedGeometry(t,e,s,r){let n,{hasZ:i,hasM:a}=this.featureSet;switch(i??=!1,a??=!1,t){case"esriGeometryPoint":case"esriGeometryMultipoint":throw new Error(`Curved ${t} does not make sense`);case"esriGeometryPolyline":n={paths:[],curvePaths:[],hasZ:i,hasM:a},this._parts=n.curvePaths,this._part=[];break;case"esriGeometryPolygon":n={rings:[],curveRings:[],hasZ:i,hasM:a},this._parts=n.curveRings,this._part=[]}this.featureSet.features.at(-1).geometry=n}startCurvedPart(t){this._part.push(this._transform(t))}finishCurvedPart(t){this._parts.push(this._part),this._part=[]}lineSegment(t,e){this._part.push(this._transform(e))}bezierSegment(t,e,s,r){this._part.push({b:[this._transform(e),this._transformXY(s),this._transformXY(r)]})}circularArcSegment(t,e,s){this._part.push({c:[this._transform(e),this._transformXY(s)]})}ellipticArcSegment(t,e,s,r,n,i,a,o){this._part.push({a:[this._transform(e),this._transformXY(s),r,n,i,a,o]})}static _finishVertexPointXY({_point:t,_vertex:e}){[t.x,t.y]=e}static _finishVertexPointXYZ({_point:t,_vertex:e}){[t.x,t.y,t.z]=e}static _finishVertexPointXYM({_point:t,_vertex:e}){[t.x,t.y,t.m]=e}static _finishVertexPointXYZM({_point:t,_vertex:e}){[t.x,t.y,t.z,t.m]=e}static _finishVertexNonPoint(t){const{_part:e,_parts:s,_lengths:r,_vertex:n}=t;e.push([...n]),e.length<r[s.length]||(t._previousX=t._previousY=0,t._part=[],s.push(e))}_setVertexTransformer(){const{sourceSpatialReference:t}=this._options,{spatialReference:e,hasZ:s,transform:r}=this.featureSet,n=s?(0,v.d)(t,e):1;this._transformInPlace??=(0,b.M)(this.featureSet,n),this._transformInPlaceXY??=(0,b.M)({transform:r})}_transform(t){const e=[...t];return this._transformInPlace?.(e),e}_transformXY(t){const e=[t[0],t[1]];return this._transformInPlaceXY?.(e),e}}var x=s(80893),_=s(22671),M=s(97552);async function w(t,e,s,r){const n=(0,d.Dl)(t),i={...s},a=M.A.from(e),o=!a.quantizationParameters;return await(0,x.IJ)(n,a,new A({sourceSpatialReference:a.sourceSpatialReference,applyTransform:o}),i,r)}let R=class extends n.A{constructor(t){super(t),this.dynamicDataSource=null,this.fieldsIndex=null,this.gdbVersion=null,this.infoFor3D=null,this.pbfSupported=!1,this.pbfSupportedWithCurves=!1,this.queryAttachmentsSupported=!1,this.relativeTimeBinWindow=0,this.sourceSpatialReference=null,this.uniqueIdFields=null,this.url=null}get parsedUrl(){return(0,u.An)(this.url)}async execute(t,e){const s=await this.executeJSON(t,e);return this.featureSetFromJSON(t,s,e)}async executeJSON(t,e){const s=this._normalizeQuery(t),r=null!=t.outStatistics?.[0],n=(0,a.A)("featurelayer-pbf-statistics");let i;if(this.pbfSupported&&(!r||n)&&(!t.returnTrueCurves||this.pbfSupportedWithCurves))try{i=await w(this.url,s,e,{uniqueIdFields:this.uniqueIdFields})}catch(t){if("query:parsing-pbf"!==t.name)throw t;this.pbfSupported=!1}return i??=await(0,S.e)(this.url,s,e,{uniqueIdFields:this.uniqueIdFields}),this._normalizeFields(i.fields),i}async featureSetFromJSON(t,e,r){if(!this._queryGet3DObjectFormat(t)||null==this.infoFor3D||!e.features)return _.A.fromJSON(e);const{meshFeatureSetFromJSON:n}=await(0,o.qr)(Promise.all([s.e(1843),s.e(7005),s.e(894),s.e(118),s.e(6366)]).then(s.bind(s,40050)),r);return n(t,this.infoFor3D,e)}executeForCount(t,e){return(0,y.I)(this.url,this._normalizeQuery(t),e,{uniqueIdFields:this.uniqueIdFields})}executeForExtent(t,e){return(0,m.L)(this.url,this._normalizeQuery(t),e)}executeForIds(t,e){return(0,g.V)(this.url,this._normalizeQuery(t),e,{uniqueIdFields:this.uniqueIdFields})}async executeRelationshipQuery(t,e){const[{default:r},{executeRelationshipQuery:n}]=await(0,o.qr)(Promise.all([Promise.resolve().then(s.bind(s,26591)),s.e(1763).then(s.bind(s,71763))]),e);let i=r.from(t);return(this.gdbVersion||this.dynamicDataSource)&&(i=i.clone(),i.gdbVersion=i.gdbVersion||this.gdbVersion,i.dynamicDataSource=i.dynamicDataSource||this.dynamicDataSource),n(this.url,i,e)}async executeRelationshipQueryForCount(t,e){const[{default:r},{executeRelationshipQueryForCount:n}]=await(0,o.qr)(Promise.all([Promise.resolve().then(s.bind(s,26591)),s.e(1763).then(s.bind(s,71763))]),e);let i=r.from(t);return(this.gdbVersion||this.dynamicDataSource)&&(i=i.clone(),i.gdbVersion=i.gdbVersion||this.gdbVersion,i.dynamicDataSource=i.dynamicDataSource||this.dynamicDataSource),n(this.url,i,e)}async executeAttachmentQuery(t,e){const{executeAttachmentQuery:r,fetchAttachments:n,processAttachmentQueryResult:i}=await(0,o.qr)(s.e(9239).then(s.bind(s,9239)),e),a=(0,d.Dl)(this.url);return i(a,await(this.queryAttachmentsSupported?r(a,t,e):n(a,t,e)))}async executeAttributeBinsQuery(t,e){const{executeAttributeBinsQuery:r}=await(0,o.qr)(s.e(3103).then(s.bind(s,33103)),e);return r(this.parsedUrl,t,e)}async executePivotQuery(t,e){const{executePivotQuery:r}=await(0,o.qr)(s.e(566).then(s.bind(s,80566)),e);return r(this.parsedUrl,t,e)}async executeTopFeaturesQuery(t,e){const{executeTopFeaturesQuery:r}=await(0,o.qr)(s.e(1273).then(s.bind(s,11273)),e);return r(this.parsedUrl,t,this.sourceSpatialReference,e)}async executeForTopIds(t,e){const{executeForTopIds:r}=await(0,o.qr)(s.e(1277).then(s.bind(s,21277)),e);return r(this.parsedUrl,t,e)}async executeForTopExtents(t,e){const{executeForTopExtents:r}=await(0,o.qr)(s.e(8018).then(s.bind(s,8018)),e);return r(this.parsedUrl,t,e)}async executeForTopCount(t,e){const{executeForTopCount:r}=await(0,o.qr)(s.e(980).then(s.bind(s,10980)),e);return r(this.parsedUrl,t,e)}_normalizeQuery(t){let e=M.A.from(t);e.sourceSpatialReference=e.sourceSpatialReference||this.sourceSpatialReference,(this.gdbVersion||this.dynamicDataSource)&&(e=e===t?e.clone():e,e.gdbVersion=t.gdbVersion||this.gdbVersion,e.dynamicDataSource=t.dynamicDataSource?f.A.from(t.dynamicDataSource):this.dynamicDataSource),e.geometry&&null!=e.num&&null!=e.start&&(0,p.Wo)(this.url)&&(e=e===t?e.clone():e,e.resultType="tile");const{infoFor3D:s}=this,r=this._queryGet3DObjectFormat(t);if(null!=s&&r){if(e=e===t?e.clone():e,e.formatOf3DObjects=r,e.outSpatialReference&&!(0,l.aI)(e.outSpatialReference,this.sourceSpatialReference))throw new i.A("query:unsupported-out-spatial-reference","3D object feature services do not support projection of geometries");if(null==e.outFields||!e.outFields.includes("*")){e=e===t?e.clone():e,null==e.outFields&&(e.outFields=[]);const{originX:r,originY:n,originZ:i,translationX:a,translationY:o,translationZ:u,scaleX:c,scaleY:l,scaleZ:p,rotationX:h,rotationY:d,rotationZ:f,rotationDeg:y}=s.transformFieldRoles;e.outFields.push(r,n,i,a,o,u,c,l,p,h,d,f,y)}}return e}_normalizeFields(t){if(null!=this.fieldsIndex&&null!=t)for(const e of t){const t=this.fieldsIndex.get(e.name);t&&Object.assign(e,t.toJSON())}}_queryGet3DObjectFormat({returnGeometry:t,multipatchOption:e,outStatistics:s}){return!0!==t||"xyFootprint"===e||s?null:(0,h.Hz)(this.infoFor3D)}};(0,r.Cg)([(0,c.MZ)({type:f.A})],R.prototype,"dynamicDataSource",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"fieldsIndex",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"gdbVersion",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"infoFor3D",void 0),(0,r.Cg)([(0,c.MZ)({readOnly:!0})],R.prototype,"parsedUrl",null),(0,r.Cg)([(0,c.MZ)()],R.prototype,"pbfSupported",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"pbfSupportedWithCurves",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"queryAttachmentsSupported",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"relativeTimeBinWindow",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"sourceSpatialReference",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"uniqueIdFields",void 0),(0,r.Cg)([(0,c.MZ)({type:String})],R.prototype,"url",void 0),R=(0,r.Cg)([(0,c.$K)("esri.layers.graphics.sources.support.QueryTask")],R)},64714(t,e,s){s.d(e,{F0:()=>o,Vx:()=>l,e2:()=>h,f:()=>d});var r=s(44208),n=s(4718),i=s(99352),a=s(93470);function o(t){return{renderer:{type:"simple",symbol:"esriGeometryPoint"===t||"esriGeometryMultipoint"===t?a.Cb:"esriGeometryPolyline"===t?a.yM:a.WR}}}const u=/^[_$a-zA-Z][_$a-zA-Z0-9]*$/;let c=1;function l(t,e){if((0,r.A)("esri-csp-restrictions"))return()=>e?{[e]:null,...t}:{...t};try{let s="";e&&(s+=`this${p(e)} = null;`);for(const e in t)s+=`this${p(e)} = ${JSON.stringify(t[e])};`;const r=new Function(`\n return class AttributesClass$${c++} {\n constructor() {\n ${s};\n }\n }\n `)();return()=>new r}catch(s){return()=>e?{[e]:null,...t}:{...t}}}function p(t){return u.test(t)?`.${t}`:`[${JSON.stringify(t)}]`}function h(t={}){return[{name:"New Feature",description:"",prototype:{attributes:(0,n.o8)(t)}}]}function d(t,e){return{analytics:{supportsCacheHint:!1},attachment:null,data:{isVersioned:!1,isBranchVersioned:!1,supportedCurveTypes:[],supportsAttachment:!1,supportsM:!1,supportsTrueCurve:!1,supportsZ:t},metadata:{supportsAdvancedFieldProperties:!1},operations:{supportsCalculate:!1,supportsTruncate:!1,supportsValidateSql:!1,supportsAdd:e,supportsDelete:e,supportsEditing:e,supportsChangeTracking:!1,supportsQuery:!0,supportsQueryBins:!0,supportsQueryPivot:!1,supportsQueryAnalytics:!1,supportsQueryAttachments:!1,supportsQueryTopFeatures:!1,supportsResizeAttachments:!1,supportsSync:!1,supportsUpdate:e,supportsExceedsLimitStatistics:!0,supportsAsyncConvert3D:!1},query:i.F,queryRelated:{supportsCount:!0,supportsOrderBy:!0,supportsPagination:!0,supportsCacheHint:!1},queryTopFeatures:{supportsCacheHint:!1},queryAttributeBins:i.P,editing:{supportsGeometryUpdate:e,supportsGlobalId:!1,supportsReturnServiceEditsInSourceSpatialReference:!1,supportsRollbackOnFailure:!1,supportsTrueCurveUpdate:e,supportsTrueCurveUpdateByTrueCurveClientsOnly:!1,supportsUpdateWithoutM:!1,supportsUploadWithItemId:!1,supportsDeleteByAnonymous:!1,supportsDeleteByOthers:!1,supportsUpdateByAnonymous:!1,supportsUpdateByOthers:!1,supportsAsyncApplyEdits:!1,zDefault:void 0}}}},92300(t,e,s){s.d(e,{V:()=>a,X:()=>i});var r=s(60408),n=s(65864);function i(t){return{geometryType:(0,r.$B)(t[0]),geometries:t.map(t=>t.toJSON())}}function a(t,e,s){const r=(0,n.xD)(e);return t.map(t=>{const e=r.fromJSON(t);return e.spatialReference=s,e})}},20615(t,e,s){s.d(e,{I:()=>a});var r=s(2272),n=s(80893),i=s(97552);function a(t,e,s,a){return(0,n.gW)((0,r.Dl)(t),i.A.from(e),s,a)}},74910(t,e,s){s.d(e,{L:()=>o});var r=s(5443),n=s(2272),i=s(80893),a=s(97552);async function o(t,e,s){const o=(0,n.Dl)(t),u=await(0,i.Jf)(o,a.A.from(e),{...s}),c=u.extent;return!c||isNaN(c.xmin)||isNaN(c.ymin)||isNaN(c.xmax)||isNaN(c.ymax)?{count:u.count,extent:null}:{count:u.count,extent:r.A.fromJSON(c)}}},78286(t,e,s){s.d(e,{V:()=>a});var r=s(2272),n=s(80893),i=s(97552);async function a(t,e,s,a){const o=(0,r.Dl)(t),u=await(0,n.Pk)(o,i.A.from(e),s,a);return u.objectIds??function(t){if(t)return function(t){return!Array.isArray(t[0])}(t)?t:t.map(t=>JSON.stringify(t))}(u.uniqueIds)??[]}},99199(t,e,s){s.d(e,{e:()=>u,s:()=>o});var r=s(2272),n=s(80893),i=s(22671),a=s(97552);async function o(t,e,s,r){const n=await u(t,e,s,r);return i.A.fromJSON(n)}function u(t,e,s,i){const o=(0,r.Dl)(t),u={...s},c=a.A.from(e);return(0,n.eW)(o,c,c.sourceSpatialReference,u,i)}},63746(t,e,s){function r(t){return class{constructor(){for(const e of t)this[e]=null}}}function n(t,e=1){const{transform:s,hasZ:r,hasM:n}=t;if(null==s)return r&&1!==e?t=>{t[2]*=e}:null;const[i,a]=function(t,e,s,r){let{scale:n,translate:i,originPosition:a}=t;return"upperLeft"===a&&(n=n.map((t,e)=>1===e?-t:t)),e&&(n=n.map((t,e)=>2===e?t*r:t),i=i.map((t,e)=>2===e?t*r:t)),!e&&s&&(n=n.filter((t,e)=>2!==e),i=i.filter((t,e)=>2!==e)),[n,i]}(s,r,n,e),o=t.hasZ?3:2;return t=>{for(let e=0;e<t.length&&(e!==o||0!==t[e]);++e)t[e]=t[e]*i[e]+a[e]}}s.d(e,{M:()=>n,_:()=>r})}}]);
|
|
1
|
+
"use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[3636],{69052(t,e,s){s.d(e,{hr:()=>n});var r=s(34727);class n{constructor(t,e){this.min=t,this.max=e,this.range=e-t}normalize(t,e=0,s=!1){return i(this.range,this.min,this.max,t,e,s)}clamp(t,e=0){return(0,r.qE)(t-e,this.min,this.max)+e}monotonic(t,e,s){return t<e?e:e+a(this.range,t-e,s)}minimalMonotonic(t,e,s){return i(this.range,t,t+this.range,e,s)}center(t,e,s){return e=this.monotonic(t,e,s),this.normalize((t+e)/2,s)}diff(t,e,s){return this.monotonic(t,e,s)-t}shortestSignedDiff(t,e){t=this.normalize(t);const s=(e=this.normalize(e))-t,r=e<t?this.minimalMonotonic(t,e)-t:e-this.minimalMonotonic(e,t);return Math.abs(s)<Math.abs(r)?s:r}contains(t,e,s){return e=this.minimalMonotonic(t,e),(s=this.minimalMonotonic(t,s))>t&&s<e}}function i(t,e,s,r,n=0,i=!1){return(r-=n)<e?r+=a(t,e-r):r>s&&(r-=a(t,r-s)),i&&r===s&&(r=e),r+n}function a(t,e,s=0){return Math.ceil((e-s)/t)*t+s}const o=new n(0,2*Math.PI),u=(new n(-Math.PI,Math.PI),new n(0,360));s.d(e,["ie",0,u,"uC",0,o])},82534(t,e,s){function r(){return[0,0,0,1]}function n(t){return[t[0],t[1],t[2],t[3]]}s.d(e,{o8:()=>n,vt:()=>r});const i=[0,0,0,1];Object.freeze(Object.defineProperty({__proto__:null,IDENTITY:i,clone:n,create:r,fromValues:function(t,e,s,r){return[t,e,s,r]}},Symbol.toStringTag,{value:"Module"})),s.d(e,["zK",0,i])},67026(t,e,s){s.d(e,{A6:()=>y,Xd:()=>l,Xr:()=>d,lw:()=>p,x8:()=>c});var r=s(29242),n=s(82534),i=s(51850),a=s(34304),o=s(35522),u=s(78955);function c(t,e,s){s*=.5;const r=Math.sin(s);return t[0]=r*e[0],t[1]=r*e[1],t[2]=r*e[2],t[3]=Math.cos(s),t}function l(t,e){const s=2*Math.acos(e[3]),r=Math.sin(s/2);return r>(0,a.FD)()?(t[0]=e[0]/r,t[1]=e[1]/r,t[2]=e[2]/r):(t[0]=1,t[1]=0,t[2]=0),s}function p(t,e,s){const r=e[0],n=e[1],i=e[2],a=e[3],o=s[0],u=s[1],c=s[2],l=s[3];return t[0]=r*l+a*o+n*c-i*u,t[1]=n*l+a*u+i*o-r*c,t[2]=i*l+a*c+r*u-n*o,t[3]=a*l-r*o-n*u-i*c,t}function h(t,e,s,r){const n=e[0],i=e[1],o=e[2],u=e[3];let c,l,p,h,d,f=s[0],y=s[1],m=s[2],g=s[3];return l=n*f+i*y+o*m+u*g,l<0&&(l=-l,f=-f,y=-y,m=-m,g=-g),1-l>(0,a.FD)()?(c=Math.acos(l),p=Math.sin(c),h=Math.sin((1-r)*c)/p,d=Math.sin(r*c)/p):(h=1-r,d=r),t[0]=h*n+d*f,t[1]=h*i+d*y,t[2]=h*o+d*m,t[3]=h*u+d*g,t}function d(t,e){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t[3]=e[3],t}function f(t,e){const s=e[0]+e[4]+e[8];let r;if(s>0)r=Math.sqrt(s+1),t[3]=.5*r,r=.5/r,t[0]=(e[5]-e[7])*r,t[1]=(e[6]-e[2])*r,t[2]=(e[1]-e[3])*r;else{let s=0;e[4]>e[0]&&(s=1),e[8]>e[3*s+s]&&(s=2);const n=(s+1)%3,i=(s+2)%3;r=Math.sqrt(e[3*s+s]-e[3*n+n]-e[3*i+i]+1),t[s]=.5*r,r=.5/r,t[3]=(e[3*n+i]-e[3*i+n])*r,t[n]=(e[3*n+s]+e[3*s+n])*r,t[i]=(e[3*i+s]+e[3*s+i])*r}return t}function y(t,e,s,r){const n=.5*Math.PI/180;e*=n,s*=n,r*=n;const i=Math.sin(e),a=Math.cos(e),o=Math.sin(s),u=Math.cos(s),c=Math.sin(r),l=Math.cos(r);return t[0]=i*u*l-a*o*c,t[1]=a*o*l+i*u*c,t[2]=a*u*c-i*o*l,t[3]=a*u*l+i*o*c,t}const m=u.C,g=u.hZ,S=u.WQ,v=p,b=u.hs,A=u.Om,x=u.Cc,_=u.Bw,M=_,w=u.m3,R=w,q=u.S8,F=u.t2,I=u.aI,E=(0,i.vt)(),C=(0,i.fA)(1,0,0),O=(0,i.fA)(0,1,0),P=(0,n.vt)(),T=(0,n.vt)(),N=(0,r.vt)();Object.freeze(Object.defineProperty({__proto__:null,add:S,calculateW:function(t,e){const s=e[0],r=e[1],n=e[2];return t[0]=s,t[1]=r,t[2]=n,t[3]=Math.sqrt(Math.abs(1-s*s-r*r-n*n)),t},conjugate:d,copy:m,dot:A,equals:I,exactEquals:F,fromEuler:y,fromMat3:f,getAxisAngle:l,identity:function(t){return t[0]=0,t[1]=0,t[2]=0,t[3]=1,t},invert:function(t,e){const s=e[0],r=e[1],n=e[2],i=e[3],a=s*s+r*r+n*n+i*i,o=a?1/a:0;return t[0]=-s*o,t[1]=-r*o,t[2]=-n*o,t[3]=i*o,t},len:M,length:_,lerp:x,mul:v,multiply:p,normalize:q,random:function(t){const e=a.Ov,s=e(),r=e(),n=e(),i=Math.sqrt(1-s),o=Math.sqrt(s);return t[0]=i*Math.sin(2*Math.PI*r),t[1]=i*Math.cos(2*Math.PI*r),t[2]=o*Math.sin(2*Math.PI*n),t[3]=o*Math.cos(2*Math.PI*n),t},rotateX:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u+a*o,t[1]=n*u+i*o,t[2]=i*u-n*o,t[3]=a*u-r*o,t},rotateY:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u-i*o,t[1]=n*u+a*o,t[2]=i*u+r*o,t[3]=a*u-n*o,t},rotateZ:function(t,e,s){s*=.5;const r=e[0],n=e[1],i=e[2],a=e[3],o=Math.sin(s),u=Math.cos(s);return t[0]=r*u+n*o,t[1]=n*u-r*o,t[2]=i*u+a*o,t[3]=a*u-i*o,t},rotationTo:function(t,e,s){const r=(0,o.Om)(e,s);return r<-.999999?((0,o.$A)(E,C,e),(0,o.Il)(E)<1e-6&&(0,o.$A)(E,O,e),(0,o.S8)(E,E),c(t,E,Math.PI),t):r>.999999?(t[0]=0,t[1]=0,t[2]=0,t[3]=1,t):((0,o.$A)(E,e,s),t[0]=E[0],t[1]=E[1],t[2]=E[2],t[3]=1+r,q(t,t))},scale:b,set:g,setAxes:function(t,e,s,r){const n=N;return n[0]=s[0],n[3]=s[1],n[6]=s[2],n[1]=r[0],n[4]=r[1],n[7]=r[2],n[2]=-e[0],n[5]=-e[1],n[8]=-e[2],q(t,f(t,n))},setAxisAngle:c,slerp:h,sqlerp:function(t,e,s,r,n,i){return h(P,e,n,i),h(T,s,r,i),h(t,P,T,2*i*(1-i)),t},sqrLen:R,squaredLength:w,str:function(t){return"quat("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+")"}},Symbol.toStringTag,{value:"Module"})),s.d(e,["hZ",0,g,"t2",0,F])},56512(t,e,s){function r(t){let e,s,r=[],n=!1;return function(...i){return n&&e===this&&function(t,e){if(t.length!==e.length)return!1;for(let s=0;s<t.length;++s)if(t[s]!==e[s])return!1;return!0}(i,r)||(s=t.apply(this,i),e=this,r=i,n=!0),s}}s.d(e,{B:()=>r})},69397(t,e,s){s.d(e,{Qf:()=>o,Qh:()=>i,lM:()=>n});var r=s(34275);function n(t){if(!t)return 0;let e=c;for(const s in t)t.hasOwnProperty(s)&&(e+=a(t[s],!1));return e}function i(t){if(!t)return 0;if("number"==typeof t[0])return o(t);if(Array.isArray(t))return function(t){const e=t.length;if(0===e||"number"==typeof t[0])return u(t,8);let s=l;for(let r=0;r<e;r++)s+=a(t[r]);return s}(t);let e=c;for(const s in t)t.hasOwnProperty(s)&&(e+=a(t[s]));return e}function a(t,e=!0){switch(typeof t){case"object":return e?i(t):c;case"string":return function(t){return 32+t.length}(t);case"number":return 16;case"boolean":return 4;default:return 8}}function o(...t){return t.reduce((t,e)=>t+(e?(0,r.iu)(e)?e.byteLength+p:Array.isArray(e)?u(e,16):0:0),0)}function u(t,e){return l+t.length*e}const c=32,l=16,p=145},95696(t,e,s){s.d(e,{A:()=>c});var r,n=s(5482),i=s(69540),a=s(25482),o=s(91429),u=s(93223);let c=class extends((0,i.OU)(a.o)){static{r=this}constructor(t){super(t),this.type="georeferenced",this.origin=null}static{this.absolute=new r}};(0,n.Cg)([(0,u.e)({georeferenced:"georeferenced"},{readOnly:!0})],c.prototype,"type",void 0),(0,n.Cg)([(0,o.MZ)({type:[Number],nonNullable:!1,json:{write:!0}})],c.prototype,"origin",void 0),c=r=(0,n.Cg)([(0,o.$K)("esri.geometry.support.MeshGeoreferencedVertexSpace")],c)},18251(t,e,s){s.d(e,{A:()=>c});var r=s(5482),n=s(69540),i=s(25482),a=s(91429),o=s(51850),u=s(93223);let c=class extends((0,n.OU)(i.o)){constructor(t){super(t),this.type="local",this.origin=(0,o.vt)()}};(0,r.Cg)([(0,u.e)({local:"local"},{readOnly:!0})],c.prototype,"type",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],c.prototype,"origin",void 0),c=(0,r.Cg)([(0,a.$K)("esri.geometry.support.MeshLocalVertexSpace")],c)},73836(t,e,s){s.d(e,{A:()=>d});var r=s(5482),n=s(69540),i=s(25482),a=s(91429),o=s(58083),u=s(9093),c=s(67026),l=s(82534),p=s(51850),h=s(24770);let d=class extends((0,n.OU)(i.o)){constructor(t){super(t),this.translation=(0,p.vt)(),this.rotationAxis=(0,p.ci)(h.up),this.rotationAngle=0,this.scale=(0,p.fA)(1,1,1)}get rotation(){return(0,h.i4)(this.rotationAxis,this.rotationAngle)}set rotation(t){this.rotationAxis=(0,p.o8)((0,h.yo)(t)),this.rotationAngle=(0,h.g7)(t)}get localMatrix(){const t=(0,u.vt)();return(0,c.x8)(f,(0,h.yo)(this.rotation),(0,h.$I)(this.rotation)),(0,o.o1)(t,f,this.translation,this.scale),t}get localMatrixInverse(){return(0,o.B8)((0,u.vt)(),this.localMatrix)}equals(t){return this===t||null!=t&&(0,o.t2)(this.localMatrix,t.localMatrix)}};(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"translation",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"rotationAxis",void 0),(0,r.Cg)([(0,a.MZ)({type:Number,nonNullable:!0,json:{write:!0}})],d.prototype,"rotationAngle",void 0),(0,r.Cg)([(0,a.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],d.prototype,"scale",void 0),(0,r.Cg)([(0,a.MZ)()],d.prototype,"rotation",null),(0,r.Cg)([(0,a.MZ)()],d.prototype,"localMatrix",null),(0,r.Cg)([(0,a.MZ)()],d.prototype,"localMatrixInverse",null),d=(0,r.Cg)([(0,a.$K)("esri.geometry.support.MeshTransform")],d);const f=(0,l.vt)()},24770(t,e,s){s.d(e,{$I:()=>g,AU:()=>f,Cr:()=>p,g7:()=>m,i4:()=>l,ui:()=>h,vt:()=>c,yo:()=>y});var r=s(34727),n=s(58083),i=s(67026),a=s(82534),o=s(35522),u=s(51850);function c(t=v){return[t[0],t[1],t[2],t[3]]}function l(t,e,s=c()){return(0,o.C)(s,t),s[3]=e,s}function p(t,e,s){return(0,o.$A)(s,t,e),(0,o.S8)(s,s),s[3]=-(0,o.g7)(t,e),s}function h(t,e=c()){const s=(0,n.l)(b,t);return S(e,(0,r.KJ)((0,i.Xd)(e,s))),e}function d(t,e,s=c()){return(0,i.x8)(b,t,g(t)),(0,i.x8)(A,e,g(e)),(0,i.lw)(b,A,b),S(s,(0,r.KJ)((0,i.Xd)(s,b)))}function f(t,e,s,r=c()){return l(u.Cw,t,x),l(u.JP,e,_),l(u.Cb,s,M),d(x,_,x),d(x,M,r),r}function y(t){return t}function m(t){return t[3]}function g(t){return(0,r.kU)(t[3])}function S(t,e){return t[3]=e,t}const v=[0,0,1,0],b=(0,a.vt)(),A=(0,a.vt)(),x=(c(),c()),_=c(),M=c();s.d(e,["up",0,v])},31411(t,e,s){s.d(e,{GS:()=>M,gh:()=>R});var r=s(49186),n=s(56512),i=s(65864),a=s(4305),o=s(50954),u=s(52006),c=s(49663),l=s(46068),p=s(15507);const h=1e-6,d=[0,0];function f(t){return{maxSegmentLength:t.maxSegmentLength??0,maxDeviation:t.maxDeviation??0,maxSegmentsPerCurve:t.maxSegmentsPerCurve??12e3,minSegmentsPerCurve:Math.max(t.minSegmentsPerCurve??1,1)}}class y{constructor(t,e){this.curveStart=t,this.curveEnd=e,this.tStart=0,this.tEnd=0,this.tEndStack=[],this.arcEndStack=[]}get stackSize(){return this.tEndStack.length}initialize(t,e){this.tStart=0,this.arcStart=t,this.tEndStack.push(1),this.arcEndStack.push(e)}splitAt(t){this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this.tEndStack.push(t),this.arcEndStack.push(this.interpolate(t))}splitInHalf(){return this.splitAt((this.tStart+this.tEnd)/2)}pop(){this.tEnd=this.tEndStack.pop(),this.arcEnd=this.arcEndStack.pop()}next(){this.tStart=this.tEnd,this.arcStart=this.arcEnd}densify(t,{maxDeviation:e,maxSegmentLength:s,maxSegmentsPerCurve:r,minSegmentsPerCurve:n}){const i=s*s,a=e*e,o=1/r,u=this.interpolate(0),c=this.interpolate(1);(0,p.kb)(this.curveStart,u)>h&&t.push(u),this.initialize(u,c);const l=1/n;for(let t=n-1;t>0;t--){const e=t*l;this.pop(),this.splitAt(e)}for(;this.stackSize>0;)this.pop(),this.tStart===this.tEnd||this.tEnd-this.tStart<o||(0===i||!isFinite(i)||(0,p.kb)(this.arcStart,this.arcEnd)<i)&&(0===a||!isFinite(a)||this.getDeviation2()<a)?(t.push(this.arcEnd),this.next()):this.splitInHalf();return(0,p.kb)(this.curveEnd,c)>h&&t.push([...this.curveEnd]),t}}class m extends y{constructor(t,e){const[s,r,n]=e.b;super(t,s),this._controlPointsStack=[],this._curveControlPoints=[r,n],this._arcControlPoints=[r,n],this._controlPointsStack.push(this._arcControlPoints)}splitAt(t){const{arcStart:e,arcEnd:s,tStart:r,tEnd:n}=this,[i,a]=this._arcControlPoints,o=(t-r)/(n-r),u=(0,p.RS)([],e,i,o),c=(0,p.RS)(d,i,a,o),l=(0,p.RS)([],a,s,o),h=(0,p.RS)([],u,c,o),f=(0,p.RS)([],c,l,o),y=(0,p.RS)([],h,f,o);this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this._controlPointsStack.push([f,l]),this.tEndStack.push(t),this.arcEndStack.push(y),this._arcControlPoints[0]=u,this._arcControlPoints[1]=h,this._controlPointsStack.push(this._arcControlPoints)}pop(){super.pop(),this._arcControlPoints=this._controlPointsStack.pop()}interpolate(t){const{curveStart:e,curveEnd:s}=this,[r,n]=this._curveControlPoints;return(0,a.B4)(e,r,n,s,t)}getDeviation2(){const{arcStart:t,arcEnd:e}=this,[s,r]=this._arcControlPoints;return Math.max((0,p.yE)(s,t,e),(0,p.yE)(r,t,e))}}class g extends y{constructor(t,e){const[s]=e.a;super(t,s),this._derivedEllipse=(0,l.SW)(t,e)}pop(){super.pop(),this._tMid=(this.tStart+this.tEnd)/2,this._arcMid=this.interpolate(this._tMid)}splitInHalf(){this.tEndStack.push(this.tEnd),this.arcEndStack.push(this.arcEnd),this.tEndStack.push(this._tMid),this.arcEndStack.push(this._arcMid)}interpolate(t){return(0,l.Uk)(this._derivedEllipse,t)}getDeviation2(){return(0,p.yE)(this._arcMid,this.arcStart,this.arcEnd)}}function S(t,e,s,{cx:r,cy:n,radius:i,thetaStart:a,thetaEnd:o,isInvalid:u},{maxDeviation:c,maxSegmentLength:l,maxSegmentsPerCurve:d,minSegmentsPerCurve:f}){if(u)return t.push([...s]),t;const y=2*i,m=[r+i*Math.cos(a),n+i*Math.sin(a)],g=[r+i*Math.cos(o),n+i*Math.sin(o)];(0,p.kb)(e,m)>h&&t.push(m);const S=Math.abs(o-a),v=l>0&&l<y?2*Math.asin(l/y):S,b=c>0&&c<=i?2*Math.acos(1-c/i):S,A=Math.min(v,b),x=Math.min(d,Math.max(f,Math.ceil(Math.abs(S/A)))),_=1/x;for(let e=1;e<x;e++){const s=e*_,u=a*(1-s)+o*s;t.push([r+i*Math.cos(u),n+i*Math.sin(u)])}return t.push(g),(0,p.kb)(s,g)>h&&t.push([...s]),t}function v(t,e,s,r){return new m(e,s).densify(t,r)}function b(t,e,s,r){const n=(0,o.pM)(e,s),[i]=s.c;return S(t,e,i,n,r)}function A(t,e,s,r){const n=(0,c.io)(e,s),[i]=s.a;return S(t,e,i,n,r)}function x(t,e,s,r){const[n,i,a,o,u,c,l]=s.a;return 0===c||0===l?(t.push([...n]),t):new g(e,s).densify(t,r)}function _(t,e,s,r){return(0,u.Xq)(s)?(t.push([...s]),t):(0,u.n1)(s)?v(t,e,s,r):(0,u.aO)(s)?b(t,e,s,r):(0,u.DA)(s)?A(t,e,s,r):x(t,e,s,r)}function M(t,e={}){if(!(0,u.Ed)(t))return t;const s=f(e),r=(0,u.FD)(t),n=[];for(const t of r){const e=[];for(let r=0;r<t.length-1;r++){const n=r+1,i=[...(0,u.yP)(t[r])];0===r&&e.push(i),_(e,i,t[n],s)}n.push(e)}return"curvePaths"in t?{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},paths:n,spatialReference:t.spatialReference}:{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},rings:n,spatialReference:t.spatialReference}}const w=(0,n.B)(t=>({maxDeviation:0,maxSegmentLength:100*t,maxSegmentsPerCurve:12e3,minSegmentsPerCurve:1}));async function R(t,e,n){const a=new Set(e);return await async function(t,e,n){let i=null;for(const a of t)if(a&&(0,u.Ed)(a)&&null==a.spatialReference.xyTolerance&&(0,u.V8)(a,e)){const t=a.spatialReference;if(!t)throw new r.A("geometry:missing-spatial-reference","Geometry contains an unsupported curve type, but it cannot be densified because it has no spatial reference.");const e=q(t);if(n.has(e))a.spatialReference=n.get(e);else{i||(i=await Promise.all([s.e(3661),s.e(1878),s.e(8885),s.e(5756),s.e(3299),s.e(1550)]).then(s.bind(s,78125)));const o=i.fromSpatialReference(t),u=o?.getTolerance();if(null==u)throw new r.A("geometry:missing-tolerance","Geometry contains an unsupported curve type, but it cannot be densified because the tolerance of its spatial reference is unknown. Set the `xyTolerance` property of the spatial reference.");const c=a.spatialReference.clone();c.read({xyTolerance:u}),a.spatialReference=c,n.set(e,c)}}}(t,a,n),t.map(t=>{if(!t||!(0,u.Ed)(t))return t;const s=t.spatialReference.xyTolerance;if(null==s)return t;const r=w(s);return(0,i.rS)(function(t,e,s){if(!(0,u.Ed)(t))return t;const r=new Set(e),n=f(s),i=(0,u.FD)(t),a=[];let o=!1;for(const t of i){const e=[];for(let s=0;s<t.length-1;s++){const i=s+1,a=[...(0,u.yP)(t[s])];0===s&&e.push(a);const c=t[i];(0,u.Xq)(c)?e.push([...c]):(0,u.n1)(c)&&!r.has("cubic-bezier")?v(e,a,c,n):(0,u.aO)(c)&&!r.has("circular-arc")?b(e,a,c,n):(0,u.DA)(c)&&!r.has("elliptic-arc")?A(e,a,c,n):(0,u.wY)(c)&&!r.has("elliptic-arc")?x(e,a,c,n):(e.push((0,u.tk)(c)),o=!0)}a.push(e)}return"curvePaths"in t?{...void 0!==t.hasZ?{hasZ:t.hasZ}:{},...void 0!==t.hasM?{hasM:t.hasM}:{},spatialReference:t.spatialReference,...o?{curvePaths:a}:{paths:a}}:{hasZ:t.hasZ,hasM:t.hasM,spatialReference:t.spatialReference,...o?{curveRings:a}:{rings:a}}}(t,e,r))})}function q(t){if(null!=t.wkid)return`${t.wkid}`;if(null!=t.wkt)return t.wkt;const e="toJSON"in t&&"function"==typeof t.toJSON?t.toJSON():t;return JSON.stringify(e)}},63579(t,e,s){s.d(e,{Bq:()=>u,Qp:()=>o,WN:()=>m,dK:()=>g,eN:()=>d,fH:()=>y,in:()=>f,yr:()=>c});var r=s(11254),n=s(4576),i=s(17676),a=s(20557);class o{constructor(t,e,s){this.assetName=t,this.assetMimeType=e,this.parts=s}equals(t){return this===t||this.assetName===t.assetName&&this.assetMimeType===t.assetMimeType&&(0,n.aI)(this.parts,t.parts,(t,e)=>t.equals(e))}isOnService(t){return this.parts.every(e=>e.isOnService(t))}makeHash(){let t="";for(const e of this.parts)t+=e.partHash;return t}async toBlob(t){const{parts:e}=this;if(1===e.length)return e[0].toBlob(t);const s=await Promise.all(e.map(e=>e.toBlob(t)));return(0,i.Te)(t),new Blob(s)}}class u{constructor(t,e){this.partUrl=t,this.partHash=e}equals(t){return this===t||this.partUrl===t.partUrl&&this.partHash===t.partHash}isOnService(t){return this.partUrl.startsWith(`${t.path}/assets/`)}async toBlob(t){const{data:e}=await(0,r.A)(this.partUrl,{responseType:"blob"});return(0,i.Te)(t),e}}function c(t){return function(t){switch(t?.type){case"client":return Array.isArray(t.files)?t.files.some(h):h(t.files);case"service":return t.assets.some(h);case"loadable":return!0;default:return!1}}(t?.source)}const l=/^(model\/gltf\+json)|(model\/gltf-binary)$/,p=/\.(gltf|glb)/i;function h(t){if(t instanceof File){const{type:e,name:s}=t;return l.test(e)||p.test(s)}return l.test(t.assetMimeType)||p.test(t.assetName)}function d(t,e){if(!t)return!1;const{source:s}=t;return function(t,e){return"service"===t.type&&t.assets.every(t=>t.isOnService(e))}(s,e)}function f(t,e){if(t===e)return!0;const{source:s}=t,{source:r}=e;if(s===r)return!0;if("service"===s.type&&"service"===r.type){if(s.assets.length!==r.assets.length)return!1;const t=(t,e)=>t.assetName<e.assetName?-1:t.assetName>e.assetName?1:0,e=[...s.assets].sort(t),n=[...r.assets].sort(t);for(let t=0;t<e.length;++t)if(!e[t].equals(n[t]))return!1;return!0}return!1}function y(t,e){return t instanceof File?(0,a.rq)(t,e):(0,a.z$)(t.assetMimeType,t.assetName,e)}function m(t){switch(t.type){case"client":return Array.isArray(t.files)?t.files:[t.files];case"service":return t.assets;case"loadable":return}}function g(t){return!!t.original}},27615(t,e,s){s.d(e,{CK:()=>u,Hq:()=>o,MW:()=>c,TE:()=>l,yJ:()=>p});var r=s(35522),n=s(86738),i=s(95696),a=s(18251);function o(t){return null!=t.origin}function u(t){return o(t.vertexSpace)}function c(t,e){if(!o(t))return null;const[s,r,i]=t.origin;return new n.A({x:s,y:r,z:i,spatialReference:e})}function l(t,e){const{x:s,y:r,z:n,spatialReference:o}=t,u=[s,r,n??0];return"local"===(e?.vertexSpace??function(t){return t.isGeographic||t.isWebMercator?"local":"georeferenced"}(o))?new a.A({origin:u}):new i.A({origin:u})}function p(t,e){return t.type===e.type&&(t.origin===e.origin||null!=t.origin&&null!=e.origin&&(0,r.t2)(t.origin,e.origin))}},17136(t,e,s){s.d(e,{Y_:()=>E,O7:()=>F,el:()=>q});var r=s(92602),n=s(69052),i=s(49186),a=s(53966),o=s(39829),u=s(82799),c=s(16930),l=s(80754),p=s(21325),h=s(28735),d=s(52006),f=s(31411),y=s(11254),m=s(60408),g=s(65864),S=s(2272),v=s(84952),b=s(92300);const A=()=>a.A.getLogger("esri.geometry.support.normalizeUtils");function x(t){return"polygon"===t[0].type}function _(t){return"polyline"===t[0].type}function M(t,e,s){const r=1e6;if(e){const e=(0,d.Ed)(t)?(0,f.GS)(t,{maxSegmentLength:r}):function(t,e){if(!(t instanceof u.A||t instanceof o.A)){const t="straightLineDensify: the input geometry is neither polyline nor polygon";throw A().error(t),new i.A("internal:geometry",t)}const s=(0,l.r8)(t),r=[];for(const t of s){const s=[];r.push(s),s.push([t[0][0],t[0][1]]);for(let r=0;r<t.length-1;r++){const n=t[r][0],i=t[r][1],a=t[r+1][0],o=t[r+1][1],u=Math.sqrt((a-n)*(a-n)+(o-i)*(o-i)),c=(o-i)/u,l=(a-n)/u,p=u/e;if(p>1){for(let t=1;t<=p-1;t++){const r=t*e,a=l*r+n,o=c*r+i;s.push([a,o])}const t=(u+Math.floor(p-1)*e)/2,r=l*t+n,a=c*t+i;s.push([r,a])}s.push([a,o])}}return function(t){return"polygon"===t.type}(t)?new o.A({rings:r,spatialReference:t.spatialReference}):new u.A({paths:r,spatialReference:t.spatialReference})}(t,r);t=(0,h.ci)(e,!0)}return s&&(t=(0,l.kS)(t,s)),t}function w(t,e,s){if(Array.isArray(t)){const r=t[0];if(r>e){const s=(0,l.kd)(r,e);t[0]=r+s*(-2*e)}else if(r<s){const e=(0,l.kd)(r,s);t[0]=r+e*(-2*s)}}else{const r=t.x;if(r>e){const s=(0,l.kd)(r,e);t=t.clone().offset(s*(-2*e),0)}else if(r<s){const e=(0,l.kd)(r,s);t=t.clone().offset(e*(-2*s),0)}}return t}function R(t,e){let s=-1;for(let r=0;r<e.cutIndexes.length;r++){const n=e.cutIndexes[r],i=e.geometries[r],a=(0,l.r8)(i);for(let t=0;t<a.length;t++){const e=a[t];e.some(s=>{if(s[0]<180)return!0;{let s=0;for(let t=0;t<e.length;t++){const r=e[t][0];s=r>s?r:s}s=Number(s.toFixed(9));const r=-360*(0,l.kd)(s,180);for(let s=0;s<e.length;s++){const e=i.getPoint(t,s);i.setPoint(t,s,e.clone().offset(r,0))}return!0}})}if(n===s){if(x(t))for(const e of(0,l.r8)(i))t[n]=t[n].addRing(e);else if(_(t))for(const e of(0,l.r8)(i))t[n]=t[n].addPath(e)}else s=n,t[n]=i}return t}async function q(t,e,s){if(!Array.isArray(t))return q([t],e);e&&"string"!=typeof e&&A().warn("normalizeCentralMeridian()","The url object is deprecated, use the url string instead");const n="string"==typeof e?e:e?.url??r.A.geometryServiceUrl;let i,a,c,d,f,x,_,F,I=0;const E=[],C=[];for(const e of t)if(null!=e)if(i||(i=e.spatialReference,a=(0,p.Vp)(i),c=i.isWebMercator,x=c?102100:4326,d=l.j7[x].maxX,f=l.j7[x].minX,_=l.j7[x].plus180Line,F=l.j7[x].minus180Line),a)if("mesh"===e.type)C.push(e);else if("point"===e.type)C.push(w(e.clone(),d,f));else if("multipoint"===e.type){const t=e.clone();t.points=t.points.map(t=>w(t,d,f)),C.push(t)}else if("extent"===e.type){const t=e.clone()._normalize(!1,!1,a);C.push(t.rings?new o.A(t):t)}else if(e.extent){const t=e.extent,s=(0,l.kd)(t.xmin,f)*(2*d);let r=0===s?e.clone():(0,l.kS)(e.clone(),s);t.offset(s,0);let{xmin:n,xmax:i}=t;n=Number(n.toFixed(9)),i=Number(i.toFixed(9)),t.intersects(_)&&i!==d?(I=i>I?i:I,r=M(r,c),E.push(r),C.push("cut")):t.intersects(F)&&n!==f?(I=i*(2*d)>I?i*(2*d):I,r=M(r,c,360),E.push(r),C.push("cut")):C.push(r)}else C.push(e.clone());else C.push(e);else C.push(e);let O=(0,l.kd)(I,d),P=-90;const T=O,N=new u.A;for(;O>0;){const t=360*O-180;N.addPath([[t,P],[t,-1*P]]),P*=-1,O--}if(E.length>0&&T>0){const e=R(E,await async function(t,e,s,r){const n=(0,S.Dl)(t),i=e[0].spatialReference,a={...r,responseType:"json",query:{...n.query,f:"json",sr:(0,p.YX)(i),target:JSON.stringify({geometryType:(0,m.$B)(e[0]),geometries:e}),cutter:JSON.stringify(s)}},o=await(0,y.A)(n.path+"/cut",a),{cutIndexes:u,geometries:c=[]}=o.data;return{cutIndexes:u,geometries:c.map(t=>{const e=(0,g.rS)(t);return e.spatialReference=i,e})}}(n,E,N,s)),r=[],i=[];for(let s=0;s<C.length;s++){const n=C[s];if("cut"!==n)i.push(n);else{const n=e.shift(),a=t[s];null!=a&&"polygon"===a.type&&a.rings&&a.rings.length>1&&n.rings.length>=a.rings.length?(r.push(n),i.push("simplify")):i.push(c?(0,h.Gh)(n):n)}}if(!r.length)return i;const a=await async function(t,e,s){const r="string"==typeof t?(0,v.An)(t):t,n=e[0].spatialReference,i=(0,m.$B)(e[0]),a={...s,query:{...r.query,f:"json",sr:(0,p.YX)(n),geometries:JSON.stringify((0,b.X)(e))}},{data:o}=await(0,y.A)(r.path+"/simplify",a);return(0,b.V)(o.geometries,i,n)}(n,r,s),o=[];for(let t=0;t<i.length;t++){const e=i[t];"simplify"!==e?o.push(e):o.push(c?(0,h.Gh)(a.shift()):a.shift())}return o}const D=[];for(let t=0;t<C.length;t++){const e=C[t];if("cut"!==e)D.push(e);else{const t=E.shift();D.push(!0===c?(0,h.Gh)(t):t)}}return D}function F(t,e,s){const r=(0,p.Vp)(s);if(null==r)return t;const[n,i]=r.valid,a=2*i;let o=0,u=0;e>i?o=Math.ceil(Math.abs(e-i)/a):e<n&&(o=-Math.ceil(Math.abs(e-n)/a)),t>i?u=Math.ceil(Math.abs(t-i)/a):t<n&&(u=-Math.ceil(Math.abs(t-n)/a));let c=t+(o-u)*a;const l=c-e;return l>i?c-=a:l<n&&(c+=a),c}function I(t){const e=(0,p.Vp)(t);if(null==e)return null;const[s,r]=e.valid;return new n.hr(s,r)}const E=I(c.A.WGS84);I(c.A.WebMercator)},80754(t,e,s){s.d(e,{kS:()=>c,kd:()=>u,r8:()=>l});var r=s(82799),n=s(16930),i=s(60408),a=s(52006);const o={102100:{maxX:20037508.342788905,minX:-20037508.342788905,plus180Line:new r.A({paths:[[[20037508.342788905,-20037508.342788905],[20037508.342788905,20037508.342788905]]],spatialReference:n.A.WebMercator}),minus180Line:new r.A({paths:[[[-20037508.342788905,-20037508.342788905],[-20037508.342788905,20037508.342788905]]],spatialReference:n.A.WebMercator})},4326:{maxX:180,minX:-180,plus180Line:new r.A({paths:[[[180,-180],[180,180]]],spatialReference:n.A.WGS84}),minus180Line:new r.A({paths:[[[-180,-180],[-180,180]]],spatialReference:n.A.WGS84})}};function u(t,e){return Math.ceil((t-e)/(2*e))}function c(t,e){if((0,a.Ed)(t))for(const s of function(t){return(0,i.Bi)(t)?t.curveRings:t.curvePaths}(t))for(const t of s){if((0,a.aO)(t)){const[s,r]=t.c;s[0]+=e,r[0]+=e;continue}if((0,a.FG)(t)){const[s,r]=t.a;s[0]+=e,r[0]+=e;continue}if((0,a.n1)(t)){const[s,r,n]=t.b;s[0]+=e,r[0]+=e,n[0]+=e;continue}t[0]+=e}for(const s of l(t))for(const t of s)t[0]+=e;return t}function l(t){return(0,i.Bi)(t)?t.rings:t.paths}s.d(e,["j7",0,o])},99352(t,e,s){s.d(e,["F",0,{supportsStatistics:!0,supportsPercentileStatistics:!0,supportsSpatialAggregationStatistics:!0,supportedSpatialAggregationStatistics:{envelope:!0,centroid:!0,convexHull:!0},supportsStatisticsAggregatedIds:!0,supportsCentroid:!0,supportsCentroidOnDegeneratedQuantizedGeometry:!0,supportsCacheHint:!0,supportsCurrentUser:!1,supportsDegeneratedQuantizedGeometry:!1,supportsDistance:!0,supportsOutDistance:!1,supportsDistinct:!0,supportsExtent:!0,supportsGeometryProperties:!1,supportsHavingClause:!0,supportsOrderBy:!0,supportsPagination:!0,supportsPaginationOnAggregatedQueries:!1,supportsQuantization:!0,supportsQuantizationEditMode:!1,supportsQueryGeometry:!0,supportsResultType:!0,supportsReturnMesh:!1,supportsReturnExceededLimitGeometries:!1,supportsSqlExpression:!0,supportsMaxRecordCountFactor:!1,supportsStandardizedQueriesOnly:!0,supportsTopFeaturesQuery:!1,supportsQueryByAnonymous:!0,supportsQueryByOthers:!0,supportsHistoricMoment:!1,supportsFormatPBF:!1,supportsFormatPBFWithCurves:!1,supportsDisjointSpatialRelationship:!0,supportsDefaultSpatialReference:!1,supportsFullTextSearch:!1,supportsCompactGeometry:!1,maxRecordCountFactor:void 0,maxRecordCount:void 0,maxUniqueIDCount:void 0,relativeTimeBinWindow:0,standardMaxRecordCount:void 0,standardMaxRecordCountNoGeometry:void 0,tileMaxRecordCount:void 0,supportsTrueCurve:!1},"P",0,{supportsDate:!0,supportsFixedInterval:!0,supportsAutoInterval:!0,supportsFixedBoundaries:!0,supportsStackBy:!0,supportsSplitBy:!0,supportsSnapToData:!1,supportsReturnFullIntervalBin:!1,supportsFirstDayOfWeek:!1,supportsNormalization:!0,supportedStatistics:{count:!0,sum:!0,avg:!0,var:!0,stddev:!0,min:!0,max:!0,percentileContinuous:!0,percentileDiscrete:!0,envelope:!0,centroid:!0,convexHull:!0},supportedNormalizationTypes:{field:!0,log:!0,naturalLog:!0,percentOfTotal:!0,squareRoot:!0}}])},65515(t,e,s){s.r(e),s.d(e,{default:()=>Y});var r=s(5482),n=s(92602),i=s(11254),a=s(4576),o=s(49186),u=s(44208),c=s(66552),l=s(92474),p=s(53966),h=s(93637),d=s(17676),f=s(36708),y=s(84952),m=s(13069),g=s(91429),S=s(5443),v=s(16930),b=s(95696),A=s(27615),x=s(63579),_=s(52106),M=s(86211);function w(t){return"object"==typeof t&&null!=t&&"objectId"in t&&!!t.objectId}function R(t){return"object"==typeof t&&null!=t&&"globalId"in t&&!!t.globalId}function q(t){return t.every(R)}var F=s(91218),I=s(65864),E=s(73836),C=s(21325);async function O(t,e,s){const{geometry:r}=e,n={...e.attributes};if(null!=s&&"mesh"===r?.type){const{transformFieldRoles:e}=s,{origin:i,spatialReference:a,vertexSpace:o}=r,u=r.transform??new E.A,c="local"===o.type,l=t.spatialReference,p=l.isGeographic,h=(0,C.aI)(l,a),d=(0,F.isEqualBaseGCS)(a,l)&&(0,F.canProjectWithoutEngine)(a,l);if(!(c&&p&&d||!c&&!p&&h))return null;const f=(0,F.projectWithoutEngine)(i,a,l);if(null==f)return null;if(n[e.originX]=f.x,n[e.originY]=f.y,n[e.originZ]=f.z??0,null!=u){const{translation:t,scale:s,rotation:r}=u,i=c?1:(0,M.KX)(a)/(0,M.KX)(l);n[e.translationX]=t[0]*i,n[e.translationY]=t[2]*i,n[e.translationZ]=-t[1]*i,n[e.scaleX]=s[0],n[e.scaleY]=s[2],n[e.scaleZ]=s[1],n[e.rotationX]=r[0],n[e.rotationY]=r[2],n[e.rotationZ]=-r[1],n[e.rotationDeg]=r[3]}return{attributes:n}}return null==r?{attributes:n}:"mesh"===r.type||"extent"===r.type?null:{geometry:r.toJSON(),attributes:n}}async function P(t,e){const s=await Promise.all((e.addAttachments??[]).map(e=>T(t,e))),r=await Promise.all((e.updateAttachments??[]).map(e=>T(t,e))),n=e.deleteAttachments??[];return s.length||r.length||n.length?{adds:s,updates:r,deletes:[...n]}:null}async function T(t,e){const{feature:s,attachment:r}=e,{globalId:n,name:i,contentType:a,data:o,keywords:u,uploadId:c}=r,l={globalId:n};if(s&&("attributes"in s?l.parentGlobalId=s.attributes?.[t.globalIdField]:s.globalId&&(l.parentGlobalId=s.globalId)),c)l.uploadId=c;else if(o){const t=await(0,y._0)(o);t&&(l.contentType=t.mediaType,l.data=t.data),o instanceof File&&(l.name=o.name)}return i&&(l.name=i),a&&(l.contentType=a),u&&(l.keywords=u),l}function N(t,e,s){if(!e||0===e.length)return[];if(s&&q(e))return e.map(t=>t.globalId);if(function(t){return t.every(w)}(e))return e.map(t=>t.objectId);const r=s?t.globalIdField:t.objectIdField;return r?e.map(t=>t.getAttribute(r)):[]}function D(t){const e=!0===t.success?null:t.error||{code:void 0,description:"Feature edit failed"};return{objectId:t.objectId,globalId:t.globalId,error:e?new o.A("feature-layer-source:edit-failure",e.description,{code:e.code}):null}}function k(t,e){return new _.A({attributes:t.attributes,geometry:(0,I.rS)({...t.geometry,spatialReference:e})})}function Z(t,e){return{adds:t?.adds?.map(t=>k(t,e))||[],updates:t?.updates?.map(t=>({original:k(t[0],e),current:k(t[1],e)}))||[],deletes:t?.deletes?.map(t=>k(t,e))||[],spatialReference:e}}var Q=s(64714),j=s(64314),J=s(60694),V=s(15426),G=s(20557),U=s(99199),B=s(96520),L=s(97552),X=s(79677),z=s(20816);const $=new c.J({originalAndCurrentFeatures:"original-and-current-features",none:"none"}),W=new c.J({Started:"published",Publishing:"publishing",Stopped:"unavailable"});let Y=class extends l.x_{constructor(t){super(t),this.type="feature-layer",this.supportedSourceTypes=new Set(["Feature Layer","Oriented Imagery Layer","Table","Catalog Layer","Annotation Layer","Dimension Layer"]),this.refresh=(0,d.sg)(async()=>{await this.load();const t=this.sourceJSON.editingInfo?.lastEditDate;if(null==t)return{dataChanged:!0,updates:{}};try{await this._fetchService(null)}catch{return{dataChanged:!0,updates:{}}}const e=t!==this.sourceJSON.editingInfo?.lastEditDate;return{dataChanged:e,updates:e?{editingInfo:this.sourceJSON.editingInfo,extent:this.sourceJSON.extent}:null}}),this._ongoingAssetUploads=new Map}load(t){const e=this.layer.sourceJSON,s=this._fetchService(e,{...t}).then(()=>this.layer.setUserPrivileges(this.sourceJSON.serviceItemId,t)).then(()=>this._ensureLatestMetadata(t));return this.addResolvingPromise(s),Promise.resolve(this)}initialize(){this.addHandles([(0,f.wB)(()=>{const t=this.layer;return t&&"lastEditsEventDate"in t?t.lastEditsEventDate:null},t=>this._handleLastEditsEventChange(t))])}destroy(){this._removeEditInterceptor()}get queryTask(){const{capabilities:t,parsedUrl:e,gdbVersion:s,spatialReference:r,fieldsIndex:n,uniqueIdFields:i}=this.layer,a="infoFor3D"in this.layer?this.layer.infoFor3D:null,o="dynamicDataSource"in this.layer?this.layer.dynamicDataSource:null,c=(0,u.A)("featurelayer-pbf")&&t?.query.supportsFormatPBF&&null==a,l=c&&t?.query.supportsFormatPBFWithCurves,p=t?.operations?.supportsQueryAttachments??!1,h=t?.query?.relativeTimeBinWindow??0,d=e.path;return new j.A({dynamicDataSource:o,fieldsIndex:n,gdbVersion:s,infoFor3D:a,pbfSupported:c,pbfSupportedWithCurves:l,queryAttachmentsSupported:p,relativeTimeBinWindow:h,sourceSpatialReference:r,uniqueIdFields:i,url:d})}async addAttachment(t,e,s){await this.load();const{layer:r}=this;await(0,V.VA)(r,"editing");const n=t.attributes[r.objectIdField],a=r.parsedUrl.path+"/"+n+"/addAttachment",o=this._getLayerRequestOptions({query:s}),u=this._getFormDataForAttachment(e,o.query);try{return D((await(0,i.A)(a,{body:u})).data.addAttachmentResult)}catch(t){throw this._createAttachmentErrorResult(n,t)}}async updateAttachment(t,e,s,r){await this.load();const{layer:n}=this;await(0,V.VA)(n,"editing");const a=t.attributes[n.objectIdField],o=n.parsedUrl.path+"/"+a+"/updateAttachment",u=this._getLayerRequestOptions({query:{attachmentId:e,...r}}),c=this._getFormDataForAttachment(s,u.query);try{return D((await(0,i.A)(o,{body:c})).data.updateAttachmentResult)}catch(t){throw this._createAttachmentErrorResult(a,t)}}async applyEdits(t,e){await this.load();const{layer:s}=this;await(0,V.VA)(s,"editing");const r="infoFor3D"in s?s.infoFor3D:null,n=null!=r,u=n||(e?.globalIdUsed??!1),c=n?await this._uploadMeshesAndGetAssetMapEditsJSON(t):null,l=t.addFeatures?.map(t=>O(this.layer,t,r))??[],p=(await Promise.all(l)).filter(a.Ru),h=t.updateFeatures?.map(t=>O(this.layer,t,r))??[],d=(await Promise.all(h)).filter(a.Ru),f=N(this.layer,t.deleteFeatures,u);(0,B.u)(p,d,s.spatialReference);const y=await P(this.layer,t),m=s.capabilities.editing.supportsAsyncApplyEdits&&n,g=e?.gdbVersion||s.gdbVersion,S={gdbVersion:g,rollbackOnFailure:e?.rollbackOnFailureEnabled,useGlobalIds:u,returnEditMoment:e?.returnEditMoment,trueCurveClient:e?.editsRespectTrueCurves,usePreviousEditMoment:e?.usePreviousEditMoment,async:m};await(0,z.ZJ)(this.layer.url,g,!0);const v=(0,z.w5)(this.layer.url,g||null);if(await(0,z.We)(s.url,g,s.historicMoment))throw new o.A("feature-layer-source:historic-version","Editing a historic version is not allowed");e?.returnServiceEditsOption?(S.edits=JSON.stringify([{id:s.layerId,adds:p.length?p:null,updates:d.length?d:null,deletes:f.length?f:null,attachments:y,assetMaps:c}]),S.returnServiceEditsOption=$.toJSON(e?.returnServiceEditsOption),S.returnServiceEditsInSourceSR=e?.returnServiceEditsInSourceSR):(S.adds=p.length?JSON.stringify(p):null,S.updates=d.length?JSON.stringify(d):null,S.deletes=f.length?u?JSON.stringify(f):f.join(","):null,S.attachments=y&&JSON.stringify(y),S.assetMaps=null!=c?JSON.stringify(c):void 0);const b=this._getLayerRequestOptions({method:"post",query:S});v&&(b.authMode="immediate",b.query.returnEditMoment=!0,b.query.sessionId=z.TA);const A=e?.returnServiceEditsOption?s.url:s.parsedUrl.path;let x;try{x=m?await this._asyncApplyEdits(A+"/applyEdits",b):await(0,i.A)(A+"/applyEdits",b)}catch(t){if(!function(t){const e=t.details.raw,s=+e.code,r=+e.extendedCode;return 500===s&&(-2147217144===r||-2147467261===r)}(t))throw t;b.authMode="immediate",x=m?await this._asyncApplyEdits(A+"/applyEdits",b):await(0,i.A)(A+"/applyEdits",b)}return this._createEditsResult(x)}async deleteAttachments(t,e,s){await this.load();const{layer:r}=this;await(0,V.VA)(r,"editing");const n=t.attributes[r.objectIdField],a=r.parsedUrl.path+"/"+n+"/deleteAttachments";try{return(await(0,i.A)(a,this._getLayerRequestOptions({query:{attachmentIds:e.join(","),...s},method:"post"}))).data.deleteAttachmentResults.map(D)}catch(t){throw this._createAttachmentErrorResult(n,t)}}fetchRecomputedExtents(t={}){const e=t.signal;return this.load({signal:e}).then(async()=>{const e=this._getLayerRequestOptions({...t,query:{returnUpdates:!0}}),{layerId:s,url:r}=this.layer,{data:n}=await(0,i.A)(`${r}/${s}`,e),{id:a,extent:o,fullExtent:u,timeExtent:c}=n,l=o||u;return{id:a,fullExtent:l&&S.A.fromJSON(l),timeExtent:c&&X.A.fromJSON({start:c[0],end:c[1]})}})}async queryAttachments(t,e={}){await this.load();const s=this._getLayerRequestOptions(e);return this.queryTask.executeAttachmentQuery(t,s)}async queryFeatures(t,e){await this.load();const s=await this.queryTask.execute(t,{...e,query:this._createRequestQueryOptions(e)});if(t.outStatistics?.length&&s.features.length){const e=new Map;if(s.features.forEach(s=>{const r=s.attributes;t.outStatistics?.forEach(({outStatisticFieldName:t})=>{if(t){const s=t.toLowerCase();s&&s in r&&t!==s&&(r[t]=r[s],delete r[s],e.set(s,t))}})}),null!=s.fields)for(const t of s.fields){const s=e.get(t.name.toLowerCase());null!=s&&(t.name=s)}}return s}async queryFeaturesJSON(t,e){return await this.load(),this.queryTask.executeJSON(t,{...e,query:this._createRequestQueryOptions(e)})}async queryObjectIds(t,e){return await this.load(),this.queryTask.executeForIds(t,{...e,query:this._createRequestQueryOptions(e)})}async queryFeatureCount(t,e){return await this.load(),this.queryTask.executeForCount(t,{...e,query:this._createRequestQueryOptions(e)})}async queryExtent(t,e){return await this.load(),this.queryTask.executeForExtent(t,{...e,query:this._createRequestQueryOptions(e)})}async queryRelatedFeatures(t,e){return await this.load(),this.queryTask.executeRelationshipQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryRelatedFeaturesCount(t,e){return await this.load(),this.queryTask.executeRelationshipQueryForCount(t,{...e,query:this._createRequestQueryOptions(e)})}async queryPivot(t,e){return await this.load(),this.queryTask.executePivotQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopFeatures(t,e){return await this.load(),this.queryTask.executeTopFeaturesQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryAttributeBins(t,e){return await this.load(),this.queryTask.executeAttributeBinsQuery(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopObjectIds(t,e){return await this.load(),this.queryTask.executeForTopIds(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopExtents(t,e){return await this.load(),this.queryTask.executeForTopExtents(t,{...e,query:this._createRequestQueryOptions(e)})}async queryTopCount(t,e){return await this.load(),this.queryTask.executeForTopCount(t,{...e,query:this._createRequestQueryOptions(e)})}async fetchPublishingStatus(){if(!(0,J.Wo)(this.layer.url))return"unavailable";const t=(0,y.fj)(this.layer.url,"status"),e=await(0,i.A)(t,{query:{f:"json"}});return W.fromJSON(e.data.status)}async uploadAssets(t,e){const{uploadAssets:r}=await s.e(1384).then(s.bind(s,31384));return r(t,{layer:this.layer,ongoingUploads:this._ongoingAssetUploads},e)}_handleLastEditsEventChange(t){const e=this.layer;if(null==t||!("capabilities"in e)||!("effectiveCapabilities"in e))return;if(e.capabilities?.operations?.supportsEditing||!e.effectiveCapabilities?.operations?.supportsEditing)return;let s=e.url;null!=s&&("layerId"in e&&(s=(0,y.fj)(s,e.layerId.toString())),this._getOrCreateEditInterceptor(s).before=e=>{const s=e.requestOptions.method??"auto";if("auto"===s||"head"===s){const s=e.requestOptions.query??{};s._ts=t.getTime(),e.requestOptions.query=s}})}_getOrCreateEditInterceptor(t){return null==this._editInterceptor&&(this._editInterceptor={urls:t},n.A.request.internalInterceptors.push(this._editInterceptor)),this._editInterceptor}_removeEditInterceptor(){null!=this._editInterceptor&&((0,a.TF)(n.A.request.internalInterceptors,this._editInterceptor),this._editInterceptor=null)}async _asyncApplyEdits(t,e){const s=(await(0,i.A)(t,e)).data.statusUrl;for(;;){const t=(await(0,i.A)(s,{query:{f:"json"},responseType:"json"})).data;switch(t.status){case"Completed":return(0,i.A)(t.resultUrl,{query:{f:"json"},responseType:"json"});case"CompletedWithErrors":throw new o.A("async-applyEdits-failed","asynchronous applyEdits call failed.");case"Failed ImportChanges":case"InProgress":case"Pending":case"ExportAttachments":case"ExportChanges":case"ExportingData":case"ExportingSnapshot":case"ImportAttachments":case"ProvisioningReplica":case"UnRegisteringReplica":break;default:throw new o.A("async-applyEdits-failed","asynchronous applyEdits call failed (undefined response status)")}await(0,d.Pl)(H)}}_createRequestQueryOptions(t){const e={...this.layer.customParameters,token:this.layer.apiKey,...t?.query};return this.layer.datesInUnknownTimezone&&(e.timeReferenceUnknownClient=!0),e}async _fetchService(t,e){if(!t){const s={};(0,u.A)("featurelayer-advanced-symbols")&&(s.returnAdvancedSymbols=!0),e?.cacheBust&&(s._ts=Date.now());const{data:r}=await(0,i.A)(this.layer.parsedUrl.path,this._getLayerRequestOptions({query:s,signal:e?.signal}));t=r}this.layer.applyPreferredHost(t),this.sourceJSON=await this._patchServiceJSON(t,e?.signal);const s=t.type;if(!this.supportedSourceTypes.has(s))throw new o.A("feature-layer-source:unsupported-type",`Source type "${s}" is not supported`)}async _patchServiceJSON(t,e){if("Table"!==t.type&&t.geometryType&&!t?.drawingInfo?.renderer&&!t.defaultSymbol){const e=(0,Q.F0)(t.geometryType).renderer;(0,h.sM)("drawingInfo.renderer",e,t)}if("esriGeometryMultiPatch"===t.geometryType&&t.infoFor3D&&(t.geometryType="mesh"),null==t.extent)try{const{data:s}=await(0,i.A)(this.layer.url,this._getLayerRequestOptions({signal:e}));s.spatialReference&&(t.extent={xmin:0,ymin:0,xmax:0,ymax:0,spatialReference:s.spatialReference})}catch(t){(0,d.QP)(t)}return t}async _ensureLatestMetadata(t){if(this.layer.userHasUpdateItemPrivileges&&this.sourceJSON.cacheMaxAge>0)return this._fetchService(null,{...t,cacheBust:!0})}async _uploadMeshesAndGetAssetMapEditsJSON(t){const{addAssetFeatures:e}=t;if(!e?.length)return null;if(await this._areAllAssetsAlreadyMapped(e))return null;const r=t.addFeatures.filter(t=>t.geometry);if(e.length!==r.length+t.updateFeatures.length)throw new o.A("feature-layer-source:unsupported-mesh-edits","Mixing attribute only edits with mesh geometry edits is not currently supported");const n=new Array,i=new Map;for(const t of e){const{geometry:e}=t,{vertexSpace:r}=e;if((0,A.Hq)(r))n.push(e);else{const r=e.origin,{convertMeshVertexSpace:a}=await s.e(8846).then(s.bind(s,28846)),o=await a(e,new b.A({origin:[r.x,r.y,r.z??0]}));i.set(o,e),t.geometry=o,n.push(o)}}await this.uploadAssets(n);for(const[t,e]of i)e.addExternalSources(t.metadata.externalSources.items);return{adds:this._getAssetMapEditsJSON(e),updates:[],deletes:[]}}_getAssetMapEditsJSON(t){const e=new Array,s=this.layer.globalIdField,r=this.layer.parsedUrl;for(const n of t){const t=n.geometry,{metadata:i}=t,a=i.getExternalSourcesOnService(r),o=n.getAttribute(s);if(0===a.length){p.A.getLogger(this).error(`Skipping feature ${o}. The mesh it is associated with has not been uploaded to the service and cannot be mapped to it.`);continue}const{source:u}=a.find(x.dK)??a[0];for(const t of u.assets)1===t.parts.length?e.push({globalId:(0,m.yS)(),parentGlobalId:o,assetName:t.assetName,assetHash:t.parts[0].partHash,flags:[]}):p.A.getLogger(this).error(`Skipping asset ${t.assetName}. It does not have exactly one part, so we cannot map it to a feature.`)}return e}_createEditsResult(t){const e=t.data,{layerId:s}=this.layer,r=[];let n=null;if(Array.isArray(e))for(const t of e)r.push({id:t.id,editedFeatures:t.editedFeatures}),t.id===s&&(n={addResults:t.addResults??[],updateResults:t.updateResults??[],deleteResults:t.deleteResults??[],attachments:t.attachments,editMoment:t.editMoment});else n=e;const i=function(t){const e=t?.assetMaps;if(e){for(const t of e.addResults)t.success||p.A.getLogger("esri.layers.graphics.sources.support.sourceUtils").error(`Failed to map asset to feature with globalId ${t.globalId}.`);for(const t of e.updateResults)t.success||p.A.getLogger("esri.layers.graphics.sources.support.sourceUtils").error(`Failed to map asset to feature with globalId ${t.globalId}.`)}const s=t?.attachments,r={addFeatureResults:t?.addResults?.map(D)??[],updateFeatureResults:t?.updateResults?.map(D)??[],deleteFeatureResults:t?.deleteResults?.map(D)??[],addAttachmentResults:s?.addResults?s.addResults.map(D):[],updateAttachmentResults:s?.updateResults?s.updateResults.map(D):[],deleteAttachmentResults:s?.deleteResults?s.deleteResults.map(D):[]};return t?.editMoment&&(r.editMoment=t.editMoment),r}(n);if(r.length>0){i.editedFeatureResults=[];for(const t of r){const{editedFeatures:e}=t,s=e?.spatialReference?new v.A(e.spatialReference):null;i.editedFeatureResults.push({layerId:t.id,editedFeatures:Z(e,s)})}}return i}_createAttachmentErrorResult(t,e){const s=e.details.messages?.[0]||e.message,r=e.details.httpStatus||e.details.messageCode;return{objectId:t,globalId:null,error:new o.A("feature-layer-source:attachment-failure",s,{code:r})}}_getFormDataForAttachment(t,e){const s=t instanceof FormData?t:t&&t.elements?new FormData(t):null;if(s)for(const t in e){const r=e[t];null!=r&&(s.set?s.set(t,r):s.append(t,r))}return s}_getLayerRequestOptions(t={}){const{layer:e,layer:{parsedUrl:s,gdbVersion:r}}=this;return{...t,query:{gdbVersion:r,layer:"dynamicDataSource"in e&&e.dynamicDataSource?JSON.stringify({source:e.dynamicDataSource}):void 0,...s.query,f:"json",...this._createRequestQueryOptions(t)},responseType:"json"}}async _areAllAssetsAlreadyMapped(t){const{layer:e}=this,{globalIdField:s,parsedUrl:r}=e,n="infoFor3D"in e?e.infoFor3D:null;if(null==n||null==s)return!1;const i=(0,G.JZ)(n);if(null==i)return!1;const o=(0,y.fj)(r.path,`../${i.id}`),u=new Array;for(const e of t){if(!(e.geometry.metadata.getExternalSourcesOnService(r).length>0))return!1;u.push(e)}const c=u.map(t=>t.getAttribute(s)).filter(a.Ru);if(0===c.length)return!1;const{assetMapFieldRoles:{parentGlobalId:l,assetHash:p}}=n,h=new L.A({where:`${l} IN (${c.map(t=>`'${t}'`)})`,outFields:[p,l],returnGeometry:!1}),d=await(0,U.s)(o,h),{features:f}=d;return 0!==f.length&&!u.some(t=>{const e=t.getAttribute(s);if(!e)return!0;const{metadata:n}=t.geometry,i=f.filter(t=>t.getAttribute(l)===e);if(0===i.length)return!0;const a=i.map(t=>t.getAttribute(p));return n.getExternalSourcesOnService(r).flatMap(({source:t})=>t.assets.flatMap(t=>t.parts.map(t=>t.partHash))).some(t=>a.every(e=>t!==e))})}};(0,r.Cg)([(0,g.MZ)()],Y.prototype,"type",void 0),(0,r.Cg)([(0,g.MZ)({constructOnly:!0})],Y.prototype,"layer",void 0),(0,r.Cg)([(0,g.MZ)({constructOnly:!0})],Y.prototype,"supportedSourceTypes",void 0),(0,r.Cg)([(0,g.MZ)({readOnly:!0})],Y.prototype,"queryTask",null),Y=(0,r.Cg)([(0,g.$K)("esri.layers.graphics.sources.FeatureLayerSource")],Y);const H=1e3},64314(t,e,s){s.d(e,{A:()=>R});var r=s(5482),n=s(69622),i=s(49186),a=s(44208),o=s(17676),u=s(84952),c=s(91429),l=s(21325),p=s(60694),h=s(20557),d=s(2272),f=s(65615),y=s(20615),m=s(74910),g=s(78286),S=s(99199),v=s(62815),b=s(63746);class A{constructor(t){this._options=t,this.featureSet={features:[]},this.parseOnly=null,this._transformInPlace=null,this._transformInPlaceXY=null,this._finishVertex=A._finishVertexNonPoint,this._attributesClass=null,this._previousX=0,this._previousY=0,this._point=null,this._lengths=null,this._vertex=[],this._part=null,this._parts=null,this._i=0}queryGeometryType(){return this.featureSet.queryGeometryType}queryGeometry(){return this.featureSet.queryGeometry}idField(t){"string"==typeof t&&(this.featureSet.objectIdFieldName=t)}finish(){this._options.applyTransform&&(this.featureSet.transform=null);const{spatialReference:t,features:e}=this.featureSet;if(t)for(const{geometry:s}of e)s&&(s.spatialReference=t)}feature(){this._attributesClass??=(0,b._)(this.featureSet.fields?.map(t=>t.name)??[]),this.featureSet.features.push({attributes:new this._attributesClass}),this._options.applyTransform&&this._setVertexTransformer()}centroid([t,e]){this.featureSet.features.at(-1).centroid={x:t,y:e}}geometry(t,e,s){this._previousX=this._previousY=0,this._lengths=s;let r,{hasZ:n,hasM:i}=this.featureSet;switch(n??=!1,i??=!1,this._i=0,this._vertex=[0,0],n&&this._vertex.push(0),i&&this._vertex.push(0),this._finishVertex=A._finishVertexNonPoint,e){case"esriGeometryPoint":this._point={x:0,y:0},r=this._point,this._finishVertex=n?i?A._finishVertexPointXYZM:A._finishVertexPointXYZ:i?A._finishVertexPointXYM:A._finishVertexPointXY;break;case"esriGeometryMultipoint":r={points:[],hasZ:n,hasM:i},this._part=r.points,this._parts=[];break;case"esriGeometryPolyline":r={paths:[],hasZ:n,hasM:i},this._parts=r.paths,this._part=[];break;case"esriGeometryPolygon":r={rings:[],hasZ:n,hasM:i},this._parts=r.rings,this._part=[]}1===t?(this.featureSet.queryGeometry=r,this.featureSet.queryGeometryType=e,this._options.applyTransform||this._setVertexTransformer()):this.featureSet.features.at(-1).geometry=r}coord(t){const e=this._vertex;e[this._i++]=t,this._i<e.length||(this._i=0,this._transformInPlace&&(e[0]+=this._previousX,e[1]+=this._previousY,[this._previousX,this._previousY]=e,this._transformInPlace(e)),this._finishVertex(this))}curvedGeometry(t,e,s,r){let n,{hasZ:i,hasM:a}=this.featureSet;switch(i??=!1,a??=!1,t){case"esriGeometryPoint":case"esriGeometryMultipoint":throw new Error(`Curved ${t} does not make sense`);case"esriGeometryPolyline":n={paths:[],curvePaths:[],hasZ:i,hasM:a},this._parts=n.curvePaths,this._part=[];break;case"esriGeometryPolygon":n={rings:[],curveRings:[],hasZ:i,hasM:a},this._parts=n.curveRings,this._part=[]}this.featureSet.features.at(-1).geometry=n}startCurvedPart(t){this._part.push(this._transform(t))}finishCurvedPart(t){this._parts.push(this._part),this._part=[]}lineSegment(t,e){this._part.push(this._transform(e))}bezierSegment(t,e,s,r){this._part.push({b:[this._transform(e),this._transformXY(s),this._transformXY(r)]})}circularArcSegment(t,e,s){this._part.push({c:[this._transform(e),this._transformXY(s)]})}ellipticArcSegment(t,e,s,r,n,i,a,o){this._part.push({a:[this._transform(e),this._transformXY(s),r,n,i,a,o]})}static _finishVertexPointXY({_point:t,_vertex:e}){[t.x,t.y]=e}static _finishVertexPointXYZ({_point:t,_vertex:e}){[t.x,t.y,t.z]=e}static _finishVertexPointXYM({_point:t,_vertex:e}){[t.x,t.y,t.m]=e}static _finishVertexPointXYZM({_point:t,_vertex:e}){[t.x,t.y,t.z,t.m]=e}static _finishVertexNonPoint(t){const{_part:e,_parts:s,_lengths:r,_vertex:n}=t;e.push([...n]),e.length<r[s.length]||(t._previousX=t._previousY=0,t._part=[],s.push(e))}_setVertexTransformer(){const{sourceSpatialReference:t}=this._options,{spatialReference:e,hasZ:s,transform:r}=this.featureSet,n=s?(0,v.d)(t,e):1;this._transformInPlace??=(0,b.M)(this.featureSet,n),this._transformInPlaceXY??=(0,b.M)({transform:r})}_transform(t){const e=[...t];return this._transformInPlace?.(e),e}_transformXY(t){const e=[t[0],t[1]];return this._transformInPlaceXY?.(e),e}}var x=s(80893),_=s(22671),M=s(97552);async function w(t,e,s,r){const n=(0,d.Dl)(t),i={...s},a=M.A.from(e),o=!a.quantizationParameters;return await(0,x.IJ)(n,a,new A({sourceSpatialReference:a.sourceSpatialReference,applyTransform:o}),i,r)}let R=class extends n.A{constructor(t){super(t),this.dynamicDataSource=null,this.fieldsIndex=null,this.gdbVersion=null,this.infoFor3D=null,this.pbfSupported=!1,this.pbfSupportedWithCurves=!1,this.queryAttachmentsSupported=!1,this.relativeTimeBinWindow=0,this.sourceSpatialReference=null,this.uniqueIdFields=null,this.url=null}get parsedUrl(){return(0,u.An)(this.url)}async execute(t,e){const s=await this.executeJSON(t,e);return this.featureSetFromJSON(t,s,e)}async executeJSON(t,e){const s=this._normalizeQuery(t),r=null!=t.outStatistics?.[0],n=(0,a.A)("featurelayer-pbf-statistics");let i;if(this.pbfSupported&&(!r||n)&&(!t.returnTrueCurves||this.pbfSupportedWithCurves))try{i=await w(this.url,s,e,{uniqueIdFields:this.uniqueIdFields})}catch(t){if("query:parsing-pbf"!==t.name)throw t;this.pbfSupported=!1}return i??=await(0,S.e)(this.url,s,e,{uniqueIdFields:this.uniqueIdFields}),this._normalizeFields(i.fields),i}async featureSetFromJSON(t,e,r){if(!this._queryGet3DObjectFormat(t)||null==this.infoFor3D||!e.features)return _.A.fromJSON(e);const{meshFeatureSetFromJSON:n}=await(0,o.qr)(Promise.all([s.e(1843),s.e(7005),s.e(894),s.e(118),s.e(164)]).then(s.bind(s,40050)),r);return n(t,this.infoFor3D,e)}executeForCount(t,e){return(0,y.I)(this.url,this._normalizeQuery(t),e,{uniqueIdFields:this.uniqueIdFields})}executeForExtent(t,e){return(0,m.L)(this.url,this._normalizeQuery(t),e)}executeForIds(t,e){return(0,g.V)(this.url,this._normalizeQuery(t),e,{uniqueIdFields:this.uniqueIdFields})}async executeRelationshipQuery(t,e){const[{default:r},{executeRelationshipQuery:n}]=await(0,o.qr)(Promise.all([Promise.resolve().then(s.bind(s,26591)),s.e(1763).then(s.bind(s,71763))]),e);let i=r.from(t);return(this.gdbVersion||this.dynamicDataSource)&&(i=i.clone(),i.gdbVersion=i.gdbVersion||this.gdbVersion,i.dynamicDataSource=i.dynamicDataSource||this.dynamicDataSource),n(this.url,i,e)}async executeRelationshipQueryForCount(t,e){const[{default:r},{executeRelationshipQueryForCount:n}]=await(0,o.qr)(Promise.all([Promise.resolve().then(s.bind(s,26591)),s.e(1763).then(s.bind(s,71763))]),e);let i=r.from(t);return(this.gdbVersion||this.dynamicDataSource)&&(i=i.clone(),i.gdbVersion=i.gdbVersion||this.gdbVersion,i.dynamicDataSource=i.dynamicDataSource||this.dynamicDataSource),n(this.url,i,e)}async executeAttachmentQuery(t,e){const{executeAttachmentQuery:r,fetchAttachments:n,processAttachmentQueryResult:i}=await(0,o.qr)(s.e(9239).then(s.bind(s,9239)),e),a=(0,d.Dl)(this.url);return i(a,await(this.queryAttachmentsSupported?r(a,t,e):n(a,t,e)))}async executeAttributeBinsQuery(t,e){const{executeAttributeBinsQuery:r}=await(0,o.qr)(s.e(3103).then(s.bind(s,33103)),e);return r(this.parsedUrl,t,e)}async executePivotQuery(t,e){const{executePivotQuery:r}=await(0,o.qr)(s.e(566).then(s.bind(s,80566)),e);return r(this.parsedUrl,t,e)}async executeTopFeaturesQuery(t,e){const{executeTopFeaturesQuery:r}=await(0,o.qr)(s.e(1273).then(s.bind(s,11273)),e);return r(this.parsedUrl,t,this.sourceSpatialReference,e)}async executeForTopIds(t,e){const{executeForTopIds:r}=await(0,o.qr)(s.e(1277).then(s.bind(s,21277)),e);return r(this.parsedUrl,t,e)}async executeForTopExtents(t,e){const{executeForTopExtents:r}=await(0,o.qr)(s.e(8018).then(s.bind(s,8018)),e);return r(this.parsedUrl,t,e)}async executeForTopCount(t,e){const{executeForTopCount:r}=await(0,o.qr)(s.e(980).then(s.bind(s,10980)),e);return r(this.parsedUrl,t,e)}_normalizeQuery(t){let e=M.A.from(t);e.sourceSpatialReference=e.sourceSpatialReference||this.sourceSpatialReference,(this.gdbVersion||this.dynamicDataSource)&&(e=e===t?e.clone():e,e.gdbVersion=t.gdbVersion||this.gdbVersion,e.dynamicDataSource=t.dynamicDataSource?f.A.from(t.dynamicDataSource):this.dynamicDataSource),e.geometry&&null!=e.num&&null!=e.start&&(0,p.Wo)(this.url)&&(e=e===t?e.clone():e,e.resultType="tile");const{infoFor3D:s}=this,r=this._queryGet3DObjectFormat(t);if(null!=s&&r){if(e=e===t?e.clone():e,e.formatOf3DObjects=r,e.outSpatialReference&&!(0,l.aI)(e.outSpatialReference,this.sourceSpatialReference))throw new i.A("query:unsupported-out-spatial-reference","3D object feature services do not support projection of geometries");if(null==e.outFields||!e.outFields.includes("*")){e=e===t?e.clone():e,null==e.outFields&&(e.outFields=[]);const{originX:r,originY:n,originZ:i,translationX:a,translationY:o,translationZ:u,scaleX:c,scaleY:l,scaleZ:p,rotationX:h,rotationY:d,rotationZ:f,rotationDeg:y}=s.transformFieldRoles;e.outFields.push(r,n,i,a,o,u,c,l,p,h,d,f,y)}}return e}_normalizeFields(t){if(null!=this.fieldsIndex&&null!=t)for(const e of t){const t=this.fieldsIndex.get(e.name);t&&Object.assign(e,t.toJSON())}}_queryGet3DObjectFormat({returnGeometry:t,multipatchOption:e,outStatistics:s}){return!0!==t||"xyFootprint"===e||s?null:(0,h.Hz)(this.infoFor3D)}};(0,r.Cg)([(0,c.MZ)({type:f.A})],R.prototype,"dynamicDataSource",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"fieldsIndex",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"gdbVersion",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"infoFor3D",void 0),(0,r.Cg)([(0,c.MZ)({readOnly:!0})],R.prototype,"parsedUrl",null),(0,r.Cg)([(0,c.MZ)()],R.prototype,"pbfSupported",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"pbfSupportedWithCurves",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"queryAttachmentsSupported",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"relativeTimeBinWindow",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"sourceSpatialReference",void 0),(0,r.Cg)([(0,c.MZ)()],R.prototype,"uniqueIdFields",void 0),(0,r.Cg)([(0,c.MZ)({type:String})],R.prototype,"url",void 0),R=(0,r.Cg)([(0,c.$K)("esri.layers.graphics.sources.support.QueryTask")],R)},64714(t,e,s){s.d(e,{F0:()=>o,Vx:()=>l,e2:()=>h,f:()=>d});var r=s(44208),n=s(4718),i=s(99352),a=s(93470);function o(t){return{renderer:{type:"simple",symbol:"esriGeometryPoint"===t||"esriGeometryMultipoint"===t?a.Cb:"esriGeometryPolyline"===t?a.yM:a.WR}}}const u=/^[_$a-zA-Z][_$a-zA-Z0-9]*$/;let c=1;function l(t,e){if((0,r.A)("esri-csp-restrictions"))return()=>e?{[e]:null,...t}:{...t};try{let s="";e&&(s+=`this${p(e)} = null;`);for(const e in t)s+=`this${p(e)} = ${JSON.stringify(t[e])};`;const r=new Function(`\n return class AttributesClass$${c++} {\n constructor() {\n ${s};\n }\n }\n `)();return()=>new r}catch(s){return()=>e?{[e]:null,...t}:{...t}}}function p(t){return u.test(t)?`.${t}`:`[${JSON.stringify(t)}]`}function h(t={}){return[{name:"New Feature",description:"",prototype:{attributes:(0,n.o8)(t)}}]}function d(t,e){return{analytics:{supportsCacheHint:!1},attachment:null,data:{isVersioned:!1,isBranchVersioned:!1,supportedCurveTypes:[],supportsAttachment:!1,supportsM:!1,supportsTrueCurve:!1,supportsZ:t},metadata:{supportsAdvancedFieldProperties:!1},operations:{supportsCalculate:!1,supportsTruncate:!1,supportsValidateSql:!1,supportsAdd:e,supportsDelete:e,supportsEditing:e,supportsChangeTracking:!1,supportsQuery:!0,supportsQueryBins:!0,supportsQueryPivot:!1,supportsQueryAnalytics:!1,supportsQueryAttachments:!1,supportsQueryTopFeatures:!1,supportsResizeAttachments:!1,supportsSync:!1,supportsUpdate:e,supportsExceedsLimitStatistics:!0,supportsAsyncConvert3D:!1},query:i.F,queryRelated:{supportsCount:!0,supportsOrderBy:!0,supportsPagination:!0,supportsCacheHint:!1},queryTopFeatures:{supportsCacheHint:!1},queryAttributeBins:i.P,editing:{supportsGeometryUpdate:e,supportsGlobalId:!1,supportsReturnServiceEditsInSourceSpatialReference:!1,supportsRollbackOnFailure:!1,supportsTrueCurveUpdate:e,supportsTrueCurveUpdateByTrueCurveClientsOnly:!1,supportsUpdateWithoutM:!1,supportsUploadWithItemId:!1,supportsDeleteByAnonymous:!1,supportsDeleteByOthers:!1,supportsUpdateByAnonymous:!1,supportsUpdateByOthers:!1,supportsAsyncApplyEdits:!1,zDefault:void 0}}}},92300(t,e,s){s.d(e,{V:()=>a,X:()=>i});var r=s(60408),n=s(65864);function i(t){return{geometryType:(0,r.$B)(t[0]),geometries:t.map(t=>t.toJSON())}}function a(t,e,s){const r=(0,n.xD)(e);return t.map(t=>{const e=r.fromJSON(t);return e.spatialReference=s,e})}},20615(t,e,s){s.d(e,{I:()=>a});var r=s(2272),n=s(80893),i=s(97552);function a(t,e,s,a){return(0,n.gW)((0,r.Dl)(t),i.A.from(e),s,a)}},74910(t,e,s){s.d(e,{L:()=>o});var r=s(5443),n=s(2272),i=s(80893),a=s(97552);async function o(t,e,s){const o=(0,n.Dl)(t),u=await(0,i.Jf)(o,a.A.from(e),{...s}),c=u.extent;return!c||isNaN(c.xmin)||isNaN(c.ymin)||isNaN(c.xmax)||isNaN(c.ymax)?{count:u.count,extent:null}:{count:u.count,extent:r.A.fromJSON(c)}}},78286(t,e,s){s.d(e,{V:()=>a});var r=s(2272),n=s(80893),i=s(97552);async function a(t,e,s,a){const o=(0,r.Dl)(t),u=await(0,n.Pk)(o,i.A.from(e),s,a);return u.objectIds??function(t){if(t)return function(t){return!Array.isArray(t[0])}(t)?t:t.map(t=>JSON.stringify(t))}(u.uniqueIds)??[]}},99199(t,e,s){s.d(e,{e:()=>u,s:()=>o});var r=s(2272),n=s(80893),i=s(22671),a=s(97552);async function o(t,e,s,r){const n=await u(t,e,s,r);return i.A.fromJSON(n)}function u(t,e,s,i){const o=(0,r.Dl)(t),u={...s},c=a.A.from(e);return(0,n.eW)(o,c,c.sourceSpatialReference,u,i)}},63746(t,e,s){function r(t){return class{constructor(){for(const e of t)this[e]=null}}}function n(t,e=1){const{transform:s,hasZ:r,hasM:n}=t;if(null==s)return r&&1!==e?t=>{t[2]*=e}:null;const[i,a]=function(t,e,s,r){let{scale:n,translate:i,originPosition:a}=t;return"upperLeft"===a&&(n=n.map((t,e)=>1===e?-t:t)),e&&(n=n.map((t,e)=>2===e?t*r:t),i=i.map((t,e)=>2===e?t*r:t)),!e&&s&&(n=n.filter((t,e)=>2!==e),i=i.filter((t,e)=>2!==e)),[n,i]}(s,r,n,e),o=t.hasZ?3:2;return t=>{for(let e=0;e<t.length&&(e!==o||0!==t[e]);++e)t[e]=t[e]*i[e]+a[e]}}s.d(e,{M:()=>n,_:()=>r})}}]);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[164],{73354(t,e,r){r.d(e,{a:()=>i,b:()=>a,c:()=>o,d:()=>s,e:()=>d,f:()=>l,l:()=>c,n:()=>m,t:()=>f}),r(44208);var n=r(72727);function o(t,e,r){i(t.typedBuffer,e.typedBuffer,r,t.typedBufferStride,e.typedBufferStride)}function i(t,e,r,o=3,i=o){const s=(0,n.k)(t.length,o,3),a=(0,n.k)(e.length,i,3),u=Math.min(s,a),c=r[0],l=r[1],f=r[2],d=r[4],m=r[5],v=r[6],h=r[8],p=r[9],g=r[10],y=r[12],x=r[13],_=r[14];let b=0,M=0;for(let r=0;r<u;r++){const r=e[b],n=e[b+1],s=e[b+2];t[M]=c*r+d*n+h*s+y,t[M+1]=l*r+m*n+p*s+x,t[M+2]=f*r+v*n+g*s+_,b+=i,M+=o}return t}function s(t,e,r){a(t.typedBuffer,e.typedBuffer,r,t.typedBufferStride,e.typedBufferStride)}function a(t,e,r,o=3,i=o){const s=(0,n.k)(t.length,o,3),a=(0,n.k)(e.length,i,3),u=Math.min(s,a),c=r[0],l=r[1],f=r[2],d=r[3],m=r[4],v=r[5],h=r[6],p=r[7],g=r[8];let y=0,x=0;for(let r=0;r<u;r++){const r=e[y],n=e[y+1],s=e[y+2];t[x]=c*r+d*n+h*s,t[x+1]=l*r+m*n+p*s,t[x+2]=f*r+v*n+g*s,y+=i,x+=o}}function u(t,e,r,n=3,o=n){const i=Math.min(t.length/n,e.length/o);let s=0,a=0;for(let u=0;u<i;u++)t[a]=r*e[s],t[a+1]=r*e[s+1],t[a+2]=r*e[s+2],s+=o,a+=n;return t}function c(t,e,r,n){l(t.typedBuffer,e.typedBuffer,r,n,t.typedBufferStride,e.typedBufferStride)}function l(t,e,r,n,o=3,i=o){const s=Math.min(t.length/o,e.length/i);let a=0,u=0;const c=1/2.2;for(let l=0;l<s;l++)t[u]=n*(r*e[a])**c,t[u+1]=n*(r*e[a+1])**c,t[u+2]=n*(r*e[a+2])**c,a+=i,u+=o}function f(t,e,r,o=3,i=o){const s=(0,n.k)(t.length,o,3),a=(0,n.k)(e.length,i,3),u=Math.min(s,a);let c=0,l=0;for(let n=0;n<u;n++)t[l]=e[c]+r[0],t[l+1]=e[c+1]+r[1],t[l+2]=e[c+2]+r[2],c+=i,l+=o;return t}function d(t,e){m(t.typedBuffer,e.typedBuffer,t.typedBufferStride,e.typedBufferStride)}function m(t,e,r=3,n=r){const o=Math.min(t.length/r,e.length/n);let i=0,s=0;for(let a=0;a<o;a++){const o=e[i],a=e[i+1],u=e[i+2],c=o*o+a*a+u*u;if(c>0){const e=1/Math.sqrt(c);t[s]=e*o,t[s+1]=e*a,t[s+2]=e*u}i+=n,s+=r}}Object.freeze(Object.defineProperty({__proto__:null,linearToSRGB:l,linearToSRGBView:c,normalize:m,normalizeView:d,scale:u,scaleView:function(t,e,r){u(t.typedBuffer,e.typedBuffer,r,t.typedBufferStride,e.typedBufferStride)},shiftRight:function(t,e,r){const n=Math.min(t.count,e.count),o=t.typedBuffer,i=t.typedBufferStride,s=e.typedBuffer,a=e.typedBufferStride;let u=0,c=0;for(let t=0;t<n;t++)o[c]=s[u]>>r,o[c+1]=s[u+1]>>r,o[c+2]=s[u+2]>>r,u+=a,c+=i},transformMat3:a,transformMat3View:s,transformMat4:i,transformMat4View:o,translate:f},Symbol.toStringTag,{value:"Module"}))},82534(t,e,r){function n(){return[0,0,0,1]}function o(t){return[t[0],t[1],t[2],t[3]]}r.d(e,{o8:()=>o,vt:()=>n});const i=[0,0,0,1];Object.freeze(Object.defineProperty({__proto__:null,IDENTITY:i,clone:o,create:n,fromValues:function(t,e,r,n){return[t,e,r,n]}},Symbol.toStringTag,{value:"Module"})),r.d(e,["zK",0,i])},48163(t,e,r){function n(){return[0,0]}function o(t){return[t[0],t[1]]}function i(t,e){return[t,e]}function s(){return i(1,1)}function a(){return i(-1,-1)}function u(){return i(1,0)}function c(){return i(0,1)}r.d(e,{fA:()=>i,o8:()=>o,vt:()=>n});const l=s(),f=a(),d=u(),m=c();Object.freeze(Object.defineProperty({__proto__:null,NEGATIVE_ONES:f,ONES:l,UNIT_X:d,UNIT_Y:m,ZEROS:[0,0],clone:o,create:n,freeze:function(t,e){return[t,e]},fromArray:function(t,e=[0,0]){const r=Math.min(2,t.length);for(let n=0;n<r;++n)e[n]=t[n];return e},fromValues:i,negativeOnes:a,ones:s,unitX:u,unitY:c,zeros:function(){return[0,0]}},Symbol.toStringTag,{value:"Module"})),r.d(e,["IA",0,f,"Un",0,l])},91829(t,e,r){function n(){return[0,0,0,0]}function o(t,e,r,n){return[t,e,r,n]}function i(t,e,r,n){return[t,e,r,n]}function s(){return o(1,1,1,1)}function a(){return o(1,0,0,0)}function u(){return o(0,1,0,0)}function c(){return o(0,0,1,0)}function l(){return o(0,0,0,1)}r.d(e,{CN:()=>i,_Y:()=>l,fA:()=>o,vt:()=>n});const f=[0,0,0,0],d=s(),m=a(),v=u(),h=c(),p=l();Object.freeze(Object.defineProperty({__proto__:null,ONES:d,UNIT_W:p,UNIT_X:m,UNIT_Y:v,UNIT_Z:h,ZEROS:f,clone:function(t){return[t[0],t[1],t[2],t[3]]},create:n,freeze:i,fromArray:function(t,e=[0,0,0,0]){const r=Math.min(4,t.length);for(let n=0;n<r;++n)e[n]=t[n];return e},fromValues:o,ones:s,unitW:l,unitX:a,unitY:u,unitZ:c,zeros:function(){return[0,0,0,0]}},Symbol.toStringTag,{value:"Module"})),r.d(e,["Un",0,d,"uY",0,f])},44794(t,e,r){r.d(e,{v:()=>a});var n=r(4718),o=r(62788),i=r(95488);class s{constructor(t,e){this._observable=new i.I,this._value=t,this._equalityFunction=e}get value(){return(0,o.gc)(this._observable),this._value}set value(t){this._equalityFunction(t,this._value)||(this._value=t,this._observable.notify())}mutate(t){t(this._value),this._observable.notify()}}function a(t,e=n.gh){return new s(t,e)}},65806(t,e,r){r.d(e,{g:()=>s});var n=r(51850),o=r(91218),i=r(9762);function s(t,e,r,n){if((0,o.canProjectWithoutEngine)(t.spatialReference,r))return a[0]=t.x,a[1]=t.y,a[2]=t.z??0,(0,i.projectBuffer)(a,t.spatialReference,0,e,r,0);const s=(0,o.tryProject)(t,r,n);return!!s&&(e[0]=s.x,e[1]=s.y,e[2]=s.z??0,!0)}const a=(0,n.vt)()},27993(t,e,r){r.d(e,{F:()=>a});var n=r(91218),o=r(16930),i=r(9762),s=r(65806);function a(t,e,r,o){return!(null==e||null==o||t.length<2)&&((0,n.canProjectWithoutEngine)(e,o)?(0,i.projectBuffer)(t,e,0,r,o,0,1):(u.x=t[0],u.y=t[1],u.z=t[2],u.spatialReference=e,(0,s.g)(u,r,o)))}const u={x:0,y:0,z:0,hasZ:!0,hasM:!1,spatialReference:o.A.WGS84,type:"point"}},73836(t,e,r){r.d(e,{A:()=>m});var n=r(5482),o=r(69540),i=r(25482),s=r(91429),a=r(58083),u=r(9093),c=r(67026),l=r(82534),f=r(51850),d=r(24770);let m=class extends((0,o.OU)(i.o)){constructor(t){super(t),this.translation=(0,f.vt)(),this.rotationAxis=(0,f.ci)(d.up),this.rotationAngle=0,this.scale=(0,f.fA)(1,1,1)}get rotation(){return(0,d.i4)(this.rotationAxis,this.rotationAngle)}set rotation(t){this.rotationAxis=(0,f.o8)((0,d.yo)(t)),this.rotationAngle=(0,d.g7)(t)}get localMatrix(){const t=(0,u.vt)();return(0,c.x8)(v,(0,d.yo)(this.rotation),(0,d.$I)(this.rotation)),(0,a.o1)(t,v,this.translation,this.scale),t}get localMatrixInverse(){return(0,a.B8)((0,u.vt)(),this.localMatrix)}equals(t){return this===t||null!=t&&(0,a.t2)(this.localMatrix,t.localMatrix)}};(0,n.Cg)([(0,s.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],m.prototype,"translation",void 0),(0,n.Cg)([(0,s.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],m.prototype,"rotationAxis",void 0),(0,n.Cg)([(0,s.MZ)({type:Number,nonNullable:!0,json:{write:!0}})],m.prototype,"rotationAngle",void 0),(0,n.Cg)([(0,s.MZ)({type:[Number],nonNullable:!0,json:{write:!0}})],m.prototype,"scale",void 0),(0,n.Cg)([(0,s.MZ)()],m.prototype,"rotation",null),(0,n.Cg)([(0,s.MZ)()],m.prototype,"localMatrix",null),(0,n.Cg)([(0,s.MZ)()],m.prototype,"localMatrixInverse",null),m=(0,n.Cg)([(0,s.$K)("esri.geometry.support.MeshTransform")],m);const v=(0,l.vt)()},24770(t,e,r){r.d(e,{$I:()=>g,AU:()=>v,Cr:()=>f,g7:()=>p,i4:()=>l,ui:()=>d,vt:()=>c,yo:()=>h});var n=r(34727),o=r(58083),i=r(67026),s=r(82534),a=r(35522),u=r(51850);function c(t=x){return[t[0],t[1],t[2],t[3]]}function l(t,e,r=c()){return(0,a.C)(r,t),r[3]=e,r}function f(t,e,r){return(0,a.$A)(r,t,e),(0,a.S8)(r,r),r[3]=-(0,a.g7)(t,e),r}function d(t,e=c()){const r=(0,o.l)(_,t);return y(e,(0,n.KJ)((0,i.Xd)(e,r))),e}function m(t,e,r=c()){return(0,i.x8)(_,t,g(t)),(0,i.x8)(b,e,g(e)),(0,i.lw)(_,b,_),y(r,(0,n.KJ)((0,i.Xd)(r,_)))}function v(t,e,r,n=c()){return l(u.Cw,t,M),l(u.JP,e,S),l(u.Cb,r,w),m(M,S,M),m(M,w,n),n}function h(t){return t}function p(t){return t[3]}function g(t){return(0,n.kU)(t[3])}function y(t,e){return t[3]=e,t}const x=[0,0,1,0],_=(0,s.vt)(),b=(0,s.vt)(),M=(c(),c()),S=c(),w=c();r.d(e,["up",0,x])},72727(t,e,r){function n(t,e,r){if(e<=0)return 0;const n=t-r;return n<0?0:Math.floor(n/e)+1}r.d(e,{k:()=>n}),r(53966)},27921(t,e,r){r.d(e,{$Q:()=>_,C:()=>a,Cr:()=>l,H:()=>M,O_:()=>c,Qj:()=>u,T7:()=>y,Tj:()=>x,lU:()=>f,mN:()=>S,vE:()=>w,vt:()=>s});var n=r(34727),o=r(35522),i=r(51850);function s(t=B){return[t[0],t[1],t[2],t[3]]}function a(t,e){return function(t,e,r,n,o=s()){return o[0]=t,o[1]=e,o[2]=r,o[3]=n,o}(e[0],e[1],e[2],e[3],t)}function u(t){return t}function c(t,e,r){const n=e[0]*e[0]+e[1]*e[1]+e[2]*e[2],o=Math.abs(n-1)>1e-5&&n>1e-12?1/Math.sqrt(n):1;return r[0]=e[0]*o,r[1]=e[1]*o,r[2]=e[2]*o,r[3]=-(r[0]*t[0]+r[1]*t[1]+r[2]*t[2]),r}function l(t,e,r,n=s()){const o=r[0]-e[0],i=r[1]-e[1],a=r[2]-e[2],u=t[0]-e[0],c=t[1]-e[1],l=t[2]-e[2],f=i*l-a*c,d=a*u-o*l,m=o*c-i*u,v=f*f+d*d+m*m,h=Math.abs(v-1)>1e-5&&v>1e-12?1/Math.sqrt(v):1;return n[0]=f*h,n[1]=d*h,n[2]=m*h,n[3]=-(n[0]*t[0]+n[1]*t[1]+n[2]*t[2]),n}function f(t,e,r,n=0,i=Math.floor(r*(1/3)),s=Math.floor(r*(2/3))){if(r<3)return!1;e(m,n);let a=i,u=!1;for(;a<r-1&&!u;)e(v,a),a++,u=!(0,o.t2)(m,v);if(!u)return!1;for(a=Math.max(a,s),u=!1;a<r&&!u;)e(h,a),a++,(0,o.Re)(p,m,v),(0,o.S8)(p,p),(0,o.Re)(g,v,h),(0,o.S8)(g,g),u=!(0,o.t2)(m,h)&&!(0,o.t2)(v,h)&&Math.abs((0,o.Om)(p,g))<d;return u?(l(m,v,h,t),!0):(0!==n||1!==i||2!==s)&&f(t,e,r,0,1,2)}r(78955),r(44280),r(32114),r(32728);const d=.99619469809,m=(0,i.vt)(),v=(0,i.vt)(),h=(0,i.vt)(),p=(0,i.vt)(),g=(0,i.vt)();function y(t,e,r){return function(t){return 0===t||1===t}(w(t,e.origin,e.vector,0,r))}function x(t,e){return S(t,e)>=0}function _(t,e){return function(t,e,r,n,i,s,a){const u=(0,o.Om)(t,r),c=S(t,e);if(u>-1e-6&&u<1e-6)return b(c,i,s);const l=-c/u,f=b(u,i,!1);return!(a&&!f&&!b(c,i,s))&&(f?l>n.c0&&(n.c0=l):l<n.c1&&(n.c1=l),n.c0<=n.c1)}(t,e.ray.origin,e.ray.direction,e,!1,!1,!0)}function b(t,e,r){return r?e?t>=0:t<=0:e?t>0:t<0}function M(t,e,r,n,i=!1){let s=0,a=e[r-1],u=S(t,a),c=i?u>0:u<=0;for(let l=0;l<r;l++){const r=e[l],f=S(t,r),d=i?f>0:f<=0;c!==d&&(0,o.Cc)(n[s++],a,r,u/(u-f)),d&&(0,o.C)(n[s++],r),a=r,u=f,c=d}return s}function S(t,e){return(0,o.Om)(t,e)+t[3]}function w(t,e,r,i,s){const a=(0,o.Om)(t,r),u=S(t,e);if(0===a)return u>=0?2:3;let c=-u/a;return 1&i&&(c=(0,n.qE)(c,0,1)),!(4&i)&&c<0||!(8&i)&&c>1?u>=0?2:3:((0,o.WQ)(s,e,(0,o.hs)(s,r,c)),u>=0?0:1)}const B=[0,0,1,0];(0,i.vt)()},44280(t,e,r){r.d(e,{g7:()=>a,gr:()=>s});var n=r(34727),o=r(35522),i=r(51850);function s(t,e){return(0,o.Om)(t,e)/(0,o.Bw)(t)}function a(t,e){const r=(0,o.Om)(t,e)/((0,o.Bw)(t)*(0,o.Bw)(e));return-(0,n.XM)(r)}(0,i.vt)(),(0,i.vt)()},32114(t,e,r){r.d(e,{Rc:()=>m,rq:()=>f,Km:()=>d}),r(44208);var n=r(26390),o=r(29242),i=r(9093),s=r(82534),a=r(48163),u=r(51850),c=r(91829);class l{constructor(t){this._create=t,this._items=new Array,this._itemsPtr=0}get(){return 0===this._itemsPtr&&(0,n.d)(()=>this._reset()),this._itemsPtr>=this._items.length&&this._items.push(this._create()),this._items[this._itemsPtr++]}_reset(){const t=2*this._itemsPtr;this._items.length>t&&(this._items.length=t),this._itemsPtr=0}static createVec2f64(){return new l(a.vt)}static createVec3f64(){return new l(u.vt)}static createVec4f64(){return new l(c.vt)}static createMat3f64(){return new l(o.vt)}static createMat4f64(){return new l(i.vt)}static createQuatf64(){return new l(s.vt)}get test(){}}l.createVec2f64();const f=l.createVec3f64(),d=l.createVec4f64(),m=(l.createMat3f64(),l.createMat4f64());l.createQuatf64()},38969(t,e,r){r.d(e,{i:()=>o});var n=r(37955);function o(t,e){return new Promise((r,o)=>{t.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA?r():(e((0,n.Oo)(t,"canplay",r)),e((0,n.Oo)(t,"error",o)))})}},77793(t,e,r){r.d(e,{V:()=>i,f:()=>s});var n=r(86738),o=r(73836);function i(t,e,r=a){return new n.A({x:t[r.originX],y:t[r.originY],z:t[r.originZ],spatialReference:e})}function s(t,e=a){return new o.A({translation:[t[e.translationX],-t[e.translationZ],t[e.translationY]],rotationAxis:[t[e.rotationX],-t[e.rotationZ],t[e.rotationY]],rotationAngle:t[e.rotationDeg],scale:[t[e.scaleX],t[e.scaleZ],t[e.scaleY]]})}const a={originX:"originX",originY:"originY",originZ:"originZ",translationX:"translationX",translationY:"translationY",translationZ:"translationZ",scaleX:"scaleX",scaleY:"scaleY",scaleZ:"scaleZ",rotationX:"rotationX",rotationY:"rotationY",rotationZ:"rotationZ",rotationDeg:"rotationDeg"}},40050(t,e,r){r.r(e),r.d(e,{assetMapFromAssetMapsJSON:()=>p,extractMesh:()=>h,meshFeatureSetFromJSON:()=>v});var n=r(52106),o=r(53966),i=r(91869),s=r(5443),a=r(16930),u=r(40118),c=r(63579),l=r(20557),f=r(22671),d=r(77793);const m=()=>o.A.getLogger("esri.rest.support.meshFeatureSet");function v(t,e,r){const o=r.features;r.features=[],delete r.geometryType;const i=f.A.fromJSON(r);if(i.geometryType="mesh",!r.assetMaps)return i;const s=p(e,r.assetMaps),u=t.sourceSpatialReference??a.A.WGS84,c=r.globalIdFieldName,{outFields:l}=t,d=null!=l&&l.length>0?(m=l.includes("*")?null:new Set(l),({attributes:t})=>{if(!t)return{};if(!m)return t;for(const e in t)m.has(e)||delete t[e];return t}):()=>({});var m;for(const t of o){const r=h(t,c,u,e,s);i.features.push(new n.A({geometry:r,attributes:d(t)}))}return i}function h(t,e,r,n,o){const i=t.attributes[e],a=o.get(i);if(null==a||!t.geometry)return null;const l=(0,d.V)(t.attributes,r,n.transformFieldRoles),f=s.A.fromJSON(t.geometry);f.spatialReference=r;const m=(0,d.f)(t.attributes,n.transformFieldRoles),v=r.isGeographic?"local":"georeferenced",h=function(t){const e=Array.from(t.files.values()),r=new Array;for(const t of e){if(2!==t.status)return null;const e=new Array;for(const r of t.parts){if(!r)return null;e.push(new c.Bq(r.url,r.hash))}r.push(new c.Qp(t.name,t.mimeType,e))}return{type:"service",assets:r}}(a);return h?(0,u.createWithExternalSource)(l,h,{extent:f,transform:m,vertexSpace:v,unitConversionDisabled:!0}):(0,u.H5)(l,{transform:m,vertexSpace:v})}function p(t,e){const r=new Map;for(const n of e){const e=n.parentGlobalId;if(null==e)continue;const o=n.assetName,s=n.assetType,a=n.assetHash,u=n.assetURL,c=n.conversionStatus,f=n.seqNo,d=(0,l.Fm)(s,t.supportedFormats);if(!d){m().error("mesh-feature-set:unknown-format",`Service returned an asset of type ${s}, but it does not list it as a supported type`);continue}const v=(0,i.tE)(r,e,()=>({files:new Map}));(0,i.tE)(v.files,o,()=>({name:o,type:s,mimeType:d,status:g(c),parts:[]})).parts[f]={hash:a,url:u}}return r}function g(t){switch(t){case"COMPLETED":case"SUBMITTED":return 2;case"INPROGRESS":return 1;default:return 0}}},32728(t,e,r){r.d(e,{YH:()=>a,hG:()=>i,nu:()=>u,wp:()=>s}),r(34727);var n=r(35522),o=r(51850);function i(t){const e=t[0]*t[0]+t[4]*t[4]+t[8]*t[8],r=t[1]*t[1]+t[5]*t[5]+t[9]*t[9],n=t[2]*t[2]+t[6]*t[6]+t[10]*t[10];return Math.sqrt(Math.max(e,r,n))}function s(t,e){const r=Math.sqrt(e[0]*e[0]+e[4]*e[4]+e[8]*e[8]),o=Math.sqrt(e[1]*e[1]+e[5]*e[5]+e[9]*e[9]),i=Math.sqrt(e[2]*e[2]+e[6]*e[6]+e[10]*e[10]);return(0,n.hZ)(t,r,o,i),t}function a(t,e,r){r=r||t;const o=(0,n.Om)(t,e);(0,n.hZ)(r,t[0]-o*e[0],t[1]-o*e[1],t[2]-o*e[2]),(0,n.S8)(r,r)}function u(t,e,r,i=(0,o.vt)()){const s=(0,n.Bw)(t),a=(0,n.Bw)(e),u=(0,n.Om)(t,e)/(s*a);if(u<.9999999999999999){const o=Math.acos(u),f=((1-r)*s+r*a)/Math.sin(o),d=f/s*Math.sin((1-r)*o),m=f/a*Math.sin(r*o);return(0,n.hs)(c,t,d),(0,n.hs)(l,e,m),(0,n.WQ)(i,c,l)}return(0,n.Cc)(i,t,e,r)}(0,o.vt)(),(0,o.vt)(),(0,o.vt)();const c=(0,o.vt)(),l=(0,o.vt)()},49255(t,e,r){function n(t){return function(t){return c(t)||4===t}(t)||function(t){return 5===(e=t)||6===e||7===e||8===t||9===t;var e}(t)}function o(t){return 10===t||11===t}function i(t){return u(t)||o(t)}function s(t){return 1===t}function a(t){return 2===t}function u(t){return 0===t||function(t){return s(t)||a(t)}(t)}function c(t){return function(t){return u(t)||o(t)}(t)||l(t)}function l(t){return 3===t}r.d(e,{Ex:()=>o,Rb:()=>a,_$:()=>s,_o:()=>u,eh:()=>l,gr:()=>c,i3:()=>i,uw:()=>n})},29941(t,e,r){r.d(e,{v:()=>i});var n=r(5482),o=r(51976);class i extends o.K{constructor(){super(...arguments),this.output=0,this.hasEmission=!1,this.useFloatBlend=!0}}(0,n.Cg)([(0,o.W)({count:12})],i.prototype,"output",void 0),(0,n.Cg)([(0,o.W)()],i.prototype,"hasEmission",void 0),(0,n.Cg)([(0,o.W)()],i.prototype,"useFloatBlend",void 0)},53466(t,e,r){r.d(e,{U:()=>o});var n=r(31821);function o(t,e){switch(e.textureCoordinateType){case 1:return t.attributes.add("uv0","vec2"),t.varyings.add("vuv0","vec2"),void t.vertex.code.add(n.H`void forwardTextureCoordinates() { vuv0 = uv0; }`);case 2:return t.attributes.add("uv0","vec2"),t.attributes.add("uvRegion","vec4"),t.varyings.add("vuv0","vec2"),t.varyings.add("vuvRegion","vec4"),void t.vertex.code.add(n.H`void forwardTextureCoordinates() {
|
|
2
|
+
vuv0 = uv0;
|
|
3
|
+
vuvRegion = uvRegion;
|
|
4
|
+
}`);default:e.textureCoordinateType;case 0:return void t.vertex.code.add(n.H`void forwardTextureCoordinates() {}`);case 3:return}}},99208(t,e,r){r.d(e,{r:()=>s});var n=r(53466),o=r(31821);function i(t){t.fragment.code.add(o.H`vec4 textureAtlasLookup(sampler2D tex, vec2 textureCoordinates, vec4 atlasRegion) {
|
|
5
|
+
vec2 atlasScale = atlasRegion.zw - atlasRegion.xy;
|
|
6
|
+
vec2 uvAtlas = fract(textureCoordinates) * atlasScale + atlasRegion.xy;
|
|
7
|
+
float maxdUV = 0.125;
|
|
8
|
+
vec2 dUVdx = clamp(dFdx(textureCoordinates), -maxdUV, maxdUV) * atlasScale;
|
|
9
|
+
vec2 dUVdy = clamp(dFdy(textureCoordinates), -maxdUV, maxdUV) * atlasScale;
|
|
10
|
+
return textureGrad(tex, uvAtlas, dUVdx, dUVdy);
|
|
11
|
+
}`)}function s(t,e){const{textureCoordinateType:r}=e;if(0===r||3===r)return;t.include(n.U,e);const s=2===r;s&&t.include(i),t.fragment.code.add(o.H`
|
|
12
|
+
vec4 textureLookup(sampler2D tex, vec2 uv) {
|
|
13
|
+
return ${s?"textureAtlasLookup(tex, uv, vuvRegion)":"texture(tex, uv)"};
|
|
14
|
+
}
|
|
15
|
+
`)}},47187(t,e,r){r.d(e,{zp:()=>y});var n=r(5482),o=r(34727),i=r(49255),s=r(29941),a=r(99208),u=r(65261),c=r(40710),l=r(33079),f=r(28421),d=r(20304),m=r(31821),v=r(15976),h=r(63761),p=r(51976);r(72458);class g extends s.v{constructor(){super(...arguments),this.emissionSource=0}}function y(t,e){const{hasEmission:r,emissionSource:n,hasEmissiveTextureTransform:s,bindType:p}=e;if(!(0,i._o)(e.output)||!r)return;const g=t.fragment;g.include(u.C);const y=3===n||4===n||5===n;y&&(t.include(a.r,e),g.uniforms.add(1===p?new h.N("texEmission",t=>t.textureEmissive):new v.o("texEmission",t=>t.textureEmissive)));const x=2===n||y;if(x&&g.uniforms.add(1===p?new l.t("emissiveBaseColor",t=>t.emissiveBaseColor):new c.W("emissiveBaseColor",t=>t.emissiveBaseColor)),r&&function({emissionSource:t}){return 0===t||1===t||2===t||3===t}(e)){const t=t=>(0,o.qE)(t??0,0,16);g.uniforms.add(1===p?new d.m("emissiveStrength",e=>t(e.emissiveStrength)):new f.J("emissiveStrength",e=>t(e.emissiveStrength)))}const _=7===n,b=5===n,M=1===n||6===n||_;g.code.add(m.H`vec4 getEmissions(vec3 symbolColor) {
|
|
16
|
+
vec4 emissions =`),x?b?g.code.add("emissiveSource == 0 ? vec4(emissiveBaseColor, 1.0): vec4(linearizeGamma(symbolColor), 1.0)"):g.code.add("vec4(emissiveBaseColor, 1.0)"):M?_?g.code.add("emissiveSource == 0 ? vec4(0.0): vec4(linearizeGamma(symbolColor), 1.0)"):g.code.add("vec4(linearizeGamma(symbolColor), 1.0)"):g.code.add("vec4(0.0)"),g.code.add(";"),y&&(b?g.code.add(m.H`
|
|
17
|
+
if(emissiveSource == 0) {
|
|
18
|
+
vec4 emissiveFromTex = textureLookup(texEmission, ${s?"emissiveUV":"vuv0"});
|
|
19
|
+
emissions *= vec4(linearizeGamma(emissiveFromTex.rgb), emissiveFromTex.a);
|
|
20
|
+
}
|
|
21
|
+
`):g.code.add(`vec4 emissiveFromTex = textureLookup(texEmission, ${s?"emissiveUV":"vuv0"});\n emissions *= vec4(linearizeGamma(emissiveFromTex.rgb), emissiveFromTex.a);`),g.code.add("emissions.a = emissions.rgb == vec3(0.0) ? 0.0: emissions.a;")),r&&g.code.add("emissions.rgb *= emissiveStrength;"),g.code.add("return emissions;}")}(0,n.Cg)([(0,p.W)({count:8})],g.prototype,"emissionSource",void 0),(0,n.Cg)([(0,p.W)()],g.prototype,"hasEmissiveTextureTransform",void 0)},65261(t,e,r){r.d(e,{C:()=>i});var n=r(40876),o=r(31821);function i(t){t.constants.add("GAMMA","float",2.2).constants.add("INV_GAMMA","float",n.iw).code.add(o.H`vec3 delinearizeGamma(vec3 color) {
|
|
22
|
+
return pow(color, vec3(INV_GAMMA));
|
|
23
|
+
}
|
|
24
|
+
vec4 delinearizeGamma(vec4 color) {
|
|
25
|
+
return vec4(delinearizeGamma(color.rgb), color.a);
|
|
26
|
+
}
|
|
27
|
+
vec3 linearizeGamma(vec3 color) {
|
|
28
|
+
return pow(color, vec3(GAMMA));
|
|
29
|
+
}`)}},40710(t,e,r){r.d(e,{W:()=>o});var n=r(74333);class o extends n.n{constructor(t,e,r){super(t,"vec3",2,(n,o,i,s)=>n.setUniform3fv(t,e(o,i,s),r))}}},33079(t,e,r){r.d(e,{t:()=>o});var n=r(74333);class o extends n.n{constructor(t,e,r){super(t,"vec3",1,(n,o,i)=>n.setUniform3fv(t,e(o,i),r))}}},28421(t,e,r){r.d(e,{J:()=>o});var n=r(74333);class o extends n.n{constructor(t,e,r){super(t,"float",2,(n,o,i)=>n.setUniform1f(t,e(o,i),r))}}},20304(t,e,r){r.d(e,{m:()=>o});var n=r(74333);class o extends n.n{constructor(t,e,r){super(t,"float",1,(n,o,i)=>n.setUniform1f(t,e(o,i),r))}}},15976(t,e,r){r.d(e,{o:()=>o});var n=r(74333);class o extends n.n{constructor(t,e,r){super(t,"sampler2D",2,(n,o,i)=>n.bindTexture(t,e(o,i),r?.(o,i)))}}},63761(t,e,r){r.d(e,{N:()=>o});var n=r(74333);class o extends n.n{constructor(t,e){super(t,"sampler2D",1,(r,n,o)=>r.bindTexture(t,e(n,o)))}}},31821(t,e,r){r.d(e,{If:()=>o});const n=(t,...e)=>{let r="";for(let n=0;n<e.length;n++)r+=t[n]+e[n];return r+=t[t.length-1],r};function o(t,e,r=""){return t?e:r}n.int=t=>t.toFixed(),n.uint=t=>`${Math.max(0,t).toFixed()}u`,n.hexuint=t=>`0x${Math.round(Math.max(0,t)).toString(16)}u`,n.float=t=>t.toPrecision(8),r.d(e,["H",0,n])},51976(t,e,r){r.d(e,{K:()=>a,W:()=>u});var n=r(49186),o=r(4576);class i{constructor(t){this._bits=[...t]}equals(t){return(0,o.aI)(this._bits,t.bits)}get code(){return this._code??=String.fromCharCode(...this._bits),this._code}get bits(){return this._bits}}var s=r(65786);class a extends s.Y{constructor(){super(),this._parameterBits=this._parameterBits?.map(()=>0)??[],this._parameterNames??=[]}get key(){return this._key??=new i(this._parameterBits),this._key}decode(t=this.key){const e=this._parameterBits;this._parameterBits=[...t.bits];const r=this._parameterNames.map(t=>` ${t}: ${this[t]}`).join("\n");return this._parameterBits=e,r}}function u(t={}){return(e,r)=>{e.hasOwnProperty("_parameterNames")||Object.defineProperty(e,"_parameterNames",{value:e._parameterNames?.slice()??[],configurable:!0,writable:!0}),e.hasOwnProperty("_parameterBits")||Object.defineProperty(e,"_parameterBits",{value:e._parameterBits?.slice()??[0],configurable:!0,writable:!0}),e._parameterNames.push(r);const o=t.count||2,i=Math.ceil(Math.log2(o)),s=e._parameterBits;let a=0;for(;s[a]+i>16;)a++,a>=s.length&&s.push(0);const u=s[a],c=(1<<i)-1<<u;s[a]+=i,t.count?Object.defineProperty(e,r,{get(){return(this._parameterBits[a]&c)>>u},set(e){const o=this._parameterBits[a];if((o&c)>>u!==e){if(this._key=null,this._parameterBits[a]=o&~c|+e<<u&c,"number"!=typeof e)throw new n.A("internal:invalid-shader-configuration",`Configuration value for ${r} must be a number, got ${typeof e}`);if(null==t.count)throw new n.A("internal:invalid-shader-configuration",`Configuration value for ${r} must provide a count option`)}}}):Object.defineProperty(e,r,{get(){return!!((this._parameterBits[a]&c)>>u)},set(t){const e=this._parameterBits[a];if(!!((e&c)>>u)!==t&&(this._key=null,this._parameterBits[a]=e&~c|+t<<u,"boolean"!=typeof t))throw new n.A("internal:invalid-shader-configurationx",`Configuration value for ${r} must be boolean, got ${typeof t}`)}})}}},72458(t,e,r){r.d(e,{C:()=>i,O:()=>s});var n=r(5482),o=r(51976);class i extends o.K{constructor(){super(...arguments),this.useFloatBlend=!0}}function s(t,e){e.useFloatBlend?(t.constants.add("floatBlendOutputScale","float",1),t.constants.add("floatBlendInputScale","float",1)):(t.constants.add("floatBlendOutputScale","float",1/16),t.constants.add("floatBlendInputScale","float",16)),t.constants.add("maxEmissiveStrength","float",16)}(0,n.Cg)([(0,o.W)()],i.prototype,"useFloatBlend",void 0)},65786(t,e,r){const n=class{};new n,r.d(e,["Y",0,n])},74333(t,e,r){r.d(e,{n:()=>n});class n{constructor(t,e,r,n,o=null){if(this.name=t,this.type=e,this.arraySize=o,this.bind={0:null,1:null,2:null},n)switch(r){case void 0:break;case 0:this.bind[0]=n;break;case 1:this.bind[1]=n;break;case 2:this.bind[2]=n}}equals(t){return this.type===t.type&&this.name===t.name&&this.arraySize===t.arraySize}}}}]);
|