@arcgis/core 4.33.0-next.20250527 → 4.33.0-next.20250528

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/Map.js +1 -1
  2. package/assets/esri/core/workers/RemoteClient.js +1 -1
  3. package/assets/esri/core/workers/chunks/{28e31ac00dc95a1318e9.js → 3916879b9ca8c6979011.js} +1 -1
  4. package/assets/esri/core/workers/chunks/87623ebe32c6ae9cb223.js +1 -0
  5. package/assets/esri/core/workers/chunks/cc9dd8924bfeb8bcd278.js +1 -0
  6. package/assets/esri/core/workers/chunks/cdb022ffffc6554de83a.js +1 -0
  7. package/assets/esri/widgets/Editor/t9n/Editor.json +1 -1
  8. package/assets/esri/widgets/Editor/t9n/Editor_en.json +1 -1
  9. package/effects/FocusArea.d.ts +4 -0
  10. package/effects/FocusArea.js +1 -1
  11. package/effects/FocusAreaOutline.d.ts +4 -0
  12. package/effects/FocusAreaOutline.js +1 -1
  13. package/effects/FocusAreas.d.ts +4 -0
  14. package/effects/FocusAreas.js +1 -1
  15. package/interfaces.d.ts +231 -3
  16. package/layers/graphics/controllers/I3SOnDemandController.js +1 -1
  17. package/layers/support/PromiseQueue.js +1 -1
  18. package/networks/support/UNTraceConfiguration.js +1 -1
  19. package/networks/support/typeUtils.js +1 -1
  20. package/package.json +1 -1
  21. package/rest/networks/support/CircuitTraceResult.js +5 -0
  22. package/rest/networks/support/TraceResult.js +1 -1
  23. package/support/revision.js +1 -1
  24. package/symbols/cim/animationUtils.js +1 -1
  25. package/symbols/cim/cimAnalyzer.js +1 -1
  26. package/symbols/cim/defaultCIMValues.js +1 -1
  27. package/symbols/cim/utils.js +1 -1
  28. package/views/2d/engine/webgl/animations/infos.js +1 -1
  29. package/views/2d/engine/webgl/animations/instructions.js +1 -1
  30. package/views/2d/engine/webgl/animations/utils.js +1 -1
  31. package/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +1 -1
  32. package/views/2d/engine/webgl/shaderGraph/techniques/TechniqueRegistry.js +1 -1
  33. package/views/2d/engine/webgl/shaderGraph/techniques/TechniqueType.js +1 -1
  34. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AAnimatedPolyShader.js +5 -0
  35. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AAnimatedShader.js +5 -0
  36. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedFillShader.js +5 -0
  37. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedLineShader.js +5 -0
  38. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedMarkerMeshWriter.js +1 -1
  39. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedMarkerShader.js +1 -1
  40. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedPolyMeshWriters.js +5 -0
  41. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedTechnique.js +1 -1
  42. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedTechniques.js +5 -0
  43. package/views/2d/engine/webgl/shaderGraph/techniques/animated/ComputedAnimatedParams.js +5 -0
  44. package/views/2d/engine/webgl/shaderGraph/techniques/animated/attributes.js +5 -0
  45. package/views/2d/engine/webgl/shaderGraph/techniques/animated/enums.js +1 -1
  46. package/views/2d/engine/webgl/shaderGraph/techniques/createGraphicSymbolMeshSchemas.js +1 -1
  47. package/views/2d/engine/webgl/shaderGraph/techniques/line/LineMeshWriter.js +1 -1
  48. package/views/2d/engine/webgl/shaderGraph/techniques/markers/MarkerShader.js +1 -1
  49. package/views/2d/engine/webgl/shaderGraph/techniques/mesh/MeshWriterRegistry.js +1 -1
  50. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/ComplexFillShader.js +1 -1
  51. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/LineShader.js +1 -1
  52. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/hittestUtils.js +1 -1
  53. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/utils.js +1 -1
  54. package/views/2d/layers/MediaLayerView2D.js +1 -1
  55. package/views/2d/layers/TileLayerView2D.js +1 -1
  56. package/views/2d/layers/features/schema/processor/symbols/ComplexSymbolSchema.js +1 -1
  57. package/views/2d/layers/features/schema/processor/symbols/utils.js +1 -1
  58. package/views/3d/interactive/editingTools/reshape/ReshapeTool3D.js +1 -1
  59. package/views/3d/layers/PointCloudLayerView3D.js +1 -1
  60. package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
  61. package/views/3d/layers/support/FeatureVisibilityFilter.js +1 -1
  62. package/views/VideoView.js +1 -1
  63. package/widgets/Directions/DirectionsVisibleElements.js +1 -1
  64. package/widgets/Directions.js +1 -1
  65. package/widgets/Editor/AddAssociationWorkflowData.js +1 -1
  66. package/widgets/Editor/EditorViewModel.js +1 -1
  67. package/widgets/Editor/UpdateRecordWorkflowData.js +1 -1
  68. package/widgets/FeatureForm/FeatureFormViewModel.js +1 -1
  69. package/widgets/FeatureForm/featureFormUtils.js +1 -1
  70. package/widgets/FeatureForm.js +1 -1
  71. package/widgets/FeatureTable/Grid/Grid.js +1 -1
  72. package/widgets/Features/FeaturesViewModel.js +1 -1
  73. package/assets/esri/core/workers/chunks/003ddb190a5cc56f7925.js +0 -1
  74. package/assets/esri/core/workers/chunks/a8af948003fa1f45750d.js +0 -1
  75. package/assets/esri/core/workers/chunks/fd4c020297badcb81947.js +0 -1
  76. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedMarkerTechnique.js +0 -5
  77. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedShader.js +0 -5
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[8988],{6797:(e,t,i)=>{i.d(t,{Mj:()=>d,Ui:()=>m,w2:()=>h});var n=i(69622),r=i(5503),o=i(88620);const s=new Set(["esri.Color","esri.portal.Portal","esri.symbols.support.Symbol3DAnchorPosition2D","esri.symbols.support.Symbol3DAnchorPosition3D"]);function l(e){return e instanceof n.A}function a(e){return e instanceof r.A?Object.keys(e.items):l(e)?(0,o.oY)(e).keys():e?Object.keys(e):[]}function c(e,t){return e instanceof r.A?e.items[t]:e[t]}function u(e){return e?e.declaredClass:null}function f(e,t){const i=e.diff;if(i&&"function"==typeof i)return i(e,t);const n=a(e),r=a(t);if(0===n.length&&0===r.length)return;if(!n.length||!r.length||function(e,t){return!(!Array.isArray(e)||!Array.isArray(t))&&e.length!==t.length}(e,t))return{type:"complete",oldValue:e,newValue:t};const o=r.filter((e=>!n.includes(e))),d=n.filter((e=>!r.includes(e))),h=n.filter((i=>r.includes(i)&&c(e,i)!==c(t,i))).concat(o,d).sort(),m=u(e);if(m&&s.has(m)&&h.length)return{type:"complete",oldValue:e,newValue:t};let p;const y=l(e)&&l(t);for(const n of h){const r=c(e,n),o=c(t,n);let s;if((y||"function"!=typeof r&&"function"!=typeof o)&&r!==o&&(null!=r||null!=o)){if(i&&i[n]&&"function"==typeof i[n])s=i[n]?.(r,o);else if(r instanceof Date&&o instanceof Date){if(r.getTime()===o.getTime())continue;s={type:"complete",oldValue:r,newValue:o}}else s="object"==typeof r&&"object"==typeof o&&u(r)===u(o)?f(r,o):{type:"complete",oldValue:r,newValue:o};null!=s&&(null!=p?p.diff[n]=s:p={type:"partial",diff:{[n]:s}})}}return p}function d(e,t){return function(e,t){if(null==e)return!1;const i=t.split(".");let n=e;for(const e of i){if("complete"===n.type)return!0;if("partial"!==n.type)return!1;{const t=n.diff[e];if(!t)return!1;n=t}}return!0}(e,t)}function h(e,t){if(!e)return!1;if("partial"===e.type){const i=Object.keys(e.diff);return 1===i.length&&i[0]===t}return!1}function m(e,t){if("function"!=typeof e&&"function"!=typeof t&&(null!=e||null!=t))return null==e||null==t||"object"==typeof e&&"object"==typeof t&&u(e)!==u(t)?{type:"complete",oldValue:e,newValue:t}:f(e,t)}},15294:(e,t,i)=>{var n,r,o,s,l,a,c,u,f,d,h,m,p,y,g,C,M,S,b,T,k,I,L,A,_,P,z,w,R,E,x,O,v,N,D,B,F,W,G,H,U,V,J,j,q,Y,Z,X,K,Q,$,ee,te,ie,ne,re,oe,se,le,ae,ce,ue,fe;i.d(t,{$2:()=>l,Ao:()=>A,C1:()=>o,Hz:()=>m,JO:()=>r,M1:()=>L,OW:()=>re,Q1:()=>X,WE:()=>R,YI:()=>Q,e_:()=>Z,fu:()=>h,ip:()=>K,oF:()=>k,uQ:()=>I,uT:()=>W,wd:()=>V,xR:()=>n,xw:()=>P,yS:()=>G}),function(e){e[e.BUTT=0]="BUTT",e[e.ROUND=1]="ROUND",e[e.SQUARE=2]="SQUARE",e[e.UNKNOWN=4]="UNKNOWN"}(n||(n={})),function(e){e[e.BEVEL=0]="BEVEL",e[e.ROUND=1]="ROUND",e[e.MITER=2]="MITER",e[e.UNKNOWN=4]="UNKNOWN"}(r||(r={})),function(e){e[e.SCREEN=0]="SCREEN",e[e.MAP=1]="MAP"}(o||(o={})),function(e){e[e.Tint=0]="Tint",e[e.Ignore=1]="Ignore",e[e.Multiply=99]="Multiply"}(s||(s={})),function(e){e.Both="Both",e.JustBegin="JustBegin",e.JustEnd="JustEnd",e.None="None"}(l||(l={})),function(e){e[e.Mosaic=0]="Mosaic",e[e.Centered=1]="Centered"}(a||(a={})),function(e){e[e.Normal=0]="Normal",e[e.Superscript=1]="Superscript",e[e.Subscript=2]="Subscript"}(c||(c={})),function(e){e[e.MSSymbol=0]="MSSymbol",e[e.Unicode=1]="Unicode"}(u||(u={})),function(e){e[e.Unspecified=0]="Unspecified",e[e.TrueType=1]="TrueType",e[e.PSOpenType=2]="PSOpenType",e[e.TTOpenType=3]="TTOpenType",e[e.Type1=4]="Type1"}(f||(f={})),function(e){e[e.Display=0]="Display",e[e.Map=1]="Map"}(d||(d={})),function(e){e.None="None",e.Loop="Loop",e.Oscillate="Oscillate"}(h||(h={})),function(e){e.Linear="Linear",e.EaseIn="EaseIn",e.EaseOut="EaseOut",e.EaseInOut="EaseInOut"}(m||(m={})),function(e){e[e.Z=0]="Z",e[e.X=1]="X",e[e.Y=2]="Y"}(p||(p={})),function(e){e[e.XYZ=0]="XYZ",e[e.ZXY=1]="ZXY",e[e.YXZ=2]="YXZ"}(y||(y={})),function(e){e[e.Rectangle=0]="Rectangle",e[e.RoundedRectangle=1]="RoundedRectangle",e[e.Oval=2]="Oval"}(g||(g={})),function(e){e[e.None=0]="None",e[e.Alpha=1]="Alpha",e[e.Screen=2]="Screen",e[e.Multiply=3]="Multiply",e[e.Add=4]="Add"}(C||(C={})),function(e){e[e.TTB=0]="TTB",e[e.RTL=1]="RTL",e[e.BTT=2]="BTT"}(M||(M={})),function(e){e[e.None=0]="None",e[e.SignPost=1]="SignPost",e[e.FaceNearPlane=2]="FaceNearPlane"}(S||(S={})),function(e){e[e.Float=0]="Float",e[e.String=1]="String",e[e.Boolean=2]="Boolean"}(b||(b={})),function(e){e[e.Intersect=0]="Intersect",e[e.Subtract=1]="Subtract"}(T||(T={})),function(e){e.OpenEnded="OpenEnded",e.Block="Block",e.Crossed="Crossed"}(k||(k={})),function(e){e.FullGeometry="FullGeometry",e.PerpendicularFromFirstSegment="PerpendicularFromFirstSegment",e.ReversedFirstSegment="ReversedFirstSegment",e.PerpendicularToSecondSegment="PerpendicularToSecondSegment",e.SecondSegmentWithTicks="SecondSegmentWithTicks",e.DoublePerpendicular="DoublePerpendicular",e.OppositeToFirstSegment="OppositeToFirstSegment",e.TriplePerpendicular="TriplePerpendicular",e.HalfCircleFirstSegment="HalfCircleFirstSegment",e.HalfCircleSecondSegment="HalfCircleSecondSegment",e.HalfCircleExtended="HalfCircleExtended",e.OpenCircle="OpenCircle",e.CoverageEdgesWithTicks="CoverageEdgesWithTicks",e.GapExtentWithDoubleTicks="GapExtentWithDoubleTicks",e.GapExtentMidline="GapExtentMidline",e.Chevron="Chevron",e.PerpendicularWithArc="PerpendicularWithArc",e.ClosedHalfCircle="ClosedHalfCircle",e.TripleParallelExtended="TripleParallelExtended",e.ParallelWithTicks="ParallelWithTicks",e.Parallel="Parallel",e.PerpendicularToFirstSegment="PerpendicularToFirstSegment",e.ParallelOffset="ParallelOffset",e.OffsetOpposite="OffsetOpposite",e.OffsetSame="OffsetSame",e.CircleWithArc="CircleWithArc",e.DoubleJog="DoubleJog",e.PerpendicularOffset="PerpendicularOffset",e.LineExcludingLastSegment="LineExcludingLastSegment",e.MultivertexArrow="MultivertexArrow",e.CrossedArrow="CrossedArrow",e.ChevronArrow="ChevronArrow",e.ChevronArrowOffset="ChevronArrowOffset",e.PartialFirstSegment="PartialFirstSegment",e.Arch="Arch",e.CurvedParallelTicks="CurvedParallelTicks",e.Arc90Degrees="Arc90Degrees",e.TipWithPerpendicularAndTicks="TipWithPerpendicularAndTicks",e.ConcentricCircles="ConcentricCircles",e.DoubleJogArrow="DoubleJogArrow",e.LinkedChevrons="LinkedChevrons",e.SegmentThenHalfCircle="SegmentThenHalfCircle",e.LineWithStraightTicks="LineWithStraightTicks",e.DoubleCurve="DoubleCurve",e.ParallelWithTicksByWidth="ParallelWithTicksByWidth",e.EnclosingRoundedRectangle="EnclosingRoundedRectangle"}(I||(I={})),function(e){e.Mitered="Mitered",e.Bevelled="Bevelled",e.Rounded="Rounded",e.Square="Square",e.TrueBuffer="TrueBuffer"}(L||(L={})),function(e){e.ClosePath="ClosePath",e.ConvexHull="ConvexHull",e.RectangularBox="RectangularBox"}(A||(A={})),function(e){e.BeginningOfLine="BeginningOfLine",e.EndOfLine="EndOfLine"}(_||(_={})),function(e){e.Mitered="Mitered",e.Bevelled="Bevelled",e.Rounded="Rounded",e.Square="Square"}(P||(P={})),function(e){e.Fast="Fast",e.Accurate="Accurate"}(z||(z={})),function(e){e.BeginningOfLine="BeginningOfLine",e.EndOfLine="EndOfLine"}(w||(w={})),function(e){e.Sinus="Sinus",e.Square="Square",e.Triangle="Triangle",e.Random="Random"}(R||(R={})),function(e){e[e.None=0]="None",e[e.Default=1]="Default",e[e.Force=2]="Force"}(E||(E={})),function(e){e[e.Buffered=0]="Buffered",e[e.Left=1]="Left",e[e.Right=2]="Right",e[e.AlongLine=3]="AlongLine"}(x||(x={})),function(e){e[e.Linear=0]="Linear",e[e.Rectangular=1]="Rectangular",e[e.Circular=2]="Circular",e[e.Buffered=3]="Buffered"}(O||(O={})),function(e){e[e.Discrete=0]="Discrete",e[e.Continuous=1]="Continuous"}(v||(v={})),function(e){e[e.AcrossLine=0]="AcrossLine",e[e.AlongLine=1]="AlongLine"}(N||(N={})),function(e){e[e.Auto=0]="Auto",e[e.Clockwise=1]="Clockwise",e[e.Counterclockwise=2]="Counterclockwise"}(D||(D={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right",e[e.Center=2]="Center",e[e.Justify=3]="Justify"}(B||(B={})),function(e){e[e.Base=0]="Base",e[e.MidPoint=1]="MidPoint",e[e.ThreePoint=2]="ThreePoint",e[e.FourPoint=3]="FourPoint",e[e.Underline=4]="Underline",e[e.CircularCW=5]="CircularCW",e[e.CircularCCW=6]="CircularCCW"}(F||(F={})),function(e){e.Butt="Butt",e.Round="Round",e.Square="Square"}(W||(W={})),function(e){e.NoConstraint="NoConstraint",e.HalfPattern="HalfPattern",e.HalfGap="HalfGap",e.FullPattern="FullPattern",e.FullGap="FullGap",e.Custom="Custom"}(G||(G={})),function(e){e[e.None=-1]="None",e[e.Custom=0]="Custom",e[e.Circle=1]="Circle",e[e.OpenArrow=2]="OpenArrow",e[e.ClosedArrow=3]="ClosedArrow",e[e.Diamond=4]="Diamond"}(H||(H={})),function(e){e[e.ExtraLeading=0]="ExtraLeading",e[e.Multiple=1]="Multiple",e[e.Exact=2]="Exact"}(U||(U={})),function(e){e.Bevel="Bevel",e.Round="Round",e.Miter="Miter"}(V||(V={})),function(e){e[e.Default=0]="Default",e[e.String=1]="String",e[e.Numeric=2]="Numeric"}(J||(J={})),function(e){e[e.InsidePolygon=0]="InsidePolygon",e[e.PolygonCenter=1]="PolygonCenter",e[e.RandomlyInsidePolygon=2]="RandomlyInsidePolygon"}(j||(j={})),function(e){e[e.Tint=0]="Tint",e[e.Replace=1]="Replace",e[e.Multiply=2]="Multiply"}(q||(q={})),function(e){e[e.ClipAtBoundary=0]="ClipAtBoundary",e[e.RemoveIfCenterOutsideBoundary=1]="RemoveIfCenterOutsideBoundary",e[e.DoNotTouchBoundary=2]="DoNotTouchBoundary",e[e.DoNotClip=3]="DoNotClip"}(Y||(Y={})),function(e){e.NoConstraint="NoConstraint",e.WithMarkers="WithMarkers",e.WithFullGap="WithFullGap",e.WithHalfGap="WithHalfGap",e.Custom="Custom"}(Z||(Z={})),function(e){e.Fixed="Fixed",e.Random="Random",e.RandomFixedQuantity="RandomFixedQuantity"}(X||(X={})),function(e){e.LineMiddle="LineMiddle",e.LineBeginning="LineBeginning",e.LineEnd="LineEnd",e.SegmentMidpoint="SegmentMidpoint"}(K||(K={})),function(e){e.OnPolygon="OnPolygon",e.CenterOfMass="CenterOfMass",e.BoundingBoxCenter="BoundingBoxCenter"}(Q||(Q={})),function(e){e[e.Low=0]="Low",e[e.Medium=1]="Medium",e[e.High=2]="High"}($||($={})),function(e){e[e.MarkerCenter=0]="MarkerCenter",e[e.MarkerBounds=1]="MarkerBounds"}(ee||(ee={})),function(e){e[e.None=0]="None",e[e.PropUniform=1]="PropUniform",e[e.PropNonuniform=2]="PropNonuniform",e[e.DifUniform=3]="DifUniform",e[e.DifNonuniform=4]="DifNonuniform"}(te||(te={})),function(e){e.Tube="Tube",e.Strip="Strip",e.Wall="Wall"}(ie||(ie={})),function(e){e[e.Random=0]="Random",e[e.Increasing=1]="Increasing",e[e.Decreasing=2]="Decreasing",e[e.IncreasingThenDecreasing=3]="IncreasingThenDecreasing"}(ne||(ne={})),function(e){e[e.Relative=0]="Relative",e[e.Absolute=1]="Absolute"}(re||(re={})),function(e){e[e.Normal=0]="Normal",e[e.LowerCase=1]="LowerCase",e[e.Allcaps=2]="Allcaps"}(oe||(oe={})),function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"}(se||(se={})),function(e){e.Draft="Draft",e.Picture="Picture",e.Text="Text"}(le||(le={})),function(e){e[e.Top=0]="Top",e[e.Center=1]="Center",e[e.Baseline=2]="Baseline",e[e.Bottom=3]="Bottom"}(ae||(ae={})),function(e){e[e.Right=0]="Right",e[e.Upright=1]="Upright"}(ce||(ce={})),function(e){e[e.Small=0]="Small",e[e.Medium=1]="Medium",e[e.Large=2]="Large"}(ue||(ue={})),function(e){e[e.Calm=0]="Calm",e[e.Rippled=1]="Rippled",e[e.Slight=2]="Slight",e[e.Moderate=3]="Moderate"}(fe||(fe={}))},28076:(e,t,i)=>{i.d(t,{D:()=>r});var n=i(15294);const r={CIMVectorMarker:{scalesymbolsproportionally:!1,respectframe:!0,anchorpointunits:"Relative",offsetx:0,offsety:0,rotateclockwise:!1,rotation:0,size:10,enable:!0,colorlocked:!1},CIMPictureMarker:{scalex:1,texturefilter:"Draft",anchorpointunits:"Relative",offsetx:0,offsety:0,rotateclockwise:!1,rotation:0,size:10,enable:!0,colorlocked:!1},CIMTextSymbol:{angle:0,anglex:0,angley:0,halosize:1,height:10,horizontalalignment:"Left",kerning:!0,letterspacing:0,letterwidth:100,ligatures:!0,linegap:0,offsetx:0,offsety:0,strikethrough:!1,textcase:"Normal",textstring:"",underline:!1,verticalalignment:"Bottom",enable:!0,colorlocked:!1},CIMSolidStroke:{capstyle:"Round",joinstyle:"Round",miterlimit:4,width:4,enable:!0,colorlocked:!1},CIMPictureStroke:{texturefilter:"Draft",capstyle:"Round",joinstyle:"Round",miterlimit:4,width:4,enable:!0,colorlocked:!1},CIMGradientStroke:{capstyle:"Round",joinstyle:"Round",miterlimit:4,width:4,enable:!0,colorlocked:!1,gradientMethod:"AcrossLine",gradientSize:75,gradientSizeUnits:n.OW.Relative,gradientType:"Discrete",interval:5},CIMSolidFill:{enable:!0,colorlocked:!1},CIMPictureFill:{offsetx:0,offsety:0,rotation:0,scalex:1,height:10,texturefilter:"Draft",enable:!0,colorlocked:!1},CIMHatchFill:{offsetx:0,offsety:0,rotation:0,separation:4,enable:!0,colorlocked:!1},CIMGradientFill:{enable:!0,angle:90,gradientMethod:"Linear",gradientSize:75,gradientSizeUnits:n.OW.Relative,gradientType:"Discrete",interval:5},CIMGeometricEffectAddControlPoints:{angletolerance:120},CIMGeometricEffectArrow:{arrowtype:"OpenEnded",width:5},CIMGeometricEffectBuffer:{size:1},CIMGeometricEffectCut:{begincut:1,endcut:1,middlecut:0,invert:!1},CIMGeometricEffectDashes:{customendingoffset:0,linedashending:"NoConstraint",offsetalongline:0},CIMGeometricEffectDonut:{method:"Mitered",option:"Accurate",width:2},CIMGeometricEffectJog:{angle:225,length:20,position:50},CIMGeometricEffectControlMeasureLine:{rule:"FullGeometry"},CIMGeometricEffectMove:{offsetx:1,offsety:-1},CIMGeometricEffectOffset:{method:"Square",offset:1,option:"Fast"},CIMGeometricEffectRadial:{angle:0,length:5},CIMGeometricEffectRotate:{angle:15},CIMGeometricEffectScale:{xscalefactor:1.15,yscalefactor:1.15},CIMGeometricEffectWave:{amplitude:2,period:3,seed:1,waveform:"Sinus"},CIMMarkerPlacementAlongLine:{customendingoffset:0,endings:"WithHalfGap",offsetalongline:0,placeperpart:!0,angletoline:!0,offset:0},CIMMarkerPlacementAtExtremities:{extremityplacement:"Both",offsetalongline:0,angletoline:!0,offset:0},CIMMarkerPlacementAtRatioPositions:{beginposition:0,endposition:0,flipfirst:!0,angletoline:!0,offset:0},CIMMarkerPlacementInsidePolygon:{gridangle:0,gridtype:"Fixed",offsetx:0,offsety:0,randomness:100,seed:0,shiftoddrows:!1,stepx:16,stepy:16,clipping:"ClipAtBoundary"},CIMMarkerPlacementOnLine:{relativeto:"LineMiddle",startpointoffset:0,angletoline:!0,offset:0},CIMMarkerPlacementOnVertices:{placeperpart:!0,placeoncontrolpoints:!0,placeonendpoints:!0,placeonregularvertices:!0,angletoline:!0,offset:0},CIMMarkerPlacementPolygonCenter:{method:"OnPolygon",offsetx:0,offsety:0,clipatboundary:!1},CIMAnimatedSymbolProperties:{playanimation:!1,reverseanimation:!1,randomizestarttime:!1,randomizestartseed:0,starttimeoffset:0,duration:3,endingduration:3,useendingduration:!1,repeattype:n.fu.Loop,repeatdelay:0,easing:n.Hz.Linear},CIMSymbolAnimationSize:{tosize:10},CIMSymbolAnimationScale:{scalefactor:1},CIMSymbolAnimationColor:{tocolor:[255,255,255,1]},CIMSymbolAnimationTransparency:{totransparency:0},CIMSymbolAnimationRotation:{torotation:0,rotateclockwise:!1},CIMSymbolAnimationOffset:{offsetx:0,offsety:0},CIMSymbolAnimationMoveAlongLine:{speed:30,distanceAlong:100}}},59868:(e,t,i)=>{i.d(t,{A7:()=>c,Cx:()=>u,Hk:()=>f,UK:()=>a}),i(44208);var n=i(94985),r=i(31593),o=i(53930),s=i(68249),l=i(93470);const a=o.A.fromJSON(l.Cb),c=r.A.fromJSON(l.yM),u=n.A.fromJSON(l.WR),f=s.A.fromJSON(l.JZ);o.A.fromJSON(l.nC),r.A.fromJSON(l.HW),n.A.fromJSON(l.b6)},64272:(e,t,i)=>{i.d(t,{T:()=>d});var n,r=i(90237),o=i(25482),s=i(88930),l=i(10107),a=(i(44208),i(53966),i(87811),i(36005)),c=i(40608),u=i(43937),f=i(98623);let d=class extends o.A{static{n=this}static get allTime(){return h}static get empty(){return m}static fromArray(e){return new n({start:null!=e[0]?new Date(e[0]):e[0],end:null!=e[1]?new Date(e[1]):e[1]})}constructor(e){super(e),this.end=null,this.start=null}readEnd(e,t){return null!=t.end?new Date(t.end):null}writeEnd(e,t){t.end=e?.getTime()??null}get isAllTime(){return this.equals(n.allTime)}get isEmpty(){return this.equals(n.empty)}readStart(e,t){return null!=t.start?new Date(t.start):null}writeStart(e,t){t.start=e?.getTime()??null}clone(){return new n({end:this.end,start:this.start})}equals(e){if(!e)return!1;const t=this.start?.getTime()??this.start,i=this.end?.getTime()??this.end,n=e.start?.getTime()??e.start,r=e.end?.getTime()??e.end;return t===n&&i===r}expandTo(e,t=f.qU){if(this.isEmpty||this.isAllTime)return this.clone();let i=this.start;i&&(i=(0,s.lL)(i,e,t));let r=this.end;if(r){const i=(0,s.lL)(r,e,t);r=r.getTime()===i.getTime()?i:(0,s.S1)(i,1,e,t)}return new n({start:i,end:r})}intersection(e){if(!e)return this.clone();if(this.isEmpty||e.isEmpty)return n.empty;if(this.isAllTime)return e.clone();if(e.isAllTime)return this.clone();const t=this.start?.getTime()??-1/0,i=this.end?.getTime()??1/0,r=e.start?.getTime()??-1/0,o=e.end?.getTime()??1/0;let s,l;return r>=t&&r<=i?s=r:t>=r&&t<=o&&(s=t),i>=r&&i<=o?l=i:o>=t&&o<=i&&(l=o),null==s||null==l||isNaN(s)||isNaN(l)?n.empty:new n({start:s===-1/0?null:new Date(s),end:l===1/0?null:new Date(l)})}offset(e,t,i=f.qU){if(this.isEmpty||this.isAllTime)return this.clone();const r=new n,{start:o,end:l}=this;return null!=o&&(r.start=(0,s.S1)(o,e,t,i)),null!=l&&(r.end=(0,s.S1)(l,e,t,i)),r}toArray(){return this.isEmpty?[void 0,void 0]:[this.start?.getTime()??null,this.end?.getTime()??null]}union(e){if(!e||e.isEmpty)return this.clone();if(this.isEmpty)return e.clone();if(this.isAllTime||e.isAllTime)return h.clone();const t=null!=this.start&&null!=e.start?new Date(Math.min(this.start.getTime(),e.start.getTime())):null,i=null!=this.end&&null!=e.end?new Date(Math.max(this.end.getTime(),e.end.getTime())):null;return new n({start:t,end:i})}};(0,r._)([(0,l.MZ)({type:Date,json:{write:{allowNull:!0}}})],d.prototype,"end",void 0),(0,r._)([(0,a.w)("end")],d.prototype,"readEnd",null),(0,r._)([(0,u.K)("end")],d.prototype,"writeEnd",null),(0,r._)([(0,l.MZ)({readOnly:!0,json:{read:!1}})],d.prototype,"isAllTime",null),(0,r._)([(0,l.MZ)({readOnly:!0,json:{read:!1}})],d.prototype,"isEmpty",null),(0,r._)([(0,l.MZ)({type:Date,json:{write:{allowNull:!0}}})],d.prototype,"start",void 0),(0,r._)([(0,a.w)("start")],d.prototype,"readStart",null),(0,r._)([(0,u.K)("start")],d.prototype,"writeStart",null),d=n=(0,r._)([(0,c.$)("esri.time.TimeExtent")],d);const h=new d,m=new d({start:void 0,end:void 0})},66344:(e,t,i)=>{var n,r;i.d(t,{q:()=>a}),(r=n||(n={}))[r.ALL=0]="ALL",r[r.SOME=1]="SOME",Symbol.iterator;class o{get size(){return this._size}constructor(e=10485760){this._maxSize=e,this._db=new Map,this._size=0,this._hit=0,this._miss=0,this._users=new Map,this._sizeLimits=new Map}destroy(){this.clearAll(),this._sizeLimits.clear(),this._users.clear()}register(e){this._users.set(e.id.slice(0,-1),e)}deregister(e){this.clear(e),this._sizeLimits.delete(e),this._users.delete(e.id.slice(0,-1))}get maxSize(){return this._maxSize}set maxSize(e){this._maxSize=Math.max(e,-1),this._checkSize()}getSize(e,t){const i=this._db.get(e.id+t);return i?.size??0}put(e,t,i,r,o){t=e.id+t;const l=this._db.get(t);if(l&&(this._size-=l.size,e.size-=l.size,this._db.delete(t),l.entry!==i&&this._notifyRemove(t,l.entry,l.size,n.ALL)),r>this._maxSize)return void this._notifyRemove(t,i,r,n.ALL);if(void 0===i)return void console.warn("Refusing to cache undefined entry ");if(!r||r<0)return console.warn(`Refusing to cache entry with size ${r} for key ${t}`),void this._notifyRemove(t,i,0,n.ALL);const a=1+Math.max(o,-4)- -3;this._db.set(t,new s(i,r,a)),this._size+=r,e.size+=r,this._checkSize()}updateSize(e,t,i,r){t=e.id+t;const o=this._db.get(t);if(o&&o.entry===i){for(this._size-=o.size,e.size-=o.size;r>this._maxSize;){const e=this._notifyRemove(t,i,r,n.SOME);if(!(null!=e&&e>0))return void this._db.delete(t);r=e}o.size=r,this._size+=r,e.size+=r,this._checkSize()}}pop(e,t){t=e.id+t;const i=this._db.get(t);if(i)return this._size-=i.size,e.size-=i.size,this._db.delete(t),++this._hit,i.entry;++this._miss}get(e,t){t=e.id+t;const i=this._db.get(t);if(void 0!==i)return this._db.delete(t),i.lives=i.lifetime,this._db.set(t,i),++this._hit,i.entry;++this._miss}peek(e,t){const i=this._db.get(e.id+t);return i?++this._hit:++this._miss,i?.entry}get performanceInfo(){const e={Size:Math.round(this._size/1048576)+"/"+Math.round(this._maxSize/1048576)+"MB","Hit rate":Math.round(100*this._getHitRate())+"%",Entries:this._db.size.toString()},t={},i=new Array;this._db.forEach(((e,n)=>{const r=e.lifetime;i[r]=(i[r]||0)+e.size,this._users.forEach((i=>{const{id:r,name:o}=i;if(n.startsWith(r)){const i=t[o]||0;t[o]=i+e.size}}))}));const n={};this._users.forEach((e=>{const i=e.name;if("hitRate"in e&&"number"==typeof e.hitRate&&!isNaN(e.hitRate)&&e.hitRate>0){const r=t[i]||0;t[i]=r,n[i]=Math.round(100*e.hitRate)+"%"}else n[i]="0%"}));const r=Object.keys(t);r.sort(((e,i)=>t[i]-t[e])),r.forEach((i=>e[i]=Math.round(t[i]/2**20)+"MB / "+n[i]));for(let t=i.length-1;t>=0;--t){const n=i[t];n&&(e["Priority "+(t+-3-1)]=Math.round(n/this._size*100)+"%")}return e}resetStats(){this._hit=this._miss=0,this._users.forEach((e=>e.resetHitRate()))}clear(e){const t=e.id;this._db.forEach(((e,i)=>{i.startsWith(t)&&(this._size-=e.size,this._db.delete(i),this._notifyRemove(i,e.entry,e.size,n.ALL))})),e.size=0}clearAll(){this._db.forEach(((e,t)=>this._notifyRemove(t,e.entry,e.size,n.ALL))),this._users.forEach((e=>e.size=0)),this._size=0,this._db.clear()}*values(e){for(const[t,i]of this._db)t.startsWith(e.id)&&(yield i.entry)}_getHitRate(){return this._hit/(this._hit+this._miss)}_notifyRemove(e,t,i,n){const r=this._users.get(e.split(l)[0])?.removeFunc,o=r?.(t,n,i);return"number"==typeof o?o:null}_checkSize(){this._sizeLimits.forEach(((e,t)=>this._checkSizeLimits(e,t))),this._checkSizeLimits(this.maxSize)}setMaxSize(e,t){null==t||t<=0?this._sizeLimits.delete(e):this._sizeLimits.set(e,t)}_checkSizeLimits(e,t){const i=t??this;if(i.size<=e)return;const n=t?.id;let r=!0;for(;r;){r=!1;for(const[o,s]of this._db)if(0===s.lifetime&&(!n||o.startsWith(n))){const n=t??this._users.get(o.split(l)[0]);if(this._purgeItem(o,s,n),i.size<=.9*e)return;r||=this._db.has(o)}}for(const[r,o]of this._db)if(!n||r.startsWith(n)){const n=t??this._users.get(r.split(l)[0]);if(this._purgeItem(r,o,n),i.size<=.9*e)return}}_purgeItem(e,t,i){if(this._db.delete(e),t.lives<=1){this._size-=t.size,i&&(i.size-=t.size);const r=this._notifyRemove(e,t.entry,t.size,n.SOME);null!=r&&r>0&&(this._size+=r,i&&(i.size+=r),t.lives=t.lifetime,t.size=r,this._db.set(e,t))}else--t.lives,this._db.set(e,t)}}class s{constructor(e,t,i){this.entry=e,this.size=t,this.lifetime=i,this.lives=i}}const l=":";class a{constructor(e,t){this.removeFunc=t,this._storage=new o,this.id="",this.name="",this.size=0,this._storage.maxSize=e,this._storage.register(this)}destroy(){this._storage.deregister(this),this._storage.destroy()}put(e,t,i=1){this._storage.put(this,e,t,i,1)}pop(e){return this._storage.pop(this,e)}get(e){return this._storage.get(this,e)}clear(){this._storage.clearAll()}get maxSize(){return this._storage.maxSize}set maxSize(e){this._storage.maxSize=e}resetHitRate(){}}},93397:(e,t,i)=>{i.d(t,{$w:()=>y,Bu:()=>I,DW:()=>S,FH:()=>w,FM:()=>a,Kn:()=>C,MM:()=>d,Nl:()=>L,O2:()=>A,UE:()=>_,YC:()=>E,YF:()=>P,_1:()=>T,_d:()=>M,_h:()=>l,bs:()=>R,e6:()=>u,gQ:()=>s,jn:()=>m,lW:()=>f,mA:()=>h,pM:()=>b,pV:()=>g,pk:()=>O,rB:()=>v,xo:()=>k,yX:()=>F,zb:()=>z,zr:()=>p});var n=i(28076);const r=" /-,\n";function o(e){let t=e.length;for(;t--;)if(!r.includes(e.charAt(t)))return!1;return!0}function s(e,t){const i=[];let n=0,r=-1;do{if(r=e.indexOf("[",n),r>=n){if(r>n){const t=e.slice(n,r);i.push([t,null,o(t)])}if(n=r+1,r=e.indexOf("]",n),r>=n){if(r>n){const o=t[e.slice(n,r)];o&&i.push([null,o,!1])}n=r+1}}}while(-1!==r);if(n<e.length){const t=e.slice(n);i.push([t,null,o(t)])}return i}function l(e,t,i){let n="",r=null;for(const i of t){const[t,o,s]=i;if(t)s?r=t:(r&&(n+=r,r=null),n+=t);else{const t=e.readAttribute(o);t&&(r&&(n+=r,r=null),n+=t)}}return c(n,i)}function a(e,t,i,n){let r="",o=null;for(const n of t){const[t,s,l]=n;if(t)l?o=t:(o&&(r+=o,o=null),r+=t);else{let t=s;null!=i&&(t=x(s,i));const n=e.attributes[t];n&&(o&&(r+=o,o=null),r+=n)}}return c(r,n)}function c(e,t){switch("string"!=typeof e&&(e=String(e)),t){case"LowerCase":return e.toLowerCase();case"Allcaps":return e.toUpperCase();default:return e}}function u(e){return e?[e[0],e[1],e[2],e[3]/255]:[0,0,0,0]}function f(e){return e.data?.symbol??null}function d(e){return"CIMVectorMarker"===e.type||"CIMPictureMarker"===e.type||"CIMBarChartMarker"===e.type||"CIMCharacterMarker"===e.type||"CIMPieChartMarker"===e.type||"CIMStackedBarChartMarker"===e.type}function h(e){return"CIMGradientStroke"===e.type||"CIMPictureStroke"===e.type||"CIMSolidStroke"===e.type}function m(e){return null!=e&&("CIMGradientFill"===e.type||"CIMHatchFill"===e.type||"CIMPictureFill"===e.type||"CIMSolidFill"===e.type||"CIMWaterFill"===e.type)}function p(e){return null!=e&&("CIMMarkerPlacementAlongLineRandomSize"===e.type||"CIMMarkerPlacementAlongLineSameSize"===e.type||"CIMMarkerPlacementAlongLineVariableSize"===e.type||"CIMMarkerPlacementAtExtremities"===e.type||"CIMMarkerPlacementAtMeasuredUnits"===e.type||"CIMMarkerPlacementAtRatioPositions"===e.type||"CIMMarkerPlacementOnLine"===e.type||"CIMMarkerPlacementOnVertices"===e.type)}const y=(e,t=0)=>null==e||isNaN(e)?t:e;function g(e){if(!e)return"normal";switch(e.toLowerCase()){case"italic":return"italic";case"oblique":return"oblique";default:return"normal"}}function C(e){if(!e)return"normal";switch(e.toLowerCase()){case"bold":return"bold";case"bolder":return"bolder";case"lighter":return"lighter";default:return"normal"}}function M(e){let t="normal",i="normal";if(e){const n=e.toLowerCase();n.includes("italic")?t="italic":n.includes("oblique")&&(t="oblique"),n.includes("bold")?i="bold":n.includes("light")&&(i="lighter")}return{style:t,weight:i}}function S(e){return e.underline?"underline":e.strikethrough?"line-through":"none"}function b(e){if(!e)return null;switch(e.type){case"CIMPolygonSymbol":if(e.symbolLayers)for(const t of e.symbolLayers){const e=b(t);if(null!=e)return e}break;case"CIMTextSymbol":return b(e.symbol);case"CIMSolidFill":return e.color}return null}function T(e){if(e)switch(e.type){case"CIMPolygonSymbol":case"CIMLineSymbol":{const t=e.symbolLayers;if(t)for(const e of t){const t=T(e);if(null!=t)return t}break}case"CIMTextSymbol":return T(e.symbol);case"CIMSolidStroke":return e.color}}function k(e){if(e)switch(e.type){case"CIMPolygonSymbol":case"CIMLineSymbol":if(e.symbolLayers)for(const t of e.symbolLayers){const e=k(t);if(void 0!==e)return e}break;case"CIMTextSymbol":return k(e.symbol);case"CIMSolidStroke":case"CIMGradientStroke":case"CIMPictureStroke":return e.width}}function I(e){switch(e){case"Left":default:return"left";case"Right":return"right";case"Center":case"Justify":return"center"}}function L(e){switch(e){case"Top":default:return"top";case"Center":return"middle";case"Baseline":return"baseline";case"Bottom":return"bottom"}}function A(e){return(e?Object.keys(e):[]).map((t=>({name:t,alias:t,type:"string"==typeof e[t]?"esriFieldTypeString":"esriFieldTypeDouble"})))}const _=e=>e.includes("data:image/svg+xml");function P(e){return e?e.charAt(0).toLowerCase()+e.slice(1):e}function z(e,t,i,n,r,o,s=!0){const{infos:l}=o;let a=1,c=0,u=0,f=0,d=1;for(const{absoluteAnchorPoint:e,offsetX:t,offsetY:i,rotation:n,size:r,frameHeight:o,rotateClockWise:h,scaleSymbolsProportionally:m}of l)d=e?1:a,u=D(t,i,c,d,u),f=N(t,i,c,d,f),o&&(m||s)&&(a*=r/o),c=B(n,h,c);const h=D(n,r,c,d,u),m=N(n,r,c,d,f);return{size:e*a,rotation:B(t,i,c),offsetX:h,offsetY:m}}function w(e){return e?.dashTemplate&&(e.dashTemplate=function(e){return"string"==typeof e?function(e){return e.split(" ").map((e=>Number(e)))}(e):e}(e.dashTemplate)),e}function R(e){if(null==e)return"Normal";switch(e.type){case"CIMTextSymbol":return e.textCase??"Normal";case"CIMPointSymbol":case"CIMLineSymbol":case"CIMPolygonSymbol":{const t=e.symbolLayers;if(!t)return"Normal";for(const e of t)if("CIMVectorMarker"===e.type)return R(e)}break;case"CIMVectorMarker":{const t=e.markerGraphics;if(!t)return"Normal";for(const e of t)if(e.symbol)return R(e.symbol)}}return"Normal"}function E(e){if(e)switch(e.type){case"CIMTextSymbol":return e.height;case"CIMPointSymbol":{let t=0;if(e.symbolLayers)for(const i of e.symbolLayers)if(i)switch(i.type){case"CIMCharacterMarker":case"CIMPictureMarker":case"CIMVectorMarker":case"CIMObjectMarker3D":case"CIMglTFMarker3D":{const e=i.size??n.D.CIMVectorMarker.size;e>t&&(t=e);break}}return t}case"CIMLineSymbol":case"CIMPolygonSymbol":{let t=0;if(e.symbolLayers)for(const i of e.symbolLayers)if(i)switch(i.type){case"CIMSolidStroke":case"CIMPictureStroke":case"CIMGradientStroke":{const e=i.width;null!=e&&e>t&&(t=e);break}case"CIMCharacterMarker":case"CIMPictureMarker":case"CIMVectorMarker":case"CIMObjectMarker3D":case"CIMglTFMarker3D":if(i.markerPlacement&&p(i.markerPlacement)){const e=i.size??n.D.CIMVectorMarker.size;e>t&&(t=e)}break;case"CIMPictureFill":{const e=i.height;null!=e&&e>t&&(t=e)}}return t}}}function x(e,t){if(null!==t){const i=t.get(e);return i?i.name:e}return e}function O(e){return e.map((e=>({...e,propertyName:P(e.propertyName)})))}function v(e){const t={};for(const i in e){const n=e[i];t[P(i)]=n}return t}function N(e,t,i,n,r){const o=i*Math.PI/180;if(o){const i=Math.cos(o);return(Math.sin(o)*e+i*t)*n+r}return t*n+r}function D(e,t,i,n,r){const o=i*Math.PI/180;return o?(Math.cos(o)*e-Math.sin(o)*t)*n+r:e*n+r}function B(e,t,i){return t?i-e:i+e}function F(e,t){return Math.max(Math.min((e??t)/100,1),0)}},93470:(e,t,i)=>{i.d(t,{Cb:()=>o,HW:()=>u,JR:()=>r,JZ:()=>a,WR:()=>l,b6:()=>f,fT:()=>n,nC:()=>c,yM:()=>s});const n=[252,146,31,255],r=[153,153,153,255],o={type:"esriSMS",style:"esriSMSCircle",size:6,color:n,outline:{type:"esriSLS",style:"esriSLSSolid",width:.75,color:[153,153,153,255]}},s={type:"esriSLS",style:"esriSLSSolid",width:.75,color:n},l={type:"esriSFS",style:"esriSFSSolid",color:[252,146,31,196],outline:{type:"esriSLS",style:"esriSLSSolid",width:.75,color:[255,255,255,191]}},a={type:"esriTS",color:[255,255,255,255],font:{family:"arial-unicode-ms",size:10,weight:"bold"},horizontalAlignment:"center",kerning:!0,haloColor:[0,0,0,255],haloSize:1,rotated:!1,text:"",xoffset:0,yoffset:0,angle:0},c={type:"esriSMS",style:"esriSMSCircle",color:[0,0,0,255],outline:null,size:10.5},u={type:"esriSLS",style:"esriSLSSolid",color:[0,0,0,255],width:1.5},f={type:"esriSFS",style:"esriSFSSolid",color:[0,0,0,255],outline:null}}}]);
@@ -1 +1 @@
1
- {"addAttachment":"Add attachment","associations":{"addContent":"Add Content","addAttachment":"Add Attachment","addStructure":"Add Structure","addContainer":"Add Container","addConnectivity":"Add Connection"},"attachments":"Attachments","cancelEditTitle":"Discard edits","cancelEditWarningMessage":"Unsaved changes will be lost.","cancelRequestTitle":"Cancel workflow","cancelRequestWarningMessage":"A request has been made to cancel this workflow.","clearAreaOfInterest":"Clear area of interest","clickToFinishTemplate":"Click {button} to finish.","continueEditing":"Continue editing","createAllFeaturesTemplate":"Create all","createFeatures":"Create features","createFeaturesTimeCompleteWarning":"An operation is taking long than expected.","createFeaturesSelectionList":{"featureNotReadyToSubmit":"Needs attention","featureReadyToSubmit":"Ready to create","discard":"Discard feature","heading":"Unsaved features"},"createFeaturesSubTemplate":"1 of {numFeatures}","curveEditingWarning":"One or more layers is set to allow true curve updates by true curve clients. Editor is not a true curve client.","deleteAttachmentWarningMessage":"This attachment will be permanently removed.","deleteAttachmentWarningTitle":"Delete attachment","deleteAssociationTitle":"Delete association","deleteAssociationMessage":"The association with this feature will be deleted. The feature will remain.","discardEdits":"Discard edits","editAttachment":"Manage attachment","editFeatures":"Edit features","editFeaturesList":"Features","errorWarningEditsNotApplied":"An error occurred during editing. The edits have not been applied.","errorWarningMessageTemplate":"Edits could not be saved: {errorMessage}","errorWarningTitle":"Something went wrong","formFieldCreateError":"Features cannot be created. There is an issue with the form.","formFieldUnsupportedCreateError":"Features cannot be created. Layer contains unsupported fields.","formFieldUnsupportedUpdateError":"Feature cannot be updated. Layer contains unsupported fields.","helpMessages2d":{"select":"Click on the map to select a feature.","mesh":"","meshReprojected":"","meshTooClose":"","meshTooFar":"","meshUnderground":"","multipoint":"Click on the map to add points. Double-click to complete.","point":"Click on the map to add a point.","polygonOneVertex":"Click on the map to continue drawing.","polygonClickOneVertex":"Click on the map to finish drawing.","polygonTwoVertices":"Double-click on the map to complete.","polygonZeroVertices":"Click on the map to start drawing.","polygonZeroVerticesHybrid":"Click or drag on the map to start drawing.","polylineOneVertex":"Double-click on the map to complete.","polylineZeroVertices":"Click on the map to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"helpMessages3d":{"select":"Click in the scene to select a feature.","mesh":"Click in the scene to place the model.","meshReprojected":"The model's spatial reference differs from the layer's. The model's position was approximately adjusted, which may result in some loss of precision.","meshTooClose":"Zoom out to view the full model.","meshTooFar":"Zoom in to view the model.","meshUnderground":"The model is underground.","multipoint":"","point":"Click in the scene to add a point.","polygonOneVertex":"Click in the scene to continue drawing.","polygonClickOneVertex":"Click in the scene to complete.","polygonTwoVertices":"Double-click in the scene to complete.","polygonZeroVertices":"Click in the scene to start drawing.","polygonZeroVerticesHybrid":"Click or drag in the scene to start drawing.","polylineOneVertex":"Double-click in the scene to complete.","polylineZeroVertices":"Click in the scene to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"ignore":"Ignore","keepAttachment":"Keep attachment","keepAssociation":"Keep association","cancelAssociationEditWarning":"Unsaved changes to this associated feature will be lost.","modelUploads":{"pending":{"title":"Uploading...","description":"The model is being uploaded and prepared for display in the scene."},"success":{"title":"Upload successful"},"error":{"title":"Upload failed","uploadNew":"Upload new file","messages":{"conversionFailed":"An error occurred while converting the model.","default":"An error occurred while uploading the model.","multipleModels":"Upload only one model at a time.","noModel":"No supported model found.","loadFailed":"An error occurred while loading the uploaded model.","resourceRequestFailed":"An error occurred while fetching a linked resource.","unsupportedFeature":"The model uses unsupported glTF features or extensions."}},"cancelUploadPrompt":{"title":"Cancel upload","message":"The current upload and conversion will be canceled and the model will be discarded.","noLabel":"Continue upload","yesLabel":"Cancel upload"},"cancelPlacementPrompt":{"title":"Discard model","message":"The uploaded model will be discarded.","noLabel":"Keep model","yesLabel":"Discard model"}},"multipleFeaturesTemplate":"Multiple features ({total})","noCompatibleFeatures":"No features on this layer are compatible with network rules.","noEditableLayers":"No editable layers found.","ownerAdminNotice":"Editing is restricted but you have privileges to edit this layer.","retry":"Retry","selectFeature":"Select feature","selectTemplate":"Select feature type","widgetLabel":"Editor","zoomTo":"Zoom to","batchEditing":{"editCount":"Edit ({count})","editThisFeature":"Edit this feature","editTheseFeatures":"Edit these features","featuresCount":"Features ({count})","reduceNumberOfFeatures":"Reduce the number of features to {number} or less to enable batch editing.","selectOneLayer":"Select features from a single layer to enable batch editing."},"singleFeature":{"create":"Create","delete":"Delete","deleteWarningMessage":"This feature will be permanently removed.","deleteWarningTitle":"Delete feature","editPanelTitle":"Edit feature","formFieldUpdateError":"Feature cannot be updated. There is an issue with the form.","keep":"Keep feature","update":"Update"},"multiFeature":{"create":"Create ({count})","delete":"Delete ({count})","deleteWarningMessage":"These features will be permanently removed.","deleteWarningTitle":"Delete features","editPanelTitle":"Edit features","formFieldUpdateError":"Features cannot be updated. There is an issue with the form.","keep":"Keep features","update":"Update ({count})"}}
1
+ {"addAttachment":"Add attachment","associations":{"addContent":"Add Content","addAttachment":"Add Attachment","addStructure":"Add Structure","addContainer":"Add Container","addConnectivity":"Add Connection"},"attachments":"Attachments","cancelEditTitle":"Discard edits","cancelEditWarningMessage":"Unsaved changes will be lost.","cancelRequestTitle":"Cancel workflow","cancelRequestWarningMessage":"A request has been made to cancel this workflow.","clearAreaOfInterest":"Clear area of interest","clickToFinishTemplate":"Click {button} to finish.","continueEditing":"Continue editing","createAllFeaturesTemplate":"Create all","createFeatures":"Create features","createFeaturesTimeCompleteWarning":"An operation is taking long than expected.","createFeaturesSelectionList":{"featureNotReadyToSubmit":"Needs attention","featureReadyToSubmit":"Ready to create","discard":"Discard feature","heading":"Unsaved features"},"createFeaturesSubTemplate":"1 of {numFeatures}","curveEditingWarning":"One or more layers is set to allow true curve updates by true curve clients. Editor is not a true curve client.","deleteAttachmentWarningMessage":"This attachment will be permanently removed.","deleteAttachmentWarningTitle":"Delete attachment","deleteAssociationTitle":"Delete association","deleteAssociationMessage":"The association with this feature will be deleted. The feature will remain.","discardEdits":"Discard edits","editAttachment":"Manage attachment","editFeatures":"Edit features","editFeaturesList":"Features","errorWarningEditsNotApplied":"An error occurred during editing. The edits have not been applied.","errorWarningMessageTemplate":"Edits could not be saved: {errorMessage}","errorWarningTitle":"Something went wrong","formFieldCreateError":"Features cannot be created. There is an issue with the form.","formFieldUnsupportedCreateError":"Features cannot be created. Layer contains unsupported fields.","formFieldUnsupportedUpdateError":"Feature cannot be updated. Layer contains unsupported fields.","helpMessages2d":{"select":"Click on the map to select a feature.","mesh":"","meshReprojected":"","meshTooClose":"","meshTooFar":"","meshUnderground":"","multipoint":"Click on the map to add points. Double-click to complete.","point":"Click on the map to add a point.","polygonOneVertex":"Click on the map to continue drawing.","polygonClickOneVertex":"Click on the map to finish drawing.","polygonTwoVertices":"Double-click on the map to complete.","polygonZeroVertices":"Click on the map to start drawing.","polygonZeroVerticesHybrid":"Click or drag on the map to start drawing.","polylineOneVertex":"Double-click on the map to complete.","polylineZeroVertices":"Click on the map to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"helpMessages3d":{"select":"Click in the scene to select a feature.","mesh":"Click in the scene to place the model.","meshReprojected":"The model's spatial reference differs from the layer's. The model's position was approximately adjusted, which may result in some loss of precision.","meshTooClose":"Zoom out to view the full model.","meshTooFar":"Zoom in to view the model.","meshUnderground":"The model is underground.","multipoint":"","point":"Click in the scene to add a point.","polygonOneVertex":"Click in the scene to continue drawing.","polygonClickOneVertex":"Click in the scene to complete.","polygonTwoVertices":"Double-click in the scene to complete.","polygonZeroVertices":"Click in the scene to start drawing.","polygonZeroVerticesHybrid":"Click or drag in the scene to start drawing.","polylineOneVertex":"Double-click in the scene to complete.","polylineZeroVertices":"Click in the scene to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"ignore":"Ignore","keepAttachment":"Keep attachment","keepAssociation":"Keep association","cancelAssociationEditWarning":"Unsaved changes to this associated feature will be lost.","modelUploads":{"pending":{"title":"Uploading...","description":"The model is being uploaded and prepared for display in the scene."},"success":{"title":"Upload successful"},"error":{"title":"Upload failed","uploadNew":"Upload new file","messages":{"conversionFailed":"An error occurred while converting the model.","default":"An error occurred while uploading the model.","multipleModels":"Upload only one model at a time.","noModel":"No supported model found.","loadFailed":"An error occurred while loading the uploaded model.","resourceRequestFailed":"An error occurred while fetching a linked resource.","unsupportedFeature":"The model uses unsupported glTF features or extensions."}},"cancelUploadPrompt":{"title":"Cancel upload","message":"The current upload and conversion will be canceled and the model will be discarded.","noLabel":"Continue upload","yesLabel":"Cancel upload"},"cancelPlacementPrompt":{"title":"Discard model","message":"The uploaded model will be discarded.","noLabel":"Keep model","yesLabel":"Discard model"}},"multipleFeaturesTemplate":"Multiple features ({total})","noCompatibleFeatures":"No features on this layer are compatible with network rules.","noEditableLayers":"No editable layers found.","ownerAdminNotice":"Editing is restricted but you have privileges to edit this layer.","retry":"Retry","selectFeature":"Select feature","selectTemplate":"Select feature type","sharedTemplateRelationshipNotFoundError":"Could not create features. Related record could not be created.","widgetLabel":"Editor","zoomTo":"Zoom to","batchEditing":{"editCount":"Edit ({count})","editThisFeature":"Edit this feature","editTheseFeatures":"Edit these features","featuresCount":"Features ({count})","reduceNumberOfFeatures":"Reduce the number of features to {number} or less to enable batch editing.","selectOneLayer":"Select features from a single layer to enable batch editing."},"singleFeature":{"create":"Create","delete":"Delete","deleteWarningMessage":"This feature will be permanently removed.","deleteWarningTitle":"Delete feature","editPanelTitle":"Edit feature","formFieldUpdateError":"Feature cannot be updated. There is an issue with the form.","keep":"Keep feature","update":"Update"},"multiFeature":{"create":"Create ({count})","delete":"Delete ({count})","deleteWarningMessage":"These features will be permanently removed.","deleteWarningTitle":"Delete features","editPanelTitle":"Edit features","formFieldUpdateError":"Features cannot be updated. There is an issue with the form.","keep":"Keep features","update":"Update ({count})"}}
@@ -1 +1 @@
1
- {"addAttachment":"Add attachment","associations":{"addContent":"Add Content","addAttachment":"Add Attachment","addStructure":"Add Structure","addContainer":"Add Container","addConnectivity":"Add Connection"},"attachments":"Attachments","cancelEditTitle":"Discard edits","cancelEditWarningMessage":"Unsaved changes will be lost.","cancelRequestTitle":"Cancel workflow","cancelRequestWarningMessage":"A request has been made to cancel this workflow.","clearAreaOfInterest":"Clear area of interest","clickToFinishTemplate":"Click {button} to finish.","continueEditing":"Continue editing","createAllFeaturesTemplate":"Create all","createFeatures":"Create features","createFeaturesTimeCompleteWarning":"An operation is taking long than expected.","createFeaturesSelectionList":{"featureNotReadyToSubmit":"Needs attention","featureReadyToSubmit":"Ready to create","discard":"Discard feature","heading":"Unsaved features"},"createFeaturesSubTemplate":"1 of {numFeatures}","curveEditingWarning":"One or more layers is set to allow true curve updates by true curve clients. Editor is not a true curve client.","deleteAttachmentWarningMessage":"This attachment will be permanently removed.","deleteAttachmentWarningTitle":"Delete attachment","deleteAssociationTitle":"Delete association","deleteAssociationMessage":"The association with this feature will be deleted. The feature will remain.","discardEdits":"Discard edits","editAttachment":"Manage attachment","editFeatures":"Edit features","editFeaturesList":"Features","errorWarningEditsNotApplied":"An error occurred during editing. The edits have not been applied.","errorWarningMessageTemplate":"Edits could not be saved: {errorMessage}","errorWarningTitle":"Something went wrong","formFieldCreateError":"Features cannot be created. There is an issue with the form.","formFieldUnsupportedCreateError":"Features cannot be created. Layer contains unsupported fields.","formFieldUnsupportedUpdateError":"Feature cannot be updated. Layer contains unsupported fields.","helpMessages2d":{"select":"Click on the map to select a feature.","mesh":"","meshReprojected":"","meshTooClose":"","meshTooFar":"","meshUnderground":"","multipoint":"Click on the map to add points. Double-click to complete.","point":"Click on the map to add a point.","polygonOneVertex":"Click on the map to continue drawing.","polygonClickOneVertex":"Click on the map to finish drawing.","polygonTwoVertices":"Double-click on the map to complete.","polygonZeroVertices":"Click on the map to start drawing.","polygonZeroVerticesHybrid":"Click or drag on the map to start drawing.","polylineOneVertex":"Double-click on the map to complete.","polylineZeroVertices":"Click on the map to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"helpMessages3d":{"select":"Click in the scene to select a feature.","mesh":"Click in the scene to place the model.","meshReprojected":"The model's spatial reference differs from the layer's. The model's position was approximately adjusted, which may result in some loss of precision.","meshTooClose":"Zoom out to view the full model.","meshTooFar":"Zoom in to view the model.","meshUnderground":"The model is underground.","multipoint":"","point":"Click in the scene to add a point.","polygonOneVertex":"Click in the scene to continue drawing.","polygonClickOneVertex":"Click in the scene to complete.","polygonTwoVertices":"Double-click in the scene to complete.","polygonZeroVertices":"Click in the scene to start drawing.","polygonZeroVerticesHybrid":"Click or drag in the scene to start drawing.","polylineOneVertex":"Double-click in the scene to complete.","polylineZeroVertices":"Click in the scene to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"ignore":"Ignore","keepAttachment":"Keep attachment","keepAssociation":"Keep association","cancelAssociationEditWarning":"Unsaved changes to this associated feature will be lost.","modelUploads":{"pending":{"title":"Uploading...","description":"The model is being uploaded and prepared for display in the scene."},"success":{"title":"Upload successful"},"error":{"title":"Upload failed","uploadNew":"Upload new file","messages":{"conversionFailed":"An error occurred while converting the model.","default":"An error occurred while uploading the model.","multipleModels":"Upload only one model at a time.","noModel":"No supported model found.","loadFailed":"An error occurred while loading the uploaded model.","resourceRequestFailed":"An error occurred while fetching a linked resource.","unsupportedFeature":"The model uses unsupported glTF features or extensions."}},"cancelUploadPrompt":{"title":"Cancel upload","message":"The current upload and conversion will be canceled and the model will be discarded.","noLabel":"Continue upload","yesLabel":"Cancel upload"},"cancelPlacementPrompt":{"title":"Discard model","message":"The uploaded model will be discarded.","noLabel":"Keep model","yesLabel":"Discard model"}},"multipleFeaturesTemplate":"Multiple features ({total})","noCompatibleFeatures":"No features on this layer are compatible with network rules.","noEditableLayers":"No editable layers found.","ownerAdminNotice":"Editing is restricted but you have privileges to edit this layer.","retry":"Retry","selectFeature":"Select feature","selectTemplate":"Select feature type","widgetLabel":"Editor","zoomTo":"Zoom to","batchEditing":{"editCount":"Edit ({count})","editThisFeature":"Edit this feature","editTheseFeatures":"Edit these features","featuresCount":"Features ({count})","reduceNumberOfFeatures":"Reduce the number of features to {number} or less to enable batch editing.","selectOneLayer":"Select features from a single layer to enable batch editing."},"singleFeature":{"create":"Create","delete":"Delete","deleteWarningMessage":"This feature will be permanently removed.","deleteWarningTitle":"Delete feature","editPanelTitle":"Edit feature","formFieldUpdateError":"Feature cannot be updated. There is an issue with the form.","keep":"Keep feature","update":"Update"},"multiFeature":{"create":"Create ({count})","delete":"Delete ({count})","deleteWarningMessage":"These features will be permanently removed.","deleteWarningTitle":"Delete features","editPanelTitle":"Edit features","formFieldUpdateError":"Features cannot be updated. There is an issue with the form.","keep":"Keep features","update":"Update ({count})"}}
1
+ {"addAttachment":"Add attachment","associations":{"addContent":"Add Content","addAttachment":"Add Attachment","addStructure":"Add Structure","addContainer":"Add Container","addConnectivity":"Add Connection"},"attachments":"Attachments","cancelEditTitle":"Discard edits","cancelEditWarningMessage":"Unsaved changes will be lost.","cancelRequestTitle":"Cancel workflow","cancelRequestWarningMessage":"A request has been made to cancel this workflow.","clearAreaOfInterest":"Clear area of interest","clickToFinishTemplate":"Click {button} to finish.","continueEditing":"Continue editing","createAllFeaturesTemplate":"Create all","createFeatures":"Create features","createFeaturesTimeCompleteWarning":"An operation is taking long than expected.","createFeaturesSelectionList":{"featureNotReadyToSubmit":"Needs attention","featureReadyToSubmit":"Ready to create","discard":"Discard feature","heading":"Unsaved features"},"createFeaturesSubTemplate":"1 of {numFeatures}","curveEditingWarning":"One or more layers is set to allow true curve updates by true curve clients. Editor is not a true curve client.","deleteAttachmentWarningMessage":"This attachment will be permanently removed.","deleteAttachmentWarningTitle":"Delete attachment","deleteAssociationTitle":"Delete association","deleteAssociationMessage":"The association with this feature will be deleted. The feature will remain.","discardEdits":"Discard edits","editAttachment":"Manage attachment","editFeatures":"Edit features","editFeaturesList":"Features","errorWarningEditsNotApplied":"An error occurred during editing. The edits have not been applied.","errorWarningMessageTemplate":"Edits could not be saved: {errorMessage}","errorWarningTitle":"Something went wrong","formFieldCreateError":"Features cannot be created. There is an issue with the form.","formFieldUnsupportedCreateError":"Features cannot be created. Layer contains unsupported fields.","formFieldUnsupportedUpdateError":"Feature cannot be updated. Layer contains unsupported fields.","helpMessages2d":{"select":"Click on the map to select a feature.","mesh":"","meshReprojected":"","meshTooClose":"","meshTooFar":"","meshUnderground":"","multipoint":"Click on the map to add points. Double-click to complete.","point":"Click on the map to add a point.","polygonOneVertex":"Click on the map to continue drawing.","polygonClickOneVertex":"Click on the map to finish drawing.","polygonTwoVertices":"Double-click on the map to complete.","polygonZeroVertices":"Click on the map to start drawing.","polygonZeroVerticesHybrid":"Click or drag on the map to start drawing.","polylineOneVertex":"Double-click on the map to complete.","polylineZeroVertices":"Click on the map to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"helpMessages3d":{"select":"Click in the scene to select a feature.","mesh":"Click in the scene to place the model.","meshReprojected":"The model's spatial reference differs from the layer's. The model's position was approximately adjusted, which may result in some loss of precision.","meshTooClose":"Zoom out to view the full model.","meshTooFar":"Zoom in to view the model.","meshUnderground":"The model is underground.","multipoint":"","point":"Click in the scene to add a point.","polygonOneVertex":"Click in the scene to continue drawing.","polygonClickOneVertex":"Click in the scene to complete.","polygonTwoVertices":"Double-click in the scene to complete.","polygonZeroVertices":"Click in the scene to start drawing.","polygonZeroVerticesHybrid":"Click or drag in the scene to start drawing.","polylineOneVertex":"Double-click in the scene to complete.","polylineZeroVertices":"Click in the scene to start drawing.","freehandStart":"Click and drag to draw.","freehandEnd":"Release to finish.","noTool":"Select a tool to start drawing.","shapeStartHybrid":"Click to place or click and drag to draw.","shapeEndHybrid":"Release to finish.","shapeStartClick":"Click to start drawing.","shapeEndClick":"Click again to finish."},"ignore":"Ignore","keepAttachment":"Keep attachment","keepAssociation":"Keep association","cancelAssociationEditWarning":"Unsaved changes to this associated feature will be lost.","modelUploads":{"pending":{"title":"Uploading...","description":"The model is being uploaded and prepared for display in the scene."},"success":{"title":"Upload successful"},"error":{"title":"Upload failed","uploadNew":"Upload new file","messages":{"conversionFailed":"An error occurred while converting the model.","default":"An error occurred while uploading the model.","multipleModels":"Upload only one model at a time.","noModel":"No supported model found.","loadFailed":"An error occurred while loading the uploaded model.","resourceRequestFailed":"An error occurred while fetching a linked resource.","unsupportedFeature":"The model uses unsupported glTF features or extensions."}},"cancelUploadPrompt":{"title":"Cancel upload","message":"The current upload and conversion will be canceled and the model will be discarded.","noLabel":"Continue upload","yesLabel":"Cancel upload"},"cancelPlacementPrompt":{"title":"Discard model","message":"The uploaded model will be discarded.","noLabel":"Keep model","yesLabel":"Discard model"}},"multipleFeaturesTemplate":"Multiple features ({total})","noCompatibleFeatures":"No features on this layer are compatible with network rules.","noEditableLayers":"No editable layers found.","ownerAdminNotice":"Editing is restricted but you have privileges to edit this layer.","retry":"Retry","selectFeature":"Select feature","selectTemplate":"Select feature type","sharedTemplateRelationshipNotFoundError":"Could not create features. Related record could not be created.","widgetLabel":"Editor","zoomTo":"Zoom to","batchEditing":{"editCount":"Edit ({count})","editThisFeature":"Edit this feature","editTheseFeatures":"Edit these features","featuresCount":"Features ({count})","reduceNumberOfFeatures":"Reduce the number of features to {number} or less to enable batch editing.","selectOneLayer":"Select features from a single layer to enable batch editing."},"singleFeature":{"create":"Create","delete":"Delete","deleteWarningMessage":"This feature will be permanently removed.","deleteWarningTitle":"Delete feature","editPanelTitle":"Edit feature","formFieldUpdateError":"Feature cannot be updated. There is an issue with the form.","keep":"Keep feature","update":"Update"},"multiFeature":{"create":"Create ({count})","delete":"Delete ({count})","deleteWarningMessage":"These features will be permanently removed.","deleteWarningTitle":"Delete features","editPanelTitle":"Edit features","formFieldUpdateError":"Features cannot be updated. There is an issue with the form.","keep":"Keep features","update":"Update ({count})"}}
@@ -0,0 +1,4 @@
1
+ import "../interfaces";
2
+
3
+ import FocusArea = __esri.FocusArea;
4
+ export default FocusArea;
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import{_ as e}from"../chunks/tslib.es6.js";import o from"../request.js";import r from"../core/Clonable.js";import s from"../core/JSONSupport.js";import{generateUUID as t}from"../core/uuid.js";import{property as i}from"../core/accessorSupport/decorators/property.js";import"../core/has.js";import"../core/Logger.js";import"../core/RandomLCG.js";import{reader as p}from"../core/accessorSupport/decorators/reader.js";import{subclass as n}from"../core/accessorSupport/decorators/subclass.js";import{persistable as a}from"../core/accessorSupport/decorators/persistable.js";import{FocusAreaOutline as c}from"./FocusAreaOutline.js";import m from"../layers/support/PolygonCollection.js";import{f as l}from"../chunks/persistableUrlUtils.js";let d=class extends(s.JSONSupportMixin(r)){constructor(e){super(e),this.id=`focusarea-${t()}`,this.enabled=!0,this.geometries=new m}readGeometries(e,o,r){Array.isArray(e)?this.geometries=m.fromJSON(e,r):r.hooks?.onAfterLoad?.((()=>this._loadGeometries(l(e,r),r)))}async _loadGeometries(e,r){const s=await o(e,{responseType:"json"});this.geometries=m.fromJSON(s.data,r)}};e([i({type:String,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}}}),i()],d.prototype,"id",void 0),e([i({type:String,json:{write:!0}})],d.prototype,"title",void 0),e([i({type:Boolean,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}}})],d.prototype,"enabled",void 0),e([i({type:c,json:{write:!0}})],d.prototype,"outline",void 0),e([i({type:m,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}},clonable:e=>new m(e.items.map((e=>e.clone())))}),a({origins:["web-scene","portal-item"],type:"resource",prefix:"geometries",contentAddressed:!0})],d.prototype,"geometries",void 0),e([p(["web-scene","portal-item"],"geometries")],d.prototype,"readGeometries",null),d=e([n("esri.effects.FocusArea")],d);const u=d;export{u as default};
5
+ import{_ as e}from"../chunks/tslib.es6.js";import o from"../request.js";import r from"../core/Clonable.js";import s from"../core/JSONSupport.js";import{generateUUID as t}from"../core/uuid.js";import{property as i}from"../core/accessorSupport/decorators/property.js";import"../core/has.js";import"../core/Logger.js";import"../core/RandomLCG.js";import{reader as p}from"../core/accessorSupport/decorators/reader.js";import{subclass as n}from"../core/accessorSupport/decorators/subclass.js";import{persistable as a}from"../core/accessorSupport/decorators/persistable.js";import c from"./FocusAreaOutline.js";import m from"../layers/support/PolygonCollection.js";import{f as l}from"../chunks/persistableUrlUtils.js";let u=class extends(s.JSONSupportMixin(r)){constructor(e){super(e),this.id=`focusarea-${t()}`,this.enabled=!0,this.outline=null,this.geometries=new m}readGeometries(e,o,r){Array.isArray(e)?this.geometries=m.fromJSON(e,r):r.hooks?.onAfterLoad?.((()=>this._loadGeometries(l(e,r),r)))}async _loadGeometries(e,r){const s=await o(e,{responseType:"json"});this.geometries=m.fromJSON(s.data,r)}};e([i({type:String,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}}}),i()],u.prototype,"id",void 0),e([i({type:String,json:{write:!0}})],u.prototype,"title",void 0),e([i({type:Boolean,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}}})],u.prototype,"enabled",void 0),e([i({type:c,json:{write:!0}})],u.prototype,"outline",void 0),e([i({type:m,nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}},clonable:e=>new m(e.items.map((e=>e.clone())))}),a({origins:["web-scene","portal-item"],type:"resource",prefix:"geometries",contentAddressed:!0})],u.prototype,"geometries",void 0),e([p(["web-scene","portal-item"],"geometries")],u.prototype,"readGeometries",null),u=e([n("esri.effects.FocusArea")],u);const d=u;export{d as default};
@@ -0,0 +1,4 @@
1
+ import "../interfaces";
2
+
3
+ import FocusAreaOutline = __esri.FocusAreaOutline;
4
+ export default FocusAreaOutline;
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import{_ as o}from"../chunks/tslib.es6.js";import r from"../Color.js";import s from"../core/Clonable.js";import e from"../core/JSONSupport.js";import{property as t}from"../core/accessorSupport/decorators/property.js";import{Integer as p}from"../core/accessorSupport/ensureType.js";import"../core/has.js";import"../core/RandomLCG.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";let i=class extends(s.ClonableMixin(e)){constructor(o){super(o),this.color=null}};o([t({type:r,json:{type:[p],write:!0}})],i.prototype,"color",void 0),i=o([c("esri.effects.FocusAreaOutline")],i);export{i as FocusAreaOutline};
5
+ import{_ as o}from"../chunks/tslib.es6.js";import r from"../Color.js";import s from"../core/Clonable.js";import e from"../core/JSONSupport.js";import{property as t}from"../core/accessorSupport/decorators/property.js";import{Integer as p}from"../core/accessorSupport/ensureType.js";import"../core/has.js";import"../core/RandomLCG.js";import{subclass as c}from"../core/accessorSupport/decorators/subclass.js";let i=class extends(s.ClonableMixin(e)){constructor(o){super(o),this.color=null}};o([t({type:r,json:{type:[p],write:!0}})],i.prototype,"color",void 0),i=o([c("esri.effects.FocusAreaOutline")],i);const m=i;export{m as default};
@@ -0,0 +1,4 @@
1
+ import "../interfaces";
2
+
3
+ import FocusAreas = __esri.FocusAreas;
4
+ export default FocusAreas;
@@ -2,4 +2,4 @@
2
2
  All material copyright ESRI, All Rights Reserved, unless otherwise specified.
3
3
  See https://js.arcgis.com/4.33/esri/copyright.txt for details.
4
4
  */
5
- import{_ as o}from"../chunks/tslib.es6.js";import r from"../core/Clonable.js";import e from"../core/Collection.js";import s from"../core/JSONSupport.js";import{property as t}from"../core/accessorSupport/decorators/property.js";import"../core/has.js";import"../core/Logger.js";import"../core/RandomLCG.js";import{subclass as p}from"../core/accessorSupport/decorators/subclass.js";import i from"./FocusArea.js";let c=class extends(s.JSONSupportMixin(r)){constructor(o){super(o),this.areas=new e,this.style="bright"}};o([t({type:e.ofType(i),nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}},clonable:o=>new e(o.items.map((o=>o.clone())))})],c.prototype,"areas",void 0),o([t({type:["bright","dark"],nonNullable:!0,json:{write:!0}})],c.prototype,"style",void 0),c=o([p("esri.effects.FocusAreas")],c);export{c as FocusAreas};
5
+ import{_ as o}from"../chunks/tslib.es6.js";import r from"../core/Clonable.js";import e from"../core/Collection.js";import s from"../core/JSONSupport.js";import{property as t}from"../core/accessorSupport/decorators/property.js";import"../core/has.js";import"../core/Logger.js";import"../core/RandomLCG.js";import{subclass as p}from"../core/accessorSupport/decorators/subclass.js";import i from"./FocusArea.js";let c=class extends(s.JSONSupportMixin(r)){constructor(o){super(o),this.areas=new e,this.style="bright"}};o([t({type:e.ofType(i),nonNullable:!0,json:{write:!0,origins:{"web-scene":{write:{isRequired:!0}}}},clonable:o=>new e(o.items.map((o=>o.clone())))})],c.prototype,"areas",void 0),o([t({type:["bright","dark"],nonNullable:!0,json:{write:!0}})],c.prototype,"style",void 0),c=o([p("esri.effects.FocusAreas")],c);const a=c;export{a as default};
package/interfaces.d.ts CHANGED
@@ -2483,10 +2483,11 @@ declare namespace __esri {
2483
2483
  *
2484
2484
  * @param script The {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade expression} to compile and execute.
2485
2485
  * @param profile The profile definition used to execute the given expression. The profile defines the profile variable names and data types the user may use as inputs in the expression. The variable instances are provided to the executor function.
2486
+ * @param options _Since 4.33_ Options used to configure the executor.
2486
2487
  *
2487
2488
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-arcade.html#createArcadeExecutor Read more...}
2488
2489
  */
2489
- createArcadeExecutor(script: string, profile: Profile): Promise<ArcadeExecutor>;
2490
+ createArcadeExecutor(script: string, profile: Profile, options?: arcadeCreateArcadeExecutorOptions): Promise<ArcadeExecutor>;
2490
2491
  /**
2491
2492
  * Creates a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-arcade.html#Profile Profile} definition for an Arcade profile implemented in the ArcGIS Maps SDK for JavaScript.
2492
2493
  *
@@ -2513,6 +2514,11 @@ declare namespace __esri {
2513
2514
 
2514
2515
  export const arcade: arcade;
2515
2516
 
2517
+ export interface arcadeCreateArcadeExecutorOptions {
2518
+ lruCache?: any;
2519
+ services?: ArcadeServices;
2520
+ }
2521
+
2516
2522
  /**
2517
2523
  * An executor provides a synchronous (if applicable) and asynchronous function used to evaluate the
2518
2524
  * compiled Arcade expression with the inputs of the declared profile variables.
@@ -2528,6 +2534,15 @@ declare namespace __esri {
2528
2534
  isAsync: boolean;
2529
2535
  }
2530
2536
 
2537
+ /**
2538
+ * ArcadeServices provides access to services and user information that are required for executing Arcade expressions.
2539
+ *
2540
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-arcade.html#ArcadeServices Read more...}
2541
+ */
2542
+ export interface ArcadeServices {
2543
+ portal?: Portal;
2544
+ }
2545
+
2531
2546
  /**
2532
2547
  * The type definition of a profile variable of type `array`.
2533
2548
  *
@@ -2593,6 +2608,8 @@ declare namespace __esri {
2593
2608
  export interface ExecuteContext {
2594
2609
  spatialReference?: SpatialReference;
2595
2610
  timeZone?: string;
2611
+ lruCache?: any;
2612
+ services?: ArcadeServices;
2596
2613
  }
2597
2614
 
2598
2615
  export type ExecuteFunction = (profileVariableInstances: any, context?: ExecuteContext) => ResultType;
@@ -4722,6 +4739,207 @@ declare namespace __esri {
4722
4739
  url: string;
4723
4740
  }
4724
4741
 
4742
+ export interface FocusArea extends Accessor, JSONSupport, Clonable {
4743
+ }
4744
+
4745
+ export class FocusArea {
4746
+ /**
4747
+ * A boolean indicating whether the focus area is enabled and displayed.
4748
+ *
4749
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#enabled Read more...}
4750
+ */
4751
+ enabled: boolean;
4752
+ /**
4753
+ * The unique identifier for the focus area.
4754
+ *
4755
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#id Read more...}
4756
+ */
4757
+ id: string;
4758
+ /**
4759
+ * A class representing a single focus area.
4760
+ *
4761
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html Read more...}
4762
+ */
4763
+ constructor(properties?: FocusAreaProperties);
4764
+ /**
4765
+ * The geometries defining the focused area.
4766
+ *
4767
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#geometries Read more...}
4768
+ */
4769
+ get geometries(): Collection<any>;
4770
+ set geometries(value: CollectionProperties<any>);
4771
+ /**
4772
+ * An object describing the color of the focus area outline.
4773
+ *
4774
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#outline Read more...}
4775
+ */
4776
+ get outline(): FocusAreaOutline | nullish;
4777
+ set outline(value: FocusAreaOutlineProperties | nullish);
4778
+ /**
4779
+ * Creates a deep clone of this object.
4780
+ *
4781
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#clone Read more...}
4782
+ */
4783
+ clone(): this;
4784
+ /**
4785
+ * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
4786
+ *
4787
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#toJSON Read more...}
4788
+ */
4789
+ toJSON(): any;
4790
+ /**
4791
+ * Creates a new instance of this class and initializes it with values from a JSON object
4792
+ * generated from an ArcGIS product.
4793
+ *
4794
+ * @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
4795
+ *
4796
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#fromJSON Read more...}
4797
+ */
4798
+ static fromJSON(json: any): any | nullish;
4799
+ static fromJSON(json: any): FocusArea;
4800
+ }
4801
+
4802
+ interface FocusAreaProperties {
4803
+ /**
4804
+ * A boolean indicating whether the focus area is enabled and displayed.
4805
+ *
4806
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#enabled Read more...}
4807
+ */
4808
+ enabled?: boolean;
4809
+ /**
4810
+ * The geometries defining the focused area.
4811
+ *
4812
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#geometries Read more...}
4813
+ */
4814
+ geometries?: CollectionProperties<any>;
4815
+ /**
4816
+ * The unique identifier for the focus area.
4817
+ *
4818
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#id Read more...}
4819
+ */
4820
+ id?: string;
4821
+ /**
4822
+ * An object describing the color of the focus area outline.
4823
+ *
4824
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html#outline Read more...}
4825
+ */
4826
+ outline?: FocusAreaOutlineProperties | nullish;
4827
+ }
4828
+
4829
+ export interface FocusAreaOutline extends Accessor, JSONSupport, Clonable {
4830
+ }
4831
+
4832
+ export class FocusAreaOutline {
4833
+ /**
4834
+ * A class defining the outline of the focus area.
4835
+ *
4836
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html Read more...}
4837
+ */
4838
+ constructor(properties?: FocusAreaOutlineProperties);
4839
+ /**
4840
+ * The color of the outline for the focus area.
4841
+ *
4842
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html#color Read more...}
4843
+ */
4844
+ get color(): Color | nullish;
4845
+ set color(value: ColorProperties | nullish);
4846
+ /**
4847
+ * Creates a deep clone of this object.
4848
+ *
4849
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html#clone Read more...}
4850
+ */
4851
+ clone(): this;
4852
+ /**
4853
+ * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
4854
+ *
4855
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html#toJSON Read more...}
4856
+ */
4857
+ toJSON(): any;
4858
+ /**
4859
+ * Creates a new instance of this class and initializes it with values from a JSON object
4860
+ * generated from an ArcGIS product.
4861
+ *
4862
+ * @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
4863
+ *
4864
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html#fromJSON Read more...}
4865
+ */
4866
+ static fromJSON(json: any): any | nullish;
4867
+ static fromJSON(json: any): FocusAreaOutline;
4868
+ }
4869
+
4870
+ interface FocusAreaOutlineProperties {
4871
+ /**
4872
+ * The color of the outline for the focus area.
4873
+ *
4874
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreaOutline.html#color Read more...}
4875
+ */
4876
+ color?: ColorProperties | nullish;
4877
+ }
4878
+
4879
+ export interface FocusAreas extends Accessor, JSONSupport, Clonable {
4880
+ }
4881
+
4882
+ export class FocusAreas {
4883
+ /**
4884
+ * The style of the focus area effect.
4885
+ *
4886
+ * @default "bright"
4887
+ *
4888
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#style Read more...}
4889
+ */
4890
+ style: "bright" | "dark";
4891
+ /**
4892
+ * A class representing a collection of focus areas.
4893
+ *
4894
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html Read more...}
4895
+ */
4896
+ constructor(properties?: FocusAreasProperties);
4897
+ /**
4898
+ * A collection containing all focus areas.
4899
+ *
4900
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#areas Read more...}
4901
+ */
4902
+ get areas(): Collection<FocusArea>;
4903
+ set areas(value: CollectionProperties<FocusAreaProperties>);
4904
+ /**
4905
+ * Creates a deep clone of this object.
4906
+ *
4907
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#clone Read more...}
4908
+ */
4909
+ clone(): this;
4910
+ /**
4911
+ * Converts an instance of this class to its [ArcGIS portal JSON](https://developers.arcgis.com/documentation/common-data-types/geometry-objects.htm) representation.
4912
+ *
4913
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#toJSON Read more...}
4914
+ */
4915
+ toJSON(): any;
4916
+ /**
4917
+ * Creates a new instance of this class and initializes it with values from a JSON object
4918
+ * generated from an ArcGIS product.
4919
+ *
4920
+ * @param json A JSON representation of the instance in the ArcGIS format. See the [ArcGIS REST API documentation](https://developers.arcgis.com/documentation/common-data-types/overview-of-common-data-types.htm) for examples of the structure of various input JSON objects.
4921
+ *
4922
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#fromJSON Read more...}
4923
+ */
4924
+ static fromJSON(json: any): any | nullish;
4925
+ static fromJSON(json: any): FocusAreas;
4926
+ }
4927
+
4928
+ interface FocusAreasProperties {
4929
+ /**
4930
+ * A collection containing all focus areas.
4931
+ *
4932
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#areas Read more...}
4933
+ */
4934
+ areas?: CollectionProperties<FocusAreaProperties>;
4935
+ /**
4936
+ * The style of the focus area effect.
4937
+ *
4938
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusAreas.html#style Read more...}
4939
+ */
4940
+ style?: "bright" | "dark";
4941
+ }
4942
+
4725
4943
  /**
4726
4944
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-Element.html Element} classes
4727
4945
  * when developing with {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
@@ -48314,6 +48532,12 @@ declare namespace __esri {
48314
48532
  readonly editableLayers: Collection<
48315
48533
  FeatureLayer | SceneLayer | SubtypeGroupLayer | GeoJSONLayer | OrientedImageryLayer
48316
48534
  >;
48535
+ /**
48536
+ * Represents a collection of all {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-effects-FocusArea.html focus areas} present in the scene.
48537
+ *
48538
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#focusAreas Read more...}
48539
+ */
48540
+ readonly focusAreas: FocusAreas;
48317
48541
  /**
48318
48542
  * The Map class contains properties and methods for storing, managing, and overlaying {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#layers layers}
48319
48543
  * common to both 2D and 3D viewing.
@@ -48871,6 +49095,7 @@ declare namespace __esri {
48871
49095
  | "loops"
48872
49096
  | "isolation"
48873
49097
  | "path"
49098
+ | "circuit"
48874
49099
  | nullish;
48875
49100
  constructor(properties?: any);
48876
49101
  }
@@ -65013,6 +65238,7 @@ declare namespace __esri {
65013
65238
  | "loops"
65014
65239
  | "isolation"
65015
65240
  | "path"
65241
+ | "circuit"
65016
65242
  | nullish;
65017
65243
  /**
65018
65244
  * The list of parameters that are needed to determine how the trace analytic will be executed.
@@ -65116,6 +65342,7 @@ declare namespace __esri {
65116
65342
  | "loops"
65117
65343
  | "isolation"
65118
65344
  | "path"
65345
+ | "circuit"
65119
65346
  | nullish;
65120
65347
  }
65121
65348
 
@@ -65125,7 +65352,7 @@ declare namespace __esri {
65125
65352
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-TraceParameters.html#ResultTypeJSON Read more...}
65126
65353
  */
65127
65354
  export interface ResultTypeJSON {
65128
- type: "elements" | "aggregatedGeometry" | "paths";
65355
+ type: "elements" | "aggregatedGeometry" | "paths" | "circuits";
65129
65356
  includeGeometry: boolean;
65130
65357
  includePropagatedValues: boolean;
65131
65358
  networkAttributeNames: string[];
@@ -110544,6 +110771,7 @@ declare namespace __esri {
110544
110771
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions.html#VisibleElements Read more...}
110545
110772
  */
110546
110773
  export interface DirectionsVisibleElements {
110774
+ editRouteButton?: boolean;
110547
110775
  layerDetails?: boolean;
110548
110776
  saveAsButton?: boolean;
110549
110777
  saveButton?: boolean;
@@ -125585,7 +125813,7 @@ declare namespace __esri {
125585
125813
  /**
125586
125814
  * The printed export.
125587
125815
  *
125588
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-print-PrintViewModel_.html#PrintExport Read more...}
125816
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Print-PrintViewModel.html#PrintExport Read more...}
125589
125817
  */
125590
125818
  export interface PrintExport {
125591
125819
  link: FileLink;